nnimap.el: Use IMAP MOVE extension if available
[gnus] / lisp / ChangeLog
1 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
2
3         * nnimap.el (nnimap-request-move-article)
4         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
5         extension if available.
6
7 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
8
9         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
10         capabilities instead of relying on LOGIN response.
11
12 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
13
14         * nnbabyl.el (nnbabyl-retrieve-headers):
15         * nndiary.el (nndiary-retrieve-headers):
16         * nneething.el (nneething-retrieve-headers):
17         * nnmbox.el (nnmbox-retrieve-headers):
18         * nnmh.el (nnmh-retrieve-headers):
19         * nnml.el (nnml-retrieve-headers):
20         * nnspool.el (nnspool-retrieve-headers):
21         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
22         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
23         progress-report percentages and the like.  This avoids problems
24         if (* 100 NUMERATOR) would overflow.
25
26         * gnus-registry.el (gnus-registry-import-eld):
27         * registry.el (registry-reindex):
28         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
29
30 2015-07-17  Julien Danjou  <jd@abydos>
31
32         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
33         command.
34
35 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
36
37         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
38         of function arguments.
39
40 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
41
42         * nnimap.el: Clean up "unused var" warnings.
43         (auth-source-creation-prompts): Declare.
44         (nnimap-retrieve-headers, nnimap-status-message)
45         (nnimap-request-create-group, nnimap-request-delete-group)
46         (nnimap-close-group, nnimap-request-move-article)
47         (nnimap-request-accept-article, nnimap-request-newgroups)
48         (nnimap-request-post, nnimap-dummy-active-number)
49         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
50         (nnimap-parse-flags): Remove unused var `p'.
51         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
52         (nnimap-flags-to-marks): Remove unused var `totalp'.
53
54 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
55
56         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
57         before RFC822.SIZE.
58
59 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
60
61         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
62         so that a 'plain value for the `nnimap-stream' server variable is
63         handled correctly.
64
65 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
66
67         Remove unused let variables
68         * nnimap.el (nnimap-request-group): Variables are not used.
69
70         Check if group names are already strings
71         * gnus-group.el (gnus-group-group-name):
72         The group name may already be a string.
73         Specifically, in the group list reached from the *Server* buffer,
74         the 'gnus-group text property returns a string.  Everywhere else
75         it returns a symbol.
76
77 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
78
79         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
80         (nnmaildir--update-nov): Remove unused var `numdir'.
81         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
82         (nnmaildir-request-group, nnmaildir-request-create-group)
83         (nnmaildir-request-post, nnmaildir-request-move-article)
84         (nnmaildir-request-accept-article, nnmaildir-active-number):
85         Mark unused args.
86         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
87         Declare.
88         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
89         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
90         `mark', `end', `new-mark', and `mark-sym'.
91         (nnmaildir-retrieve-headers):
92         Remove unused args `srv-dir', `dir', `nlist2'.
93         (nnmaildir-request-expire-articles):
94         Remove unused vars `article', `stop' and `nlist2'.
95         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
96         `end'.  Use nnmaildir--article when dyn-binding is needed.
97         Give the value directly in the `let' for `del-mark', `del-action',
98         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
99         (nnmaildir-close-server):
100         Declare those local vars that need to be dyn-bound.
101
102 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
103
104         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
105
106 2015-05-31  David Engster  <deng@randomsample.de>
107
108         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
109         instead of using `sleep-for', as the latter does not seem to reliably
110         wait (see for instance bug 15990).
111
112 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * gnus-art.el (gnus-button-alist): Re-revert last change.
115         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
116
117 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
118
119         * gnus-art.el (gnus-button-alist): Revert last change.
120         It wasn't that important, and it caused a Gnus build to fail.  See:
121         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
122
123         * gnus-art.el (gnus-button-alist):
124         Also treat "‘" and "’" as quoting chars.
125
126 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
127
128         * gnus-art.el (gnus-treat-strip-list-identifiers)
129         (gnus-article-mode-syntax-table):
130         * gnus-group.el (gnus-group-nnimap-edit-acl):
131         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
132         e.g., missing quote, ``x'' where `x' was meant, etc.
133
134 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
137         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
138         into just c.
139
140 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
143         Normalize characters into numbers in spec keys.
144
145 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * dgnushack.el (declare-function): Redefine it to use autoload.
148         * lpath.el (gnus-html-prefetch-images): Declare.
149
150 2015-05-04  Glenn Morris  <rgm@gnu.org>
151
152         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
153
154         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
155
156         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
157         (gnus-topic-create-topic, gnus-topic-enter-dribble):
158         Declare rather than autoload.
159
160         * mm-archive.el (gnus-recursive-directory-files)
161         (mailcap-extension-to-mime): Autoload at run-time.
162
163         * mm-util.el (latin-unity-massage-name)
164         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
165         (latin-unity-representations-present-region):
166         Declare rather than autoload.
167
168         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
169         Autoload at run-time.
170         (epg-context-set-signers, epg-context-result-for)
171         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
172         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
173         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
174         (epg-configuration, epg-expand-group, epa-select-keys):
175         Declare rather than autoload.
176
177         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
178         Autoload at run-time.
179         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
180         (gnus-registry-get-id-key, gnus-registry-action):
181         Declare rather than autoload.
182
183         * nnmail.el (mail-send-and-exit): Autoload at run-time.
184
185         * spam.el (spam-stat-buffer-change-to-non-spam)
186         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
187         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
188         (spam-stat-split-fancy): Remove pointless autoloads.
189
190         * mm-view.el (epg-decrypt-string): Autoload.
191         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
192         (epg-sub-key-validity): Fix declarations.
193
194 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
195
196         * gnus.el: Ma Gnus v0.13 is released.
197
198 2015-05-01  Glenn Morris  <rgm@gnu.org>
199
200         * gnus-util.el (iswitchb-read-buffer):
201         * mm-decode.el (libxml-parse-html-region):
202         * mml.el (libxml-parse-html-region):
203         * nnrss.el (libxml-parse-html-region): Update declaration.
204
205 2015-04-27  Glenn Morris  <rgm@gnu.org>
206
207         * message.el (gnus-extract-address-components):
208         Remove bogus declaration that was masking previous problem.
209
210 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
213         altering the buffer.
214         (hashcash-insert-payment-async-2): Revert previous change because it
215         still means that the mark is moving around.
216
217 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * gnus-uu.el (gnus-uu-save-article):
220         Make the save-restriction/widen calls make more sense.
221
222 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * gnus-art.el (gnus-use-idna):
225         * gnus-sum.el (gnus-summary-idna-message):
226         * message.el (message-use-idna):
227         Catch the invalid-operation error that idna.el will issue.
228
229 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
230
231         * gnus-group.el (gnus-group--setup-tool-bar-update):
232         cursor-sensor-functions should be a list of functions.
233
234 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
235
236         * gnus-group.el (gnus-tmp-*): Declare.
237         (gnus-update-group-mark-positions): Remove unused `topic' var.
238         (gnus-group-insert-group-line): Remove unused var `header'.
239         (gnus-group--setup-tool-bar-update): New function.
240         (gnus-group-insert-group-line): Use it.
241         (gnus-group-update-eval-form): Declare local
242         dynamically-bound variables.
243         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
244
245         * gnus-topic.el (gnus-topic-jump-to-topic)
246         (gnus-group-prepare-topics, gnus-topic-update-topic)
247         (gnus-topic-change-level, gnus-topic-catchup-articles)
248         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
249         Use inhibit-read-only.
250         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
251         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
252
253 2015-04-12  João Távora  <joaotavora@gmail.com>
254
255         * message.el (message-mode):
256         Use `set' and `make-local-variable' instead of `setq-local'.
257
258 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
259
260         * gnus-sum.el (gnus-summary-refer-thread):
261         Make sure gnus-newsgroup-unreads remains sorted.
262
263 2015-04-12  João Távora  <joaotavora@gmail.com>
264
265         Improve sexp-based movement in message-mode
266         * message.el (message--syntax-propertize): New function.
267         (message-mode): Set syntax-related vars.d
268         (message-smileys): New variable.
269
270 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
271
272         * gnus-art.el (gnus-hidden-properties): Simplify.
273         (gnus-article-hide-text, gnus-article-unhide-text)
274         (gnus-article-unhide-text-type): Remove special handling of
275         `intangible' since that property is not used any more.
276         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
277
278 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
281         and a runtime function for it, of which the XEmacs version takes only
282         two arguments.
283
284 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
285
286         Use American spelling for 'normalize'
287         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
288         All uses changed.  Add an alias for obsolete usages.
289
290 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * gnus-art.el (gnus-article-browse-html-save-cid-content):
293         Always return relative file name.
294         (gnus-article-browse-html-parts):
295         Make external links absolute and cid file names relative.
296
297 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
298
299         * registry.el (registry-prune): Re-use `registry-full' in
300         `registry-prune'.  It's a bit of redundant work, but safer.
301         Also ensure that target-size is an integer.
302
303 2015-03-31  Daiki Ueno  <ueno@gnu.org>
304
305         * plstore.el (plstore--decrypt): Clear entry in
306         `plstore-passphrase-alist' if decryption failed (bug#20030).
307
308 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
309
310         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
311         to "Display" menu.
312
313 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
314
315         * nnimap.el (nnimap-split-incoming-mail): If a message is already
316         in the group it should be split to, don't re-copy it into the group.
317
318 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
319
320         * nnmh.el (nnmh-request-expire-articles):
321         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
322
323 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
324
325         * registry.el (registry-lookup-secondary, registry-full)
326         (registry-prune, registry-collect-prune-candidates):
327         * gnus-registry.el (gnus-registry-load): Use slot names rather than
328         initarg names in `oref' and `oset'.
329
330 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
331
332         * registry.el (registry-prune): Allow registry to reach full size
333         before pruning.
334
335 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
336
337         * registry.el (registry-collect-prune-candidates): Fix call to
338         cl-subseq.
339
340 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
341
342         * registry.el (registry-db): Temporary fix old Emacsen compilation.
343
344 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
345
346         * gnus-registry.el (gnus-registry-handle-action)
347         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
348         (gnus-registry-keywords): Make it do something.
349         (gnus-registry-import-eld): Remove unused var `new-entry'.
350         (gnus-registry-action): Remove unused var `to-name'.
351         (gnus-registry-make-db): Prefer `make-instance' to avoid
352         compiler warnings.
353         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
354
355         * registry.el (registry-db): Don't oset-default an instance-allocated
356         slot.
357
358 2015-03-10  Glenn Morris  <rgm@gnu.org>
359
360         * message.el (message-valid-fqdn-regexp): Bump :version for
361         2014-11-17 change.
362
363 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
364
365         * gnus-notifications.el (gnus-notifications-action): Raise window
366         frame.
367         (gnus-notifications-action): Allow mark as read.
368         (gnus-notifications-notify): Show uption to mark as read.
369
370 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
371
372         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
373         (registry-search, registry-delete, registry-size, registry-insert)
374         (registry-reindex, registry-collect-prune-candidates):
375         * gnus-registry.el (gnus-registry-fixup-registry)
376         (gnus-registry-remove-extra-data): Use slot names rather than initarg
377         names in `oref' and `oset'.
378
379 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
380         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
381         in the group it should be split to, don't re-copy it into the group.
382
383 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
384
385         * message.el (message-insert-formatted-citation-line): Change %F to
386         fall back to email address if no first name could be determined.
387
388 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
391         Fix point motion when removing displayed MIME part.
392         (gnus-article-edit-part): Make jumping to the next part really work
393         when deleting or stripping.
394         (gnus-mime-buttonize-attachments-in-header): Make header attachment
395         buttons identical to the ones in the article body so as to work deleting
396         and stripping.
397
398 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * mm-decode.el (mm-shr)
401         * mm-view.el (mm-inline-text-html-render-with-w3m):
402         Revert my bogus change that made the start marker of a part
403         the "moves after insertion" type.
404
405 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
406
407         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
408         Tools: https://github.com/politza/pdf-tools) for viewing PDF
409         attachments in emacs.
410
411 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
412
413         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
414         instead of sasl-scram-sha-1, as the former is the name that can be
415         required.
416
417         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
418         (sasl-scram-sha-1-client-final-message)
419         (sasl-scram-sha-1-authenticate-server): Move to end of file.
420
421 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
424
425 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
428         (sasl-string-prefix-p): New compatibility functions.
429
430 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
431
432         * gnus-compat.el (process-live-p): Added new compat function for Emacs
433         23.
434
435 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
436
437         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
438         from the server LIST response.
439
440 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
441
442         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
443         during header retrieval, error out instead of interpreting the data in
444         the buffer as the only messages there.  This way, we don't mark
445         articles as read on a server hangup (bug#19035).
446
447         * mm-decode.el (mm-head-p): New function.
448         (mm-display-part): Go to a blank line when inserting parts internally.
449
450 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
451
452         * sasl-scram-rfc.el: New file.
453
454         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
455         Add SCRAM-SHA-1 first.
456         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
457         entry (bug#17636).
458
459 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
460
461         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
462         that we don't get a warning when setting the buffer-local variable
463         (bug#19573).
464
465         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
466         `gnus-request-group'.
467
468 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * gnus-art.el (gnus-article-browse-html-save-cid-content)
471         (gnus-article-browse-html-parts): Make cid file names relative if and
472         only if html doesn't specify <base> directory.
473
474 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
475
476         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
477         parts, because that breaks filling (since buttons are in a bold face).
478
479 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
482         use gnus-overlays-at and gnus-overlay-put.
483
484 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
485
486         * mm-decode.el (mm-shr): Only pass the fill column when not using
487         fonts, because limiting the width to what's appropriate for followups
488         doesn't really help when not using proportional fonts.
489
490 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
491
492         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
493         shr, beacause that breaks folding.
494         (mm-shr): Don't shorten the width when using fonts.
495
496 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
497
498         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
499         variable; always check the newrc timestamp.
500         (gnus-save-newsrc-file): Always check timestamp.
501
502 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
503
504         * mail-source.el (mail-source-call-script): If scripts exit with an
505         error, pop up an error buffer.
506
507 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
510         as a default.
511
512         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
513         correct server.
514
515 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
516
517         * nnimap.el (nnimap-request-group-scan): Fix the function name.
518
519         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
520
521 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
524         that nnimap works for non-activated backends.
525
526 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
527
528         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
529         message, since we already get an obsolescence message.  Use `declare'.
530
531 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
532
533         * nnir.el: Revert "Enable non-ASCII IMAP searches".
534
535 2015-01-30  Glenn Morris  <rgm@gnu.org>
536
537         * gnus-registry.el (gnus-registry-max-pruned-entries)
538         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
539         Fix :version.
540         (gnus-registry-default-sort-function): Improve :type.
541
542 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
543
544         * nnimap.el (nnimap-request-group): Allow running this function on
545         groups that don't exist in Gnus yet.
546         (nnimap-request-group): Revert previous patch since that made it
547         impossible to enter nnimap groups.
548
549         * message.el (message-smtpmail-send-it): Remove the mail header
550         separator before sending.
551
552 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
553
554         * nnimap.el (nnimap-find-expired-articles): Fix handling of
555         (expiry-wait . never).
556
557 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
558
559         * nnimap.el (nnimap-request-group): Clear the buffer before returning
560         the data.
561
562 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * gnus-compat.el (string-bytes): Work for XEmacs.
565
566 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
569
570         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
571         IMAP.
572
573 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
574
575         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
576
577         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
578
579         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
580         be added to the backlog.
581
582 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
583
584         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
585         target with a recursive make call.
586
587 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
588
589         * nnimap.el (nnimap-header-parameters): Refactor and request
590         X-GM-LABELS if it's been announced.
591         (nnimap-transform-headers): Gather and output GM-LABELS.
592
593 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
594
595         * mm-decode.el (mm-display-part): Make non-string methods work.
596         Non-string methods are funcalled and work just fine, the test was
597         bogus.
598         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
599         whole frame.
600
601 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * nnimap.el (nnimap-request-accept-article): Allow respooling using
604         nnimap.
605
606         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
607         request rescans when being run interactively.
608
609         * nnimap.el (nnimap-request-group): Don't rescan the group here,
610         because that can be very slow in large groups.
611
612         * gnus-int.el (gnus-request-group-scan): New backend function.
613
614         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
615
616 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-group.el (gnus-group-suspend): Close all backends.
619
620 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
621
622         * dgnushack.el (dgnushack-compile-file): New function.
623         (dgnushack-compile): Use it (bug#19514).
624
625 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
628
629 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
630
631         * registry.el: Don't use <class> as a variable.
632
633 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
634
635         system-name's returned value can vary
636         Also, the system-name variable is now obsolete.
637         Fixes Bug#19438.
638         * message.el (message-make-fqdn):
639         * nnvirtual.el (nnvirtual-retrieve-headers)
640         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
641         and avoid naming locals 'system-name'.
642
643 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
644
645         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
646         lines don't get overlong when responding.
647
648 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * registry.el (cl-remf, cl-loop, cl-subseq):
651         Alias to remf, loop, and subseq respectively for old Emacsen.
652
653 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
654
655         * gnus-group.el (gnus-read-ephemeral-bug-group):
656         Bind coding-system-for-read and coding-system-for-write only around
657         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
658
659 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
660
661         * registry.el (registry-db): Set default slot later.
662         This is because its value is not a literal integer.
663
664 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
665
666         * registry.el (registry-db): Fix default registry-db max-size.
667
668 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
669
670         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
671         add warning.
672
673         * gnus-art.el: Fix up compiler warnings.
674         (article-display-face, article-display-x-face): Remove unused `face'.
675         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
676         (article-date-ut): Remove unused var `first'.
677         (gnus-article-prepare): Remove unused var `gnus-article'.
678         (gnus-mime-save-part-and-strip): Remove unused var `param'.
679         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
680         `coding-system' along with corresponding dead code.
681         (gnus-mime-view-part-externally): Remove unused var
682         `mm-user-display-methods'.
683         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
684         (gnus-display-mime): Remove unused var `handle'.
685         (gnus-mime-display-alternative): Remove unused var `props'.
686         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
687         (gnus-article-edit-done): Remove unused var `p'.
688         (gnus-url-mailto): Remove unused var `to'.
689         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
690         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
691
692 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
693
694         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
695         slots into a :max-size slot.
696         (registry-db-version): Add new variable for database version number.
697         (registry-prune): Use :max-size slot. Accept and use a sort-function
698         argument.
699         (registry-collect-prune-candidates): Add new function for finding
700         non-precious pruning candidates.
701         (registry-prune-hard-candidates, registry-prune-soft-candidates):
702         Remove obsolete functions.
703         (initialize-instance): Upgrade registry version when starting.
704
705         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
706         (gnus-registry-max-pruned-entries): Remove obsolete variable.
707         (gnus-registry-cache-file): Change default
708         filename extension to "eieio".
709         (gnus-registry-read): Add new function, split out from
710         `gnus-registry-load', that does the actual object reading.
711         (gnus-registry-load): Use it. Add condition case handler to check for
712         old filename extension and rename to the new one.
713         (gnus-registry-default-sort-function): New variable to specify a sort
714         function to use when pruning.
715         (gnus-registry-save, gnus-registry-insert): Use it.
716         (gnus-registry-sort-by-creation-time): Define a default sort function.
717
718         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
719         Adjust test for new object signature.
720         (gnustest-registry-pruning-test): Add new pruning test.
721         (gnustest-registry-sort-function): Default sort function for testing.
722         (gnustest-registry-pruning-sort-test): New test for sorting.
723
724 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
727         function for reuse.
728         (gnus-mime-buttonize-attachments-in-header): Adjust.
729
730 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * message.el (message-change-subject): Really check whether the subject
733         changed.
734
735 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
738         PDFs.
739         (mailcap-view-mime): New function.
740
741 2014-12-01  Glenn Morris  <rgm@gnu.org>
742
743         * gnus-cloud.el (gnus-cloud): Add :version tag.
744
745 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * gnus-art.el (gnus-use-idna):
748         * gnus-sum.el (gnus-summary-idna-message):
749         * message.el (message-use-idna):
750         Protect against nil value for idna-program.
751
752         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
753
754 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
755
756         * auth-source.el (auth-source-macos-keychain-search-items): Return
757         result of `auth-source-macos-keychain-result-append' (bug#19074).
758
759 2014-11-25  Glenn Morris  <rgm@gnu.org>
760
761         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
762         Add :version tag.
763
764 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * pop3.el (pop3-open-server): Warn unless encrypted.
767
768         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
769
770 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
771
772         Port new time stamp handling to Emacs 23.2.
773         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
774         * time-date.el (time-add, time-subtract, time-less-p):
775         Use eval-and-compile, not eval-when-compile.
776
777 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
778
779         * message.el (message-valid-fqdn-regexp): Add non-internaional new
780         TLDs.
781
782 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
783
784         Port new time stamp handling to old Emacs and to XEmacs.
785         This is needed for Gnus, which copies time-date.el and which
786         runs on older Emacs implementations.
787         * time-date.el (with-decoded-time-value):
788         Handle 'nil' and floating-point arg more compatibly with new Emacs.
789         (encode-time-value, with-decoded-time-value):
790         Obsolete only if new Emacs.
791         (time-add, time-subtract, time-less-p): Define if not new Emacs.
792
793         Improve time stamp handling, and be more consistent about it.
794         This implements a suggestion made in:
795         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
796         Among other things, this means timer.el no longer needs to
797         autoload the time-date module.
798         * time-date.el (seconds-to-time, days-to-time, time-since)
799         (with-decoded-time-value):
800         Treat 'nil' as current time.  This is mostly for XEmacs.
801         (encode-time-value, with-decoded-time-value): Obsolete.
802         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
803         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
804
805 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
808         discarding changes in ephemeral groups.
809
810         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
811         things the user isn't interested in.
812
813 2014-11-13  Julien Danjou  <jd@abydos>
814
815         * gnus-notifications.el (gnus-notifications-notify): Provide both
816         app-icon and image-path.
817
818 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
819
820         * mm-url.el (mm-url-encode-multipart-form-data):
821         Restore to handle "multipart/form-data" by eww.
822
823 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
824
825         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
826         Landscheidt.
827
828 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
829
830         Simplify use of current-time and friends.
831         * gnus-delay.el (gnus-delay-article):
832         * gnus-sum.el (gnus-summary-read-document):
833         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
834         * message.el (message-make-expires-date):
835         Omit unnecessary call to current-time.
836         * gnus-util.el (gnus-float-time): Simplify to an alias because
837         time-to-seconds now behaves like float-time with respect to nil arg.
838         (gnus-seconds-year): Don't call current-time twice to get the current
839         time stamp, as this can lead to inconsistent results.
840         * time-date.el (time-to-seconds) [!float-time]:
841         Use current time if arg is nil, to be compatible with float-time.
842         (time-date--day-in-year): New function, with most of the guts of
843         the old time-to-day-in-year.
844         (time-to-day-in-year): Use it.
845         (time-to-days): Use it, to avoid decoding the same time stamp twice.
846
847 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * gnus.el (gnus-mode-line-buffer-identification):
850         Don't add image data for a non-graphic display (bug#18813).
851
852 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
855         load-path, it blocks autoloading of find-image (bug#18813).
856
857 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
858
859         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
860         to keep connection open (bug#18728).
861
862 2014-10-20  Glenn Morris  <rgm@gnu.org>
863
864         * Merge in all changes up to 24.4 release.
865
866 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
867
868         * message.el (message-insert-signature): Use `newline' instead of
869         inserting explicit "\n".
870
871 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
872
873         * gnus-icalendar.el: Support vcal format timezones.
874         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
875         compute dates with associated timezone.
876         (gnus-icalendar-event-from-ical): Compute all timezones.
877
878 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
879
880         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
881         check the newsrc.eld file's timestamp before saving it.
882         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
883         timestamp has changed to be newer.
884
885 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
886
887         * gnus-icalendar.el (gnus-icalendar-identities):
888         Include message-alternative-emails.
889
890 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
893         New compatibility functions.
894         (ntlm-build-auth-response): Use them.
895
896 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
897
898         * ntlm.el (ntlm-build-auth-request):
899         Add NTLM2 Session support.  (Bug#15603)
900
901 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
902
903         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
904         expired messages only when it was built in reverse order.
905
906 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
907
908         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
909         last so it can be used in `message-send-hook'.
910
911 2014-09-29  Daiki Ueno  <ueno@gnu.org>
912
913         * mml.el (mml-parse-1): Error out if unknown mode is specified in
914         <#secure> tag (bug#18513).
915
916 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * parse-time.el: Require cl when compiling.
919
920 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         Use cl-lib as much as possible following the 2014-09-26 change
923         in the Emacs trunk.
924         * parse-time.el: Try requiring cl-lib.
925         (parse-time-incf): Alias to cl-incf or incf.
926         (digit-char-p): Remove.
927         (parse-time-integer): Alias to cl-parse-integer or the one defined.
928         (parse-integer): Rename to parse-time-integer.
929         (parse-time-tokenize, parse-time-rules, parse-time-string)
930         Use parse-time-incf and parse-time-integer.
931
932 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
933
934         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
935         of ":delete".
936
937 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * gnus-art.el (gnus-article-browse-html-save-cid-content)
940         (gnus-article-browse-html-parts):
941         Revert last change that breaks links other than cid contents.
942
943 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-art.el (gnus-article-browse-html-save-cid-content)
946         (gnus-article-browse-html-parts): Make cid file names relative.
947
948 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * mm-view.el (mm-display-inline-fontify): Make the working buffer
951         temporarily displayed when running a mode function (at least org-mode
952         requires it).
953
954 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
955
956         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
957         the gnus-summary-article-expire-hook should be told where the function
958         is going. In particular, the Gnus registry might want to know.
959
960 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
961
962         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
963
964 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * gnus-sum.el (gnus-summary-expire-articles): Revert.
967
968 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
969
970         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
971         the gnus-summary-article-expire-hook should be told where the function
972         is going. In particular, the Gnus registry might want to know.
973
974 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
975
976         Don't mishandle year-9999 dates (Bug#18176).
977         * parse-time.el (parse-time-rules):
978         Allow years up to most-positive-fixnum.
979         * time-date.el (date-to-time):
980         Pass "Specified time is not representable" errors through.
981
982 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
983
984         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
985         groups and t.
986
987 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-utils.el (gnus-recursive-directory-files):
990         Unify hard or symbolic links (bug#18063).
991
992 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
993
994         * gnus-msg.el (gnus-configure-posting-style):
995         Allow string replacements in values when matching against a header.
996
997 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1000         the dribble buffer even when it is shrunk a lot.
1001         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1002
1003 2014-06-26  Glenn Morris  <rgm@gnu.org>
1004
1005         * mm-util.el (help-function-arglist): Remove outdated declaration.
1006
1007 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1008
1009         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1010         attribute values.  (Bug#17834)
1011
1012 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1013
1014         * gnus-sum.el (gnus-summary-edit-article-done):
1015         Prefer point-marker to copy-marker of point.
1016
1017 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * Makefile.in (install-el, install-el-elc): Compress .el files.
1020         (uninstall): Remove compressed .el files.
1021
1022 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1025         (gnus-article-read-summary-keys):
1026         Don't bug out when there is no article in the summary buffer.
1027         (gnus-mime-buttonize-attachments-in-header):
1028         Improve criterion that finds parts to display.
1029
1030         * gnus-art.el (gnus-mm-display-part):
1031         * mm-decode.el (mm-shr):
1032         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1033         (mm-insert-inline): Revert last changes.
1034
1035 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * gnus-art.el (gnus-mm-display-part):
1038         * mm-decode.el (mm-shr):
1039         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1040         (mm-insert-inline): Set insertion type of end-marker, not only
1041         start-marker, of undisplayer so as to stay after inserted text.
1042
1043 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1044
1045         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1046         attribute. (Bug#17613)
1047
1048 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1049
1050         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1051         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1052
1053 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1056         Don't delete next part button; keep spacing between buttons.
1057
1058 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1061         Work for the last MIME part in an article.
1062         (gnus-mime-display-single): Suppress excessive newlines between parts.
1063
1064         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1065         by leading or trailing newline.
1066
1067 2014-05-12  Sam Steingold  <sds@gnu.org>
1068
1069         * time-date.el (seconds-to-string): New function to pretty print time
1070         delay in seconds.
1071
1072 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1075         while prompting a user for a file name, etc.
1076         (gnus-mime-display-single): Display part with a common appearance no
1077         matter whether MIME button is omitted or not; don't add duplicate entry
1078         to gnus-article-mime-handle-alist.
1079         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1080
1081 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1082
1083         * mml2015.el (mml2015-display-key-image): New variable.
1084
1085 2014-05-08  Glenn Morris  <rgm@gnu.org>
1086
1087         * gnus-fun.el (gnus-grab-cam-face):
1088         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1089         This is CVE-2014-3421.
1090
1091 2014-05-04  Glenn Morris  <rgm@gnu.org>
1092
1093         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1094
1095 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1098         the displaying state of a part.
1099         (gnus-mm-display-part): Don't insert a newline in the beginning of
1100         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1101
1102         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1103         (mm-shr): Make undisplayer unbreakable.
1104
1105         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1106         Don't insert excessive newline.
1107         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1108         (mm-insert-inline): Make undisplayer unbreakable.
1109
1110 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1111
1112         * gnus.el: Ma Gnus v0.11 is released.
1113
1114 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * gnus-art.el (gnus-mm-display-part):
1117         Highlight header attachment buttons.
1118
1119 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1122         a part; redisplay a button (enbugged in 2014-02-05).
1123
1124 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1125
1126         * auth-source.el (auth-source-search, auth-source-search-backends):
1127         Treat :max 0 as an indicator that a boolean return is wanted, as
1128         documented. Reported by Joe Bloggs.
1129
1130 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-icalendar.el: Require gnus-art.
1133
1134 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1135
1136         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1137         (gnus-icalendar--update-org-event): put event timestamp in
1138         the org entry body instead of the drawer.
1139         (gnus-icalendar-event--get-attendee-names): list of participants should
1140         contain even attendees without common name attribute.
1141         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1142         property tags in org drawers.
1143
1144 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * gmm-utils.el (gmm-format-time-string): New function.
1147
1148         * message.el (message-insert-formatted-citation-line): Use the original
1149         author's time zone to express a date string.
1150
1151 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1152
1153         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1154         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1155         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1156         Silence compiler warnings.
1157         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1158
1159 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * mml.el: Require url when compiling.
1162
1163         * gnus-cloud.el (gnus-cloud-parse-version-1):
1164         Use plist-get rather than CL's getf.
1165         (gnus-activate-group, gnus-subscribe-group): Declare.
1166
1167         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1168
1169 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1172         buttons when toggling the header off.
1173
1174 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1175
1176         * tls.el (tls-program): Reflow docstring.
1177
1178 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1179
1180         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1181         groups work again.
1182
1183 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1184
1185         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1186         999 correctly (i.e. "1,342").
1187
1188 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1191         out if the directory doesn't exist.
1192
1193 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1194
1195         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1196         commands here; instead, only check if epg-config.el is available.
1197
1198 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1199
1200         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1201         messages with embedded images.
1202         (mml-generate-mime): Don't bug out if you don't have libxml.
1203
1204 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1205
1206         * message.el (message-make-html-message-with-image-files): New command.
1207
1208 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1209
1210         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1211
1212         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1213
1214 2014-02-23  David Engster  <deng@randomsample.de>
1215
1216         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1217         to stay compatible with older Emacsen, so replace `cl-loop' with
1218         `loop'.
1219
1220 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1221
1222         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1223         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1224         instead, build list of patterns.
1225
1226 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1229         Display header attachment buttons by gnus-article-prepare-display
1230         rather than gnus-article-prepare so as to view in mml-preview as well.
1231
1232 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1233
1234         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1235         in `auth-sources' means and link to EPA docs.
1236
1237 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1238
1239         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1240         (bug#12375).
1241
1242 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1245         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1246
1247 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1248
1249         * message.el (message-tab): Mention what happens on normal tabs
1250         (bug#11297).
1251
1252 2014-02-08  Glenn Morris  <rgm@gnu.org>
1253
1254         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1255
1256 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1259         buttons that are hidden in unselected alternative part as well.
1260         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1261
1262         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1263
1264 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1267         keystroke.
1268         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1269         types.
1270
1271         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1272         with an empty string.
1273
1274 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1277         buffer-local in some buffers, so bind it explicitly in the buffer we're
1278         trying to cancel the article in (bug#10808).
1279
1280 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1283         New functions.
1284
1285         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1286         New user option.
1287         (gnus-mime-buttonize-attachments-in-header): New function.
1288         (gnus-article-prepare): Use it.
1289         (gnus-mime-inline-part): Suppress extra newline.
1290         (gnus-mm-display-part): Save excursion;
1291         remove useless deleting and adding of buttons.
1292         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1293
1294         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1295         Add gnus-mime-buttonize-attachments-in-header.
1296
1297 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1298
1299         * nnimap.el (nnimap-request-articles): New command to download several
1300         articles at once.
1301
1302         * gnus.el (gnus-variable-list): Save Cloud variables.
1303
1304         * gnus-int.el (gnus-request-accept-article): Doc fix.
1305
1306 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1307
1308         * parse-time.el (parse-time-iso8601-regexp)
1309         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1310         it more generally.
1311
1312 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1313
1314         * gnus-cloud.el: New file to provide the Emacs Cloud.
1315
1316         * dgnushack.el: Silence XEmacs w3 warning.
1317
1318         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1319         `url-retrieve-synchronously', apparently.
1320
1321         * dgnushack.el: Silence XEmacs dns.el warning.
1322
1323         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1324         instead of in all files.
1325
1326         * dns.el (network-interface-list): Define for XEmacs.
1327
1328         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1329         XEmacs.
1330
1331         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1332
1333 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1334
1335         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1336         `gnus-group-split-fancy'.
1337
1338 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1339
1340         * message.el (message-remove-header): Doc fix.
1341         (message-forward-included-headers): New variable.
1342         (message-remove-ignored-headers): Use it.
1343
1344 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1345
1346         * nnir.el (nnir-request-update-mark): Don't try to update the source
1347         group if we can't find it (bug#16611).
1348
1349 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1350
1351         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1352
1353 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1354
1355         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1356         network interfaces changed.
1357         (dns-query): Use it to flush the data.
1358
1359 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1360
1361         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1362         from random face commands.
1363         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1364         Face.
1365         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1366         (gnus--random-face-with-type): Generic function returning a face-type
1367         as a string.
1368         (gnus--insert-random-face-with-type): Generic function inserting a face
1369         in a message buffer header.
1370         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1371         (gnus-insert-random-x-face-header): Rewritten to use
1372         `gnus--insert-random-face-with-type`.
1373         (gnus-random-face): Return random (png) Face as string.
1374         (nus-insert-random-face-header): Insert random (png) Face in a message
1375         buffer.
1376
1377 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1378
1379         * mm-url.el: Remove all usage of w3.
1380
1381         * nnrss.el: Ditto.
1382
1383         * mm-decode.el: Ditto.
1384
1385         * mm-view.el: Ditto.
1386
1387         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1388         outdated and all Emacsen have url.el built-in.
1389
1390         * gnus-setup.el: Remove outdated file.
1391
1392 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1393
1394         * gnus.el: Ma Gnus v0.9 is released.
1395
1396 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1397
1398         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1399
1400 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1401
1402         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1403         in the summary buffer (bug#13769).
1404
1405 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1406
1407         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1408         name if we're using a single article buffer.  Otherwise, it may point
1409         to a killed buffer (bug#13756).
1410
1411 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1412
1413         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1414         the match data, just save and restore it explicitly (bug#12375).
1415
1416         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1417         that's needed.
1418
1419         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1420         the code once (bug#9069).
1421
1422 2014-01-18  Steinar Bang  <sb@dod.no>
1423
1424         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1425         reading.
1426
1427 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1428
1429         * message.el (message-bury): Call bury-buffer with no argument
1430         in the message-return-action case too.
1431
1432 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1435         (nnimap-split-fancy, nnimap-split-methods): Declare.
1436
1437         * mm-util.el (help-function-arglist): Declare.
1438
1439 2013-12-28  Glenn Morris  <rgm@gnu.org>
1440
1441         * gnus-sieve.el (gnus-sieve-select-method):
1442         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1443         (gravatar-rating, gravatar-size):
1444         * message.el (message-minibuffer-local-map):
1445         * sieve-manage.el (sieve-manage-authenticators)
1446         (sieve-manage-authenticator-alist): Specify custom types.
1447
1448         * hashcash.el (hashcash-program): Rename from hashcash-path.
1449         Update callers.
1450
1451         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1452         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1453         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1454
1455         * auth-source.el (auth-sources):
1456         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1457         Fix custom types.
1458
1459         * tls.el (tls-certtool-program): Fix default value.
1460
1461 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1464         we get proper traces there, too.
1465
1466 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1467
1468         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1469         value of the parameters if the current article has a Reply-To or From
1470         field.
1471
1472 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1473
1474         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1475
1476 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-sum.el (gnus-summary-exit): Stop animations.
1479
1480 2013-12-19  Juri Linkov  <juri@jurta.org>
1481
1482         * gnus.el (gnus-suppress-keymap):
1483         * gnus-art.el (gnus-article-mode-map):
1484         * gnus-group.el (gnus-group-mode-map):
1485         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1486         Remove [backspace] key binding because it shadows DEL (bug#16035).
1487
1488         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1489
1490 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1493         Make sure work directory exists.
1494         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1495         rather than tmp directory.
1496         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1497         not necessarily always run, with it.
1498
1499 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1500
1501         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1502         value of gnus-icalendar-additional-identities work without restart.
1503
1504 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * mm-util.el (mm-make-temp-file):
1507         Alias to make-temp-file for modern Emacsen.
1508
1509 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1512         nnir-article-number and nnir-article-group.
1513
1514 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1515
1516         * message.el (message-send-mail-with-sendmail):
1517         Don't kill error buffer if sending fails.
1518
1519 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1520
1521         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1522         (gnus-icalendar-event->org-entry)
1523         (gnus-icalendar--update-org-event)
1524         (gnus-icalendar-event->gnus-calendar): Distinguish between
1525         required/optional/non-participant attendee status.  Fix bug causing
1526         the first required event participant to be omitted.
1527
1528 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * gnus-art.el (article-de-quoted-unreadable)
1531         (article-de-base64-unreadable, gnus-mime-copy-part)
1532         * gnus-html.el (gnus-article-html)
1533         * mm-view.el (mm-inline-text-html-render-with-w3)
1534         (mm-inline-text-html-render-with-w3m-standalone)
1535         * rfc2231.el (rfc2231-decode-encoded-string):
1536         Allow overriding charset by mm-charset-override-alist.
1537
1538         * gnus-art.el (gnus-article-browse-html-parts):
1539         Replace LWSPs with `&nbsp;'s in header.
1540
1541         Work for broken Chinese articles.
1542
1543         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1544         Exclude broken handles that gnus-summary-enter-digest-group may create.
1545         (gnus-article-browse-html-parts):
1546         Allow overriding charset by mm-charset-override-alist.
1547
1548 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1549
1550         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1551         (gnus-icalendar-identities): Support additional-identities.
1552
1553 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1554
1555         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1556         org-timestamp for events ending at midnight.
1557
1558 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1559
1560         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1561         .log files.
1562
1563 2013-11-20  David Engster  <deng@randomsample.de>
1564
1565         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1566
1567 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1568
1569         * message.el (message-beginning-of-line):
1570         Use beginning-of-visual-line when visual-line-mode is turned on.
1571
1572 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1573
1574         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1575         (gnus-icalendar-event-from-ical)
1576         (gnus-icalendar-event->org-entry)
1577         (gnus-icalendar--update-org-event): Required/optional participation,
1578         list of attendees synced to org.
1579
1580 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1581
1582         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1583         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1584         cancellations to be synced to org if the original appt has an org
1585         outline.
1586
1587 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1588
1589         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1590         (gnus-icalendar-event->org-entry)
1591         (gnus-icalendar--update-org-event)
1592         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1593
1594 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1595
1596         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1597         Fix timezone handling in gnus-icalendar export to org.
1598
1599 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1602
1603 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1606
1607 2013-10-30  Glenn Morris  <rgm@gnu.org>
1608
1609         * gnus-group.el (gnus-group-browse-foreign-server):
1610         * gnus-int.el (gnus-start-news-server):
1611         Silence compiler obsolescence warning.
1612
1613 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1614
1615         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1616         `nnoo-current-server' first, then for the actual `nnimap-address' to
1617         allow netrc entries for the nnoo server to coexist with netrc entries
1618         for the `nnimap-address'.
1619
1620 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * mm-decode.el (mm-dissect-buffer): Revert last change.
1623         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1624         The problem that motivated those changes was attributed to a broken
1625         mail sender, and has been fixed.
1626
1627 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1630         token is missing in the Content-Type header.
1631
1632         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1633
1634 2013-09-18  Glenn Morris  <rgm@gnu.org>
1635
1636         * gnus-util.el (image-size): Declare.
1637
1638 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1641         (gnus-icalendar-event-from-ical)
1642         (gnus-icalendar-event--build-reply-event-body)
1643         (gnus-icalendar-event-reply-from-buffer)
1644         (gnus-icalendar-find-org-event-file)
1645         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1646         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1647
1648         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1649
1650 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1651
1652         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1653         Use save-current-buffer.
1654         (gnus-tree-mode-map): Initialize in the declaration.
1655         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1656         (scroll-in-place): Defvar it.
1657         (gnus-tmp-*): Defvar them.
1658         (gnus-get-tree-buffer): Use derived-mode-p.
1659         (gnus--let-eval): New macro.
1660         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1661         non-prefixed variables.
1662         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1663
1664         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1665         vars since it doesn't seem to be available.
1666         (gnus-set-global-variables, gnus-summary-read-group-1)
1667         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1668         (gnus-summary-display-article, gnus-summary-select-article)
1669         (gnus-summary-next-article, gnus-offer-save-summaries)
1670         (gnus-summary-generic-mark): Use derived-mode-p.
1671         (gnus-summary-read-group-1, gnus-summary-exit)
1672         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1673         Adjust calls to gnus-tree-close and gnus-tree-open.
1674
1675         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1676
1677         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1678         (gnus-agent-mode): Use derived-mode-p.
1679         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1680         gnus-command-method and *-command-method to nil, but bind
1681         gnus-command-method to *-command-method instead!
1682         (gnus-agent-fetch-articles): Remove unused var `id'.
1683         (gnus-agent-fetch-headers): Remove unused arg `force'.
1684         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1685         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1686         (gnus-agent-short-article, gnus-agent-long-article)
1687         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1688         first use.
1689         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1690         `score-param'.
1691         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1692         (gnus-get-predicate): Push in front of the cache, rather than end.
1693         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1694         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1695         (gnus-agent-expire-unagentized-dirs): Don't rebind
1696         gnus-agent-expire-current-dirs since the defvar silences the warning.
1697         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1698         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1699         (gnus-agent-regenerate): Simplify interactive spec and doc.
1700
1701 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * gnus-int.el (gnus-open-server): Silence compiler.
1704
1705         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1706
1707         * message.el (message-display-completion-list): Abolish.
1708         (message-completion-in-region): Use display-completion-list.
1709
1710 2013-09-17  Glenn Morris  <rgm@gnu.org>
1711
1712         * gnus-util.el (gnus-message-with-timestamp-1):
1713         Use `messages-buffer' function if available.  Ignore read-only.
1714
1715 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * message.el (message-expand-group, message-completion-in-region):
1718         Correct the order of start and end of a region.
1719
1720 2013-09-13  Glenn Morris  <rgm@gnu.org>
1721
1722         * mml2015.el (gnus-create-image): Autoload it.
1723
1724         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1725
1726         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1727         (image-size): Declare.
1728
1729 2013-09-12  Glenn Morris  <rgm@gnu.org>
1730
1731         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1732         Avoid using `find', which i) might not be defined at runtime;
1733         ii) does not work, since its default test is eql, not equal.
1734         (gnus-mime-action-alist): Declare.
1735
1736 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1737
1738         * score-mode.el (gnus-score-mode-map): Move initialization
1739         into declaration.
1740         (gnus-score-mode): Use define-derived-mode.
1741         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1742         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1743         into declaration.
1744         (gnus-kill-file-mode): Use define-derived-mode.
1745         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1746         Use derived-mode-p.
1747         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1748         (gnus-group-setup-buffer, gnus-group-name-at-point)
1749         (gnus-group-make-web-group, gnus-group-enter-directory)
1750         (gnus-group-suspend): Use derived-mode-p.
1751         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1752         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1753         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1754         (gnus-article-setup-buffer, gnus-article-prepare)
1755         (gnus-article-prepare-display, gnus-sticky-article)
1756         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1757         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1758         (gnus-article-read-summary-keys): Use derived-mode-p.
1759
1760 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1763
1764 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1767         shift_jis from the default value set for Japanese users.
1768
1769 2013-08-13  Glenn Morris  <rgm@gnu.org>
1770
1771         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1772
1773         * gnus.el (gnus-valid-select-methods): Fix type.
1774
1775         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1776
1777 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * mm-decode.el (mm-display-external): Run a timer for the temp files
1780         deletion after a viewer exits; add a deletion timer for the needsterm
1781         case, too.
1782
1783         * mm-decode.el (mm-display-external): Try to delete temporary files by
1784         using a 1-min. timer.
1785
1786 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1789         New internal variables.
1790         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1791         (mm-display-external): Use it to delete temporary files instead of
1792         using timers.
1793
1794 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1797
1798 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1799
1800         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1801         with cond for backwards compatability.
1802
1803 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * mm-decode.el (mm-display-external): Bind process-connection-type to
1806         nil; don't delete a temp file immediately even if a viewer finishes,
1807         since it may be a shell script, like xdg-open, that launches a real
1808         viewer program belatedly.
1809
1810 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1811
1812         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1813         that we can create nndoc groups that excerpt other groups.
1814
1815 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * gnus-delay.el (gnus-delay-article): Fix typo.
1818
1819         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1820         articles.
1821
1822         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1823         we can get spell-checking etc.
1824
1825 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1828         a single one used for encoding the whole text in a header.
1829
1830 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1833         doesn't work properly on XEmacs.
1834
1835 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1838         before sending.
1839
1840         * dgnushack.el (dgnushack-compile): Add a temporary check for
1841         gnus-icalendar.
1842
1843         * mm-decode.el (mm-command-output): New face.
1844         (mm-display-external): Use it.
1845
1846 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1847
1848         * nnmbox.el (nnmbox-request-article): Don't change point.
1849
1850 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1853         Include `handle' parameter.
1854
1855 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1856
1857         * gnus-icalendar.el: New file.
1858
1859 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1862
1863         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1864         dummy roots, too.
1865
1866 2013-08-01  David Edmondson  <dme@dme.org>
1867
1868         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1869         out on ttys.
1870
1871 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1874         not empty.
1875
1876         * nnrss.el (nnrss-discover-feed): Indent.
1877
1878 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1881
1882 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1885         dirty to ensure nnimap data being saved.
1886
1887 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1888
1889         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1890         menu entry.
1891
1892         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1893         the current thread's total score instead of the current article's
1894         score.
1895
1896         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1897         (gnus-sort-threads-recursively): Delete defcustom.
1898         (gnus-sort-threads-recursive): Adapt accordingly.
1899
1900 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1901
1902         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1903         (gnus-sort-threads-recursive): Use it.
1904         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1905         again.  Now that determines how to sort subthreads.
1906
1907 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1908
1909         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1910         (gnus-sort-threads): Use it.
1911
1912 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1913
1914         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1915         punctuation characters follow parentheses (bug#14950).
1916
1917 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus.el (gnus-continuum-version):
1920         * gnus-msg.el (gnus-extended-version): Simplify.
1921
1922         * gnus.el (gnus-continuum-version-1): Remove.
1923         * gnus-msg.el (gnus-bug): Revert.
1924
1925         Calculate gnus-version correctly on Cygwin.
1926
1927         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1928         (gnus-continuum-version-1): New function, return a string.
1929
1930         * gnus-msg.el (gnus-extended-version, gnus-bug):
1931         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1932
1933 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1934
1935         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1936         (bug#13384).
1937
1938 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1941         that were only relevant in a development version a long time ago.
1942
1943 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1946         that the old Emacs 24s bundle.
1947
1948 2013-07-10  David Engster  <deng@randomsample.de>
1949
1950         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1951         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1952         fixes a bug in Emacs trunk where the 'unexist' marks were always
1953         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1954         Gnus v0.03".
1955
1956 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1957
1958         * gnus.el (gnus-summary-line-format): Reference
1959         `gnus-user-date-format-alist' for the &user-date; format, not
1960         `gnus-summary-user-date-format-alist'.
1961
1962 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1965         delete files (bug#13481).
1966
1967 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1968
1969         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1970
1971 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1972
1973         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1974         display images.
1975
1976         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1977
1978         * message.el (message-cancel-news): According to
1979         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1980         preferred over "cmsg cancel" in the Subject.
1981
1982         * nnir.el (nnir-engines): Note that the group specs are regexps
1983         (bug#13238).
1984
1985         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1986         gotten read-only text properties, ensure that those aren't heeded when
1987         copying stuff over (bug#13434).
1988
1989         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1990         (bug#13762).
1991
1992 2013-07-05  David Kastrup  <dak@gnu.org>
1993
1994         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1995         authinfo file again (important for blank passwords).  This had been
1996         broken with 2013-06-15 change.
1997
1998 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2001         Revert 2013-01-14 change.
2002
2003 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2004
2005         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2006         of 'create-image' for XEmacs compatibility; check errors when decoding
2007         image.  Reported by Uwe Brauer.
2008
2009 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2012         gnus-button-push revised at 2011-01-19.
2013
2014 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2017         now live in the lisp/net Emacs 24 repository.
2018
2019 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * eww.el (eww-update-header-line-format): Quote % characters.
2022
2023 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * eww.el (eww-process-text-input): Display passwords as asterisks.
2026
2027         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2028
2029 2013-06-19  Tom Tromey  <tromey@redhat.com>
2030
2031         * eww.el (eww-top-url): Remove.
2032         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2033         (eww-render): Set new variables.  Don't set eww-top-url.
2034         (eww-handle-link): Handle "prev", "home", and "contents".
2035         Downcase the rel text.
2036         (eww-top-url): Choose best top URL.
2037
2038 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * eww.el: Rewrite to implement form elements "by hand" instead of
2041         relying in widget.el.  Using widget.el leads to too many
2042         user interface inconsistencies.
2043         (eww-self-insert): Implement entering commands in text fields.
2044         (eww-process-text-input): New function to make text input field editing
2045         work.
2046         (eww-submit): Rewrite to use the new-style form methods.
2047         (eww-select-display): Display the correct selected item.
2048         (eww-change-select): Implement changing the select value.
2049         (eww-toggle-checkbox): Implement radio/checkboxes.
2050         (eww-update-field): Fix compilation error.
2051         (eww-tag-textarea): Implement <textarea>.
2052
2053         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2054         don't shadow mode-specific bindings.
2055
2056         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2057         nothing to push.
2058
2059         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2060
2061 2013-06-19  Glenn Morris  <rgm@gnu.org>
2062
2063         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2064
2065 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2066
2067         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2068
2069 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * shr.el (shr-make-table-1): Implement <td rowspan>.
2072         (shr-table-horizontal-line): Allow nil as a value, and change the
2073         default.
2074         (shr-insert-table-ruler): Respect the nil value.
2075
2076 2013-06-18  Tom Tromey  <tromey@barimba>
2077
2078         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2079         New defvars.
2080         (eww-open-file): New defun.
2081         (eww-render): Initialize new variables.
2082         (eww-display-html): Handle "link" and "a".
2083         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2084         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2085         (eww-back-url): Rename from eww-previous-url.
2086         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2087         defuns.
2088
2089 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * shr.el (shr-tag-table): Insert the images after the table, so that
2092         they're not covered by the table colourisation, which often looked
2093         awkward.
2094         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2095         <dd>.
2096         (shr-make-table-1): Implement <td colspan=> support.
2097         (shr-insert-document): Use one less than window width if `shr-width' is
2098         nil, since otherwise things may get one character too wide.
2099
2100 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * eww.el (eww-detect-charset): Improve regexp; move backward.
2103
2104 2013-06-18  Glenn Morris  <rgm@gnu.org>
2105
2106         * mm-decode.el (widget-convert-button): Autoload.
2107
2108         * sieve-manage.el (mm-enable-multibyte): Autoload.
2109
2110         * shr.el (libxml-parse-html-region): Declare.
2111         (shr-render-buffer): Explicit error if no libxml2 support.
2112
2113 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2114
2115         * auth-source.el (auth-source-current-line): New function.
2116         (auth-source-netrc-parse-entries): When a data token is "machine",
2117         assume we're in the wrong place and abort parsing the current line.
2118
2119 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2122         (eww-convert-widgets): Don't bug out if the first widget starts at the
2123         beginning of the buffer.
2124         (eww-convert-widgets): Fix last patch.
2125         (eww-tag-input): Support <input type=image>.
2126
2127         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2128         (shr-tag-base): Protect against base specs that are degenerate.
2129         (shr-ensure-paragraph): Don't delete empty lines that have text
2130         properties, because these may be input fields.
2131
2132         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2133         we can navigate to them.
2134
2135         * shr.el (shr-colorize-region): Put the colours over the entire region.
2136         (shr-inhibit-decoration): New variable.
2137         (shr-add-font): Use it to inhibit text property decorations while doing
2138         preliminary table renderings.  This speeds up typical Wikipedia page
2139         renderings by 15%.
2140         (shr-tag-span): Don't respect the <title>, because that overwrites the
2141         help-echo from links inside the spans.
2142         (shr-next-link): Use `help-echo' for navigation, so that we can
2143         navigate to form elements, too.
2144
2145         * eww.el (eww-button): New face.
2146         (eww-convert-widgets): Use it to make submit buttons more button-like.
2147
2148         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2149         that Gnus commands work.
2150
2151         * shr.el (shr-render-td): Support horizontal alignment.
2152
2153         * eww.el (eww-put-color): Removed.
2154         (eww-colorize-region): Use `add-face-text-property'.
2155
2156         * shr.el (shr-add-font): Append face data, so that we get the correct
2157         precedence: The innermost value (which is applied first) wins.
2158         (shr-make-overlay): Obsolete function.
2159
2160         * mm-decode.el (mm-convert-shr-links): New function to convert
2161         new-style shr URL links into widgets.
2162         (mm-shr): Use it.
2163
2164         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2165         widget commands, since we're no longer using widgets for links.
2166
2167         * shr.el (shr-next-link): New command.
2168         (shr-previous-link): New command.
2169         (shr-urlify): Don't use `widget-convert', because that's slow.
2170         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2171         because collecting the overlays and reapplying them when generating
2172         tables is slow.
2173         (shr-insert-table): Ditto.
2174
2175 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2176
2177         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2178         * shr.el (browse-url): Require `url'.
2179         * eww.el (url): Require format-spec.
2180
2181 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * eww.el (eww-display-html): Default to using the entire window width.
2184         (eww-browse-url): Don't add a User-Agent header (twice), because that
2185         makes Bing refuse connection.
2186
2187         * shr.el (shr-make-table): Cache the table rendering at the table
2188         level, and not the <td> level.  This is a bit faster.
2189
2190         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2191         #id.
2192
2193         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2194         browsers don't.
2195         (shr-expand-url): Respect #anchor links.
2196         (shr-parse-base): Chop off the anchor before using.
2197         (shr-descend): Respect display: none.
2198         (shr-descend): Allow marking elements that have certain IDs.
2199
2200         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2201
2202         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2203
2204         * eww.el (eww-tag-textarea): Support <textarea>.
2205
2206 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2207
2208         * shr.el (shr-dom-to-xml): Fixed function call.
2209
2210         * eww.el (eww): New group.
2211         (eww-header-line-format): New custom variable.
2212         (eww-current-title): New variable.
2213         (eww-display-html): Update header and handle title tag.
2214         (eww-update-header-line-format): New function.
2215         (eww-tag-title): New function.
2216
2217         * shr.el (shr-dom-to-xml): New function.
2218         (shr-tag-svg): Add support for the SVG tag.
2219         (shr-bullet): New custom variable.
2220         (shr-tag-li): Support custom bullet in unordered lists.
2221
2222 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * shr.el (shr-expand-url): Respect // URLs.
2225
2226         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2227         put a background colour onto the entire buffer.
2228         (eww-render): When being redirected, use the redirect URL as the new
2229         base URL.
2230
2231         * shr.el (shr-parse-base): Fix parsing error.
2232
2233         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2234
2235         * shr.el (shr-parse-base): New function.
2236         (shr-expand-url): Use it to expand relative URLs reliably.
2237
2238 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2239
2240         * auth-source.el (auth-source-search-collection): Fix docstring.
2241         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2242         single-quoted strings and multiline entries.
2243         (auth-source-netrc-parse-next-interesting)
2244         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2245         functions to support parser.
2246
2247 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * eww.el (eww-submit): Get submit button logic right when hitting RET
2250         on non-submit buttons.
2251
2252         * shr.el: Remove shr-preliminary-table-render, since that can't really
2253         be used for anything in practice.
2254
2255 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2256
2257         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2258         (sieve-manage-quit).
2259
2260 2013-06-14  Glenn Morris  <rgm@gnu.org>
2261
2262         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2263
2264 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2265
2266         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2267         control the maximum size of photo ID image.
2268         (mml2015-epg-key-image-to-string): Respect it.
2269
2270 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2273         instead of the final one so that we can more easily distinguish them.
2274
2275         * eww.el (eww-submit): Compute the submission URL correctly.
2276
2277 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2278
2279         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2280         Use plist-get rather than CL's getf.
2281         (sieve-manage-parse-capability): Avoid CL's remove-if.
2282
2283 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2284
2285         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2286         (sieve-manage-quit).
2287
2288 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2291         last slash.
2292
2293         * eww.el (eww-tag-select): Use the first value as the default value.
2294
2295 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2296
2297         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2298         (eww-mode): Use `define-derived-mode'.
2299         (eww-parse-headers): Parse headers from beginning of buffer so that
2300         file:// links work.
2301
2302 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2305
2306 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2309         to handle them at all.
2310
2311 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2314         work, too.
2315         (eww-tag-select): Implement <select>.
2316
2317 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2318
2319         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2320         stream managing functions by using open-protocol-stream to do most of
2321         the work.  Has the nice benefit of enabling STARTTLS.
2322         Wait for capabilities after STARTTLS: following RFC5804, the server
2323         sends new capabilities after successfully establishing a TLS connection
2324         with the client.  The client should update the cached list of
2325         capabilities, but we just ignore the answer for now.
2326         (sieve-manage-network-p, sieve-manage-network-open)
2327         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2328         (sieve-manage-forward, sieve-manage-streams)
2329         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2330         API, nor called by any other function.
2331         Enable Multibyte for SieveManage buffers: The parser won't properly
2332         handle umlauts and line endings unless multibyte is turned on in the
2333         process buffer.
2334
2335 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * eww.el (eww-tag-input): Support password fields.
2338         (eww-submit): Support POST.
2339
2340 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * eww.el (eww-tag-form): Protect against degenerate forms.
2343
2344         * shr.el (shr-expand-url): Expand URLs that start with a slash
2345         correctly.
2346
2347         * eww.el (eww-submit): Get submit button logic right.
2348
2349         * shr.el (shr-final-table-render): New variable to signal when we're
2350         doing the final table rendering so that we can collect more data at
2351         that point.
2352
2353         * eww.el (eww-submit): Make form submission work.
2354         (eww-tag-input): Implement submit buttons.
2355         (eww-click-radio): Implement radio and checkboxes.
2356         (eww-submit): Handle hidden elements.
2357
2358         * shr.el (shr-descend): Allow other packages to override (or provide)
2359         rendering of elements.
2360         (shr-expand-url): Strip query strings from URLs before expanding them.
2361
2362         * eww.el: Don't require cl-lib.
2363         (eww-tag-form): Start form support.
2364
2365         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2366
2367         * eww.el: Start writing a new, tiny web browser.
2368         (eww-previous-url): New command.
2369         (eww-quit): New command.
2370
2371 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2372
2373         * sieve.el: Put point at beginning of buffer when viewing a script.
2374         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2375         number in sieve-buffer's header.  Fixed code to also work with a string
2376         as port specifier.  Properly close the connection on pressing 'q'.  Make
2377         sieve-manage-quit close the connection and process buffer.  Also, remove
2378         duplicate keybinding for 'q'.
2379
2380 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2381
2382         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2383         make it easier to read.
2384         (mm-pkcs7-enveloped-magic): Ditto.
2385
2386 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2387
2388         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2389         before `image-type-available-p' to avoid loading the image libraries
2390         needlessly.
2391
2392 2013-06-05  David Engster  <deng@randomsample.de>
2393
2394         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2395         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2396         to see whether the group was synced before.
2397
2398 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2399
2400         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2401         when opening the connection.
2402         Suggested by João Távora <joaotavora@gmail.com> in
2403         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2404
2405 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2408         assume Date header begins with "Date", that may be customized into
2409         something like "X-Sent" using gnus-article-time-format.
2410         (article-transform-date): Allow multi-line Date header.
2411
2412 2013-06-02  David Engster  <deng@randomsample.de>
2413
2414         * registry.el (initialize-instance, registry-lookup)
2415         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2416         (registry-lookup-secondary-value, registry-search, registry-delete)
2417         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2418         not wrap methods in `eval-and-compile'.  This breaks due to latest
2419         changes in EIEIO (introduction of eieio-core.el).
2420
2421 2013-05-30  Glenn Morris  <rgm@gnu.org>
2422
2423         * nnmail.el (nnmail-fancy-expiry-target):
2424         Also bind mail-dont-reply-to-names.
2425
2426         * spam-stat.el (spam-stat-save):
2427         No need to tweak font-lock in temp buffers.
2428
2429         * shr.el (shr-put-image): Silence compiler.
2430
2431 2013-05-29  Glenn Morris  <rgm@gnu.org>
2432
2433         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2434
2435         * gnus-group.el (gnus-sequence-of-unread-articles)
2436         (gnus-summary-add-mark, gnus-mark-article-as-read)
2437         (gnus-group-make-articles-read): Declare.
2438
2439         * gnus-sum.el (gnus-parameter-list-identifier)
2440         (gnus-article-stop-animations, gnus-stop-downloads)
2441         (gnus-article-only-boring-p, article-goto-body)
2442         (gnus-flush-original-article-buffer, article-narrow-to-head)
2443         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2444         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2445
2446         * gnus.el: No need to eval-and-compile autoloads.
2447
2448         * gravatar.el (help-function-arglist): Autoload.
2449
2450         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2451
2452         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2453
2454         * spam.el: No need to load spam-report when compiling.
2455         No need to eval-and-compile autoloads.
2456         (spam-report-resend-to): Declare.
2457         (spam-report-resend-register-routine): Require 'spam-report.
2458
2459 2013-05-24  Julien Danjou  <julien@danjou.info>
2460
2461         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2462         setup.
2463
2464 2013-05-23  Glenn Morris  <rgm@gnu.org>
2465
2466         * gnus-util.el (rmail-swap-buffers-maybe)
2467         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2468         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2469         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2470
2471         * mm-decode.el: No need to load term when compiling.
2472         (term-mode, term-char-mode): Declare.
2473
2474         * mm-util.el: No need to load jka-compr when compiling.
2475         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2476
2477         * nnmaildir.el: Require is automatically eval-and-compile.
2478         (nnmail): Require at run-time too.
2479
2480         * registry.el (registry-size): Move definition before use.
2481
2482 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2483
2484         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2485         signed data to conform the standard.  (Bug#14232)
2486
2487 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2488
2489         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2490         double angle quotation mark.
2491
2492 2013-05-20  Glenn Morris  <rgm@gnu.org>
2493
2494         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2495
2496 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2497
2498         * message.el (message-insert-formatted-citation-line): handle finding
2499         first/lastname when more than 2 names appear.
2500
2501 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2502
2503         * shr.el (shr-tag-span): New function.
2504
2505 2013-05-18  Glenn Morris  <rgm@gnu.org>
2506
2507         * message.el (message-mode): Use message-mode-abbrev-table,
2508         with text-mode-abbrev-table as parent.  (Bug#14413)
2509
2510 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * message.el (message-expand-group): Decode group names.
2513
2514 2013-05-16  Julien Danjou  <julien@danjou.info>
2515
2516         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2517         app-icon.
2518
2519 2013-05-15  Glenn Morris  <rgm@gnu.org>
2520
2521         * shr-color.el (shr-color-visible-luminance-min)
2522         (shr-color-visible-distance-min): Use shr-color group.
2523
2524 2013-05-11  Glenn Morris  <rgm@gnu.org>
2525
2526         * gnus-vm.el: Make it loadable without VM.
2527         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2528         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2529
2530 2013-05-09  Glenn Morris  <rgm@gnu.org>
2531
2532         * mml1991.el: Make it loadable.  (Bug#13456)
2533
2534         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2535         * gnus-async.el (gnus-async-post-fetch-function):
2536         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2537         * gnus-html.el (gnus-html-image-cache-ttl):
2538         * gnus-notifications.el (gnus-notifications-timeout):
2539         * gnus-picon.el (gnus-picon-properties):
2540         * gnus-util.el (gnus-completion-styles):
2541         * gnus.el (gnus-other-frame-resume-function):
2542         * message.el (message-user-organization-file)
2543         (message-cite-reply-position):
2544         * nnir.el (nnir-summary-line-format)
2545         (nnir-retrieve-headers-override-function):
2546         * shr-color.el (shr-color-visible-luminance-min):
2547         * shr.el (shr-blocked-images):
2548         * spam-report.el (spam-report-resend-to):
2549         * spam.el (spam-summary-exit-behavior): Fix custom types.
2550
2551         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2552
2553 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2556         because of let-binding help-xref-following.  (Bug#14356)
2557
2558 2013-05-06  Glenn Morris  <rgm@gnu.org>
2559
2560         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2561
2562 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2563
2564         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2565         entering into the registry.
2566
2567 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2568
2569         * gnus.el: Ma Gnus v0.7 is released.
2570
2571 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2574         (Bug#14304)
2575
2576 2013-04-27  Glenn Morris  <rgm@gnu.org>
2577
2578         * gnus.el (gnus-list-debbugs):
2579         Use require rather than autoload.  (Bug#14262)
2580
2581 2013-04-27  Julien Danjou  <julien@danjou.info>
2582
2583         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2584         port to "sieve" now that it has an official IANA port assigned.
2585
2586 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2589         Don't set the MAILHOST environment variable permanently (Bug#14271).
2590
2591 2013-04-26  Glenn Morris  <rgm@gnu.org>
2592
2593         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2594
2595 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2596
2597         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2598         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2599
2600 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2601
2602         * nnir.el (nnir-close-group): Make sure we are in the right group.
2603
2604         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2605         dependency table from all newly retrieved headers.
2606
2607 2013-04-16  David Edmondson  <dme@dme.org>
2608
2609         Support <img src="data:...">.
2610
2611         * shr.el (shr-image-from-data): New function.
2612         (shr-tag-img): Use it.
2613
2614 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2615
2616         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2617         group.
2618
2619 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2622         corresponding to any existing group (Bug#14166).
2623
2624 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2625
2626         * nnir.el (number-sequence): No longer used.
2627         (nnir-request-set-mark): New function.
2628         (nnir-request-update-info): Improve marks updating.
2629         (nnir-request-scan): Don't duplicate marks updating.
2630         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2631         Use 'assq rather than 'assoc.  Quote anonymous function.
2632         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2633         Use 'gnus-group-prefixed-p.
2634         (gnus-summary-create-nnir-group): Make sure server for method is open.
2635
2636 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2637
2638         * nnir.el (gnus-nnir-group-p): New function.
2639         (nnir-possibly-change-group): Use it.
2640
2641         * gnus-msg.el (gnus-setup-message): Use it.
2642
2643 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2646         `initial-input' for the argument name.
2647         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2648
2649 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2650
2651         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2652         (used by MH-E).
2653
2654 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2655
2656         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2657         group.
2658
2659         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2660         fix compilation.
2661
2662 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2663
2664         * nnir.el (nnir-method-default-engines): And another typo.
2665
2666 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2667
2668         * nnir.el (nnir-method-default-engines): Fix typo.
2669
2670 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2671
2672         * nnir.el: Define 'number-sequence for xemacs.
2673         (gnus-summary-create-nnir-group): New function to create an nnir group
2674         from an nnir summary buffer based on the current query.
2675         (nnir-request-create-group): Update to allow nnir group creation based
2676         on the current query.
2677
2678 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * nndraft.el (nndraft-request-expire-articles):
2681         Make expiry target always `delete'.
2682
2683 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2684
2685         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2686         buffer use the posting-style and gcc of the original article group.
2687         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2688
2689         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2690         after other deffoos.
2691
2692 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2693
2694         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2695         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2696         support for real (i.e. not ephemeral) nnir groups.
2697         (gnus-summary-make-nnir-group): New function for initiating searches
2698         from a summary buffer.
2699
2700 2013-03-18  Sam Steingold  <sds@gnu.org>
2701
2702         * message.el (message-bury): Minor cleanup.
2703
2704 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2705
2706         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2707
2708 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2711         nnml-request-list.  (Bug#13873)
2712         (nndir-request-newsgroups): Remove, unused.
2713
2714         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2715
2716 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2717
2718         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2719         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2720         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2721
2722 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2723
2724         * shr.el: Make all the overlays set the `evaporate' property so that
2725         they're removed properly.
2726
2727 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2728
2729         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2730         shell-quote-argument.
2731
2732 2013-02-22  David Engster  <deng@randomsample.de>
2733
2734         * gnus-registry.el (gnus-registry-save): Provide class name when
2735         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2736         `condition-case' to stay compatible with older EIEIO versions which
2737         only accept one argument.
2738
2739 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2740
2741         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2742         (epg-user-id-validity): Autoload.
2743         (mml2015-epg-check-user-id): New function.
2744         (mml2015-epg-check-sub-key): New function split from
2745         mml2015-epg-find-usable-key.
2746         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2747         optional name-is-key-id, to handle the case when user-id is unusable.
2748         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2749
2750 2013-02-17  Glenn Morris  <rgm@gnu.org>
2751
2752         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2753
2754 2013-02-16  Glenn Morris  <rgm@gnu.org>
2755
2756         * shr.el (shr-put-image): Only animate images that specify a delay.
2757         This is consistent with the old image-animated-p behavior.
2758
2759 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2762         for XEmacs.
2763
2764 2013-02-13  Juri Linkov  <juri@jurta.org>
2765
2766         * gnus-art.el (gnus-article-mode-map):
2767         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2768         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2769
2770 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2771
2772         * auth-source.el (auth-source-format-prompt): Don't get confused by
2773         any "\" in replacement text.  (Bug#13637)
2774
2775 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2776
2777         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2778         (gnus-backend-trace): Honour gnus-backend-trace.
2779
2780         * mml.el (mml-insert-part): Insert closing tag.
2781
2782         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2783
2784 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2787         able to find the article, which can happen in debbugs groups,
2788         apparently.
2789
2790 2013-01-16  Glenn Morris  <rgm@gnu.org>
2791
2792         * smiley.el (smiley-style): Make the file loadable in batch mode.
2793
2794 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2795
2796         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2797         imap process running.
2798
2799 2013-01-14  Julien Danjou  <julien@danjou.info>
2800
2801         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2802         Compare addresses against addresses, not against the full From field.
2803
2804 2013-01-13  Richard Stallman  <rms@gnu.org>
2805
2806         * message.el (message-forward-make-body-mime): New args BEG, END
2807         specify what part of FORWARD-BUFFER to use.  Do the work directly
2808         instead of calling `mml-insert-buffer'.
2809
2810 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2811
2812         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2813         cross-reference(s).
2814
2815         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2816         cross-reference(s).
2817
2818 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2819
2820         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2821         and point-max-marker.
2822         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2823
2824 2013-01-11  Julien Danjou  <julien@danjou.info>
2825
2826         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2827         max are almost equal.  Also return the correct value for V which is
2828         already between 0 and 1.
2829
2830 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2831
2832         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2833         to mml2015-encrypt-to-self.
2834         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2835
2836 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2837
2838         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2839         mml-smime-epg-find-usable-secret-key.
2840
2841 2013-01-08  Glenn Morris  <rgm@gnu.org>
2842
2843         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2844
2845 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2846
2847         * mml-smime.el: Support signing by sender.
2848         Requested by Uwe Brauer.
2849         (mml-smime-sign-with-sender): New user option analogous
2850         to mml2015-sign-with-sender.
2851         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2852         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2853         mml2015.el.
2854
2855 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2858         isn't running, because Gnus will probably not know how to handle the
2859         Gcc header (bug#11941).
2860
2861         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2862         articles.
2863
2864 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2867         (nnfolder-generate-active-file): Make this function work with recursive
2868         folder names.
2869
2870 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2871
2872         * nntp.el (nntp-open-connection): Use HELP as the capability command
2873         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2874         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2875
2876 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2877
2878         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2879         place holder since this gives `Invalid face reference: nil' messages.
2880         Use the `default' face instead.  It has the same effect here, even
2881         though it is not no-op.
2882
2883         * gnus-util.el
2884         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2885
2886 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2887
2888         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2889         non-string posting styles (bug#13285).
2890
2891 2012-12-27  Glenn Morris  <rgm@gnu.org>
2892
2893         * plstore.el (plstore-passphrase-callback-function):
2894         Use plstore-get-file.
2895
2896 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2897
2898         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2899         stderr.
2900
2901 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2904
2905         * gnus-compat.el (set-buffer-multibyte): Remove.
2906
2907 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2908
2909         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2910         temporary file to get PGP key image.  Pass no-show-photos when
2911         extracting image to avoid having it pop up twice.
2912
2913 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2916         eligible for treatment.
2917
2918         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2919         lines.  This makes summary commands with hidden threads work more
2920         reliably.
2921
2922         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2923         button to mark the hidden citations (bug#9395).
2924
2925 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2926
2927         * mml2015.el (mml2015-epg-signature-to-string): New function.
2928         (mml2015-epg-verify-result-to-string): New function.
2929         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2930         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2931         instead of epg-verify-result-to-string.
2932         (epg-signature-key-id, epg-signature-to-string): Autoload.
2933         (epg-verify-result-to-string): Remove autoload.
2934
2935 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2936
2937         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2938         ID image from GPG public key.
2939         (mml2015-epg-key-image-to-string): New function.
2940
2941 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2942
2943         * plstore.el (plstore-passphrase-callback-function): Fix error when
2944         error when plstore-cache-passphrase-for-symmetric-encryption is set
2945         (bug#13264).
2946
2947 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2948
2949         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2950         buffer to the article buffer here, because that clobbers multiple
2951         article buffers.
2952
2953         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2954         buffer always points to the right summary buffer.
2955
2956 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2957
2958         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2959         the password (bug#12097).
2960
2961 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2962
2963         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2964         (bug#13263).
2965
2966         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2967         buffer exists before using it (bug#12475).
2968
2969         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2970         offline groups (bug#11937).
2971
2972         * message.el (message-yank-original): When using customize to set the
2973         value of `message-cite-style', the variable it set to a symbol that's
2974         the name of the variable, which must then be dereferenced (bug#12616).
2975
2976 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2977
2978         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2979         the `face' property with a list whose car is the face specified in the
2980         format string and whose cdr is (nil).
2981         * lisp/gnus-util.el
2982         (gnus-put-text-property-excluding-characters-with-faces):
2983         Change accordingly.
2984         (gnus-get-text-property-excluding-characters-with-faces): New function.
2985         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2986         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2987         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2988
2989 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2990
2991         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2992         login methods.
2993         (nnimap-login): Respect the `nnimap-authenticator' variable.
2994
2995         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2996         mark state when moving articles.  Otherwise unticked articles will get
2997         their ticks back after moving.
2998
2999 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3000
3001         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3002
3003         * message.el (message-ignored-news-headers): Always remove
3004         X-Message-SMTP-Method to avoid information leakage if the user
3005         mistakenly inserts the header into news messages.
3006
3007         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3008
3009         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3010         right than four characters, this command would move point to
3011         `point-max'.  Don't do that.
3012
3013         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3014         to nil to allow re-selecting groups that gain articles.
3015         (gnus-bug-group-download-format-alist): Update the URL.
3016
3017 2012-12-23  Andreas Schwab  <schwab@suse.de>
3018
3019         * shr.el (shr-tag-em): Render em as italic, not bold.
3020
3021 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3024         for reuse.
3025         (gnus-open-server): Use it to add more tracing.
3026         (gnus-finish-retrieve-group-infos): Add backend tracing.
3027         (gnus-backend-trace): Also note the elapsed seconds.
3028
3029 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3030
3031         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3032         Set epa-file-encrypt-to from variable to avoid querying.
3033
3034 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3035
3036         * sieve-mode.el (sieve-font-lock-keywords):
3037         Keywords should be word delimited.  (Bug#13173)
3038
3039 2012-12-13  Andreas Schwab  <schwab@suse.de>
3040
3041         * tls.el (tls-program): Update customize type.
3042
3043 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3046         instead of <pre> to align message header.
3047
3048 2012-12-12  Sam Steingold  <sds@gnu.org>
3049
3050         * gnus.el (gnus-other-frame-resume-function): Add user option.
3051         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3052
3053 2012-12-06  Sam Steingold  <sds@gnu.org>
3054
3055         * gnus-start.el (gnus-before-resume-hook): Add.
3056         (gnus-1): Run it when Gnus is alive.
3057
3058 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3061         * gnus-art.el (article-unsplit-urls)
3062         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3063         * gnus-registry.el (gnus-registry-get-article-marks)
3064         * message.el (message-goto-body): Use it.
3065         (message-called-interactively-p): Remove.
3066
3067         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3068         (spam-stat-score-buffer): Use it.
3069
3070         * spam.el: Silence the warnings against BBDB functions when compiling.
3071
3072         * gnus-score.el (gnus-score-decode-text-parts):
3073         Use append+mapcar instead of the cl function mapcan.
3074
3075 2012-12-05  Sam Steingold  <sds@gnu.org>
3076
3077         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3078         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3079         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3080
3081 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * gmm-utils.el (gmm-called-interactively-p): Revert.
3084         This seems to cause Emacs to get stuck!
3085         * gnus-art.el (article-unsplit-urls)
3086         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3087         * gnus-registry.el (gnus-registry-get-article-marks)
3088         * message.el (message-goto-body)
3089         (message-called-interactively-p): Revert.
3090
3091         * gmm-utils.el (gmm-called-interactively-p): New function.
3092         * gnus-art.el (article-unsplit-urls)
3093         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3094         * gnus-registry.el (gnus-registry-get-article-marks)
3095         * message.el (message-goto-body): Use it.
3096         (message-called-interactively-p): Remove.
3097
3098         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3099         * gnus-sync.el (gnus-sync-lesync-call)
3100         * message.el (message-read-from-minibuffer): Use it.
3101
3102 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * gmm-utils.el (gmm-flet): Remove.
3105         * gnus-sync.el (gnus-sync-lesync-call)
3106         * message.el (message-read-from-minibuffer): Don't use it.
3107
3108 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3111
3112 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3115
3116         * gnus-sync.el (gnus-sync-lesync-call)
3117         * message.el (message-read-from-minibuffer): Use gmm-flet.
3118
3119         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3120
3121         * gnus-util.el (gnus-macroexpand-all): Remove.
3122
3123 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3124
3125         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3126         to TAB, not [tab].
3127         (gnus-summary-article-map): Likewise.
3128
3129         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3130         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3131
3132 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3133
3134         * time-date.el: Commentary fix.
3135
3136 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3137
3138         * color.el: Don't require cl.
3139         (color-complement): `caddr' -> `nth 2'.
3140
3141         * time-date.el (time-to-seconds): De-obsolete.
3142
3143 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * message.el (message-get-reply-headers):
3146         Make sure the reply goes to the author if it is a wide reply.
3147
3148 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3149
3150         * gnus-score.el (gnus-score-body):
3151         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3152         scoring by body.
3153
3154 2012-11-16  Glenn Morris  <rgm@gnu.org>
3155
3156         * gnus-diary.el (nndiary-request-create-group-functions)
3157         (nndiary-request-update-info-functions)
3158         (gnus-subscribe-newsgroup-functions)
3159         (nndiary-request-accept-article-functions):
3160         Use new names for hooks rather than obsolete aliases.
3161
3162 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3165
3166 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3169         in meta tag with the one the part specifies in its header.
3170
3171 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3172
3173         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3174         by default.
3175
3176 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3179         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3180
3181 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3184         and a runtime function for it, of which the XEmacs version takes only
3185         two arguments.
3186
3187 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3188
3189         * nndiary.el (nndiary-request-create-group-functions)
3190         (nndiary-request-update-info-functions)
3191         (nndiary-request-accept-article-functions):
3192         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3193         "-hooks" suffix.
3194
3195 2012-10-19  Julien Danjou  <julien@danjou.info>
3196
3197         * gnus-art.el: Require gnus-util because it uses
3198         `gnus-timer--function'.
3199
3200 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3201
3202         * starttls.el (starttls-extra-arguments): Doc fix.
3203
3204 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3207         it.
3208
3209 2012-10-06  Glenn Morris  <rgm@gnu.org>
3210
3211         * gnus-notifications.el (gnus-notifications):
3212         Add missing group :version tag.
3213         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3214         (gnus-gcc-post-body-encode-hook):
3215         * gnus-sync.el (gnus-sync-lesync-name)
3216         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3217
3218 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3219
3220         * color.el (color-hsl-to-rgb): Fix incorrect results for
3221         small and large hue values.  (Bug#12559)
3222
3223 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         New UIDL implementation.
3226
3227         * mail-source.el (mail-sources, mail-source-keyword-map):
3228         Add :leave as a pop3 keyword.
3229         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3230
3231         * pop3.el (pop3-leave-mail-on-server): Allow number.
3232         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3233         (pop3-movemail): Add UIDL support.
3234         (pop3-send-streaming-command): Take a list of mail numbers instead of
3235         the number of mails.
3236         (pop3-write-to-file): Add X-UIDL header.
3237         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3238         (pop3-uidl-add-xheader): New functions.
3239
3240         * message.el (message-ignored-resent-headers):
3241         Add X-Content-Length and X-UIDL headers.
3242
3243 2012-10-05  Glenn Morris  <rgm@gnu.org>
3244
3245         * color.el (color-name-to-rgb, color-rgb-to-hex)
3246         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3247         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3248         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3249         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3250
3251 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3254         a user about whether to delete temp files if once a user answered as n.
3255
3256 2012-09-25  Chong Yidong  <cyd@gnu.org>
3257
3258         * password-cache.el (password-read-and-add): Use a declare form to mark
3259         this function obsolete.
3260
3261 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * lpath.el: Bind mail-encode-mml for old Emacsen.
3264
3265 2012-09-17  Richard Stallman  <rms@gnu.org>
3266
3267         * message.el (message-in-body-p): Don't set mark or modify buffer.
3268
3269         * mml.el (mml-attach-file): Doc fix.
3270         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3271         Set mail-encode-mml when in Mail mode.
3272         Simplify code to set HEAD and move back to HEAD.
3273         (mml-insert-multipart, mml-insert-part):
3274         Set mail-encode-mml when in Mail mode.
3275
3276 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * gnus-util.el (gnus-timer--function): New function.
3279
3280         * gnus-art.el (gnus-article-stop-animations): Use it.
3281
3282 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3283
3284         Fix glitches caused by addition of psec to timers.
3285         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3286         rather than raw access to timer vector.
3287
3288 2012-09-11  Julien Danjou  <julien@danjou.info>
3289
3290         * gnus-notifications.el (gnus-notifications): Check for nil values in
3291         ignored addresses check.
3292
3293 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3294
3295         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3296
3297 2012-09-07  Chong Yidong  <cyd@gnu.org>
3298
3299         * gnus-util.el
3300         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3301
3302         * gnus-salt.el (gnus-tree-highlight-node):
3303         * gnus-sum.el (gnus-summary-highlight-line):
3304         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3305
3306 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3309
3310 2012-09-06  Juri Linkov  <juri@jurta.org>
3311
3312         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3313         scheme for buffer names to be more consistent with other group and
3314         article buffer names in Gnus.
3315
3316 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3317
3318         * gnus-util.el
3319         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3320
3321         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3322         Jenkner.
3323
3324         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3325
3326         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3327
3328         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3329
3330 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3333         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3334
3335         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3336         string-prefix-p in Emacs >=23.2.
3337
3338         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3339         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3340         instead of string-match-p.
3341         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3342
3343 2012-09-06  Kenichi Handa  <handa@gnu.org>
3344
3345         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3346         lowercase a..f.
3347
3348 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3349
3350         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3351
3352 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3353
3354         * nnimap.el (nnimap-request-move-article): Decode the group name when
3355         doing internal moves to avoid charset issues.
3356
3357         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3358         TIME is set.
3359
3360 2012-09-05  Juri Linkov  <juri@jurta.org>
3361
3362         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3363         than one group at a time (bug#11961).
3364
3365 2012-09-05  Julien Danjou  <julien@danjou.info>
3366
3367         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3368         this hide the real reason with a message giving absolutely no hint.
3369
3370 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3371
3372         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3373         to the backend (bug#11804).
3374
3375         * message.el (message-insert-newsgroups): Don't insert newsgroup
3376         duplicates (bug#12275).
3377
3378 2012-09-05  John Wiegley  <johnw@newartisans.com>
3379
3380         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3381         sieve rules.
3382
3383 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3384
3385         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3386         function.
3387
3388         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3389
3390         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3391
3392 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3393
3394         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3395         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3396         This should make nnmaildir more usable with offlineimap.
3397
3398 2012-09-05  Julien Danjou  <julien@danjou.info>
3399
3400         * nnimap.el (nnimap-request-list): Revert change that made listing
3401         synchronous.
3402         (nnimap-get-responses): Restore.
3403
3404 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3405
3406         * dgnushack.el: XEmacs 21.5 compilation fix.
3407
3408         * gnus-notifications.el (gnus-notifications-notify): Use it.
3409
3410         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3411         warnings on XEmacs.
3412
3413 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3414
3415         Better seeds for (random).
3416         * gnus-sync.el (gnus-sync-lesync-setup):
3417         * message.el (message-canlock-generate, message-unique-id):
3418         Change (random t) to (random), now that the latter is more random.
3419
3420 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3421
3422         * nnimap.el (nnimap-change-group): Document result value
3423
3424         * auth-source.el (auth-sources): Fix macos keychain access.
3425
3426         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3427         allow the backend `request-head' function to determine the group
3428         name on its own.
3429         (gnus-request-expire-articles): Filter out negative article numbers
3430         during expiry (Bug#11980).
3431
3432         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3433         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3434
3435         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3436         you've found the article when you haven't.
3437
3438         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3439         that nnimap-change-group can return t.
3440
3441 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3442
3443         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3444
3445 2012-08-30  Julien Danjou  <julien@danjou.info>
3446
3447         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3448         `gnus-notifications-timeout'.
3449         (gnus-notifications-timeout): Add.
3450         (gnus-notifications-action): New function.
3451         (gnus-notifications-notify): Add :action using
3452         `gnus-notifications-action'.
3453         (gnus-notifications-id-to-msg): New variable.
3454         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3455         notifications id to messages.
3456
3457 2012-08-30  Kenichi Handa  <handa@gnu.org>
3458
3459         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3460         once.
3461
3462 2012-08-29  Julien Danjou  <julien@danjou.info>
3463
3464         * gnus-notifications.el: New file.
3465         (gnus-notifications-notify): New function.
3466         (gnus-notifications): Use `gnus-notifications-notify'.
3467
3468 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3471         transfer encoding first; bind gnus-newsgroup-charset to the charset
3472         that the article specifies (Bug#12209).
3473
3474 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3477         (gnus-group-customize-done): Encode values posting-style holds.
3478
3479         * gnus-msg.el (gnus-summary-resend-message)
3480         (gnus-configure-posting-styles): Decode values posting-style group
3481         parameter holds.
3482
3483 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3486         `name' and `address' in Resent-From header.
3487
3488 2012-08-14  Chong Yidong  <cyd@gnu.org>
3489
3490         * gnus-art.el (article-display-face): Handle failure in
3491         gnus-create-image (Bug#11802).
3492
3493 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3494
3495         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3496         Use defsetf.
3497
3498 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3499
3500         * auth-source.el (auth-source-plstore-search)
3501         (auth-source-secrets-search): Ignore :require and :type in search spec.
3502
3503 2012-08-06  Julien Danjou  <julien@danjou.info>
3504
3505         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3506         `nnimap-request-move-article'.
3507
3508         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3509         Remove autoload, already handled by gnus.el.
3510
3511         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3512
3513         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3514         supported by nnimap actually.  Reverts previous change.
3515
3516         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3517         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3518         to-buffer argument that is already supported.
3519
3520 2012-08-05  Julien Danjou  <julien@danjou.info>
3521
3522         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3523         Add autoload.
3524
3525 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus.el (gnus-valid-select-methods): Fix custom type.
3528
3529 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3530
3531         * auth-source.el (auth-sources, auth-source-backend-parse)
3532         (auth-source-macos-keychain-search)
3533         (auth-source-macos-keychain-search-items)
3534         (auth-source-macos-keychain-result-append)
3535         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3536         auth-source.el through the /usr/bin/security utility.
3537         (auth-sources): Fix syntax error.
3538         (auth-source-macos-keychain-result-append): Fix variable name.
3539         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3540
3541 2012-07-27  Julien Danjou  <julien@danjou.info>
3542
3543         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3544         Emacs < 24.1
3545
3546 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * message.el (message-kill-address): Don't kill last newline.
3549         (message-skip-to-next-address): Don't move to the next header.
3550         (message-fill-field-address): Work properly.
3551
3552 2012-07-25  Julien Danjou  <julien@danjou.info>
3553
3554         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3555
3556 2012-07-24  Julien Danjou  <julien@danjou.info>
3557
3558         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3559
3560         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3561         (nntp-async-timer-handler): Remove, unused.
3562
3563         * nnimap.el (nnimap-get-responses): Remove, unused.
3564
3565         * nnheader.el (mail-header-set-extra): Remove, unused.
3566
3567         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3568         unused.
3569
3570         * mm-view.el (mm-view-sound-file): Remove, unused.
3571
3572         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3573         (mm-url-encode-multipart-form-data): Remove, unused.
3574
3575         * message.el (message-remove-signature, message-make-host-name)
3576         (message-fill-address): Remove, unused.
3577
3578         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3579         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3580         unused.
3581
3582         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3583         (gnus-xmas-call-region): Remove, unused.
3584
3585         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3586
3587         * gnus-util.el (gnus-extract-address-component-name)
3588         (gnus-extract-address-component-email, gnus-sortable-date)
3589         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3590         (gnus-process-live-p): Remove, unused.
3591
3592         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3593
3594         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3595         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3596         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3597         function.
3598
3599         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3600
3601         * gnus-score.el (gnus-summary-score-crossposting)
3602         (gnus-score-regexp-bad-p): Remove, unused.
3603
3604         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3605
3606         * gnus-range.el (gnus-sublist-p): Remove, unused.
3607
3608         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3609         unused.
3610
3611         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3612
3613         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3614         (gnus-request-associate-buffer): Remove, unused.
3615
3616         * gnus-group.el (gnus-group-set-method-info)
3617         (gnus-group-set-params-info): Remove, unused.
3618
3619         * gnus-fun.el (gnus-shell-command-to-string)
3620         (gnus-shell-command-on-region): Remove, unused.
3621
3622         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3623
3624         * gnus-art.el (gnus-article-text-type-exists-p)
3625         (article-translate-characters, gnus-article-hide-text-of-type)
3626         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3627         Remove, unused.
3628
3629 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3630
3631         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3632
3633 2012-07-21  Julien Danjou  <julien@danjou.info>
3634
3635         * message.el (message-dont-reply-to-names): Replace deprecated
3636         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3637         (message-get-reply-headers): Ditto.
3638
3639 2012-07-18  Julien Danjou  <julien@danjou.info>
3640
3641         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3642         `sieve-upload-and-kill'.
3643
3644         * sieve.el (sieve-bury-buffer): Remove function.
3645         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3646         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3647
3648 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3649
3650         * shr.el (shr-expand-url): Handle URL starting with `//'.
3651
3652 2012-07-13  Chong Yidong  <cyd@gnu.org>
3653
3654         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3655         instead of calling toggle-read-only with a (bogus) argument.
3656
3657 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3658
3659         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3660         of initial input when reading the author to restrict the summary to.
3661
3662 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * mm-decode.el (mm-shr):
3665         Allow overriding charset by mm-charset-override-alist.
3666
3667 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * gnus-art.el (gnus-article-view-part):
3670         Toggle subparts of multipart/alternative part.
3671
3672 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3673
3674         * shr.el (shr-render-buffer): New command.
3675         (shr-visit-file): Use it.
3676
3677 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3680         Set no-byte-compile and no-update-autoloads.
3681
3682 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3685
3686 2012-06-25  Julien Danjou  <julien@danjou.info>
3687
3688         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3689         `nnimap-request-move-articles-find-limit' since we do not use it only
3690         for move operations.
3691         (nnimap-request-accept-article): Use
3692         `nnimap-request-articles-find-limit' to limit search by message-id.
3693
3694 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3695
3696         Support higher-resolution time stamps (Bug#9000).
3697
3698         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3699         VARLIST.  It's optional, for backward compatibility.
3700         (encode-time-value): New optional arg PICO.  New type 3.
3701         (time-to-seconds) [!float-time]: Support the new picoseconds
3702         component if it's used.
3703         (seconds-to-time, time-subtract, time-add):
3704         Support ps-resolution time stamps as well.
3705
3706 2012-06-19  Julien Danjou  <julien@danjou.info>
3707
3708         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3709
3710         * nnimap.el (nnimap-log-buffer): Check that
3711         `window-point-insertion-type' is boundp, since it's not available in
3712         XEmacs.
3713
3714 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3715
3716         * nnimap.el (nnimap-log-buffer): Add this, setting
3717         `window-point-insertion-type' in the buffer to t.
3718         (nnimap-log-command): Use nnimap-log-buffer.
3719
3720 2012-06-19  Julien Danjou  <julien@danjou.info>
3721
3722         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3723         argument to be able to limit the search.
3724         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3725         (nnimap-request-move-articles-find-limit): Add this to limit the search
3726         by Message-Id after a message move.
3727         (nnimap): Add defgroup.
3728
3729 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3730
3731         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3732
3733 2012-06-15  Julien Danjou  <julien@danjou.info>
3734
3735         * nnimap.el (nnimap-find-article-by-message-id): Use
3736         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3737         (nnimap-possibly-change-group): Add read-only argument.
3738         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3739         issuing EXAMINE manually.
3740         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3741         with read-only argument.
3742         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3743         cannot possibly change because we need to be sure that it's either
3744         read-write or read-only.
3745
3746 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3749         being bound to a lambda form.
3750
3751 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3752
3753         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3754         articles when fetch-old is non-nil (bug#11370).
3755
3756 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3757
3758         * gnus-picon.el (gnus-picon-properties): New defcustom.
3759         (gnus-picon-create-glyph): Use it.
3760
3761 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * gnus-group.el (gnus-group-get-new-news): Respect
3764         `gnus-group-use-permanent-levels', as documented (bug#11638).
3765
3766 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3767
3768         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3769         groups (bug#11641).
3770
3771 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3772
3773         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3774         is an integer to avoid later problems.
3775
3776 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3779         locales.
3780
3781         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3782         on a handle.
3783
3784         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3785         address as the default.
3786         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3787
3788         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3789         makes no sense to query the user about internal files.
3790
3791         * gnus-spec.el: Remove all the byte-compilation stuff, since
3792         benchmarking shows that it doesn't help when entering large summary
3793         buffers.
3794
3795         * gnus-xmas.el (gnus-xmas-define): Remove.
3796
3797         * gnus-util.el (gnus-byte-code): Remove.
3798
3799         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3800         grouplens stuff.
3801
3802 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3805         (bug#11514).
3806
3807 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3808
3809         * message.el (message-buffers): Return all buffers derived from Message
3810         to make `gnus-dired-attach' work with mu4e.
3811
3812 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3813
3814         * nntp.el: Stop the `letf' madness.
3815         (nntp--report-1): New var.
3816         (nntp-report): Merge nntp-report-1 into it.
3817         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3818         the nntp-report function.
3819
3820         * auth-source.el: Fix comment-style to follow the convention.
3821
3822 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3823
3824         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3825         (mm-dissect-singlepart): Don't guess the MIME type of
3826         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3827         set.
3828         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3829         toplevel MIME type is multipart/encrypted.
3830
3831 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3834         a string so that Gcc works (bug#11514).
3835
3836 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3837
3838         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3839         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3840
3841 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3842
3843         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3844         jumping to *Server* from a dedicated *Group* window.
3845         (gnus-configure-frame): CSE.
3846
3847         * gnus-registry.el: Minor style cleanup.
3848         (gnus-registry--set/remove-mark): New function, extracted from
3849         gnus-registry-install-shortcuts.
3850         (gnus-registry-install-shortcuts): Use it.
3851
3852 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * nnspool.el (news-path): Use eval-and-compile.
3855
3856 2012-05-24  Glenn Morris  <rgm@gnu.org>
3857
3858         * nnspool.el (news-directory, news-path, news-inews-program):
3859         Move here from paths.el.  Don't see a need for these to be autoloaded.
3860
3861         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3862         Merge in doc from paths.el version.  Don't see any need for this to be
3863         autoloaded, or for the warning about users not setting it.
3864
3865 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3866
3867         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3868         format.  In particular, add an optional argument and a docstring.
3869
3870         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3871
3872         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3873         current before calling `gnus-groups-to-gnus-format'.
3874         Note that this was already the case for `gnus-active-to-gnus-format'.
3875
3876 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3877
3878         Fix minor Y10k bug.
3879         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3880
3881 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3882
3883         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3884         message once it's actually open.
3885
3886 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3887
3888         * gnus.el: Ma Gnus v0.5 is released.
3889
3890 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3891
3892         * auth-source.el (auth-source--aput-1, auth-source--aput)
3893         (auth-source--aget): New functions and macros.
3894         Use them instead of aput/aget.
3895
3896 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3897
3898         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3899
3900 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3901
3902         * plstore.el (plstore-called-interactively-p): New compat macro copied
3903         from message.el.
3904         (plstore-mode): Use it.
3905
3906 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3907
3908         * plstore.el: Revive the editing feature.
3909         (plstore-mode): New mode to edit plstore file.
3910         (plstore-mode-toggle-display, plstore-mode-original)
3911         (plstore-mode-decoded): New command.
3912         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3913         (plstore--insert-buffer, plstore--make): New function.
3914         (plstore-open, plstore-save): Simplify by using them.
3915
3916 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3919
3920 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3921
3922         * tls.el (open-tls-stream): Remove unused binding.
3923
3924 2012-04-16  Glenn Morris  <rgm@gnu.org>
3925
3926         * nndraft.el (nndraft-request-list): Fix declaration.
3927
3928 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * mm-decode.el (mm-dissect-buffer): Doc fix.
3931
3932         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3933         don't have a current group.
3934
3935         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3936         buffer if it doesn't exist.
3937
3938         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3939         given, mark the group as ephemeral with the current window conf.
3940
3941         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3942         buffer exists, which it doesn't if we haven't started Gnus.
3943         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3944
3945 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3948         type is.
3949
3950         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3951         `unexists' entries.
3952         (gnus-clean-old-newsrc): Fix last checkin.
3953
3954         * nnimap.el (nnimap-update-info): None of the articles below the active
3955         low-water mark exist.
3956
3957         * dgnushack.el: Get rid of XEmacs compilation warning.
3958
3959         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3960         would have gotten if we posted to the group, and use that to compare
3961         against the message we want to cancel (bug#10808).
3962
3963         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3964         on XEmacs.
3965
3966 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3967
3968         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3969         `scroll-margin'.
3970
3971 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3972
3973         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3974         citation prefix within a block of cited text should be considered part
3975         of that block *only* if it is a blank line.
3976
3977 2012-04-09  Chong Yidong  <cyd@gnu.org>
3978
3979         * binhex.el, hashcash.el, uudecode.el:
3980         Remove * characters from the front of variable docstrings.
3981
3982 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3985         before kinsoku-bol characters nor within kinsoku-eol characters.
3986
3987 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3990         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3991         (gnus-sync-read): Use mapc instead of mapcar.
3992
3993         * mm-archive.el: Require mm-decode for some macros.
3994         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3995         the byte compiler.
3996         (mm-archive-decoders): New function that returns the value of
3997         the mm-archive-decoders variable.
3998
3999         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4000         instead.
4001         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4002
4003         * nnimap.el (gnus-refer-thread-use-nnir):
4004         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4005
4006 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007
4008         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4009
4010 2012-03-12  Peter Münster  <pmrb@free.fr>
4011
4012         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4013         (gnus-demon-cancel): Ditto.
4014         (gnus-demon-run-callback): When function cannot be called due to low
4015         idleness, call it when idleness reaches the expected value, instead of
4016         waiting another timer period.
4017         (gnus-demon-init): Add `time' to arguments of call-back.
4018
4019 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020
4021         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4022
4023         * gnus.el: Register gnus-registry functions.
4024
4025         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4026         indent.
4027
4028         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4029         enabled before warping.
4030
4031 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4032
4033         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4034         registry about each article retrieved.
4035
4036         * gnus-int.el (gnus-select-group-with-message-id): New function.
4037         (gnus-try-warping-via-registry): Ditto.
4038         (gnus-warp-to-article): Fall back on the registry.
4039
4040 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4041
4042         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4043         inboxes.
4044
4045 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4048
4049 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4052         gnus-gcc-self-resent-messages may be a group parameter.
4053         (gnus-summary-resend-message): Don't encode encoded words in header
4054         when Gcc'ing resent message.
4055
4056 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * shr.el (shr-insert): Treat non-breaking space just like normal
4059         space.  This seems to produce more pleasing results.
4060         (shr-insert): Only insert a blank line if we're starting from an image.
4061         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4062         (shr-ensure-paragraph): Consider lines with white space to be blank.
4063
4064 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4065
4066         * Makefile.in: Respect DESTDIR.
4067
4068 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4069
4070         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4071         and gnus-gcc-post-body-encode-hook.
4072
4073 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4076         messages that don't exist.
4077
4078         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4079
4080 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4083         Remove.
4084
4085         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4086
4087         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4088
4089 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4092         have a group name.
4093
4094         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4095         a multibyte buffer (bug#7410).
4096         (article-wash-html): Parse the original article buffer to get the
4097         unencoded data (bug#7410).
4098
4099         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4100         .newsrc.el files.
4101
4102 2012-04-05  Bastien Guerry  <bzg@altern.org>
4103
4104         * color.el (color-lighten-name): Fix typo.
4105
4106 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4109         "#" to avoid having them interpreted as comments.
4110
4111 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * shr.el (shr-insert): Update the text state properly to avoid
4114         inserting spurious paragraph starts.
4115
4116 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * shr.el (shr-table-widths): Divide the extra width more fairly over
4119         the TDs (bug#10973).
4120         (shr-render-td): Don't delete too much padding.
4121         (shr-natural-width): Compute the natural width more correctly.
4122         (shr-insert): Allow the natural width to be computed for tables again.
4123         (shr-tag-table-1): Rework how the natural widths are computed by
4124         rendering the table a third time.
4125         (shr-natural-width): Removed.
4126         (shr-buffer-width): New function.
4127         (shr-expand-newlines): Use it.
4128
4129         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4130         using a `gnus-use-full-window' setup (bug#11013).
4131
4132 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4135         24.1 release.
4136
4137 2012-03-10  David Edmondson  <dme@dme.org>
4138
4139         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4140         'Forwarded Message' header and the start of the message.
4141
4142 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4143
4144         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4145         isn't running (bug#10897).
4146
4147 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4150         This is inconsistent with all the other stream functions, which leave
4151         the setting up to the higher levels (if so wanted) (bug#10931).
4152
4153 2012-02-28  Glenn Morris  <rgm@gnu.org>
4154
4155         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4156         mm-decode.el: Standardize possessive apostrophe usage.
4157
4158 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4161
4162 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4163
4164         * parse-time.el (parse-time-string): Allow extractor to return nil.
4165
4166 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4169
4170 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4171
4172         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4173
4174 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4175
4176         * mm-decode.el (mm-shr): Remove "soft hyphens".
4177
4178         * nnimap.el (nnimap-request-list): Return the group names encoded as
4179         utf8.  Otherwise non-European group names don't work.
4180         (nnimap-request-newgroups): Ditto.
4181
4182         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4183         the default in `read-string' (bug#10757).
4184
4185         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4186         topics (bug#10843).
4187
4188         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4189         buffer.  Suggested by Herbert Valerio Riedel.
4190         (nnimap-request-move-article): Delete the message from the correct IMAP
4191         server.
4192
4193 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4194
4195         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4196         Reported by Peter Münster.
4197
4198 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4199
4200         * shr.el (shr-image-fetched): Make sure we really kill the right
4201         buffer.
4202
4203 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4204
4205         * gnus-start.el (gnus-1): Avoid duplicate entries.
4206
4207 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4208
4209         * imap.el: Remove.
4210
4211         * nntp.el (nntp-coding-system-for-read): Remove.
4212         (nntp-coding-system-for-write): Ditto.
4213         (nntp-open-connection): Just use `binary' directly.
4214
4215         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4216         Gnus 0.3.
4217
4218 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4219
4220         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4221         application/octet-stream parts really is.
4222
4223         * gnus-sum.el (gnus-propagate-marks): Remove.
4224
4225 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4226
4227         * shr.el (shr-rescale-image): Undo previous change; see
4228         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4229
4230 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4231
4232         * gnus.el: Ma Gnus v0.3 is released.
4233
4234 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4235
4236         * gnus-sum.el (gnus-summary-local-variables): Make
4237         `gnus-newsgroup-unexist' into a local variable.
4238
4239 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4240
4241         * registry.el (registry-usage-test, registry-persistence-test): Move to
4242         tests/gnustest-registry.el.
4243         (registry-make-testable-db, registry-match-test)
4244         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4245
4246         * gnus-registry.el (gnus-registry-misc-test)
4247         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4248
4249         * tests/gnustest-registry.el: New file with the registry and
4250         gnus-registry ERT tests.
4251
4252 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-msg.el (gnus-summary-resend-message): Make
4255         gnus-summary-resend-message-insert-gcc be last item in
4256         message-header-setup-hook.
4257
4258 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4259
4260         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4261         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4262         Remove.
4263         (nnfolder-open-server): Don't use marks.
4264         (nnfolder-request-delete-group): Ditto.
4265         (nnfolder-request-rename-group): Ditto.
4266         (nnfolder-request-set-mark, nnfolder-request-marks)
4267         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4268         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4269
4270         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4271         (nnml-marks-modtime): Remove.
4272         (nnml-request-delete-group): Don't use marks.
4273         (nnml-request-rename-group): Ditto.
4274         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4275         (nnml-save-marks, nnml-open-marks): Remove.
4276
4277         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4278         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4279         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4280         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4281         (nntp-server-to-method-cache): Remove.
4282
4283         * shr.el (shr-rescale-image): Fix wrong merge.
4284
4285 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4286
4287         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4288         too-wide lines.
4289
4290 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4291
4292         * nnimap.el (nnimap-record-commands): New variable.
4293         (nnimap-log-command): Use it.
4294         (nnimap-make-process-buffer): Add a space to the process buffer.
4295         (nnimap-transform-headers): Don't bug out on header lines containing
4296         stuff that look like IMAP length encodings.
4297
4298         * shr.el (shr-rescale-image): Allow viewing large images.
4299
4300 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4301
4302         * nnml.el (nnml-request-compact-group): Delete the marks file after
4303         compaction (bug#10800).
4304
4305         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4306         group exit.
4307
4308         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4309         QRESYNC/FETCH output.
4310
4311 2012-02-11  Glenn Morris  <rgm@gnu.org>
4312
4313         * sieve-manage.el (sieve-manage-default-stream):
4314         * shr.el (shr):
4315         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4316         (nnir-retrieve-headers-override-function)
4317         (nnir-imap-default-search-key, nnir-notmuch-program)
4318         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4319         (nnir-method-default-engines):
4320         * message.el (message-cite-reply-position):
4321         * gssapi.el (gssapi-program):
4322         * gravatar.el (gravatar):
4323         * gnus-sum.el (gnus-refer-thread-use-nnir):
4324         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4325         (gnus-registry-max-pruned-entries):
4326         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4327         * gnus-int.el (gnus-after-set-mark-hook)
4328         (gnus-before-update-mark-hook):
4329         * gnus-async.el (gnus-async-post-fetch-function):
4330         * auth-source.el (auth-source-cache-expiry):
4331         Add missing :version tags to new defcustoms and defgroups.
4332
4333 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4334
4335         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4336         `gnus-newsgroup-unexist'.
4337
4338         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4339         marks.
4340         (gnus-article-special-mark-lists): Put the `unexist' in the special
4341         marks list instead.
4342
4343         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4344         articles in the list of articles to be selected.
4345
4346         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4347         articles.
4348         (nnimap-update-info): Keep track of unexisting articles.
4349         (nnimap-update-qresync-info): Ditto.
4350
4351 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4352
4353         * message.el (message-default-send-mail-function): Made into own
4354         function for reuse by emacsbug.el.
4355
4356 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4357
4358         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4359         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4360
4361 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4362
4363         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4364         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4365
4366         * gnus-compat.el: Define `timer-set-function'.
4367
4368         * mm-decode.el (mm-display-external): Output the text from the command
4369         in the buffer after the command finished.  This makes text-based
4370         commands behave better.
4371
4372 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4375
4376 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4377
4378         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4379         23.1.
4380
4381 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4384
4385 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4386
4387         * message.el (smtpmail-smtp-user): Silence compiler warning.
4388
4389 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4390
4391         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4392         SMTP user name.
4393
4394 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * gnus-sum.el (gnus-summary-show-thread):
4397         next-single-char-property-change may return nil in XEmacs.
4398         (gnus-summary-article-map): Fix typo.
4399
4400 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4401
4402         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4403         running.
4404
4405         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4406
4407         * gnus.el (gnus-server-extend-method): Don't add an -address component
4408         if the method already has one (bug#9676).
4409
4410 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4413         of an initial-input for consistency (bug#10757).
4414
4415         * dgnushack.el: Fix XEmacs compilation warning.
4416
4417         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4418
4419         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4420
4421 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4422
4423         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4424         lines that are narrower than the window width.  Otherwise background
4425         "blocks" will look less readable.
4426
4427 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4428
4429         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4430         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4431         have newlines within the strings, and where the UID comes after the
4432         BODYSTRUCTURE element (bug#10537).
4433
4434         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4435         (bug#10732).
4436
4437         * shr.el (shr-insert-document): Add doc string.
4438         (shr-visit-file): Ditto.
4439         (shr-remove-trailing-whitespace): New function.
4440         (shr-insert-document): Use it to clean up trailing whitespace as the
4441         final step (bug#10714).
4442
4443 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4444
4445         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4446         buffer if `gnus-kill-summary-on-exit' is nil.
4447
4448 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4449
4450         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4451         when just reading a single group from "without" Gnus.
4452
4453 2012-02-06  Chong Yidong  <cyd@gnu.org>
4454
4455         * gnus-sum.el (gnus-summary-show-thread):
4456         next-single-char-property-change never returns nil (Bug#8657).
4457
4458 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4459
4460         * message.el (message-multi-smtp-send-mail): New function.
4461         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4462         header to implement multi-SMTP functionality.
4463
4464         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4465         (gnus-agentize): Don't set it.
4466         (gnus-agent-send-mail): Don't use it.
4467
4468         * gnus-sum.el (gnus-summary-widget-backward): New function and
4469         keystroke.
4470
4471         * gnus-compat.el: More the compat functions more compatible.
4472
4473         * shr.el (shr-put-image): Remove underlines from sliced images.
4474         (shr-zoom-image): Compute the region to be replaced more correctly.
4475
4476 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4479         (gnus-summary-resend-message-insert-gcc): New function.
4480         (gnus-summary-resend-message): Modify message-header-setup-hook and
4481         message-sent-hook to make it work for Gcc.
4482         (gnus-inews-do-gcc): Update the number of unread articles of groups
4483         that messages are Gcc'd to.
4484
4485         * message.el (message-resend): Run message-sent-hook to do Gcc.
4486
4487 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4488
4489         * lpath.el: Fix an XEmacs compilation warning.
4490
4491         * gnus-compat.el: Require `help-fns' to fix compilation error.
4492
4493         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4494         a higher level to silence compilation.
4495
4496         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4497         parameter to allow controlling the scaling.
4498
4499         * shr.el (shr-zoom-image): New command and keystroke.
4500         (shr-put-image): Take a `size' flag to say how to scale the image.
4501
4502         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4503         deletion unless already defined.
4504
4505         * gnus.el (gnus-compat): Require it.
4506
4507         * gnus-compat.el: New file.
4508
4509         * gnus-start.el (gnus-clean-old-newsrc): New function.
4510         (gnus-read-newsrc-file): Use it.
4511
4512         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4513         Use recursive deletion.
4514         (mm-dissect-archive): Add support for zip files.
4515
4516         * gnus-util.el (gnus-recursive-directory-files): New function.
4517
4518         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4519         (mm-archive-decoders): Add tgz support.
4520
4521         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4522         Otherwise inserting text into the Gnus buffer can look odd.
4523
4524         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4525
4526         * mm-archive.el (mm-archive-decoders): Add support for tar.
4527
4528         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4529
4530         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4531
4532 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4533
4534         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4535
4536         * mm-archive.el: New file.
4537
4538         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4539
4540         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4541
4542         * message.el (message-goto-*): Make all the `message-goto-*' commands
4543         push the mark before moving point.  This makes it easier to go back to
4544         where you came from after editing whatever you jumped to.
4545
4546 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4547
4548         * gnus.el: Ma Gnus v0.1 is released.
4549
4550 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4551
4552         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4553         without reconnecting.
4554         (nnimap-possibly-change-group): Ditto.
4555         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4556         connection has died before being called.
4557
4558 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4559
4560         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4561         an initial sync unless we're really doing one.
4562
4563         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4564         address parameter if one already exists (bug#9676).
4565
4566         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4567         not the prefix, as documented (bug#10689).
4568
4569 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4570
4571         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4572         the "server".
4573
4574         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4575         the real error message with the useless "previously known to be down".
4576         Which isn't even correct.
4577
4578         * nntp.el (nntp-open-connection): Report the error message if the nntp
4579         server can't be reached.
4580
4581         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4582         groups we do a total scan for.
4583         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4584         doing that.
4585
4586 2012-01-31  Jim Meyering  <jim@meyering.net>
4587
4588         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4589         Correct a comment (insert "not") and hide nominally-doubled "to".
4590
4591 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4592
4593         * gnus.el (gnus-version): Change name to "Ma Gnus".
4594
4595 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4596
4597         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4598         section in the manual.
4599
4600 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4601
4602         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4603         words.
4604         (rfc2047-encode-string): Ditto.
4605         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4606         understand folded filename="..." parameters, for instance.
4607
4608         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4609         the message for greater debuggability.
4610
4611 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4612
4613         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4614         instead of setting it locally, since the latter doesn't seem to have
4615         any effect (most of the time).
4616
4617 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4618
4619         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4620         function call.
4621
4622 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4623
4624         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4625         seconds, and make the repeat clause with HH:MM specs work as
4626         documented.
4627
4628 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4629
4630         * proto-stream.el (proto-stream-capability-open): Fall back on
4631         :end-of-command if :end-of-capability doesn't exist.
4632
4633 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4636         bound globally in old Emacsen and XEmacsen.
4637
4638 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4641         so that previous errors don't prohibit getting new news.
4642
4643         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4644
4645         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4646
4647 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4648
4649         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4650         buffer, not of the string which is its name.
4651
4652 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4653
4654         * proto-stream.el (proto-stream-capability-open): Wait for
4655         :end-of-capability, not :end-of-command.
4656
4657         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4658         non-server-marks groups.
4659         (gnus-group-make-articles-read): Ditto.
4660
4661         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4662         methods (bug#9676).
4663
4664         * gnus.el (gnus-method-ephemeral-p): New function.
4665
4666 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4669         left-to-right.
4670
4671 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4672
4673         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4674         warning.
4675
4676 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4677
4678         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4679         macroexpand the nnir things, since they haven't been defined yet, and
4680         nnir requires gnus-sum.
4681
4682 2012-01-24  Julien Danjou  <julien@danjou.info>
4683
4684         * color.el (color-rgb-to-hsl): Fix value computing.
4685         (color-hue-to-rgb): New function.
4686         (color-hsl-to-rgb): New function.
4687         (color-clamp, color-saturate-hsl, color-saturate-name)
4688         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4689         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4690
4691 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4694
4695 2012-01-19  Julien Danjou  <julien@danjou.info>
4696
4697         * color.el (color-name-to-rgb): Use the white color to find the max
4698         color component value and return correctly computed values.
4699         (color-name-to-rgb): Add missing float conversion for max value.
4700
4701 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4704         logical server name in addition to the actual machine address.
4705
4706         * auth-source.el (auth-source-user-and-password): Add convenience
4707         wrapper to search by just host and optionally user.
4708
4709 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4712         after rendering.
4713
4714 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4715
4716         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4717         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4718         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4719
4720 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4723         (bug#9693).
4724         (gnus-summary-setup-buffer): Document return value (bug#9697).
4725
4726         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4727         since ido doesn't work on symbols (bug#9632).
4728
4729         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4730         when getting a single value as when getting all the values.  This means
4731         that atoms like `gcc-self' work cumulatively, like variable settings,
4732         instead of getting the value from the last matching clause.
4733         (gnus-group-find-parameter): Protect against the group buffer not
4734         existing (bug#9585).
4735
4736 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * gnus-start.el (gnus-activate-group): Document more parameters
4739         (bug#9694).
4740
4741         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4742         (bug#9692).
4743
4744         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4745         article was fetched, so that it can be expired later (bug#9958).
4746         (gnus-agent-summary-fetch-series): Add doc string.
4747         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4748         (bug#9517).
4749
4750         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4751         retrieval is happening.
4752
4753         * gnus.el (gnus-parameters): Doc fix.
4754
4755 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4756
4757         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4758         show the thread after expansion.
4759
4760 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * gnus-art.el (article-narrow-to-head): If the head is completely
4763         empty, narrow to the empty region (bug#9764).
4764
4765         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4766         read, and then mark them as unread only when the unread mark is used.
4767         This makes `C-- T k' actually work, even though it's confusing.
4768
4769         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4770         alive before we try to find its window.
4771
4772 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4773
4774         * mm-decode.el (mm-display-external): Use a longer timeout for the
4775         deletion to allow slow programs to display the file.
4776
4777 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4778
4779         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4780         prompt to be less confusing.
4781
4782         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4783         argument to `message-reply'.  This broke `special-display-*' frame
4784         pop-uping (bug#10238).
4785
4786 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4789         systems, since these allegedly don't work there.
4790
4791 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4792
4793         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4794         live buffer.
4795
4796 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * nnir.el (nnir-retrieve-headers): Protect against the article not
4799         existing on the server (bug#10335).
4800
4801 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4802
4803         * gnus-agent.el (gnus-agent-load-local): Recompute
4804         gnus-agent-article-local on changing method.
4805
4806 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * gnus.el (gnus-parameters): Note precedence.
4809
4810 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4811
4812         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4813         in the group buffer.
4814
4815 2012-01-04  Julien Danjou  <julien@danjou.info>
4816
4817         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4818         change.
4819
4820 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4823         too.
4824
4825         * nntp.el (nntp-retrieve-group-data-early): Use it.
4826
4827 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * nntp.el (nntp-retrieval-in-progress): New variable.
4830         (nntp-make-process-buffer): Make it buffer-local.
4831
4832         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4833         2010.
4834         (gnus-demon-init): Use it to compute the time if time is on the form
4835         "04:23".
4836
4837         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4838
4839         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4840         status in the correct buffer.
4841
4842 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4843
4844         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4845         when opening topics (bug#10407).
4846
4847 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4848
4849         * gnus-cus.el (gnus-score-customize):
4850         * gnus-sum.el (gnus-sort-gathered-threads):
4851         * message.el (message-shorten-references):
4852         * nnmairix.el (nnmairix-request-group):
4853         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4854
4855 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4856
4857         * gnus-agent.el (gnus-agent-regenerate-group):
4858         * gnus-int.el (gnus-retrieve-group-data-early):
4859         * mm-util.el (mm-codepage-ibm-list):
4860         * nndiary.el (Commentary, nndiary-get-new-mail):
4861         * nnir.el (nnir):
4862         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4863
4864 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * mm-view.el (mm-display-inline-fontify): Add comment.
4867
4868 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4869
4870         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4871         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4872
4873 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4874
4875         * gnus-art.el (gnus-split-methods):
4876         * gnus-msg.el (gnus-configure-posting-styles):
4877         * gnus-spec.el (gnus-parse-simple-format):
4878         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4879         * message.el (message-do-actions): Spelling fix.
4880
4881 2011-12-15  Juri Linkov  <juri@jurta.org>
4882
4883         * mm-decode.el (mm-inline-media-tests): Add missing
4884         `mm-handle-media-subtype'.
4885
4886 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4887
4888         * gnus-group.el (gnus-group-tool-bar):
4889         * gnus-sum.el (gnus-summary-tool-bar):
4890         * message.el (message-tool-bar):
4891         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4892
4893 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4894
4895         * plstore.el (plstore--insert-buffer): Spelling fix.
4896
4897 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4898
4899         * message.el (message-valid-fqdn-regexp): Update with newly approved
4900         top-level domain names ".tel" and ".asia".
4901
4902 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4905         unconditionally.
4906
4907 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4910         pop-to-buffer-same-window for old Emacsen.
4911
4912 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4913
4914         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4915
4916 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4917
4918         * netrc.el (netrc-credentials): Spelling fix.
4919
4920 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4921
4922         * gnus-fun.el (gnus-fun-ppm-change-string):
4923         * gnus-msg.el (gnus-inews-do-gcc):
4924         * gnus-sum.el (gnus-summary-find-for-reselect):
4925         * gnus.el (gnus-summary-cancelled):
4926         * message.el (message-cancel-hook, message-send-news):
4927         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4928         * nnir.el (nnir-run-hyrex):
4929         * nntp.el (nntp-with-open-group-function):
4930         * pgg.el (pgg-pending-timers): Spelling fix.
4931
4932 2011-12-04  Chong Yidong  <cyd@gnu.org>
4933
4934         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4935         change (Bug#10200).
4936
4937 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * compface.el (uncompface):
4940         * gnus-art.el (gnus-article-x-face-command): Update the header format
4941         of icon data for the most recent icontopbm program.
4942
4943 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gnus-msg.el (gnus-inews-do-gcc):
4946         * message.el (message-send-mail):
4947         * mml.el (mml-generate-mime): Share the value of the buffer-local
4948         `message-options' variable between a draft buffer and temprary working
4949         buffers.
4950
4951 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4952
4953         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4954
4955 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4958         for Cygwin.
4959
4960 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4961
4962         * gnus-group.el (gnus-group-prepare-flat):
4963         * mm-bodies.el (mm-encode-body):
4964         * mml.el (mml-preview):
4965         * nnml.el (nnml-request-compact-group):
4966         * pop3.el (pop3-stream-type): Spelling fix.
4967
4968 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4969
4970         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4971
4972 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4973
4974         * color.el (color-rgb-to-hsl):
4975         * gmm-utils.el (gmm-tool-bar-style):
4976         * gnus-group.el (gnus-group-prepare-flat):
4977         * gnus-topic.el (gnus-topic-prepare-topic):
4978         * mm-decode.el (mm-discouraged-alternatives):
4979         * rfc2047.el (rfc2047-encode-1):
4980         * starttls.el: Spelling fix.
4981
4982 2011-11-24  Glenn Morris  <rgm@gnu.org>
4983
4984         * binhex.el (binhex-begin-line): Give it basic doc-string.
4985
4986         * starttls.el, tls.el: Fix case of "GnuTLS".
4987
4988 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4989
4990         * gnus-group.el (gnus-group-highlight): Fix typo.
4991
4992 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4993
4994         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4995         value of `delete-file', that returns nil for a local file but returns t
4996         for a remote file using ssh.
4997
4998 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4999
5000         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5001
5002 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5005         avoid later breakage.
5006
5007 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5010         article buffers' name.
5011
5012 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5015         by Paul Eggert's spellfixes two days ago.
5016
5017 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5020         doesn't have it.
5021
5022         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5023         buffer-local instead of binding them to avoid warnings.  Also demote
5024         errors (bug#10063).
5025         (font-lock-mode-hook): Shut up byte compiler.
5026
5027 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5028
5029         * mm-util.el (mm-charset-after):
5030         * nnir.el (nnir-run-hyrex):
5031         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5032         (ntlm-get-password-hashes, ntlm-md4hash):
5033         * smime.el: Fix typo.
5034
5035 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5036
5037         * gnus-agent.el (gnus-agent-expire-group-1):
5038         * nndiary.el (nndiary-last-occurence):
5039         * nnimap.el (nnimap-request-set-mark):
5040         * nnmairix.el (nnmairix-only-use-registry):
5041         * gnus-group.el (gnus-group-prepare-flat):
5042         * gnus-sum.el (gnus-decode-encoded-word-methods):
5043         * message.el (message-wash-subject):
5044         * nntp.el (nntp-retrieve-headers-with-xover):
5045         * smime.el (smime-certificate-directory): Spelling fix.
5046
5047 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5048
5049         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5050
5051         * color.el:
5052         * gnus-agent.el (gnus-agent-possibly-alter-active):
5053         * gnus-dired.el (gnus-dired-print):
5054         * mail-parse.el:
5055         * nnmairix.el (nnmairix-request-group):
5056         * shr.el (shr-image-displayer):
5057         * sieve-manage.el:
5058         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5059
5060 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5061
5062         * gnus-sum.el (gnus-auto-select-subject):
5063         * spam-report.el (spam-report-resend): Spelling fix.
5064
5065 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5066
5067         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5068         * gnus-art.el (gnus-default-article-saver):
5069         * gnus-srvr.el (gnus-server-copy-server):
5070         * gnus.el (gnus-sloppily-equal-method-parameters):
5071         * html2text.el (html2text-format-tag-list):
5072         * message.el (message-narrow-to-head):
5073         * nndiary.el:
5074         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5075         * sieve.el: Spelling fix.
5076
5077 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5078
5079         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5080         * gnus-sum.el (gnus-summary-make-menu-bar):
5081         * gnus-uu.el (gnus-uu-decode-postscript)
5082         (gnus-uu-decode-postscript-and-save):
5083         * mailcap.el (mailcap-print-command):
5084         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5085         Fix typos.
5086
5087 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5088
5089         * gnus-art.el (gnus-article-part-wrapper):
5090         * html2text.el (html2text-fix-paragraphs):
5091         * mm-decode.el (mm-image-fit-p):
5092         * rfc2047.el (rfc2047-encode-message-header):
5093         * shr-color.el (shr-color-visible-distance-min)
5094         (shr-color-relative-to-absolute, set-minimum-interval)
5095         (shr-color-visible): Fix typos.
5096
5097 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5098
5099         * gmm-utils.el (gmm-tool-bar-item):
5100         * gnus-art.el (gnus-treat-body-boundary):
5101         * gnus-diary.el (gnus-user-format-function-d):
5102         * gnus-start.el (gnus-get-unread-articles):
5103         * pgg-gpg.el (pgg-gpg-update-agent):
5104         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5105
5106 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5107
5108         * gnus-topic.el (gnus-group-prepare-topics):
5109         * gnus-uu.el (gnus-extract-view):
5110         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5111
5112 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         * spam.el: Move BBDB autoloads.
5115         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5116         BBDB 2 and 3.
5117         (spam-check-BBDB): Use it.
5118         (spam-enter-ham-BBDB): Use it.
5119
5120 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5121
5122         * smime.el (smime-draw-buffer): Spelling fix.
5123
5124 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5125
5126         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5127         for scanning exactly one level.
5128         * gnus-start.el (gnus-get-unread-articles): Ditto.
5129
5130 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5133         slightly clearer.
5134
5135 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5136
5137         * gnus-sync.el: More commentary about setup.
5138
5139 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * message.el (message-send-and-exit): Document `arg'.
5142
5143 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5144
5145         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5146
5147 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5148
5149         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5150
5151         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5152         we don't use `bound-and-true-p'.
5153
5154 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         * gnus-util.el (gnus-bound-and-true-p): Remove.
5157         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5158         * nnir.el: Use it.
5159         * nnmairix.el: Use it.
5160
5161 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * gnus-sync.el: Improve docs about CouchDB admins.
5164
5165         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5166         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5167         for reasons unknown.
5168         * nnir.el: Use it.
5169         * nnmairix.el: Use it.
5170
5171         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5172         * nnir.el: Ditto.
5173         * nnmairix.el: Ditto.
5174
5175         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5176
5177 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5178
5179         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5180         not needed.  Provide xmlplistread list function to produce XML plist
5181         output for non-Gnus LeSync clients.
5182
5183 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5184
5185         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5186
5187         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5188         and save against it.  Group subscriptions, read marks, other marks,
5189         subscription levels, topic names, and topic offsets (the group's
5190         position within the topic) are saved.  This is an experimental backend
5191         and may change significantly.  Load json.el from the gnus-fallback-lib
5192         if it's not available otherwise.
5193         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5194
5195 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5196
5197         * message.el (message-completion-function): Make sure
5198         message-tab-body-function is not attempted if one of
5199         message-completion-alist fails to find a completion (bug#9158).
5200
5201 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5202
5203         * mml.el (mml-quote-region): Quote <#secure> tag.
5204         (mml-generate-mime-1): Unquote <#secure> tag.
5205
5206 2011-10-20  Chong Yidong  <cyd@gnu.org>
5207
5208         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5209         calling a minor mode from Lisp with nil arg enables it, so we have to
5210         make the wording a bit ambiguous here).
5211
5212 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5213
5214         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5215         * nnir.el (nnir-mode): Use it.
5216         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5217         Use it.
5218
5219         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5220         * nnmairix.el (gnus-registry-enabled): Ditto.
5221
5222 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5223
5224         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5225         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5226         only while we need to find out if it should be t or nil.
5227         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5228         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5229         the registry is installed.  Set it to nil when it's unloaded.
5230         (gnus-registry-install-p): Provide user guidance for the initial value
5231         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5232         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5233         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5234         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5235         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5236         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5237         `gnus-registry-install'.
5238
5239 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5240
5241         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5242         previous change.
5243         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5244         primary key is marked as disabled.
5245
5246 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5247
5248         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5249         primary key is marked as disabled.
5250
5251 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5252
5253         * html2text.el (html2text-clean-anchor): Check for quotes around
5254         `href' value.
5255
5256 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5257
5258         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5259         searching.  Drop `bbdb-cache'.
5260
5261 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * message.el (message-signed-or-encrypted-p): Exclude header when
5264         checking if there is signed or encrypted body in text/plain message.
5265
5266 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5267
5268         * html2text.el (html2text-get-attr): Correctly handle attribute values
5269         containing "=".
5270
5271 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5272
5273         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5274         handle bindings.
5275
5276 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus-win.el (gnus-configure-windows): Protect against reading
5279         ephemeral groups outside of Gnus.
5280
5281 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * shr.el (shr-tag-img): Don't get images displayed in tables.
5284
5285 2011-10-03  Glenn Morris  <rgm@gnu.org>
5286
5287         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5288         the "maintainer" version of debbugs.gnu.org reports.
5289
5290 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5293         make asynchronous adjacent image insertion work better.
5294
5295 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5296
5297         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5298         documentation.
5299
5300 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301
5302         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5303         `gnus-asynchronous' isn't shadowed.
5304
5305 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5308
5309         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5310         (nnimap-insert-partial-structure): The charset parameter isn't
5311         case-sensitive.
5312
5313         * nnheader.el (nnheader-message-maybe): New function.
5314
5315         * shr.el (shr-tag-table): Render totally broken tables better.
5316
5317         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5318         computing the boundary.
5319
5320 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * pop3.el (pop3-number-of-responses): Remove.
5323         (pop3-wait-for-messages): Rewrite to take linear time instead of
5324         exponential time.
5325
5326 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5329         re-fetch images.
5330
5331         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5332         re-fetch images when hitting `g' in Gnus.
5333
5334 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5337         (mml-compute-boundary): Don't check collision if it is non-nil.
5338         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5339         before checking collision.
5340
5341 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * message.el (message-indent-citation): Really make sure there's a
5344         newline at the end.
5345
5346         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5347         Fix suggested by John Wiegley.
5348
5349         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5350
5351         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5352
5353         * message.el (message-default-send-rename-function): Break out into its
5354         own function.
5355
5356         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5357         doesn't work under XEmacs.
5358
5359         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5360         of "imaps" to word around Windows problems.
5361         (nnimap-open-connection-1): Use it.
5362
5363         * message.el (message-indent-citation): Revert last change which made
5364         `F' not work.
5365
5366 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5367
5368         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5369         terminal as well.
5370
5371 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5374         because it displays images using overlays that aren't easy to copy to
5375         the article buffer.
5376
5377 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5378
5379         * message.el (message-indent-citation): Fix empty line removal at the
5380         end of the citation.
5381
5382 2011-09-20  Julien Danjou  <julien@danjou.info>
5383
5384         * auth-source.el (auth-source-netrc-create): Use default value for
5385         password if specified.  Evaluate default.
5386         (auth-source-plstore-create): Ditto.
5387         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5388         value evaluation.
5389         (auth-source-netrc-create): Typo fix.
5390         (auth-source-plstore-create): Ditto.
5391
5392         * password-cache.el (password-cache-remove): Remove entries even if the
5393         value is nil, so that password with a nil value (negative caching) is
5394         possible to invalidate.
5395
5396         * auth-source.el (auth-source-format-cache-entry): New function.
5397
5398 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5401
5402 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403
5404         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5405
5406 2011-09-19  Julien Danjou  <julien@danjou.info>
5407
5408         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5409         which work with things that are not ASCII.
5410
5411 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5412
5413         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5414
5415 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5416
5417         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5418         message level.
5419
5420 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5423
5424 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425
5426         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5427
5428 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5429
5430         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5431         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5432
5433 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5434
5435         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5436         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5437         articles.
5438
5439 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5440
5441         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5442         (message-mail-other-window, message-mail-other-frame)
5443         (message-news-other-window, message-news-other-frame):
5444         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5445         instead of setting buffer display varibles.
5446
5447 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5450
5451         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5452
5453 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5456         duplicates" to a higher level.
5457
5458         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5459         most egregious messages.
5460
5461 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5462
5463         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5464
5465 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5466
5467         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5468         up the file (bug#9351).
5469
5470 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5473         it does with all other backends, but decode the names immediately after
5474         getting them.
5475
5476         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5477         decoding nnimap groups.
5478
5479         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5480         newsrc file.  It doesn't seem like an important optimization any more.
5481
5482 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5483
5484         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5485         overflows.
5486
5487 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5490         (gnus-interactive-exit): Extend to `quiet'.
5491
5492         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5493
5494         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5495         string.
5496
5497         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5498         renaming function arguments from `this'.
5499
5500         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5501
5502         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5503         has been renamed.
5504         (gnus-lrm-string-p): Include RLM and PDF, too.
5505
5506         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5507         (bug#9225).
5508
5509 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5510
5511         Add autoload cookies for functions used by sendmail.el.
5512         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5513
5514         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5515
5516 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * gnus-art.el (article-date-ut): Work properly even when there are
5519         things like Date header in the body; work for forwarded parts.
5520
5521 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5522
5523         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5524         original-article-buffer.
5525
5526 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5527
5528         * nnir.el (nnir-compose-result): Fix matching of server type.
5529         (nnir-run-swish++): Ditto.
5530         (nnir-run-namazu): Ditto.
5531         (nnir-run-notmuch): Ditto.
5532
5533 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5536         (bug#9405).
5537
5538         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5539         (bug#9421).
5540
5541         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5542         (bug#9425).
5543
5544         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5545         thing (bug#9426).
5546
5547 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5550         the error message.
5551
5552 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5553
5554         * message.el (message-setup-1): Return t (Bug#9392).
5555
5556 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5557
5558         * gnus-sum.el: When adding article headers to a summary buffer also
5559         update gnus-newsgroup-articles (bug#9386).
5560
5561 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * auth-source.el: Autoload help-mode.
5564
5565 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5566
5567         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5568         names.
5569
5570 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5571
5572         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5573         mm-replace-in-string for compatibility issues.
5574         * mml2015.el (mml2015-epg-verify): Ditto.
5575
5576 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5579
5580         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5581
5582 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5585         continue on and do the clean-up phase (bug#9188).
5586
5587         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5588         just ignore groups that can't be opened instead of erroring out
5589         (bug#9225).
5590
5591         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5592         nil since some many people are fuddy-duddies.
5593
5594         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5595         images.
5596
5597         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5598         instead.
5599
5600         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5601
5602         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5603
5604         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5605         processing.
5606
5607         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5608         buffer to avoid warnings.
5609
5610 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5611
5612         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5613         specified to reduce precision.
5614
5615 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5618         bodystructures (bug#9314).
5619
5620 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5623         Make button keymap non-sticky after buttons.
5624
5625 2011-08-18  David Engster  <dengste@eml.cc>
5626
5627         * nnmairix.el (nnmairix-request-set-mark)
5628         (nnmairix-goto-original-article): Remove adding of article to registry,
5629         since `gnus-registry-add-group' isn't available anymore.
5630         (nnmairix-determine-original-group-from-registry):
5631         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5632         available anymore.
5633
5634 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5635
5636         * starttls.el (starttls-any-program-available): Define as obsolete
5637         function.
5638
5639 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640
5641         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5642         versions which Gnus use when appropriate.
5643
5644         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5645         a pretty destructive command.
5646
5647         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5648
5649 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * message.el (message-fix-before-sending): Make a different warning
5652         about NUL characters (bug#9270).
5653
5654         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5655         from custom (bug#9260).
5656
5657         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5658         things work in Emacs 22 and XEmacs, too.
5659
5660         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5661         default From.
5662
5663         * gnus-spec.el (gnus-lrm-string-p): New macro.
5664         (gnus-lrm-string): New constant.
5665         (gnus-summary-line-format-spec): LRM-ify the from.
5666         (gnus-tilde-max-form): LRM-ify string chopping.
5667
5668         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5669
5670         * message.el (message-is-yours-p): Allow disabling canlock checking
5671         (bug#9295).
5672         (message-shoot-gnksa-feet): Add `canlock-verify'.
5673         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5674         message directory isn't writable (bug#9304).
5675
5676         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5677         non-world-readable.
5678
5679 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5682         articles.
5683
5684 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5685
5686         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5687         copy-list.
5688
5689 2011-08-12  Sam Steingold  <sds@gnu.org>
5690
5691         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5692         in the reverse order to avoid modifying the cache with `nreverse'.
5693         (gnus-all-score-files): Do not modify the value returned by
5694         `gnus-score-find-alist' because it lives in a cache variable.
5695         (gnus-current-home-score-file): No need to `nreverse' the return value
5696         of `gnus-score-find-alist', it is already in the correct order.
5697
5698 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5699
5700         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5701         type MESSAGE and subtype RFC822 is slightly different from those of
5702         type TEXT.
5703
5704 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5705
5706         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5707         This allows article-referral to work from an nnir group.
5708
5709 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5710
5711         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5712
5713 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5714
5715         * mml1991.el (mml1991-epg-find-usable-key)
5716         (mml1991-epg-find-usable-secret-key): New function.
5717         (mml1991-epg-sign): Check if signing key is usable.
5718         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5719
5720 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5721
5722         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5723         server-variables only.  This should fix a bug introduced with commit
5724         e1889675b7f4adf057833c5513c9374134c4e053.
5725         (nnir-run-query): 'nnir-search-engine should not be set from the global
5726         environment.
5727
5728 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5729
5730         * nnir.el (nnir-search-thread): Position point on referring article
5731         line.
5732         (nnir-warp-to-article): Clean up summary buffers.
5733
5734         * nnimap.el (nnimap-request-thread): Whitespace fix.
5735
5736 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5737
5738         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5739
5740 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741
5742         * starttls.el (starttls-available-p): Rename from
5743         `starttls-any-program-available' and changed return convention.
5744
5745 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5746
5747         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5748         `unix-sync' unless it's defined.
5749
5750 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5751
5752         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5753         `aref' for XEmacs compatibiltiy.
5754
5755 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5758
5759 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5760
5761         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5762         closures, quote the form properly (bug#9194).
5763
5764 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5767         (gnus-summary-insert-new-articles): Protect against servers that are
5768         down.
5769
5770 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5771
5772         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5773         in mm handle if none is specified.
5774
5775 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5776
5777         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5778
5779 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5780
5781         * nnir.el (nnir-search-thread): New function to make an nnir group
5782         based on a thread query.
5783
5784         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5785         of nnir in thread referral.
5786         (gnus-summary-refer-thread): Use it.
5787
5788         * nnimap.el (nnimap-request-thread): Use it.
5789
5790 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * shr.el (shr-tag-comment): Ignore HTML comments.
5793
5794 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5795
5796         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5797         argument.
5798         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5799         Use `nnir-address' to handle server info rather than passing an arg.
5800
5801         * nnimap.el (nnimap-make-thread-query): New utility function to format
5802         an imap thread search query.
5803         (nnimap-request-thread): Use it.
5804
5805         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5806         right select-method if we are not going back to the group buffer.
5807
5808 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5811         enter invalid buffer configurations into the quit form (bug#9107).
5812         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5813         unplugged/plugged.
5814
5815         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5816         keep track of which ones are unread (bug#9061).
5817
5818         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5819         (bug#9055).
5820
5821         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5822         (bug#9041).
5823
5824         * gnus-html.el (mm-util): Require (bug#9073).
5825
5826         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5827         (gnus-summary-refer-thread): Use it to remove duplicates in the
5828         un-threaded view (bug#9053).
5829         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5830
5831 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5832
5833         * nnir.el (nnir-read-server-parm): Use default value from global
5834         variable.  Without this the default search engine parameters aren't
5835         used at all.
5836
5837 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * message.el (message-unique-id): Don't use the undocumented return
5840         value from (random t) (bug#9118).
5841
5842 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * message.el (message-auto-save-directory): If the ~/Mail directory
5845         doesn't exist, use ~ as the auto-save directory (bug#4432).
5846
5847         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5848         hasn't already been started.
5849
5850 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5853
5854         * message.el (message-reply): Work around mysterious bug where
5855         `message-mode' seems to overwrite the locally bound `subject' variable.
5856
5857 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5858
5859         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5860         correct group.
5861
5862         * gnus-int.el (gnus-request-thread): Add group argument.
5863
5864         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5865
5866 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5869
5870         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5871         renamed to `debbugs-gnu-*'.
5872
5873 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5874
5875         * plstore.el: Revert the editing feature since it is not urgent.
5876         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5877         (plstore-mode-decoded): Remove.
5878
5879 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5880
5881         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5882         isn't very interesting any more, and it leaks potentially secret data.
5883         (gnus-debug): Remove.
5884
5885         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5886         use of :custom-show.
5887
5888 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5889
5890         * plstore.el: Add documentation.
5891         (plstore-mode): New mode to edit plstore file.
5892         (plstore-mode-toggle-display, plstore-mode-original)
5893         (plstore-mode-decoded): New command.
5894         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5895         (plstore--insert-buffer, plstore--make): New function.
5896         (plstore-open, plstore-save): Simplify by using them.
5897
5898 2011-07-06  Glenn Morris  <rgm@gnu.org>
5899
5900         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5901
5902 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5903
5904         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5905         no longer is much used.
5906         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5907         Articles".
5908
5909 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5910
5911         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5912         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5913         `notmuch' backend.
5914
5915 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * mm-decode.el (mm-text-html-renderer): Doc fix.
5918
5919         * gnus-msg.el (gnus-bug): Fix the MML tag.
5920
5921         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5922
5923 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5924
5925         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5926         secondary methods if started with `gnus-no-server'.
5927
5928 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5929
5930         * message.el (message-return-action): Fix typo in docstring.
5931
5932 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933
5934         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5935         bug reports at once.
5936
5937         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5938
5939 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * nndraft.el: Require gnus-group.
5942         (nndraft-request-list): Declare.
5943
5944         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5945         no unread article unless it matches gnus-permanently-visible-groups.
5946
5947         * nndraft.el (nndraft-update-unread-articles): New function.
5948         (nndraft-request-associate-buffer): Use it to update the number of
5949         unread articles for the nndraft groups in the group buffer when saving
5950         or killing a draft message.
5951
5952 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5953
5954         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5955         systems to binary before writing and reading the mbox files.
5956
5957         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5958         instead of trying to list them all (bug#8978).
5959
5960 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5961
5962         * pop3.el (pop3-open-server): Use :end-of-capability.
5963
5964 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5967         the id is always a number.
5968
5969         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5970
5971         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5972         debbugs mode, if possible.
5973
5974 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5975
5976         * auth-source.el (auth-source-token-passphrase-callback-function):
5977         Reindent.
5978         (epg-context-operation): Remove unnecessary autoload.
5979
5980 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * gnus.el (gnus-list-debbugs): New command.
5983
5984         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5985         mboxstat instead of the maintbox, since the stat seems to be fuller.
5986
5987         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5988         summary buffers.
5989
5990         * message.el (message-get-reply-headers): Delete all duplicates,
5991         instead of the first.
5992         (message-get-reply-headers): Ensure that we have progress while
5993         deleting duplicates.
5994
5995         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5996         gnus-posting-style value from the summary buffer to make it easier to
5997         make that a per-buffer conf.
5998
5999 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6000
6001         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6002         found by setting `shortcut' in 'query.
6003         (nnir-request-article): Use `shortcut' setting when requesting article
6004         by Message-ID.
6005
6006 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6009         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6010         Bring the pseudo-headers back too.
6011
6012 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6013
6014         * auth-source.el (auth-source-token-passphrase-callback-function):
6015         Simplify and remove EPA dependency.
6016
6017 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6018
6019         * nnir.el (nnir-request-article): Fix error message text.
6020
6021 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6022
6023         * auth-source.el (plstore-delete): Autoload.
6024         (auth-source-plstore-search): Support delete operation.
6025         * plstore.el (plstore-delete): New function.
6026
6027 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6030         mark actually existing articles as unread rather than the ones that
6031         active asserts.
6032
6033 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6034
6035         * nntp.el (nntp-record-command):
6036         * gnus-util.el (gnus-message-with-timestamp-1):
6037         Use format-time-string rather than decoding time stamps by hand.
6038         This is simpler and insulates the code from potential changes to
6039         current-time format.
6040
6041 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6044
6045 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6046
6047         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6048         (plstore-save): Support public key encryption.
6049         (plstore--init-from-buffer): New function.
6050         (plstore-open): Use it; fix error when opening a non-existent file.
6051         (plstore-revert): Use plstore--init-from-buffer.
6052
6053 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6054
6055         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6056
6057 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6060         for old Emacsen.
6061
6062 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6063
6064         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6065         is not fully working.
6066
6067 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * dgnushack.el: Autoload sha1 on XEmacs.
6070
6071         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6072         quit window configuration.
6073
6074         * auth-source.el (epg-context-set-passphrase-callback):
6075         Remove duplicate autoload.
6076
6077 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6078
6079         * nnir.el (nnir-request-article): Allow requesting articles by
6080         Message-ID with nnimap.
6081
6082         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6083         current server.
6084
6085 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         * auth-source.el: Autoload EPA/EPG functions.
6088         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6089         changed when EPA/EPG is not available.
6090         (auth-source-backend): Rename "arg" member to "data".
6091         (auth-source-backend-parse, auth-source-plstore-search)
6092         (auth-source-plstore-create): Use it.
6093
6094 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6095
6096         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6097         `gnus-refer-article-methods'.
6098
6099 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         * auth-source.el: Require EPA and EPG.
6102         (auth-source-passphrase-alist): New variable.
6103         (auth-source-passphrase-callback-function)
6104         (auth-source-token-passphrase-callback-function): Callbacks for the
6105         netrc field encryption (GPG tokens).
6106         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6107         Symmetric encryption and decryption of the netrc GPG tokens.
6108         (auth-source-netrc-normalize): Use them, simplifying the closure.
6109
6110 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6113         is available.
6114
6115 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6118         non-nil, and `nnimap-split-methods' is nil, use the former.
6119
6120 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6121
6122         * plstore.el (plstore-revert): New function.
6123         (plstore-open): Use it; hide the buffer from user.
6124
6125 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6126
6127         * auth-source.el (auth-source-backend): New member "arg".
6128         (auth-source-backend-parse): Handle new backend 'plstore.
6129         * plstore.el: New file.
6130
6131 2011-06-30  Glenn Morris  <rgm@gnu.org>
6132
6133         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6134
6135 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136
6137         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6138         expiring articles to.
6139
6140         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6141         variations as ASCII (bug#5458).
6142
6143 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6146
6147 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * message.el (message-point-in-header-p): Tweak the function to default
6150         to saying that we're not in the headers if there is no separator at
6151         all.  This makes it possible to use the Message version of `M-q' in
6152         buffers with no headers (bug#7987).
6153         (message-point-in-header-p): Fix last checkin to work with an empty
6154         mail-header-separator, too.
6155
6156         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6157         again, save the choice via customize.
6158
6159 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6160
6161         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6162
6163         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6164         ended the connection, bail out before waiting infinitely on a new
6165         connection.
6166
6167 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6168
6169         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6170         reports.
6171
6172         * gnus.el (gnus-bug-package): Use "gnus."
6173         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6174
6175 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6176
6177         * dgnushack.el: Make the timer warning go away on XEmacs.
6178
6179         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6180         animations going on at article exit time.
6181
6182         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6183         since removing it breaks people upgrading.
6184
6185         * shr.el (shr-put-image): Use the new interface for animating images.
6186         (shr-put-image): Animate for 60 seconds.
6187
6188         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6189         avoid compiler warnings.
6190
6191         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6192         error with `find-file-hooks' on Emacs 22.
6193         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6194         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6195         on all architectures.
6196
6197         * spam.el (spam-stat): Require in a normal fashion without binding
6198         `spam-stat-install-hooks' to avoid compilation warnings.
6199
6200         * spam-stat.el (spam-stat-install-hooks): Remove.
6201         (spam-stat-install-hooks): Don't run automatically.
6202
6203 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6204
6205         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6206         and keystroke.
6207
6208 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * auth-source.el (auth-source-netrc-cache): Move forward.
6211
6212 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6213
6214         * proto-stream.el (proto-stream-open-starttls): Use
6215         `gnutls-available-p' to see whether we have built-in support.
6216
6217         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6218         we already know.
6219         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6220         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6221
6222 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6223
6224         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6225         %S format, since that looks odd.
6226         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6227         file, especially when saving.
6228
6229 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6230
6231         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6232         article found.
6233
6234 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6235
6236         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6237         `auth-source-save-secrets' with a more sensitive alist that can be
6238         configured per file.  Experimental, so defaults to 'never.
6239         (auth-source-netrc-create): Use it.  Still experimental code.
6240         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6241         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6242
6243 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6244
6245         * auth-source.el (auth-source-save-secrets): New variable to control if
6246         secret tokens should be saved encrypted.
6247         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6248         to `auth-source-netrc-normalize'.
6249         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6250         on the EPA variables being defined.
6251         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6252         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6253         the lexical-let closure.
6254         (auth-source-netrc-create): Create "gpg:" tokens according to
6255         `auth-source-save-secrets'.
6256
6257 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * gnus-group.el (gnus-group-update-group): Add new argument
6260         `info-unchanged' that stops updating dribble buffer.
6261
6262         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6263         deletes lines matching to it in dribble buffer.
6264
6265         * gnus-agent.el (gnus-agent-fetch-group-1):
6266         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6267         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6268         * gnus-start.el (gnus-group-change-level):
6269         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6270
6271         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6272         if newsgroup info is not changed.
6273
6274         * gnus-group.el (gnus-group-get-new-news-this-group):
6275         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6276         Don't update dribble buffer.
6277
6278 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6279
6280         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6281         remove entries with groups we ignore.
6282
6283 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6286         the underline comes at the bottom.
6287
6288 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6289
6290         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6291         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6292         (gnus-registry-article-marks-to-names): Rename from
6293         `gnus-registry-user-format-function-M2'.
6294
6295 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6298         ephemeral group.
6299
6300 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * shr.el (shr-browse-image): Copy the URL if called interactively.
6303
6304 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6305
6306         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6307         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6308         done, then unselected articles may be marked as read.
6309
6310         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6311         since not doing this seems to lead to a race condition in pop3-logon.
6312
6313         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6314         so that the call chain it correct when we call "upwards".
6315
6316         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6317         in read-only groups.
6318
6319         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6320
6321         * message.el (message-cite-reply-position): Doc string fix.
6322
6323         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6324         avoid regexp overflow.
6325         (nnimap-transform-split-mail): Ditto.
6326
6327         * pop3.el (pop3-retr): Error out if the server closes the connection.
6328
6329 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6330
6331         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6332         mm-with-unibyte-current-buffer.  The buffer should not contain any
6333         multibyte chars anyway at this stage.
6334
6335 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6338         at the end of lines.
6339
6340 2011-05-29  Julien Danjou  <julien@danjou.info>
6341
6342         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6343
6344 2011-05-27  Glenn Morris  <rgm@gnu.org>
6345
6346         * gnus-group.el (gnus-bug-group-download-format-alist):
6347         Use the "maintainer" version of debian reports as well.
6348
6349 2011-05-26  Glenn Morris  <rgm@gnu.org>
6350
6351         * gnus-group.el (gnus-bug-group-download-format-alist):
6352         Use the "maintainer" version of debbugs.gnu.org reports.
6353
6354 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6357
6358 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6359
6360         * gnus-cus.el (gnus-agent-customize-category):
6361         * gnus-delay.el (gnus-delay-send-queue):
6362         * gnus.el (gnus-other-frame):
6363         Don't quote lambda expressions with `quote'.
6364
6365 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6366
6367         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6368         the thread moves us backwards and so we loop forever.
6369
6370 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6373         whitespace in base64 data lines.
6374
6375 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6376
6377         * gnus-registry.el (gnus-registry-user-format-function-M):
6378         Use `mapconcat'.
6379         (gnus-registry-user-format-function-M2): Use to see the full text of
6380         the marks.  Make "," the mark text separator.
6381
6382         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6383         authentication with auth-source.
6384
6385 2011-05-17  Glenn Morris  <rgm@gnu.org>
6386
6387         * gnus-group.el (gnus-import-other-newsrc-file):
6388         Use insert-file-contents.
6389
6390 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6391
6392         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6393         1000 iterations.
6394
6395 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * nntp.el (nntp-open-connection): Check if process-type is available.
6398
6399 2011-05-16  Julien Danjou  <julien@danjou.info>
6400
6401         * shr.el (shr-tag-del): Add support for del tag.
6402
6403 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-html.el (gnus-html-put-image): Register a displayer.
6406
6407         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6408
6409 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * registry.el (prune-factor): New initialization parameter defaulting
6412         to 0.1.
6413         (registry-prune-hard): Use it.
6414
6415         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6416         0.1 expicitly.
6417
6418 2011-05-13  Glenn Morris  <rgm@gnu.org>
6419
6420         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6421         is bound, since this function requires sendmail.
6422
6423 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6424
6425         * registry.el (registry-usage-test): Disable pruning test.
6426
6427 2011-05-11  David Engster  <dengste@eml.cc>
6428
6429         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6430         Bind set-network-process-option for XEmacs.
6431
6432 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6433
6434         * registry.el (registry-prune-hard-candidates)
6435         (registry-prune-soft-candidates): Helper methods for registry pruning.
6436         (registry-prune): Use them.  Make the sort function optional.
6437
6438 2011-05-10  Jim Meyering  <meyering@redhat.com>
6439
6440         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6441
6442 2011-05-10  Julien Danjou  <julien@danjou.info>
6443
6444         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6445         symbol and not a list.
6446
6447 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-art.el (gnus-article-mode): Move binding of
6450         shr-put-image-function here from gnus-article-prepare-display.
6451
6452         * shr.el (shr-put-image-function): New variable.
6453         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6454         (shr-put-image): Return scaled image.
6455
6456         * gnus-art.el (gnus-shr-put-image): New function.
6457         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6458
6459         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6460         original ones, as deletable.
6461
6462 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6463
6464         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6465
6466 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6467
6468         * registry.el (registry-full): Add convenience method.  Fix logic.
6469         (registry-insert): Use it.  Fix logic here too.
6470
6471         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6472         `registry-prune' if `registry-full' returns t.
6473         (gnus-registry-handle-action)
6474         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6475         (gnus-registry-usage-test): Use it.
6476
6477 2011-05-07  Julien Danjou  <julien@danjou.info>
6478
6479         * shr.el (shr-link): Make shr-link inherit from link by default.
6480
6481 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6482
6483         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6484
6485 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6486
6487         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6488         error out because the face is not a list.
6489
6490 2011-05-05  Glenn Morris  <rgm@gnu.org>
6491
6492         * proto-stream.el (gnutls-negotiate): Fix declarations.
6493
6494         * gnus-start.el (gnus-propagate-marks): Declare.
6495
6496 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6497
6498         * registry.el (registry-reindex): Fix percentage message.
6499
6500         * proto-stream.el (network-stream-open-starttls): Adjust to call
6501         `gnutls-negotiate' with :process and :hostname arguments.
6502
6503 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6504
6505         * shr.el: Add shr-link face for links.
6506         (shr-urlify): Use it.
6507
6508         * registry.el (registry-insert): Make error message more helpful.
6509
6510 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6511
6512         * gnus-html.el (gnus-html-schedule-image-fetching):
6513         Use url-queue-retrieve, if it exists.
6514
6515         * shr.el (shr-tag-img): Ditto.
6516
6517         * gnus.el: Autoload more gnus-agent functions.
6518
6519         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6520         agent if we haven't already (bug#8502).
6521
6522         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6523         into the Agent, too.
6524
6525         * gnus-agent.el (gnus-agent-store-article): New function.
6526
6527         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6528         and moved from that file for reuse.
6529
6530         * pop3.el (pop3-open-server): Error messages are "-ERR".
6531
6532 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6535         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6536
6537 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6538
6539         * gnus.el: No Gnus v0.17 is released.
6540
6541 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6542
6543         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6544         buffer has moved to a different frame.
6545
6546 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6549         to get the conversion from unibyte to multibyte buffers to work on
6550         Emacs 22.
6551
6552         * nntp.el (nntp-request-article): Slight clean-up.
6553
6554 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6555
6556         * shr.el (shr-strike-through): New face.
6557         (shr-tag-s): Use it to provide <s> support.
6558         (shr-tag-s): Remove duplicate definition.
6559
6560 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6561
6562         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6563         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6564
6565 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6568         `gnutls-negotiate'.
6569         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6570
6571 2011-04-23  Glenn Morris  <rgm@gnu.org>
6572
6573         * gnus-sum.el (gnus-extra-headers): Bump :version.
6574
6575 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576
6577         * shr.el (shr-tag-sup): New function.
6578         (shr-tag-sub): Ditto.
6579
6580 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6581
6582         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6583         for the case where `gnus-registry-ignored-groups' is a list of lists,
6584         and don't call `gnus-parameter-registry-ignore' otherwise.
6585
6586 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6587
6588         * nnimap.el (nnimap-user): New backend variable.
6589         (nnimap-open-connection-1): Use it.
6590         (nnimap-credentials): Accept user parameter so it's explicit what user
6591         name is desired.
6592
6593         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6594         default.
6595
6596         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6597         not gnus-registry.el.
6598
6599         * gnus-registry.el: Mention in comments how to modify
6600         `gnus-extra-headers' for proper recipient tracking and that it may
6601         already have To and Cc recently, which it does as of this commit.
6602         (gnus-registry-ignored-groups): Remove defcustom.
6603         Explain why in comments.
6604         (gnus-registry-action): Fix data-header reference to use the extra
6605         headers.  Explain in package commentary how to add To and Cc headers to
6606         the gnus-extra-headers.
6607         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6608         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6609         parameter list or a string list in `gnus-registry-ignored-groups'.
6610         Fix logic error.
6611
6612 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * shr.el (shr-expand-url): Protect against null urls.
6615
6616 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * shr.el (shr-base): New binding.
6619         (shr-tag-base): Keep track of <base>.
6620         (shr-expand-url): New function used throughout.
6621
6622 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6623
6624         * gnus-registry.el
6625         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6626         (gnus-registry-ignored-groups): New variable.
6627         (gnus-registry-ignore-group-p): Use it.
6628         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6629         set the destination group to nil (same as delete) if it's ignored.
6630
6631 2011-04-20  David Engster  <dengste@eml.cc>
6632
6633         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6634
6635         * Makefile.in (test-nntp): New rule.
6636         (check): Add it.
6637         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6638
6639 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-registry.el (gnus-registry-action)
6642         (gnus-registry-fetch-header-fast):
6643         Don't use mail-header that looks an internal function of mailheader.el.
6644
6645 2011-04-19  Glenn Morris  <rgm@gnu.org>
6646
6647         * time-date.el (time-to-days): Remove unused local variables.
6648
6649 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-registry.el: Eliminate cl functions.
6652         (gnus-registry-sort-addresses): New function that replaces mapcan.
6653         (gnus-registry-action, gnus-registry-spool-action)
6654         (gnus-registry-split-fancy-with-parent)
6655         (gnus-registry-fetch-recipients-fast): Use it.
6656         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6657
6658         * registry.el (initialize-instance, registry-lookup)
6659         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6660         (registry-lookup-secondary-value, registry-search, registry-delete)
6661         (registry-insert, registry-reindex, registry-size, registry-prune):
6662         Use eval-and-compile.
6663
6664 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * registry.el (registry-reindex): New method to recreate the secondary
6667         registry indices.
6668
6669         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6670         tracked field changes.
6671         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6672         (gnus-registry-action, gnus-registry-spool-action)
6673         (gnus-registry-handle-action)
6674         (gnus-registry--split-fancy-with-parent-internal)
6675         (gnus-registry-split-fancy-with-parent)
6676         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6677         move, and delete actions, and for fancy splitting with parent.
6678         (gnus-registry-extract-addresses)
6679         (gnus-registry-fetch-recipients-fast)
6680         (gnus-registry-fetch-header-fast): Convenience functions.
6681         (gnus-registry-misc-test): ERT test of
6682         `gnus-registry-extract-addresses'.
6683
6684 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6687         Track by subject first, then sender.
6688
6689 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6690
6691         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6692
6693         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6694         Lisp.
6695
6696         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6697         (gnus-draft-send): Use it to avoid popping
6698         up frames from gnus-group-send-queue.
6699
6700 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6701
6702         * gnus-registry.el: Updated gnus-registry docs.
6703
6704 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6705
6706         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6707         Fix logic bug.
6708         (gnus-registry-post-process-groups): Fix logging of no results and
6709         quote sender and subject.
6710
6711 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6714         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6715         gnutls-cli are too slow to be done opportunistically.
6716
6717         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6718         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6719         we had no early-data returned.
6720         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6721         two async commands to the same server at the same time.
6722
6723 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6724
6725         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6726
6727 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6730         "warning" level.
6731
6732         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6733         (mm-url-insert-file-contents): Don't set the package names.
6734
6735 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * gnus-registry.el (gnus-registry-action): Remove properties and
6738         simplify subject in `gnus-registry-handle-action'.
6739         (gnus-registry-spool-action): Get subject and sender from message if
6740         they are not passed in.
6741         (gnus-registry-handle-action): Remove properties and simplify subject
6742         consistently.
6743
6744 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6745
6746         * registry.el: Require CL before using defmacro*.
6747
6748 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-art.el (article-treat-date): Assume that
6751         gnus-article-date-headers may be a group parameter.
6752
6753 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6754
6755         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6756
6757         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6758         interactively so the newsrc file can contain foreign groups too.
6759         Useful for debugging but not much for users.
6760
6761 2011-04-07  David Engster  <dengste@eml.cc>
6762
6763         * registry.el (registry-usage-test): Only do
6764         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6765         lexical binding.
6766
6767 2011-04-07  David Engster  <dengste@eml.cc>
6768
6769         * Makefile.in (check, test-registry): New rules for test-suite.
6770
6771 2011-04-06  David Engster  <dengste@eml.cc>
6772
6773         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6774         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6775
6776 2011-04-06  David Engster  <dengste@eml.cc>
6777
6778         * registry.el (initialize-instance): Change :after to :AFTER to be
6779         compatible with old EIEIO version in XEmacs.
6780
6781 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6782
6783         * gnus-registry.el (gnus-registry-post-process-groups)
6784         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6785         and provide better messaging.
6786
6787 2011-04-06  David Engster  <dengste@eml.cc>
6788
6789         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6790         errors.
6791
6792         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6793         dgnushack-compile with error-on-warn enabled, and to signal an error if
6794         clean compilation failed.
6795         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6796         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6797
6798 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6799
6800         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6801         unconditionally anyway, discarding errors.
6802         (gnus-registry-delete-entries): New convenience function.
6803         (gnus-registry-import-eld): Import from old .eld registry.
6804
6805         * registry.el: Don't use ERT if it's not available.  Load it
6806         unconditionally anyway, discarding errors.
6807
6808         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6809         version from the Claudio Bley GnuTLS patch (extra optional parameters
6810         and host name).
6811
6812 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6813
6814         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6815         fixup the parameters that can be customized by the user between
6816         save/read cycles.
6817         (gnus-registry-read): Use it.
6818         (gnus-registry-make-db): Use it.
6819         (gnus-registry-spool-action, gnus-registry-handle-action):
6820         Fix messaging.
6821         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6822         Map references to actual group names with sender and subject tracking.
6823         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6824         (gnus-registry-usage-test): Add subject lookup test.
6825
6826         * registry.el (registry-db, initialize-instance): Set up constructor
6827         instead of :initform arguments for the sake of older Emacsen.
6828         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6829         pre-lexbind merge bug.
6830         (registry-usage-test): Use it.
6831         (initialize-instance, registry-db): Move the non-function initforms
6832         back to the class definition.
6833
6834 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6835
6836         * registry.el: New library to manage gnus-registry-style data.
6837
6838         * gnus-registry.el: Use it (major rewrite).
6839
6840         * nnregistry.el: Use it.
6841
6842         * spam.el: Use it.
6843
6844 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6847         marks on non-selected articles.
6848
6849 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6850
6851         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6852         parameter to open-protocol-stream.
6853
6854 2011-04-01  Julien Danjou  <julien@danjou.info>
6855
6856         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6857         fundamental-mode.
6858
6859 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6862         servers.
6863
6864 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6867         made marks not propagate, again.
6868
6869 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6870
6871         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6872         Make this the default type.
6873         (proto-stream-open-plain): Rename from proto-stream-open-default.
6874         (open-protocol-stream, proto-stream-open-starttls)
6875         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6876         with `plain'.
6877
6878         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6879         value.
6880
6881         * nntp.el (nntp-open-connection-function): Document the fact that some
6882         values are not functions but are instead handled specially.
6883         Recognize nntp-open-plain-stream value.
6884         (nntp-open-connection): Recognize that value.
6885
6886 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6887
6888         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6889         where it seems to be needed.
6890
6891 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6892
6893         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6894         stuff.
6895
6896         * gnus-score.el (gnus-score-string): Fix calling convention of
6897         `gnus-simplify-buffer-fuzzy' after last patches.
6898
6899         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6900         server for articles we didn't get any headers for.  This is a sanity
6901         check.
6902
6903 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6904
6905         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6906         new CAPABILITY, use it.
6907
6908 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6911         downloading anything.
6912
6913         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6914
6915 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6916
6917         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6918         colors.
6919         (gnus-splash-svg-color-symbols): New function.
6920
6921 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6922
6923         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6924         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6925         (gnus-simplify-subject-fuzzy): Use the local
6926         gnus-simplify-subject-fuzzy-regex instead of the global one.
6927         This makes using this variable in group parameters work.
6928
6929 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6930
6931         * gnus-registry.el (gnus-registry-unfollowed-groups):
6932         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6933         archive:sent-YYYY-MM-DD groups).
6934         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6935         tracking if there are more than `gnus-registry-max-track-groups'
6936         matches.
6937
6938 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6939
6940         * message.el (message--yank-original-internal): New function to do the
6941         insertion cleanly inside eval in `message-yank-original'.
6942         (message-yank-original): Use it.
6943
6944 2011-03-29  Julien Danjou  <julien@danjou.info>
6945
6946         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6947         local variables disabled rather than `normal-mode'.
6948
6949 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6950
6951         * imap.el (imap-shell-open, imap-process-connection-type):
6952         Use imap-process-connection-type for 'shell' streams as well as
6953         Kerberos, SSL, other subprocesses.
6954
6955 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6956
6957         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6958         with open-network-stream.
6959         (proto-stream-always-use-starttls): Option removed.
6960         (open-protocol-stream): Return a process object by default.  Provide a
6961         new parameter :return-list specifying a list-type return value, which
6962         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6963         :type `network' to `try-starttls', and `network-only' to `default'.
6964         Make `default' the default, for compatibility with open-network-stream.
6965         Handle the no-parameter case exactly as open-network-stream, with no
6966         additional stream processing.  Search plists using plist-get.
6967         Explicitly add :end-of-commend parameter if it is missing.
6968         (proto-stream-open-default): Rename from
6969         proto-stream-open-network-only.  Return 'default as the type.
6970         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6971         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6972         failed.  Always return a list with a (possibly dead) process as the
6973         first element, for compatibility with open-network-stream.
6974         (proto-stream-open-tls): Use plist-get.  Always return a list.
6975         (proto-stream-open-shell): Return `default' as connection type.
6976         (proto-stream-capability-open): Use plist-get.
6977         (proto-stream-eoc): Function deleted.
6978
6979         * nnimap.el (nnimap-stream, nnimap-open-connection)
6980         (nnimap-open-connection-1): Handle renaming of :type parameter for
6981         open-protocol-stream.
6982         (nnimap-open-connection-1): Pass a :return-list parameter
6983         open-protocol-stream to obtain a list return value.  Parse this list
6984         using plist-get.
6985
6986         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6987         for open-protocol-stream.  Accept open-protocol-stream return value
6988         that is a subprocess object instead of a list.  Handle the case of a
6989         dead returned process.
6990
6991 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6992
6993         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6994
6995         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6996
6997 2011-03-21  Julien Danjou  <julien@danjou.info>
6998
6999         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7000         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7001         query.
7002         (mm-inline-text): Render normal text with fontification whenever
7003         possible.
7004
7005         * gnus-sum.el (gnus-summary-save-parts-1):
7006         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7007         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7008         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7009         Use `mm-handle-filename'.
7010
7011         * mm-util.el (mm-handle-filename): New function, return the filename of
7012         an handle.
7013
7014 2011-03-18  Julien Danjou  <julien@danjou.info>
7015
7016         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7017         (gnus-buffer-live-p): Check that buffer is not nil.
7018
7019 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7020
7021         * gnus.el: No Gnus v0.15 is released.
7022
7023 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024
7025         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7026         avoid warning on XEmacs.
7027
7028         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7029         on XEmacs.
7030
7031         * gnus-art.el: Require mouse, which the build bot seems to say is
7032         needed.
7033
7034         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7035
7036         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7037         XEmacs, since it doesn't have url-retrieve-synchronously.
7038
7039         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7040         since assoc-string doesn't exist in XEmacs.
7041
7042 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7043
7044         * gnus-group.el (gnus-group-list-ticked): New function.
7045         (gnus-group-make-menu-bar): Provide a menu entry for it.
7046         (gnus-group-list-map): Provide a binding for it.
7047
7048 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7049
7050         * shr.el (shr-visit-file): New command.
7051
7052         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7053
7054 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7055
7056         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7057         servers.
7058
7059 2011-03-16  Julien Danjou  <julien@danjou.info>
7060
7061         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7062         inline.
7063
7064         * gnus-art.el (article-hide-list-identifiers):
7065         Use gnus-group-get-list-identifiers.
7066
7067         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7068         (gnus-summary-remove-list-identifiers):
7069         Use gnus-group-get-list-identifiers to get regexp.
7070         (gnus-select-newsgroup, gnus-summary-insert-subject)
7071         (gnus-summary-insert-articles):
7072         Call gnus-summary-remove-list-identifiers unconditionally.
7073
7074 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7075
7076         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7077         we're selecting a group with unread articles.
7078
7079         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7080
7081         * gssapi.el: New file separated out from imap.el to provide a general
7082         Kerberos 5 connection facility for Emacs.
7083
7084         * message.el (message-elide-ellipsis): Document the format spec
7085         ellipsis.
7086
7087 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * message.el (message-elide-region): Allow the ellipsis to say how many
7090         lines were removed.
7091
7092 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7095         window configurations containing buffers that are now dead.
7096
7097         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7098         parsing to avoid integer overflows.
7099         (nnimap-parse-flags): Simplify the last change.
7100         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7101         too large for 32-bit Emacsen.
7102
7103 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7104
7105         * auth-source.el (auth-source-netrc-create):
7106         * message.el (message-yank-original): Fix use of `case'.
7107
7108 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7109
7110         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7111         XEmacs, which was one character too wide.
7112
7113 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7114
7115         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7116         default number of articles to display.
7117         (gnus-articles-to-read): Use pretty names for prompt.
7118
7119 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * gnus-int.el (gnus-open-server): Ditto.
7122
7123         * gnus-start.el (gnus-activate-group): Give a backtrace if
7124         debug-on-quit is set and the user hits `C-g'.
7125         (gnus-read-active-file): Ditto.
7126
7127         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7128
7129 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * message.el (message-yank-original): Use cond instead of CL case.
7132
7133 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7134
7135         * auth-source.el (auth-source-netrc-create): Use usual format for the
7136         default in prompts.
7137
7138 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * lpath.el: Fbind read-char-choice for XEmacs.
7141
7142 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * auth-source.el (auth-source-netrc-create): Show the default in the
7145         prompt when prompting for token creation.
7146
7147 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7148
7149         * auth-source.el (auth-source-format-prompt): Always convert the value
7150         to a string to avoid evaluating non-string arguments.
7151         (auth-source-netrc-create): Offer default properly, not as initial
7152         content in `read-string'.
7153         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7154         of line to determine if we've been run before.  If so, don't run again,
7155         but print a trivial message to indicate the cache was hit instead.
7156
7157 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7158
7159         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7160         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7161         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7162         Gnus.
7163
7164 2011-03-11  Julien Danjou  <julien@danjou.info>
7165
7166         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7167         modified file".
7168
7169 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7170
7171         * auth-source.el (auth-source-read-char-choice): New function to read a
7172         character choice using `dropdown-list', `read-char-choice', or
7173         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7174         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7175         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7176         (auth-source-netrc-saver): Use it.
7177         (auth-source-pick-first-password): New convenience function.
7178
7179 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7180
7181         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7182         parameter in the credentials.
7183         (nnimap-open-connection-1): Use it after a successful login.
7184         (nnimap-credentials): Add IMAP-specific user and password prompt.
7185
7186         * auth-source.el (auth-source-search): Add :require parameter, taking a
7187         list.  Document it and the :save-function return token.  Pass :require
7188         down.  Change the CREATED message from a warning to a debug statement.
7189         (auth-source-search-backends): Pass :require down.
7190         (auth-source-netrc-search): Pass :require down.
7191         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7192         Change save prompt to indicate all modifications saved here are
7193         deletions.
7194         (auth-source-netrc-create): Take user login name as default in user
7195         prompt.  Move all the save functionality to a lexically bound function
7196         under the :save-function token in the returned list.  Set up clearer
7197         default prompts for user, host, port, and secret.
7198         (auth-source-netrc-saver): New function, intended to be wrapped for
7199         :save-function.
7200
7201 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7202
7203         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7204         lines to be spaces instead.
7205
7206 2011-03-07  Julien Danjou  <julien@danjou.info>
7207
7208         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7209         (sieve-sasl-auth): Check that auth-source-search did return something,
7210         or just return an empty string.
7211
7212 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7213
7214         * gnus.el (gnus-interactive): Use read-directory-name.
7215
7216         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7217         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7218         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7219         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7220         Likewise.
7221
7222         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7223
7224 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7225
7226         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7227         onto the list of killed groups, too.  This makes killed nnimap groups,
7228         for instance, more reliably not reappear.
7229
7230         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7231         the parent.
7232
7233         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7234
7235         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7236         really have server-side marks.
7237
7238         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7239         since most backends do not usefully have server-side marks.
7240         (gnus-update-read-articles): Propagate marks to all backends that
7241         really have server-side marks.
7242
7243 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7244
7245         * message.el (message-cite-reply-position, message-cite-style):
7246         New variables.
7247         (message-yank-original): Use the new citation styles.
7248
7249 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7250
7251         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7252         buffer-local issue); don't mark it buffer-local when running under
7253         XEmacs.
7254
7255 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7256
7257         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7258         numbers too big to be `read'.
7259
7260 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * password-cache.el (password-in-cache-p): Add autoload.
7263
7264         * message.el (message-options): Make buffer-local two ways to attempt
7265         to fix a XEmacs bug.
7266
7267 2011-03-02  Julien Danjou  <julien@danjou.info>
7268
7269         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7270
7271 2011-03-01  Julien Danjou  <julien@danjou.info>
7272
7273         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7274         group.
7275         (article-hide-list-identifiers): Use list-identifier group parameter.
7276
7277 2011-02-28  Julien Danjou  <julien@danjou.info>
7278
7279         * sieve.el (sieve-buffer-script-name): New local variable to store
7280         sieve script name.
7281         (sieve-edit-script): Store sieve script name.
7282         (sieve-upload): Use sieve script name when uploading.
7283         (sieve-upload): Use substitute-command-keys.
7284         (sieve-edit-script): Use substitute-command-keys.
7285         (sieve-refresh-scriptlist): Use substitute-command-keys.
7286         (sieve-manage-mode-map): Define keymap properly.
7287         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7288         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7289         Remove commented code about cvs.
7290         (sieve-manage-quit): New function.
7291         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7292
7293 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7296
7297 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * auth-source.el (auth-source-search): Cache empty result sets.
7300
7301         * password-cache.el (password-in-cache-p): Convenience function to
7302         check if a key is in the cache, even if the value is nil.
7303
7304         * auth-source.el (auth-source-save-behavior): New variable to replace
7305         `auth-source-never-create'.
7306         (auth-source-netrc-create): Use it.
7307         (auth-source-never-save): Remove.
7308
7309 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7310
7311         * nnimap.el (nnimap-stream): Doc fix.
7312         (nnimap-open-connection-1): Reverse the order of the ports to that the
7313         prompted-for port is first.
7314
7315         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7316         retrieval by the no-group selection.
7317
7318         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7319         numerical parameters.
7320
7321 2011-02-25  Julien Danjou  <julien@danjou.info>
7322
7323         * gnus-gravatar.el: Use gnus-with-article-buffer.
7324
7325         * gnus-art.el (gnus-with-article-buffer): Check that the
7326         gnus-article-buffer is alive.
7327
7328 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7329
7330         * auth-source.el (auth-source-creation-prompts): New variable to manage
7331         creation-time prompts.
7332         (auth-source-search): Document it.
7333         (auth-source-format-prompt): Add utility function.
7334         (auth-source-netrc-create): Don't default the user name to
7335         user-login-name.  Use `auth-source-creation-prompts' and some default
7336         prompts for user, host, port, and password (the default generic prompt
7337         remains ugly).
7338         (auth-source-never-save): Add customizable option to never save info.
7339         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7340         mode excursion.
7341
7342 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7345         argument that XEmacs doesn't support.
7346
7347         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7348         compiled for Emacsen having no `libxml-parse-html-region' support.
7349
7350         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7351
7352         * lpath.el: Bind buffer-save-without-query for XEmacs.
7353
7354 2011-02-23  Julien Danjou  <julien@danjou.info>
7355
7356         * gnus-art.el (article-make-date-line): Ignore errors if time is
7357         invalid and not convertible.
7358         (article-make-date-line): Only add lapsed time if time is not nil.
7359
7360 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7363         `read-char-choice' for backwards compatibility.
7364         (auth-source-netrc-element-or-first): New function to DTRT for
7365         parameter extraction.
7366         (auth-source-netrc-create): Use it and fix multiple parameter print
7367         bug.  Use the default passed from above (given-default) or the
7368         built-in (user-login-name for :user).
7369
7370 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7371
7372         * gnus-start.el (gnus-dribble-read-file):
7373         Set buffer-save-without-query, since we always want to save the dribble
7374         file, probably.
7375
7376         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7377         nnimap.
7378
7379         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7380         -summary- since it's a user-visible variable.
7381
7382         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7383         first time you use the new Gnus.
7384
7385 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7386
7387         * auth-source.el: Don't load netrc.el.
7388         (auth-sources): Search ~/.netrc as well by default.
7389         (auth-source-debug): Add 'trivia option for extra output.
7390         (auth-source-do-trivia): Use it.
7391         (auth-source-search): Simplify logic to use
7392         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7393         appropriate.  Don't keep a running count at this level.  Layer :create
7394         and :delete options appropriately on the first and second passes.
7395         Don't track the backend with the search results.
7396         (auth-source-search-backends): New function to search a list of
7397         backends for a processed spec.
7398         (auth-source-netrc-parse): Cache all netrc files, making
7399         auth-source-netrc-cache an alist keyed by the file name and using the
7400         file mtime as the caching criterion.  Keep the obfuscated data secret
7401         with a lexical bind.
7402         (auth-source-netrc-search): Don't calculate the length of the results
7403         unnecessarily.
7404         (auth-source-search-backends): Fix bug.
7405         (auth-source-netrc-create): Rework prompts.
7406
7407 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7408
7409         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7410         Lower case names of search constraints.
7411         (nnir-run-query): Cache and reuse search constraints for all imap
7412         servers.
7413
7414 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7415
7416         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7417         after exit.
7418         (gnus-setup-message): Define missing variable from last checkin.
7419
7420         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7421         value, show the raw article.
7422
7423 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7424
7425         * gnus.el: No Gnus v0.13 is released.
7426
7427 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7428
7429         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7430         auth-source now accepts numbers.
7431
7432         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7433         spec, too.
7434         (auth-source-ensure-strings): New function.
7435
7436         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7437         (gnus-article-setup-buffer): Always restart the date timer so that user
7438         changes to the frequency is respected.
7439
7440         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7441         port numbers, so make sure it gets that if nnimap-server-port is
7442         explicit.
7443
7444 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7445
7446         * nnimap.el (nnimap-inbox): Doc fix.
7447
7448 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7449
7450         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7451         Autoload.  Add optional arg FRAME, and pass it to color-values.
7452         (color-complement): Caller changed.  Doc fix.
7453         (color-gradient): Rewrite for better clarity and efficiency.
7454
7455 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7456
7457         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7458         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7459         color-lab-to-srgb.
7460
7461 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7462
7463         * color.el: First part of merge from hexrgb.el.
7464         (color-rgb-to-hex): Rename from color-rgb->hex.
7465         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7466         saturation to zero if the value is too small.
7467         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7468         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7469         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7470         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7471         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7472         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7473         (color-cie-de2000): Doc fix.
7474
7475 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7476
7477         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7478         given method as in the group name if we're using an extended method.
7479         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7480         command, if we're using that, instead of waiting for the beginning.
7481
7482         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7483         we're sure to get unique server names, and we don't output two async
7484         commands in the same buffer.  This fixes an NNTP hang for some users.
7485
7486 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7487
7488         * gnus.el: No Gnus v0.11 is released.
7489
7490 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7493         summary buffer before reading going to the next buffer.  This avoids
7494         putting the point in the group buffer if you `C-g' the command.
7495
7496         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7497         cache (for now) to make ~/.authinfo.gpg files usable.
7498
7499         * nnfolder.el (copyright-update): Define for the compiler.
7500
7501         * auth-source.el (auth-source-search): Fix unbound variable.
7502
7503 2011-02-19  Glenn Morris  <rgm@gnu.org>
7504
7505         * gnus.el (gnus-meta): Doc fix.
7506
7507 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7508
7509         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7510         in case it's not yet loaded.
7511
7512 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7513
7514         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7515         line we're waiting for.
7516
7517 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7518
7519         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7520         face with line-width greater than zero will cause RET in gnus summary
7521         buffer to scroll down article page-wise because auto vscroll happens,
7522         it should be temporally disabled when doing a scroll-up.
7523
7524 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7525
7526         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7527         outputs from the server.
7528
7529 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7530
7531         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7532         later so that bbdb can hook in easier.
7533
7534 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7535
7536         * auth-source.el (auth-source-search): Don't try to create credentials
7537         if the caller doesn't want that.
7538         (auth-source-search): If we don't find a match, don't bug out on
7539         non-bound variables.
7540         (auth-source-search): Only ask a single backend to create the
7541         credentials.
7542
7543         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7544         logging.
7545         (nnimap-credentials): Protect against auth-source-search returning nil.
7546         (nnimap-request-list): Protect against not being able to open the
7547         server.
7548
7549 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7550
7551         * auth-source.el (auth-source-search): Do a two-phase search, one with
7552         no :create to get the responses from all backends.
7553
7554         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7555         when getting credentials.
7556
7557         * gnus-util.el (gnus-delete-duplicates): New function.
7558
7559 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7562         a creation default, pass the whole port list down.  It will be
7563         completed.
7564
7565         * auth-source.el (auth-source-search): Updated docs to talk about
7566         multiple creation choices.
7567         (auth-source-netrc-create): Accept a list as a value (from the search
7568         parameters) and do completion on that list.  Keep a separate netrc line
7569         with the password obscured for showing the user.
7570
7571         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7572         first choice to `auth-source-search' so it will be used for entry
7573         creation instead of the server's Gnus-specific name.
7574         (nnimap-credentials): Rely on the auth-source library to select which
7575         port is actually wanted in the new netrc entry, so don't override
7576         `auth-source-creation-defaults'.
7577
7578         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7579         :protocol and accept a missing user, host, or port as a wildcard match.
7580         (auth-source-debug): Default to off.
7581
7582         (auth-source-netrc-search, auth-source-netrc-create)
7583         (auth-source-secrets-search, auth-source-secrets-create)
7584         (auth-source-user-or-password, auth-source-backend, auth-sources)
7585         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7586         instead of :protocol.
7587
7588         * nnimap.el (nnimap-credentials): Pass a port default to
7589         `auth-source-search' in case an entry needs to be created.
7590         (nnimap-open-connection-1): Use :port instead of :protocol.
7591
7592 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * auth-source.el: Bind load-path when loading EIEIO from
7595         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7596         21.4 doesn't support, to `require'.
7597         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7598         delete-dups that is not available in XEmacs 21.4.
7599
7600 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7601
7602         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7603         as EIEIO must also be loaded when auth-source.el is being
7604         byte-compiled.
7605
7606 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7607
7608         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7609
7610         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7611
7612         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7613
7614         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7615
7616         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7617
7618         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7619
7620         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7621
7622         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7623         necessary.
7624
7625 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7628         nil means that nnimap doesn't get updated.
7629
7630 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7631
7632         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7633         result when the user doesn't want to write to the file.
7634         (auth-source-netrc-search): Expect a synthetic result and proceed
7635         accordingly.
7636         (auth-source-cache-expiry): New variable to override
7637         `password-cache-expiry'.
7638         (auth-source-remember): Use it.
7639
7640         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7641         parameter.  Create entry if necessary by using :create t.
7642         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7643
7644 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7645
7646         * auth-source.el (auth-source-debug): Enable by default and don't
7647         mention the obsolete `auth-source-hide-passwords'.
7648         (auth-source-do-warn): New function to debug unconditionally.
7649         (auth-source-do-debug): Use it.
7650         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7651         and for Secrets API entries when the secrets.el library is not
7652         available.
7653
7654 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7655
7656         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7657         (gnus-summary-exit): Kill the correct article buffer on exit from a
7658         `C-d' group.
7659
7660         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7661         gnus-propagate-marks.
7662
7663         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7664         before killing the buffers so that a non-full window conf gets handled
7665         correctly.
7666         (gnus-summary-exit): Ditto.
7667         (gnus-summary-read-group-1): Ditto.
7668
7669         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7670         async code again so that we can debug it properly.
7671
7672         * message.el (message-reply): Take an optional switch-buffer parameter
7673         so that Gnus window confs are respected better.
7674
7675 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7678         `plist-get' to accept non-list parameters (XEmacs issue).
7679         Fix docstring.
7680         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7681         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7682         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7683         Login collection is "Login" and not "login".
7684
7685 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7686
7687         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7688         multiple headers.
7689
7690         * nnimap.el (nnimap-inhibit-logging): New variable.
7691         (nnimap-log-command): Don't log login commands.
7692
7693         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7694         to have more parameters.
7695
7696         * nnimap.el (nnimap-send-command): Mark the command time for each
7697         command, so that we don't get NOOPs stepping on our toes.
7698
7699         * gnus-art.el (article-date-ut): Get the date from the Date header on
7700         `t'.
7701
7702 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * auth-source.el (auth-source-search): Use copy-sequence instead of
7705         the cl.el copy-list.
7706
7707 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7708
7709         * imap.el: Bring it back (revert
7710         84d800cd31de3064f0ed39617d725709a2f8f42f).
7711
7712 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7713
7714         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7715         Improve prompt.
7716
7717 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7718
7719         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7720         washing status from the default format.  It isn't very informative.
7721
7722 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7723
7724         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7725         Fix Gcc processing on imap.
7726
7727 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7728
7729         * imap.el: Remove file.  All the functionality is in nnimap.el.
7730
7731 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7732
7733         * message.el (message-bury): Don't pop up a new window when selected
7734         window is dedicated.
7735
7736 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7737
7738         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7739
7740 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7741
7742         * sieve-manage.el: Autoload `auth-source-search'.
7743         (sieve-sasl-auth): Use it.
7744
7745 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7746
7747         * nnimap.el: Autoload `auth-source-forget+'.
7748         (nnimap-open-connection-1): Use it if the connection fails.
7749
7750         * auth-source.el: Require `password-cache'.
7751         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7752         obsolete.
7753         (auth-source-magic): Marker for `password-cache' keys.
7754         (auth-source-do-cache): Update docstring.
7755         (auth-source-search): Use and check cache.
7756         (auth-source-forget-all-cached, auth-source-remember)
7757         (auth-source-recall, auth-source-forget, auth-source-forget+)
7758         (auth-source-specmatchp): Caching support functions.
7759         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7760         Remove and obsolete.
7761         (auth-source-user-or-password): Remove caching to further discourage
7762         using it.  Always hide passwords.
7763
7764         * password-cache.el (password-cache-remove): Accept secrets that are
7765         not strings.
7766
7767 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7768
7769         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7770         code for now, since it doesn't work for all users.
7771
7772 2011-02-09  Julien Danjou  <julien@danjou.info>
7773
7774         * message.el (message-options): Make message-options really buffer
7775         local.
7776
7777 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7778
7779         * mail-source.el: Autoload `auth-source-search'.
7780         (mail-source-keyword-map): Note order matters.
7781         (mail-source-set-1): Get all the mail-source source values and
7782         defaults and search auth-source on those if needed.  This can all
7783         probably be simplified.
7784
7785         * nnimap.el: Autoload `auth-source-search'.
7786         (nnimap-credentials): Use it.
7787         (nnimap-open-connection-1): Ask for the virtual server and physical
7788         address in one shot.
7789
7790         * nntp.el: Autoload `auth-source-search'.
7791         (nntp-send-authinfo): Use it.  Note TODO.
7792
7793 2011-02-08  Julien Danjou  <julien@danjou.info>
7794
7795         * shr.el (shr-tag-body): Add support for text attribute in body
7796         markups.
7797
7798         * message.el (message-options): Make message-options a local variable.
7799
7800 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7801
7802         * auth-source.el (auth-source-secrets-search)
7803         (auth-source-user-or-password): Use `append' instead of `nconc'.
7804         (auth-source-user-or-password): Build return list better and protect
7805         against nil :secret.
7806
7807 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7808
7809         * nnimap.el (nnimap-update-info): Refactor slightly.
7810         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7811         (nnimap-update-info): Clean up slightly.
7812         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7813         characters.
7814         (nnimap-process-quirk): Rename function to avoid collision.
7815         (nnimap-update-info): Fix macrology bug-out.
7816         (nnimap-update-info): Simplify split history test.
7817
7818 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7819
7820         * auth-source.el (top): Require 'eieio unconditionally.
7821         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7822         (auth-source-secrets-search): Limit search when `max' is greater than
7823         number of results.
7824
7825 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7826
7827         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7828         part not returning any data.
7829
7830         * proto-stream.el (open-protocol-stream): Document the return value.
7831
7832 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7833
7834         * auth-source.el (auth-source-secrets-search): Add examples.
7835
7836 2011-02-06  Julien Danjou  <julien@danjou.info>
7837
7838         * message.el (message-setup-1): Handle message-generate-headers-first
7839         set to t.
7840
7841 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7842
7843         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7844         API with a string "secrets:collection-name" and with 'default.
7845         (auth-source-backend-parse): Parse "secrets:collection-name" and
7846         'default.  Recurse on parses instead of repeating code.  Use the
7847         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7848         message when ignoring a source.
7849         (auth-source-search): List ignored search keys at the top level.
7850         (auth-source-netrc-create): Use `case' instead of `cond'.
7851         (auth-source-secrets-search): Created with TODOs.
7852         (auth-source-secrets-create): Created with TODOs.
7853         (auth-source-retrieve, auth-source-create, auth-source-delete)
7854         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7855         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7856         (auth-source-user-or-password-sftp)
7857         (auth-source-user-or-password-smtp): Remove.
7858         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7859         around `auth-source-search'.  Not tested thoroughly.
7860
7861 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7862
7863         * auth-source.el: Bring in assoc and eioeio libraries.
7864         (secrets-enabled): New variable to track the status of the Secrets API.
7865         (auth-source-backend): New EIOEIO class to represent a backend.
7866         (auth-source-creation-defaults): New variable to set prompt defaults
7867         during token creation (see the `auth-source-search' docstring for
7868         details).
7869         (auth-sources): Simplify to allow a simple string as a netrc backend
7870         spec.
7871         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7872         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7873         (auth-source-search): Main auth-source API entry point.
7874         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7875         (auth-source-search-collection): Helper function for searching.
7876         (auth-source-netrc-parse, auth-source-netrc-normalize)
7877         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7878         Supports search, create, and delete.
7879         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7880         backend stubs.
7881         (auth-source-user-or-password): Call `auth-source-search' but it's not
7882         ready yet.
7883
7884 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7885
7886         * message.el (message-setup-1): Remove the read-only stuff, since it
7887         doesn't work under XEmacs, for some reason.
7888
7889         * gnus-sum.el (gnus-user-date): Rename back from
7890         gnus-summary-user-date since user code refers to it.
7891
7892         * shr.el (shr-render-td): Store the actual background color used.
7893
7894         * message.el (message-setup-1): Don't bind the constant
7895         -forbidden-properties.
7896         (message-setup-1): Revert previous change, since it needs to bind the
7897         props to insert them.
7898         (message-resend): Allow removing the read-only separator line.
7899
7900 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7901
7902         * nnimap.el (nnimap-request-accept-article): Give an error message if
7903         the APPEND wasn't successful.
7904
7905 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7906
7907         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7908         that have no groups.
7909
7910 2011-02-03  Julien Danjou  <julien@danjou.info>
7911
7912         * gnus-draft.el: Remove progn around gnus-draft-setup.
7913
7914 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7915
7916         * gnus-start.el (gnus-read-active-for-groups): This function is never
7917         called with a nil `infos', so clean that up.
7918         (gnus-get-unread-articles): Request active files from primary/secondary
7919         methods that have no groups (yet).
7920
7921 2011-02-03  Julien Danjou  <julien@danjou.info>
7922
7923         * message.el (message-setup-1): Always generate References first.
7924         (message-mail): Return the return value of message-setup, not always t.
7925         (message-setup-1): Insert mail-header-separator with read-only and
7926         intangible properties set.
7927
7928         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7929         user-date in docstring.
7930
7931         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7932
7933         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7934         docstring.
7935
7936         * gnus.el (gnus-user-date-format-alist): Change default value.
7937         Use defcustom, with type and group.  Move from gnus-util.el.
7938         Rename to gnus-summary-user-date-format-alist.
7939
7940 2011-02-03  Glenn Morris  <rgm@gnu.org>
7941
7942         * nnimap.el (gnus-fetch-headers): Declare.
7943
7944         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7945
7946 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7947
7948         * message.el (message-forward-make-body-digest-plain)
7949         (message-followup, message-reply): Clean up things noted by Stefan.
7950
7951         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7952         gnus-article-update-date-headers is nil.
7953         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7954         it didn't really work with defcustom.
7955         (article-update-date-lapsed): Make sure the window start doesn't move,
7956         either.
7957
7958 2011-02-01  Julien Danjou  <julien@danjou.info>
7959
7960         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7961         format.
7962
7963         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7964         standard in Emacs nowadays.
7965
7966         * color.el (color-gradient): Add a color-gradient function.
7967
7968 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7969
7970         * message.el (message-expand-name): Don't trust the return value of
7971         bbdb-complete-name.
7972         (message-check-news-header-syntax): Remove unused var `start'.
7973         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7974         (message-inhibit-body-encoding): Move to before first use.
7975         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7976         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7977         (Organization, Message-ID, Date, mh-previous-window-config):
7978         Defvar the vars using dynamic scoping.
7979
7980 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7981
7982         * shr.el (shr-render-td): Only do colors at the final rendering.
7983         Should be slightly faster.
7984         (shr-insert-table): Fix up TD background colors when doing the
7985         vertical padding.
7986
7987         * gnus-art.el (article-date-ut): Protect against articles with no Date
7988         header.
7989         (article-update-date-lapsed): Don't use current-column to find the
7990         horizontal position.  It's fragile in the presence of \003 characters.
7991
7992         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7993
7994 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7995
7996         * gnus-art.el (article-transform-date): Rewrite to still work when
7997         there are several rfc2822 parts.
7998         (article-transform-date): Fix infinite recursion.
7999         (article-date-ut): Replace infinitely many Date headers with a single
8000         one when called interactively.
8001
8002         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8003         secure manner.
8004
8005         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8006         move around by not using save-window-excursion.  It seems to work...
8007
8008 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * gnus-art.el (article-make-date-line): Work for user-defined format.
8011
8012 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8013
8014         * nntp.el (nntp-retrieve-group-data-early)
8015         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8016         fetching functions.
8017
8018         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8019         thoroughly for all backends that have no known groups.  This should
8020         allow new nnml methods to retrieve mail.
8021
8022         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8023         that Gnus doesn't know exists again.
8024
8025         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8026         (gnus-treat-date-ut): Ditto.
8027         (gnus-article-update-date-header): Rename.
8028         (gnus-treat-date-local): Remove.
8029         (gnus-treat-date-english): Remove.
8030         (gnus-treat-date-lapsed): Remove.
8031         (gnus-treat-date-combined-lapsed): Remove.
8032         (gnus-treat-date-original): Remove.
8033         (gnus-treat-date-iso8601): Remove.
8034         (gnus-treat-date-user-defined): Remove.
8035         (gnus-article-date-headers): New variable to control all the date
8036         header options.
8037         (article-date-ut): Rewrite to allow using the new way to format date
8038         headers(s).
8039
8040 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8041
8042         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8043         method.
8044         (nnmail-article-group): A better test for fanciness.
8045
8046         * nnimap.el (nnimap-request-head): Protect against not finding the
8047         article by Message-ID.
8048
8049 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8050
8051         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8052         keep point at the "same place".
8053
8054 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8055
8056         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8057         data if the group is inactive.
8058
8059 2011-01-28  Julien Danjou  <julien@danjou.info>
8060
8061         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8062         (gnus-all-windows-visible-p): Remove old compatibility code.
8063         (gnus-window-top-edge): Add docstring.
8064
8065         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8066
8067 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8068
8069         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8070         older request-update-info.
8071
8072         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8073
8074 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8075
8076         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8077         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8078
8079 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8082         groups.  This makes the nndraft:queue group pop up if it's not already
8083         there.
8084
8085         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8086         messages" logic, which was reversed.
8087
8088         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8089         the "same place" even if point is on the line being replaced.
8090         (article-update-date-lapsed): Allow updating both the combined lapsed
8091         and the lapsed headers.
8092         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8093         (article-make-date-line): Limit the number of segments dynamically to
8094         avoid too-long lines.
8095
8096 2011-01-27  Julien Danjou  <julien@danjou.info>
8097
8098         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8099         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8100
8101 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8104         Use plist-get instead of the cl function getf.
8105
8106 2011-01-27  Glenn Morris  <rgm@gnu.org>
8107
8108         * gnus-util.el (float-time): Get rid of compiler warning, again.
8109
8110 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8111
8112         * shr.el (shr-put-color): Special-case background colors: Do put them
8113         at the blank parts at the front of the lines.
8114
8115         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8116         exit hook to nix out all data on readedness on group exit.
8117
8118         * gnus-util.el (float-time): If float-time is bound, always use it on
8119         all Emacsen.  It's unclear why the subrp check was there.
8120         (time-date): Require to make some autoload issues on XEmacs go away.
8121
8122         * shr.el (shr-put-color): Don't do the box padding in tables, since
8123         they're already padded.
8124
8125 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8126
8127         * gnus-art.el (gnus-article-next-page): When the last line of the
8128         article is displayed, scroll down once more instead of going to the
8129         next article at once.
8130         (article-lapsed-string): Refactor out and allow specifying how many
8131         segments you want.
8132         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8133         (gnus-article-update-lapsed-header): New variable.
8134
8135         * shr.el: Revert change that made headings use different-sized faces.
8136         The Emacs display engine isn't advanced enough that, for instance,
8137         tables can comfortably use differently-sized faces.
8138
8139 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8140
8141         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8142         used.
8143         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8144         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8145         we're using an encrypted connection.
8146
8147         * proto-stream.el: Alter the interface functions to also return the
8148         actual stream type used: network or tls.
8149
8150 2011-01-25  Julien Danjou  <julien@danjou.info>
8151
8152         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8153         (mm-display-javascript-inline): New function.
8154
8155         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8156         viewing function.
8157
8158 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * shr.el (shr-expand-newlines): Fix variable name.
8161
8162 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8163
8164         * shr.el (shr-expand-newlines): Make nested boxes work.
8165
8166 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8167
8168         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8169         backgrounds.
8170         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8171         in a more sensible manner.
8172
8173 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8174
8175         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8176         if EPG is loaded.
8177
8178 2011-01-24  Julien Danjou  <julien@danjou.info>
8179
8180         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8181         tags.
8182
8183 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8184
8185         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8186         commands.
8187
8188         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8189         in the article buffer.
8190         (gnus-gravatar-insert): Use blank space from the current buffer to
8191         avoid breaking text properties.  This makes X-Sent updating work again.
8192
8193         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8194
8195 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8196
8197         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8198         fix the bug in url-http.el instead.
8199
8200         * shr.el (shr-image-fetched): Ditto.
8201
8202         * shr.el (shr-image-fetched): Avoid having point move in the article
8203         buffer.
8204
8205         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8206         buffer after being called.  It's apparently being killed by url.el, and
8207         killing it made point move to end-of-buffer in a random buffer.
8208
8209         * shr.el (shr-image-fetched): Ditto.
8210
8211 2011-01-23  Julien Danjou  <julien@danjou.info>
8212
8213         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8214
8215         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8216         text/x-org.
8217
8218 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8219
8220         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8221         (i.e., nnimap) returning nil as the article number.
8222
8223 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8224
8225         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8226         "DelSp" parameter in RFC3676.
8227
8228 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8229
8230         * message.el (message-check-recipients): Display the encoded version of
8231         the bogus address if they differ.
8232
8233         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8234         after sending.
8235
8236         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8237
8238         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8239
8240         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8241         group buffer after sending the queue.
8242
8243         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8244
8245 2011-01-22  Julien Danjou  <julien@danjou.info>
8246
8247         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8248
8249 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8250
8251         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8252         nested related parts.
8253
8254         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8255         unexpired articles.  This fixes the regression that led expiry marks to
8256         disappear from nnfolder groups.
8257
8258 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8259
8260         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8261         Don't confuse the "ret" of "retrograde" with RET.
8262
8263 2011-01-21  Julien Danjou  <julien@danjou.info>
8264
8265         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8266         than mm-insert-inline.
8267
8268 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8271         Widen article buffer.
8272
8273 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8274
8275         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8276         the temp buffer.
8277         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8278
8279 2011-01-20  Julien Danjou  <julien@danjou.info>
8280
8281         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8282
8283         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8284         than mm-insert-inline to insert inline part: this respect
8285         mm-inline-media-tests displayers.
8286
8287         * mm-view.el (mm-display-shell-script-inline): New function.
8288
8289         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8290
8291         * mm-uu.el (mm-uu-type-alist): Add org block.
8292         (mm-uu-org-src-code-block-extract): New function.
8293
8294         * mm-view.el (mm-display-org-inline): New function.
8295
8296         * mm-decode.el (mm-automatic-display): Add text/org.
8297
8298         * mailcap.el (mailcap-mime-extensions): Add .org.
8299
8300 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8303         gnus-article-add-buttons.
8304
8305 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8306
8307         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8308         From header with a date and "nobody" as the sender.
8309
8310 2011-01-19  Julien Danjou  <julien@danjou.info>
8311
8312         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8313         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8314         if you have the same regexp several times.
8315         (gnus-button-push): Fix matching when regexp is symbol.
8316
8317 2011-01-15  Glenn Morris  <rgm@gnu.org>
8318
8319         * message.el (message-mail): A compose-mail function should
8320         accept headers as strings.
8321
8322 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8323
8324         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8325         Add :vert-only tags.
8326         (message-mail): New arg RETURN-ACTION.
8327         (message-return-action): New var.
8328         (message-bury): Use it.
8329         (message-mode): Make it buffer-local.
8330         (message-send-and-exit): Always call message-bury.
8331
8332         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8333         message-mail.
8334
8335 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * nnimap.el (nnimap-convert-partial-article): Protect against
8338         zero-length body parts.
8339
8340         * mm-decode.el (mm-preferred-alternative-precedence):
8341         Discourage showing empty parts.
8342
8343         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8344         and stuff if the backend didn't return the article number.  This fixes
8345         an Exchange-related nnimap bug.
8346
8347         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8348         group window, because it does the wrong thing when a separate frame
8349         displays the group buffer.
8350
8351         * proto-stream.el (open-protocol-stream): Protect against the low-level
8352         transport functions returning nil.
8353
8354 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8355
8356         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8357         (mml2015-epg-find-usable-secret-key): New function.
8358         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8359         mml2015-epg-find-usable-key (Bug#7797).
8360         (mml2015-epg-encrypt): Ditto.
8361
8362 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * dgnushack.el (rot13-string): Fix the way to get the argument.
8365
8366 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8367
8368         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8369
8370 2011-01-03  Glenn Morris  <rgm@gnu.org>
8371
8372         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8373
8374         * sieve.el (sieve-open-server): Give a more explicit error if
8375         sieve-manage-open returns nil.  (Bug#7720)
8376
8377 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8378
8379         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8380
8381 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8384         This avoids sending passwords in plain text over non-encrypted
8385         channels.
8386
8387         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8388
8389         * nnimap.el (nnimap-login): Refactored out into own function, and
8390         implement CRAM-MD5.
8391         (nnimap-wait-for-line): Refactored out.
8392
8393         * mm-view.el (mml-smime): Require.
8394
8395 2010-12-20  David Engster  <deng@eml.cc>
8396
8397         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8398         use EPG to decrypt S/MIME messages instead of openssl.
8399
8400 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8401
8402         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8403
8404         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8405         status is the group clearly is unreachable.
8406
8407         * auth-source.el (auth-source-create): Add the optional second
8408         parameter to `local-variable-p' to be compatible with XEmacs.
8409
8410 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8411
8412         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8413         work when using a compressed nnml folder.
8414
8415 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8416
8417         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8418         backends after sanitising on entry, because this never makes sense:
8419         If the articles have gone missing, then the data no longer exists on
8420         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8421         overwrite anything anyway.
8422
8423         * shr.el (shr-insert-document): Bind shr-width dynamically to
8424         window-width if it's nil.
8425
8426 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8427
8428         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8429         with the meaning of using the full emacs window width for rendering.
8430
8431 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8432
8433         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8434         case when sender is not given.
8435
8436 2010-12-23  Julien Danjou  <julien@danjou.info>
8437
8438         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8439         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8440         the addresses, otherwise we might misplaced the gravatar.
8441
8442 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8443
8444         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8445         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8446         obsolete in Emacs.
8447
8448 2010-12-20  Julien Danjou  <julien@danjou.info>
8449
8450         * gnus-util.el (gnus-rescale-image): Revert last change.
8451
8452 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8453
8454         * binhex.el: Improve commentary (Bug#7482).
8455
8456 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * gnus-group.el (gnus-group-delete-articles): New command.
8459
8460 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8461
8462         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8463
8464 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465
8466         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8467         here, since it's up to the backends to do CRLF removal if their
8468         protocol has it.
8469
8470         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8471
8472 2010-12-17  Julien Danjou  <julien@danjou.info>
8473
8474         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8475         they are from file.  Can also scale up.
8476
8477 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8478
8479         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8480         Restore gnus-use-agent.
8481         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8482
8483         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8484
8485 2010-12-17  Julien Danjou  <julien@danjou.info>
8486
8487         * gravatar.el (gravatar-retrieve-synchronously): New function.
8488         (gravatar-get-data): Make more robust.
8489
8490 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8493
8494 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8495
8496         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8497         to really consider the last line.
8498
8499 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8500
8501         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8502         list of recipient keys, or use symmetric encryption if not a list.
8503         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8504         EPA override, replacing the call to `netrc-store-data'.
8505
8506 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8507
8508         * gnus-srvr.el: Avoid passing nil regexp argument to
8509         delete-matching-lines.
8510
8511 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8514         fetching stops when Gnus exits.
8515
8516         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8517         function.
8518         (nnfolder-request-expire-articles): Save all the buffers after doing
8519         expiry.
8520
8521         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8522         the last article", since that led to serious performance regressions
8523         when expiring nnml groups.
8524
8525 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8526
8527         * nnir.el: Improve customizations.
8528
8529 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8530
8531         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8532
8533         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8534         group has been killed.
8535         (gnus-group-yank-group): Ditto.
8536
8537         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8538
8539         * nnimap.el (nnimap-request-update-group-status): New function.
8540
8541         * gnus-int.el (gnus-request-update-group-status): New interface
8542         function.
8543
8544         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8545         copying read-ness to the backends.
8546
8547         * nnimap.el (nnimap-quirk): New function.
8548         (nnimap-retrieve-group-data-early): Use it.
8549         (nnimap-quirks): New alist.
8550
8551 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8554         don't delete it within indentation.
8555
8556 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8559         previous line.
8560
8561 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8564         QRESYNC command by deleting a superfluous space which broke Cyrus
8565         servers.  This change will break other servers that are buggy the other
8566         way around.
8567
8568 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8569
8570         * spam.el: Reindent and fix long lines.
8571         (spam-copy-or-move-routine): Exclude invalid move destinations.
8572
8573 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8574
8575         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8576         installed the registry.
8577
8578 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8581
8582 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8583
8584         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8585         groupname doesn't contain "gmane".
8586
8587 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8590         and netrc-bound-and-true-p bindings.
8591         (netrc-parse): Cache the netrc contents.
8592
8593         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8594         (gnus-1): Don't create the nndrafts group twice.
8595         (gnus-setup-news): There's no need to read the active file here, since
8596         that's done again later on a per-backend basis.
8597         (gnus-start-draft-setup): Make sure that the new group is started out
8598         empty.
8599
8600         * gnus-agent.el (gnus-agentize): Don't create the queue group
8601         automatically on startup.  It'll be created later, if needed.
8602
8603         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8604         of automatically subscribed groups.
8605         (gnus-auto-subscribed-categories): New variable.
8606         (gnus-matches-options-n): Use it.
8607         (gnus-default-subscribed-newsgroups): Remove unused variable.
8608         (gnus-start-draft-setup): Message a bit less.
8609
8610 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8611
8612         * nnir.el (nnir-run-imap): Return article list in order of increasing
8613         UID.
8614
8615 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8616
8617         * gnus-sum.el (gnus-summary-enter-digest-group):
8618         Mention gnus-auto-select-on-ephemeral-exit.
8619
8620         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8621         convention of the network-only option.
8622
8623 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * proto-stream.el (proto-stream-open-network-only): New function to
8626         have a way to specify non-STARTTLS upgrade connections.
8627
8628 2010-12-10  Julien Danjou  <julien@danjou.info>
8629
8630         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8631         email address is nil.
8632
8633         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8634
8635 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8636
8637         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8638         deletion.
8639         (nnir-run-imap): Only need to parse list once.
8640
8641 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * shr.el (shr-tag-script): Ignore <script>.
8644         (shr-tag-label): Add <label> support.
8645
8646 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8649
8650         * shr.el (shr-image-displayer): Work for images lined side by side.
8651
8652 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8653
8654         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8655         parameter, since XEmacs doesn't accept t as a parameter.
8656
8657 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8658
8659         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8660         ids.
8661         (nnir-run-gmane): Simplify groupspec formatting.
8662         (nnir-request-expire-articles): New function.
8663
8664 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8667         overflow, possibly.
8668
8669         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8670         (shr-render-td): Handle td style="" better.
8671         (shr-tag-table): Use the color from the style sheet.
8672         (shr-render-td): Make sure we copy over all the overlays, too.
8673
8674 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8675
8676         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8677         (nnir-request-article): Improve article retrieval.
8678
8679 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * mm-util.el (mm-extra-numeric-entities): New variable.
8682
8683         * mm-url.el (mm-url-decode-entities):
8684         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8685
8686         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8687
8688 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8689
8690         * message.el: Use completion-at-point.
8691         (message-completion-function): New fun, extracted from message-tab.
8692         (message-mode): Use it for completion-at-point-functions.
8693         (message-tab): Use it and completion-at-point.
8694
8695 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8698         character if a non-breakable character follows.
8699
8700 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8703         any stream.
8704
8705         * shr.el (shr-tag-font): Colorize the region.
8706         (shr-tag-body): Ditto.
8707         (shr-tag-font): Actually let the styles be inherited instead of
8708         overwriting them.
8709         (shr-tag-font): Get the background color right.
8710         (shr-tag-style): Ignore all <style> tags for the moment.
8711
8712         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8713         a Message-ID to avoid having nnimap depend on gnus-sum.
8714
8715         * shr.el (shr-descend): Only colorize something if we have a node that
8716         sets colors.
8717
8718 2010-12-06  Julien Danjou  <julien@danjou.info>
8719
8720         * shr.el (shr-render-td): Render td content with shr-descend, so style
8721         will be applied to <td> too.
8722         (shr-colorize-region): Colorize region even if we only have a background.
8723         (shr-tag-body): Fix color and background color inheritance.
8724         Do not recolorize after shr-generic.
8725         (shr-tag-font): Let shr-generic colorize via inheritance.
8726
8727 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8730
8731 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8732
8733         * nnir.el (nnir-request-move-article): Remove obsolete code.
8734
8735 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8738
8739 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740
8741         * gnus-sum.el (gnus-summary-respool-article): The completion function
8742         expects a list instead of an alist.
8743
8744         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8745         string as the parameter.
8746
8747         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8748
8749         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8750         styles.
8751         (shr-colorize-region): New function.
8752         (shr-insert-background-overlay): Remove.
8753         (shr-render-td): Background setting should be taken care of on a higher
8754         level.
8755         (shr-tag-body): Use post-hoc colorizations.
8756         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8757         (shr-put-color-1): Don't overwrite old colors.
8758         (shr-colorize-region): When the background color isn't explicit, use
8759         a fixed background.
8760
8761         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8762         nnmail variables.
8763
8764 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8765
8766         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8767         unless necessary.
8768
8769 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8770
8771         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8772         server.
8773
8774 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775
8776         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8777         so that TAB works.
8778
8779         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8780         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8781
8782         * shr.el (shr-urlify): Show the URL before the title to avoid
8783         misleading URLs.
8784
8785 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8786
8787         * shr.el (shr-urlify): Display the title in <a> tags.
8788
8789 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8790
8791         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8792
8793 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8794
8795         * nnir.el: Rearrange code to allow macros to be autoloaded by
8796         gnus-sum.el.
8797         (nnir-retrieve-headers-override-function): Make this variable
8798         customizable.
8799         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8800
8801         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8802         from nnir.el.
8803
8804 2010-12-03  Julien Danjou  <julien@danjou.info>
8805
8806         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8807
8808 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8811         allow optional argument `environment'.
8812
8813 2010-12-03  Glenn Morris  <rgm@gnu.org>
8814
8815         * mm-extern.el (message-goto-body): Update declaration.
8816
8817 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * gnus-util.el (gnus-macroexpand-all): New function.
8820
8821         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8822         instead of macroexpand-all that is unavailable in XEmacs.
8823
8824 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8825
8826         * nnir.el (nnir-summary-line-format): New variable.
8827         (nnir-mode): Use it.
8828         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8829         (nnir-article-ids): Reimplement as defsubst.
8830         (nnir-retrieve-headers): Don't mangle the subject header.
8831         (nnir-run-imap): Use 100 as RSV score.
8832         (nnir-run-find-grep): Fix for full server searching.
8833         (nnir-run-gmane): Better restriction to gmane groups.
8834
8835         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8836         summary buffers.
8837
8838 2010-12-02  Julien Danjou  <julien@danjou.info>
8839
8840         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8841
8842         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8843
8844         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8845         support.
8846
8847 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8848
8849         * nnir.el: Update to handle the registry better.
8850         (autoload): Silence byte-compiler.
8851         (nnir-open-server): Add a hook for nnir groups.
8852         (nnir-request-move-article): Don't mangle the header.  Better to use
8853         formatting variables (which will be added in the future).
8854         (nnir-registry-action): Update the registry using the original article
8855         group name.
8856         (nnir-mode): Install nnir-specific hooks for updating the registry.
8857
8858         * gnus-sum.el
8859         (gnus-article-original-subject, gnus-newsgroup-original-name):
8860         Remove obsolete variables.
8861         (gnus-summary-move-article): Remove use of obsolete variables.
8862         (gnus-summary-local-variables): Make move and delete hooks local to
8863         summary buffers.
8864
8865 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * rtree.el: New file.
8868
8869 2010-12-01  Julien Danjou  <julien@danjou.info>
8870
8871         * message.el (message-user-organization): Do not use
8872         gnus-local-organization.
8873
8874         * gnus.el: Remove gnus-local-organization.
8875
8876         * gnus-msg.el: Remove nastygram thing.
8877
8878 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8879
8880         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8881         funcall.
8882
8883 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8886         names.
8887
8888         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8889         characters.
8890
8891         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8892         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8893         Suggested by Štěpán Němec <stepnem@gmail.com>.
8894         (gnus-gravatar-transform-address): Use mail-extract-address-components
8895         that supports non-ASCII names rather than mail-header-parse-addresses.
8896
8897 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * proto-stream.el (open-protocol-stream): All starttls connections are
8900         handled by the network handler.
8901
8902 2010-11-30  Julien Danjou  <julien@danjou.info>
8903
8904         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8905         (nnimap-open-connection-1): Fix PREAUTH.
8906
8907         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8908
8909 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8912         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8913         (shr-insert): Use them.
8914         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8915
8916 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8917
8918         * nnir.el (nnir-request-move-article): Bail out if original group
8919         doesn't support article moves.
8920         (nnir-get-active): Improve active list retrieval.
8921
8922 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8925
8926 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8927
8928         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8929         seem to accept strings-with-numbers as port numbers.
8930
8931 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8932
8933         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8934         change the registry.
8935
8936 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8939         delete-dups that is not available in XEmacs 21.4.
8940
8941         * mm-util.el (mm-delete-duplicates): Add comment.
8942
8943 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8944
8945         * nnir.el (nnir-ignored-newsgroups): New variable.
8946         (nnir-get-active): Use it.
8947
8948 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8949
8950         * proto-stream.el (proto-stream-open-network): Add some comments.
8951
8952         * nntp.el (nntp-open-connection): Provide a :success condition.
8953
8954         * nnimap.el (nnimap-open-connection-1): Ditto.
8955
8956         * proto-stream.el (proto-stream-open-network): See what the response to
8957         the STARTTLS command is.
8958
8959         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8960         backwards compatibility).
8961         (nnimap-open-connection-1): Really respect nnimap-server-port.
8962
8963         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8964         TLS upgrades we don't really care about the identity of the peer.
8965         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8966         that what we've checked for.
8967         (proto-stream-always-use-starttls): Only default to t if
8968         open-gnutls-stream exists.
8969         (proto-stream-open-network): If STARTTLS failed, then just open a
8970         normal connection.
8971         (proto-stream-open-network): Wait until the greeting before doing
8972         STARTTLS.
8973
8974         * nntp.el (nntp-open-connection): Report what the connection error is.
8975
8976         * proto-stream.el (open-protocol-stream): Rename from
8977         open-proto-stream.
8978
8979 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * nnimap.el (nnimap-stream): Change default to `undecided'.
8982         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8983         first, and then network.
8984         (nnimap-open-connection-1): Respect nnimap-server-port.
8985         (nnimap-open-connection): Be more backwards-compatible.
8986
8987         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8988         (proto-stream-open-starttls): De-duplicate the starttls code.
8989         (proto-stream-open-starttls): Folded back into the main function.
8990         (proto-stream-open-network): Fix typo in the gnutls path.
8991         (proto-stream-command): Refactor out.
8992
8993         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8994
8995         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8996         starttls.el STARTTLS.
8997
8998         * color.el (color-lab->srgb): Fix function call name.
8999
9000         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9001         if we're using tls.el.
9002         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9003         built in, then don't try to establish a STARTTLS connection.
9004
9005         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9006         servers.
9007
9008         * proto-stream.el (open-proto-stream): Use network, not stream.
9009         (open-proto-stream): Add a way to specify what the end of a command is.
9010
9011         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9012         connections types.
9013         (nntp-open-network-stream): Remove.
9014         (nntp-open-ssl-stream): Remove.
9015         (nntp-open-tls-stream): Remove.
9016         (nntp-ssl-program): Remove.
9017
9018         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9019
9020 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9021
9022         * nnir.el: Fix typos.
9023         (nnir-retrieve-headers-override-function): Rename variable to reflect
9024         new semantics.
9025         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9026         macros.
9027         (nnir-request-article, nnir-request-move-article): Use them.
9028         (nnir-categorize): New function.
9029         (nnir-run-query): Use it.
9030         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9031         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9032         sorted.
9033         (nnir-group-full-name): Use gnus-group-full-name instead.
9034         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9035         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9036
9037 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9038
9039         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9040
9041         * proto-stream.el: New library to provide protocol-specific
9042         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9043         protocols.
9044         (open-proto-stream): Complete the documentation.
9045         (proto-stream-open-network): Fix some typos.
9046
9047         * nnimap.el (nnimap-open-connection): Use it.
9048
9049 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9050
9051         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9052         negotiation.
9053
9054 2010-11-26  Julien Danjou  <julien@danjou.info>
9055
9056         * color.el: Rename various rgb functions to srgb.
9057
9058 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9059
9060         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9061         names.
9062
9063 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * shr.el (shr-insert): Revert last change.
9066         (shr-find-fill-point): Never leave point being at bol;
9067         relax the kinsoku limitation when rendering tables.
9068
9069 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9072         results from -accept-article.
9073
9074         * shr-color.el: Require cl when compiling.
9075
9076         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9077         checkin.
9078
9079         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9080
9081         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9082
9083         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9084         'add and 'delete to set backend marks.
9085
9086         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9087
9088         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9089
9090         * nntp.el (nntp-request-set-mark): Use it.
9091
9092         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9093
9094         * nnml.el (nnml-request-set-mark): Ditto.
9095
9096         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9097         introduces regressions in article selection.
9098         (nnimap-find-uid-response): New function.
9099         (nnimap-request-accept-article): Use the UID returned, if any.
9100         (nnimap-request-move-article): Use the UID returned, if any.
9101         (nnimap-get-groups): Reimplement to work with folded lines.
9102         (nnimap-find-uid-response): The UID is the last element in the list.
9103         (nnimap-request-set-mark): Extend syntax with 'set.
9104
9105         * nnml.el (nnml-request-set-mark): Ditto.
9106
9107         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9108
9109         * nntp.el (nntp-request-set-mark): Ditto.
9110
9111 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * message.el (message-called-interactively-p): A temporary macro.
9114         (message-goto-body): Use it temporarily.
9115
9116 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9119         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9120         (nnimap-last-response-string): Fix last unfolding fix.
9121
9122 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * shr.el (shr-insert): Fix the way to fold lines.
9125
9126 2010-11-25  Julien Danjou  <julien@danjou.info>
9127
9128         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9129
9130         * color.el: Rename from color-lab.el
9131         (color-rgb->hex): Add.
9132         (color-complement): Add.
9133         (color-complement-hex): Add.
9134
9135         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9136
9137 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138
9139         * shr-color.el (shr-color-visible): Don't bug out if the color names
9140         don't exist.
9141
9142 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9145         assuming that article displaying or another mml-preview may be
9146         interrupted for an error or for the like.
9147
9148         * shr.el (shr-get-background): Fix argument name.
9149
9150 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9153
9154         * gnus-sum.el (gnus-summary-include-articles): New function.
9155
9156         * message.el (message-goto-body): called-interactively-p needs a
9157         parameter, so use `any'.
9158
9159         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9160         clear marks before moving, since they're synced from the Gnus side
9161         first.
9162
9163         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9164         (gnus-summary-move-article): Copy over all marks before moving, so that
9165         IMAP doesn't think a new article has arrived.
9166
9167 2010-11-24  Julien Danjou  <julien@danjou.info>
9168
9169         * shr.el (shr-insert-background-overlay): Fix typo.
9170         (shr-render-td): Copy the background before rendering.
9171
9172         * shr-color.el (shr-color-visible): Fix docstring.
9173
9174         * shr.el (shr-tag-table): Add bgcolor support.
9175         (shr-render-td): Add bgcolor support.
9176         (shr-get-background): Add.
9177         (shr-insert-foreground-overlay): Use shr-get-background.
9178
9179         * message.el (message-goto-body): Use called-interactively-p.
9180         (message-in-body-p): message-goto-body returns point.
9181
9182 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9183
9184         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9185         Fixes something or other in Emacs 23, and is backwards compatible.
9186
9187         * message.el (message-goto-body): Remove the <#secure special-casing,
9188         which is too special.
9189
9190         * shr.el (shr-parse-style): Drop !important from styles.
9191
9192 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9193
9194         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9195         this function to return incorrect results when calling it with an
9196         explicit article argument different from
9197         (gnus-summary-article-number).
9198
9199 2010-11-24  Julien Danjou  <julien@danjou.info>
9200
9201         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9202         (shr-tag-body): Add background support.
9203         (shr-descend): Add background support.
9204         (shr-tag-title): Add.
9205
9206         * shr-color.el (shr-color-visible): Really return original background
9207         if fixed.
9208
9209 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9210
9211         * shr.el (shr-color-check): Protect against non-existent color names.
9212
9213 2010-11-24  Julien Danjou  <julien@danjou.info>
9214
9215         * color-lab.el: Require 'cl when compiling.
9216
9217         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9218
9219         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9220         matched part.
9221
9222         * color-lab.el: Fix all expt calls to use float type.
9223
9224 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9227         expression to shr-color-check as is.
9228
9229         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9230
9231         * color-lab.el: Add coding cookie.
9232         (float-pi): Use eval-and-compile.
9233
9234         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9235         compiled for Emacsen having no `libxml-parse-html-region' support.
9236
9237 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * shr.el (shr-insert-color-overlay): Split stuff like
9240         "#444444 !important" to find the real color.
9241         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9242         parse <font color="red"> entries.
9243
9244 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9245
9246         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9247         point when parsing headers.
9248
9249         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9250         is positioned properly when parsing headers.
9251
9252 2010-11-23  Julien Danjou  <julien@danjou.info>
9253
9254         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9255
9256         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9257
9258         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9259
9260         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9261         Use shr-color-hue-to-rgb.
9262         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9263
9264 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9265
9266         * shr.el (shr-color->hexadecimal): Autoload.
9267         (shr-descend): Add color to all tags.
9268
9269 2010-11-22  Julien Danjou  <julien@danjou.info>
9270
9271         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9272         shr-color->hexadecimal.
9273
9274         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9275         RGB() or HSL() color representation.
9276
9277         * shr.el (shr-tag-font): Add.
9278         (shr-tag-color-check): New function to get better colors.
9279         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9280         tag-span.
9281
9282         * shr-color.el: New file.
9283
9284         * color-lab.el: New file.
9285
9286         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9287
9288 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9289
9290         * nnir.el: Fix typo in comments.
9291         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9292         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9293
9294 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9297
9298         * nnimap.el (nnimap-get-capabilities): Refactor out.
9299         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9300
9301 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9302
9303         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9304         appearing when `mm-uu-hide-markers' is nil.
9305
9306 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * nnimap.el (nnimap-unselect-group): Make into its own function.
9309         (nnimap-request-rename-group): Unselect group before renaming.
9310         This had gotten lost somewhere.
9311         (nnimap-request-accept-article): Keep track of examined groups, and
9312         unselect the group before APPENDing to read-only groups.
9313         (nnimap-request-move-article): Clear flags before moving so that they
9314         can be re-set later.
9315
9316 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9319         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9320
9321 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-art.el (gnus-mime-display-single):
9324         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9325         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9326         parameter.
9327
9328 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9331         (shr-table-vertical-line): New variable.
9332         (shr-insert-table): Use it.
9333
9334 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-html.el (gnus-html-wash-images): Don't display images if
9337         gnus-inhibit-images is non-nil; register displayer for cid images.
9338         (gnus-html-display-image): Work for cid image.
9339         (gnus-html-insert-image): Allow arguments.
9340         (gnus-html-put-image): Inhibit read-only.
9341         (gnus-html-prefetch-images): Don't prefetch images if
9342         gnus-inhibit-images is non-nil.
9343
9344 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * shr.el (shr-put-image): Break lines when inserting big pictures.
9347
9348 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9349
9350         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9351         sender, thanks Katsumi Yamaoka.
9352
9353 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9354
9355         * nnir.el (nnir-run-imap): Reverse the article list for each group
9356         rather than the whole list.
9357
9358 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * shr.el (shr-image-displayer): Protect function against non-existent
9361         image source.
9362
9363         * gnus-art.el (gnus-inhibit-images): New user option.
9364         (gnus-mime-display-single): Don't display image if it is non-nil.
9365
9366         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9367         gnus-inhibit-images.
9368
9369         * shr.el (shr-image-displayer): New function.
9370         (shr-tag-img): Use it.
9371
9372 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9373
9374         * mml2015.el (mml2015-epg-sign): Use From header.
9375
9376 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377
9378         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9379
9380         * gnus-util.el (gnus-find-text-property-region): Return markers.
9381
9382         * shr.el (shr-tag-img): Put a displayer in the text property.
9383
9384         * gnus-util.el (gnus-find-text-property-region): New utility function.
9385
9386         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9387         (gnus-html-show-images): Remove.
9388
9389         * gnus-art.el (gnus-article-show-images): New, more general function.
9390
9391         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9392         image url text properties.
9393
9394         * shr.el: Ditto.
9395
9396         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9397         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9398
9399 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9402         work for two or more articles.
9403
9404 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9407         divide an image that's in an html article to two or more when washing
9408         non-ASCII characters in alt text of it.
9409
9410 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9413         smime-decrypt-region using function argument.
9414         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9415
9416         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9417
9418         * smime.el (smime-decrypt-region): Catch it.
9419
9420 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9421
9422         * smime.el (smime-mode-map): Move initialization into declaration.
9423         (gnus-run-mode-hooks): Don't autoload.
9424         (smime-mode): Use define-derived-mode.
9425
9426 2010-11-11  Glenn Morris  <rgm@gnu.org>
9427
9428         * smime.el (from): Restrict declaration to XEmacs.
9429
9430         * nnir.el (gnus-group-topic-name): Autoload.
9431
9432 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * shr.el (shr-insert): Don't break long line if it is because of
9435         kinsoku-bol characters in the line end.
9436
9437 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9438
9439         * nnir.el (nnir-request-move-article): Fix to provide original group
9440         and subject.
9441         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9442         been retrieved.
9443
9444         * gnus-sum.el (gnus-summary-move-article): Use original group and
9445         subject for virtual articles such as those in an nnir summary buffer.
9446
9447 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9450         least 21.5).
9451
9452         * smime.el (from): Declare it again for XEmacs.
9453
9454 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * message.el (message-resend): Don't disable encoding unless it's
9457         already encoded.
9458
9459         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9460         low-numbered articles.
9461
9462 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * rfc2047.el (rfc2047-syntax-table): Simplify.
9465
9466         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9467
9468         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9469         set-char-table-range for XEmacs.
9470
9471 2010-11-10  Glenn Morris  <rgm@gnu.org>
9472
9473         * time-date.el (time-to-seconds): Always an alias on Emacs,
9474         never a real function.
9475         (with-no-warnings): Remove compat stub, now unused.
9476         (time-less-p): Doc fix.
9477         (time-to-number-of-days): Simplify.
9478
9479         * smime.el (from): Remove unused declaration.
9480
9481         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9482         (gnus-float-time): On Emacs, always an alias.
9483
9484         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9485         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9486
9487 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * dgnushack.el: Don't use ignore-errors in the top level form since it
9490         is unavailable in XEmacs even if cl is loaded.
9491
9492         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9493
9494 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * shr.el (browse-url-mailto): Autoload.
9497
9498         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9499
9500         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9501         regexp doesn't need quoting.
9502
9503 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9504
9505         * message.el (message-subject-trailing-was-ask-regexp)
9506         (message-subject-trailing-was-regexp): Match was: in addition to was.
9507
9508 2010-11-09  Glenn Morris  <rgm@gnu.org>
9509
9510         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9511         (nnbabyl-check-mbox): Use point-at-bol.
9512
9513 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9516
9517         * message.el (message-mailto): New function.
9518         (message-mailto): Should accept other parameters.
9519         (message-mailto): Remove since it duplicates browse-url-mailto
9520         functionality.
9521
9522 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9525         methods.
9526         (gnus-read-active-file): Ditto.
9527
9528         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9529         ": " from the prompt.
9530         (gnus-group-make-group): Ditto.
9531
9532 2010-11-07  Glenn Morris  <rgm@gnu.org>
9533
9534         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9535         (gnus-bookmark-kill-line): Use point-at-eol.
9536
9537 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9540         asterisks in From header.
9541
9542 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543
9544         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9545         string to avoid making the From headers syntactically invalid.
9546
9547         * message.el (message-send-mail): Don't insert courtesy messages if the
9548         message already has List-Post and List-ID messages.
9549
9550 2010-11-06  Glenn Morris  <rgm@gnu.org>
9551
9552         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9553         `condition', `type', `length' a prefix.
9554         (gnus-treat-predicate): Update for above name changes.
9555
9556 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9557
9558         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9559         binding.  Handled by `gnus-summary-refer-thread' instead.
9560         (nnir-warp-to-article): New backend function.
9561
9562         * nnimap.el (nnimap-request-thread): Force dependency updating.
9563
9564         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9565         (gnus-summary-refer-thread): Rework to improve thread-referral.
9566
9567         * gnus-int.el (gnus-warp-to-article): New function.
9568
9569         * gnus-sum.el (gnus-summary-article-map): Bind it.
9570
9571 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9572
9573         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9574         gnus-summary-refer-thread.
9575
9576         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9577         headers.
9578         (gnus-summary-limit-include-thread): Prevent articles in thread from
9579         being cut in gnus-cut-threads.
9580         (gnus-summary-refer-thread): Limit retrieved headers to those in
9581         thread.
9582
9583 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * message.el (message-send-mail): Use the value of
9586         message-courtesy-message from the message buffer.
9587
9588         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9589
9590         * shr.el (shr-browse-url): Implement mailto: URLs.
9591
9592         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9593         "raw".
9594
9595         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9596         if it's already selected.
9597
9598         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9599
9600 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9603         to measure the length and truncate alt text.
9604
9605 2010-11-03  Glenn Morris  <rgm@gnu.org>
9606
9607         * nndiary.el (nndiary-generate-nov-databases-1)
9608         (nndiary-generate-active-info): Rename dynamic variable `files' to
9609         something less generic.
9610
9611 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9612
9613         * nnir.el (nnir-request-move-article): Call the underlying backend to
9614         move articles from nnir.
9615
9616 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9617
9618         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9619
9620 2010-11-02  Julien Danjou  <julien@danjou.info>
9621
9622         * nnir.el: Remove wais support.
9623
9624 2010-11-02  Glenn Morris  <rgm@gnu.org>
9625
9626         * gnus-html.el: Reorder requirements to quieten compiler.
9627
9628 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9631         properly for XEmacs as well.
9632         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9633         (gnus-article-natural-long-line-p): Use window-width rather than
9634         frame-width.
9635
9636 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9637
9638         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9639         (nnir-read-parms): Don't modify query.
9640         (nnir-run-query): Add ability to search topic on current line.
9641         (nnir-get-active): Clean up.
9642
9643 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9646         degenerate articles.
9647
9648         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9649         (gnus-print-buffer): Just print the buffer as is, without any copying
9650         to a buffer and then re-highlighting.
9651
9652         * nnimap.el (nnimap-request-group): Store the new updated info.
9653         (nnimap-request-group): Select the group when we don't know whether it
9654         exists or not.
9655
9656         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9657         groups.
9658
9659         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9660         groups.
9661
9662         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9663         groups.
9664
9665         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9666         long-lines case by only filling the long lines.
9667
9668         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9669         (bug#7311).
9670
9671 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * shr.el: No need to declare `declare-function' since shr.el is for
9674         only Emacsen that provide `libxml-parse-html-region'.
9675
9676         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9677         effective only in a file it is referred to.
9678
9679 2010-11-01  Glenn Morris  <rgm@gnu.org>
9680
9681         * mm-util.el (gnus-completing-read): Autoload.
9682         (mm-read-coding-system): Simplify Emacs definition.
9683
9684         * nnmail.el (gnus-activate-group):
9685         * nnimap.el (gnutls-negotiate):
9686         * nntp.el (netrc-parse): Fix declarations.
9687
9688 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9691         string-match-p in Emacs >=23.
9692
9693         * gnus-msg.el (gnus-configure-posting-styles):
9694         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9695
9696 2010-11-01  Glenn Morris  <rgm@gnu.org>
9697
9698         * nnir.el (declare-function): Add compat stub.
9699         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9700         (nnir-run-gmane): Require 'mm-url.
9701
9702         * mm-util.el (mm-string-to-multibyte): Simplify.
9703
9704         * shr.el (declare-function): Add compat stub.
9705         (url-cache-create-filename): Declare.
9706         (mm-disable-multibyte, widget-convert-button): Autoload.
9707
9708         * smime.el (ldap-search): Declare.
9709         (smime-cert-by-ldap-1): Require ldap on Emacs.
9710
9711         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9712         (nnimap-keepalive): Use gnus-float-time.
9713
9714         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9715         (mail-source-delete-crash-box): Use gnus-float-time.
9716
9717         * gnus-dired.el (gnus-completing-read): Autoload.
9718
9719         * mm-view.el (gnus-rescale-image): Autoload.
9720
9721         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9722
9723         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9724
9725         * sieve-manage.el: Require 'cl when compiling.
9726
9727         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9728         (gnus-iswitchb-completing-read): Require iswitchb.
9729         (gnus-select-frame-set-input-focus): Silence compiler.
9730
9731 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * message.el (message-subject-trailing-was-query): Change default to t,
9734         since I think that's what most people want.
9735
9736         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9737         appending for easier debugging.
9738         (nnimap-wait-for-connection): Take a regexp.
9739         (nnimap-request-accept-article): Wait for the continuation line before
9740         sending anything unless we're streaming.
9741
9742         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9743         leave the header washing to take place.
9744
9745 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9746
9747         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9748         regular expression match and replace in posting styles.
9749
9750 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9751
9752         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9753         an entire server.
9754         (nnir-get-active): New function.
9755         (nnir-run-imap): Use it.
9756         (nnir-run-gmane): Who knew, gmane search returns an article score!
9757
9758         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9759         server on the current line with nnir.
9760
9761 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9762
9763         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9764         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9765         left edge.
9766         (gnus-article-foldable-buffer): Skip past the prefix when determining
9767         raggedness.
9768
9769         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9770         the raw article, and change `C-u g' to show the article without doing
9771         treatments.
9772
9773         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9774         on to `gnus-treat-article'.
9775         (gnus-inhibit-article-treatments): New variable.
9776
9777         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9778
9779         * gnus-art.el (gnus-treatment-function-alist): Have
9780         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9781         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9782         sections.
9783
9784         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9785         parameter.
9786         (gnus-article-fill-cited-long-lines): New function.
9787         (gnus-article-fill-cited-article): Allow filling only long sections.
9788
9789         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9790         and non-punctuation (like after the apostrophe in "'We").
9791
9792         * gnus-sum.el (gnus-summary-select-article): Make sure
9793         gnus-original-article-buffer is alive.
9794
9795         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9796         reflect the order they're in in the digest.
9797
9798         * gnus.el (gnus-group-startup-message): Move point to the start of the
9799         buffer.
9800
9801         * nnimap.el (nnimap-capability): New function.
9802         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9803         is set.
9804
9805 2010-10-31  David Engster  <dengste@eml.cc>
9806
9807         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9808         conform with changes to gnus-completing-read.
9809
9810 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811
9812         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9813
9814 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9815
9816         * nnir.el: Move defvar, defcustom around to keep file organized
9817         and keep byte-compiler quiet.
9818         (nnir-read-parms): Accept search-engine as arg.
9819         (nnir-run-query): Pass search-engine as arg.
9820         (nnir-search-engine): Remove.
9821
9822 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9823
9824         * shr.el (shr-generic): The text nodes should be text, not :text.
9825
9826         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9827         later in the file.
9828
9829 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9830
9831         * nnir.el: General clean up.  Allow searching with multiple engines.
9832         Allow separate extra-parameters for each engine.
9833         Batch queries when possible.
9834         (nnir-imap-default-search-key, nnir-method-default-engines):
9835         Add customize interface.
9836         (nnir-run-gmane): New engine.
9837         (nnir-engines): Use it.  Qualify all prompts with engine name.
9838         (nnir-search-engine): Remove global variable.
9839         (nnir-run-hyrex): Restore for now.
9840         (nnir-extra-parms, nnir-search-history): New variables.
9841         (gnus-group-make-nnir-group): Use them.
9842         (nnir-group-server): Remove in favor of gnus-group-server.
9843         (nnir-request-group): Avoid searching twice.
9844         (nnir-sort-groups-by-server): New function.
9845
9846 2010-10-30  Julien Danjou  <julien@danjou.info>
9847
9848         * gnus-group.el: Remove gnus-group-fetch-control.
9849
9850         * gnus-start.el (gnus-find-new-newsgroups):
9851         Remove gnus-check-first-time-used.
9852
9853         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9854
9855 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9856
9857         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9858         set on groups that don't have \* permanentflags.
9859
9860 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9861
9862         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9863         control the background color.
9864         (shr-tag-img): Ignore very small web bug type images.
9865         (shr-put-image): Add help-echo alt texts to the images.
9866         (shr-tag-video): Show the video poster image.
9867
9868 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * shr.el (shr-table-depth): New variable.
9871         (shr-tag-table-1): Only insert the images after the top-level table.
9872
9873         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9874
9875         * gnus-util.el (gnus-list-memq-of-list): New function.
9876
9877         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9878         selected.
9879         (nnimap-unsplittable-articles): New slot.
9880         (nnimap-new-articles): Use it.
9881
9882 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9883
9884         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9885         move to the previous line on `M-g'.
9886
9887 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9888
9889         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9890         *-request-group, which seems unnecessary.
9891
9892         * nnimap.el (nnimap-quote-specials): Function copied over from
9893         imap.el.
9894         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9895         they support that.  Suggested by Tom Regner.
9896
9897 2010-10-29  Julien Danjou  <julien@danjou.info>
9898
9899         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9900         defalias.
9901         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9902
9903         * gnus.el: Remove `gnus-nntp-service' variable.
9904         (gnus-secondary-servers): Make obsolete.
9905         (gnus-nntp-server): Make obsolete.
9906
9907         * gnus-start.el (gnus-1): Remove x-splash calls.
9908
9909         * gnus-ems.el (gnus-x-splash): Remove.
9910
9911         * gnus.el (gnus-group-startup-message): Simplify/update code.
9912
9913         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9914         definition.
9915
9916         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9917         capability before doing anything.
9918         (gnus-group-insert-group-line): Remove useless
9919         gnus-group-remove-excess-properties.
9920
9921 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9924
9925 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9926
9927         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9928         config after reselecting.
9929
9930 2010-10-28  Julien Danjou  <julien@danjou.info>
9931
9932         * shr.el (shr-put-image): Use point even if only inserting text.
9933         (shr-put-image): Save excursion when inserting alt text on non-graphic
9934         display, so the behavior is the same when we are on a graphic display.
9935
9936         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9937
9938 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9941         (gnus-mime-copy-part): Check coding system, not charset.
9942         (gnus-mime-view-part-externally): Never remove part.
9943         (gnus-mime-view-part-internally): Don't remove part here.
9944         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9945         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9946         multipart/alternative.
9947
9948         * mm-decode.el (mm-display-part): Take optional arg `force'.
9949
9950 2010-10-26  Julien Danjou  <julien@danjou.info>
9951
9952         * gnus-group.el (gnus-group-default-list-level): Add this function to
9953         compute the default list level.
9954         (gnus-group-default-list-level): Add possibility to use a function.
9955
9956 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9959
9960         * gnus-group.el (gnus-group-completing-read)
9961         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9962         gnus-replace-in-string.
9963
9964 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * shr.el (shr-tag-div): Add.
9967
9968         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9969
9970 2010-10-25  Julien Danjou  <julien@danjou.info>
9971
9972         * gnus-util.el: Remove `gnus-with-local-quit'.
9973
9974         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9975
9976 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9977
9978         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9979         the original article buffer.
9980
9981 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9982
9983         * nnimap.el (nnimap-request-head): New function.
9984         (nnimap-request-move-article): Try to be slightly faster by not
9985         requesting the entire message when moving.
9986         (nnimap-transform-headers): Don't bug out on bodiless articles.
9987         (nnimap-send-command): Have no outstanding messages if the IMAP server
9988         doesn't support streaming.
9989         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9990
9991 2010-10-24  Julien Danjou  <julien@danjou.info>
9992
9993         * message.el (message-default-headers): Fix type.
9994
9995 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9998         prefetching images.
9999
10000         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10001         backend for unknown groups.  This is mainly useful for nnimap groups.
10002
10003         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10004         group isn't covered by the agent.
10005
10006 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10007
10008         * nnir.el (nnir-method-default-engines): New variable.
10009         (nnir-run-query): Use it.
10010         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10011         (gnus-summary-nnir-goto-thread): Change group if needed.
10012
10013         * gnus-group.el (gnus-group-group-map): Add key binding for
10014         gnus-group-make-nnir-group.
10015
10016 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10017
10018         * shr.el (shr-tag-object): Add.
10019
10020         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10021         original article buffer live.
10022         (gnus-summary-select-article-buffer):
10023         Mention gnus-widen-article-buffer.
10024
10025 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10026
10027         * shr.el (shr-tag-strong): Add.
10028
10029 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030
10031         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10032         group names.  They mess up the group buffer badly.
10033
10034         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10035
10036         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10037         instead of the summary one.
10038
10039 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * mml.el (mml-preview): Work properly when editing article.
10042
10043         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10044         gnus-have-read-active-file if it's already been in.
10045
10046 2010-10-22  Tom Tromey  <tromey@redhat.com>
10047
10048         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10049         gnus-group-completing-read.
10050
10051 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052
10053         * message.el (message-mode-map): Don't bind M-; to comment region, to
10054         allow the global comment-dwim to work.
10055
10056 2010-10-21  Julien Danjou  <julien@danjou.info>
10057
10058         * message.el (message-setup-1): Allow message-default-headers to be a
10059         function.
10060
10061 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * shr.el (shr-tag-table): Simplify.
10064
10065 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066
10067         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10068         to avoid trying to snarf invalid stuff.
10069
10070         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10071
10072         * gnus.el (gnus-message-archive-group): Quote value.
10073         (gnus-message-archive-group): Mark as changed.
10074
10075         * shr.el (shr-add-font): Don't put the font properties on the newline
10076         or the indentation.
10077
10078         * message.el (message-fix-before-sending): Change options when sending
10079         non-printable characters.
10080
10081         * gnus.el (gnus-message-archive-method): Change the default to
10082         monthly outgoing groups.
10083
10084         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10085         that have gotten new numbers.
10086
10087         * nnimap.el (nnimap-request-replace-article): New function.
10088
10089 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10092         (nnrss-request-article): Don't use special html washing code.
10093
10094 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * shr.el (shr-tag-table): Remove useless nconc.
10097
10098 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * gnus-art.el (article-wash-html): Simplify and remove the charset
10101         stuff.  Use the normal html rendering code instead of the special html
10102         washing code.
10103
10104         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10105         `gnus-w3m' symbols.
10106         (mm-text-html-washer-alist): Remove.
10107
10108         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10109         (mm-inline-media-tests): Remove use.
10110         (mm-text-html-renderer): Change default to the `shr' symbol.
10111
10112         * mm-view.el (mm-inline-text-html): Remove use.
10113
10114         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10115         `gnus-blocked-images' to be a function.
10116         (gnus-article-wash-function): Remove.
10117
10118 2010-10-20  Julien Danjou  <julien@danjou.info>
10119
10120         * spam.el (spam-list-of-processors): Mark as obsolete.
10121
10122         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10123         (nnimap-insert-partial-structure): Fix boundary detection.
10124
10125 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10126
10127         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10128         run file-truename on remote files.  This can be expensive and even
10129         prevent one from editing drafts if some unrelated buffer has a stale
10130         connection.
10131
10132 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10135         kinsoku-eol regardless of shr-kinsoku-shorten.
10136         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10137         (shr-tag-table): Support caption, thead, and tfoot.
10138
10139 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140
10141         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10142         lines.
10143         (shr-save-contents): New command and keystroke.
10144
10145         * nndoc.el (nndoc-type-alist): Add git support.
10146         (nndoc-git-type-p): New function.
10147         (nndoc-transform-git-article): Ditto.
10148         (nndoc-transform-git-headers): Ditto.
10149         (nndoc-transform-git-headers): Generate Subject headers.
10150
10151         * shr.el (shr-parse-style): New function.
10152         (shr-tag-span): Ditto.
10153
10154         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10155         to `G G' to avoid collisions.
10156
10157 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * shr.el: Load kinsoku if necessary.
10160         (shr-kinsoku-shorten): New internal variable.
10161         (shr-find-fill-point): Make kinsoku shorten text line if
10162         shr-kinsoku-shorten is bound to non-nil.
10163         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10164         shr-indentation too when testing if table is wider than frame width.
10165         (shr-insert-table): Use `string-width' instead of `length' to measure
10166         text width.
10167         (shr-insert-table-ruler): Make sure indentation is done at bol.
10168
10169 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10170
10171         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10172         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10173         undecoded network data.
10174
10175 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10176
10177         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10178         name in the mode line spec so that the mode line menu works
10179         (bug#2431).
10180
10181         * message.el (message-get-reply-headers): If we're fed `to-address',
10182         then always use that.
10183
10184         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10185         aren't so wide as to need to switch off the edit menu.
10186
10187         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10188         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10189
10190         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10191         `M-g'.
10192         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10193         the permanent marks.
10194
10195 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10196
10197         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10198         Splitting according to references/in-reply-to obeys the ignore-groups
10199         variable, while splitting by sender and subject do not.
10200
10201 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10204         alist, so that we can look for non-Unicode chars.
10205         (article-translate-strings): Allow both character and string maps.
10206
10207 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * shr.el (shr-insert): Don't insert space behind a wide character
10210         categorized as kinsoku-bol, or between characters both categorized as
10211         nospace.
10212
10213 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10214
10215         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10216         headers to gnus-newsgroup-headers.
10217
10218 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * shr.el (shr-tag-img): Don't align images -- since we're not
10221         rescaling, this often leads to ugly displays.
10222
10223 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10224
10225         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10226         duplicates.
10227
10228 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10229
10230         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10231         call.
10232
10233 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10234
10235         * gnus.el: Autoload gnus-html-show-images.
10236
10237         * nnimap.el: Use nnheader-message throughout.
10238
10239         * shr.el (shr-tag-img): Ignore images with no data.
10240
10241 2010-10-15  Julien Danjou  <julien@danjou.info>
10242
10243         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10244         a possibility to disable format=flow encoding when using hard newlines.
10245
10246 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * shr.el (shr-insert): Remove space inserted before or after a
10249         breakable character or at the beginning or the end of a line.
10250         (shr-find-fill-point): Do kinsoku; find the second best point or give
10251         it up if there's no breakable point.
10252
10253 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * nnimap.el (nnimap-open-connection): Message when opening connection
10256         for debugging purposes.
10257
10258         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10259         on every setup buffer call to allow this to change from article to
10260         article.
10261
10262         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10263         buffers where we have a wide table.
10264
10265 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10266
10267         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10268         uses *-request-thread.
10269
10270 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10271
10272         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10273         incantation, which is no longer valid.
10274
10275 2010-10-14  Julien Danjou  <julien@danjou.info>
10276
10277         * shr.el: Fix defcustom type (char -> character).
10278
10279 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10280
10281         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10282         programs.
10283
10284 2010-10-14  Julien Danjou  <julien@danjou.info>
10285
10286         * shr.el (shr-tag-a): Use url-link as widget type.
10287
10288         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10289         `gnus-group-get-icon'.
10290
10291 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10292
10293         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10294         This should make server editing work better.
10295
10296         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10297
10298         * tls.el (tls-program): Remove spurious %s from openssl.
10299
10300         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10301         (nnimap-parse-flags): Fix regexp.
10302
10303         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10304         probably work for CJVK text, too.
10305
10306         * nnimap.el (nnimap-extend-tls-programs): Remove.
10307         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10308
10309         * tls.el (tls-starttls-switches): Remove starttls hack.
10310         (open-tls-stream): Ditto.
10311         (tls-find-starttls-argument): Ditto.
10312
10313 2010-10-13  Julien Danjou  <julien@danjou.info>
10314
10315         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10316         responses.
10317
10318 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10321
10322         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10323         anything in Emacs.
10324
10325         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10326
10327 2010-10-13  Julien Danjou  <julien@danjou.info>
10328
10329         * shr.el (shr-width): Make shr-width a defcustom with default to
10330         fill-column.
10331         (shr-tag-img): Use shr-width rather than fill-column.
10332
10333 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * dgnushack.el (byte-optimize-apply):
10336         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10337
10338         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10339         position when (X-)Faces exist.
10340         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10341         avatars when called interactively.
10342
10343 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10346         gnus-article-x-face-too-ugly is bound.
10347
10348 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349
10350         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10351
10352         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10353         mailbox that doesn't exist.
10354
10355 2010-10-12  Julien Danjou  <julien@danjou.info>
10356
10357         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10358         (shr-get-image-data): Encode URL properly when fetching from cache.
10359         (shr-tag-img): Use aligned-to spaces to align correctly images.
10360
10361         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10362         before inserting the Gravatar.
10363
10364         * shr.el (shr-tag-img): Add align attribute support for <img>.
10365
10366 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10367
10368         * gnus-gravatar.el (gnus-art): Require.
10369
10370         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10371         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10372         Remove long obsoleted functions.
10373
10374 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10377
10378         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10379
10380         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10381         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10382         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10383         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10384         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10385         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10386         * sieve-manage.el, smime.el, spam.el:
10387         Fix comment for declare-function.
10388
10389 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10390
10391         * nnimap.el (nnimap-request-rename-group): Select group read-only
10392         before renaming it.
10393
10394         * shr.el (shr-insert): Fix up the white space only regexp.
10395
10396         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10397         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10398
10399         * shr.el (shr-current-column): New function.
10400         (shr-find-fill-point): New function.
10401
10402 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10403
10404         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10405         numbers.
10406
10407 2010-10-11  Julien Danjou  <julien@danjou.info>
10408
10409         * shr.el (shr-hr-line): Add.
10410         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10411         display hr lines.
10412         (shr-max-columns): Do not change state to nil if we just inserting
10413         spaces.
10414
10415 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10416
10417         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10418         select the last group.
10419
10420 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10421
10422         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10423
10424 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10425
10426         * dig.el (dig-mode-map): Declare and define in one step.
10427
10428 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429
10430         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10431         for Gnus.
10432         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10433         (nnimap-update-qresync-info): Mark \Seen articles as read.
10434
10435         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10436         non-variable, too.
10437
10438         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10439         available.
10440         (nnimap-update-info): Rely more on the current active than the param
10441         active to avoid marking articles as read too much.
10442
10443         * auth-source.el (auth-source-create): Use (user-login-name) for the
10444         user name default.
10445
10446         * nnimap.el (nnimap-update-info): If the server doesn't return any
10447         useful info, just use the previous info.
10448         (nnimap-update-info): Prefer old info over start-article.
10449         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10450
10451 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10452
10453         * nnir.el (autoload): Clean up autoloads.
10454         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10455         Use key rather than value.
10456         (nnir-imap-search-other): New variable.
10457         (nnir-read-parm): Use it.
10458         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10459         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10460
10461 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10462
10463         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10464         the process, too.
10465
10466 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467
10468         * spam.el (gnus-summary-mode-map): Bind to "$".
10469         Suggested by Russ Allbery.
10470
10471         * shr.el: Rework the way things are indented by <li> slightly.
10472
10473         * gnus.el (gnus-group-set-parameter): Fix typo.
10474
10475         * nnimap.el: Start implementing QRESYNC support.
10476
10477 2010-10-09  Julien Danjou  <julien@danjou.info>
10478
10479         * nnir.el (nnir-engines): Fix too many arguments.
10480
10481 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10482
10483         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10484         group is the "last", so that the backends like nnfolder actually save
10485         their folders.
10486
10487         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10488         try to use that for the tls stream.
10489         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10490         UIDVALIDITY and find out which groups are read-only and not.
10491         (nnimap-get-flags): Use the same marks parsing code as the rest of
10492         nnimap.
10493
10494 2010-10-09  Julien Danjou  <julien@danjou.info>
10495
10496         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10497
10498         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10499         retrieving gravatars.
10500
10501         * shr.el (shr-table-corner): Add.
10502         (shr-table-line): Add.
10503         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10504
10505 2010-10-08  Julien Danjou  <julien@danjou.info>
10506
10507         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10508
10509 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10510
10511         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10512
10513         * gnus-sum.el (gnus-mark-article-as-unread)
10514         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10515         (gnus-summary-set-bookmark): Use it.
10516
10517         * gnus-msg.el (gnus-setup-message): Use it.
10518
10519         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10520
10521         * gnus.el (gnus-group-remove-parameter): Use it.
10522
10523         * gnus-group.el (gnus-group-make-web-group): Use it.
10524
10525         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10526
10527         * nnregistry.el: Update docs to mention manual.
10528
10529         * gnus-registry.el: Update docs to mention nnregistry.el.
10530         (gnus-registry-initialize): Don't install nnregistry refer method
10531         automatically.
10532         (gnus-registry-install-nnregistry): Remove it.
10533
10534 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10535
10536         * shr.el (shr-insert): Don't insert double spaces.
10537
10538 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-gravatar.el (gnus-treat-from-gravatar)
10541         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10542         called interactively.
10543
10544         * gnus-art.el (gnus-mime-view-part-externally)
10545         (gnus-mime-view-part-internally): Make predicate function passed to
10546         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10547         of a mime type.
10548
10549         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10550
10551 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * shr.el (require): Require cl when compiling.
10554         (shr-tag-hr): New function.
10555
10556         * nnimap.el (nnimap-update-info): Remove double setting of high.
10557         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10558         This makes nnimap work properly on Courier again.
10559
10560         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10561         the variable for backwards compatibility.
10562
10563         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10564         the file name before using to avoid setting mm-default-directory to
10565         nil.
10566
10567         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10568         bidning gnus-agent variables.
10569
10570         * shr.el (shr-render-td): Use a cache for the table rendering function
10571         to avoid getting an exponential rendering behavior in nested tables.
10572         (shr-insert): Rework the line-breaking algorithm.
10573         (shr-insert): Don't leave trailing spaces.
10574         (shr-insert-table): Also insert empty TDs.
10575         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10576
10577 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10578
10579         * gnus-sum.el (gnus-number): Rename from `number'.
10580         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10581         (gnus-summary-limit-children): Update uses correspondingly.
10582
10583 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10586         (gnus-gravatar-transform-address): Don't show avatars of people of
10587         which mail addresses match gnus-gravatar-too-ugly.
10588
10589 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * shr.el (shr-table-widths): Expand TD elements to fill available
10592         space.
10593
10594 2010-10-07  Julien Danjou  <julien@danjou.info>
10595
10596         * nnimap.el (nnimap-request-rename-group): Add this method.
10597
10598 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10601         name from XEmacs' function-arglist.
10602
10603         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10604         gravatar under XEmacs.
10605
10606 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10607
10608         * auth-source.el: Update docs with TODO items.
10609
10610         * gnus-sync.el: Update docs to explain state and plans.
10611
10612         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10613         Hooks for mark updates.
10614         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10615
10616         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10617         hooks with arguments, which is needed for mark update hooks.
10618
10619 2010-10-06  Julien Danjou  <julien@danjou.info>
10620
10621         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10622         was matched.
10623
10624         * sieve-manage.el: Update example in `Commentary'.
10625
10626         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10627
10628         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10629         not 2000.
10630         (sieve-manage-authenticate): Re-add function.
10631
10632 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * shr.el (shr-insert): Get 'space transition right.
10635         (shr-render-td): Only delete space at the end of the TD.
10636
10637         * nnimap.el (nnimap-open-connection): Prepare to support
10638         open-gnutls-stream.
10639
10640         * shr.el: Rearrange function order to be more logical.
10641
10642 2010-10-06  Julien Danjou  <julien@danjou.info>
10643
10644         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10645         (nnrss-discover-feed): Remove 404 URL in docstring.
10646
10647         * nnir.el: Fix Swish-E URL.
10648         Fix Namazu URL.
10649
10650         * message.el (message-change-subject): Remove 404 URL in a comment.
10651
10652 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10655         called interactively.
10656
10657         * gnus-util.el (gnus-remove-if): Allow hash table.
10658         (gnus-remove-if-not): New function.
10659
10660         * gnus-art.el (gnus-mime-view-part-as-type):
10661         * gnus-score.el (gnus-summary-score-effect):
10662         * gnus-sum.el (gnus-read-move-group-name):
10663         Replace remove-if-not with gnus-remove-if-not.
10664
10665         * gnus-group.el (gnus-group-completing-read):
10666         Regard collection as a hash table if it is not a list.
10667
10668 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10669
10670         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10671
10672         * shr.el: Document the table-rendering algorithm.
10673
10674 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10677         for Emacsen having no `libxml-parse-html-region' support.
10678
10679 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10682         invalid URLs.
10683
10684         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10685         line-broken.
10686         (shr-tag-img): Ignore image fetching errors.
10687         (shr-overlays-in-region): Compute overlay positions correctly.
10688
10689         * mm-decode.el (mm-shr): Require shr.
10690
10691         * gnus-art.el (gnus-blocked-images): Move variable here.
10692
10693         * shr.el (shr-insert-table): Bind free variable.
10694
10695         * mm-decode.el (mm-shr): Bind shr-content-function.
10696
10697         * shr.el (shr-content-function): New variable.
10698
10699         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10700         added for symmetry.
10701
10702         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10703
10704         * gnus-group.el (gnus-group-make-group): Doc fix.
10705
10706         * nnimap.el (nnimap-request-newgroups): Return success.
10707
10708         * shr.el (shr-find-elements): New function.
10709         (shr-tag-table): Put all the images after the table.
10710         (shr-tag-table): Really inhibit images inside the table.
10711         (shr-collect-overlays): Copy over overlays from the TD elements to the
10712         main document.
10713
10714         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10715         gnus-blocked-images.
10716
10717 2010-10-05  Julien Danjou  <julien@danjou.info>
10718
10719         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10720
10721         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10722         (gnus-html-maximum-image-size): Add this function.
10723         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10724
10725         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10726         server-value of the capability is nil.
10727
10728 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * shr.el (shr-tag-em): Add <EM> tag.
10731
10732 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10733
10734         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10735         customizable.
10736
10737         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10738         handing broken links to browse-url.
10739
10740 2010-10-05  Julien Danjou  <julien@danjou.info>
10741
10742         * gnus-util.el (gnus-emacs-completing-read)
10743         (gnus-iswitchb-completing-read): Use autoload rather than require.
10744
10745 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10748         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10749         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10750         iswitchb-temp-buflist for XEmacs.
10751
10752         * gnus-util.el (gnus-completing-read-function): Exclude
10753         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10754         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10755         XEmacs.
10756
10757         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10758         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10759
10760         * gnus-html.el: Don't require help-fns under XEmacs.
10761         (gnus-html-schedule-image-fetching): Work for XEmacs.
10762
10763         * mm-decode.el (mm-shr): Decode contents by charset.
10764
10765 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10768         unknown.
10769
10770         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10771         (shr-get-image-data): Ensure against the cache file missing.
10772
10773         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10774         for data.
10775
10776         * spam-report.el (spam-report-url-ping-plain): Don't query about
10777         killing the process.
10778
10779         * shr.el (shr-render-td): Protect against too-wide text.
10780
10781 2010-10-04  Julien Danjou  <julien@danjou.info>
10782
10783         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10784         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10785
10786         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10787         retrieved.
10788
10789 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10790
10791         * shr.el (browse-url): Require.
10792         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10793         lines.
10794         (shr-show-alt-text, shr-browse-image): New commands.
10795         (shr-browse-url, shr-copy-url): New commands.
10796
10797         * gnus-sum.el (gnus-widen-article-window): New variable.
10798         (gnus-summary-select-article-buffer): Use it.
10799
10800         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10801         without @ signs.
10802
10803 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10804
10805         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10806
10807 2010-10-04  Julien Danjou  <julien@danjou.info>
10808
10809         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10810         for XEmacs.
10811
10812 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10815
10816         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10817         (nnimap-close-server): Implement.
10818
10819         * dgnushack.el (iswitchb): Require to shut up the compiler.
10820
10821         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10822         (shr-insert): Tweak line breaking.
10823         (shr-insert): Handle <pre> better.
10824         (shr-tag-li): Get <li> indentation right.
10825         (shr-tag-li): Get <li> indentation even righter.
10826         (shr-tag-blockquote): Ensure paragraph start.
10827         (shr-make-table): Tweak table generation.
10828         (shr-make-table): Fix typo.
10829
10830         * shr.el: Implement table rendering.
10831
10832 2010-10-04  Julien Danjou  <julien@danjou.info>
10833
10834         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10835
10836 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837
10838         * shr.el (shr-insert): Use string anchors instead of line anchors.
10839
10840 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * shr.el: Add headings.
10843         (shr-ensure-paragraph): Actually work.
10844         (shr-tag-li): Make <ul> prettier.
10845         (shr-insert): Get white space at the beginning/end of elements right.
10846         (shr-tag-p): Collapse subsequent <p>s.
10847         (shr-ensure-paragraph): Don't insert double line feeds after blank
10848         lines.
10849         (shr-insert): \t is also space.
10850         (shr-tag-s): Fix "s" tag name function.
10851         (shr-tag-s): Fix face prop name.
10852
10853 2010-10-03  Julien Danjou  <julien@danjou.info>
10854
10855         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10856
10857         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10858         gnus-window-inside-pixel-edges.
10859
10860         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10861         gnus-ems.
10862
10863         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10864
10865         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10866         function.
10867
10868         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10869         resize choice.
10870
10871 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10872
10873         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10874         beginning of the buffer.
10875
10876         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10877         article buffer again.
10878
10879         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10880
10881         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10882         when it's at the start of the buffer.
10883
10884         * shr.el (shr-tag-blockquote): Convert name.
10885         (shr-rescale-image): Use the right image-size variant.
10886
10887         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10888         buffer isn't shown, then select the current article first instead of
10889         bugging out.
10890         (gnus-summary-select-article-buffer): Show both the article and summary
10891         buffers again.
10892
10893         * shr.el (shr-fontize-cont): Protect against regions with no text.
10894         Rename tag functions to shr-tag-* for enhanced security.
10895         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10896
10897 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10898
10899         * shr.el (shr-insert):
10900         * pop3.el (pop3-movemail):
10901         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10902         loaded.
10903
10904 2010-10-03  Glenn Morris  <rgm@gnu.org>
10905
10906         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10907
10908         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10909
10910         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10911
10912         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10913
10914         * gnus-util.el (gnus-make-local-hook): Simplify.
10915
10916 2010-10-02  Julien Danjou  <julien@danjou.info>
10917
10918         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10919         (gnus-ido-completing-read): New function.
10920         (gnus-emacs-completing-read): New function.
10921         (gnus-completing-read): Use gnus-completing-read-function.
10922         Add gnus-completing-read-function.
10923
10924 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10925
10926         * shr.el (shr-insert-document): Autoload.
10927         (shr-img): Be silent.
10928         (shr-insert): Add a newline after every picture before text.
10929         (shr-add-font): Use overlays for combining faces.
10930         (shr-insert): Pass upwards the text start point.
10931
10932         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10933         possible.
10934         (mm-shr): New function.
10935
10936 2010-10-02  Julien Danjou  <julien@danjou.info>
10937
10938         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10939         should go backward.
10940
10941 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10942
10943         * shr.el (shr): Fix typo in provide call.
10944
10945 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * shr.el: New file.
10948
10949         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10950
10951         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10952         completing read.
10953
10954 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10957         we're being queried about.  Suggested by Dan Jacobson.
10958
10959         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10960         Suggested by Jason Eisner.
10961
10962         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10963         table, too.  Suggested by Stefan Wiens.
10964         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10965         the table unnecessary.  Suggested by Stefan Wiens.
10966
10967         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10968         longer needed, and probably doesn't work either, as pointed out by
10969         Stefan Wiens.
10970         (gnus-summary-exit): Remove call to the clearing function.
10971         (gnus-summary-exit-no-update): Ditto.
10972
10973         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10974         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10975         Reported by Stefan Monnier.
10976         (gnus-summary-save-in-rmail): Ditto.
10977
10978         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10979         article buffer, instead of both the article buffer and the summary
10980         buffer.  Sort of suggested by Dan Jacobson.
10981
10982         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10983
10984         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10985         Suggested by Dan Jacobson.
10986
10987         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10988         documentation clearer.
10989
10990         * message.el (message-shorten-references): Comment on the number "21".
10991         Suggested by Stefan Monnier.
10992
10993         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10994         Suggested by Dan Jacobson.
10995
10996         * gnus.el (gnus-large-newsgroup):
10997         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10998
10999         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11000         externalize attachments.  Bug reported by Steve Wen.
11001
11002         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11003         really message anything to the user.
11004
11005         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11006         directly.
11007
11008         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11009         messages in empty groups.
11010
11011 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11012
11013         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11014         non-UIDNEXT group.
11015
11016 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017
11018         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11019         not the value from the collection.
11020
11021         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11022         values.  This sometimes happens on some groups that have no info.
11023         (nnimap-request-newgroups): New function.
11024
11025 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11026
11027         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11028         check into `gnus-registry-initialize'.
11029         (gnus-registry-initialize): Ditto.
11030         Fix and extend header docs.
11031
11032 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11035         regexp backtrace overflows.
11036
11037         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11038         for starttls that tls.el implements; i.e. openssl.
11039
11040         * tls.el (tls-starttls-switches): Give up on using starttls with
11041         gnutls-cli.
11042         (tls-program): Add --insecure to be consistent with the defaults from
11043         openssl s_client.  Now all three commands are insecure.
11044
11045 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * lpath.el: Bind completion-styles-alist for XEmacs.
11048
11049         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11050         (gravatar-create-image): New function that's an alias to
11051         gnus-xmas-create-image, gnus-create-image, or create-image.
11052         (gravatar-data->image): Use it.
11053
11054 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11055
11056         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11057         install the nnregistry refer method.
11058         (gnus-registry-install-hooks): Use it.
11059         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11060         unfollowed groups.
11061
11062 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11063
11064         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11065         expanding threads.
11066
11067 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * nnir.el: Use the server names without suffixes (bug#7009).
11070
11071         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11072         unencrypted to STARTTLS, if possible.
11073
11074 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11075
11076         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11077         headers before superseding.
11078
11079 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11080
11081         * nnrss.el (nnrss-use-local): Add documentation.
11082
11083         * nnimap.el (nnimap-extend-tls-programs): New function.
11084         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11085         (nnimap-wait-for-connection): Accept the greeting from the stupid
11086         output from openssl s_client -starttls, too.
11087
11088         * tls.el (tls-starttls-switches): New variable.
11089         (tls-find-starttls-argument): Use it.
11090         (open-tls-stream): Ditto.
11091
11092         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11093         (netrc-machine): Ditto.
11094
11095         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11096         article number.
11097         (nnimap-split-fancy): New variable.
11098         (nnimap-split-incoming-mail): Use it.
11099
11100         * nntp.el (nntp-server-list-active-group): Document.
11101
11102         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11103         SELECT to get the message-id.
11104
11105         * mail-source.el (mail-sources): Remove webmail support.
11106         (defvar): Ditto.
11107         (mail-source-fetcher-alist): Ditto.
11108         (mail-source-fetch-webmail): Remove.
11109
11110         * webmail.el: Remove -- doesn't seem relevant any more.
11111
11112         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11113
11114         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11115         the \r.
11116
11117 2010-09-30  Julien Danjou  <julien@danjou.info>
11118
11119         * gnus-agent.el (gnus-agent-add-group): Fix call to
11120         gnus-completing-read.
11121
11122 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11123
11124         * nndoc.el (nndoc-retrieve-groups): New function.
11125
11126         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11127         `default', use nnmail-split-methods.
11128         (nnimap-request-article): Downcase the NILs so that they are nil.
11129
11130         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11131         symbol.
11132
11133         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11134         code, since if the user has requested network, that's what they ought
11135         to get.
11136         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11137         (nnimap-split-rule): Mark as obsolete.
11138
11139         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11140         New variable.
11141
11142         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11143         correct slot, too.
11144
11145 2010-09-29  Julien Danjou  <julien@danjou.info>
11146
11147         * gnus.el (gnus-local-domain): Declare variable obsolete.
11148
11149         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11150         Fix history computing.
11151         (gnus-ido-completing-read): Require ido.
11152
11153 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11154
11155         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11156         build Gnus.
11157
11158         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11159         when interpreting the structures.
11160         (nnimap-request-accept-article): Add \r\n to the lines to make this
11161         work with Cyrus.
11162
11163         * nndraft.el (nndraft-request-expire-articles): Use the group name
11164         instead if "nndraft".  Fix found by Nils Ackermann.
11165
11166 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11167
11168         * nnregistry.el: Add.
11169
11170 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11171
11172         * nnmail.el (group, group-art-list, group-art):
11173         Remove unneeded directives.
11174
11175 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11178         (mm-mime-charset):
11179         * rfc2047.el (rfc2047-syntax-table):
11180         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11181
11182         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11183         rather than `insert-file-contents' and `eval-region'.
11184
11185         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11186         construction.
11187
11188         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11189
11190         * time-date.el: No need to require cl for Emacs 21.
11191
11192 2010-09-29  Julien Danjou  <julien@danjou.info>
11193
11194         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11195         replacement of `gnus-gravatar-relief' to mimic
11196         `gnus-faces-properties-alist'.
11197         Add :version property.
11198
11199 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * mail-source.el (mail-source-report-new-mail):
11202         * message.el (message-default-mail-headers):
11203         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11204
11205         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11206
11207 2010-09-28  Julien Danjou  <julien@danjou.info>
11208
11209         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11210         mail-address contains the same string as real-name.
11211
11212         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11213         non-blank in header, otherwise it'll get stripped.
11214
11215         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11216         real-name, and then for mail address rather than doing : or , search.
11217
11218 2010-09-27  Julien Danjou  <julien@danjou.info>
11219
11220         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11221         right completing-read function.
11222         (gnus-use-ido): New variable
11223         (gnus-completing-read-with-default): Remove.
11224         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11225         (gnus-agent-add-group):
11226         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11227         * mm-view.el (mm-view-pkcs7-decrypt):
11228         * mm-util.el (mm-codepage-setup):
11229         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11230         * mml-smime.el (mml-smime-openssl-sign-query):
11231         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11232         (mml-insert-multipart):
11233         * gnus-msg.el (gnus-summary-yank-message):
11234         * gnus-int.el (gnus-start-news-server):
11235         * mm-decode.el (mm-interactively-view-part):
11236         * gnus-dired.el (gnus-dired-attach):
11237         * gnus.el (gnus-read-method):
11238         * gnus-bookmark.el (gnus-bookmark-jump):
11239         * gnus-art.el (gnus-mime-view-part-as-type)
11240         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11241         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11242         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11243         * nnmairix.el (nnmairix-create-server-and-default-group)
11244         (nnmairix-update-groups, nnmairix-get-server)
11245         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11246         (nnmairix-get-group-from-file-path):
11247         * nnrss.el (nnrss-find-rss-via-syndic8):
11248         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11249         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11250         (gnus-group-browse-foreign-server):
11251         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11252         (gnus-summary-execute-command, gnus-summary-respool-article)
11253         (gnus-read-move-group-name):
11254         * gnus-score.el (gnus-summary-increase-score)
11255         (gnus-summary-score-effect):
11256         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11257
11258 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11261         x-focus-frame.
11262
11263         * nnimap.el (auth-source-forget-user-or-password)
11264         (auth-source-user-or-password): Autoload.
11265
11266         * message.el (message-from-style, message-interactive)
11267         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11268         (message-yank-prefix, message-indentation-spaces, message-signature)
11269         (message-signature-file): Add comment.
11270
11271 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11274         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11275         new articles.
11276
11277         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11278         parts.
11279         (nnimap-request-article): Work with the t setting, too.
11280
11281         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11282         that you don't get flashes of other buffers.
11283         (gnus-summary-show-complete-article): Intern before setting.
11284
11285 2010-09-27  David Engster  <dengste@eml.cc>
11286
11287         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11288         well as HEADERS.
11289         (nnmairix-retrieve-headers): Provide new argument for the above.
11290
11291 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11292
11293         * gnus-sum.el (gnus-summary-move-article): Don't alter
11294         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11295         group.
11296
11297         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11298
11299         * message.el (message-cite-prefix-regexp): Revert my last edit.
11300
11301         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11302         variable instead of the Gnus variable.
11303
11304         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11305
11306         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11307
11308         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11309         since some servers don't like it.
11310         (nnimap-open-connection): Forget credentials if the server says the
11311         password was wrong.
11312         (nnimap-parse-line): Protect against invalid data.
11313
11314         * gnus-sum.el (gnus-summary-move-article): Add comment.
11315         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11316         nothing alters it while scanning for new messages.
11317
11318         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11319         which may or may not help.
11320         (nnimap-open-connection): If we're doing a stream connection, and then
11321         discover we're on a STARTTLS-capable server, then open a STARTTLS
11322         connection instead.
11323
11324 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * nnimap.el (utf7): Require.
11327
11328         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11329         prefix.
11330
11331 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11332
11333         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11334
11335 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336
11337         * nnimap.el (nnimap-request-accept-article): Message the error on
11338         error.
11339
11340 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11343
11344 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * nndoc.el (nndoc-request-list): Return success always.
11347
11348         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11349         `fetch-old' -- we only want to fetch the articles we've requested.
11350         The rest are in the agent, probably.
11351         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11352         disappeared server" to something low.  It's not important.
11353
11354         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11355         arrived before the FETCH data.
11356
11357         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11358         target here, because we don't know the Gnus name of the group.
11359
11360         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11361         for the correct group.
11362
11363         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11364
11365         * gnus.el (gnus): Give a final warning after startup.
11366
11367         * gnus-util.el (gnus-action-message-log): New variable.
11368         (gnus-message): Use it.
11369         (gnus-final-warning): New function.
11370
11371         * nnimap.el (nnimap-open-connection): Record the greeting.
11372         (nnimap): Add greeting.
11373
11374 2010-09-26  Julien Danjou  <julien@danjou.info>
11375
11376         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11377         arguments.
11378         (gnus-html-wash-images): Fix spec computing to include start/end.
11379
11380         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11381
11382 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11383
11384         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11385         deletion.
11386         (nnimap-retrieve-headers): Don't select the group, because that's
11387         already done by nnimap-possibly-change-group.
11388
11389         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11390         (gnus-picon-transform-address): Use it.
11391
11392         * mail-source.el (mail-source-value): Revert previous patch.
11393
11394         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11395         on failure.
11396         (nnimap-open-connection): Look up both virtual and physical server name
11397         credentials.
11398
11399         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11400
11401 2009-02-07  Dave Love  <fx@gnu.org>
11402
11403         * tls.el (open-tls-stream): Don't query killing process.
11404
11405 2009-02-08  Dave Love  <fx@gnu.org>
11406
11407         * gnus-win.el (gnus-window-to-buffer-helper)
11408         (gnus-all-windows-visible-p): Function needn't be a symbol.
11409
11410         * mail-source.el (mail-source-value): Function needn't be a symbol.
11411
11412 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11413
11414         * message.el (message-cite-prefix-regexp): Remove } from the cite
11415         prefix.
11416
11417         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11418         highlight again, so that the highlight is correct.
11419
11420         * gnus-picon.el (gnus-picon): Remove again.
11421         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11422
11423         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11424         doing the header highlightling, so that the background color of the
11425         picon is correct.
11426
11427         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11428         (gnus-picon): Ditto.
11429         (gnus-picon): Reinstate.  The background color for picons is white.
11430         (gnus-picon-insert-glyph): Make the background white.
11431
11432         * nnml.el (nnml-open-nov): Don't return dead buffers.
11433
11434         * auth-source.el (auth-source-create): Query the user for whether to
11435         store the credentials.
11436
11437         * netrc.el (netrc-store-data): New function.
11438
11439         * auth-source.el (auth-source-user-or-password): Use the existing auth
11440         sources, if any, for creation.
11441
11442         * gnus.el (gnus-group-fast-parameter): Return the last matching
11443         parameter instead of the first matching parameter.
11444
11445 2010-09-26  Julien Danjou  <julien@danjou.info>
11446
11447         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11448
11449 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11450
11451         * mml2015.el (mml2015-use): Remove gpg support.
11452
11453         * mml1991.el (mml1991-function-alist): Remove gpg function.
11454         (mml1991-gpg-sign): Remove.
11455
11456 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11457
11458         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11459         (gnus-browse-unsubscribe-current-group): Document it.
11460         (gnus-browse-unsubscribe-group): Use it.
11461
11462 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11463
11464         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11465         address to the To list for easier response.
11466
11467         * gnus.el (gnus-play-startup-jingle): Remove.
11468         (gnus-splash): Don't play jingle.
11469         (gnus): Silence gnus-load message.
11470
11471         * gnus-art.el (gnus-treat-play-sounds): Remove.
11472
11473         * gnus.el (gnus-play-jingle): Remove audio support.
11474
11475         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11476
11477         * earcon.el: Remove -- no users.
11478
11479         * gnus-audio.el: Remove -- no users of this package.
11480
11481         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11482
11483         * gnus-start.el (gnus-setup-news): Remove nocem support.
11484
11485         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11486
11487         * gnus.el (gnus-use-nocem): Remove.
11488
11489         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11490         Remove.
11491
11492         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11493         uses NoCeM any more.
11494
11495         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11496         (gnus-button-ctan-handler): Ditto.
11497         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11498         (gnus-button-ctan-directory-regexp): Ditto.
11499         (gnus-button-handle-ctan): Ditto.
11500         (gnus-button-tex-level): Ditto.
11501         (gnus-button-alist): Remove CTAN stuff.
11502
11503 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11506         nnimap-streaming test.
11507
11508         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11509         servers twice.
11510
11511         * nnimap.el (nnimap-open-connection): Add more error reporting when
11512         nnimap fails early.
11513
11514         * nnheader.el (nnheader-get-report-string): New function.
11515         (nnheader-get-report): Use it.
11516
11517         * gnus-int.el (gnus-check-server): Say what the error was when opening
11518         failed.
11519
11520         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11521         using streaming.
11522
11523 2010-09-25  Julien Danjou  <julien@danjou.info>
11524
11525         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11526         gnus-window-inside-pixel-edges.
11527
11528 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11529
11530         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11531
11532         * mm-decode.el (mm-save-part): Allow saving to other directories the
11533         normal Emacs way.
11534
11535         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11536         Suggested by Jay Berkenbilt.
11537
11538         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11539         there isn't a single byte.
11540
11541         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11542         just do it.  It doesn't really seem to matter what the user responds
11543         here, I think, so it's just a confusing question.
11544
11545         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11546         non-streaming case.
11547
11548         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11549         (gnus-article-encrypt-body): Use it.
11550
11551         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11552         keystroke.
11553
11554         * nnimap.el (nnimap-find-wanted-parts-1):
11555         Use gnus-fetch-partial-articles.
11556
11557         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11558
11559         * nnimap.el (nnimap-insert-partial-structure): New function.
11560         (nnimap-get-partial-article): New function.
11561         (nnimap-request-article): Use it.
11562         (nnimap-wait-for-response): Return whether the wait was successful.
11563         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11564         retrieval wasn't successful.
11565         (nnimap-retrieve-group-data-early): Allow throttling servers.
11566         (nnimap-streaming): New variable.
11567         (nnimap-fetch-partial-articles): Remove.
11568
11569         * mm-decode.el (mm-with-part): Protect against killed buffers.
11570
11571         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11572         for prettier summary display.
11573
11574 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11575
11576         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11577
11578 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579
11580         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11581         apparently third-party libraries depend on it.
11582
11583         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11584         before starting negotiation.
11585
11586         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11587         privacy reasons.
11588         (gnus-treat-mail-gravatar): Ditto.
11589
11590         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11591         buffer when inserting images.  Inserting text into the headers, for
11592         instance, can make them invalid.
11593
11594 2010-09-25  Julien Danjou  <julien@danjou.info>
11595
11596         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11597         variables.
11598
11599         * nnheader.el: Remove useless variables news-reply-yank-from and
11600         news-reply-yank-message-id.
11601
11602         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11603         variables.
11604
11605         * mml1991.el: Remove useless mml1991-verbose.
11606
11607         * gnus.el: Remove useless variable gnus-use-generic-from.
11608         Remove obsolete variable gnus-topic-indentation.
11609
11610         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11611
11612         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11613
11614         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11615
11616         * gnus-group.el: Remove useless gnus-group-icon-cache.
11617         Remove useless gnus-ephemeral-group-server.
11618
11619         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11620
11621         * mml2015.el: Remove useless mml2015-verbose.
11622
11623         * mml-smime.el: Remove useless mml-smime-verbose.
11624
11625         * gnus.el: Remove useless gnus-local-domain.
11626
11627         * gnus-gravatar.el (gnus-gravatar-transform-address):
11628         Use gnus-gravatar-size.
11629
11630         * gnus-art.el: Remove useless gnus-treat-translate.
11631
11632 2010-09-24  Julien Danjou  <julien@danjou.info>
11633
11634         * gnus-sum.el: Add support for Gravatars.
11635
11636         * gnus-art.el: Add support for Gravatars.
11637
11638         * gnus-gravatar.el: Add this file.
11639
11640         * gravatar.el: Add this file.
11641
11642 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643
11644         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11645
11646         * gnus-group.el (gnus-group-fetch-faq): Remove.
11647
11648         * gnus.el (gnus-group-faq-directory): Remove.
11649
11650         * gnus-group.el (gnus-group-fetch-charter): Remove.
11651
11652         * gnus.el (gnus-group-charter-alist): Remove.
11653
11654         * gnus-group.el (gnus-group-archive-directory): Remove.
11655         (gnus-group-recent-archive-directory): Ditto.
11656         (gnus-group-make-archive-group): Remove.
11657
11658         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11659
11660         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11661         use the same article number for all the cached articles.
11662
11663         * nnimap.el (nnimap-command): Register the last command time so
11664         that we can use it for idling NOOPs.
11665         (nnimap-open-connection): Start the keeplive timer.
11666         (nnimap-make-process-buffer): Store all the process buffers.
11667         (nnimap-keepalive): New function.
11668
11669         * starttls.el (starttls-open-stream): Add autoload cookie.
11670
11671 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11672
11673         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11674         handling.
11675
11676 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11679         its data structures.
11680
11681         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11682         instead of the cl.el copy-list.
11683         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11684         equalp.
11685
11686 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11689         and tool-bar-local-item-from-menu.
11690
11691         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11692         mode-line-highlight face for Emacs.
11693
11694         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11695         loading gnus-sum.elc; fix comment for canlock-verify.
11696         (gnus-article-jump-to-part): Use read-number.
11697         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11698         Remove Emacs pre-21 compatible code for help-echo.
11699         (gnus-article-next-page-1): No need to adjust the number of lines.
11700         (gnus-article-describe-bindings): Always use help-buffer.
11701
11702         * gnus-audio.el (gnus-audio-inline-sound):
11703         * gnus-cus.el (gnus-custom-mode):
11704         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11705
11706         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11707
11708         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11709         compatible code.
11710
11711 2010-09-24  Glenn Morris  <rgm@gnu.org>
11712
11713         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11714         visiting the fcc file in rmail-mode.
11715
11716         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11717
11718 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * nnir.el: Silence the byte compiler.
11721
11722         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11723         alias to browse-url-url-encode-chars if any.
11724         (gnus-html-encode-url): Use it.
11725
11726 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11727
11728         * gnus-start.el (gnus-use-backend-marks): New variable.
11729         (gnus-get-unread-articles-in-group): Use it.
11730
11731         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11732         makeover.
11733
11734 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11735
11736         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11737
11738 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11739
11740         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11741         Remove.
11742         (gnus-setup-news-hook):
11743         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11744
11745         * gnus-int.el (gnus-request-update-info): Protect against backends not
11746         having the function.
11747
11748         * nnimap.el (nnimap-stream): Mention starttls.
11749         (nnimap-open-connection): Add starttls support.
11750
11751 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11752
11753         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11754
11755 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11756
11757         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11758         BODYSTRUCTUREs.
11759         (nnimap-transform-headers): Unfold quoted {42} headers.
11760
11761         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11762         the info.
11763         (gnus-get-unread-articles): Only call updatep on backends that support
11764         it.
11765
11766         * nnweb.el (nnweb-request-update-info): NOOP.
11767
11768         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11769
11770         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11771         since it only deals with marks.
11772
11773         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11774         gnus-request-marks, and make a new gnus-request-update-info.
11775
11776         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11777         the active instead of the high number, which is usually too low.
11778
11779 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11780
11781         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11782         * encrypt.el: Remove.
11783
11784 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785
11786         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11787         server in symbolic form.
11788
11789         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11790
11791 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11792
11793         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11794         (nnimap-update-info): Fix up code slightly.
11795
11796         * gnus-int.el (gnus-open-server): Add tracing for performance
11797         debugging.
11798
11799         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11800         (gnus-group-insert-group-line): Pass the real group name so that it
11801         gets the right data.
11802
11803         * gnus-start.el (gnus-get-unread-articles): Don't have
11804         `gnus-get-unread-articles-in-group' update info, since that can be
11805         really slow and doesn't seem to be needed?
11806
11807 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11808
11809         * time-date.el (date-to-time): Try using parse-time-string first before
11810         using the slower timezone-make-date-arpa-standard.
11811
11812 2010-09-22  Julien Danjou  <julien@danjou.info>
11813
11814         * gnus-group.el (gnus-group-insert-group-line):
11815         Call gnus-group-highlight-line.
11816         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11817         default hook list.
11818         (gnus-group-update-eval-form): Add new function.
11819         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11820         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11821
11822 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11825         immediate, then expire all articles.
11826         (nnimap-update-info): Fix off-by-one errors.
11827         (nnimap-flags-to-marks): Would return no marks lists for group with no
11828         flags.  Instead return the other data.
11829
11830 2010-09-22  Julien Danjou  <julien@danjou.info>
11831
11832         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11833         Only return an icon.
11834         (gnus-group-insert-group-line): Compute icon to return.
11835
11836         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11837         (gnus-html-image-fetched): Only cache if
11838         gnus-html-image-automatic-caching is set.
11839         (gnus-html-image-fetched): Check for errors.
11840
11841 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11842
11843         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11844         once per method on `g'.  This ensures that backends like nnfolder don't
11845         open all their folders.
11846
11847         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11848         (nnimap-request-list): Nix out group in the correct buffer.
11849         (nnimap-parse-flags): Implement by using `read' instead of
11850         hand-parsing.
11851         (nnimap-flags-to-marks): Pass on permanent-flags.
11852         (nnimap-make-process-buffer): Record the server name.
11853         (nnimap-parse-flags): Fix typo.
11854         (nnimap-request-scan): Run split on the server in general, not just a
11855         single group.
11856
11857         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11858         parameter, and propagate this downwards.
11859
11860         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11861         since EXAMINE changes it on the server.
11862
11863         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11864         this command might take a while.
11865
11866 2010-09-22  Julien Danjou  <julien@danjou.info>
11867
11868         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11869         harmful if you have 2 images side-by-side, they can't be properly
11870         update on text deletion.  Using text-property is safer here.
11871         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11872         data.
11873
11874 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11875
11876         * nnimap.el (nnimap-expunge-inbox): Remove.
11877         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11878         (nnimap-expunge): Flip default to t.
11879
11880         * gnus.el (gnus-method-to-server): Don't push things to the cache
11881         unless it's unique.
11882         (gnus-server-to-method): Ditto.
11883
11884 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11885
11886         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11887
11888 2010-09-22  Julien Danjou  <julien@danjou.info>
11889
11890         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11891         get the start of data.
11892         (gnus-html-encode-url): Add this function to encode special chars in
11893         URL.
11894         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11895         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11896
11897         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11898         default.
11899         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11900
11901         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11902         images alt-text.
11903         (gnus-html-put-image): Put alt-text as help-echo.
11904
11905 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11908         * mm-util.el (mm-decompress-buffer):
11909         * nnir.el (nnir-run-find-grep):
11910         * pop3.el (pop3-list): Use 3rd arg of split-string.
11911
11912         * time-date.el (format-seconds): Comment fix.
11913
11914         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11915         and byte-optimize-form-code-walker.
11916         (dgnushack-make-auto-load): Don't advise make-autoload.
11917
11918         * lpath.el: Remove Emacs 21 stuff.
11919
11920 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11921
11922         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11923         outside the active range.  Suggested by Dan Christensen.
11924
11925         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11926         slightly later to avoid double-getting it.
11927
11928         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11929         previous patch.
11930
11931         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11932
11933 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11934
11935         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11936
11937 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938
11939         * gnus-int.el (gnus-open-server): Give a better error message in the
11940         "go offline" case.
11941
11942         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11943         marks for nnimap, which is seldom the right thing to do.
11944
11945         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11946         (gnus-same-method-different-name): New function.
11947
11948         * nnimap.el (parse-time): Require.
11949
11950         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11951         method in the presence of many similar methods.
11952
11953         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11954
11955         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11956         nnml-inhibit-expiry.
11957
11958         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11959         find out whether methods are equal.
11960
11961         * nnimap.el (nnimap-find-expired-articles): New function.
11962         (nnimap-process-expiry-targets): New function.
11963         (nnimap-request-move-article): Request the article before looking at
11964         what the Message-ID is.  Fix found by Andrew Cohen.
11965         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11966
11967         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11968         for oldness in addition to being a predicate.
11969
11970         * nnimap.el (nnimap-request-group): When we have zero articles, return
11971         the right data to Gnus.
11972         (nnimap-request-expire-articles): Only delete articles immediately if
11973         the target is 'delete.
11974
11975         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11976         method, this would bug out.
11977
11978         * gnus-group.el (gnus-group-expunge-group): Rename from
11979         gnus-group-nnimap-expunge, and implemented as a normal interface
11980         function.
11981
11982         * gnus-int.el (gnus-request-expunge-group): New function.
11983
11984         * nnimap.el (nnimap-request-create-group): Implement.
11985         (nnimap-request-expunge-group): New function.
11986
11987 2010-09-21  Julien Danjou  <julien@danjou.info>
11988
11989         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11990         (gnus-html-cache-expired): Add new function.
11991         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11992         wethever we should display image for fetch it.
11993         Compute alt-text earlier to pass it to the fetching function too.
11994         (gnus-html-schedule-image-fetching): Change function argument to only
11995         get one image at a time, not a list.
11996         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11997         cache.
11998         (gnus-html-get-image-data): New function to retrieve image data from
11999         cache.
12000         (gnus-html-put-image): Change buffer argument to use image data rather
12001         than file, and place image above region rather than inserting a new
12002         one.  Do not take alt-text as argument, since it's useless now: we place
12003         the image above alt-text.
12004         (gnus-html-prune-cache): Remove.
12005         (gnus-html-show-images): Start to fetch image when we find one, do not
12006         push into a temporary list.
12007         (gnus-html-prefetch-images): Only fetch image if they have expired.
12008         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12009         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12010
12011 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12014
12015 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12016
12017         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12018         spec inser "*" if the group isn't active instead of 0.
12019
12020         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12021         opening the server.
12022         (nnimap-request-delete-group): Implement group deletion.
12023         (nnimap-transform-headers): Return the size of the entire message in
12024         the Bytes header, not just the size of the first part.
12025         (nnimap-request-move-article): When moving an article from nnimap,
12026         request the article first so the accepting form has an article to
12027         accept.  Reported by Dan Christensen.
12028         (nnimap-command): Make sure that the error message doesn't error out.
12029
12030 2010-09-20  David Edmondson  <dme@dme.org>
12031
12032         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12033         we haven't requested anything.
12034
12035 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12036
12037         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12038         "".  Fix found by Andrew Cohen.
12039
12040         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12041         instead of -encode-string.
12042
12043 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12046
12047         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12048         by mm-subst-char-in-string.
12049
12050 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12051
12052         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12053         waiting for the connection string.
12054
12055         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12056         arriving.
12057
12058         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12059         bogus characters.  This allows selecting certain Gmail groups.
12060
12061         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12062         (nnimap-fetch-partial-articles): New variable.
12063         (nnimap-open-connection): When looking for credentials, also use the
12064         nnimap-server-port.
12065         (nnimap-request-article): Return the group/article number, so that Gnus
12066         `^' works as expected.
12067         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12068
12069         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12070         comments.
12071         (gnus-methods-sloppily-equal): New function.
12072         (gnus): When using the development version of Gnus, load the gnus-load
12073         file.
12074
12075         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12076         `gnus-open-server' on each method before trying to scan them etc.
12077         This ensures that all the backend parameters are set correctly.
12078
12079         * nnimap.el (nnimap-authenticator): New variable.
12080         (nnimap-open-connection): Allow anonymous login.
12081         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12082         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12083
12084         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12085         patch, found by Knut Anders Hatlen.
12086
12087 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12088
12089         * gnus-agent.el (gnus-agent-batch-confirmation)
12090         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12091         to gnus-message.
12092         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12093         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12094         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12095         * gnus-int.el (gnus-open-server): Likewise.
12096         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12097         (gnus-score-check-syntax): Likewise.
12098         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12099         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12100         Likewise.
12101         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12102
12103 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12104
12105         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12106         calling conventions so that prefetch doesn't bug out.
12107
12108 2010-09-19  Julien Danjou  <julien@danjou.info>
12109
12110         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12111         rather than `subst-char-in-region' in order to be able to replace ASCII
12112         char by UTF-8 ones.
12113
12114         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12115         than curl.
12116         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12117         the right URL and ALT text on images.
12118         (gnus-html-wash-tags): Fix tag case.
12119         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12120         (gnus-article-html): Add -o display_ins_del=2 option.
12121         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12122
12123 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12124
12125         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12126         the extra mail headers, which sometimes seem to happen for unknown
12127         reasons.
12128
12129         * mail-parse.el (mail-header-encode-parameter): Define as
12130         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12131         (or most, perhaps?) mail readers don't understand the latter, but do
12132         understand the former.
12133
12134         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12135         to nil, so that no methods are automatically agentized.  I think this
12136         is probably what most users want.
12137
12138         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12139         from url-retrieve, for instance about invalid URLs.
12140
12141         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12142         groups that have no articles.
12143         (nnimap-request-article): Check that we really got an article when we
12144         requested one.
12145
12146         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12147         doesn't exist.
12148
12149         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12150         nntp buffer so the agent can save it.
12151         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12152         that CRLF doesn't get translated to \n.
12153         (nnimap-open-connection): Don't make 'shell commands only send \n.
12154
12155 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12156
12157         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12158         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12159         Update var name.
12160         (nnml-generate-nov-file): Use dolist.
12161         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12162         Use with-current-buffer.
12163
12164 2010-09-18  Julien Danjou  <julien@danjou.info>
12165
12166         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12167         parallel.
12168
12169 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12170
12171         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12172         the range update right.
12173         (nnimap-request-group): Don't make `M-g' bug out on group with no
12174         marks.
12175         (nnoo): Require, so that other packages can require nnimap.
12176         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12177         command we're looking for.  This helps when the server sends more
12178         responses after we've gotten everything we expected.
12179         (nnimap): Add a `newlinep' field to keep track of end-of-line
12180         conventions.
12181         Don't send CRLF to things that don't want it.
12182         (nnimap-request-accept-article): Ditto.
12183
12184 2010-09-18  Julien Danjou  <julien@danjou.info>
12185
12186         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12187         than curl to retrieve images.
12188
12189 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12190
12191         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12192         the marks.
12193         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12194         (nnimap-wait-for-connection): New function.
12195         (nnimap-open-connection): If we have PREAUTH, don't query for login
12196         credentials.
12197         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12198         when doing a partial update.
12199
12200 2010-09-18  Julien Danjou  <julien@danjou.info>
12201
12202         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12203         tags.
12204
12205 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12206
12207         * nnimap.el (nnimap-credentials): New function.
12208         (nnimap-open-connection): Use the new function to look for credentials
12209         also on the numeric equivalents of "imap" and "imaps".
12210
12211         * gnus-start.el (gnus-activate-group): Send the info to
12212         gnus-request-group.
12213
12214         * nnimap.el (nnimap-request-group): Have the "check" version of the
12215         function parse flags and update the info, so that a `M-g' get a total
12216         resync of all flags from the group.
12217
12218         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12219         to allow backends to alter the info on group selection.  Also alter all
12220         the backend -request-group functions to take the parameter.
12221
12222         * nnimap.el (nnimap-store-info): New function.
12223         (nnimap-update-info): Store the info for later usage.
12224         (nnimap-request-group): Use the stored info for the dont-check case, so
12225         that we don't retrieve all marks when we enter a group.
12226
12227         * nnimap.el: Use deffoo instead of defun for interface functions.
12228
12229         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12230         update the group info.  This makes the nndraft groups, for instance, go
12231         back to their old behavior.
12232
12233         * gnus-sum.el (gnus-select-newsgroup): Indent.
12234
12235         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12236         in.
12237         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12238         nothing.
12239
12240         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12241         from methods that are denied.
12242
12243         * gnus-int.el (gnus-method-denied-p): New function.
12244
12245         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12246         store the password instead of netrc.
12247         (nnimap-open-connection): Don't error out when we can't make a
12248         connections.
12249
12250         * auth-source.el (auth-source-create): In the password prompt, say what
12251         we're querying for.  Also prompt for user name if that hasn't been
12252         given.
12253
12254         * nnimap.el (nnimap-with-process-buffer): Remove.
12255
12256 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12257
12258         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12259         method when we're reading from the agent.
12260
12261         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12262
12263         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12264         that's probably most useful for users.
12265
12266         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12267         "failed" all the time.
12268
12269         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12270         ...)) with (with-current-buffer ... ).
12271
12272         * nntp.el (nntp-open-server): Return whether the open was successful or
12273         not.
12274
12275         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12276         select an unread unseen article first.
12277
12278         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12279         /etc/services, supply some sensible port defaults.
12280
12281         * dgnushack.el: Define netrc-credentials.
12282
12283 2010-09-17  Julien Danjou  <julien@danjou.info>
12284
12285         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12286
12287 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12288
12289         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12290         doesn't have any parameters.
12291
12292 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12293
12294         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12295         only upcased checks.
12296
12297         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12298
12299         * nnimap.el (nnimap-open-shell-stream): New function.
12300         (nnimap-open-connection): Use it.
12301         (nnimap-transform-headers): Get the number of lines in each message.
12302         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12303         number of lines.
12304         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12305         problem.
12306
12307         * utf7.el (utf7-encode): Autoload.
12308
12309         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12310         to allow the mail splitting to not return a default group.  This is
12311         useful for nnimap, which will leave unmatched mail in the inbox.
12312
12313         * nnimap.el: Rewritten.
12314
12315         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12316         nnimap usage.
12317
12318         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12319         if the move is internal, so that nnimap can do fast internal moves.
12320
12321         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12322         data.
12323         (gnus-read-active-for-groups): Support finishing the early retrieval of
12324         data.
12325
12326         * gnus-range.el (gnus-range-nconcat): New function.
12327
12328         * gnus-int.el (gnus-finish-retrieve-group-infos)
12329         (gnus-retrieve-group-data-early): New functions.
12330
12331 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12332
12333         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12334         (nnrss-retrieve-groups):
12335         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12336         (pop3-quit): Use with-current-buffer.
12337
12338 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12341         instead of nnheader-accept-process-output.
12342
12343         * dgnushack.el (dgnushack-compile): Add comment.
12344
12345         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12346
12347         * gnus-html.el (gnus-html-schedule-image-fetching)
12348         (gnus-html-prefetch-images): Replace process-kill-without-query by
12349         gnus-set-process-query-on-exit-flag.
12350
12351 2010-09-16  Romain Francoise  <romain@orebokech.com>
12352
12353         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12354
12355 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12356
12357         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12358         parameter to unintern is mandatory-ish in Emacs 24.
12359
12360         * gnus-html.el (gnus-html-schedule-image-fetching)
12361         (gnus-html-prefetch-images): Check for curl before using it.
12362
12363         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12364         depend on curl, which isn't essential.
12365
12366         * imap.el: Revert back to version
12367         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12368         seem problematic.
12369
12370 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12371
12372         * gnus-registry.el (gnus-registry-install-shortcuts):
12373         Explicitly pass `obarray' to `unintern' to avoid a warning.
12374
12375 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12376
12377         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12378         change.
12379
12380         * nnrss.el (nnrss-request-list): Remove this function and related
12381         functions, including the moreover stuff.
12382
12383 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12384
12385         * nnrss.el (nnrss-retrieve-groups): New function.
12386
12387 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12388
12389         * .dir-locals.el: Add no-byte-compile cookie.
12390
12391 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * time-date.el (format-seconds): Comment fix.
12394
12395         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12396         for back end that doesn't support request-scan.
12397
12398 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12399
12400         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12401         then do request scans from the backends.
12402
12403         * netrc.el (netrc-credentials): New conveniency function.
12404
12405         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12406         avoid running a hook per line, since this takes a lot of time,
12407         profiling shows.
12408         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12409         directly if gnus-visual-p is true.
12410
12411 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12414         groups; replace mapcar with dolist which is a bit faster; pass groups
12415         info to gnus-read-active-file-1.
12416         (gnus-read-active-file-1): Scan only specified groups if the new
12417         optional arg `infos' is given.
12418
12419 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12420
12421         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12422
12423         * pop3.el (pop3-movemail): Remove.
12424         (pop3-streaming-movemail): Rename to pop3-movemail.
12425
12426         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12427         don't restrict end-tag searches to the end of the line.
12428
12429 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12432         articles of every unchecked group to t, which means unknown since the
12433         server has never been opened.
12434
12435 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12436
12437         * gnus-html.el (gnus-html-show-alt-text): New command.
12438         (gnus-html-browse-image): Ditto.
12439         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12440         to browse the image directly.
12441         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12442         better.
12443
12444         * gnus-async.el (gnus-async-article-callback):
12445         Call `gnus-html-prefetch-images' unconditionally.
12446
12447         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12448         before feeding URLs to curl.
12449
12450 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12453         internal images as deletable by `W D D'.
12454
12455         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12456         (gnus-async-article-callback): Fix typo.
12457
12458 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12459
12460         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12461         current line to work around bugs in the output from w3m.
12462
12463         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12464         for groups that want that.
12465
12466         * nntp.el (nntp-wait-for-string): Supply a timeout for
12467         accept-process-output to ensure progress.
12468
12469         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12470         level to get unread articles from, then use that for foreign groups,
12471         too.
12472
12473         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12474         confuses the rest of the function.
12475
12476         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12477         for the methods that support -retrieve-groups, too.
12478
12479         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12480
12481 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12484         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12485
12486         * pop3.el: Require cl when compiling.
12487         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12488
12489 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12490
12491         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12492         that aren't going to be activated.
12493         (gnus-get-unread-articles): Fix up the last commit.
12494
12495         * gnus-html.el (gnus-article-html): Allow calling without specifying
12496         the handle.  In that case, dissect the buffer first.
12497
12498         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12499
12500         * nnimap.el (nnimap-open-connection): Revert the change that would look
12501         into authinfo for imaps instead of imap.
12502
12503         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12504         say that you don't want to call gnus-request-group with don-check, but
12505         do check the reponse.  This is for virtual groups only.
12506         (gnus-get-unread-articles): Count the archive groups as secondary, so
12507         that they're activated the same way as before.
12508
12509         * imap.el (imap-message-map): Removed optional buffer parameter, since
12510         no callers use it.
12511         (imap-message-get): Ditto.
12512         (imap-message-put): Ditto.
12513         (imap-mailbox-map): Ditto.
12514         (imap-mailbox-put): Ditto.
12515         (imap-mailbox-get): Ditto.
12516         (imap-mailbox-get): Revert last change for this function.
12517
12518         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12519         case-insensitively.
12520         (nnimap-debug): Remove.
12521
12522         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12523         callers to use `imap-fetch' instead.  According to the comments, this
12524         should be safe, since all other IMAP clients use the 1:* syntax.
12525         (imap-enable-exchange-bug-workaround): Remove.
12526         (imap-debug): Remove -- doesn't seem very useful.
12527
12528         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12529         mail from a file, and the file doesn't exist.
12530
12531         * imap.el (imap-log): New convenience function used throughout instead
12532         of repeating the same code all over the place.
12533
12534         * pop3.el (pop3-streaming-movemail): Return t for success.
12535
12536         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12537         .authinfo if we're using ssl connection.
12538
12539         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12540         already have if we're in a main Gnus `g' run.
12541
12542         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12543
12544 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12547
12548         * nnmh.el (nnmh-request-list-1): Bind `file'.
12549
12550         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12551         alias to set-process-query-on-exit-flag or process-kill-without-query.
12552         (pop3-open-server): Use it.
12553
12554 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12555
12556         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12557         box to the Incoming file.  Fixes mistake in previous checkin.
12558
12559         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12560         request loop (for debugging purposes) removed.
12561
12562         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12563         culprit is more visible.
12564         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12565         (nnml-add-incremental-nov): New functions to do "incremental" nov
12566         updates, where we just append to the end of the existing nov files
12567         without reading/writing them in full.
12568
12569         * mail-source.el (mail-source-delete-crash-box): Really only check the
12570         incoming files once in a while.
12571
12572         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12573
12574         * mail-source.el (mail-source-delete-crash-box): Only check the
12575         incoming files for deletion once per day to save a lot of file
12576         accesses.
12577
12578         * pop3.el (pop3-logon): Fix up unbound variable typo.
12579
12580         * mail-source.el (pop3-streaming-movemail): Autoload.
12581
12582         * pop3.el (pop3-streaming-movemail):
12583         Respect pop3-leave-mail-on-server.
12584
12585         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12586         retrieval.
12587
12588         * pop3.el (pop3-process-filter): Remove unused function.
12589         (pop3-streaming-movemail, pop3-send-streaming-command)
12590         (pop3-wait-for-messages, pop3-write-to-file)
12591         (pop3-number-of-responses): New functions for streaming pop3
12592         retrieval.
12593
12594         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12595         come from no known methods.
12596         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12597         list.
12598
12599         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12600         message sizes.
12601         (pop3-movemail): Use erase-buffer instead of looping and deleting
12602         regions, which seems rather odd.
12603
12604         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12605         file once per `g' run.
12606
12607         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12608         directories.  This makes the draft queue directory work.
12609
12610         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12611         data from the backends, so that we only request the list of groups from
12612         each method once.  This should speed things up considerably.
12613
12614         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12615         detect that it's not implemented.
12616
12617         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12618         we actually do recurse down into the tree, but don't stat all leaf
12619         nodes.
12620
12621         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12622         then say so instead of bugging out.
12623
12624         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12625         files exist before trying to read them.
12626
12627         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12628         around <pre_int>.
12629
12630         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12631
12632         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12633
12634 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12635
12636         * mm-util.el (mm-image-load-path): Just return the image directories,
12637         not all directories in the path in addition to the image directories.
12638         (mm-image-load-path): Maintain a cache of the image directories so that
12639         the `g' command in Gnus doesn't have to stat dozens of directories each
12640         time.
12641
12642         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12643         (gnus-html-wash-tags): Add a new `i' command to insert images.
12644         (gnus-html-insert-image): New command and keystroke.
12645         (gnus-html-redisplay-with-images): New command and keystroke.
12646         (gnus-html-show-images): Rename command.
12647         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12648         spacers.
12649         (gnus-html-wash-tags): Decode entities at the end, so that entities
12650         inside the tags don't mess up the rest of the "parsing".
12651
12652         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12653         so that nnimap methods aren't agentized by default.  There's apparently
12654         many problems related to agent/imap behavior.
12655
12656         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12657
12658         * gnus-html.el: Doc fix.
12659
12660 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12663         specifier-spec-list for Emacs 21.
12664
12665         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12666         glyph-width and glyph-height instead of display-graphic-p and
12667         image-size; make avoidance of displaying small images work for XEmacs.
12668
12669         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12670         for XEmacs.
12671
12672         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12673         of symbol that holds plist data.
12674         (gnus-process-plist): Remove plist of process after getting it.
12675
12676 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12677
12678         * message.el (message-generate-hashcash): Change default to
12679         'opportunistic if hashcash is installed.
12680
12681         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12682         (gnus-html-put-image): Only call image-size once, since it's somewhat
12683         time-consuming on remote X servers.
12684
12685 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12688         type on data, not a file name.
12689
12690         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12691         window-pixel-edges for Emacs 21.
12692
12693         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12694         decoded contents.
12695         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12696
12697 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12698
12699         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12700         group line format, since it isn't very interesting.
12701
12702         * gnus-agent.el (gnus-agent-short-article),
12703         (gnus-agent-long-article): Increase values for these two variables,
12704         since most people are likely to have more network connection and
12705         storage than before.
12706
12707         * gnus.el (gnus-refer-article-method): Change default to 'current.
12708         When referring an article, the common behavior is to refer it from the
12709         current select method, not the native select method.  The chances of
12710         the native select method having the message in question is rather slim
12711         these days.
12712
12713         * gnus-sum.el (gnus-auto-select-subject): Change default to
12714         `unseen-or-unread'.  I think it's likely that most people want to
12715         select an unseen article over a previously seen, but unread one.
12716
12717         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12718         means that in the article buffer none of the minor mode elements will
12719         be shown, usually, and this is not desirable in most cases.
12720
12721         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12722         that commands like `d' (and the like) go to the next line in the
12723         buffer, instead of the next unread article.  I think this is the
12724         behavior that is most natural for most users.
12725         (gnus-single-article-buffer): Change default to nil, so that people can
12726         have as many article buffers open as they have summary buffer.  I think
12727         this is the most natural way for the groups to behave.
12728
12729         * message.el (message-generate-new-buffers): Change default to
12730         `unsent', so that all new message buffers start their names with the
12731         string "*unsent", and it's easier to find the buffers if you move from
12732         them.
12733
12734 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12735
12736         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12737         small.  They're probably tracking images.
12738         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12739         (gnus-html-rescale-image): Yet another try at getting the image sizing
12740         right.
12741
12742         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12743         nntp-marks-file-name is nil.
12744
12745 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12746
12747         * gnus-html.el (gnus-html-wash-tags)
12748         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12749         Better logging.
12750
12751 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12752
12753         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12754
12755         * gnus-html.el (gnus-html-wash-tags): Check the value of
12756         gnus-blocked-images in the summary buffer.
12757
12758 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12759
12760         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12761
12762 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12763
12764         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12765         like "a", it seems like.
12766         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12767         since it needs to be picked from the correct buffer.
12768
12769         * nnwfm.el: Remove.
12770
12771         * nnlistserv.el: Remove.
12772
12773 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12774
12775         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12776         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12777
12778 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12779
12780         * nnkiboze.el: Remove.
12781
12782         * nndb.el: Remove.
12783
12784         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12785         alt text.
12786         (gnus-html-rescale-image): Try to get the rescaling logic right for
12787         images that are just wide and not tall.
12788
12789         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12790         overshadow variable bindings.
12791
12792 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12793
12794         * gnus-html.el (gnus-html-wash-tags)
12795         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12796         Add extra logging.
12797
12798 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12801         (gnus-max-image-proportion): New variable.
12802         (gnus-html-rescale-image): New function.
12803         (gnus-html-put-image): Rescale images.
12804
12805 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12806
12807         Fix up some byte-compiler warnings.
12808         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12809         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12810         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12811         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12812         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12813         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12814         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12815
12816 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-html.el (gnus-article-html): Decode contents by charset.
12819
12820 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12823         (gnus-html-frame-width, gnus-blocked-images):
12824         * message.el (message-prune-recipient-rules): Add custom version.
12825         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12826
12827         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12828         functions.
12829
12830         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12831         gnus-process-get.
12832
12833 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12834
12835         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12836         instead of lsub directly.
12837
12838 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12839
12840         * nnwarchive.el: Remove.
12841
12842         * gnus-soup.el: Remove.
12843
12844         * nnsoup.el: Remove.
12845
12846         * nnultimate.el: Remove.
12847
12848         * gnus-html.el (gnus-blocked-images): New variable.
12849
12850         * message.el (message-prune-recipients): New function.
12851         (message-prune-recipient-rules): New variable.
12852
12853         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12854         guess whether a long line is natural text or not.
12855
12856         * gnus-html.el (gnus-html-schedule-image-fetching):
12857         Use gnus-process-plist and friends for compatibility.
12858
12859 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12860
12861         * gnus-html.el: Require packages that define macros used in this file.
12862         (gnus-article-mouse-face): Declare to silence byte-compiler.
12863         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12864         process-get.
12865         (gnus-html-put-image): Use plist-get to avoid getf.
12866         (gnus-html-prefetch-images): Use with-current-buffer.
12867
12868 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * gnus-ems.el: Provide compatibility functions for
12871         gnus-set-process-plist.
12872
12873         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12874         header-line-format for XEmacs 21.4.
12875
12876         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12877         * gnus.el (gnus-valid-select-methods):
12878         * message.el (message-send-mail-partially-limit):
12879         * mm-decode.el (mm-text-html-renderer):
12880         * mml.el (mml-insert-mime-headers-always):
12881         * smiley.el (smiley-regexp-alist): Bump custom version.
12882
12883 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12884
12885         * gnus-html.el: Require mm-url.
12886         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12887         with the url to `url'.
12888         (gnus-html-wash-tags): Support cid: URLs/images.
12889
12890 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12891
12892         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12893         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12894         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12895
12896         * gnus-move.el: Remove file, since it doesn't really work.
12897
12898         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12899         UTF-8.  This seems to fix problems with some German web feeds.
12900
12901         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12902         at the top so that the proper colors are applied.
12903
12904         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12905         don't have dots in their names.
12906
12907         * gnus-art.el (gnus-article-view-part): Doc fix.
12908
12909         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12910         XEmacs-compatible.
12911         (gnus-html-put-image): Don't do images on non-graphic displays.
12912
12913         * nnslashdot.el: Remove this unused backend.
12914
12915         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12916         actions.
12917         (gnus-undo-register-1): Revert last change.
12918
12919         * gnus-group.el (gnus-group-completing-read): Protect against not
12920         having completion-styles bound.
12921
12922         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12923         make broken recipients happier.
12924
12925         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12926
12927         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12928         point parameter.
12929
12930         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12931
12932         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12933         completion-styles for group selection.
12934
12935 2009-02-04  Andreas Schwab  <schwab@suse.de>
12936
12937         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12938         headers and regexp-quote the match if necessary.
12939
12940 2009-03-24  Miles Bader  <miles@gnu.org>
12941
12942         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12943         the blinking smiley.
12944
12945 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12946
12947         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12948         blink smiley.
12949
12950 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12951
12952         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12953         where the dribbel file lives exists.
12954
12955         * message.el (message-send-mail-partially-limit): Change the default to
12956         nil, since most people don't want this.
12957
12958         * mm-url.el (mm-url-decode-entities): Also decode entities like
12959         &#x3212.
12960
12961 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12962
12963         * gnus-sum.el (gnus-summary-idna-message):
12964         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12965         Hyperlink urls in docstrings with URL `...'.
12966
12967 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12968
12969         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12970         functions.
12971
12972 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12973
12974         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12975         say what the mouseover text should be.
12976
12977         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12978         version of the mm-w3m-safe-url-regexp variable to only download images
12979         in the groups where we want that to happen.
12980
12981         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12982
12983         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12984         easier debugging.
12985         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12986         big pictures in the article buffer.
12987
12988         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12989         gnus-article-html.
12990         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12991         w3m.
12992
12993         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12994
12995 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12998         which doesn't exist.
12999
13000         * message.el (message-inhibit-ecomplete): New variable to allow some
13001         function to inhibit ecomplete address storage.
13002         (message-resend): Disable ecomplete message storage when resending
13003         messages.
13004
13005         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13006
13007 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13010         Save excursion while copying, moving, and deleting articles in order to
13011         prevent the cursor from jumping to unforeseen place.
13012
13013 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * lpath.el: No need to bind bookmark-current-buffer,
13016         bookmark-yank-point and bookmark-make-record-function.
13017
13018 2010-08-17  Glenn Morris  <rgm@gnu.org>
13019
13020         * gnus-sync.el: Require gnus components whose functions are used.
13021
13022         * gnus-art.el (bookmark-make-record-function):
13023         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13024         Declare for compiler.
13025
13026         * mm-url.el (mml-compute-boundary): Autoload.
13027
13028 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13031
13032 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13033
13034         Typo fix "hoo4a" -> "hook".
13035
13036         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13037
13038 2010-08-14  Glenn Morris  <rgm@gnu.org>
13039
13040         * gnus-sync.el (gnus-sync): Fix defgroup version.
13041
13042 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13043
13044         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13045
13046         * gnus-sync.el: Fix docs.
13047         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13048         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13049
13050 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13051
13052         Optimizations for gnus-sync.el.
13053
13054         * gnus-sync.el: Add docs about gnus-sync-backend
13055         possibilities.
13056         (gnus-sync-save): Remove unnecessary message.
13057         (gnus-sync-read): Optimize and show what groups were skipped.
13058
13059 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13060
13061         Minor bug fixes for gnus-sync.el.
13062
13063         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13064         Don't read the sync on get-new-news.
13065
13066         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13067         quiet.
13068
13069         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13070         (fix typo).
13071
13072 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13073
13074         Make saving and restoring of hidden threads work with overlays.
13075         Patch applied by Ted Zlatanov.
13076
13077         * gnus-sum.el (gnus-hidden-threads-configuration)
13078         (gnus-restore-hidden-threads-configuration): Update to deal with text
13079         properties, rather than searching for a magic character.
13080
13081 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13082
13083         New gnus-sync.el library for synchronization of marks.
13084
13085         * gnus-sync.el: New library for synchronization of marks.
13086
13087         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13088         renamed from `gnus-registry-grep-in-list'.
13089
13090         * gnus-registry.el (gnus-registry-follow-group-p):
13091         Use `gnus-grep-in-list'.
13092
13093         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13094
13095 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13098         determining charset of text fails.
13099
13100 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * nnmail.el (nnmail-get-new-mail-1): Revert.
13103
13104         * nnml.el (nnml-active-number): Make sure names of newly created groups
13105         in nnml-group-alist are encoded.
13106
13107 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13110         containing non-ASCII characters in active file for nnml back end.
13111
13112 2010-07-24  David Engster  <dengste@eml.cc>
13113
13114         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13115         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13116
13117 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13118
13119         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13120         tag (Bug#6654).
13121
13122 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13125         the article buffer, not the summary buffer.
13126
13127 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13130         Emacs 23 as well.
13131
13132 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13135         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13136
13137 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13138
13139         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13140         Patch applied by Karl Fogel.
13141
13142         * gnus-sum.el (gnus-summary-bookmark-make-record):
13143         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13144
13145 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13146
13147         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13148         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13149         C-w still not working correctly from Article buffers; Thierry's
13150         patch to fix that will be applied after this.
13151
13152         * gnus-art.el (bookmark-make-record-function): New local variable.
13153
13154         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13155         article buffer.
13156         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13157
13158 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13159
13160         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13161         on changes in bookmark.el.
13162
13163 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13166         `no-log' instead of message not to log prompt string.
13167
13168 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13169
13170         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13171         the *other* type of HTML form submission.
13172
13173 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13174
13175         * auth-source.el (auth-source-pick): If choice does not contain a
13176         questioned keyword, set the check to t.
13177
13178 2010-06-12  Romain Francoise  <romain@orebokech.com>
13179
13180         * gnus-util.el (gnus-date-get-time): Move up before first use.
13181
13182 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13185         (gnus-article-edit-part): Bind it to make last part that is substituted
13186         or deleted visible.
13187         (gnus-mime-display-single): Buttonize part of which id equals to
13188         gnus-mime-buttonized-part-id.
13189
13190 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13191
13192         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13193         (gnus-dd-mmm): Use gnus-date-get-time.
13194         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13195         simplify logic.
13196         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13197         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13198
13199 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13200
13201         * auth-source.el (top): Autoload `secrets-list-collections',
13202         `secrets-create-item', `secrets-delete-item'.
13203         (auth-sources): Fix tag string.
13204         (auth-get-source, auth-source-retrieve, auth-source-create)
13205         (auth-source-delete): New defuns.
13206         (auth-source-pick): Rewrite in order to avoid 2 passes.
13207         (auth-source-forget-user-or-password): New parameter USERNAME.
13208         (auth-source-user-or-password): New parameters CREATE-MISSING and
13209         DELETE-EXISTING.  Retrieve password interactively, if needed.
13210
13211 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13212
13213         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13214         deleting unused directories when gnus-expert-user is t.
13215
13216 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13219         for each temp file when gnus-article-browse-delete-temp is ask.
13220
13221 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13222
13223         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13224         Replace Lisp calls to delete-backward-char by calls to delete-char.
13225
13226 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13227
13228         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13229
13230 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13231
13232         * password-cache.el (password-cache-remove): Fix docstring.
13233
13234 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13237         article unless decoding article to be saved.
13238
13239 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13242         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13243         generated within the mm-with-unibyte-current-buffer macro.
13244
13245 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13248         to nil when we're in a mml-preview buffer and no group is selected.
13249
13250 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13251
13252         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13253         when catching the `C-g'.  Reported by "Leo".
13254
13255 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * message.el (message-forward-make-body-plain)
13258         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13259         multibyte-string-p.
13260
13261         * lpath.el: Revert.
13262
13263 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * message.el (message-forward-make-body-mml): Assume original message
13266         is multibyte string; error on unibyte.
13267         (message-forward-make-body-plain): Ditto; don't add excessive newline
13268         in body end.
13269
13270         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13271
13272 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13273
13274         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13275         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13276
13277 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * mm-extern.el (mm-extern-url): Don't use
13280         mm-with-unibyte-current-buffer.
13281         (mm-extern-cache-contents): Use with-current-buffer instead of
13282         save-excursion + set-buffer.
13283
13284 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * mm-util.el (mm-emacs-mule): Remove.
13287
13288 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13289
13290         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13291         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13292         change.
13293
13294 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13297         bind the default value of enable-multibyte-characters to nil.
13298
13299 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * message.el (message-forward-make-body-plain)
13302         (message-forward-make-body-mml):
13303         Don't use mm-with-unibyte-current-buffer.
13304
13305 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13306
13307         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13308
13309 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13310
13311         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13312         (Bug#5592).
13313
13314 2010-05-07  Julien Danjou  <julien@danjou.info>
13315
13316         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13317         it to mm-pipe-part.
13318
13319         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13320         it is given.
13321
13322 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * binhex.el (binhex-decode-region-internal):
13325         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13326         (dns-query):
13327         * nnweb.el (nnweb-gmane-search):
13328         * pgg-parse.el (pgg-parse-armor):
13329         * pgg.el (pgg-verify-region):
13330         * sha1.el (sha1-string-external):
13331         * uudecode.el (uudecode-decode-region-internal):
13332         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13333         XEmacs.
13334
13335         * gnus-art.el (gnus-article-browse-html-parts):
13336         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13337         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13338         make-temp-file.
13339
13340         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13341         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13342         compiling.
13343
13344         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13345         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13346         XEmacs when compiling.
13347
13348         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13349         gnus-pick-mode-off-hook for XEmacs when compiling.
13350         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13351         gnus-binary-mode-off-hook for XEmacs when compiling.
13352
13353         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13354         Return nil if char-charset is not available.
13355
13356         * imap.el (imap-disable-multibyte)
13357         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13358         macros.
13359
13360         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13361         instead of encode-coding-string.
13362
13363         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13364         'xemacs) instead of mm-emacs-mule to switch function definitions.
13365         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13366
13367         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13368         bind temporary-file-directory for XEmacs;
13369         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13370         timer-set-function for XEmacs 21.4 and SXEmacs;
13371         bind timer-list for XEmacs 21.4 and SXEmacs;
13372         fbind char-charset and find-charset-region for non-Mule XEmacs;
13373         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13374         encode-coding-region and encode-coding-string for XEmacs having no
13375         file-coding feature.
13376
13377 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13378
13379         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13380
13381 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13384         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13385
13386 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13387
13388         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13389         alias `jka-compr-delete-temp-file' no longer exists.
13390
13391 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13392
13393         Use define-minor-mode in Gnus where applicable.
13394         * mml.el (mml-mode): Use define-minor-mode.
13395         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13396         (gnus-undo-mode): Use define-minor-mode.
13397         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13398         (gnus-dead-summary-mode): Use define-minor-mode.
13399         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13400         Initialize in declaration.
13401         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13402         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13403         (gnus-mailing-list-mode): Use define-minor-mode.
13404         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13405         (gnus-draft-mode): Use define-minor-mode.
13406         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13407         (gnus-dired-mode): Use define-minor-mode.
13408
13409 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13410
13411         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13412         handles on recursive mml-to-mime translation and check them for
13413         boundary delimiter collisions.  Reported by Greg Troxel.
13414
13415 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13418
13419 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13420
13421         * mm-util.el (mm-find-buffer-file-coding-system):
13422         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13423
13424 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13425
13426         * message.el (message-generate-headers): Record insertion of optional
13427         headers as well.  Otherwise the check to prevent repeated insertion of
13428         optional headers is a no-op.
13429
13430 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13431
13432         * smime.el: Don't mention CVS.
13433
13434         * nnrss.el (nnrss-fetch): Don't mention CVS.
13435
13436         * nnir.el: Don't mention CVS.
13437
13438 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13439
13440         * gnus-sum.el (gnus-summary-bookmark-make-record):
13441         Add `location' field.
13442
13443 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * lpath.el: Fbind bookmark-default-handler,
13446         bookmark-get-bookmark-record, bookmark-make-record-default,
13447         bookmark-prop-get for Emacs <23 and XEmacs.
13448
13449 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13450
13451         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13452         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13453         Use with-current-buffer to silence the byte-compiler.
13454         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13455         bother to require `gnus'.
13456         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13457
13458 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13459
13460         * gnus-sum.el (gnus-summary-bookmark-make-record)
13461         (gnus-summary-bookmark-jump): New functions.
13462         (gnus-summary-mode): Setup bookmark support.
13463
13464 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13465
13466         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13467         if set.
13468
13469 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13472         gnus-article-browse-html-save-cid-image; make it work recursively for
13473         forwarded messages as well.
13474         (gnus-article-browse-html-parts): Work when prefix arg is given.
13475         (gnus-article-browse-html-article): Doc fix.
13476
13477 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13478
13479         * message.el (message-default-mail-headers)
13480         (message-default-headers): Carry the value mail-default-headers over
13481         into message-default-mail-headers, rather than message-default-headers.
13482
13483 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13484
13485         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13486         charset.
13487
13488         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13489         charset into the <meta> tag when the article is encoded to utf-8.
13490
13491 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * gnus-art.el (gnus-article-browse-delete-temp-files):
13494         Delete directories as well.
13495         (gnus-article-browse-html-parts): Work for images that do not specify
13496         file names; delete temp directory when quitting; insert header at the
13497         right place; use file: scheme for image files.
13498
13499 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13500
13501         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13502         (gnus-article-browse-html-parts): Use it to make temporary cid image
13503         files in addition to html file so that browser may display them.
13504
13505 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13508
13509 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13510
13511         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13512
13513 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13514
13515         * auth-source.el (auth-sources): Change default to be simpler.
13516         Explain about Secret Service API sources.  Improve Customize options.
13517         (auth-source-pick): Change to accept any number of search parameters.
13518         Implement fallbacks iteratively, not recursively.  Add scoring on the
13519         second pass and sort by score.  Call Secret Service API when needed.
13520         (auth-source-user-or-password): Use it.  Call Secret Service API
13521         directly when needed to get the user name and the password.
13522
13523 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13524
13525         * message.el (message-interactive): Doc fix.
13526         (message-qmail-inject-args): Reflow.
13527         (message-kill-to-signature): Fix typo in docstring.
13528
13529         * smiley.el (smiley-buffer): Fix typo in docstring.
13530
13531 2010-03-24  Glenn Morris  <rgm@gnu.org>
13532
13533         * mail-source.el (gnus-message): Declare.
13534         (mail-source-delete-old-incoming): Require gnus-util.
13535
13536 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13539
13540         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13541
13542         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13543         password-cache's default if it is not bound.
13544         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13545         password-cache-expiry's default if it is not bound.
13546
13547         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13548         available in Emacs 21.
13549
13550         * lpath.el: Suppress compiler warnings for:
13551         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13552         XEmacs;
13553         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13554         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13555         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13556
13557 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13558
13559         * auth-source.el (auth-sources): Fix up definition so extra parameters
13560         are always inline.
13561
13562 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13563
13564         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13565         wasn't updated after mismatch.  Clear cached mailbox info correctly
13566         when uidvalidity changes.
13567         (nnimap-group-prefixed-name): New function to avoid some code
13568         duplication.
13569         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13570         (nnimap-request-group): Use it.
13571         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13572         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13573         with many imap folders.  This is done by caching the group status from
13574         the imap server persistently in a group parameter `imap-status'.  (This
13575         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13576         but not persistently, so every Gnus startup was still very slow.)
13577
13578 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13579
13580         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13581         delete the extra newline.  Otherwise editing of :string and :number
13582         types don't work.
13583
13584 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13585
13586         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13587         secrets.el dependency.
13588         (auth-sources): Add optional user name.  Add secrets.el configuration
13589         choice (unused right now).
13590
13591 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13592
13593         * gnus-sum.el (gnus-summary-make-menu-bar):
13594         Let `gnus-registry-install-shortcuts' fill in the functions.
13595
13596         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13597         warnings.
13598         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13599         (gnus-registry-install-shortcuts): Populate and use it in a
13600         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13601
13602 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13603
13604         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13605         In-place substitutions for the group name encoding/decoding.
13606         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13607         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13608         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13609         (nnimap-update-unseen, nnimap-request-list)
13610         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13611         (nnimap-request-set-mark, nnimap-split-to-groups)
13612         (nnimap-split-articles, nnimap-request-newgroups)
13613         (nnimap-request-create-group, nnimap-request-accept-article)
13614         (nnimap-request-delete-group, nnimap-request-rename-group)
13615         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13616         `encoded-mbx' for consistency.
13617         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13618         variable `imap-current-mailbox'.
13619
13620         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13621         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13622
13623 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13624
13625         * pop3.el (pop3-display-message-size-flag): Display message size byte
13626         counts during POP3 download.
13627         (pop3-movemail): Use it.
13628         (pop3-list): Implement listing of available messages.
13629
13630 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13631
13632         * nnir.el (nnir-get-article-nov-override-function): New function to
13633         override the normal NOV retrieval.
13634         (nnir-retrieve-headers): Use it.
13635
13636 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13637
13638         * auth-source.el (netrc-machine-user-or-password): Autoload.
13639
13640 2010-03-19  Glenn Morris  <rgm@gnu.org>
13641
13642         Stop message.el from loading about 40 libraries it doesn't always need.
13643         The general approach is to autoload rather than require, and to
13644         require in the specific functions rather than the file.  (Bug#5642)
13645
13646         * gmm-utils.el: Don't require wid-edit.
13647         (widget-create-child-value, widget-convert, widget-default-get):
13648         Autoload.
13649
13650         * gnus-util.el: Don't require time-date, netrc.
13651         (message-fetch-field, gnus-group-name-decode): Declare rather than
13652         autoloading.
13653         (gnus-fetch-field): Require message.
13654         (gnus-decode-newsgroups): Require gnus-group.
13655
13656         * ietf-drums.el: Don't require time-date.
13657
13658         * message.el: Don't require hashcash, canlock, ecomplete.
13659         Do require mail-utils.  Require nnheader only when compiling.
13660         (smtpmail-default-smtp-server): Remove declaration.
13661         (message-send-mail-function): Check smtpmail-default-smtp-server
13662         is bound rather than requiring smtpmail.
13663         (message-auto-save-directory, message-insert-signature):
13664         Use expand-file-name rather than nnheader-concat.
13665         (nnheader-insert-file-contents): Autoload.
13666         (hashcash-wait-async): Declare.
13667         (message-send-mail): Only call gnus-setup-posting-charset if
13668         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13669         (message-send-mail-with-sendmail): Require sendmail.
13670         (canlock-password, canlock-password-for-verify): Declare.
13671         (message-canlock-password): Require canlock.
13672         (nnheader-get-report): Autoload.
13673         (gnus-setup-posting-charset): Declare.
13674         (message-send-news): Require gnus-msg.
13675         (message-make-references, message-make-in-reply-to): Use mail-header-id
13676         rather than the alias mail-header-message-id.
13677         (ecomplete-add-item, ecomplete-save): Declare.
13678         (message-put-addresses-in-ecomplete): Require ecomplete.
13679         (ecomplete-display-matches): Autoload.
13680
13681         * mm-decode.el: Don't require mailcap, gnus-util.
13682         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13683         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13684         Autoload.
13685         (mailcap-mime-extensions): Declare.
13686
13687         * mm-encode.el: Don't require mailcap.
13688         (mailcap-extension-to-mime): Autoload.
13689
13690         * mml-sec.el: Don't require password-cache.
13691
13692         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13693         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13694         (mml-minibuffer-read-type): Require mailcap.
13695         (mml-preview): Require gnus-msg.
13696
13697         * mml1991.el: Require password-cache.
13698         (password-cache-expiry): Remove declaration.
13699
13700         * mml2015.el: Require password-cache.
13701         (password-cache-expiry): Remove declaration.
13702
13703         * nneething.el (mailcap): Require mailcap.
13704
13705         * nnheader.el (declare-function): Add compatibility stub.
13706         (message-remove-header): Declare rather than autoload.
13707         (nnheader-replace-header): Require message.
13708
13709         * nnimap.el (declare-function): Add compatibility stub.
13710         (netrc-parse, netrc-machine-user-or-password): Declare.
13711         (nnimap-open-connection): Require netrc.
13712
13713         * nntp.el (declare-function): Add compatibility stub.
13714         (netrc-parse, netrc-machine, netrc-get): Declare.
13715         (nntp-send-authinfo): Require netrc.
13716
13717         * rfc2047.el: Don't require qp.
13718         (quoted-printable-encode-region, quoted-printable-decode-string):
13719         Autoload.
13720
13721         * sieve-mode.el: Don't require easymenu.
13722         (easy-menu-add-item): Autoload it.
13723
13724         * spam-stat.el (time-to-number-of-days): Autoload it.
13725
13726 2010-03-19  Glenn Morris  <rgm@gnu.org>
13727
13728         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13729
13730 2010-03-18  Glenn Morris  <rgm@gnu.org>
13731
13732         * hashcash.el (declare-function): Remove duplicate definition.
13733
13734 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13735
13736         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13737         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13738         value if any backslash escapes).
13739
13740 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13743         if it is available.  (bug#5647)
13744
13745         * lpath.el: Suppress compiler warning for coding-system-from-name for
13746         Emacs 21 and XEmacs.
13747
13748 2010-03-14  Juri Linkov  <juri@jurta.org>
13749
13750         * hmac-def.el:
13751         * hmac-md5.el:
13752         * netrc.el: Fix keywords.
13753
13754 2010-02-26  Glenn Morris  <rgm@gnu.org>
13755
13756         * message.el (message-send-mail-function): Change the default, so that
13757         it inherits from a customized send-mail-function.  (Bug#5643)
13758
13759 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13760
13761         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13762         shell-command-to-string signals an error (bug#5299).
13763
13764 2010-02-24  Glenn Morris  <rgm@gnu.org>
13765
13766         * message.el (message-smtpmail-send-it)
13767         (message-send-mail-with-mailclient): Doc fixes.
13768
13769 2010-02-16  Glenn Morris  <rgm@gnu.org>
13770
13771         * message.el (message-default-mail-headers): Change the default value
13772         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13773
13774 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13777         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13778
13779 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13780
13781         * time-date.el (date-to-time): Doc fix (Bug#5408).
13782
13783 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13784
13785         * message.el (message-mail): Just pass yank-action on to message-setup.
13786         (message-setup): Handle (FUN . ARGS) form of yank-action.
13787         (message-with-reply-buffer, message-widen-reply)
13788         (message-yank-original): Handle non-buffer values of
13789         message-reply-buffer (Bug#4080).
13790         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13791
13792 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13793
13794         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13795         Fix typo in docstring.
13796
13797 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13798
13799         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13800         response.
13801
13802 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13805
13806         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13807
13808         * message.el (message-check-news-header-syntax): Protect against a
13809         string that `rfc822-addresses' returns when parsing fails.
13810
13811 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13814         (gnus-previous-char-property-change): New functions.
13815
13816         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13817
13818 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13819
13820         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13821         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13822
13823 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13824
13825         * message.el (message-exchange-point-and-mark): Rework last change to
13826         avoid using optional arg of exchange-point-and-mark, for backward
13827         compatibility.
13828
13829 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13830
13831         * message.el (message-exchange-point-and-mark):
13832         Call exchange-point-and-mark with an argument rather than setting
13833         mark-active by hand (Bug#5175).
13834
13835 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * nntp.el (nntp-service-to-port): Work for service expressed with
13838         numeric string; replace [:digit:] with [0-9] for XEmacs.
13839
13840 2009-12-17  Glenn Morris  <rgm@gnu.org>
13841
13842         * gnus-group.el (gnus-bug-group-download-format-alist):
13843         Change emacs entry to debbugs.gnu.org.  Bump :version.
13844
13845 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13848
13849 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * message.el (message-info): Explain why we use `Info-goto-node'.
13852
13853 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13856
13857 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13858
13859         * message.el (message-completion-in-region): New compatibility function.
13860         (message-expand-group): Use it.
13861
13862 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13865         with no unread article should be listed if the 2nd arg `predicate' is
13866         given.
13867
13868 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13871
13872 2009-11-29  Juri Linkov  <juri@jurta.org>
13873
13874         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13875         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13876         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13877
13878 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13879
13880         * sha1.el (sha1-string-external): default-directory "/" in case
13881         otherwise non-existent.  process-connection-type pipe for touch of
13882         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13883
13884 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13885
13886         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13887         it's comms related and sgml-mode.el has "comm" on that basis too.
13888
13889 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13892         containing tspecial characters if they have been already quoted.
13893
13894 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13895
13896         * dns-mode.el (auto-mode-alist): Purecopy string.
13897
13898 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13899
13900         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13901
13902 2009-10-24  Glenn Morris  <rgm@gnu.org>
13903
13904         * gnus-art.el (help-xref-stack-item): Define for compiler.
13905
13906 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13907
13908         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13909
13910 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13913
13914 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13917         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13918
13919 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13922         (gnus-overlays-in): New alias to overlays-in.
13923
13924         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13925         gnus-overlay-get, and gnus-delete-overlay.
13926         (gnus-summary-show-thread): Make it work as well for systems in which
13927         next-single-char-property-change is not available.
13928         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13929
13930         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13931         (gnus-overlay-get): New alias to extent-property.
13932         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13933
13934         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13935         SXEmacs.
13936
13937         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13938         SXEmacs.
13939
13940 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13943
13944 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13945
13946         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13947         and XEmacs that don't have `remove-overlays'.
13948
13949 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13950
13951         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13952         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13953         selective display.  Use overlays instead.
13954
13955 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13956
13957         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13958
13959 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13960
13961         * spam-stat.el (spam-stat-load): Fix typo in message.
13962
13963 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13964
13965         * dig.el (dig-invoke): Fix typo in docstring.
13966         (query-dig): Reflow docstring.
13967
13968 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13969
13970         * gnus-art.el (gnus-article-encrypt-body):
13971         * message.el (message-check-recipients):
13972         * mm-util.el (mm-codepage-setup):
13973         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13974         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13975
13976 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13977
13978         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13979         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13980         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13981         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13982         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13983
13984 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13985
13986         * dig.el: Add "Keywords: comm", as per net-utils.el.
13987
13988 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13989
13990         * dig.el (dig-mode): Use define-derived-mode.
13991
13992 2009-09-19  Glenn Morris  <rgm@gnu.org>
13993
13994         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13995
13996 2009-09-18  Glenn Morris  <rgm@gnu.org>
13997
13998         * gnus-diary.el (gnus-diary-check-message):
13999         * message.el (message-insert-formatted-citation-line):
14000         * nnbabyl.el (top-level):
14001         * nndiary.el (nndiary-schedule):
14002         Fix typos in condition-case handlers.
14003
14004 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14007         configuration that provides the sole article window in a frame;
14008         position point correctly after deleting a part.
14009
14010 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14011
14012         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14013         (spam-resolve-registrations-routine): Use it to unregister articles
14014         that change status.
14015
14016 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14019         with XEmacs.
14020         (parse-time-string-chars): Use it.
14021
14022 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14023
14024         * imap.el (imap-interactive-login): Better messages.
14025         (imap-open): Fix bug with renamed buffer on reconnect.
14026         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14027         for easier debugging and cleaner code.  On successful (guessed based on
14028         server capabilities) secondary authentication, set imap-state
14029         correctly.
14030         (imap-last-authenticator): Define imap-last-authenticator as a variable
14031         to avoid warnings.
14032
14033 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * nnrss.el (nnrss-request-article): Remove binding of
14036         default-enable-multibyte-characters that has gotten needless by
14037         the 2007-07-13 change in rfc2047-encode-message-header.
14038
14039         * mml.el (mml-insert-multipart): Error on the message header.
14040         (mml-insert-part): Error on the message header; position point at
14041         the end of a MIME tag.
14042
14043 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * time-date.el (autoload): Expand define-obsolete-function-alias into
14046         defalias and make-obsolete for old Emacsen that Gnus supports.
14047         (with-no-warnings): Define it for old Emacsen.
14048         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14049         is available.
14050         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14051         float-time is available; suppress compile warning for time-to-seconds.
14052
14053         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14054         (gnus-float-time): Alias to float-time if it exists.
14055
14056         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14057         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14058         float-time is available; suppress compile warning for time-to-seconds.
14059
14060         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14061         XEmacs.
14062
14063 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14064
14065         * imap.el (imap-message-map): Docstring fix.
14066
14067 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14070         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14071         Add the optional argument `encoding' that overrides the default.
14072
14073         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14074         mm-encode-buffer.
14075
14076 2009-09-04  Glenn Morris  <rgm@gnu.org>
14077
14078         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14079         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14080         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14081         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14082         * mm-util.el (mm-with-unibyte-current-buffer)
14083         (mm-find-buffer-file-coding-system):
14084         * yenc.el (yenc-decode-region): Use default-value rather than
14085         default-enable-multibyte-characters.
14086
14087 2009-09-03  Glenn Morris  <rgm@gnu.org>
14088
14089         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14090         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14091         than default-enable-multibyte-characters.
14092
14093 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14094
14095         * gnus-art.el (gnus-article-read-summary-keys):
14096         Fix gnus-buffer-configuration's value temporarily used.
14097
14098 2009-09-02  Glenn Morris  <rgm@gnu.org>
14099
14100         * gnus-util.el (gnus-float-time): New function.
14101         * gnus-delay.el (gnus-delay-article):
14102         * gnus-sum.el (gnus-thread-latest-date):
14103         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14104         * nnspool.el (nnspool-request-newgroups):
14105         Use gnus-float-time rather than time-to-seconds.
14106         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14107
14108         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14109         (gnus-header-subject-face, gnus-header-newsgroups-face)
14110         (gnus-header-name-face, gnus-header-content-face):
14111         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14112         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14113         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14114         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14115         (gnus-cite-face-11):
14116         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14117         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14118         (gnus-server-closed-face, gnus-server-denied-face)
14119         (gnus-server-offline-face):
14120         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14121         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14122         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14123         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14124         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14125         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14126         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14127         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14128         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14129         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14130         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14131         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14132         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14133         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14134         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14135         (gnus-summary-high-undownloaded-face)
14136         (gnus-summary-low-undownloaded-face)
14137         (gnus-summary-normal-undownloaded-face)
14138         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14139         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14140         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14141         (gnus-splash-face):
14142         * message.el (message-header-to-face, message-header-cc-face)
14143         (message-header-subject-face, message-header-newsgroups-face)
14144         (message-header-other-face, message-header-name-face)
14145         (message-header-xheader-face, message-separator-face)
14146         (message-cited-text-face, message-mml-face):
14147         * sieve-mode.el (sieve-control-commands-face)
14148         (sieve-action-commands-face, sieve-test-commands-face)
14149         (sieve-tagged-arguments-face):
14150         * spam.el (spam-face):
14151         Mark face aliases with "-face" in the name as obsolete.
14152
14153 2009-09-01  Glenn Morris  <rgm@gnu.org>
14154
14155         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14156         than goto-line.
14157
14158 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14161         Don't move point if the command is invoked inside the message header.
14162
14163 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14164
14165         * imap.el (imap-send-command): Simplify.
14166         (imap-wait-for-tag): point-max -> buffer-size.
14167
14168 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14169
14170         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14171         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14172         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14173         * nnir.el (nnir-swish-e-index-file):
14174         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14175         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14176         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14177         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14178         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14179         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14180
14181 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14184         Don't save excursion.
14185
14186 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14187
14188         * nnheader.el (nnheader-find-file-noselect):
14189         * mm-util.el (mm-insert-file-contents):
14190         Use (default-value 'major-mode) instead of default-major-mode.
14191
14192 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14193
14194         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14195
14196 2009-08-26  Glenn Morris  <rgm@gnu.org>
14197
14198         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14199         than placing in files.el.
14200
14201 2009-08-25  Glenn Morris  <rgm@gnu.org>
14202
14203         * nnir.el (top-level): Don't require cl at run-time.
14204         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14205         Replace cl-function substitute with gnus-replace-in-string.
14206         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14207         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14208         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14209         simplified expansions.
14210
14211 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14212
14213         * dig.el (dig): Add autoload cookie.
14214
14215 2009-08-22  Glenn Morris  <rgm@gnu.org>
14216
14217         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14218         goto-line.
14219
14220 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14221
14222         * parse-time.el (parse-time-string-chars): Save match data.
14223
14224 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14225
14226         * parse-time.el (parse-time-string-chars): Compute using character
14227         classes, to handle non-ascii characters (Bug#3190).
14228
14229 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14232
14233         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14234         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14235         (gnus-mm-display-part, gnus-mime-display-single)
14236         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14237         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14238
14239         * gnus-sum.el
14240         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14241         (gnus-summary-move-article): Add expirable mark to articles copied or
14242         moved to group that has auto-expire turned on if the option is non-nil.
14243
14244 2009-07-24  Glenn Morris  <rgm@gnu.org>
14245
14246         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14247         Fix typo.  (Bug#3903)
14248
14249 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14252         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14253         that should not be used for draft articles.
14254         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14255         that has no concern in minor mode keys.
14256         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14257         Abolish.
14258
14259 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14262         article without making inquiry to a user for unknown encoding.
14263
14264         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14265         (nnmaildir--scan): Assume i-node and device number that file-attributes
14266         returns might be cons-cell.
14267
14268         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14269
14270         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14271
14272 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14273
14274         * auth-source.el: Remove docs now in auth.texi.  Don't use
14275         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14276         `auth-source-hide-passwords' and use them.
14277
14278 2009-07-15  Glenn Morris  <rgm@gnu.org>
14279
14280         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14281
14282 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14285         excessive whitespace from the default values of title and description.
14286
14287 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14290         mail-fetch-field to fetch Content-Description header in order to
14291         exclude newlines.
14292
14293 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14294
14295         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14296         format used by GnuPG 2.0.11.
14297
14298 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14301         to deleted part.
14302
14303 2009-05-30  David Engster  <dengste@eml.cc>
14304
14305         * nnmairix.el: Remove old documentation in the commentary block.
14306         (nnmairix-request-group): Do not update active file for nnml back ends.
14307         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14308         end so that overview files are ignored.
14309         (nnmairix-update-groups): Make updating the groups more robust by using
14310         marks.
14311         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14312         with dollar characters in message-id.
14313
14314 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14315
14316         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14317         2008-12-25 in dns.el.
14318
14319 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14320
14321         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14322         could happen if the text is only composed of spaces and/or tabs.
14323
14324 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14325
14326         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14327         when sending a queued message to avoid extra mml tags.
14328
14329 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14332
14333 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14336         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14337         rmail-toggle-header for XEmacs;
14338         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14339
14340 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-dired.el: Remove autoload for gnus-setup-message.
14343         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14344         displaying Gnus logo; always use compose-mail.
14345
14346 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14349
14350 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14353         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14354         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14355         available.
14356         (gnus-nocem-epg-verify): New function.
14357
14358 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14361
14362 2009-02-15  Glenn Morris  <rgm@gnu.org>
14363
14364         * gnus-util.el (rmail-insert-rmail-file-header)
14365         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14366         autoloads.
14367         (rmail-default-rmail-file): Remove unnecessary declaration.
14368         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14369
14370 2009-02-14  Glenn Morris  <rgm@gnu.org>
14371
14372         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14373         variable (only used in gnus-util, which declares it anyway).
14374         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14375         which was only needed by gnus-art (changed to not use it any more).
14376         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14377         only used in gnus-util, which autoloads it itself.
14378         (rmail-update-summary): Fix autoload.
14379
14380         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14381         rather than rmail-output-to-rmail-file.
14382
14383 2009-02-07  Glenn Morris  <rgm@gnu.org>
14384
14385         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14386         autoload of function that no longer exists.
14387         (rmail-toggle-header): Declare.
14388         (message-forward-rmail-make-body): Handle mbox Rmail.
14389
14390 2009-01-31  Glenn Morris  <rgm@gnu.org>
14391
14392         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14393         2009-01-09 change.
14394
14395 2009-01-31  Dave Love  <fx@gnu.org>
14396
14397         * imap.el (imap-fetch-safe): Bind debug-on-error.
14398         (imap-debug): Add imap-fetch-safe.
14399
14400 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14401
14402         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14403         (auth-source-forget-all-cached): New convenience function.
14404         (auth-source-user-or-password): Accept list of modes or a single mode.
14405
14406         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14407         auth-source modes.
14408
14409         * netrc.el (netrc-machine-user-or-password): Use list of
14410         auth-source modes.
14411
14412         * nnimap.el (nnimap-open-connection): Use list of
14413         auth-source modes.
14414
14415         * nntp.el (nntp-send-authinfo): Use list of
14416         auth-source modes.
14417
14418 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14419
14420         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14421         now.
14422
14423 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14426         coding system in XEmacs; add a workaround for XEmacs.
14427
14428         * lpath.el: Fbind coding-system-aliasee.
14429
14430 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14433         of current-language-environment.
14434
14435 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14438         available at runtime.
14439
14440 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14443
14444 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14445
14446         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14447         the greatest positive fixnum value doesn't work under an XEmacs with
14448         bignum support; use the most-positive-fixnum constant instead,
14449         available since Emacs 21.1 with cl and XEmacs 21.1.
14450
14451 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14454         XEmacs gets not to work.
14455
14456 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * mm-util.el (mm-coding-system-priorities): Allow the value like
14459         "Japanese (UTF-8)" of current-language-environment.
14460
14461 2009-01-09  Glenn Morris  <rgm@gnu.org>
14462
14463         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14464         with last-command-event.
14465
14466 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14469         in the doc string.
14470
14471         * message.el (message-fix-before-sending): Amend comment.
14472
14473 2009-01-08  Dave Love  <fx@gnu.org>
14474
14475         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14476
14477 2009-01-07  David Engster  <dengste@eml.cc>
14478
14479         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14480         simplified server definitions by converting it via
14481         gnus-server-to-method.
14482
14483 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14486         parameter's operands.
14487
14488 2009-01-06  David Engster  <dengste@eml.cc>
14489
14490         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14491         primary select method (for gnus-group-mark-article-as-read).
14492
14493 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14494
14495         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14496         `(gnus)Face', not `(gnus)X-Face'.
14497
14498 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * mm-util.el (mm-ucs-to-char): New function.
14501
14502         * mm-url.el (mm-url-decode-entities): Use it.
14503
14504         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14505         unicode-to-char.
14506
14507 2009-01-05  Dave Love  <fx@gnu.org>
14508
14509         * time-date.el: Require cl for `declare'.
14510
14511 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14514         Dave Love.
14515
14516 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * message.el (message-fix-before-sending): Add `eight-bit' to
14519         illegible-text check.
14520
14521 2009-01-03  Michael Olson  <mwolson@gnu.org>
14522
14523         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14524         `headers' is nil.  This can occur if the IMAP server does not have
14525         permissions to read messages from a folder, but can write new messages
14526         to the folder.
14527         (nnimap-request-article-part): Do not insert `data' if it is nil.
14528
14529         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14530         characters which will confuse `read', so skip past them.
14531
14532 2009-01-01  Dave Love  <fx@gnu.org>
14533
14534         * imap.el (imap-string-to-integer): Fix typo.
14535         (imap-fetch-safe): New function.
14536         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14537
14538         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14539
14540         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14541         (imap-parse-greeting): Fix doc strings.
14542         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14543         (imap-parse-flag-list): Make messages unique.
14544         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14545
14546         * nnimap.el: Fix author email.
14547         (nnimap-split-rule): Add FIXME comment.
14548         (nnimap-debug): Fix doc string.
14549
14550 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14553
14554 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14555
14556         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14557         nslookup if resolv.conf isn't available.
14558         (dns-query): Rename from query-dns.
14559         (dns-query-cached): Rename from query-dns-cached.
14560
14561 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14564         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14565         to check if those variables exist (first appeared in Emacs 18.50).
14566
14567 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * mm-util.el (mm-line-number-at-pos): New function.
14570
14571         * spam-report.el (spam-report-process-queue): Use it.
14572
14573 2008-12-24  David Engster  <dengste@eml.cc>
14574
14575         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14576         parameters that haven't existed as variables as buffer-local variables.
14577
14578 2008-12-23  Dave Love  <fx@gnu.org>
14579
14580         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14581         cadar.
14582
14583         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14584         imap-starttls-p.
14585         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14586
14587 2008-12-22  Dave Love  <fx@gnu.org>
14588
14589         * imap.el: Fix author email.  Doc fixes.
14590         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14591         reply.
14592
14593 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * spam-report.el (spam-report-gmane-max-requests): New constant.
14596         (spam-report-gmane-wait): New variable.
14597         (spam-report-gmane-ham, spam-report-gmane-spam)
14598         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14599         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14600         the server.
14601
14602         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14603         Add explanations.
14604
14605         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14606         nnheader-accept-process-output and nnheader-read-timeout if available.
14607         (pop3-movemail): Use it.
14608
14609         * message.el (message-check-news-body-syntax): Fix signature check if
14610         there's an attachment.
14611
14612 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * mm-util.el: Add comments to the mm- emulating functions.
14615
14616 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14619         Reported by Stephen Berman <stephen.berman@gmx.net>.
14620
14621 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * mm-util.el (mm-substring-no-properties): New function.
14624         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14625         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14626         (mm-string-to-multibyte): Doc fix.
14627
14628         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14629
14630 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * mml.el (mml-attach-file): Strip text properties from file name.
14633         (Bug#1574)
14634
14635 2008-12-16  Glenn Morris  <rgm@gnu.org>
14636
14637         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14638
14639 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14642         knows since the charset specified might be a bogus alias that
14643         mm-charset-synonym-alist provides.
14644
14645 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14648         "ISO_8859-1".
14649
14650         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14651
14652 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * mm-util.el (mm-charset-eval-alist):
14655         Define it before mm-charset-to-coding-system.
14656         (mm-charset-to-coding-system): Add optional argument `silent';
14657         define it before mm-charset-override-alist.
14658         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14659         default value if it can be used in Emacs currently running;
14660         silence mm-charset-to-coding-system.
14661
14662 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14665         `allow-override' which says whether to use `mm-charset-override-alist'.
14666         (rfc2047-decode-encoded-words): Use it.
14667
14668         * mm-util.el (mm-charset-override-alist): Fix custom type;
14669         add `(gb2312 . gbk)' to choices.
14670
14671 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14674         fast.
14675
14676         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14677
14678         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14679
14680 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14681
14682         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14683         on links.
14684
14685         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14686
14687 2008-12-03  Lute Kamstra  <lute@gnu.org>
14688
14689         * sha1.el: Remove leading * from docstrings of defcustoms,
14690         deffaces, defconsts and defuns.
14691
14692 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14695         users' addresses that don't have domain parts.
14696         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14697         rather than message-narrow-to-head since there will be the message
14698         header separator.
14699
14700 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14701
14702         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14703         since the result is inserted in a unibyte buffer anyway.
14704         (nnimap-demule-use-string-to-multibyte): Remove.
14705         (nnimap-demule): Alias it to mm-string-to-multibyte.
14706
14707 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14710         variable for debugging bug#464 and bug#1174.
14711         (nnimap-demule): Use it.
14712
14713 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14716         score calculation correctly.
14717
14718 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14719
14720         * message.el (message-send-mail): Just set the buffer to unibyte
14721         rather than use mm-with-unibyte-current-buffer which does a lot more.
14722         (message-send-mail-partially): Don't bother with
14723         mm-with-unibyte-current-buffer since it's already been made unibyte by
14724         message-send-mail.
14725
14726 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14727
14728         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14729
14730 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14731
14732         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14733
14734 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14737         require itself and to remove `with-no-warnings'.
14738
14739 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14740
14741         * starttls.el (starttls-any-program-available): Get the name of the
14742         available TLS layer program.
14743         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14744         well as the host name in the "opening" message.
14745
14746         * auth-source.el (auth-source-cache, auth-source-do-cache)
14747         (auth-source-user-or-password): Cache passwords and logins by default,
14748         allow override with `auth-source-do-cache'.
14749         (auth-source-forget-user-or-password): Allow users to remove cache
14750         entries if needed.
14751
14752 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14753
14754         * md4.el (md4-buffer): Fix typo in docstring.
14755         (md4, md4-64): Doc fixes.
14756         (md4-pack-int32): Reflow docstring.
14757
14758 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14759
14760         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14761         condition-case to only the forward-sexp call.
14762
14763 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14764
14765         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14766         quotes contained.  Make it more robust regardless by an extra
14767         condition-case wrapper.
14768
14769 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14772
14773 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * nnml.el (nnml-request-expire-articles): Check if the function set to
14776         `nnmail-expiry-target' returns the symbol `delete'.
14777
14778         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14779
14780         * nnmail.el (nnmail-expiry-target): Fix custom type.
14781
14782 2008-10-02  Glenn Morris  <rgm@gnu.org>
14783
14784         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14785         Silence compiler warning.
14786
14787 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14788
14789         * tls.el (open-tls-stream): Show the actual command being
14790         executed, instead of the format string.
14791
14792 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * lpath.el: Fbind codepage-setup for Emacs 23.
14795
14796 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14797
14798         * mml.el (mml-menu): Don't assume mml2015 is bound.
14799
14800 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14803         exists.
14804
14805 2008-09-27  Glenn Morris  <rgm@gnu.org>
14806
14807         * gnus-util.el (mail-header-remove-comments): Autoload it.
14808
14809 2008-09-27  Andreas Schwab  <schwab@suse.de>
14810
14811         * gnus-util.el (gnus-split-references): Strip comments.
14812         (gnus-parent-id): Likewise.
14813
14814 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * message.el (message-confirm-send): Fix version.
14817
14818 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * message.el (message-idna-to-ascii-rhs-1): Use
14821         mail-extract-address-components rather than mail-header-parse-addresses
14822         that is an alias by default to ietf-drums-parse-addresses that does not
14823         support non-ASCII names in headers' contents.
14824
14825 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14826
14827         * message.el (message-confirm-send): Fix variable documentation to
14828         avoid the "y/n" wording.
14829
14830 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14831
14832         * message.el (message-set-auto-save-file-name): Save to a different
14833         filename so multiple messages (especially drafts) can be recovered.
14834
14835 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14836
14837         * message.el (message-confirm-send): Add appropriate version.
14838
14839 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14840
14841         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14842         defvar.
14843
14844 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14845
14846         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14847         (mm-pkcs7-enveloped-magic): Ditto.
14848
14849 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14850
14851         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14852         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14853
14854 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14855
14856         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14857         default, it's better.
14858
14859 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14860
14861         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14862         summary line gnus-number property and ignore them (with a warning
14863         message).
14864
14865 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14868         macro caddr in the interactive form since it won't be expanded.
14869
14870 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14873         `charset'; fix name of function called recursively.
14874         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14875
14876 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14879         (gnus-mime-set-charset-parameters): New function.
14880         (gnus-mime-view-part-as-charset): Use it to correctly display part
14881         specifying wrong charset.
14882
14883 2008-09-08  David Engster  <dengste@eml.cc>
14884
14885         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14886         in completing-read for back end server.
14887
14888 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14889
14890         * message.el (message-confirm-send): New variable to confirm sending a
14891         message.
14892         (message-send): Use it.
14893
14894 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14895
14896         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14897
14898 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14901
14902 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14903
14904         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14905         prevent tracking too many groups.
14906         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14907         Use it.
14908
14909 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14910
14911         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14912         moving point to the bottom of the window in order to avoid recentering.
14913
14914 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14917
14918         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14919         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14920         (gnus-article-beginning-of-window): Fix calculation.
14921
14922 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * gnus-msg.el (gnus-summary-supersede-article)
14925         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14926         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14927         message header.
14928
14929 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14930
14931         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14932         pending output coming after the status change.
14933
14934 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14935
14936         * message.el:
14937         * gnus-start.el:
14938         * gnus-registry.el: Remove VMS support.
14939
14940 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14943         macro.
14944         (rfc2104-hash): Use it.
14945
14946 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14949         (gnus-summary-sort-by-most-recent-date): New commands.
14950         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14951         and menu entries.
14952
14953 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14956         don't redisplay article for raw contents; remove plural articles stuff.
14957
14958         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14959         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14960         on gnus-summary-save-article; display results properly.
14961
14962 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * lpath.el: No need to fbind ns-focus-frame.
14965
14966 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14969
14970 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * gnus-art.el (gnus-summary-save-in-pipe):
14973         Consider gnus-save-all-headers.
14974
14975 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14976
14977         * gnus-util.el (ns-focus-frame): Remove declaration.
14978         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14979         like x.
14980
14981 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14982
14983         * rfc2104.el (rfc2104-zero): Delete defconst.
14984         (rfc2104-hex-alist): Likewise.
14985         (rfc2104-hex-to-int): Delete func.
14986         (rfc2104-hexstring-to-bitstring): Likewise.
14987         (rfc2104-nybbles): New defconst.
14988         (rfc2104-hash): Rewrite for speed.
14989
14990 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * tls.el (open-tls-stream): Make it work with the 2nd argument
14993         BUFFER that is a string but does not exist as a buffer object, as
14994         mentioned in the doc-string.
14995
14996 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14999         SXEmacs.
15000
15001 2008-07-16  Glenn Morris  <rgm@gnu.org>
15002
15003         * gnus-util.el (ns-focus-frame): Declare for compiler.
15004
15005 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15008         set as a group parameter.
15009         (gnus-summary-save-in-pipe): Work when it is called independently.
15010         (gnus-summary-pipe-to-muttprint): Don't modify
15011         gnus-summary-pipe-output-default-command.
15012
15013 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15014
15015         * message.el (message-send-mail-with-sendmail):
15016         Display the error message.
15017
15018 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-art.el (gnus-default-article-saver):
15021         Add gnus-summary-save-in-pipe to choices.
15022         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15023         gnus-summary-pipe-output-default-command as the default command.
15024         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15025         instead of gnus-last-shell-command.
15026
15027         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15028         New user option.
15029         (gnus-summary-muttprint-program): Mention the value will be changed.
15030         (gnus-summary-save-article): Force showing of all headers.
15031         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15032
15033 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15034
15035         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15036
15037 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15038
15039         * nnimap.el (nnimap-id):
15040         * sieve-manage.el (sieve-manage-open): Doc fixes.
15041
15042 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15043
15044         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15045         if available.
15046
15047 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15048
15049         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15050
15051         * nnkiboze.el (nnkiboze-generate-group):
15052         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15053
15054         * nnmairix.el: Require CL.
15055
15056 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * dgnushack.el: Autoload get-display-table and put-display-table for
15059         XEmacs 21.5.
15060
15061         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15062         21.4 and SXEmacs.
15063
15064 2008-06-15  David Engster  <dengste@eml.cc>
15065
15066         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15067
15068 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15069
15070         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15071         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15072         runtime choice under XEmacs.
15073
15074         * gnus-sum.el (gnus-summary-set-display-table):
15075         Use `gnus-put-display-table', `gnus-get-display-table',
15076         `gnus-set-display-table' for the display table, instead of `aset'.
15077
15078         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15079         Use `gnus-put-display-table', `gnus-get-display-table',
15080         `gnus-set-display-table' for the display table.
15081
15082 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * nnmairix.el: Add autoloads.
15085
15086 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15087
15088         * nnmairix.el (nnmairix-delete-recreate-group)
15089         (nnmairix-update-and-clear-marks): Fix error messages.
15090
15091 2008-06-14  David Engster  <dengste@eml.cc>
15092
15093         * nnmairix.el: Upgrade to version 0.6.
15094         (nnmairix-group-toggle-propmarks-this-group)
15095         (nnmairix-group-toggle-readmarks-this-group)
15096         (nnmairix-group-delete-recreate-this-group)
15097         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15098         (nnmairix-remove-tick-mark-original-article): New commands.
15099         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15100         (nnmairix-propagate-marks-to-nnmairix-groups)
15101         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15102         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15103         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15104         functions needed for marks propagation and manipulation of read marks.
15105         (nnmairix-update-groups): New function.
15106         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15107         (nnmairix-determine-original-group-from-registry)
15108         (nnmairix-determine-original-group-from-path)
15109         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15110         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15111         New helper functions.
15112         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15113         keystrokes for new commands.
15114         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15115         (nnmairix-request-group): Check allow-fast group parameter.
15116         (nnmairix-request-create-group): Set allow-fast group parameter if
15117         nnmairix-allowfast-default is set.
15118         (nnmairix-close-group): Propagate marks upon closing if needed.
15119         (nnmairix-group-toggle-threads-this-group): Use new.
15120         nnmairix-group-toggle-parameter helper function.
15121         (nnmairix-search): Better check for empty search result.
15122         (nnmairix-goto-original-article): Use new helper functions for
15123         determining original article.
15124         (nnmairix-show-original-article): Make sure message-id is in brackets.
15125         (nnmairix-call-mairix-binary): Change variable name.
15126         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15127         helper function.
15128         (nnmairix-widget-toggle-activate): Fix doc string.
15129
15130 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * nnir.el: Require edmacro when compiling with XEmacs.
15133         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15134         available in Emacs 21.
15135
15136 2008-06-11  Glenn Morris  <rgm@gnu.org>
15137
15138         * gnus-util.el (x-focus-frame):
15139         * gnus.el (image-size):
15140         * mm-decode.el (image-size): Declare.
15141
15142         * gnus-picon.el (declare-function): Add compat definition.
15143         (image-size): Declare.
15144
15145         * gnus-group.el (tool-bar-map):
15146         * gnus-sum.el (tool-bar-map): Define for compiler.
15147
15148         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15149
15150         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15151
15152         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15153         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15154         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15155         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15156         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15157         * sieve-manage.el, spam-report.el, spam.el:
15158         Remove unnecessary eval-and-compile of autoloads.
15159
15160 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15161
15162         * auth-source.el: Precise Tramp doc.
15163
15164 2008-06-07  Glenn Morris  <rgm@gnu.org>
15165
15166         * nnmairix.el: Remove unnecessary eval-when-compile.
15167
15168 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * lpath.el: Fbind propertize for XEmacs 21.4.
15171
15172 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15173
15174         * nnir.el: Move here from ../contrib.
15175
15176 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15177
15178         * gnus-util.el (gnus-read-shell-command): New function.
15179         * mm-decode.el (mm-pipe-part):
15180         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15181
15182 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15185
15186 2008-06-03  Glenn Morris  <rgm@gnu.org>
15187
15188         * pop3.el (nnheader-accept-process-output): Autoload it.
15189
15190 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15193         are not 2-digit hexadecimal characters that follow `%'s.
15194
15195 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15196
15197         * message.el (message-bogus-recipient-p): Fix type in doc string.
15198         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15199         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15200         Improve custom options.
15201         (message-bogus-recipient-p): Adjust accordingly.
15202
15203 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15204
15205         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15206         long-form month and day names.
15207
15208 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * dgnushack.el: Autoload debug, eudc-expand-inline and
15211         pgg-snarf-keys-region for XEmacs.
15212
15213         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15214
15215         * nnmairix.el: Require edmacro when compiling with XEmacs.
15216
15217 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15220         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15221
15222 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15223
15224         * auth-source.el: Add more docs.
15225
15226         * netrc.el (netrc-machine): Always match if the port is not given.
15227
15228 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15229
15230         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15231         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15232         retrieval faster in some cases, but might make CPU usage larger.
15233         If this has any bad side effects, we might revert this change.
15234
15235         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15236         seems to make mail retrieval much, much faster.
15237         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15238         unconditionally.
15239
15240         * gnus-draft.el (gnus-group-send-queue):
15241         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15242
15243 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15244
15245         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15246
15247         * message.el (message-bogus-address-regexp): Fix and improve custom
15248         type.
15249         (message-setup-hook): Add message-check-recipients as custom option.
15250
15251 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15252
15253         * message.el (message-cite-function): Remove bogus autoload which crept
15254         in during merge from v5-10.
15255
15256 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15257
15258         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15259
15260         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15261
15262         * auth-source.el: Preliminary Tramp docs.
15263         (auth-sources): Change the default auth-sources to use
15264         EPA .gpg files.
15265
15266 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * nntp.el: Autoload `auth-source-user-or-password'.
15269         (nntp-send-authinfo): Use it.
15270
15271         * nnimap.el: Autoload `auth-source-user-or-password'.
15272         (nnimap-open-connection): Use it.
15273
15274         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15275         for the gnus-message function.
15276         (auth-source-user-or-password): Use it.
15277
15278 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15279
15280         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15281         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15282         (rfc2104-hash): Use it.
15283
15284 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15285
15286         * gnus-art.el (gnus-article-toggle-truncate-lines):
15287         Don't use `iff' in docstring.
15288
15289 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15290
15291         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15292
15293         * gnus-util.el (gnus-extract-address-component-name)
15294         (gnus-extract-address-component-email): Convenience functions around
15295         `gnus-extract-address-components'.
15296
15297         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15298         Use `gnus-extract-address-component-email' to fix bug of comparing full
15299         sender name to `user-mail-address'.
15300
15301 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15302
15303         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15304         catch/throw to optimize.
15305         (gnus-registry-find-keywords): Just use member to find a keyword.
15306
15307 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15308
15309         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15310         is current before calling gnus-server-prepare.
15311         (gnus-server-setup-buffer, gnus-server-update-server)
15312         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15313
15314 2008-05-04  Juri Linkov  <juri@jurta.org>
15315
15316         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15317         (mailcap-file-default-commands): Use mailcap-replace-in-string
15318         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15319         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15320
15321 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15322
15323         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15324
15325 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15326
15327         * gnus.el: Bump version to 0.11.
15328
15329 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15330
15331         * gnus.el: No Gnus v0.10 is released.
15332
15333 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15334
15335         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15336         hooks.
15337         (gnus-update-read-articles): Speed up non-marks-using users.
15338         (gnus-use-marks): Define gnus-use-marks.
15339         (gnus-propagate-marks): Rename variable to something more sensible.
15340
15341 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15342
15343         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15344         (gmm-image-load-path-for-library): Fix typos in docstrings.
15345         (gmm-message): Reflow docstring.
15346
15347 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15348
15349         * mail-source.el (mail-source-set-1, mail-source-bind):
15350         Move auth-source code out of the macro to clean it up and fix bugs.
15351
15352 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15355         by sender if it's equal to user-mail-address, it's likely to be
15356         useless.
15357
15358         * mail-source.el (mail-source-bind): Don't use user or password if they
15359         are not bound.  Unintern them if they are nil.  Don't use server unless
15360         it's bound, and default it to empty string otherwise.
15361
15362 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15363
15364         * mail-source.el: Load auth-source.el.
15365         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15366         get user name or password, if auth-sources is set up.
15367
15368         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15369         strategy of splitting with parent.
15370         (gnus-registry-split-fancy-with-parent)
15371         (gnus-registry-post-process-groups): Use it and fix prior
15372         bug (returning a list as the split result).
15373
15374         * auth-source.el (auth-sources): Remove server parameter.
15375         (auth-source-pick, auth-source-user-or-password)
15376         (auth-source-user-or-password-imap)
15377         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15378         (auth-source-user-or-password-sftp)
15379         (auth-source-user-or-password-smtp): Remove server parameter.
15380
15381 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15382
15383         * smime.el (smime-sign-region, smime-encrypt-region)
15384         (smime-decrypt-region):
15385         Remove redundant calls to `generate-new-buffer-name'.
15386
15387 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15388
15389         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15390         Don't use QP for message/rfc822.
15391         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15392
15393 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15394
15395         * sieve-manage.el (sieve-string-bytes): Remove.
15396         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15397         correct byte-length only if the process's coding-system is the same as
15398         the one used internally by Emacs to represent strings.
15399
15400 2008-04-22  Juri Linkov  <juri@jurta.org>
15401
15402         * mailcap.el (mailcap-file-default-commands): New function.
15403
15404 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * message.el (message-signature-separator, message-cite-function):
15407         Change custom version.
15408
15409 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15410
15411         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15412         commands.
15413         (tls-checktrust): Ditto.
15414
15415 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * mm-decode.el (mm-display-external): Make temp file read-only.
15418
15419 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15420
15421         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15422         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15423         `C-c C-f d'.
15424
15425 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15426
15427         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15428
15429 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15430
15431         * gnus.el: Bump version to 0.9.
15432
15433 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * gnus.el: No Gnus v0.8 is released.
15436
15437 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15438
15439         * mail-source.el (mail-source-value):
15440         Prefer fboundp to functionp so it works with macros as well.
15441
15442 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15443
15444         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15445         Fix last change in case the element is not even a symbol.
15446
15447 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15448
15449         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15450         Prefer fboundp to functionp so it works with macros as well.
15451
15452 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15453
15454         * auth-source.el: Add docs.
15455         (auth-sources): Modify format to support server.
15456         (auth-source-pick, auth-source-user-or-password)
15457         (auth-source-user-or-password-imap)
15458         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15459         (auth-source-user-or-password-sftp)
15460         (auth-source-user-or-password-smtp): Add server parameter.
15461
15462 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15463
15464         * gnus-registry.el: Initialize the registry when gnus-registry-install
15465         is t.
15466
15467 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * compface.el (uncompface): Make buffer unibyte.
15470
15471 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15472
15473         * mail-source.el (mail-source-value):
15474         Prefer fboundp to functionp so it works with macros as well.
15475
15476 2008-04-05  Glenn Morris  <rgm@gnu.org>
15477
15478         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15479
15480 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15481
15482         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15483         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15484
15485         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15486         multibyteness after rather than before erasing it.
15487
15488         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15489         mm-with-multibyte.
15490         (gnus-request-article-this-buffer): Make sure the proper decoding is
15491         used if gnus-original-article-buffer happens to be unibyte.
15492
15493         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15494         default-enable-multibyte-characters.
15495
15496         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15497         default-enable-multibyte-characters.
15498
15499         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15500
15501         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15502
15503 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15504
15505         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15506         Fix last change in case the element is not even a symbol.
15507
15508 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15509
15510         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15511         (imap-message-copyuid-1): Use it.
15512         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15513         J. Williams in
15514         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15515
15516         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15517         imap-enable-exchange-bug-workaround.
15518         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15519
15520 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15521
15522         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15523         a 100 byte status-checks into a 2-3MB transfer for each group.
15524         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15525         to enable bug workaround or not.
15526         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15527
15528 2008-03-31  Glenn Morris  <rgm@gnu.org>
15529
15530         * message.el (mml2015-use): Declare for compiler.
15531         (message-info): Require mml2015 when appropriate.
15532
15533 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15536         whitespace.
15537
15538 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15539
15540         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15541         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15542         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15543         (nntp-service-to-port): New function.
15544         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15545         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15546         (nntp-open-netcat-stream): New function.
15547         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15548
15549 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15550
15551         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15552
15553 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15554
15555         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15556
15557 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15558
15559         * dns.el (dns-write): Use set-buffer-multibyte.
15560
15561 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15562
15563         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15564
15565 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15566
15567         * message.el (message-signature-separator): Change default.
15568         Improve custom type.
15569         (message-cite-function): Change default to
15570         message-cite-original-without-signature.
15571
15572         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15573         toggle.
15574
15575         * message.el (message-check-news-body-syntax): Fix signature check.
15576         (message-setup-1): Mark buffer as unmodified _after_ running
15577         message-setup-hook and handling message-alternative-emails.
15578         (message-shorten-references): Be more strict when building list of
15579         valid references to comply with GNKSA.
15580
15581         * gnus-group.el (gnus-read-ephemeral-bug-group)
15582         (gnus-read-ephemeral-debian-bug-group)
15583         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15584
15585         * message.el (message-info): Don't use booleanp which isn't supported
15586         in Emacs 21 and XEmacs.
15587
15588 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15589
15590         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15591         gnus-group-gmane-group-download-format.
15592         (gnus-group-read-ephemeral-gmane-group): Rename from
15593         gnus-group-read-ephemeral-gmane-group.
15594         (gnus-read-ephemeral-gmane-group-url): Rename from
15595         gnus-group-read-ephemeral-gmane-group-url.
15596         (gnus-bug-group-download-format-alist): New variable.
15597         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15598         (gnus-read-ephemeral-emacs-bug-group): New commands.
15599
15600 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15603         (gnus-visible-headers): Improve custom type.
15604
15605 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * mml.el (mml-menu): Add workarounds for XEmacs.
15608
15609         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15610         X-Boundary header.
15611
15612         * message.el (message-simplify-recipients): Fix previous commit.
15613
15614 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15615
15616         * mm-util.el (mm-set-buffer-multibyte): New function.
15617         * mm-decode.el (mm-copy-to-buffer): Use it.
15618
15619         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15620         Prefer fboundp to functionp so it works with macros as well.
15621
15622 2008-03-19  Glenn Morris  <rgm@gnu.org>
15623
15624         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15625         Accidentally removed in the sync process with Emacs.
15626
15627 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * message.el (message-alter-recipients-discard-bogus-full-name):
15630         New function.
15631         (message-alter-recipients-function): New variable.
15632         (message-get-reply-headers): Use it.
15633         (message-replace-header): New helper function.
15634         (message-recipients-without-full-name): New variable.
15635         (message-simplify-recipients): New command.
15636
15637         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15638
15639         * message.el (message-info): Handle EasyPG manual.
15640
15641         * mml.el (mml-menu): Add entry for EasyPG.
15642
15643 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15644
15645         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15646         parameter.
15647
15648         * message.el (message-disassociate-draft): Specify drafts group name
15649         fully.
15650
15651 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15652
15653         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15654         Eliminate unnecessary duplicates from the match list.
15655
15656 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15659
15660         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15661
15662         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15663         args of `how-many' of which the XEmacs version doesn't take; declare
15664         Info-index-next as function.
15665
15666 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15667
15668         * gnus-score.el (gnus-score-headers): Fix handling of
15669         gnus-inhibit-slow-scoring.
15670
15671         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15672         string.
15673         (gnus-button-url-regexp): Improve handling of parenthesis.
15674         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15675         (gnus-button-handle-info-keystrokes): Handle index entries.
15676
15677 2008-03-15  Glenn Morris  <rgm@gnu.org>
15678
15679         * parse-time.el (parse-time-string): Simplify.
15680
15681 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15684         Incoming* files.
15685
15686 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15687
15688         * auth-source.el (auth-sources): Rename from auth-source-choices.
15689         (auth-source-pick): Use it.
15690
15691 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15692
15693         * binhex.el (binhex-decode-region-internal):
15694         * uudecode.el (uudecode-decode-region-internal):
15695         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15696         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15697         setting default-enable-multibyte-characters.
15698
15699 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15700
15701         * auth-source.el (auth-source-protocols)
15702         (auth-source-protocols-customize, auth-source-choices): Add and
15703         modified variable customizations and defaults.
15704         (auth-source-pick, auth-source-user-or-password)
15705         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15706         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15707         (auth-source-user-or-password-sftp)
15708         (auth-source-user-or-password-smtp): Use new variables and provide an
15709         interface to netrc.el.
15710
15711 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15714         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15715         Make sure the nntp port to specify is a string.
15716
15717 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15718
15719         * nntp.el: Use with-current-buffer.
15720         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15721         dubious mm-with-unibyte-current-buffer.
15722         (nntp-with-open-group-function): New function extracted from
15723         nntp-with-open-group macro.
15724         (nntp-with-open-group): Use the function, so it's easier to debug.
15725         Add indentation and debugging info.
15726         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15727         Recommend the use of the netcat alternatives.
15728
15729         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15730         Avoid mm-string-as-multibyte as well.
15731
15732         * nnweb.el (nnweb-insert-html):
15733         Remove use of nnheader-string-as-multibyte.
15734
15735         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15736         (nnheader-string-as-multibyte): Remove.
15737
15738         * mm-view.el: Use inhibit-read-only.
15739         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15740         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15741         or unibyte-string.
15742
15743         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15744         (mm-uu-yenc-extract): Use with-current-buffer.
15745
15746         * gnus-soup.el (gnus-soup-send-packet): Don't use
15747         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15748
15749         * nnmh.el: Use with-current-buffer.
15750         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15751         mm-string-as-multibyte on the output of mm-encode-coding-string.
15752
15753         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15754         (nnimap-request-move-article): Use with-current-buffer.
15755
15756         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15757         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15758         conversion uses string-make-unibyte rather than string-as-unibyte.
15759
15760         * gnus-msg.el: Use with-current-buffer.
15761
15762         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15763
15764 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15765
15766         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15767         string for caching if it is 'PIN.
15768
15769 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * lpath.el: Consider the case without Emacs/W3.
15772
15773 2008-03-08  Glenn Morris  <rgm@gnu.org>
15774
15775         * time-date.el (date-to-time, time-subtract, time-add)
15776         (safe-date-to-time): Doc fixes.
15777
15778 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * mail-source.el (mail-source-delete-old-incoming-confirm):
15781         Change default to nil.
15782         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15783
15784 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * lpath.el: Rearrange.
15787
15788         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15789         (gnus-article-goto-prev-page): Work for articles having ^L's.
15790
15791         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15792
15793         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15794
15795 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15796
15797         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15798         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15799         (gnus-bookmark-jump): Adjust some variable names.
15800
15801 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15802
15803         * auth-source.el: New package.
15804         (auth-source-choices): Add customization entry point variable.
15805
15806         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15807         bug.
15808
15809 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15810
15811         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15812         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15813         (gnus-registry-install-shortcuts): Rename from
15814         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15815         the `gnus-registry-mark-map' keymap dynamically from
15816         `gnus-registry-marks'.  The generated functions update the summary line
15817         when a registry mark is added or deleted, and will call
15818         `gnus-registry-install-p' (see the comments in the code).
15819         (gnus-registry-user-format-function-M): Use concat intelligently.
15820
15821         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15822         the registry mark functions.
15823
15824 2008-03-05  Glenn Morris  <rgm@gnu.org>
15825
15826         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15827         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15828         gnus-art.
15829         (top-level): No need to load own source when compiling.
15830
15831 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15832
15833         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15834         Suggested by <chris.anderton@zetnet.co.uk>.
15835
15836 2008-03-04  Glenn Morris  <rgm@gnu.org>
15837
15838         * gnus-sum.el (top-level): No need to require gnus when compiling,
15839         since unconditionally required near start of file.
15840         (gnus-summary-display-while-building): Move definition before use.
15841
15842 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15843
15844         * gnus-registry.el (gnus-registry-user-format-function-M):
15845         Add formatting function.
15846
15847 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15848
15849         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15850         with plists.
15851         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15852         Use new format.
15853
15854 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15857         `where-is-internal' that returns a range of key sequences.
15858
15859 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15860
15861         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15862
15863         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15864         (gnus-summary-jump-to-group): Consider windows on other displayed
15865         frames as well.  Similar changes might be needed elsewhere, but that's
15866         the one I've bumped into during my use.
15867
15868         * nndoc.el (nndoc-oe-dbx-type-p):
15869         * gnus-msg.el (gnus-debug):
15870         * gnus-group.el (gnus-update-group-mark-positions):
15871         Use mm-string-to-multibyte.
15872
15873 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15874
15875         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15876         doesn't handle NotDashEscaped.
15877
15878         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15879         (mml-dnd-attach-options): Fix typo in custom choice.
15880
15881         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15882         Change nndoc-article-type to mbox.
15883         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15884
15885         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15886         to nil, instead of html2text.
15887
15888         * imap.el (imap-debug): Add `imap-ping-server'.
15889
15890         * gnus-bookmark.el: Add FIXMEs.
15891
15892         * message.el (message-form-letter-separator)
15893         (message-send-form-letter-delay): New variables.
15894         (message-send-form-letter): Use them.  New command to send form
15895         letters.  Requested by Uwe Siart.
15896         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15897
15898 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15899
15900         * Update copyright years.
15901
15902 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15903
15904         Sync from EMACS_22_BASE.
15905
15906         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15907
15908 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15909
15910         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15911         empty author.
15912
15913 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15914
15915         * gnus-registry.el (gnus-registry-marks): Add variable for
15916         customization of marks and their appearance.
15917         (gnus-registry-read-mark): Use it.
15918         (gnus-registry-do-marks): Add utility function to loop through
15919         `gnus-registry-marks'.
15920         (gnus-registry-install-shortcuts-and-menus): Add function to install
15921         shortcuts and menus.
15922         (gnus-registry-initialize): Use it.
15923         (gnus-registry-default-mark): Clarify documentation.
15924
15925 2008-02-29  Glenn Morris  <rgm@gnu.org>
15926
15927         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15928         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15929         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15930         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15931         Change defcustom :version from 23.0 to 23.1.
15932
15933 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15934
15935         * gnus-registry.el (gnus-registry-follow-group-p)
15936         (gnus-registry-post-process-groups): Add functions to aid registry
15937         splitting and improve logging.  Clarify behavior in function
15938         documentation.
15939         (gnus-registry-split-fancy-with-parent): Use them.
15940
15941 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15942
15943         * gnus-art.el: Use with-current-buffer.
15944
15945 2008-02-27  David Engster  <dengste@eml.cc>
15946
15947         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15948         Express real group name in the response.
15949
15950 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15953         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15954         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15955         autoload gnus-registry-fetch-group when compiling.
15956         (nnmairix-request-group-with-article-number-correction):
15957         Remove unreferenced argument passed to nnmairix-call-backend.
15958
15959 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15962         (mm-uu-extract): Improve face for low color ttys.
15963         Reported by Sascha Wilde.
15964
15965 2008-02-27  Glenn Morris  <rgm@gnu.org>
15966
15967         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15968         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15969         variables to defconsts.  Convert comments to doc-strings.
15970         (nnmairix-last-server, nnmairix-current-server): Convert from free
15971         variables to defvars.  Convert comments to doc-strings.
15972         (gnus-registry-fetch-group): Autoload.
15973         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15974         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15975         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15976         caddr.
15977         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15978         nnmairix-request-group-with-article-number-correction call.
15979         (nnmairix-fast, nnmairix-group): New, less general names, for free
15980         variables passed from nnmairix-request-group to
15981         nnmairix-request-group-with-article-number-correction.  Declare.
15982         (nnmairix-request-group-with-article-number-correction):
15983         Use nnmairix-fast, nnmairix-group rather than fast, group.
15984
15985 2008-02-26  David Engster  <dengste@eml.cc>
15986
15987         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15988         version 0.5.
15989
15990 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15991
15992         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15993         instead of making an extra function call.  Don't add the current group
15994         to articles only when they have the group.  Use
15995         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15996         Reported by David <de_bb@arcor.de>.
15997
15998 2008-02-24  Miles Bader  <miles@gnu.org>
15999
16000         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16001         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16002         (mm-find-mime-charset-region):
16003         * mm-bodies.el (mm-encode-body):
16004         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16005
16006 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16009         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16010
16011 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16012
16013         * mail-source.el (mail-source-delete-incoming): Change default.
16014         Supplement doc string.
16015
16016         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16017
16018 2008-02-14  Glenn Morris  <rgm@gnu.org>
16019
16020         * time-date.el (format-seconds): New function.
16021
16022 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16023
16024         * nnmail.el (nnmail-message-id-cache-file): Derive from
16025         `gnus-home-directory'.
16026
16027 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16028
16029         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16030         Document negative prefix.
16031
16032         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16033
16034 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16035
16036         * message.el (message-unsent-separator): Add the Exim bounce
16037         separator.
16038
16039 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16040
16041         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16042         list.
16043         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16044         recipient/signer list.
16045
16046 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * Makefile.in (datarootdir): Define.
16049         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16050         name that might contain whitespace.
16051
16052 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16055         fbound (Emacs 23 unicode), signal an error.
16056
16057 2008-02-08  Glenn Morris  <rgm@gnu.org>
16058
16059         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16060
16061 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16062
16063         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16064         ports to the calls to `netrc-machine-user-or-password' in addition to
16065         "imap" and "imaps".
16066
16067 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16068
16069         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16070
16071         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16072
16073 2008-02-01  Kenichi Handa  <handa@m17n.org>
16074
16075         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16076         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16077         (rfc2104-hash): Convert the result of concat to unibyte string.
16078
16079 2008-02-01  Dave Love  <fx@gnu.org>
16080
16081         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16082         coding-system-for-read.
16083         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16084
16085 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16086
16087         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16088         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16089         <hanche@math.ntnu.no>.
16090
16091 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16094
16095         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16096
16097 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16098
16099         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16100         * message.el (message-beginning-of-line): Use featurep instead of bound
16101         tests in order to resolve conditionals at compile time.
16102
16103 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16104
16105         * mail-source.el (mail-sources): Add `group' choice.
16106
16107         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16108         parameter `in-group' to control into which group the articles go.
16109         Add treatment of `group' mail-source.
16110
16111 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16114
16115         * mm-decode.el (mm-dissect-buffer): Decode description.
16116
16117         * mml.el (mml-to-mime): Encode message header first.
16118
16119 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16122         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16123
16124         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16125         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16126
16127 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16128
16129         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16130
16131 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16134         prefix keys.
16135         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16136         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16137         gnus-xmas.el.
16138
16139         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16140         (gnus-xmas-article-describe-bindings): New function.
16141         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16142         gnus-xmas-article-describe-bindings.
16143
16144         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16145
16146 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16147
16148         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16149         Add new variables for article mark management.
16150         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16151         list of extra data entries which, when present, will indicate that the
16152         article ID should not be trimmed from the registry.
16153         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16154         functions.
16155         (gnus-registry-read-mark): New function to read a mark name from the
16156         user.
16157         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16158         (gnus-registry-set-article-mark-internal): New functions to add and
16159         remove marks.
16160         (gnus-registry-get-article-marks): New function to show the marks for
16161         an article, or retrieve them for further use.
16162
16163 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16166         keys when no argument is given.
16167
16168 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16169
16170         * imap.el (imap-ping-server): New variable.
16171         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16172         (imap-ping-server): Minor doc string fixes.
16173
16174 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16175
16176         * imap.el (imap-ping-server): New function.
16177         (imap-opened): Call imap-ping-server.
16178
16179 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16180
16181         * gnus-sum.el (gnus-article-sort-by-random)
16182         (gnus-thread-sort-by-random): Fix doc strings.
16183         Reported by jidanni@jidanni.org.
16184
16185 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * gnus-art.el (gnus-article-describe-bindings): New function.
16188         (gnus-article-read-summary-keys): Use it.
16189         (gnus-article-mode-map): Bind `C-h b' to it.
16190
16191 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16192
16193         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16194         XEmacs.
16195         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16196         Protect against non-character events.
16197
16198         * lpath.el: Fbind map-keymap for Emacs 21.
16199
16200 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16203         New command.
16204         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16205         instead of END.  Change name of the temp file.
16206         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16207         customizable.
16208
16209 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16212         bind `S W' to gnus-article-wide-reply-with-original; set default
16213         binding to gnus-article-read-summary-send-keys.
16214         (gnus-article-read-summary-keys): Fix the order of keys; display
16215         continuation keys correctly in the echo area; describe bindings
16216         correctly when keys end with `C-h'.
16217         (gnus-article-read-summary-send-keys): New function.
16218         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16219         Work for gnus-article-read-summary-send-keys; display continuation keys
16220         correctly in the echo area.
16221         (gnus-article-reply-with-original): Ignore prefix argument.
16222         (gnus-article-wide-reply-with-original): New function.
16223
16224         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16225         Emacs 21.
16226
16227 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16228
16229         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16230         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16231
16232 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16233
16234         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16235         (gnus-group-read-ephemeral-gmane-group): New command.
16236
16237 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16238
16239         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16240
16241 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * message.el (message-send-mail-function): Increase custom version.
16244
16245         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16246         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16247
16248 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16249
16250         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16251         for the cases where imap-authenticate is called with a nil buffer
16252         parameter.
16253
16254 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16257         html parts correctly; support forwarded messages.
16258         (gnus-article-browse-html-article): Remove work buffers.
16259
16260         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16261         compiling.
16262         (netrc-bound-and-true-p): New macro.
16263         (netrc-parse): Use it instead of bound-and-true-p that is not available
16264         in XEmacs 21.4.
16265
16266 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16267
16268         * gnus-registry.el (gnus-registry-mark-article)
16269         (gnus-registry-article-marks): Add functionality to mark articles
16270         through the Gnus registry.
16271
16272         * encrypt.el: Clarify documentation for the new pgg method.
16273         (encrypt-file-alist): Add PGG option.
16274         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16275         functionality.  Abstract password key and messaging to external
16276         functions.
16277         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16278         (encrypt-message-method-and-cipher): Add new convenience external
16279         functions.
16280         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16281         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16282
16283         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16284         (netrc-parse): Use encrypt-file-alist to determine if
16285         encrypt-find-model or encrypt-insert-file-contents should be used.
16286
16287         * encrypt.el: Clarify documentation.  Load password-cache or
16288         password, whichever one is found first, instead of autoloading.
16289
16290 2007-12-19  Glenn Morris  <rgm@gnu.org>
16291
16292         * mml.el (message-options-set, message-narrow-to-head)
16293         (message-in-body-p, message-mail-p, message-encode-message-body):
16294         Autoload.
16295         (message-remove-header, message-narrow-to-headers-or-head)
16296         (message-subscribed-p, message-make-mail-followup-to)
16297         (message-position-on-field, message-news-p)
16298         (message-options-set-recipient, message-generate-headers)
16299         (message-sort-headers): Declare as functions.
16300
16301 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16304         convention in doc string.
16305
16306 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16309         title to html parts.
16310         (gnus-article-browse-html-article): Pass message header to it.
16311
16312         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16313
16314 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16317         or password compatible with XEmacs.
16318
16319 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16320
16321         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16322         format document.
16323         (gnus-mime-delete-part): Don't write description line if empty.
16324         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16325
16326 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16327
16328         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16329         (gnus-summary-mark-read-and-unread-as-read)
16330         (gnus-summary-mark-current-read-and-unread-as-read)
16331         (gnus-summary-mark-unread-as-ticked): Doc fix.
16332         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16333
16334 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16335
16336         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16337         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16338
16339 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16342         yes-or-no-p.
16343
16344 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * mm-decode.el (mm-add-meta-html-tag): New function.
16347         (mm-save-part-to-file, mm-pipe-part): Use it.
16348
16349         * gnus-art.el (gnus-article-browse-delete-temp-files):
16350         Use gnus-y-or-n-p instead of y-or-n-p.
16351         (gnus-article-browse-html-parts): Work with message/external-body; use
16352         mm-add-meta-html-tag.
16353
16354 2007-12-11  Glenn Morris  <rgm@gnu.org>
16355
16356         * gnus-cache.el: Require gnus-sum not just when compiling.
16357
16358         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16359
16360         * gnus-int.el (gnus-server-opened, gnus-status-message):
16361         Move definitions before use.
16362
16363         * mm-decode.el: Require gnus-util.
16364         (mm-remove-part): Only call delete-annotation on XEmacs.
16365
16366         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16367
16368         * nnmail.el: Require gnus-int.
16369
16370         * spam.el: Move `require's before `eval-when-compile's.
16371
16372         * gnus-ems.el (gnus-alive-p):
16373         * gnus-fun.el (message-goto-eoh):
16374         * gnus-util.el (gnus-group-name-decode):
16375         * mail-source.el (gnus-compress-sequence):
16376         * message.el (Info-goto-node, format-spec):
16377         * mm-bodies.el (message-options-get):
16378         * mm-decode.el (mm-view-pkcs7):
16379         * mm-util.el (gmm-write-region):
16380         * mml-smime.el (mml-compute-boundary)
16381         (gnus-completing-read-with-default):
16382         * mml.el (widget-button-press, gnus-make-hashtable):
16383         * mml1991.el (mm-decode-content-transfer-encoding)
16384         (mm-encode-content-transfer-encoding)
16385         (message-options-get, message-options-set):
16386         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16387         * nnfolder.el (gnus-request-group):
16388         * nnheader.el (ietf-drums-unfold-fws):
16389         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16390         * smime.el (gnus-run-mode-hooks):
16391         * spam-stat.el (gnus-message): Autoload.
16392
16393         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16394         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16395         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16396         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16397         Add declare-function compatibility definition.
16398
16399         * gnus-cache.el (nnvirtual-find-group-art):
16400         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16401         (gnus-add-image, gnus-add-wash-type):
16402         * gnus-group.el (nnkiboze-score-file):
16403         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16404         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16405         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16406         (message-tokenize-header, gnus-get-buffer-create)
16407         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16408         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16409         * gnus.el (gnus-group-decoded-name):
16410         * mail-source.el (imap-capability):
16411         * mm-bodies.el (message-options-set):
16412         * mm-decode.el (gnus-configure-windows):
16413         * mm-extern.el (message-goto-body):
16414         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16415         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16416         (epg-sub-key-validity, message-options-set):
16417         * mml.el (widget-event-point, gnus-configure-windows):
16418         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16419         * mml2015.el (epg-check-configuration, epg-configuration)
16420         (message-options-set):
16421         * nndb.el (nndb-request-article):
16422         * nnfolder.el (gnus-request-create-group):
16423         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16424         * nnmaildir.el (gnus-group-mark-article-read):
16425         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16426         * rfc1843.el (message-fetch-field):
16427         * spam.el (gnus-extract-address-components):
16428         Declare as functions.
16429
16430 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16433
16434         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16435
16436         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16437         bind show-trailing-whitespace for XEmacs.
16438
16439 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16440
16441         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16442         new no-op macro for backward compatibility.
16443
16444         * imap.el (imap-string-to-integer): New function.
16445
16446 2007-12-09  Glenn Morris  <rgm@gnu.org>
16447
16448         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16449
16450         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16451         * message.el, mm-view.el, sieve-manage.el, smime.el:
16452         Add declare-function compatibility definition.
16453
16454         * gnus-art.el (w3-region, w3m-region, Info-menu):
16455         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16456         * gnus-sum.el (gnus-get-predicate):
16457         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16458         * message.el (mail-abbrev-in-expansion-header-p):
16459         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16460         (w3m-detect-meta-charset, w3m-region):
16461         * sieve-manage.el (password-read, password-cache-add)
16462         (password-cache-remove):
16463         * smime.el (password-read-and-add): Declare as functions.
16464
16465 2007-12-08  David Kastrup  <dak@gnu.org>
16466
16467         * gnus-sum.el (gnus-summary-simplify-subject-query):
16468         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16469         `message'.
16470
16471 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16474         it to bind idna-program, installation-directory, defined-colors, and
16475         face-attribute for XEmacs of the version that compiles defcustom forms.
16476
16477 2007-12-07  Glenn Morris  <rgm@gnu.org>
16478
16479         * gnus-art.el (article-make-date-line): Revert previous change.
16480
16481 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16484
16485 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16486
16487         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16488         Call gnus-add-to-range ranges only once with a prepared article-list.
16489
16490 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16491
16492         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16493         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16494         group names with backslashes.
16495         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16496
16497 2007-12-06  Deepak Goel  <deego3@gmail.com>
16498
16499         * gnus-art.el (article-make-date-line):
16500         * gnus-start.el (gnus-load):
16501         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16502
16503 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-art.el (gnus-use-idna):
16506         * gnus-start.el (gnus-site-init-file):
16507         * message.el (message-use-idna):
16508         * mm-uu.el (mm-uu-hide-markers):
16509         * smiley.el (smiley-style): Revert changes that suppress warnings.
16510
16511 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16514         specify charset to html source.
16515         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16516
16517 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16520         idna-program in order to suppress byte compile warning issued by XEmacs
16521         that came to byte compile the default value section of defcustom forms
16522         recently.
16523
16524         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16525         value of installation-directory.
16526
16527         * message.el (message-use-idna): Don't directly refer to the value of
16528         idna-program.
16529
16530         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16531
16532         * smiley.el (smiley-style): Don't directly call face-attribute.
16533
16534 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16535
16536         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16537
16538         * gnus-dired.el: Reduce Gnus dependencies.
16539         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16540         Don't require.  Use autoloads instead.
16541         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16542         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16543         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16544         (gnus-dired-mode): Adjust doc string.
16545         (gnus-dired-mail-mode): New variable.
16546         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16547         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16548         (gnus-dired-mail-buffers): New function.  Return mail or message
16549         composition buffers.
16550         (gnus-dired-attach): Use it.
16551         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16552         NO-DECODE.
16553         (gnus-dired-print): Use `gnus-print-buffer' depending on
16554         `gnus-dired-mail-mode'.
16555
16556 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * rfc2047.el (rfc2047-encoded-word-regexp)
16559         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16560         explaining what regexp patterns are for.
16561
16562 2007-12-04  Glenn Morris  <rgm@gnu.org>
16563
16564         * password.el: Move to password-cache.el.
16565
16566         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16567         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16568         * mml-smime.el (password-read, password-cache-add)
16569         (password-cache-remove):
16570         No need to autoload, since mml-sec requires password.
16571
16572         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16573         * message.el (gnus-extract-address-components):
16574         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16575
16576         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16577         password.
16578
16579 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * mailcap.el: Reduce dependencies.
16582         (mail-header-parse-content-type): Autoload.
16583         (mailcap-delete-duplicates): New alias.
16584         (mailcap-mime-info): Add optional argument NO-DECODE.
16585         (mailcap-mime-types): Use mailcap-delete-duplicates.
16586
16587         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16588
16589 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16590
16591         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16592         (imap-parse-status): Upcase status-att for servers that sends them
16593         lower-case (e.g., MS Exchange 2007).
16594
16595 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16596
16597         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16598         function.
16599
16600         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16601         (gnus-uu-yenc-article): New function.
16602
16603         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16604
16605         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16606
16607 2007-12-02  Glenn Morris  <rgm@gnu.org>
16608
16609         * binhex.el (binhex): New custom group.
16610         (binhex-decoder-program, binhex-decoder-switches)
16611         (binhex-use-external): Move to the binhex custom group.
16612
16613         * uudecode.el (uudecode): New custom group.
16614         (uudecode-decoder-program, uudecode-decoder-switches)
16615         (uudecode-use-external): Move to the uudecode custom group.
16616
16617         * netrc.el (top-level): Don't load `encrypt' features.
16618         (netrc-parse): Don't use encrypt.
16619         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16620
16621         * encrypt.el: Remove file.
16622
16623 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16624
16625         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16626         matches on patches.
16627
16628         * gnus-art.el (gnus-article-browse-html-article):
16629         Mention `mm-text-html-renderer' in the doc string.
16630
16631         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16632         string.  Add comments.
16633
16634         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16635         if rhs is ASCII.
16636
16637 2007-12-01  Glenn Morris  <rgm@gnu.org>
16638
16639         * mail-source.el (top-level): Require format-spec before
16640         eval-when-compile.
16641
16642 2007-11-30  Glenn Morris  <rgm@gnu.org>
16643
16644         * encrypt.el: Require password, rather than autoloading password-read.
16645
16646 2007-11-29  Glenn Morris  <rgm@gnu.org>
16647
16648         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16649         (sasl-make-client, sasl-next-step, sasl-step-data)
16650         (sasl-step-set-data): Declare as functions.
16651
16652 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16655
16656 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16657
16658         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16659         certs should be verified and what is to be done in the event of a
16660         verification failure.
16661
16662         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16663         caller can indicate whether the cache should be disregarded for this
16664         call.  This way the result of the call is reproducible at all times and
16665         can be considered a canonical server name for the supplied method.
16666         (gnus-agent-method-p): Canonicalize server names by pushing their
16667         method through `gnus-method-to-server' using the no-cache argument.
16668
16669         * gnus-srvr.el (gnus-server-insert-server-line):
16670         Call `gnus-method-to-server' with `no-cache' argument.
16671
16672         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16673         gnus-agent-possibly-synchronize-flags as this should be called when the
16674         server is actually being opened.
16675         (gnus-agent-possibly-synchronize-flags)
16676         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16677         flags file of an agentized server to the latter function.
16678
16679         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16680         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16681         after a connection has been established successfully.
16682
16683 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * gnus-art.el (article-display-face): Force to display face if called
16686         interactively; check if gnus-article-x-face-too-ugly matches author.
16687         (article-display-x-face): Display face even if From header is missing
16688         as article-display-face does.
16689
16690 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16691
16692         * hashcash.el (message-narrow-to-headers-or-head)
16693         (message-fetch-field, message-goto-eoh)
16694         (message-narrow-to-headers): Declare as functions.
16695
16696 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16697
16698         * mail-source.el (mail-sources): Default to fetch from file for
16699         compatibility with default of nnmail-spool-file.
16700
16701 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16704         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16705         to look for encoded word that should be encoded again.
16706         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16707         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16708         encoding pattern.
16709         (rfc2047-decode-region): Switch strict regexp and loose one according
16710         to rfc2047-allow-irregular-q-encoded-words.
16711
16712 2007-11-25  Romain Francoise  <romain@orebokech.com>
16713
16714         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16715
16716 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * tls.el (tls-program): Provide more custom choices from
16719         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16720         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16721
16722 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16725         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16726
16727         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16728         `nnmail-spool-file'.
16729
16730         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16731         `nnmail-spool-file'.
16732
16733         * gnus-move.el (gnus-change-server): Ditto.
16734
16735         * gnus-kill.el (gnus-batch-score): Ditto.
16736
16737         * gnus-cache.el (gnus-jog-cache): Ditto.
16738
16739         * gnus-msg.el (gnus-summary-reply):
16740         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16741
16742 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16743
16744         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16745         version.  Minor improvement to doc strings.
16746         (tls-program): Add comment.
16747
16748 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16749
16750         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16751         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16752         mismatch between the hostname provided in the certificate and the name
16753         of the host connnecting to.
16754         (open-tls-stream): Use them.  Check certificates against trusted root
16755         certificates.
16756
16757 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16758
16759         * gnus-cache.el (gnus-cache-generate-nov-databases):
16760         Use nnml-generate-nov-databases-directory instead of
16761         nnml-generate-nov-databases-1.
16762
16763 2007-11-24  Glenn Morris  <rgm@gnu.org>
16764
16765         * message.el (message-tool-bar-retro): Update for rename
16766         mail_send.xpm->mail-send.xpm.
16767
16768 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16769
16770         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16771         `smime-ldap-search' for Emacs 22 and up.
16772
16773 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16774
16775         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16776
16777         * message.el (message-send-mail-function): Fix error convention.
16778         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16779         (message-widen-reply, message-send-mail, message-talkative-question)
16780         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16781         (message-clone-locals, message-send-news): Use with-current-buffer.
16782         (message-insert-or-toggle-importance): Remove unused var `valid'.
16783         (message-make-references): Remove unused var `new-references'.
16784         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16785
16786 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16787
16788         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16789         (spam-split-symbolic-return-positive): Reflow docstring.
16790         (spam-backends, spam-summary-exit-behavior)
16791         (spam-mark-ham-unread-before-move-from-spam-group)
16792         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16793         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16794         (spam-clear-cache, spam-backend-check, spam-install-backend)
16795         (spam-install-statistical-backend, spam-list-of-processors)
16796         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16797         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16798         (spam-check-crm114, spam-initialize, spam-unload-hook):
16799         Fix typos in docstrings.
16800
16801 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16804         been checked if they have never been read and those group levels are
16805         higher than the one that a user specified.
16806
16807 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16810         foreign groups unless a group level is specified by a user.
16811         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16812
16813 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * message.el (message-send-mail-function): Require sendmail.
16816
16817 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16818
16819         * message.el (message-send-mail-function): Check for smtpmail too.
16820
16821         * utf7.el (utf7-encode, utf7-decode): Use coding system
16822         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16823
16824         * message.el (message-send-mail-function): New function.
16825         (message-send-mail-function): Set default using
16826         message-send-mail-function.  Adjust doc string.
16827         (message-send-mail-with-mailclient): New function.
16828
16829 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16830
16831         * smime.el (from):
16832         * rfc2047.el (message-posting-charset):
16833         * qp.el (mm-use-ultra-safe-encoding):
16834         * pop3.el (parse-time-months):
16835         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16836         * nnml.el (files):
16837         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16838         (jka-compr-compression-info-list, ange-ftp-path-format)
16839         (efs-path-regexp):
16840         * nndiary.el (files):
16841         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16842         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16843         (epg-digest-algorithm-alist, inhibit-redisplay)
16844         (password-cache-expiry):
16845         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16846         (pgg-output-buffer, password-cache-expiry):
16847         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16848         (efs-path-regexp):
16849         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16850         (inhibit-redisplay):
16851         * mm-uu.el (file-name, start-point, end-point, entry)
16852         (gnus-newsgroup-name, gnus-newsgroup-charset):
16853         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16854         (latin-unity-ucs-list):
16855         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16856         (mm-uu-binhex-decode-function):
16857         * message.el (gnus-message-group-art, gnus-list-identifiers)
16858         (rmail-enable-mime-composing, gnus-local-organization)
16859         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16860         (gnus-read-active-file, facemenu-add-face-function)
16861         (facemenu-remove-face-function, gnus-article-decoded-p)
16862         (tool-bar-mode):
16863         * mail-source.el (display-time-mail-function):
16864         * gnus-util.el (nnmail-pathname-coding-system)
16865         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16866         (gnus-original-article-buffer, gnus-user-agent)
16867         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16868         (xemacs-codename, sxemacs-codename, emacs-program-version):
16869         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16870         * gnus-start.el (gnus-agent-covered-methods)
16871         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16872         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16873         (gnus-newsgroup-headers, gnus-group-list-mode)
16874         (gnus-group-mark-positions, gnus-newsgroup-data)
16875         (gnus-newsgroup-unreads, nnoo-state-alist)
16876         (gnus-current-select-method, mail-sources)
16877         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16878         (nnmail-spool-file, gnus-cache-active-hashtb):
16879         * gnus-mh.el (mh-lib-progs):
16880         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16881         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16882         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16883         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16884         (gnus-group-buffer):
16885         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16886         (font-lock-set-defaults):
16887         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16888         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16889         (gnus-summary-post-menu, total-parts, type, condition, length):
16890         * gnus-agent.el (gnus-agent-read-agentview):
16891         * flow-fill.el (show-trailing-whitespace):
16892         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16893         eval-and-compile wrappers for byte compiler pacifiers.
16894
16895         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16896         (mm-display-inline-fontify): Check for featurep 'xemacs not
16897         extent-list.
16898
16899         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16900         itimer-list.
16901         (mm-create-image-xemacs): Only do something for XEmacs.
16902         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16903
16904         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16905
16906         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16907         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16908
16909 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16910
16911         * nnimap.el (nnimap-split-download-body):
16912         * gnus-demon.el (gnus-demon):
16913         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16914
16915 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16918         New macros.
16919         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16920         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16921         copy data from unibyte buffer to multibyte current buffer.
16922         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16923         to copy data from unibyte current buffer to multibyte buffer.
16924         (nntp-make-process-buffer): Make process buffer unibyte.
16925
16926         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16927
16928 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16929
16930         * pop3.el (pop3-open-server): Accept and process data more robustly at
16931         connection start to avoid spurious "POP SSL connection failed" errors.
16932
16933 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16936         read group names.
16937
16938 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16941
16942 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16945         (nnmail-save-active): Use a unibyte buffer when saving active file,
16946         which may contain non-ASCII group names.
16947
16948         * nnml.el (nnml-request-group): Decode group names in messages.
16949
16950 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16951
16952         * message.el (message-citation-line-function)
16953         (message-insert-formatted-citation-line): Fix spelling of
16954         `message-insert-formated-citation-line'.
16955
16956 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16957
16958         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16959
16960 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16963         nnmail-pathname-coding-system.
16964
16965         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16966         that a user enters; decode group names in messages.
16967
16968         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16969
16970 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16973
16974         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16975
16976         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16977         risky local variable.
16978
16979         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16980
16981 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16982
16983         * encrypt.el: Improve documentation to fix function name typo.
16984         Reported by Daiki Ueno <ueno@unixuser.org>.
16985
16986 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16989         even if the point is not in the last page of an article.
16990         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16991         back to the previous page.
16992
16993 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16994
16995         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16996
16997 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17000
17001 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17002
17003         * message.el (message-check-news-body-syntax):
17004         Avoid mm-string-as-multibyte.
17005         (message-hide-headers): Don't assume (point-min)==1.
17006
17007 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17008
17009         * message.el (message-remove-blank-cited-lines): Fix if remove is
17010         given.
17011         (message-bogus-address-regexp): New variable.
17012         (message-bogus-recipient-p): New function.
17013         (message-check-recipients): New command.
17014         (message-syntax-checks): Add `bogus-recipient'.
17015         (message-fix-before-sending): Add `bogus-recipient'.
17016
17017         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17018         (gnus-treat-body-boundary): Don't test window-system.
17019
17020 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17021
17022         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17023
17024 2007-10-28  Miles Bader  <miles@gnu.org>
17025
17026         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17027         at compile-time too.
17028
17029 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * gnus-msg.el (gnus-message-setup-hook):
17032         Add `message-remove-blank-cited-lines' to options.
17033
17034 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17035
17036         * message.el (message-remove-blank-cited-lines): New function.
17037         Suggested by Karl Plästerer.
17038
17039 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17042         mapc.
17043
17044         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17045         (top-level): Use mapc to set functions to be traced for debugging.
17046
17047         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17048         called for effect with while loop.
17049
17050         * message.el (message-talkative-question): Replace mapcar called for
17051         effect with mapc.
17052
17053         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17054         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17055         called for effect with dolist.
17056
17057         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17058
17059         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17060         gnus-extra-headers and nnmail-extra-headers.
17061
17062         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17063         called for effect with dolist.
17064         (top-level): Use mapc to set functions to be traced for debugging.
17065
17066         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17067         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17068         dolist.
17069
17070         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17071         Replace mapcar called for effect with mapc.
17072         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17073         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17074         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17075         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17076
17077         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17078         remove-if that's a cl function.
17079
17080         * webmail.el (webmail-debug): Replace mapcar called for effect with
17081         dolist.
17082
17083         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17084         with mapc.
17085
17086 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17087
17088         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17089         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17090         with while loop.
17091
17092         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17093         functions from article-* functions.
17094         (gnus-multi-decode-header): Replace mapcar called for effect with
17095         dolist.
17096
17097         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17098         (gnus-bookmark-show-details): Replace mapcar called for effect with
17099         while loop.
17100
17101         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17102         called for effect with while loop.
17103
17104         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17105         with dolist.
17106
17107         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17108         Replace mapcar called for effect with dolist.
17109
17110         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17111
17112         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17113         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17114         Replace mapcar called for effect with dolist.
17115         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17116         mapc.
17117
17118         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17119         Replace mapcar called for effect with dolist.
17120         (gnus-topic-list): Replace mapcar called for effect with mapc.
17121
17122         * gnus.el: Use mapc instead of mapcar to add autoloads.
17123
17124 2007-10-23  Richard Stallman  <rms@gnu.org>
17125
17126         * gnus-group.el (gnus-group-highlight): Mark as risky.
17127
17128 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus.el (gnus-server-to-method): Return method found first in
17131         gnus-newsrc-alist.
17132
17133         * gnus-art.el (gnus-article-highlight-signature)
17134         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17135         button overlay without the front stickiness.
17136
17137 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17138
17139         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17140         overview buffer needed a catch to receive its throw.
17141         (gnus-agent-flush-cache): Declare as interactive to make this function
17142         easier to use.
17143
17144 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17145
17146         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17147         `next-line'.
17148
17149 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17152         exclude address matching message-dont-reply-to-names.
17153
17154 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * gnus-util.el (gnus-string<): New function.
17157
17158         * gnus-sum.el (gnus-article-sort-by-author)
17159         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17160
17161 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17164         the frame-focus tag is set in gnus-buffer-configuration.
17165
17166 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17169         the front stickiness.
17170
17171 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17174         url pattern; remove duplicate one.
17175         (gnus-article-extend-url-button): New function.
17176         (gnus-article-add-buttons): Use it.
17177         (gnus-button-push): Use concatenated url that it makes.
17178
17179 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17180
17181         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17182
17183 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17184
17185         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17186         Don't hardcode point-min==1.
17187
17188 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17191         Fix comment about "iso8859-1".
17192
17193 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17194
17195         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17196         ones returned from the verify-function.
17197
17198         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17199         Call mml2015-extract-cleartext-signature if extraction failed.
17200
17201 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17202
17203         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17204         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17205         failed.
17206
17207 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17208
17209         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17210
17211 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17212
17213         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17214         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17215         recommends to use EasyPG instead of PGG.
17216
17217         * pgg.el: Revert to revision 6.23.2.16.
17218
17219         * pgg-def.el: Revert to revision 6.6.2.14.
17220
17221         * pgg-gpg.el: Revert to revision 6.23.2.34.
17222
17223 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17224
17225         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17226         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17227         thread for both the null and zero (kill/expire thread) universal prefix
17228         cases.
17229         (gnus-summary-expire-thread): Add new function to expire a thread,
17230         using gnus-summary-kill-thread.
17231         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17232         shortcuts for gnus-summary-expire-thread.
17233         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17234         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17235
17236 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17237
17238         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17239         extras value, so an extras entry can be deleted.
17240         (gnus-registry-delete-extra-entry): Use it.
17241         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17242         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17243         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17244         storage through the gnus-registry, and provide an appropriate API for
17245         it.
17246
17247 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17250         Suggested by Leo <sdl.web@gmail.com>.
17251
17252         * gnus.el: Do.
17253
17254 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17257         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17258
17259         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17260
17261         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17262         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17263
17264 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17267         newline.
17268         (nnmbox-request-accept-article): Don't change article in source buffer;
17269         narrow to header to use message-fetch-field rather than
17270         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17271         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17272         as delimiters; make sure article ends with newline.
17273         (nnmbox-delete-mail): Correct last position of article to be deleted;
17274         ignore X-Gnus-Newsgroup header in article body.
17275         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17276         positions; make sure article ends with newline.
17277
17278         * message.el (message-display-abbrev): Don't infloop when a user
17279         inserts SPC in the beginning of header.
17280
17281         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17282         coding-system-for-read and coding-system-for-write for XEmacs having no
17283         file-coding feature.
17284
17285         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17286
17287 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17288
17289         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17290         list of groups not followed by default.  Fix type to be regexp.
17291         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17292
17293 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17294
17295         * hmac-def.el (define-hmac-function): Switch from old-style to
17296         new-style backquotes.
17297
17298         * md4.el (md4-make-step): Likewise.
17299
17300 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17303         raw-text coding system when saving .newsrc file, which may contain
17304         non-ASCII group names.
17305
17306 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * gnus-cus.el (gnus-score-extra): New widget.
17309         (gnus-score-extra-convert): New function.
17310         (gnus-score-customize): Use it for Extra.
17311
17312 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17313
17314         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17315         (mml2015-mailcrypt-clear-verify): Use it.
17316         (mml2015-gpg-clear-verify): Use it.
17317         (mml2015-pgg-clear-verify): Use it.
17318         (mml2015-epg-clear-verify): Replace the current part with the output
17319         from GnuPG; don't extract the plaintext by itself.
17320
17321         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17322         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17323         mml2015-clear-verify-function; don't touch the armor headers or
17324         dash-escaped text here.
17325
17326 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17329         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17330         parts, or application/octet-stream as a last resort.
17331         (gnus-mime-view-part-as-type): Don't toggle display.
17332         (gnus-mime-view-part-as-charset): Don't turn off display before
17333         querying charset.
17334
17335         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17336         stuff to undisplayer function in Emacs.
17337         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17338
17339         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17340         text/calendar parts.
17341
17342 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17345         decoding text/calendar parts.
17346
17347         * message.el (message-forward-make-body-mime): Always mark body as
17348         having no illegible text; remove signed-or-encrypted argument.
17349         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17350
17351         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17352         (mml-generate-mime-1): Don't encode body if it is specified to be in
17353         raw form; don't make buffer be unibyte when inserting multibyte string.
17354
17355 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17356
17357         * sha1.el: Fix up comment style.
17358         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17359         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17360
17361         * hex-util.el: Fix up comment style.
17362         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17363
17364         * gnus-salt.el: Use with-current-buffer.
17365         (gnus-pick-setup-message): Fix long-standing typo.
17366
17367 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * imap.el (imap-logout-timeout): New variable.
17370         (imap-logout, imap-logout-wait): New functions.
17371         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17372
17373         * nnimap.el (nnimap-logout-timeout): New server variable.
17374         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17375         nnimap-logout-timeout.
17376
17377         * gnus-art.el (gnus-article-summary-command-nosave)
17378         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17379
17380 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * gnus.el (gnus-maximum-newsgroup): New variable.
17383
17384         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17385         according to gnus-maximum-newsgroup.
17386
17387         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17388         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17389         Limit the range of articles according to gnus-maximum-newsgroup.
17390
17391 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17392
17393         * gnus-art.el (gnus-sticky-article): Fix problems described in
17394         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17395         Don't perform gnus-configure-windows here; reuse existing sticky
17396         article buffer.
17397
17398         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17399         it doesn't exist in gnus-article-mode.
17400
17401 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17404         (gnus-agent-decoded-group-name): New function.
17405         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17406         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17407
17408 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17409
17410         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17411         Add binding for gnus-sticky-article.
17412         (gnus-summary-exit): Don't kill sticky article buffers.
17413
17414         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17415         article buffer.
17416         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17417         (gnus-kill-sticky-article-buffers): New commands.
17418
17419 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * nntp.el (nntp-xref-number-is-evil): New server variable.
17422         (nntp-find-group-and-number): If it is non-nil, don't trust article
17423         numbers in the Xref header.
17424
17425 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * gnus-agent.el (gnus-agent-read-group): New function.
17428         (gnus-agent-flush-group, gnus-agent-expire-group)
17429         (gnus-agent-regenerate-group): Use it.
17430         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17431         nnmail-pathname-coding-system.
17432
17433 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17436
17437         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17438         that are unread as unread, and also as selected so that information of
17439         marks having been changed by a user may be updated when exiting group.
17440
17441 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17442
17443         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17444
17445 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17448         calculated ignoring signature parts to gnus-treat-article.
17449
17450 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17453         a point here in order to keep the window start.
17454         (gnus-insert-mime-security-button): Make a button overlay without the
17455         front stickiness.
17456         (gnus-mime-display-security): Goto the end of a button.
17457
17458         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17459
17460 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17463         group-name-at-point.
17464         (gnus-group-completing-read): New function that offers decoded
17465         non-ASCII group names for completion.
17466         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17467         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17468         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17469         (gnus-group-fetch-control): Use it.
17470         (gnus-fetch-group): Use group-name-at-point for the initial value
17471         rather than the default value; use gnus-alive-p.
17472
17473         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17474         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17475         (gnus-summary-post-news): Use gnus-group-completing-read.
17476
17477         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17478         (gnus-read-move-group-name): Decode group name for completion.
17479
17480 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17481
17482         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17483         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17484         Yamaoka slightly modified the code).
17485
17486 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17489         (nnmail-split-incoming): Bind it.
17490
17491         * nnml.el (nnml-group-name-charset): New function.
17492         (nnml-decoded-group-name): Use it; don't decode group name if
17493         nnmail-group-names-not-encoded-p is non-nil.
17494         (nnml-encoded-group-name): New function.
17495         (nnml-group-pathname): Inline nnml-decoded-group-name.
17496         (nnml-request-expire-articles): Decode group name in message.
17497         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17498         nnmail-pathname-coding-system.
17499         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17500         not decoded ones according to nnmail-group-names-not-encoded-p.
17501         (nnml-generate-active-info): Use nnml-encoded-group-name.
17502
17503 2007-08-08  Glenn Morris  <rgm@gnu.org>
17504
17505         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17506         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17507         doc-strings and comments.
17508
17509 2007-07-25  Glenn Morris  <rgm@gnu.org>
17510
17511         * Relicense all FSF files to GPLv3 or later.
17512
17513 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * gnus-sum.el (gnus-summary-move-article):
17516         Make gnus-summary-respool-article work.
17517
17518 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17519
17520         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17521         string.
17522
17523 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17524
17525         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17526         that should be ignored when comparing distant RSS articles with local
17527         ones.
17528         (nnrss-make-hash-index): New function.  Create a hash index according
17529         to the ignored fields.
17530         (nnrss-check-group): Use it.
17531
17532 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17535
17536         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17537
17538         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17539         the new optional argument ENCODED is non-nil.
17540         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17541         coding system for encoding group name.
17542         (gnus-group-make-rss-group): Pass un-encoded group name to
17543         gnus-group-make-group.
17544         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17545         encoded.
17546
17547         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17548         Encode group name to which articles are moved or copied.
17549         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17550         coding system for encoding Newsgroup, Followup-To and Xref headers.
17551
17552         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17553         marks; use nnheader-file-coding-system to write a file.
17554         (nnagent-retrieve-headers): Bind file-name-coding-system to
17555         nnmail-pathname-coding-system.
17556
17557         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17558
17559         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17560         (nnml-request-article, nnml-request-create-group)
17561         (nnml-request-rename-group, nnml-find-id)
17562         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17563         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17564         (nnml-save-marks): Use nnml-group-pathname instead of
17565         nnmail-group-pathname.
17566
17567         (nnml-request-create-group, nnml-request-expire-articles)
17568         (nnml-request-move-article, nnml-request-delete-group)
17569         (nnml-deletable-article-p, nnml-possibly-create-directory)
17570         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17571         (nnml-open-marks): Bind file-name-coding-system to
17572         nnmail-pathname-coding-system.
17573
17574         (nnml-request-article): Pass server argument to nnml-find-group-number.
17575         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17576         Pass server argument to nnml-possibly-create-directory.
17577         (nnml-request-accept-article): Pass server argument to
17578         nnml-active-number and nnml-save-mail.
17579         (nnml-find-group-number): Pass server argument to nnml-find-id.
17580         (nnml-request-update-info): Pass server argument to
17581         nnml-marks-changed-p.
17582
17583         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17584         (nnml-save-mail, nnml-active-number): Add server argument.
17585
17586         (nnml-request-delete-group): Warn if group is missing.
17587         (nnml-get-nov-buffer): Decode group name.
17588         (nnml-generate-active-info): Encode group name.
17589         (nnml-open-marks): Decode group name in messages.
17590
17591 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17594         if it is not specified.
17595         (gnus-article-pipe-part, gnus-article-save-part)
17596         (gnus-article-interactively-view-part, gnus-article-copy-part)
17597         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17598         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17599         (gnus-article-replace-part, gnus-article-delete-part)
17600         (gnus-article-view-part-as-type): Pass raw prefix argument to
17601         gnus-article-part-wrapper.
17602
17603 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * gnus-agent.el (gnus-agent-save-active):
17606         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17607
17608         * gnus-cache.el (gnus-cache-save-buffers)
17609         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17610         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17611         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17612         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17613         (gnus-cache-generate-active, gnus-cache-rename-group)
17614         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17615         (gnus-cache-update-overview-total-fetched-for):
17616         Bind file-name-coding-system to nnmail-pathname-coding-system.
17617         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17618         New variables.
17619         (gnus-cache-decoded-group-name): New function.
17620         (gnus-cache-file-name): Use it.
17621         (gnus-cache-generate-active): Use non-decoded group name for active.
17622
17623         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17624         right place.
17625         (gnus-write-active-file): Don't break non-ASCII group names.
17626
17627         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17628         nnmail-pathname-coding-system.
17629
17630         * lpath.el: Bind default-file-name-coding-system,
17631         file-name-coding-system and language-info-alist for XEmacs.
17632
17633         * gnus-uu.el (gnus-uu-decode-save): Typo.
17634
17635 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17638
17639 2007-07-14  David Kastrup  <dak@gnu.org>
17640
17641         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17642         finishing actions if we did not edit the article.
17643
17644 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17647         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17648         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17649         (gnus-agent-flush-group, gnus-agent-flush-cache)
17650         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17651         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17652         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17653         (gnus-agent-regenerate-group)
17654         (gnus-agent-update-files-total-fetched-for)
17655         (gnus-agent-update-view-total-fetched-for):
17656         Bind file-name-coding-system to nnmail-pathname-coding-system.
17657         (gnus-agent-group-pathname): Don't encode file names by
17658         nnmail-pathname-coding-system.
17659         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17660         coding-system-for-write instead of buffer-file-coding-system to
17661         gnus-agent-file-coding-system.
17662
17663         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17664         Decode group name.
17665
17666         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17667
17668         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17669         (gnus-read-newsrc-el-file): Make group names unibyte.
17670
17671         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17672         nnmail-pathname-coding-system.
17673
17674         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17675         (nnrss-request-delete-group): Bind file-name-coding-system to
17676         nnmail-pathname-coding-system.
17677         (nnrss-read-server-data, nnrss-read-group-data):
17678         Bind file-name-coding-system correctly.
17679         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17680
17681         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17682         (nntp-server-to-method-cache): New variable.
17683         (nntp-group-pathname): New function that decodes non-ASCII group names.
17684         (nntp-possibly-create-directory, nntp-marks-changed-p)
17685         (nntp-save-marks, nntp-open-marks): Use it.
17686         (nntp-possibly-create-directory, nntp-open-marks):
17687         Bind file-name-coding-system to nnmail-pathname-coding-system.
17688         (nntp-open-marks): Decode group names when bootstrapping marks.
17689
17690         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17691         Newsgroups and Followup-To headers.
17692
17693 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17696         (gnus-server-closed-face, gnus-server-denied-face)
17697         (gnus-server-offline-face): Remove variable.
17698         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17699
17700         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17701         of modifying message-stack directly for XEmacs.
17702
17703         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17704         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17705         if the coding-system argument is nil for XEmacs.
17706
17707         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17708         mm-charset-override-alist.
17709
17710         * rfc2047.el: Don't require base64; require rfc2045 for the function
17711         rfc2045-encode-string.
17712         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17713         to quote the parameter value.
17714
17715 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17718         form in gnus-group-name-charset-method-alist.
17719
17720         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17721         overrides the default layout edit-form.
17722
17723         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17724
17725         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17726
17727 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17730         as unfetched articles.
17731
17732 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17733
17734         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17735
17736 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17739         original back end that keeps marks in the local system.
17740
17741 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17744         arg of pop-to-buffer for XEmacs.
17745         (gnus-article-read-summary-keys): Ditto; don't restore window
17746         configuration if summary command ends up with neither article buffer
17747         nor summary buffer; describe bindings if summary keys end with C-h.
17748
17749 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * message.el (message-fix-before-sending): Skip raw message part to be
17752         forwarded while checking illegible text.
17753         (message-forward-make-body-mime, message-forward-make-body):
17754         Mark signed or encrypted raw message as having no illegible text.
17755
17756 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17757
17758         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17759         (gnus-message-with-timestamp-1): New macro.
17760         (gnus-message-with-timestamp): New function.
17761         (gnus-message): Use them.
17762
17763         * nnheader.el (nnheader-message): Use them.
17764
17765 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17766
17767         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17768         .newsrc.eld file.
17769
17770 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * gnus-agent.el (gnus-agent-fetch-headers)
17773         (gnus-agent-retrieve-headers):
17774         Bind gnus-decode-encoded-address-function to identity.
17775
17776         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17777         available also when the server returns simply a dot.
17778
17779         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17780
17781 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17784
17785 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * gnus-ems.el (gnus-x-splash): Make it work.
17788
17789         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17790         from being used.
17791
17792         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17793
17794 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17797         4th and the 5th arguments.
17798
17799         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17800         the front stickiness.
17801         (gnus-article-summary-command-nosave): Correct the order of the
17802         arguments passed to pop-to-buffer.
17803         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17804         summary command ends up with the article buffer.
17805
17806         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17807         the same faces.
17808
17809 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17810
17811         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17812
17813 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17814
17815         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17816         * gnus-sum.el (gnus-summary-highlight):
17817         * pgg.el (pgg-sign-region, pgg-sign):
17818         * mail-source.el (mail-source-delete-old-incoming-confirm):
17819         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17820
17821 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * gnus-art.el (gnus-mime-view-part-externally)
17824         (gnus-mime-view-part-internally): Fix predicate function passed to
17825         completing-read.
17826
17827         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17828
17829         * gnus.el (gnus-update-message-archive-method): Add :version.
17830
17831 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17832
17833         * gnus.el (gnus-update-message-archive-method): New variable.
17834
17835         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17836         according to gnus-message-archive-method if
17837         gnus-update-message-archive-method is non-nil.
17838
17839 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17842         Suggested by Loic Dachary <loic@dachary.org>.
17843         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17844
17845 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * message.el (message-pop-to-buffer): Add switch-function argument.
17848         (message-mail): Pass switch-function argument to it.
17849
17850 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17851
17852         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17853         Improve doc string.
17854
17855 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17858         (gnus-header-content):
17859         * gnus-cite.el (gnus-cite-10):
17860         * gnus-srvr.el (gnus-server-closed):
17861         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17862         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17863         (gnus-group-mail-3-empty, gnus-group-mail-low)
17864         (gnus-group-mail-low-empty, gnus-splash):
17865         * message.el (message-header-to, message-header-cc)
17866         (message-header-subject, message-header-other, message-header-name)
17867         (message-header-xheader, message-separator, message-cited-text)
17868         (message-mml): Lighten colors of faces used for dark background.
17869
17870 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17871
17872         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17873         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17874
17875 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * message.el (message-narrow-to-headers-or-head):
17878         Ignore mail-header-separator in the body.
17879
17880 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17883         same as window size.
17884
17885 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17886
17887         * message.el (message-font-lock-keywords): Use message-header-xheader
17888         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17889         ahead of the anything pattern, to get it recognized.
17890
17891 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17894         spam.el loads uses it in the compiled defadvice form.
17895
17896 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17897
17898         * gnus-sum.el (gnus-articles-to-read)
17899         (gnus-summary-insert-old-articles): Don't truncate group name for
17900         `read-string'.
17901
17902         * gnus-util.el (gnus-limit-string): Delete this function.
17903
17904         * gnus-sum.el (gnus-simplify-subject-fully):
17905         Use `truncate-string-to-width' instead.
17906
17907 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17908
17909         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17910         Tell if, on summary exit, the next group has to be selected.
17911         (gnus-summary-exit): Use it.
17912
17913 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17914
17915         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17916         non-break space.
17917
17918 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17921         Check if group is not a directory.
17922         (nnfolder-request-expire-articles): Don't delete articles if the target
17923         group is not available.
17924
17925         * nnml.el (nnml-request-create-group): Properly check if group is not a
17926         file.
17927         (nnml-request-expire-articles): Don't delete articles if the target
17928         group is not available.
17929
17930         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17931         Don't quote characters that are within parentheses.
17932
17933 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17936         (gnus-handle-ephemeral-exit): Select article according to it.
17937
17938 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17939
17940         * message.el (message-insert-formated-citation-line): Remove newline.
17941         (message-citation-line-format): Add final \n here so that the user can
17942         avoid a blank line.
17943
17944 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17945
17946         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17947         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17948         Update lanl/arXiv support.
17949
17950 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17951
17952         * gnus.el: Bump version number.
17953
17954 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17955
17956         * gnus.el (gnus-version-number): Bump version.
17957
17958 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17959
17960         * gnus.el: No Gnus v0.6 is released.
17961
17962 2007-04-27  Didier Verna  <didier@xemacs.org>
17963
17964         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17965         * gmm-utils.el (gmm-regexp-concat): ... here.
17966         * message.el: Don't require 'gnus-util.
17967         (message-dont-reply-to-names): Handle name change above.
17968         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17969
17970 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17973         since the initial value varies according to the system.
17974
17975 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17978
17979 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17980
17981         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17982
17983 2007-04-24  Didier Verna  <didier@xemacs.org>
17984
17985         Improve the type of gnus-ignored-from-addresses.
17986         * gnus-util.el (gnus-orify-regexp): New function.
17987         * message.el (gnus-util): Require it.
17988         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17989         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17990         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17991
17992 2007-04-24  Didier Verna  <didier@xemacs.org>
17993
17994         * gnus-sum.el:
17995         * gnus-utils.el: Fix some trailing whitespaces.
17996
17997 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18000         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18001         article's Message-ID; refer parent article in summary buffer.
18002
18003         * message.el (message-bounce): Call mime-to-mml.
18004
18005         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18006         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18007         optimize and/or forms properly.
18008
18009 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18012         URL.
18013
18014 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18017
18018 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18021         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18022         displayed of multipart/alternative part if it is invoked from summary
18023         buffer.
18024
18025         * mm-view.el (mm-inline-text-html-render-with-w3m)
18026         (mm-inline-text-html-render-with-w3m-standalone)
18027         (mm-inline-render-with-function): Use mail-parse-charset by default.
18028
18029 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18030
18031         * parse-time.el (parse-time-string-chars): Check if CHAR
18032         is less than the length of parse-time-syntax.
18033
18034 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18037         from gnus-newsgroup-processable.
18038
18039 2007-04-16  Didier Verna  <didier@xemacs.org>
18040
18041         * gnus-msg.el (gnus-configure-posting-styles):
18042         Handle message-signature-directory properly with :file syntax.
18043         Reported by "Leo".
18044
18045 2007-04-11  Didier Verna  <didier@xemacs.org>
18046
18047         New user option: message-signature-directory.
18048         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18049         * message.el (message-insert-signature): Ditto.
18050         * message.el (message-signature-file): Doc update.
18051         * message.el (message-signature-directory): New.
18052
18053 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * gnus-msg.el (gnus-inews-yank-articles):
18056         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18057
18058 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * message.el (message-yank-original): Make sure cited text ends with
18061         newline; don't exchange point and mark.
18062
18063 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18064
18065         * tls.el (open-tls-stream): Properly handle case where there
18066         is no associated buffer.
18067
18068 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18069
18070         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18071         message-yank-original, make sure (< mark TEXT point).
18072
18073 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18074
18075         * message.el (message-fill-column): New variable.
18076         (message-mode): Use it.  Add comment on a possible new hook.
18077
18078         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18079         (nnmail-get-new-mail): Reformat.
18080
18081         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18082
18083         * gmm-utils.el: Fix Commentary.
18084         (gmm-tool-bar-from-list): Fix typo in doc string.
18085
18086 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18087
18088         * message.el (message-yank-original): Don't switch point and mark
18089         unnecessarily to put point and mark as documented.
18090
18091 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18092
18093         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18094         from the message heads.
18095
18096 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18097
18098         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18099         article buffer does not have a window.  This may not be the best
18100         solution but is certainly better than setting the start of the null,
18101         that is the current, window.
18102
18103 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18104
18105         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18106         (gnus-draft-setup): Run it.
18107
18108         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18109         gnus-score-fast-scoring.  Allow regexp.
18110         (gnus-score-headers): Use it.
18111
18112         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18113         XEmacs.
18114
18115         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18116         string.
18117         (gnus-button-alist): Also catch `<f1> k ...'.
18118         (gnus-treat-display-x-face): Fix doc string.
18119
18120 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18121
18122         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18123         evaluation of gnus-extended-version to ensure correct generation of the
18124         User-Agent header when message-generate-headers-first is used.
18125
18126 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18127
18128         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18129         hashcash-path is nil.  Don't call callback with incorrect number of
18130         parameters if val is 0.
18131
18132 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18133
18134         * message.el (message-required-news-headers):
18135         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18136
18137 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18138
18139         * tls.el (open-tls-stream): In handshake-waiting loop,
18140         don't wait more if there is output available to process.
18141
18142 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18143
18144         * tls.el (tls-program): Doc fix.
18145
18146 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * message.el (message-generate-new-buffers): Change the meaning of the
18149         nil value; add `standard' to the choices; treat t as `unique'; improve
18150         doc string.
18151         (gnus-select-frame-set-input-focus): Autoload.
18152         (message-buffer-name): Search for the existing message buffer if
18153         message-generate-new-buffers is nil or `standard'; treat the value t of
18154         message-generate-new-buffers as `unique'.
18155         (message-pop-to-buffer): Raise the frame already displaying the message
18156         buffer; clear the echo area after querying.
18157         (message-setup): Pass the `continue' argument to compose-mail.
18158         (message-mail): Prefer `switch-function' if it is given; search for the
18159         existing message buffer if the `continue' argument is non-nil; pass
18160         continue and switch-function arguments to compose-mail by way of
18161         message-setup.
18162         (message-mail-other-window): Adjust argument of message-setup.
18163         (message-mail-other-frame): Ditto.
18164
18165 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18168         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18169         to turn font-lock on when turning gnus-message-citation-mode on.
18170
18171 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18172
18173         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18174         (mml-smime-function-alist): New variable; add epg as the backend.
18175         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18176         mml-smime- functions instead.
18177         * mm-view.el: Require smime.
18178
18179 2007-03-05  Didier Verna  <didier@xemacs.org>
18180
18181         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18182         instead of just inheritance for posting styles.
18183         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18184
18185 2007-02-24  Chris Moore  <dooglus@gmail.com>
18186
18187         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18188         * pgg-pgp.el (pgg-pgp-encrypt-region):
18189         * pgg-gpg.el (pgg-gpg-encrypt-region):
18190         Check pgg-encrypt-for-me if no other recipients.
18191
18192 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18193
18194         * tls.el (tls-certtool-program): Fix custom type.
18195
18196 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18197
18198         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18199         and point-at-eol instead of line-(beginning|end)-position.
18200
18201         * assistant.el (assistant-parse-buffer): Ditto.
18202
18203         * netrc.el (netrc-parse-services): Ditto.
18204
18205 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18206
18207         * mml2015.el (mml2015-epg-find-usable-key): New function.
18208         (mml2015-epg-sign): Use it.
18209         (mml2015-epg-encrypt): Use it.
18210
18211 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * message.el (message-make-in-reply-to): Quote name containing
18214         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18215         if there are special characters.  Reported by NAKAJI Hiroyuki
18216         <nakaji@jp.freebsd.org>.
18217
18218 2007-02-27  Didier Verna  <didier@xemacs.org>
18219
18220         Include the group parameters as well as the topic ones in the
18221         inheritance filter process.
18222         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18223         argument GROUP-PARAMS-LIST.
18224         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18225
18226 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18227
18228         * nntp.el (nntp-never-echoes-commands)
18229         (nntp-open-connection-functions-never-echo-commands): New variables.
18230         (nntp-send-command): Use them.
18231
18232 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18233
18234         * mml2015.el (mml2015-epg-verify): Simplify.
18235
18236 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * mml.el (mml-content-disposition-alist): New user option.
18239         (mml-content-disposition): New function.
18240         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18241         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18242
18243 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18244
18245         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18246         verification.
18247
18248 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18249
18250         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18251         articles posted in the last 24 hours.
18252
18253 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18254
18255         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18256
18257 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18258
18259         * nntp.el (nntp-send-command): Don't wait for echoes when
18260         nntp-open-ssl-stream is used.
18261
18262 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18263
18264         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18265         (gnus-message-add-citation-keywords)
18266         (gnus-message-remove-citation-keywords): Remove.
18267         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18268         directly, make the variables in font-lock-defaults buffer-local, add
18269         gnus-message-citation-keywords to them and then update the value of
18270         font-lock-keywords.
18271
18272 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * message.el (message-cite-original-1): Don't call
18275         gnus-article-highlight-citation.
18276
18277         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18278         citations; fix line count.
18279
18280 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18283         (gnus-message-add-citation-keywords)
18284         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18285         versions of font-lock-add-keywords and font-lock-remove-keywords to
18286         work with XEmacs correctly.
18287
18288 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * gnus-cite.el (gnus-cite-face-list): Set the values of
18291         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18292         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18293         (gnus-message-cite-prefix-regexp): New variable.
18294         (gnus-message-search-citation-line): Use it; protect against long
18295         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18296         the 0th match data for Emacs.
18297         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18298         (gnus-message-add-citation-keywords): Append keywords rather than
18299         prepending; emulate font-lock-add-keywords if it is not available.
18300         (gnus-message-remove-citation-keywords):
18301         Emulate font-lock-remove-keywords if it is not available.
18302
18303         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18304
18305         * message.el (message-cite-prefix-regexp): Set the value of
18306         gnus-message-cite-prefix-regexp.
18307
18308 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18309
18310         * nnweb.el (nnweb-google-parse-1): Update parser.
18311
18312 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18313
18314         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18315
18316 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18317
18318         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18319         regexp.
18320
18321 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18324         string-to-multibyte.
18325         (uudecode-decode-region-internal): Use it.
18326
18327         * lpath.el: Fbind string-as-multibyte for XEmacs.
18328
18329 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18330
18331         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18332         Fix custom choice.
18333
18334         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18335
18336 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18337
18338         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18339
18340         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18341         `write-region' to respect `mm-inhibit-file-name-handlers'.
18342
18343 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18344
18345         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18346         Use gnus-home-directory instead of "~/" or "$HOME".
18347
18348 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18349
18350         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18351         to mention filename.
18352         Add comments at beginning regarding usage.
18353         (encrypt-write-file-contents): Change interactive so a string is
18354         acceptable.  If the file has no associated model, show an error instead
18355         of a nonsense prompt.
18356
18357 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18358
18359         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18360         Thanks to Yoshihiko Yamada for kind notification of this typo.
18361
18362 2007-01-12  Kenichi Handa  <handa@m17n.org>
18363
18364         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18365         multibyte buffer.
18366
18367 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18368
18369         * gnus-score.el (gnus-score-fast-scoring): New variable.
18370         (gnus-score-headers): Use it.
18371
18372         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18373
18374         * message.el (message-cite-original-1):
18375         Call gnus-article-highlight-citation if requested.
18376         (message-make-from): Allow name and address as optional arguments.
18377
18378         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18379
18380         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18381         bugs to doc string.
18382         (gnus-button-alist): Add mid\\|message-id.
18383         (gnus-button-fetch-group): Extend for use in
18384         `browse-url-browser-function'.
18385         (gnus-button-url-regexp): Try to catch paired parentheses like in
18386         Wikipedia URLs.
18387
18388         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18389         Suggested by Simon Krahnke <overlord@gmx.li>.
18390
18391 2007-01-13  Romain Francoise  <romain@orebokech.com>
18392
18393         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18394         Update copyright.
18395
18396 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18397
18398         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18399
18400 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18401
18402         * gnus-registry.el (gnus-registry-unfollowed-groups)
18403         (gnus-registry-split-fancy-with-parent): Fix documentation.
18404
18405 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18406
18407         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18408         from nnweb groups.
18409
18410 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18411
18412         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18413         Xref urls.  Erase buffer before requesting head.
18414
18415         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18416
18417 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18418
18419         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18420         customizable.
18421
18422 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18423
18424         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18425         no signing key is found.
18426         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18427         no encrypting and/or signing key is found.
18428
18429 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18430
18431         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18432
18433 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18434
18435         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18436         headers read from disk with the ones newly found in the current search.
18437         This should no longer cause problems, because the article numbers in
18438         Gmane's `nov.php' output are ignored since the previous change.
18439
18440 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18441
18442         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18443
18444 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18447         replace-regexp-in-string; bind url-version; fbind display-images-p and
18448         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18449         find-face and set-itimer-function for Emacs; bind itimer-list for
18450         Emacs.
18451
18452         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18453
18454 2007-01-01  Romain Francoise  <romain@orebokech.com>
18455
18456         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18457
18458 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18459
18460         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18461         `define-minor-mode' macro definition expanded properly.
18462         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18463         exclude it there.
18464
18465         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18466         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18467         `fboundp' test.
18468         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18469         This is OK to autoload in (S)XEmacs now.
18470
18471 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18472
18473         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18474         keystroke.
18475         (gnus-summary-limit-to-singletons): Fix typo.
18476
18477         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18478         else fails.
18479
18480 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18481
18482         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18483         docstring.
18484
18485         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18486         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18487         (gnus-summary-insert-dormant-articles): Fix typo in message.
18488
18489 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18490
18491         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18492         nil for XEmacs.
18493         (gnus-message-citation-mode): Don't autoload in XEmacs.
18494
18495         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18496
18497 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18498
18499         * nnimap.el (nnimap-expunge-search-string):
18500         Mention nnimap-search-uids-not-since-is-evil in docstring.
18501
18502 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18503
18504         * spam.el: Revert to make-obsolete-variable because
18505         define-obsolete-variable-alias is not supported in Emacs 21.
18506
18507         * spam.el (spam-ifile-path, spam-ifile-database-path)
18508         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18509         make-obsolete-variable.
18510         (spam-bsfilter-path, spam-bsfilter-program)
18511         (spam-spamassassin-path, spam-spamassassin-program)
18512         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18513         Don't use "path" inappropriately.
18514         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18515         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18516         variable names.
18517
18518 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18519
18520         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18521         summary buffer.
18522
18523         * password.el (password-cache-remove): Use clear-string to burn
18524         password, if available.
18525
18526 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18527
18528         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18529
18530         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18531
18532         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18533         (gnus-message-highlight-citation): Move defcustom here from
18534         gnus-cite.el.
18535         (gnus-message-citation-mode): Autoload.
18536
18537         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18538         checks to make it compile with XEmacs.
18539         (gnus-message-citation-mode): New minor mode.
18540         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18541         (gnus-message-highlight-citation): New variables.
18542         (gnus-message-search-citation-line)
18543         (gnus-message-add-citation-keywords)
18544         (gnus-message-remove-citation-keywords)
18545         (turn-on-gnus-message-citation-mode)
18546         (turn-off-gnus-message-citation-mode): New functions.
18547
18548 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18549
18550         * gnus-cite.el: Enable highlighting of different citation levels in
18551         message-mode.
18552
18553 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18554
18555         * message.el (message-make-fqdn): Fix comment.
18556         (message-bogus-system-names): Add ".local".
18557
18558         * spam.el (spam-ifile-path, spam-ifile-program)
18559         (spam-ifile-database-path, spam-ifile-database)
18560         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18561         Don't use "path" inappropriately.
18562         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18563         strings.
18564         (spam-check-ifile, spam-ifile-register-with-ifile)
18565         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18566         Use new variable names.
18567
18568         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18569         (gnus-treat-display-smileys): Simplify using
18570         gnus-image-type-available-p.
18571
18572         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18573         available.
18574
18575         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18576         Use `display-images-p' if available.
18577
18578 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18581         one after turning on the buffer's multibyteness instead of decoding
18582         them directly in the unibyte buffer that causes unexpected conversion
18583         in Emacs 23 (unicode).
18584
18585 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18586
18587         * message.el (message-generate-hashcash): Fix custom type.
18588
18589 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18592
18593 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18594
18595         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18596         disconnect icons.  Add help text.
18597
18598 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18599
18600         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18601         negated to be consistent with the others we handle.
18602
18603 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18604
18605         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18606         version of gnus-summary-buffer to something, so that we can use two
18607         article buffers at the same time.
18608
18609 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18610
18611         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18612         trigger all the extra headers.
18613         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18614         sorting.
18615
18616 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18617
18618         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18619         solid groups.
18620
18621 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18622
18623         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18624
18625 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18626
18627         * legacy-gnus-agent.el: Add Copyright notice.
18628
18629 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18630
18631         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18632
18633 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18634
18635         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18636
18637         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18638         to make it work reliably in CVS Emacs.
18639         (gnus-summary-limit-strange-charsets-predicate)
18640         (gnus-summary-limit-to-predicate): New functions.
18641
18642 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18643
18644         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18645         specifying array size.
18646         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18647         array if it is too small.
18648         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18649         (gnus-sort-threads-loop): New function.
18650
18651 2006-12-06  Chris Moore  <dooglus@gmail.com>
18652
18653         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18654         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18655
18656 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18657
18658         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18659         options.
18660
18661 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18662
18663         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18664         DOS-ing the recipient.
18665
18666         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18667         the headers when creating the mapping to avoid mismappings.
18668         (nnweb-gmane-create-mapping): Always nix out old mapping.
18669
18670 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18673         and mm-verify-option to never.
18674
18675 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * message.el (message-signed-or-encrypted-p): New function.
18678         (message-forward-make-body): Use it.
18679
18680         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18681         Replace encode-coding-string with mm-encode-coding-string.
18682
18683 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * nneething.el (nneething-decode-file-name):
18686         Replace decode-coding-string with mm-decode-coding-string.
18687
18688         * gnus-int.el (gnus-open-server): Say failed server's name.
18689
18690 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18691
18692         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18693         strings to a single string.  Quote `errors-file-name'.
18694         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18695         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18696         Adjust calls.  Use `shell-quote-argument'.
18697
18698 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18699
18700         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18701         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18702
18703         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18704         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18705         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18706         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18707         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18708         (gnus-subscribe-newsgroup, gnus-1):
18709         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18710         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18711         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18712         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18713
18714 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18715
18716         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18717         keystroke.
18718         (gnus-summary-limit-to-bodies): Implement headersp.
18719
18720 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18721
18722         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18723
18724 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18727
18728 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18729
18730         * message.el (message-generate-hashcash): Expand range of values to
18731         include `opportunistic'.
18732         (message-send-mail): Use it.
18733
18734 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18735
18736         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18737         and comment it.
18738
18739         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18740
18741 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18742
18743         * gnus-util.el (gnus-extract-address-components): Improve comment.
18744
18745 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * gnus-util.el (gnus-extract-address-components): Work with address in
18748         which the name portion contains @.
18749
18750         * lpath.el: Fbind custom-autoload.
18751
18752 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18753
18754         * gnus.el (gnus-start): Move custom group up.
18755         (gnus-select-method): Don't autoload, but make it available for
18756         `customize-variable'.
18757         (gnus-getenv-nntpserver): Don't autoload.
18758
18759 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18760
18761         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18762
18763 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18764
18765         * message.el (message-sendmail-extra-arguments): New variable.
18766         (message-send-mail-with-sendmail): Use it.
18767
18768 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18769
18770         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18771         mm-with-unibyte-current-buffer to make string unibyte.
18772
18773         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18774         mm-string-as-multibyte.
18775
18776 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18777
18778         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18779         Reported by Werner Koch <wk@gnupg.org>.
18780
18781 2006-11-14  Daiki Ueno  <ueno@p360>
18782
18783         * mml2015.el: Autoload epa-select-keys when compiling.
18784
18785 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18786
18787         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18788         message-options.
18789         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18790
18791 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18792
18793         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18794         EasyPG (< 0.0.6).
18795         (mml2015-always-trust): New user option.
18796         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18797         prompt.
18798
18799 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18800
18801         * nntp.el (nntp-authinfo-force): New variable.
18802         (nntp-send-authinfo): Use it.
18803
18804 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18805
18806         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18807         decode encoded words.  Improve prompt.  Add comment about forwarding.
18808         (message-replacement-char): Move up.
18809
18810 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18811
18812         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18813         instead of gnus-intersection because arguments of gnus-sorted-nunion
18814         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18815
18816 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18817
18818         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18819         (message-simplify-subject-functions):
18820         Enable message-strip-subject-encoded-words by default.
18821
18822 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18823
18824         * message.el (message-strip-subject-encoded-words): New function.
18825         (message-simplify-subject-functions): New variable.
18826         (message-simplify-subject): Use it.  Fix typo in doc string.
18827         Support message-strip-subject-encoded-words.
18828
18829 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18830
18831         * gnus-diary.el (gnus-diary-delay-format-function):
18832         * nndiary.el (nndiary-reminders):
18833         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18834
18835 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18836
18837         * gnus-art.el (article-hide-boring-headers): Fetch date from
18838         gnus-original-article-buffer to avoid problems with localized date
18839         strings.
18840
18841 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18844
18845 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18846
18847         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18848         New variables.
18849         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18850         (mm-charset-synonym-alist): Move some entries to
18851         mm-codepage-iso-8859-list.
18852         (mm-charset-synonym-alist, mm-charset-override-alist):
18853         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18854
18855 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18856
18857         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18858
18859 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18860
18861         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18862         with Emacs 21 and XEmacs.
18863
18864 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18865
18866         * spam.el (spam-parse-address): New function for better parsing,
18867         catching errors, etc.
18868         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18869
18870 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18871
18872         * mm-view.el: Add interactive arg to html2text autoload.
18873
18874 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18875
18876         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18877
18878 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18879
18880         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18881         New variables.
18882         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18883         (mm-charset-synonym-alist): Move some entries to
18884         mm-codepage-iso-8859-list.
18885
18886         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18887
18888 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18889
18890         * message.el (message-citation-line-format)
18891         (message-insert-formated-citation-line): Fix implementation of %E, %N
18892         and %n according to the doc string.
18893
18894 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18895
18896         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18897         Use car-safe to avoid bad parses.
18898
18899 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18900
18901         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18902         names.
18903
18904         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18905
18906 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18909         header.
18910
18911         * message.el (message-draft-headers): Add Date.
18912         (message-headers-to-generate): Fix typo in docstring.
18913
18914         * nndraft.el (nndraft-required-headers): New variable.
18915         (nndraft-generate-headers): Use it.
18916
18917         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18918
18919 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18920
18921         * gnus-registry.el (gnus-registry-wash-for-keywords)
18922         (gnus-registry-find-keywords): New functions to allow easy searching of
18923         articles that are in the registry.
18924
18925 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18926
18927         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18928         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18929         Reported by Damien Elmes <damien@repose.cx>.
18930
18931 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18932
18933         * gnus.el (gnus-mime): Remove unused custom group.
18934
18935 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18936
18937         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18938         "blank line" when searching for end of armor headers.
18939
18940 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * gmm-utils.el (gmm-write-region): Fix variable name.
18943
18944 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18945
18946         * gmm-utils.el (gmm-write-region): New function based on compatibility
18947         code from `mm-make-temp-file'.
18948
18949         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18950
18951         * nnmaildir.el (nnmaildir--update-nov)
18952         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18953         Use `gmm-write-region'.
18954
18955 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18956
18957         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18958         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18959
18960         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18961
18962         * message.el (message-replacement-char): New variable.
18963         (message-fix-before-sending): Use it.
18964         (message-simplify-subject): New function to remove duplicate code.
18965         (message-reply, message-followup): Use it.
18966
18967         * gnus-sum.el (gnus-summary-make-menu-bar):
18968         Clarify gnus-summary-limit-to-articles.
18969
18970 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * gnus-util.el (gnus-with-local-quit): New macro.
18973
18974         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18975
18976 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18977
18978         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18979         ignore non-string data.
18980
18981 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18982
18983         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18984         non-string data (needs to be done in the registry too).
18985
18986 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18987
18988         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18989         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18990         (gnus-registry-split-fancy-with-parent)
18991         (gnus-registry-fetch-simplified-message-subject-fast)
18992         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18993         Remove text properties on ingress into the registry and when it's saved.
18994         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18995         registry from entries with no groups.
18996
18997 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18998
18999         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19000         function to remove string properties.
19001
19002 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19003
19004         * gmm-utils.el (gmm): Adjust custom version.
19005
19006         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19007         Adjust custom version.
19008
19009         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19010
19011 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19012
19013         * gnus-art.el (gnus-insert-prev-page-button)
19014         (gnus-insert-next-page-button): Simplify.  Reformat.
19015
19016 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19017
19018         * gnus-art.el (gnus-insert-prev-page-button)
19019         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19020
19021 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19022
19023         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19024
19025 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19026
19027         * gnus-art.el (gnus-insert-mime-button)
19028         (gnus-insert-mime-security-button):
19029         Apply gnus-article-button-face to MIME and security buttons.
19030
19031 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19032
19033         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19034         readable.
19035
19036 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19039
19040 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19041
19042         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19043         `browse-url-of-file' instead of `browse-url'.
19044
19045 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19046
19047         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19048         regexp.  Articles containing quotation were cut prematurely.
19049
19050 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * message.el (message-cite-original-1): Use nobody by default for the
19053         value of From header.
19054         (message-reply): Ditto.
19055
19056 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19057
19058         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19059         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19060         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19061
19062 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19063
19064         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19065         mails in the doc string.  Add some URLs in comment.
19066         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19067
19068 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19071         backslashes handling and the way to find boundaries of quoted strings.
19072
19073 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19074
19075         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19076         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19077         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19078         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19079
19080 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19081
19082         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19083         doc string.
19084         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19085
19086 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * lpath.el: Fbind epg-check-configuration.
19089
19090 2006-09-06  Simon Josefsson  <jas@extundo.com>
19091
19092         * mml2015.el (mml2015-use): Doc fix, mention epg.
19093
19094 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19095
19096         * mml2015.el (mml2015-use): Default to epg, if available.
19097
19098 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19099
19100         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19101         message-sender.
19102         (mml1991-epg-encrypt): Ditto.
19103         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19104         message-sender.
19105         (mml2015-epg-encrypt): Ditto.
19106
19107 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19108
19109         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19110         several common directories.
19111
19112 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19113
19114         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19115         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19116
19117 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * gnus-art.el (article-decode-encoded-words): Make it fast.
19120
19121 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19122
19123         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19124
19125         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19126         in quoted string into `\'.
19127
19128 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19131         Use standard-syntax-table.
19132
19133 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19134
19135         * gnus-art.el (gnus-decode-address-function): New variable.
19136         (article-decode-encoded-words): Use it to decode headers which are
19137         assumed to contain addresses.
19138         (gnus-mime-delete-part): Remove useless `or'.
19139
19140         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19141         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19142         (gnus-nov-parse-line): Use it to decode From header.
19143         (gnus-get-newsgroup-headers): Ditto.
19144         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19145
19146         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19147         (mail-decode-encoded-address-string): New alias.
19148
19149         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19150         New function.
19151         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19152         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19153         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19154         (rfc2047-decode-string): Ditto.
19155         (rfc2047-decode-address-region): New function.
19156         (rfc2047-decode-address-string): New function.
19157
19158 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19159
19160         * message.el (message-caesar-buffer-body): Allow rotating headers.
19161
19162         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19163
19164         * message.el (message-insert-formated-citation-line): Fix %f.
19165         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19166
19167 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19168
19169         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19170         (gnus-bookmark-mouse-available-p): New macro.
19171         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19172         (gnus-bookmark-bmenu-show-infos): Use it.
19173         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19174         (gnus-bookmark-bmenu-hide-infos): Ditto.
19175         (gnus-bookmark-remove-properties): New function.
19176         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19177         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19178         (gnus-bookmark-write-file): Bind coding-system-for-write.
19179         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19180         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19181         group before selecting it.
19182         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19183         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19184         quit-window if it is not available; use gnus-mouse-2 and bind it to
19185         gnus-bookmark-bmenu-select-by-mouse.
19186         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19187         (gnus-bookmark-bmenu-select-by-mouse): New function.
19188
19189 2006-08-13  Romain Francoise  <romain@orebokech.com>
19190
19191         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19192         space.
19193
19194 2006-08-10  Romain Francoise  <romain@orebokech.com>
19195
19196         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19197         (dns-mode-soa-auto-increment-serial): New user option.
19198         (dns-mode-soa-maybe-increment-serial): New function.
19199         (dns-mode): Add the latter to `write-contents-functions'.
19200
19201 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * compface.el (uncompface): Use binary rather than raw-text-unix.
19204
19205 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * compface.el (uncompface): Make sure the eol conversion doesn't take
19208         place when communicating with the external programs.
19209         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19210
19211 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19214
19215 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19216
19217         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19218         Make it more robust by parsing author and date independently.
19219
19220 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19223
19224 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19225
19226         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19227         first matching secret key.
19228         (mml2015-epg-encrypt): Ditto.
19229
19230         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19231         first matching secret key.
19232         (mml1991-epg-encrypt): Ditto.
19233
19234         * mml2015.el (mml2015-encrypt-to-self): New user option.
19235         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19236         mml2015-epg-encrypt-to-self is set.
19237
19238         * mml1991.el (mml1991-encrypt-to-self): New variable.
19239         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19240         mml1991-epg-encrypt-to-self is set.
19241
19242         * mml2015.el (mml2015-signers): New user option.
19243         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19244         (mml2015-epg-encrypt): Allow to select signing keys.
19245
19246         * mml1991.el (mml1991-signers): New variable.
19247         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19248         (mml1991-epg-encrypt): Allow to select signing keys.
19249
19250 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * nnheader.el (nnheader-insert-head): Make it work even if the file
19253         uses CRLF for the line-break code.
19254
19255 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19256
19257         * mml2015.el: Require mml-sec instead of password.
19258         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19259         (mml2015-cache-passphrase): Inherit the default value from
19260         mml-secure-cache-passphrase.
19261         (mml2015-passphrase-cache-expiry): Inherit the default value from
19262         mml-secure-passphrase-cache-expiry.
19263
19264         * mml1991.el: Require mml-sec instead of password.
19265         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19266         (mml1991-cache-passphrase): Inherit the default value from
19267         mml-secure-cache-passphrase.
19268         (mml1991-passphrase-cache-expiry): Inherit the default value from
19269         mml-secure-passphrase-cache-expiry.
19270
19271         * mml-sec.el: Require password.
19272         (mml-secure-verbose): New user option.
19273         (mml-secure-cache-passphrase): New user option.
19274         (mml-secure-passphrase-cache-expiry): New user option.
19275
19276 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19277             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19278
19279         * pgg-def.el (pgg-truncate-key-identifier):
19280         Truncate the key ID to 8 letters from the end.
19281
19282 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19283
19284         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19285         workaround for the url package included with Emacs.
19286
19287         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19288
19289 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19292         correctly.  This fixes a bug caused by the 2006-05-12 change.
19293
19294 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19295
19296         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19297         some information about the error when saying that the `bogus' mail
19298         group will be used.
19299
19300 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19301
19302         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19303         string.
19304
19305 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19306
19307         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19308
19309 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19310
19311         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19312
19313 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19314
19315         * mml1991.el (mml1991-function-alist): Add epg.
19316         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19317         (mml1991-epg-encrypt): New functions.
19318
19319 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19320
19321         * mml2015.el (mml2015-verbose): New variable.
19322         (mml2015-cache-passphrase): Ditto.
19323         (mml2015-passphrase-cache-expiry): Ditto.
19324         (mml2015-function-alist): Add epg.
19325         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19326         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19327         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19328         New functions.
19329
19330 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19331
19332         * message.el (message-cite-original-1): Preserve region when removing
19333         quoted text due to X-No-Archive in order to avoid bogus attribution
19334         when citing multiple messages.
19335
19336 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19337
19338         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19339         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19340
19341 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19342
19343         * gnus-diary.el (gnus-user-format-function-d)
19344         (gnus-user-format-function-D): Autoload.
19345
19346         * imap.el (Commentary): Fix typo.
19347
19348         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19349         2006-04-22 contribution.
19350
19351 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19352
19353         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19354         It didn't really fix the bogosity I'm seeing with solid web groups.
19355
19356 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19357
19358         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19359         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19360         created using server names.  If we use the feature without declaring
19361         it, Gnus does not properly manage server and group state.
19362
19363         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19364         bound.
19365
19366 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19367
19368         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19369         looking up the method using GROUP's prefix before inventing a new one.
19370         It is used on killed/unknown groups in various places where returning
19371         an all-new method isn't expected by the caller.
19372
19373         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19374         and match semantics of gnus-group-real-prefix.
19375
19376 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19377
19378         * nnmail.el (nnmail-broken-references-mailers): New variable.
19379         (nnmail-ignore-broken-references): New function generalizing
19380         nnmail-fix-eudora-headers.
19381         (nnmail-fix-eudora-headers): Now obsolete.
19382
19383         * gnus-art.el (gnus-button-handle-custom):
19384         Support `customize-apropos*'.
19385
19386 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19387
19388         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19389
19390         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19391         articles.
19392
19393 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19394
19395         * message.el (message-cite-reply-above): New variable.
19396         (message-yank-original): Use it.
19397
19398 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19401
19402 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19403
19404         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19405         as read.
19406
19407         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19408
19409 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19410
19411         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19412         (gnus-bookmark-default-file): Use gnus-directory.
19413         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19414         Remove "*" in doc string.
19415         (gnus-bookmark-write-file): Simplify.
19416         (gnus-bookmark-maybe-sort-alist): Use `when'.
19417         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19418         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19419         Add FIXME about Emacs 21 and XEmacs compatibility.
19420         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19421         compatibility.
19422         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19423         compatibility.
19424         (gnus-bookmark-menu-heading): Fix version.
19425
19426 2006-06-19  Bastien Guerry  <bzg@altern.org>
19427
19428         * gnus-bookmark.el: New file.
19429
19430 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19431
19432         * message.el (message-syntax-checks): Doc fix.
19433
19434 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19435
19436         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19437         unsubscribed groups as if they were killed ones.  It causes duplicate
19438         entries in gnus-newsrc-alist.
19439
19440 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * message.el (message-syntax-checks): Doc fix.
19443         (message-send-mail): Add check for continuation headers.
19444         (message-check-news-header-syntax): Fix regexp used to check for
19445         continuation headers.
19446
19447 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19450
19451 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19452
19453         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19454
19455 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19458         default-truncate-lines.
19459
19460 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19463         to fill the utf-8 entry.
19464
19465         * lpath.el: Fbind unicode-precedence-list.
19466
19467 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19468
19469         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19470
19471 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19472
19473         * gnus-agent.el (directory-files-and-attributes): Move all the way
19474         forward (the third and final move).
19475         (gnus-agent-read-agentview): Trap reconstruction errors due to
19476         nonexistent directory.  Handle by returning nil.
19477
19478 2006-05-30  Didier Verna  <didier@xemacs.org>
19479
19480         * message.el (message-dont-reply-to-names): Update the custom type.
19481         * message.el (message-dont-reply-to-names): New defsubst: potentially
19482         convert a list of regexps into a single one.
19483         * message.el (message-get-reply-headers): Use it.
19484         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19485
19486 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * gnus-agent.el (directory-files-and-attributes): Move forward.
19489
19490 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19491
19492         * gnus-ml.el (gnus-mailing-list-subscribe)
19493         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19494         (gnus-mailing-list-message): Fix doc strings.
19495
19496 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19497
19498         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19499         of doing it manually.
19500
19501 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19504         comment.
19505
19506 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19507
19508         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19509         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19510         (gnus-agent-read-local): All symbols allocated in my-obarray.
19511         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19512         (gnus-agent-regenerate-group): Check numeric names to see if they are
19513         messages or groups.
19514         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19515         better way of do this...)
19516
19517         * gnus-cache.el (gnus-agent-total-fetched-for):
19518         Ignore 'dummy.group' (there should be a better way of do this...)
19519
19520 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19523         (gnus-saved-headers): Ditto.
19524         (gnus-default-article-saver): Mention functions may have properties.
19525         (gnus-article-save): Override gnus-save-all-headers and
19526         gnus-saved-headers by :headers property which saver function may have.
19527         (gnus-summary-save-in-file): Add :headers property.
19528         (gnus-summary-write-to-file): Ditto.
19529
19530         * gnus-sum.el (gnus-summary-save-article): Bind
19531         gnus-prompt-before-saving to t when saving many articles in a file;
19532         always show all headers.
19533
19534         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19535
19536 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19539         marks.
19540
19541         * message.el (message-indent-citation): Add optional arguments to allow
19542         using it outside of message buffers.
19543
19544         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19545         (gnus-article-treat-unfold-headers): Use it.
19546         (gnus-article-truncate-lines): New variable.
19547         (gnus-article-mode): Use it.
19548         (gnus-article-toggle-truncate-lines): New function.
19549
19550         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19551         Add gnus-article-toggle-truncate-lines.
19552
19553         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19554         coding system in XEmacs, use binary.
19555
19556 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19557
19558         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19559         after-load-alist.
19560
19561         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19562         this function should save decoded articles.
19563         (gnus-summary-write-to-file): Use property to specify this function
19564         should save decoded articles and specify gnus-summary-save-in-file
19565         should be used to save articles other than the first one when saving
19566         many articles.
19567         (gnus-summary-save-body-in-file): Use property to specify this
19568         function should save decoded articles.
19569         (gnus-summary-write-body-to-file): Use property to specify this
19570         function should save decoded articles and specify
19571         gnus-summary-save-body-in-file should be used to save articles other
19572         than the first one when saving many articles.
19573
19574         * gnus-sum.el (gnus-summary-save-article): Simplify.
19575
19576 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19577
19578         * gnus-art.el (gnus-default-article-saver):
19579         Add gnus-summary-write-body-to-file.
19580         (gnus-article-save-coding-system): Don't use coding system object
19581         in XEmacs.
19582         (gnus-read-save-file-name): Add optional `dir-var' argument which
19583         specifies directory in which files are saved; work even if optional
19584         `variable' argument is not specified.
19585         (gnus-summary-write-to-file): Read file name.
19586         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19587         (gnus-summary-write-body-to-file): New function.
19588
19589         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19590         (gnus-summary-local-variables): Add it.
19591         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19592         (gnus-summary-save-article): Remove optional `decode' argument;
19593         determine whether to decode articles by the value of
19594         gnus-default-article-saver; when saving many files using
19595         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19596         it first and use gnus-summary-save-in-file or
19597         gnus-summary-save-body-in-file thereafter unless
19598         gnus-prompt-before-saving is always; move point to article which
19599         will be saved.
19600         (gnus-summary-save-article-file): Revert.
19601         (gnus-summary-write-article-file): Revert.
19602         (gnus-summary-save-article-body-file): Revert.
19603         (gnus-summary-write-article-body-file): New function.
19604
19605 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19606
19607         * gnus-art.el (gnus-default-article-saver): Doc fix.
19608         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19609         from gnus-summary-save-article-coding-system, and default to a
19610         certain coding system.
19611         (gnus-output-to-file): Add coding cookie and encode text according
19612         to gnus-article-save-coding-system; don't use mm-append-to-file.
19613
19614         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19615         gnus-art.el and rename to gnus-article-save-coding-system.
19616         (gnus-summary-save-article): Require gnus-art; don't show all
19617         headers if it decodes articles; don't add coding cookie here;
19618         don't bind mm-text-coding-system-for-write.
19619         (gnus-summary-save-article-file): Save decoded articles.
19620         (gnus-summary-write-article-file): When saving many files, use
19621         gnus-summary-write-to-file first and gnus-summary-save-in-file
19622         thereafter unless gnus-prompt-before-saving is always.
19623         (gnus-summary-save-article-body-file): Save decoded articles.
19624
19625         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19626
19627 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19628
19629         * nnrss.el (nnrss-check-group): Bind hash-index.
19630
19631 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19632
19633         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19634         its hash index.  Store this hash in `nnrss-group-data'.
19635         (nnrss-read-group-data): Update accordingly.
19636
19637 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19638
19639         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19640         entry.
19641
19642         * gnus-sum.el (gnus-summary-make-menu-bar):
19643         Add gnus-article-browse-html-article.
19644
19645 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19646
19647         * gnus-sum.el (gnus-summary-mime-map):
19648         Add gnus-article-browse-html-article.
19649
19650         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19651
19652 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19653
19654         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19655         suitable coding systems in customize.
19656
19657 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19658
19659         * mail-source.el (mail-sources): Fix custom type.
19660
19661 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19662
19663         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19664         (gnus-summary-expire-articles-now): Shorten prompt.
19665
19666         * gmm-utils.el (wid-edit): Require.
19667         (defun-gmm): Rename from `gmm-defun-compat'.
19668         (gmm-image-search-load-path): Use it.
19669         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19670
19671 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19672
19673         * gnus-sum.el (gnus-summary-save-article-coding-system):
19674         New variable.
19675         (gnus-summary-save-article): Add optional `decode' argument.
19676         If it is set and gnus-summary-save-article-coding-system is non-nil,
19677         save decoded article.
19678         (gnus-summary-write-article-file): Save decoded article if
19679         gnus-summary-save-article-coding-system is non-nil.
19680
19681         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19682         type.
19683
19684 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19687
19688 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19689
19690         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19691         first to test gnus-single-article-buffer which may be buffer-local.
19692
19693         * gnus-sum.el (gnus-summary-setup-buffer):
19694         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19695         group; make gnus-article-buffer, gnus-article-current, and
19696         gnus-original-article-buffer always buffer-local.
19697         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19698         group.
19699         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19700
19701 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19702
19703         * nnml.el (nnml-request-compact-group): Compressed files might not
19704         have .gz extension.
19705
19706 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19707
19708         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19709         (mm-copy-to-buffer): Use with-current-buffer.
19710         (mm-display-part): Simplify.
19711         (mm-inlinable-p): Add optional arg `type'.
19712
19713 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19714
19715         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19716         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19717         Try harder to show the attachment internally or externally using
19718         gnus-mime-view-part-as-type.
19719
19720 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19721
19722         * message.el (message-from-style, message-signature-separator)
19723         (message-user-organization-file, message-send-mail-function)
19724         (message-citation-line-function, message-yank-prefix)
19725         (message-indent-citation-function, message-signature)
19726         (message-signature-file, message-signature-insert-empty-line):
19727         Remove autoloads.
19728
19729         * gnus-art.el (gnus-buttonized-mime-types):
19730         Remove "multipart/signed".  Revert 2006-04-26 change.
19731
19732 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19733
19734         * gnus.el (gnus-version-number): Bump version.
19735
19736 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19737
19738         * gnus.el: No Gnus v0.5 is released.
19739
19740 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19741
19742         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19743         fetching articles by message-id.
19744
19745 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19746
19747         * message.el (hashcash): Require hashcash as normal.
19748
19749         * ecomplete.el (ecomplete-highlight-match-line):
19750         Use point-at-eol.
19751         (ecomplete-highlight-match-line): Use `highlight', because that
19752         face exists in both Emacs and XEmacs.
19753
19754         * message.el (message-display-abbrev): Use point-at-bol.
19755
19756         * mail-source.el: Don't require timer/timer-funcs.
19757
19758         * gnus-async.el: Ditto.
19759
19760         * password.el: Ditto.
19761
19762         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19763
19764         * mm-url.el: Ditto.
19765
19766         * gnus-xmas.el: Don't require timer-funcs.
19767
19768         * mm-util.el: Require timer/timer-funcs.
19769
19770 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19771
19772         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19773         Close.
19774
19775 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19778         unibyte after clear-decrypt function runs.
19779
19780         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19781         returns as a unibyte string.
19782
19783 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19784
19785         * lpath.el: Revert.
19786
19787         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19788         (pgg-gpg-process-sentinel): Revert.
19789
19790         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19791         (pgg-pgp-lookup-key): Revert.
19792
19793         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19794         (pgg-pgp5-lookup-key): Revert.
19795
19796         * pgg.el (pgg-fetch-key): Revert.
19797
19798 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19799
19800         * lpath.el: Fbind string-as-multibyte for XEmacs.
19801
19802         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19803         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19804         (mml1991-pgg-encrypt): Ditto.
19805
19806         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19807         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19808         a multibyte buffer.
19809
19810         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19811         (pgg-pgp-lookup-key): Ditto.
19812
19813         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19814         (pgg-pgp5-lookup-key): Ditto.
19815
19816         * pgg.el (pgg-fetch-key): Ditto.
19817
19818 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19819
19820         * message.el (message-user-organization-file): Check several
19821         locations of the organization file.
19822
19823         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19824         Add gnus-article-view-part-as-type.
19825
19826         * gnus-art.el (gnus-article-view-part-as-type): New function.
19827
19828         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19829         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19830
19831         * mml.el: Simplify autoload.
19832         (mml-mode): defvar dnd-protocol-alist instead of using
19833         symbol-value.
19834         (mml-default-directory): New variable.
19835         (mml-minibuffer-read-file): Use it.
19836         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19837
19838         * message.el (message-citation-line-format): New variable.
19839         (message-insert-formated-citation-line): New function.
19840         (message-citation-line-function):
19841         Add `message-insert-formated-citation-line' to custom type.
19842
19843         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19844         to doc string.
19845
19846         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19847         depending on mm-verify-option.
19848
19849 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19850
19851         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19852         binding pgg-* variables; reimplement the section which prevents
19853         MIME header from being signed.
19854         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19855         pgg-text-mode; remove a blank line at the top of body.
19856
19857         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19858         lines at the top of body; use gnus-newsgroup-charset if there's no
19859         Charset header.
19860
19861 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19862
19863         * message.el (message-self-insert-commands): Doc fix.
19864
19865         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19866         (mm-uu-pgp-encrypted-test): Ditto.
19867         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19868         between header and body; return application/pgp-encrypted handle
19869         if decryption failed; decode decrypted body by charset.
19870
19871         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19872         element match to application/pgp-*.
19873
19874 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19875
19876         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19877         HTML.
19878
19879 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19880
19881         * mail-source.el (mail-source-call-script): Message the error
19882         string.
19883
19884 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19885
19886         * gnus-util.el (gnus-byte-compile): Use it.
19887
19888 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19889
19890         * gnus-util.el (kill-empty-logs): New function.
19891
19892 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19893
19894         * message.el (message-mail-alias-type): Doc fix.
19895         (message-mail-alias-type-p): New function.
19896         (message-send): Use it.
19897         (message-mode): Ditto.
19898         (message-strip-forbidden-properties): Ditto.
19899
19900         * ecomplete.el (ecomplete-database-file-coding-system):
19901         New variable.
19902         (ecomplete-save): Use it.
19903         (ecomplete-setup): Use it.
19904
19905 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19906
19907         * message.el (message-self-insert-commands): New variable.
19908         (message-strip-forbidden-properties): Use it.
19909
19910 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19911
19912         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19913         that doesn't make XEmacs choke.
19914
19915 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19916
19917         * gnus-util.el (gnus-replace-in-string):
19918         Prefer replace-regexp-in-string over of replace-in-string.
19919
19920 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19921
19922         * gnus-util.el (gnus-select-frame-set-input-focus):
19923         Use select-frame-set-input-focus if it is available in XEmacs; use
19924         definition defined in Emacs 22 for old Emacsen.
19925
19926         * dgnushack.el: Autoload unmorse-region for XEmacs.
19927
19928         * lpath.el: Bind cursor-in-non-selected-windows and
19929         select-frame-set-input-focus for XEmacs.
19930
19931 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19932
19933         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19934
19935 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19936
19937         * gnus-registry.el (gnus-registry-cache-save): Remove text
19938         properties when saving via the temp buffer.
19939
19940 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19941
19942         * message.el (message-generate-hashcash): Honor custom type.
19943
19944 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19945
19946         * message.el (message-generate-hashcash): Default to non-nil when
19947         hashcash is found.
19948
19949         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19950         (gnus-refer-thread-limit): Increase default to 500.
19951
19952         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19953
19954         * flow-fill.el (fill-flowed): Allow delete-space.
19955
19956 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19957
19958         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19959         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19960         Remove autoloads.
19961
19962 2006-04-18  Simon Josefsson  <jas@extundo.com>
19963
19964         * message.el (message-generate-hashcash): Default to.
19965
19966 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19969         concatenating segments rather than before concatenating them.
19970
19971 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19972
19973         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19974
19975 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19976
19977         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19978
19979         * message.el (message-forward-make-body-plain):
19980         Allow message-forward-ignored-headers to be a list.
19981         (message-remove-ignored-headers): Factor out into function.
19982         (message-forward-make-body-mml): Use it.
19983
19984         * imap.el (imap-quote-specials): New function.
19985         (imap-login-auth): Quote specials.
19986
19987         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19988         (rfc2231-parse-string): Allow concatanation of parameters that
19989         aren't contiguous.  The test case is
19990           (mail-header-parse-content-type "message/external-body;
19991             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19992             access-type=LOCAL-FILE;
19993             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19994
19995 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19996
19997         * nntp.el (nntp-accept-process-output): Return the value of
19998         `nnheader-accept-process-output'.
19999
20000 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20001
20002         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20003         (gnus-button-alist): Recognize more diff formats.
20004         (gnus-button-patch): Strip directory.
20005
20006 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20007
20008         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20009         Emacs 22 when setting focus.
20010
20011 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20012
20013         * gnus-art.el (gnus-article-treat-types): Do treatment of
20014         text/x-verbatim parts.
20015         (gnus-button-patch): New command.
20016
20017         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20018         addresses that contain invalid characters.
20019
20020 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20021
20022         * message.el (message-put-addresses-in-ecomplete):
20023         Use gnus-replace-in-string.
20024         (message-is-yours-p): Use the more correct
20025         mail-header-parse-address instead of
20026         mail-extract-address-components.
20027         (message-put-addresses-in-ecomplete): Fix typo.
20028
20029         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20030         keystroke.
20031
20032         * gnus-art.el (gnus-treatment-function-alist): Change order of
20033         newsgroups/generic header folding to avoid double-folding.
20034
20035         * message.el (message-hidden-headers): Add X-Draft-From.
20036
20037         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20038         New command.
20039         (gnus-summary-repeat-search-article-backward): New command.
20040
20041         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20042         groups in the parent topic.
20043
20044 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20045
20046         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20047         (spam-extra-header-to-number): Return the CRM114 number as a
20048         number instead of a string.
20049
20050 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20051
20052         * gnus-art.el (gnus-face-properties-alist): Move here from
20053         gnus-fun.
20054
20055         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20056
20057 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20058
20059         * message.el (message-strip-forbidden-properties): Only display on
20060         self-insert-command.
20061
20062         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20063         reindent.
20064         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20065
20066 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20067
20068         * smiley.el (smiley-style): Fix typo.
20069
20070 2006-03-23  Kenichi Handa  <handa@m17n.org>
20071
20072         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20073         instead of set-buffer-multibyte.
20074
20075 2006-03-23  Kenichi Handa  <handa@m17n.org>
20076
20077         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20078         buffer and then decode the buffer text if necessary.
20079         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20080         first, and after mm-encode-body, change the buffer to unibyte.
20081
20082 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20083
20084         * hashcash.el (hashcash-insert-payment-async-2):
20085         Use message-goto-eoh instead of doing it manually.
20086         (mail-add-payment): Use message-narrow-to-header instead of trying
20087         to do the same itself.
20088
20089         * message.el (message-hidden-headers): Add Face.
20090
20091         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20092         reparenting code.
20093         (gnus-summary-reparent-children): Refactored out code.
20094         (gnus-summary-thread-map): New keystroke.
20095         (gnus-summary-reparent-children): Make into command.
20096
20097         * smiley.el (smiley-style): Default to `medium' if using a large
20098         font.
20099
20100         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20101         does it itself.
20102
20103         * message.el (message-point-in-header-p): Simplify definition.
20104
20105 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20106
20107         * nnagent.el (nnagent-request-set-mark): Silence log file
20108         writing.
20109         (nnagent-request-set-mark): Use write-region instead of
20110         append-to-file.
20111
20112         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20113         strange select method.
20114
20115         * ecomplete.el (ecomplete-display-matches): Get highlightling
20116         right.
20117         (ecomplete-display-matches): Use literals.
20118         (ecomplete-display-matches): Disable message logging.
20119
20120         * message.el (message-display-abbrev): Small optimization.
20121
20122         * ecomplete.el (ecomplete-display-matches): Allow automatic
20123         display.
20124
20125         * message.el (message-strip-forbidden-properties):
20126         Display abbrevs.
20127         (message-display-abbrev): Get automatic display right.
20128
20129         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20130         keystrokes.
20131
20132 2006-04-13  Romain Francoise  <romain@orebokech.com>
20133
20134         TODO: Backport to v5-10!
20135
20136         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20137         Move here (and rename) from gnus-registry.el.
20138
20139         * gnus-registry.el: Require gnus-util.
20140         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20141
20142 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20143
20144         * gnus-group.el (gnus-group-catchup-current):
20145         Change if-then-else-if-then-else into cond.
20146         (gnus-group-catchup): Indent.
20147         (group-name-at-point): New function.
20148         (gnus-fetch-group): Provide default from thing at point.
20149
20150 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20151
20152         * message.el (message-display-abbrev): Fix regexp.
20153
20154         * ecomplete.el (ecomplete-highlight-match-line):
20155         Reimplement choosing.
20156         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20157         dead variables.
20158
20159         * message.el (message-newline-and-indent): Remove debugging.
20160         (message-display-abbrev): Use new implementation.
20161
20162 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20163
20164         * gnus-art.el (gnus-article-mode):
20165         Set cursor-in-non-selected-windows to nil.
20166
20167         * smiley.el: Revert previous change.
20168         (smiley-data-directory): defvar it before using it in the
20169         defcustom of `smiley-style'.
20170
20171 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20172
20173         * message.el (message-newline-and-indent): New function.
20174
20175         * ecomplete.el: Implement more bits.
20176
20177         * message.el (message-put-addresses-in-ecomplete): Clean up the
20178         string.
20179
20180         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20181
20182         * gnus-sum.el (gnus-summary-save-parts):
20183         Bind gnus-summary-save-parts-counter and use it to make unique file
20184         names.
20185
20186         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20187
20188         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20189         parameter to say whether to actually parse the individual
20190         addresses.
20191
20192         * message.el (message-put-addresses-in-ecomplete): New function.
20193         (ecomplete): Require.
20194         (message-mail-alias-type): Add ecomplete as an option.
20195
20196 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20197
20198         * flow-fill.el (fill-flowed): Remove trailing space from blank
20199         quoted lines.
20200
20201 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20202
20203         * smiley.el (smiley-style): Move definition later to avoid a
20204         compilation warning.
20205
20206 2006-04-12  Kenichi Handa  <handa@m17n.org>
20207
20208         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20209         buffer and then decode the buffer text if necessary.
20210         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20211         first, and after mm-encode-body, change the buffer to unibyte.
20212         Use mm-disable-multibyte instead of set-buffer-multibyte.
20213
20214 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20217         Content-Type header instead of Content-Disposition header.
20218         (gnus-mime-inline-part): Ditto.
20219         (gnus-mime-view-part-as-charset): Ignore charset that the part
20220         specifies.
20221
20222         * mm-decode.el (mm-display-part): Work with external parts and
20223         usual parts similarly.
20224
20225         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20226         instead of gnus-display-mime.
20227
20228         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20229         instead of with-temp-buffer.
20230
20231         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20232         tag to summarized topics part in order to encode non-ASCII text.
20233
20234 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20235
20236         * smiley.el (smiley-style): New variable.
20237         (smiley-directory): New function.
20238         (smiley-data-directory): Derive from `smiley-style' using
20239         `smiley-directory'.
20240         (smiley-regexp-alist): Add new entries.
20241
20242         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20243         (gnus-article-browse-delete-temp): Add :version.
20244
20245 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20246
20247         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20248         the sieve region.
20249
20250 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20251
20252         * gnus.el (gnus-version-number): Bump version.
20253
20254 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20255
20256         * gnus.el: No Gnus v0.4 is released.
20257
20258 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20259
20260         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20261         layout.
20262
20263         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20264         unknown charset.
20265
20266         * message.el (message-header-synonyms): Add Original-To to the
20267         default.
20268
20269         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20270         optional parameter.
20271
20272 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20273
20274         * gnus-fun.el (gnus): Require it for gnus-directory.
20275
20276 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20279
20280 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20281
20282         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20283
20284 2006-04-05  Simon Josefsson  <jas@extundo.com>
20285
20286         * password.el (password-reset): New function.
20287
20288 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20289
20290         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20291         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20292
20293 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20294
20295         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20296         Some whitespace was matched into the url, which broke browsing hits
20297         > 100 when mm-url-use-external was nil.
20298
20299 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20300
20301         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20302         Check gnus-extra-headers for 'Newsgroups.
20303
20304         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20305         bound.
20306
20307 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20308
20309         * pgg-gpg.el: Clean up process buffers every time gpg processes
20310         complete.
20311
20312 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20313
20314         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20315         doc string.
20316
20317 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20318
20319         * pgg-gpg.el (pgg-gpg-process-filter)
20320         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20321
20322         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20323         lines, temporary fix.
20324
20325 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20326
20327         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20328
20329 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20330
20331         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20332         default-enable-multibyte-characters.  This reverts the change from
20333         revision 6.17 which is no longer necessary because the passphrase
20334         is sent separately now.  GnuPG messages are unreadable under
20335         multibyte locales with default-enable-multibyte-characters set to
20336         nil.
20337
20338 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20339
20340         * message.el (message-tool-bar-gnome): Move "spell".
20341
20342 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20343
20344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20345         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20346         instead.
20347
20348 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20349
20350         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20351         Improve newsgroups handling for NNTP overviews which don't include
20352         Newsgroups.
20353
20354 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20355
20356         * message.el (message-resend): Bind message-generate-hashcash to nil.
20357
20358 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20359
20360         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20361         when searching for already-paid recipients.
20362
20363 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20364
20365         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20366         passphrases when it is not needed.
20367         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20368         passphrase stuff from gpg, should only be necessary when you use
20369         gpg with a smartcard.
20370
20371 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * mml.el (mml-insert-mime): Ignore cached contents of
20374         message/external-body part.
20375
20376         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20377         (mm-insert-part): Ditto.
20378
20379 2006-03-23  Simon Josefsson  <jas@extundo.com>
20380
20381         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20382         Reiner.
20383         (pgg-gpg-use-agent-p): Use it again.
20384
20385 2006-03-23  Simon Josefsson  <jas@extundo.com>
20386
20387         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20388         older emacsen.
20389         (pgg-gpg-use-agent-p): Don't use it.
20390
20391 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20392
20393         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20394         if we can.
20395
20396 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20397
20398         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20399         (pgg-gpg-update-agent): New function.
20400         (pgg-gpg-use-agent-p): New function.
20401         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20402         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20403         (pgg-gpg-sign-region): Use it.
20404
20405 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20406
20407         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20408         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20409
20410 2006-03-21  Simon Josefsson  <jas@extundo.com>
20411
20412         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20413         <wilde@sha-bang.de>.
20414         (pgg-gpg-use-agent): New variable.
20415         (pgg-gpg-process-region): Use it.
20416         (pgg-gpg-encrypt-region): Likewise.
20417         (pgg-gpg-encrypt-symmetric-region): Likewise.
20418         (pgg-gpg-decrypt-region): Likewise.
20419         (pgg-gpg-sign-region): Likewise.
20420         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20421
20422 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20423
20424         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20425
20426         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20427         Add comment on version.
20428
20429 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20430
20431         * smiley.el: Add missing test smiley.
20432
20433 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20434
20435         * mm-decode.el (mm-with-part): New macro.
20436         (mm-get-part): Use it; work with message/external-body as well.
20437         (mm-save-part): Treat name and filename equally.
20438
20439         * mm-extern.el (mm-extern-cache-contents): New function.
20440         (mm-inline-external-body): Use it; force the part to be displayed;
20441         move undisplayer added to the cached handle to the parent.
20442
20443         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20444         (gnus-mime-view-part-as-type): Work with message/external-body.
20445
20446         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20447
20448 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20449
20450         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20451         images in image-load-path.  [Sync with image.el, revision 1.60, in
20452         Emacs.]
20453
20454 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20455
20456         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20457         path rather than symbol.  Always return list of directories.
20458         Guarantee that image directory comes first.  [Sync with image.el,
20459         revision 1.59, in Emacs.]
20460
20461         * message.el (message-make-tool-bar): Adjust to new API of
20462         `gmm-image-load-path-for-library'.
20463
20464         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20465
20466         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20467
20468 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20469
20470         * gnus-art.el (gnus-article-only-boring-p):
20471         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20472         intangible text.
20473         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20474
20475 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20476
20477         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20478         Use `defun' instead of `gmm-defun-compat'.
20479
20480 2006-03-14  Simon Josefsson  <jas@extundo.com>
20481
20482         * message.el (message-unique-id): Don't use message-number-base36
20483         if (user-uid) is a float.
20484         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20485
20486 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20487
20488         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20489
20490         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20491         empty line between a part and a message part.
20492
20493 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20494
20495         * smiley.el: Add more test smileys.
20496         (smiley-data-directory, smiley-regexp-alist)
20497         (gnus-smiley-file-types): Fix doc strings.
20498         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20499         adding new elements.
20500         (smiley-mouse-map): Unused code.  Make it a comment.
20501
20502 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20505         scan latest NoCeM messages instead of old ones.
20506         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20507         delimiters that are recently used.
20508         (gnus-nocem-load-cache): Add autoload cookie.
20509
20510         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20511
20512         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20513         level which is larger than gnus-use-nocem is specified.
20514
20515         * gnus-group.el (gnus-group-get-new-news): Ditto.
20516
20517 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20518
20519         * gnus-util.el (gnus-tool-bar-update): New function.
20520
20521         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20522         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20523
20524         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20525
20526         * gnus-group.el (gnus-group-redraw-when-idle)
20527         (gnus-group-redraw-check): Remove.
20528         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20529
20530 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20531
20532         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20533         if optional last element is specified in splits (FIELD VALUE...).
20534
20535 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20536
20537         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20538         to gmm-image-load-path-for-library.  Call with no-error argument.
20539         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20540
20541         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20542
20543         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20544
20545         * gmm-utils.el (gmm-image-load-path): Remove alias.
20546
20547 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20548
20549         * gmm-utils.el (gmm-image-load-path): Add alias.
20550
20551         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20552         nnml-generate-nov-databases-1.
20553         (nnml-generate-nov-databases): Use it.
20554         (nnml-generate-nov-databases-directory): Document no-active
20555         argument.
20556
20557         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20558         directory if path is t.  Add no-error.
20559
20560         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20561         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20562
20563         * gnus-art.el (gnus-article-browse-delete-temp-files):
20564         Simplify resetting gnus-article-browse-html-temp-list.
20565
20566         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20567         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20568         Add example to docstring.  Rename local variables.  Move error
20569         checks to default case in cond and simplify.
20570
20571 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20572
20573         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20574         handle is multipart when calling it recursively.
20575         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20576
20577 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20578
20579         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20580         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20581
20582 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20583
20584         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20585         is loaded.
20586
20587         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20588         loaded.
20589
20590 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20591
20592         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20593         to "Emacs 23 (unicode)" in doc string.
20594
20595         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20596         "Emacs 23 (unicode)" in comment.
20597
20598 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20599
20600         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20601
20602         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20603         characters 160 through 255 in Emacs 23.
20604
20605 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20606
20607         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20608         gnus-article-browse-html-temp.
20609         (gnus-article-browse-delete-temp): Make it customizable.
20610         Add `file'.  Adjust doc string.
20611         (gnus-article-browse-delete-temp-files): Add argument.
20612         Allow query for each file.  Adjust doc string.
20613         (gnus-article-browse-html-parts):
20614         Add `gnus-article-browse-delete-temp-files' to
20615         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20616
20617 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20618
20619         * gnus-art.el (gnus-article-browse-html-temp)
20620         (gnus-article-browse-delete-temp): New variables.
20621         (gnus-article-browse-delete-temp-files): New function.
20622         (gnus-article-browse-html-parts): Use it.
20623
20624 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20625
20626         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20627
20628         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20629         string.
20630
20631         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20632         gnus-summary-insert-new-articles when unplugged.
20633         Remove gnus-summary-search-article-forward.
20634
20635         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20636         display-visual-class instead of display-color-cells.
20637
20638 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * dgnushack.el: Autoload customize-group for XEmacs.
20641
20642         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20643         message/* containing non-ASCII text properly.
20644
20645 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20646
20647         * message.el: Require gmm-utils, remove autoloads.
20648         (message-tool-bar): Set default based on
20649         gmm-tool-bar-style.
20650         (message-tool-bar-gnome): Add gmm-customize-mode.
20651
20652         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20653         gmm-tool-bar-style.
20654         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20655
20656         * gnus-group.el (gnus-group-tool-bar): Set default based on
20657         gmm-tool-bar-style.
20658         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20659
20660         * gmm-utils.el (gmm-image-directory): Rename variable from
20661         gmm-image-load-path.
20662         (gmm-image-load-path): Use gmm-image-directory.
20663         (gmm-customize-mode): New function.
20664         (gmm-tool-bar-style): New variable.
20665
20666         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20667         gnus-group-redraw-line-number.
20668         (gnus-group-redraw-check): Simplify.
20669         (gnus-group-tool-bar-update): Remove redraw check.
20670         (gnus-group-make-tool-bar): Add redraw check.
20671
20672 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20673
20674         * gnus-art.el (gnus-button): Add missing parentheses.
20675
20676 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20677
20678         * lpath.el: Fbind line-number-at-pos.
20679
20680 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20681
20682         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20683
20684 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20685
20686         * gnus-art.el (gnus-button): New face.
20687         (gnus-article-button-face): Use it.
20688
20689         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20690         Add gnus-summary-next-page.  Re-order.
20691
20692         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20693         next-node are now included.
20694         (gnus-group-redraw-line-number): New internal variable.
20695         (gnus-group-redraw-check): Helper function for updating the tool
20696         bar.
20697         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20698
20699         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20700
20701         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20702         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20703         Use it to match format of Spamassassin 3.0 and later.
20704         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20705         (spam-check-bogofilter)
20706         (spam-bogofilter-register-with-bogofilter): Fix args of
20707         `gnus-error' calls.
20708
20709 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20710
20711         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20712         unnecessary interaction when sending queued mails.
20713         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20714
20715 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20716
20717         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20718         first or last are nil.
20719
20720 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20721
20722         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20723
20724 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20725
20726         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20727
20728 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20729
20730         * dns.el (query-dns): Protect more against buggy tcp output.
20731
20732 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20733
20734         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20735         nov.php.
20736
20737 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20738
20739         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20740         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20741         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20742         output on the server side.
20743         (nnweb-google-create-mapping): Update regexps and add some
20744         progress indication.
20745
20746 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20747
20748         * gnus-group.el (gnus-group-tool-bar-gnome):
20749         Fix gnus-agent-toggle-plugged.  Re-order icons.
20750         (gnus-group-tool-bar-gnome):
20751         Add gnus-group-{prev,next}-unread-group.
20752         (gnus-group-tool-bar-gnome): Re-order icons.
20753
20754         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20755         Move gnus-summary-insert-new-articles.
20756
20757         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20758         Fix comments.
20759
20760         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20761         also available in Emacs 21.3.
20762
20763         * message.el (message-fix-before-sending): Change "Emacs 22" to
20764         "Emacs 23 (unicode)" in comment.
20765
20766         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20767         "Emacs 23 (unicode)" in comment.
20768
20769         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20770         comment.
20771         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20772
20773         * mm-view.el (mm-fill-flowed): Add :version.
20774
20775 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20776
20777         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20778         and load-path.
20779
20780 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20781
20782         * message.el: Autoload gmm-image-load-path.
20783         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20784         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20785         consitency.
20786
20787         * gmm-utils.el (gmm-image-load-path): Also search in
20788         "../etc/images".  Don't set gmm-image-load-path if we don't find
20789         the image.
20790
20791 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * gmm-utils.el (gmm-image-load-path): Don't make
20794         `gmm-image-load-path' include subdirectories which the second arg
20795         `image' might specify.
20796
20797         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20798         subdirectory to icon file names.
20799
20800         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20801
20802 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20803
20804         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20805         gmm-image-load-path calls.
20806
20807         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20808
20809         * message.el (message-make-tool-bar): Ditto.
20810
20811         * mml.el (mml-preview): Add comment concerning tool bar icons.
20812
20813         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20814         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20815
20816         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20817         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20818
20819         * message.el (message-tool-bar-gnome): Use new icon names.
20820         (message-make-tool-bar): Use `gmm-image-load-path'.
20821
20822         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20823         New functions from MH-E.
20824         (gmm-image-load-path): New variable from MH-E.
20825         (gmm-image-load-path): New function from MH-E.  Add arguments
20826         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20827         *-image-load-path-called-flag.
20828
20829 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20830
20831         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20832
20833 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20834
20835         * nnimap.el (nnimap-request-move-article): Change folder back to
20836         source group before deleting.
20837
20838 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20839
20840         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20841
20842         * gnus-art.el (mm-url-insert-file-contents-external):
20843         Autoload mm-url.
20844
20845         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20846
20847 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20850         coding system which mm-charset-to-coding-system returns for a
20851         given charset is valid.
20852
20853 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20854
20855         * html2text.el (html2text-remove-tag-list):
20856         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20857
20858 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20859
20860         * gnus-cus.el: Revert 2005-10-17 change.
20861
20862 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20863
20864         * gnus-art.el (article-strip-banner):
20865         Call article-really-strip-banner only when the regexp match is made.
20866
20867 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20868
20869         * gnus-art.el (article-strip-banner):
20870         Use gnus-extract-address-components instead of
20871         mail-header-parse-addresses to make it work with non-ASCII text;
20872         remove mail-encode-encoded-word-string.
20873
20874         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20875         values which are surrounded with \"...\"; make it never cause a
20876         Lisp error; give up parsing of parameters if it failed in
20877         extracting type.
20878
20879 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20880
20881         * smime.el (smime-cert-by-ldap-1): Fix bug where
20882         `smime-ldap-search' returns results without userCertificates.
20883
20884 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20885
20886         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20887
20888 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20889
20890         * spam.el (spam-check-spamassassin-headers): Adapt format for
20891         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20892         <ari@mbf.ocn.ne.jp>.
20893         (spam-list-of-processors): Add spam-use-gmane.
20894
20895 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20896
20897         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20898         make-temp-file; make it work with XEmacs as well.
20899
20900         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20901         mm-make-temp-file.
20902
20903         * mm-decode.el (mm-display-external): Use the 3rd arg of
20904         mm-make-temp-file.
20905         (mm-create-image-xemacs): Ditto.
20906
20907 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20910         with message-narrow-to-headers.
20911         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20912         (gnus-draft-check-draft-articles): New function.
20913         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20914
20915 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20916
20917         * gnus-art.el (gnus-article-browse-html-parts):
20918         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20919         Don't use suffix argument for mm-make-temp-file for Emacs 21
20920         compatibility.  Remove useless `format'.
20921
20922 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20923
20924         * nnweb.el (nnweb-google-wash-article): Update regexps.
20925         (nnweb-group-alist): Use defvoo instead of defvar.
20926
20927 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20928
20929         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20930         re-loading nn* modules.
20931
20932 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20933
20934         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20935         for `tool-bar-mode' and don't check it's default-value.
20936
20937         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20938
20939         * message.el (message-make-tool-bar): Ditto.
20940
20941         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20942         `substring'.  Shorten tmp-file name.
20943
20944         * gnus.el: Remove bogus comment.
20945
20946 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20947
20948         * gnus-art.el (gnus-article-browse-html-parts): New function.
20949         (gnus-article-browse-html-article): New function for viewing html
20950         articles with a browser.
20951
20952 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20953
20954         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20955         in elisp.
20956         (pgg-gpg-encrypt-symmetric-region): Ditto.
20957         (pgg-gpg-sign-region): Ditto.
20958
20959         * pgg-def.el (pgg-text-mode): New variable.
20960
20961         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20962         (mml2015-pgg-encrypt): Ditto.
20963
20964         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20965         (mml1991-pgg-encrypt): Ditto.
20966
20967 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20968
20969         * nnfolder.el (nnfolder-insert-newsgroup-line):
20970         Use message-make-date instead of current-time-string.
20971
20972         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20973         to gnus-decoded which mm-uu might set.
20974
20975 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20976
20977         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20978         don't decode quoted parameters; remove misimported Emacs code.
20979         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20980         (rfc2231-decode-encoded-string): Don't use split-string which
20981         behaves differently according to Emacs version; use
20982         mm-decode-coding-region to convert charset to coding-system.
20983         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20984         (rfc2231-encode-string): Remove misimported Emacs code.
20985
20986 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20989         when calling mail-header-parse-content-type.
20990         (article-de-quoted-unreadable): Ditto.
20991         (article-de-base64-unreadable): Ditto.
20992         (article-wash-html): Ditto.
20993
20994         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20995         calling mail-header-parse-content-type and
20996         mail-header-parse-content-disposition.
20997         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20998         mail-header-parse-content-type.
20999
21000         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21001         insert charset and format parameters; encode description after
21002         inserting it to buffer.
21003         (mml-insert-parameter): Fold lines properly even if a parameter is
21004         segmented into two or more lines; change the max column to 76.
21005
21006         * rfc1843.el (rfc1843-decode-article-body): Don't use
21007         ignore-errors when calling mail-header-parse-content-type.
21008
21009         * rfc2231.el (rfc2231-parse-string): Return at least type if
21010         possible; don't cause an error even if it fails in parsing of
21011         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21012         (rfc2231-encode-string): Don't break lines at the beginning, leave
21013         it to mml-insert-parameter.
21014
21015         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21016         calling mail-header-parse-content-type.
21017
21018 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21019
21020         * spam-report.el (spam-report-gmane-use-article-number):
21021         Improve doc string.
21022         (spam-report-gmane-internal): Check if a suitable header was found
21023         in the article.
21024
21025 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21026
21027         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21028         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21029
21030 2006-02-05  Romain Francoise  <romain@orebokech.com>
21031
21032         Update copyright notices of all files in the gnus directory.
21033
21034 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21035
21036         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21037
21038 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21039
21040         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21041         segmented lines of parameter value to cope with Thunderbird 1.5
21042         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21043         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21044         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21045
21046 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21047
21048         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21049         parts.
21050
21051 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21052
21053         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21054         there's only one active file for all servers.
21055         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21056         solid groups.  Gnus might have used a FAST request to select the group.
21057         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21058         and nnweb-search redundantly in the active file.
21059         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21060         (nnweb-request-create-group): Don't use ARGS.
21061         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21062         initializations.  Let nnoo do the work.
21063
21064 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21065
21066         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21067         Say the part has been decoded.
21068
21069         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21070
21071 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21072
21073         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21074         mailcap-viewer-test-cache when there's no 'test clause, since that
21075         will invert the meaning of a "nil" test previously determined by
21076         mailcap-mailcap-entry-passes-test.
21077
21078 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21079
21080         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21081         compiling.
21082
21083         * gnus-sum.el: Ditto.
21084
21085         * message.el: Don't bind tool-bar-map when compiling.
21086
21087 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21088
21089         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21090
21091 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21092
21093         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21094         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21095         current Google Groups.
21096
21097 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21098
21099         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21100         and tool-bar-mode.
21101
21102         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21103         and tool-bar-mode.
21104
21105         * message.el (message-tool-bar-update): Simplify.
21106         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21107
21108         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21109         gnus-summary-buffer.
21110         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21111         gnus-summary-reply.
21112
21113         * gmm-utils.el (gmm): Add :version.
21114
21115 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21116
21117         * Makefile.in (clean): New rule.
21118         (distclean): Use it.
21119
21120 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21121
21122         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21123         Don't autoload.
21124
21125 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21126
21127         * gmm-utils.el (gmm-verbose): Add :group.
21128
21129 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21130
21131         * message.el: Change some comments WRT tool-bars.
21132
21133         * gnus-sum.el (gnus-summary-tool-bar)
21134         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21135         (gnus-summary-tool-bar-zap-list): New variables.
21136         (gnus-summary-make-tool-bar): Complete rewrite using
21137         `gmm-tool-bar-from-list'.
21138
21139         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21140         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21141         New variables.
21142         (gnus-group-make-tool-bar): Complete rewrite using
21143         `gmm-tool-bar-from-list'.
21144         (gnus-group-tool-bar-update): New function.
21145
21146         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21147
21148 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21149
21150         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21151         is dissected into a single part of which the type is the same as
21152         the given one; decode charset.
21153
21154 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21155
21156         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21157         into alists as symbol not string, since that's what
21158         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21159         look for.
21160
21161 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21162
21163         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21164         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21165
21166         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21167
21168 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21169
21170         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21171         (gnus-xmas-mime-security-button-menu): New function.
21172
21173         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21174         (gnus-mime-security-button-menu): New definition.
21175         (gnus-mime-security-button-map): Use them.
21176         (gnus-mime-security-button-menu): New function.
21177         (gnus-insert-mime-security-button): Addition to help echo.
21178         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21179         (gnus-mime-security-pipe-part): New functions.
21180
21181         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21182         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21183
21184         * mm-decode.el (mm-handle-set-disposition): Remove.
21185         (mm-handle-set-description): Remove.
21186
21187 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21188
21189         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21190         (mm-w3m-standalone-supports-m17n-p): New function.
21191         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21192         w3m usage.
21193
21194         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21195         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21196
21197 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21198
21199         * message.el (message-tool-bar-zap-list):
21200         Use gmm-tool-bar-zap-list as custom type.
21201         (message-tool-bar-update): New function.
21202         (message-tool-bar, message-tool-bar-gnome)
21203         (message-tool-bar-retro): Add message-tool-bar-update.
21204         (message-tool-bar-gnome): Add flyspell-buffer.
21205
21206         * gnus-util.el (gnus-error): Describe `args'.
21207
21208         * gmm-utils.el (gmm-error): Describe `args'.
21209         (gmm-tool-bar-zap-list): New widget.
21210         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21211
21212 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21213
21214         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21215         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21216         the number of recursive calls.
21217
21218         * mm-decode.el (mm-handle-set-disposition): New macro.
21219         (mm-handle-set-description): New macro.
21220
21221 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21222
21223         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21224         encoding.
21225
21226 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21227
21228         * message.el (message-tool-bar-zap-list, message-tool-bar)
21229         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21230         (message-tool-bar-local-item-from-menu): Remove.
21231         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21232         (message-make-tool-bar): New function.
21233         (message-mode): Use `message-make-tool-bar'.
21234
21235         * gmm-utils.el: New file.
21236         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21237         (gmm-lazy): New widget copied from `nnmail.el'.
21238         (gmm-tool-bar-from-list): New function for creating customizable
21239         tool bars.
21240         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21241         output.
21242         (gmm): Add :prefix to defgroup.
21243
21244 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21245
21246         * gmm-utils.el (gmm-widget-p): New function.
21247
21248 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21249
21250         * mml.el (mml-attach-file): Describe `description' in doc string.
21251         (mml-menu): Add Emacs MIME manual and PGG manual.
21252
21253 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21254
21255         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21256
21257 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21258
21259         * nntp.el (nntp-end-of-line): Doc fix.
21260
21261 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21262
21263         * imap.el (imap-open): Handle case where buffer is a buffer
21264         object.
21265
21266 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21267
21268         * gnus-delay.el (gnus-delay): Don't autoload.
21269         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21270         to be re-loaded when customizing the `gnus-delay' group.
21271
21272 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21273
21274         * message.el (message-insert-citation-line): Use newlines.
21275
21276 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21277
21278         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21279         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21280         these routines, so the passphrase can be managed externally and
21281         passed in to the system.
21282         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21283         pgg-add-passphrase-to-cache function.
21284
21285         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21286         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21287         these routines, so the passphrase can be managed externally and
21288         passed in to the system.
21289         (pgg-pgp5-sign-region): Use new name of
21290         pgg-add-passphrase-to-cache function.
21291
21292 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21293
21294         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21295         part of the decoded armor to find the key-identifier.
21296         (pgg-gpg-lookup-key-owner): New function to return the
21297         human-readable identifier of a key owner.
21298         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21299         itself.
21300         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21301         the key value) if we have a key and can match it against a secret
21302         key.  Also, added a note pointing out fact that the prompt only
21303         indicates the first matching key.
21304
21305         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21306         pgg-decrypt-region.
21307         (pgg-add-passphrase-to-cache): Rename from
21308         `pgg-add-passphrase-cache' to reduce confusion (all callers
21309         changed).
21310         (pgg-remove-passphrase-from-cache): Rename from
21311         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21312         changed).
21313         (pgg-read-passphrase, pgg-add-passphrase-cache)
21314         (pgg-remove-passphrase-cache): Add informative docstrings.
21315         (pgg-decrypt): Convey provided passphrase in subordinate call to
21316         pgg-decrypt-region.
21317
21318 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21319
21320         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21321         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21322         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21323         'passphrase' argument, so the passphrase can be managed externally
21324         and then passed in to the system.
21325
21326         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21327         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21328         so the passphrase cache can be used reliably with identifiers
21329         besides a pgp packet's key id.
21330
21331         * pgg-gpg.el (pgg-gpg-encrypt-region)
21332         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21333         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21334         these routines, so the passphrase can be managed externally and
21335         passed in to the system.
21336
21337         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21338         'notruncate' argument, so the passphrase cache can be used
21339         reliably with identifiers besides a pgp packet's key id.
21340
21341 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21342
21343         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21344         symmetric encryption.
21345         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21346         encrypted session key.
21347         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21348         message ask for the passphrase in a proper way.
21349
21350         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21351         New user commands for symmetric encryption.
21352
21353 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21354
21355         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21356
21357         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21358
21359 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21360
21361         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21362
21363 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21364
21365         * mm-decode.el (mm-inlined-types): Add application/pgp.
21366         (mm-automatic-display): Ditto.
21367
21368         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21369         part as text.
21370
21371 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21372
21373         * nnrss.el: Update copyright.
21374         (nnrss-opml-import): Query whether to subscribe to each entry.
21375
21376         * gnus-art.el:
21377         * gnus-sum.el:
21378         * gnus-xmas.el:
21379         * messagexmas.el:
21380         * mm-uu.el:
21381         * mm-view.el: Update copyright.
21382
21383 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21384
21385         * message.el (message-info): New function.
21386         (message-mode-menu): Add it.
21387         Update copyright.
21388
21389         * ChangeLog: Fix and update copyright.
21390
21391 2006-01-13  Romain Francoise  <romain@orebokech.com>
21392
21393         * message.el (message-forward-subject-name-subject): Prefer the
21394         address to 'nowhere' if the sender has no name.
21395         Fix typo.  Update copyright year.
21396
21397 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21398
21399         * gnus-art.el (article-wash-html):
21400         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21401         (gnus-article-wash-html-with-w3m-standalone): New function.
21402
21403         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21404         mm-inline-text-html-render-with-w3m-standalone.
21405         (mm-text-html-washer-alist): Map w3m-standalone to
21406         gnus-article-wash-html-with-w3m-standalone.
21407         (mm-inline-text-html-render-with-w3m-standalone): New function.
21408
21409 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21410
21411         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21412         Improve LaTeX.
21413
21414 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21415
21416         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21417         (nnrss-request-article): Render text/plain parts as HTML.
21418
21419         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21420         the buffer.
21421
21422 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21423
21424         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21425         custom definition of `gnus-posting-styles'.
21426
21427         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21428         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21429
21430 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21431
21432         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21433         Use nntp for bug archive.
21434
21435 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21436
21437         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21438         parts.
21439         (nnrss-normalize-date): New function converts ISO 8601 date into
21440         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21441         (nnrss-check-group): Use it.
21442
21443 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21444
21445         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21446
21447         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21448         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21449         (nnrss-insert-w3): Ditto.
21450
21451 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21452
21453         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21454         the articles to be forwarded including the case where neither a
21455         number of articles nor a region is specified.
21456
21457 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21458
21459         * nnrss.el (nnrss-request-article): Fix last change; fill
21460         text/plain parts.
21461
21462 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21463
21464         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21465         in text/plain part.
21466         (nnrss-check-group): Don't add excessive newline to dc:subject.
21467
21468 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21469
21470         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21471         article.
21472
21473 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21474
21475         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21476         (nnml-use-compressed-files, nnml-save-mail): Support other
21477         comression programs such as bzip2.
21478
21479 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21480
21481         * dns.el (query-dns): Make sure we check the buffer size before
21482         removing tcp headers.
21483
21484 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21485
21486         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21487         remove MIME buttons associated with multipart/alternative parts.
21488         (gnus-mime-display-alternative): Tag buttons using `article-type'
21489         text property.
21490
21491         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21492         associated with multipart/alternative parts.
21493
21494         * gnus-art.el (gnus-signature-separator): Fix custom type.
21495
21496         * mm-decode.el (mm-inlined-types): Fix custom type.
21497         (mm-keep-viewer-alive-types): Ditto.
21498         (mm-automatic-display): Ditto.
21499         (mm-attachment-override-types): Ditto.
21500         (mm-inline-override-types): Ditto.
21501         (mm-automatic-external-display): Ditto.
21502
21503 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21504
21505         * spam-report.el (spam-report-user-mail-address)
21506         (spam-report-user-agent): New variables.
21507         (spam-report-url-ping-plain): Use spam-report-user-agent.
21508
21509 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21510
21511         * gnus-art.el (gnus-button-handle-custom): Do not just use
21512         `customize-apropos' for any "M-x customize-*" button but the
21513         function called for.  Accept both the function name and its
21514         argument in order to achieve this.
21515         (gnus-button-alist): Remove support for "custom:" URL's.
21516         Pass function name to `gnus-button-handle-custom' in case of "M-x
21517         customize-*" buttons.
21518
21519 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21520
21521         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21522         multipart/alternative and add xref to mm-discouraged-alternatives
21523         in doc string.
21524
21525         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21526         gnus-buttonized-mime-types in doc string.
21527
21528 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21529
21530         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21531         Suggest image/.* in the doc string.
21532
21533 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21534
21535         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21536         message-marks (Debian bug#342521).
21537
21538 2005-12-12  Simon Josefsson  <jas@extundo.com>
21539
21540         * password.el (password-read-from-cache): Add.
21541         (password-read): Use it.
21542
21543 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21544
21545         * rfc2047.el (rfc2047-charset-to-coding-system):
21546         Recognize us-ascii as a MIME charset.
21547
21548         * mm-bodies.el (mm-decode-content-transfer-encoding):
21549         Protect against the case where the 2nd arg TYPE is nil.
21550
21551 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21552
21553         * pop3.el (pop3-stream-type): Fix custom version.
21554
21555         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21556
21557 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21558
21559         * mm-decode.el (mm-display-external): Add missing cdr.
21560
21561 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21562
21563         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21564         RFC1524) if it is in mailcap or add a suffix according to
21565         mailcap-mime-extensions when generating a temp filename; postpone
21566         deleting a temp file for 2 seconds for some wrappers, shell
21567         scripts, and so on, which might exit right after having started a
21568         viewer command as a background job.
21569
21570 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21571
21572         * nntp.el (nntp-marks-directory): Fix custom group.
21573
21574         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21575         steps when < 10.
21576
21577         * gnus-start.el (gnus-no-server-1):
21578         Mention `gnus-level-default-subscribed' in doc string.
21579
21580 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21581
21582         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21583         parens.
21584
21585 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21586
21587         * gnus-xmas.el (gnus-use-toolbar): Revert.
21588         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21589         gnus-use-toolbar is default.
21590
21591         * messagexmas.el (message-use-toolbar): Revert.
21592         (message-setup-toolbar): Use global default-toolbar if
21593         message-use-toolbar is default.
21594
21595 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21596
21597         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21598         according to default-toolbar-visible-p.
21599
21600         * messagexmas.el (message-use-toolbar): Ditto.
21601
21602 2005-11-26  Dave Love  <fx@gnu.org>
21603
21604         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21605         (tls-program, tls-success): Provide openssl alternative.
21606
21607         * starttls.el: Doc fixes.
21608         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21609         SERVICE to PORT.
21610
21611         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21612         port null or service name.
21613         (starttls-negotiate): Autoload.
21614
21615 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21616
21617         * message.el (message-kill-to-signature): Fix interactive spec.
21618
21619 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21620
21621         * pop3.el (pop3-open-server): Recognize a string as a service name.
21622
21623 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21624
21625         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21626
21627 2005-11-23  Dave Love  <fx@gnu.org>
21628
21629         Add pop3s, pop3/starttls.
21630
21631         * pop3.el (pop3-authentication-scheme): Clarify doc.
21632         (open-tls-stream, starttls-open-stream): Autoload.
21633         (pop3-stream-type): New.
21634         (pop3-open-server): Use it.
21635
21636         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21637         for POP.
21638         (mail-source-keyword-map): Add :stream for POP.
21639         (mail-source-fetch-pop): Use pop3-stream-type.
21640
21641 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21642
21643         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21644         of current-time-string.
21645
21646 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21647
21648         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21649         date header.
21650
21651 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21652
21653         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21654         it can seriously impact performance as it bypasses the agent's
21655         local caches.
21656
21657 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21658
21659         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21660         must be explicitly online rather than "not explicitly offline" for
21661         its flags to be synchronized.
21662
21663         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21664         that gnus-uu-unmark-thread will function correctly.
21665
21666         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21667         1024K is instead displayed as 1M.
21668
21669 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21670
21671         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21672
21673 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21674
21675         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21676
21677 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21678
21679         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21680         error message to display actual error condition.
21681         (gnus-agent-save-local): Avoid saving symbols that are bound to
21682         nil as they simply result in a warning message in
21683         gnus-agent-read-local.
21684
21685 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21686
21687         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21688         rather than make-variable-buffer-local for file-precious-flag.
21689
21690 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21691
21692         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21693         for duplicates which are removed.  The invalid sort check then
21694         triggers a rescan after the sort as sorting may have moved
21695         duplicate entries such that they can be cheaply detected.
21696
21697 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21698
21699         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21700
21701 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21702
21703         * gnus-agent.el (gnus-agent-article-alist-save-format):
21704         Change internal variable to a custom variable.  Change default value
21705         from compressed(2) to uncompressed(1).
21706         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21707         support for uncompressed agentview files.  Taken together, reading
21708         the agentview file should now be 6-7 times faster.
21709
21710 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21711
21712         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21713         as a buffer-local variable.  This avoids creating truncated
21714         dribble files as a result of a hang up, eg.
21715
21716 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21717
21718         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21719         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21720         XEmacs.
21721
21722 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21723
21724         * gnus-start.el (gnus-start-draft-setup):
21725         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21726
21727         * gnus.el (gnus-splash): Change custom group.
21728         (gnus-group-get-parameter, gnus-group-parameter-value):
21729         Describe allow-list argument.
21730
21731         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21732         string.
21733
21734 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21735
21736         * gnus-art.el (gnus-default-article-saver): Add user-defined
21737         `function' to custom type.
21738
21739 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21740
21741         * imap.el (imap-open): Handle case where buffer is a buffer
21742         object.
21743
21744 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21745
21746         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21747         long lines.
21748         (gnus-cache-delete-group): Wrap doc strings.
21749
21750         * gnus-agent.el (gnus-agent-rename-group)
21751         (gnus-agent-delete-group): Wrap doc strings.
21752
21753 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21754
21755         * messagexmas.el (message-use-toolbar): Change the valid values
21756         into default, top, bottom, left, and right.
21757         (message-toolbar-thickness): New variable.
21758         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21759         well.
21760         (message-setup-toolbar): Make it work.
21761
21762         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21763         (gnus-use-toolbar): Change the valid values into default, top,
21764         bottom, left, and right.
21765         (gnus-toolbar-thickness): New variable.
21766         (gnus-xmas-setup-toolbar): New function.
21767         (gnus-xmas-setup-group-toolbar): Use it.
21768         (gnus-xmas-setup-summary-toolbar): Use it.
21769
21770 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21771
21772         * gnus-start.el (gnus-1): Add "native" to
21773         gnus-predefined-server-alist.
21774
21775         * gnus.el (gnus-method-to-server): Don't add "native" to the
21776         lists here, because that leads to problems when
21777         gnus-select-method is bound.
21778
21779 2005-11-09  Simon Josefsson  <jas@extundo.com>
21780
21781         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21782         use (not sort-by-date) instead.
21783
21784 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21785
21786         * gnus-delay.el (gnus-delay-group): Don't autoload.
21787         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21788         to be re-loaded when customizing the `gnus-delay' group.
21789
21790 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21791
21792         * message.el: Revert last changes.
21793         (message-insert-citation-line): Use newlines.
21794
21795 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21796
21797         * message.el (message-courtesy-message)
21798         (message-mark-insert-begin, message-mark-insert-end)
21799         (message-elide-ellipsis, message-cancel-message)
21800         (message-add-header, message-change-subject)
21801         (message-cross-post-followup-to-header)
21802         (message-cross-post-insert-note, message-reduce-to-to-cc)
21803         (message-widen-reply, message-delete-not-region)
21804         (message-kill-to-signature, message-insert-signature)
21805         (message-insert-importance-high, message-insert-importance-low)
21806         (message-insert-or-toggle-importance)
21807         (message-insert-disposition-notification-to)
21808         (message-indent-citation, message-yank-original)
21809         (message-cite-original-without-signature, message-cite-original)
21810         (message-insert-citation-line, message-position-on-field)
21811         (message-fix-before-sending, message-send-mail-partially)
21812         (message-send-mail, message-send-mail-with-sendmail)
21813         (message-send-mail-with-qmail, message-send-news)
21814         (message-check-news-header-syntax, message-generate-headers)
21815         (message-insert-courtesy-copy, message-fill-address)
21816         (message-fill-header, message-shorten-references)
21817         (message-setup-1, message-cancel-news)
21818         (message-forward-make-body-plain, message-forward-make-body-mime)
21819         (message-forward-make-body-mml, message-encode-message-body)
21820         (message-forward-make-body-digest-plain)
21821         (message-forward-make-body-digest-mime)
21822         (message-use-alternative-email-as-from): Insert `hard-newline'
21823         instead of ordinary newlines.
21824
21825 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21826
21827         * message.el (message-generate-headers): Downcase the argument
21828         given to message-check-element.
21829
21830 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21831
21832         * nntp.el (nntp-authinfo-rejected): New error condition.
21833         (nntp-wait-for): Use new error condition to signal authentication
21834         error.
21835         (nntp-retrieve-data): Rethrow new error condition to break out of
21836         recursive call to nntp-send-authinfo.
21837
21838 2005-11-08  Romain Francoise  <romain@orebokech.com>
21839
21840         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21841         (gnus-summary-exit-map): Bind to `Z p'.
21842         (gnus-summary-make-menu-bar): Add menu item.
21843
21844 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21845
21846         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21847         (gnus-treat-*): Add `first' in all doc strings.
21848
21849         * gnus-group.el (gnus-group-compact-group): Fix typo.
21850
21851 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21852
21853         * gnus.el (gnus-parameters-case-fold-search): New variable.
21854         (gnus-parameters-get-parameter): Use it.
21855
21856         * gnus-score.el (gnus-home-score-file): Doc fix.
21857
21858 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21859
21860         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21861
21862 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21863
21864         * mm-util.el (mm-special-display-p): New function.
21865
21866         * mml.el (mml-preview): Use it; doc fix.
21867
21868 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21869
21870         * imap.el (imap-open): Handle case where buffer is a buffer object.
21871
21872 2005-10-29  Romain Francoise  <romain@orebokech.com>
21873
21874         * message.el (message-fix-before-sending): Fix comment.
21875
21876 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21877
21878         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21879
21880 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21881
21882         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21883         Used in gnus-score.el.
21884
21885 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21886
21887         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21888
21889 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21890
21891         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21892         whitespace removed in revision 7.8.  Use concatenated string to
21893         protect trailing whitespace.
21894
21895 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21896
21897         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21898         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21899         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21900         Courier IMAP ("some version from 2004").  Mostly based on similar
21901         code in the same function.
21902
21903 2005-10-26  Didier Verna  <didier@xemacs.org>
21904
21905         * gnus-group.el (gnus-group-compact-group): Invalidate original
21906         article buffer.
21907         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21908         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21909         NOV database and in article itself.
21910         Invalidate article backlog.
21911
21912 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21913
21914         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21915
21916 2005-10-26  Simon Josefsson  <jas@extundo.com>
21917
21918         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21919         part of 2004-07-25 change.
21920
21921 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21922
21923         * message.el (message-display-completion-list): New function.
21924         (message-expand-group): Use it; make sure the Completions buffer
21925         is modifiable.
21926 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21927
21928         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21929         user-mail-name is an empty string.
21930
21931 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21932
21933         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21934         depending on gnus-score-decay-constant.
21935
21936         * encrypt.el (encrypt-insert-file-contents)
21937         (encrypt-write-file-contents): Don't use `gnus-message'.
21938
21939         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21940         arguments.
21941         (mm-uu-type-alist): Add message-marks and insert-marks.
21942         Pass arguments to mm-uu-verbatim-marks-extract.
21943         (mm-uu-hide-markers): New variable.
21944         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21945
21946         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21947         (gnus-convert-image-to-face-command): Use "convert" by default to
21948         allow other input image formats.
21949         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21950         accordingly.
21951
21952 2005-10-23  Simon Josefsson  <jas@extundo.com>
21953
21954         * imap.el (imap-gssapi-program): Align command line parameters
21955         with latest GNU SASL.
21956         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21957
21958 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21959
21960         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21961         HTML.
21962         (nnslashdot-request-article): Ditto.
21963
21964         * lpath.el (featurep): Add nobreak-char-display.
21965
21966 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21967
21968         * mail-source.el (mail-source-fetch-pop): Require pop3.
21969         (mail-source-check-pop): Ditto.
21970
21971 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21972
21973         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21974         errors.
21975
21976 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21977
21978         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21979         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21980
21981         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21982
21983         * mm-bodies.el (mm-decode-string):
21984         Call `mm-charset-to-coding-system' with allow-override argument.
21985
21986 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21987
21988         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21989         (rfc2047-charset-to-coding-system): New function.
21990         (rfc2047-decode-encoded-words): New function.
21991         (rfc2047-decode-region): Use them.
21992         (rfc2047-decode-cte): Remove.
21993         (rfc2047-parse-and-decode): Remove.
21994         (rfc2047-decode): Remove.
21995
21996 2005-10-15  Kenichi Handa  <handa@m17n.org>
21997
21998         * rfc2047.el (rfc2047-decode-cte): New function.
21999         (rfc2047-decode-region): Change the way to decode successive
22000         encoded-words: decode B- or Q-encoding in each encoded-word,
22001         concatenate them, and decode it as charset.
22002
22003 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22004
22005         * lpath.el: Fbind codepage-setup for XEmacs.
22006
22007 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22008
22009         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22010         widget-move-and-invoke.
22011         (gnus-custom-mode): Use gnus-custom-map.
22012
22013 2005-10-15  Bill Wohler  <wohler@newt.com>
22014
22015         * message.el (message-tool-bar-map): Rename image file from
22016         mail_send to mail/send.
22017
22018 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22019
22020         * message.el (message-expand-group): Pass the common
22021         prefix substring of completion to `display-completion-list'.
22022
22023 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22024
22025         * mml-sec.el (mml-secure-method): New internal variable.
22026         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22027         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22028         New functions using mml-secure-method.
22029
22030         * mml.el (mml-mode-map): Add key bindings for those functions.
22031         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22032         Harder <harder@myrealbox.com>.
22033         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22034         Goto end of message if point is the headers of the message.
22035
22036         * message.el (message-in-body-p): New function.
22037
22038         * assistant.el: Autoload gnus-util and netrc.
22039
22040         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22041         Use `mm-charset-override-alist' only when decoding.
22042
22043         * mm-bodies.el (mm-decode-body):
22044         Call `mm-charset-to-coding-system' with allow-override argument.
22045
22046         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22047         `filename' from Content-Disposition if Content-Type doesn't
22048         provide `name'.
22049         (gnus-mime-view-part-as-type): Set default instead of
22050         initial-input.
22051
22052 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22053
22054         * format-spec.el (format-spec): Propagate text properties of % spec.
22055
22056 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22057
22058         * gnus-art.el (gnus-treat-predicate): Add `first'.
22059
22060 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22061
22062         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22063         (mm-charset-override-alist): New variable.
22064         (mm-charset-to-coding-system): Use it.
22065         (mm-codepage-setup): New helper function.
22066         (mm-charset-eval-alist): New variable.
22067         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22068         Warn about unknown charsets.
22069
22070         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22071
22072 2005-10-04  David Hansen  <david.hansen@gmx.net>
22073
22074         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22075         (nnrss-check-group): Ditto.
22076
22077 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22078
22079         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22080         Rename x-gnus-verbatim to x-verbatim.
22081         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22082
22083         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22084         x-verbatim.
22085
22086         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22087
22088         * gnus-util.el (gnus-remove-duplicates): Remove.
22089
22090         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22091         instead of gnus-remove-duplicates.
22092
22093         * message.el (message-remove-duplicates): Remove.
22094         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22095         message-remove-duplicates.
22096
22097         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22098         available, else use implementation from `delete-dups'.
22099
22100         * message.el (message-insert-expires): New function.
22101         (message-mode-map): Add key binding.
22102         (message-mode-field-menu): Add menu entry.
22103         (message-mode): Document it.
22104         (message-make-expires-date): Use `message-make-date'.
22105
22106 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22107
22108         * message.el (message-make-expires-date): New function.
22109
22110 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22111
22112         * Makefile.in (list-installed-shadows): New entry.
22113         (install): Use it.
22114         (remove-installed-shadows): New entry.
22115
22116         * dgnushack.el (dgnushack-default-load-path): New variable.
22117         (dgnushack-find-lisp-shadows): New function.
22118         (dgnushack-remove-lisp-shadows): New function.
22119
22120 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22121
22122         * Makefile.in (install-el-elc): New entry.
22123         (install): Use it so that .el files are necessarily installed.
22124
22125 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22126
22127         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22128
22129 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22130
22131         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22132         function rather than the diff-mode.el package.
22133         (mm-display-external): Use with-current-buffer.
22134         (mm-viewer-completion-map, mm-viewer-completion-map):
22135         Move initialization inside declaration.
22136
22137 2005-09-29  Simon Josefsson  <jas@extundo.com>
22138
22139         * spam.el: Load hashcash when compiling, to avoid warnings.
22140         Don't autoload mail-check-payment.
22141         (spam-check-hashcash): Define unconditionally, since hashcash.el
22142         is part of Gnus now.  Ignore errors from payment checking.
22143
22144 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22145
22146         * message.el (message-bold-region, message-unbold-region):
22147         Rename from `bold-region' and `unbold-region'.
22148
22149         * message.el: Remove useless autoloads.
22150
22151 2005-09-28  Simon Josefsson  <jas@extundo.com>
22152
22153         * message.el (message-use-idna): Default to t.
22154         (message-use-idna): Test whether encoding works too.  Doc fix.
22155
22156 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22157
22158         * nntp.el (nntp-warn-about-losing-connection): Remove.
22159
22160 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22161
22162         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22163         customizable.  Change default value.
22164         (mm-uu-diff-groups-regexp): Change default value.
22165         (mm-uu-type-alist): Add doc string.
22166         (mm-uu-configure): Add doc string.  Make it interactive.
22167         (mm-uu-tex-groups-regexp): New variable.
22168         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22169         (mm-uu-type-alist): Add LaTeX documents.
22170         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22171         of "text/verbatim".
22172         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22173
22174         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22175         instead of "text/verbatim".
22176
22177         * message.el (message-mark-inserted-region)
22178         (message-mark-insert-file): Use slrn style marks when called with
22179         prefix argument.
22180
22181 2005-09-27  Simon Josefsson  <jas@extundo.com>
22182
22183         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22184
22185 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22186
22187         * message.el (message-remove-duplicates): New function.
22188         Implementation borrowed from `gnus-remove-duplicates'.
22189         (message-idna-to-ascii-rhs): Also encode idna addresses in
22190         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22191         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22192         only ask about the same idna domain once per header and also tell
22193         in what header to replace the idna domain.
22194
22195         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22196         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22197         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22198         a header is decoded and not just the last one.
22199
22200 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22203         has been decoded.
22204
22205         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22206         (mm-insert-part): Don't modify text if it has been decoded.
22207
22208         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22209         decoded.
22210
22211         * mm-view.el (mm-inline-text): Don't strip text props unless
22212         decoding enriched or richtext parts.
22213
22214 2005-09-25  Romain Francoise  <romain@orebokech.com>
22215
22216         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22217         * gnus-start.el (gnus-subscribe-interactively):
22218         * gnus-uu.el (gnus-uu-grab-articles):
22219         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22220         space.
22221
22222 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22223
22224         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22225         * mm-view.el (mm-view-pkcs7-decrypt):
22226         * gnus-sum.el (gnus-summary-limit-to-extra)
22227         (gnus-summary-respool-article, gnus-read-move-group-name):
22228         * gnus-score.el (gnus-summary-increase-score):
22229         * gnus-util.el (gnus-completing-read-with-default):
22230         * gnus-art.el (gnus-read-save-file-name)
22231         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22232         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22233         * message.el (message-check-news-header-syntax):
22234         Follow convention for reading with the minibuffer.
22235
22236 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22237
22238         * spam-report.el (spam-report-url-ping-plain):
22239         Use gnus-extended-version as User-Agent.
22240
22241         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22242         default value is nil.
22243
22244         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22245         (mm-uu-verbatim-marks-extract): New function.
22246         (mm-uu-extract): New face.
22247         (mm-uu-copy-to-buffer): Use it.
22248
22249         * spam-report.el (spam-report-gmane-ham): Rename from
22250         `spam-report-gmane-unspam'.
22251         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22252         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22253
22254         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22255         Autoload.
22256         (spam-report-gmane-unregister-routine):
22257         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22258
22259 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22260
22261         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22262         (spam-report-gmane-unregister-routine): Add support for gmane
22263         unregistration.
22264
22265         * spam-report.el (spam-report-gmane-unspam)
22266         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22267         (spam-report-gmane): Change to take a single article and do unspam
22268         registration.
22269
22270 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22271
22272         * mm-url.el (mm-url-decode-entities): Fix regexp.
22273
22274 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22275
22276         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22277         default to nil, to be able to use Gnus at all.  If the default
22278         switches to something else, then the function should be fixed not
22279         be exceedingly slow.
22280
22281 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22282
22283         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22284         fail hard.
22285
22286         * spam-report.el: Add better Keywords line.
22287
22288         * spam.el: Add Maintainer and better Keywords line.
22289
22290 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22291
22292         * gnus-art.el (gnus-article-replace-part)
22293         (gnus-mime-replace-part): New functions.
22294         (gnus-mime-action-alist, gnus-mime-button-commands)
22295         (gnus-mime-save-part-and-strip): Add file argument.
22296         (gnus-article-part-wrapper): Add interactive argument.
22297
22298         * gnus-sum.el (gnus-summary-mime-map):
22299         Add `gnus-article-replace-part'.
22300
22301 2005-09-19  Didier Verna  <didier@xemacs.org>
22302
22303         The nnml compaction feature:
22304         * nnml.el (nnml-request-compact-group): New function.
22305         * nnml.el (nnml-request-compact): New function.
22306         * gnus-int.el (gnus-request-compact-group): New function.
22307         * gnus-int.el (gnus-request-compact): New function.
22308         * gnus-group.el (gnus-group-compact-group): New function.
22309         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22310         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22311         * gnus-srvr.el (gnus-server-compact-server): New function.
22312         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22313         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22314
22315 2005-09-18  Deepak Goel  <deego@gnufans.org>
22316
22317         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22318         format spec.
22319
22320 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22321
22322         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22323
22324 2005-09-15  Romain Francoise  <romain@orebokech.com>
22325
22326         * message.el (message-fill-paragraph): Clarify docstring.
22327
22328 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22329
22330         * gnus-art.el (gnus-mime-display-part): Protect against broken
22331         MIME messages.
22332
22333 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22334
22335         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22336         before parsing header.
22337
22338 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22339
22340         * html2text.el (html2text-replace-list): Add new entities.
22341
22342 2005-09-11  Romain Francoise  <romain@orebokech.com>
22343
22344         * message.el (message-alternative-emails): Improve docstring.
22345         (message-setup-1): Call `message-use-alternative-email-as-from'
22346         after `message-setup-hook' to give it precedence over posting
22347         styles, etc.
22348         (message-use-alternative-email-as-from): Add docstring.
22349         Remove the original From header if present.
22350
22351         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22352         (nnml-save-mail): Use it.
22353
22354         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22355         articles.  Add new argument `silent'.
22356         (gnus-uu-mark-all): Report the total number of marked articles.
22357
22358 2005-09-10  Romain Francoise  <romain@orebokech.com>
22359
22360         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22361         (gnus-uu-mark-series): Likewise.
22362
22363 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22364
22365         * spam-report.el (spam-report-gmane): Fix generation of spam
22366         report URL.
22367
22368 2005-09-10  Simon Josefsson  <jas@extundo.com>
22369
22370         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22371         t, based on discussion on the ding list with Robert Epprecht
22372         <epprecht@solnet.ch>.
22373
22374 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22375
22376         * spam-report.el (spam-report-gmane): Make it work without
22377         X-Report-Spam header.  Gmane now only provides Archived-At.
22378         This is only used if `spam-report-gmane-use-article-number' is nil.
22379         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22380
22381         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22382         make `gnus-summary-sort-by-recipient' work with threading.
22383
22384         * nnweb.el (nnweb-google-wash-article): Print a message if article
22385         is not available.
22386
22387 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22388
22389         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22390         change.  Decode text/* parts content before displaying.
22391
22392 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22393
22394         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22395
22396 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22397
22398         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22399
22400         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22401         url-package-name, url-package-version,
22402         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22403         w3m-display-inline-images, and w3m-minor-mode-map.
22404
22405 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22406
22407         * message.el (message-tab-body-function): Fix mismatched custom type.
22408
22409         * gnus.el (gnus-group-change-level-function): Ditto.
22410
22411         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22412
22413         * gnus-art.el (gnus-signature-limit)
22414         (gnus-article-mime-part-function): Ditto.
22415
22416 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22417
22418         * mml.el (mml-mode): Silence the byte compiler.
22419
22420         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22421         using `(sit-for 0)' before moving the point to the specified part;
22422         skip unbuttonized parts.
22423         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22424         return to the summary window if gnus-auto-select-part is non-nil.
22425
22426 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22427
22428         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22429         New variables.
22430         (mml-dnd-attach-file, mml-mode): Use them.
22431
22432         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22433         Make fetching article by MID work again for Google Groups.
22434         Add FIXME concerning gnus-group-make-web-group.
22435
22436         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22437         Don't depend on Gnus by using mail-extract-address-components if
22438         gnus-extract-address-components is not bound.
22439
22440 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22441
22442         * gnus-art.el (gnus-mime-display-security): Don't display the
22443         signature, but only the signed part.
22444
22445 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22446
22447         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22448
22449         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22450         list, not listp.
22451
22452 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22453
22454         * mm-encode.el (mm-encode-content-transfer-encoding):
22455         Likewise when encoding.
22456
22457         * mm-bodies.el (mm-decode-content-transfer-encoding):
22458         De-canonicalize CRLF for all text content types, not just
22459         text/plain.
22460
22461 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22462
22463         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22464         valid article; point arrow and cursor at the MIME button.
22465
22466 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22467
22468         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22469         Suggested by Dan Christensen <jdc@uwo.ca>.
22470
22471         * mm-decode.el (mm-save-part): Enable change of prompt.
22472
22473 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22474
22475         * gnus-msg.el (gnus-inews-add-send-actions):
22476         Make `message-post-method' lambda parameter ARG `&optional'.
22477
22478 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22479
22480         * gnus-sum.el (gnus-summary-mime-map):
22481         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22482         gnus-article-jump-to-part.
22483
22484         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22485         (gnus-article-edit-part): Use it.
22486         (gnus-article-part-wrapper): Add no-handle argument.
22487         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22488         New functions.
22489
22490 2005-08-29  Romain Francoise  <romain@orebokech.com>
22491
22492         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22493         docstring.
22494         (gnus-face-from-file): Likewise.
22495
22496 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22497
22498         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22499         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22500         non-nil.
22501         (gnus-auto-select-part): New variable.
22502         (gnus-article-jump-to-part): New function.
22503         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22504         (gnus-mime-delete-part): Allow selecting specified part after
22505         deleting or stripping parts.
22506         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22507         part if argument is bogus.
22508
22509 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22510
22511         * gnus-art.el (w3m-minor-mode-map):
22512         * gnus-spec.el (gnus-newsrc-file-version):
22513         * gnus-util.el (nnmail-active-file-coding-system)
22514         (gnus-original-article-buffer, gnus-user-agent):
22515         * gnus.el (gnus-ham-process-destinations)
22516         (gnus-parameter-ham-marks-alist)
22517         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22518         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22519         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22520         * mm-decode.el (gnus-current-window-configuration):
22521         * mm-extern.el (gnus-article-mime-handles):
22522         * mm-url.el (url-current-object, url-package-name)
22523         (url-package-version):
22524         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22525         (smime-keys, w3m-cid-retrieve-function-alist)
22526         (w3m-current-buffer, w3m-display-inline-images)
22527         (w3m-minor-mode-map):
22528         * mml-smime.el (gnus-extract-address-components):
22529         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22530         (gnus-newsrc-hashtb, message-default-charset)
22531         (message-deletable-headers, message-options)
22532         (message-posting-charset, message-required-mail-headers)
22533         (message-required-news-headers):
22534         * mml1991.el (mc-pgp-always-sign):
22535         * mml2015.el (mc-pgp-always-sign):
22536         * nnheader.el (nnmail-extra-headers):
22537         * rfc1843.el (gnus-decode-encoded-word-function)
22538         (gnus-decode-header-function, gnus-newsgroup-name):
22539         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22540
22541 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22542
22543         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22544         the end of the date treatments.
22545
22546 2005-08-15  Simon Josefsson  <jas@extundo.com>
22547
22548         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22549         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22550         Capello and Romain Francoise.
22551         (pgg-fetch-key-function): Remove, not used?
22552         (pgg-insert-url-with-w3): Require url, to get
22553         url-insert-file-contents regardless of where it is defined.
22554
22555 2005-08-13  Romain Francoise  <romain@orebokech.com>
22556
22557         * message.el (message-cite-original-1): New function.
22558         (message-cite-original): Use it.
22559         (message-cite-original-without-signature): Ditto.
22560
22561 2005-08-08  Romain Francoise  <romain@orebokech.com>
22562
22563         * message.el (message-yank-empty-prefix): New variable.
22564         (message-indent-citation): Use it.
22565         (message-cite-original-without-signature): Respect X-No-Archive.
22566
22567 2005-08-08  Simon Josefsson  <jas@extundo.com>
22568
22569         * pgg.el: Autoload url-insert-file-contents instead of loading
22570         w3/url.
22571         (pgg-insert-url-with-w3): Don't load url here.
22572
22573 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22574
22575         * message.el (message-kill-to-signature): Don't insert newline at
22576         bol.
22577         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22578
22579 2005-08-06  Romain Francoise  <romain@orebokech.com>
22580
22581         * message.el (message-user-fqdn): Fix typo in docstring.
22582
22583 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22584
22585         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22586
22587         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22588
22589 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22590
22591         * mm-bodies.el (mm-encode-body): Use coding system rather than
22592         charset to encode text.
22593
22594         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22595         number of charsets if utf-8 is available (XEmacs).
22596
22597 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22598
22599         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22600         taken from `gnus-button-mid-or-mail-regexp'.
22601         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22602         (gnus-button-alist): Improve regexp for domain part of the MIDs
22603         for news:localpart@domain buttons.
22604         (gnus-button-ctan-directory-regexp): Update.
22605
22606 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22607
22608         * sieve-manage.el (sieve-manage-interactive-login):
22609         Use make-local-variable rather than make-variable-buffer-local.
22610         (sieve-manage-open): Ditto.
22611         (sieve-manage-authenticate): Ditto.
22612
22613         * mml.el (mml-generate-mime-1): Make the content type default to
22614         text/plain if the filename is not specified.
22615
22616 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22617
22618         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22619         instead of insert-buffer.
22620
22621         * message.el (message-yank-original): Ditto; set the mark at the
22622         end of the yanked message.
22623
22624 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22625
22626         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22627         lines to scroll rather than to stop it.
22628
22629         * mml.el (mml-generate-default-type): Add doc string.
22630         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22631         default to application/octet-stream when determining the content
22632         type if it is not specified for the part or the mml contents; add
22633         a comment about mml-generate-default-type.
22634
22635 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22636
22637         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22638         make it default to application/octet-stream when determining the
22639         content type if it is not specified for the external contents.
22640
22641 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22642
22643         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22644         segmented parameter but also other parameters might be there.
22645
22646 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22647
22648         * mm-decode.el (mm-display-external): Delete temp file, directory
22649         and buffer immediately if the external process is exited.
22650
22651 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22654         fewer lines than that of scroll-margin.
22655         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22656
22657 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22658
22659         * gnus-art.el (gnus-article-next-page): Revert.
22660         (gnus-article-beginning-of-window): New macro.
22661         (gnus-article-next-page-1): Use it.
22662         (gnus-article-prev-page): Ditto.
22663         (gnus-article-edit-part): Use insert-buffer-substring instead of
22664         insert-buffer.
22665         (gnus-article-edit-exit): Ditto.
22666
22667         * gnus-util.el (gnus-beginning-of-window): Remove.
22668         (gnus-end-of-window): Remove.
22669
22670         * lpath.el: Don't bind header-line-format and scroll-margin.
22671
22672 2005-07-25  Simon Josefsson  <jas@extundo.com>
22673
22674         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22675         to have the url package without w3.  Reported by Daiki Ueno
22676         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22677
22678 2005-07-20  Didier Verna  <didier@xemacs.org>
22679
22680         * gnus-diary.el: Remove the description comment (nndiary is now
22681         properly documented in the Gnus manual).
22682         Fix the spelling of "Back End".
22683         * nndiary.el: Ditto.
22684         Fix the copyright notice.
22685
22686 2005-07-18  Romain Francoise  <romain@orebokech.com>
22687
22688         * gnus-sum.el (gnus-summary-to-prefix)
22689         (gnus-summary-newsgroup-prefix): New variables.
22690         (gnus-summary-from-or-to-or-newsgroups): Use them.
22691
22692 2005-07-17  Romain Francoise  <romain@orebokech.com>
22693
22694         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22695         space as it's generally not especially interesting to the user.
22696
22697 2005-07-16  Romain Francoise  <romain@orebokech.com>
22698
22699         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22700         nil to avoid prompting and file modification if one of the
22701         messages at the top of the nnfolder file contains a copyright
22702         notice.
22703         Update copyright notice.
22704
22705         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22706         instead of `current-time-string' as the latter creates a time
22707         string that is not RFC 2822 compliant (it lacks the zone).
22708         Update copyright notice.
22709
22710 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22711
22712         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22713         for text/rtf.  Display default in prompt.  Pass default for M-n.
22714
22715         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22716
22717 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22718
22719         * gnus-msg.el (gnus-button-mailto):
22720         Remove save-selected-window-window hackery because it relies on
22721         save-selected-window internals.
22722
22723 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22724
22725         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22726         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22727         (gnus-article-prev-page): Ditto.
22728
22729         * gnus-util.el (gnus-beginning-of-window): New function.
22730         (gnus-end-of-window): New function.
22731
22732         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22733
22734 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22735
22736         * gnus-score.el (gnus-score-edit-all-score):
22737         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22738         gnus-message.
22739
22740 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22741
22742         * gnus-msg.el (gnus-button-mailto):
22743         Remove save-selected-window-window hackery because it relies on
22744         save-selected-window internals.
22745
22746 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22747
22748         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22749         add-minor-mode.
22750         (gnus-binary-mode): Ditto.
22751
22752         * gnus-topic.el (gnus-topic-mode): Ditto.
22753
22754 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22755
22756         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22757         (gnus-article-prev-page): Take scroll-margin into consideration.
22758
22759 2005-07-04  Lute Kamstra  <lute@gnu.org>
22760
22761         Update FSF's address in GPL notices.
22762
22763 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22764
22765         * gnus.el (gnus-exit):
22766         * gnus-group.el (gnus-group-icons):
22767         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22768
22769         * gnus-nocem.el (gnus-nocem):
22770         * message.el (message-various, message-buffers, message-sending)
22771         (message-interface, message-forwarding, message-insertion)
22772         (message-headers, message-news, message-mail):
22773         * pgg-gpg.el (pgg-gpg):
22774         * pgg-parse.el (pgg-parse):
22775         * pgg-pgp.el (pgg-pgp):
22776         * pgg-pgp5.el (pgg-pgp5):
22777         * pop3.el (pop3): Finish `defgroup' description with period.
22778
22779 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22780
22781         * gnus-art.el (article-display-face): Improve the efficiency.
22782         (article-display-x-face): Ditto; remove gray x-face stuff.
22783
22784 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22785
22786         * gnus-art.el (article-display-face): Correct the position in
22787         which Faces are inserted.
22788
22789 2005-06-29  Didier Verna  <didier@xemacs.org>
22790
22791         * gnus-art.el (article-display-face): Display faces in correct
22792         order.
22793
22794 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22795
22796         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22797         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22798         (gnus-nocem-check-article): Fetch the Type header.
22799         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22800         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22801         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22802         make sure gnus-nocem-hashtb is initialized.
22803         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22804         (gnus-nocem-unwanted-article-p): Ditto.
22805
22806         * pgg.el (pgg-verify): Return the verification result.
22807
22808 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22809
22810         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22811         is ascii.
22812
22813 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22814
22815         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22816         `show-nonbreak-escape'.
22817
22818 2005-06-23  Lute Kamstra  <lute@gnu.org>
22819
22820         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22821
22822         * dig.el (dig-mode):
22823         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22824
22825 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22826
22827         * nnimap.el (nnimap-split-download-body): Fix spellings.
22828
22829 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22830
22831         * gnus-art.el (gnus-article-encrypt-body):
22832         * gnus-cus.el (gnus-score-customize):
22833         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22834         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22835
22836 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22837
22838         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22839         header by looking for magic "MII" at the beginning.
22840
22841 2005-06-16  Miles Bader  <miles@gnu.org>
22842
22843         * gnus-xmas.el (gnus-xmas-group-startup-message):
22844         Use renamed gnus-splash face.
22845
22846         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22847         (assistant-field-face): New backward-compatibility alias for renamed
22848         face.
22849         (assistant-render-text): Use renamed assistant-field face.
22850
22851         * spam.el (spam): Remove "-face" suffix from face name.
22852         (spam-face): New backward-compatibility alias for renamed face.
22853         (spam-face, spam-initialize): Use renamed spam face.
22854
22855         * message.el (message-header-to, message-header-cc)
22856         (message-header-subject, message-header-newsgroups)
22857         (message-header-other, message-header-name)
22858         (message-header-xheader, message-separator, message-cited-text)
22859         (message-mml): Remove "-face" suffix from face names.
22860         (message-header-to-face, message-header-cc-face)
22861         (message-header-subject-face, message-header-newsgroups-face)
22862         (message-header-other-face, message-header-name-face)
22863         (message-header-xheader-face, message-separator-face)
22864         (message-cited-text-face, message-mml-face):
22865         New backward-compatibility aliases for renamed faces.
22866         (message-font-lock-keywords): Use renamed message faces.
22867
22868         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22869         (sieve-test-commands, sieve-tagged-arguments):
22870         Remove "-face" suffix from face names.
22871         (sieve-control-commands-face, sieve-action-commands-face)
22872         (sieve-test-commands-face, sieve-tagged-arguments-face):
22873         New backward-compatibility aliases for renamed faces.
22874         (sieve-control-commands-face, sieve-action-commands-face)
22875         (sieve-test-commands-face, sieve-tagged-arguments-face):
22876         Use renamed sieve faces.
22877
22878         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22879         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22880         (gnus-group-news-3-empty, gnus-group-news-4)
22881         (gnus-group-news-4-empty, gnus-group-news-5)
22882         (gnus-group-news-5-empty, gnus-group-news-6)
22883         (gnus-group-news-6-empty, gnus-group-news-low)
22884         (gnus-group-news-low-empty, gnus-group-mail-1)
22885         (gnus-group-mail-1-empty, gnus-group-mail-2)
22886         (gnus-group-mail-2-empty, gnus-group-mail-3)
22887         (gnus-group-mail-3-empty, gnus-group-mail-low)
22888         (gnus-group-mail-low-empty, gnus-summary-selected)
22889         (gnus-summary-cancelled, gnus-summary-high-ticked)
22890         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22891         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22892         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22893         (gnus-summary-low-undownloaded)
22894         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22895         (gnus-summary-low-unread, gnus-summary-normal-unread)
22896         (gnus-summary-high-read, gnus-summary-low-read)
22897         (gnus-summary-normal-read, gnus-splash):
22898         Remove "-face" suffix from face names.
22899         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22900         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22901         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22902         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22903         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22904         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22905         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22906         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22907         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22908         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22909         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22910         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22911         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22912         (gnus-summary-normal-ticked-face)
22913         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22914         (gnus-summary-normal-ancient-face)
22915         (gnus-summary-high-undownloaded-face)
22916         (gnus-summary-low-undownloaded-face)
22917         (gnus-summary-normal-undownloaded-face)
22918         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22919         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22920         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22921         (gnus-splash-face):
22922         New backward-compatibility aliases for renamed faces.
22923         (gnus-group-startup-message): Use renamed gnus faces.
22924
22925         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22926         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22927         (gnus-server-agent): Remove "-face" suffix from face names.
22928         (gnus-server-agent-face, gnus-server-opened-face)
22929         (gnus-server-closed-face, gnus-server-denied-face)
22930         (gnus-server-offline-face):
22931         New backward-compatibility aliases for renamed faces.
22932         (gnus-server-agent-face, gnus-server-opened-face)
22933         (gnus-server-closed-face, gnus-server-denied-face)
22934         (gnus-server-offline-face): Use renamed gnus faces.
22935
22936         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22937         Remove "-face" suffix from face names.
22938         (gnus-picon-xbm-face, gnus-picon-face):
22939         New backward-compatibility aliases for renamed faces.
22940
22941         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22942         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22943         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22944         (gnus-cite-11): Remove "-face" suffix from face names.
22945         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22946         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22947         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22948         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22949         New backward-compatibility aliases for renamed faces.
22950         (gnus-cite-attribution-face, gnus-cite-face-list)
22951         (gnus-article-boring-faces): Use renamed gnus faces.
22952
22953         * gnus-art.el (gnus-signature, gnus-header-from)
22954         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22955         (gnus-header-content): Remove "-face" suffix from face names.
22956         (gnus-signature-face, gnus-header-from-face)
22957         (gnus-header-subject-face, gnus-header-newsgroups-face)
22958         (gnus-header-name-face, gnus-header-content-face):
22959         New backward-compatibility aliases for renamed faces.
22960         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22961
22962         * gnus-sum.el (gnus-summary-selected-face)
22963         (gnus-summary-highlight): Use renamed gnus faces.
22964         * gnus-group.el (gnus-group-highlight): Likewise.
22965
22966 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22967
22968         * gnus-sieve.el (gnus-sieve-article-add-rule):
22969         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22970         * spam-stat.el (spam-stat-buffer-change-to-spam)
22971         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22972
22973         * message.el (message-is-yours-p):
22974         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22975
22976 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22977
22978         * mm-view.el (mm-inline-text): Withdraw the last change.
22979
22980 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22981
22982         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22983         executing enriched-decode.
22984
22985 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22986
22987         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22988         charset of tar files.
22989
22990 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22991
22992         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22993
22994 2005-06-04  Lute Kamstra  <lute@gnu.org>
22995
22996         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22997         information is never recorded.
22998
22999 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23000
23001         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23002
23003 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23004
23005         * pop3.el (pop3-apop): Run md5 in the binary mode.
23006
23007         * starttls.el (starttls-set-process-query-on-exit-flag):
23008         Use eval-and-compile.
23009
23010 2005-05-31  Simon Josefsson  <jas@extundo.com>
23011
23012         * smime.el (smime-replace-in-string): Define.
23013         (smime-cert-by-ldap-1): Use it.
23014
23015 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23016
23017         * gnus-art.el (article-display-x-face): Replace
23018         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23019
23020         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23021         set-process-query-on-exit-flag or process-kill-without-query.
23022
23023         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23024         loop instead of replace-regexp.
23025
23026         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23027         instead of process-kill-without-query if it is available.
23028
23029         * lpath.el: Fbind ldap-search-entries.
23030
23031         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23032         instead of find-file-hooks if it is available.
23033
23034         * mml1991.el: Bind pgg-default-user-id when compiling.
23035
23036         * mml2015.el: Bind pgg-default-user-id when compiling.
23037
23038         * nndraft.el (nndraft-request-associate-buffer):
23039         Use write-contents-functions instead of write-contents-hooks if it is
23040         available.
23041
23042         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23043         instead of find-file-hooks if it is available.
23044
23045         * nntp.el (nntp-open-connection): Replace
23046         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23047         (nntp-open-ssl-stream): Ditto.
23048         (nntp-open-tls-stream): Ditto.
23049
23050         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23051         set-process-query-on-exit-flag or process-kill-without-query.
23052         (starttls-open-stream-gnutls): Use it instead of
23053         process-kill-without-query.
23054         (starttls-open-stream): Ditto.
23055
23056 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23057
23058         * smime.el (smime-cert-by-ldap-1): Don't use
23059         replace-regexp-in-string.
23060
23061 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23062
23063         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23064
23065         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23066         in PEM format.  Adjust to the XEmacs compatibility.
23067
23068 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23069
23070         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23071         by `string-to-number'.
23072         * gnus-agent.el (gnus-agent-regenerate-group)
23073         (gnus-agent-fetch-articles): Ditto.
23074         * gnus-art.el (gnus-button-fetch-group): Ditto.
23075         * gnus-cache.el (gnus-cache-generate-active)
23076         (gnus-cache-articles-in-group): Ditto.
23077         * gnus-group.el (gnus-group-set-current-level)
23078         (gnus-group-insert-group-line): Ditto.
23079         * gnus-score.el (gnus-score-set-expunge-below)
23080         (gnus-score-set-mark-below, gnus-summary-score-effect)
23081         (gnus-summary-score-entry): Ditto.
23082         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23083         (gnus-soup-pack): Ditto.
23084         * gnus-spec.el (gnus-xmas-format): Ditto.
23085         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23086         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23087         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23088         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23089         * nndb.el (nndb-get-remote-expire-response): Ditto.
23090         * nndiary.el (nndiary-parse-schedule-value)
23091         (nndiary-string-to-number, nndiary-request-replace-article)
23092         (nndiary-request-article): Ditto.
23093         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23094         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23095         * nneething.el (nneething-make-head): Ditto.
23096         * nnfolder.el (nnfolder-request-article)
23097         (nnfolder-retrieve-headers): Ditto.
23098         * nnheader.el (nnheader-file-to-number): Ditto.
23099         * nnkiboze.el (nnkiboze-request-article): Ditto.
23100         * nnmail.el (nnmail-process-unix-mail-format)
23101         (nnmail-process-babyl-mail-format): Ditto.
23102         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23103         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23104         (nnmh-request-create-group, nnmh-request-list-1)
23105         (nnmh-request-group, nnmh-request-article): Ditto.
23106         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23107         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23108         * nnsoup.el (nnsoup-make-active): Ditto.
23109         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23110         * nntp.el (nntp-find-group-and-number)
23111         (nntp-retrieve-headers-with-xover): Ditto.
23112         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23113         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23114         (pgg-format-key-identifier): Ditto.
23115         * pop3.el (pop3-last, pop3-stat): Ditto.
23116         * qp.el (quoted-printable-decode-region): Ditto.
23117
23118         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23119         of concat.
23120
23121 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23122
23123         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23124
23125         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23126
23127         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23128
23129         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23130
23131         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23132
23133         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23134
23135         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23136         (gnus-carpal-mode): Ditto.
23137
23138         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23139         (gnus-browse-mode): Ditto.
23140
23141         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23142
23143         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23144
23145 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23146
23147         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23148
23149 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23150
23151         * gnus-util.el (gnus-run-mode-hooks): New function.
23152
23153         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23154
23155         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23156         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23157
23158 2005-05-27  Lute Kamstra  <lute@gnu.org>
23159
23160         * dns-mode.el (dns-mode): Specify customization group.
23161
23162 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23163
23164         * gnus-agent.el (gnus-agent-make-mode-line-string):
23165         Use mode-line-highlight as mouse-face.
23166
23167 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23168
23169         * canlock.el (canlock): Change the parent group to news.
23170
23171         * deuglify.el (gnus-outlook-deuglify): Add :group.
23172
23173         * dig.el (dig): Add :group.
23174
23175         * dns-mode.el (dns-mode): Add :group.
23176
23177         * encrypt.el (encrypt): Add :group.
23178
23179         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23180         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23181         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23182         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23183         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23184
23185         * gnus-diary.el (gnus-diary): Add :group.
23186
23187         * gnus.el (gnus-group-news-1-face): Add :group.
23188         (gnus-group-news-1-empty-face): Ditto.
23189         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23190         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23191         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23192         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23193         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23194         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23195         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23196         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23197         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23198         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23199         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23200         (gnus-summary-high-ticked-face): Ditto.
23201         (gnus-summary-low-ticked-face): Ditto.
23202         (gnus-summary-normal-ticked-face): Ditto.
23203         (gnus-summary-high-ancient-face): Ditto.
23204         (gnus-summary-low-ancient-face): Ditto.
23205         (gnus-summary-normal-ancient-face): Ditto.
23206         (gnus-summary-high-undownloaded-face): Ditto.
23207         (gnus-summary-low-undownloaded-face): Ditto.
23208         (gnus-summary-normal-undownloaded-face): Ditto.
23209         (gnus-summary-high-unread-face): Ditto.
23210         (gnus-summary-low-unread-face): Ditto.
23211         (gnus-summary-normal-unread-face): Ditto.
23212         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23213         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23214
23215         * hashcash.el (hashcash): New custom group.
23216         (hashcash-default-payment): Add :group.
23217         (hashcash-payment-alist): Ditto.
23218         (hashcash-default-accept-payment): Ditto.
23219         (hashcash-accept-resources): Ditto.
23220         (hashcash-path): Ditto.
23221         (hashcash-extra-generate-parameters): Ditto.
23222         (hashcash-double-spend-database): Ditto.
23223         (hashcash-in-news): Ditto.
23224
23225         * message.el (message-minibuffer-local-map): Add :group.
23226
23227         * netrc.el (netrc): Add :group.
23228
23229         * sieve-manage.el (sieve-manage-log): Add :group.
23230         (sieve-manage-default-user): Diito.
23231         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23232         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23233         (sieve-manage-authenticators): Ditto.
23234         (sieve-manage-authenticator-alist): Ditto.
23235         (sieve-manage-default-port): Ditto.
23236
23237         * sieve-mode.el (sieve-control-commands-face): Add :group.
23238         (sieve-action-commands-face): Ditto.
23239         (sieve-test-commands-face): Ditto.
23240         (sieve-tagged-arguments-face): Ditto.
23241
23242         * smime.el (smime): Add :group.
23243
23244         * spam-report.el (spam-report): Add :group.
23245
23246         * spam.el (spam, spam-face): Add :group.
23247
23248 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23249
23250         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23251         return \n.\n.\n at the end of articles.  Protect against that.
23252         (nntp-with-open-group): Allow debugging.
23253
23254         * nnheader.el (mail-header-set-extra): Make into a function
23255         because I just could't understand how to quote the list properly.
23256
23257         * dns.el (query-dns-cached): New function.
23258
23259 2005-05-26  Lute Kamstra  <lute@gnu.org>
23260
23261         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23262
23263 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23264
23265         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23266
23267         * gnus-art.el: Don't autoload mail-extract-address-components.
23268
23269         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23270         eval-and-compile to evaluate it.
23271
23272         * hashcash.el: Don't autoload executable-find.
23273
23274         * nndb.el: Don't declare the nndb back end two or more times; don't
23275         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23276
23277         * nntp.el: Autoload format-spec instead of format; use
23278         eval-and-compile to evaluate autoload forms.
23279
23280 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23281
23282         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23283
23284 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23285
23286         * gnus.el (gnus-version-number): Bump version.
23287
23288 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23289
23290         * gnus.el: No Gnus v0.3 is released.
23291
23292 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23293
23294         * lpath.el (featurep): Bind show-nonbreak-escape.
23295
23296 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23297
23298         * gnus-art.el (gnus-article-edit-part): Disable undo.
23299
23300 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23301
23302         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23303         gnus-article-date-lapsed-new-header is t if date timer is active;
23304         skip headers in which the original date value is empty.
23305         (gnus-article-save-original-date): Redefine it as a macro.
23306         (gnus-display-mime): Use it.
23307
23308 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23309
23310         * gnus-art.el (article-date-ut): Support converting date in
23311         forwarded parts as well.
23312         (gnus-article-save-original-date): New function.
23313         (gnus-display-mime): Use it.
23314
23315 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23316
23317         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23318         enclosure element of <item>.
23319
23320 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23321
23322         * message.el (message-kill-buffer-query): Rename from
23323         `message-kill-buffer-query-if-modified'.  Add :version.
23324
23325 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23326
23327         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23328         window layout.
23329
23330 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23331
23332         * mml.el: Autoload dnd when compiling.
23333
23334 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23335
23336         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23337         x-dnd-*.
23338
23339 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23340
23341         * qp.el (quoted-printable-encode-region): Save excursion.
23342
23343 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23344
23345         * message.el (message-kill-buffer-query-if-modified): Add new variable
23346         so the user can kill a modified message buffer quickly.
23347         (message-kill-buffer): Use it.
23348
23349 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23350
23351         * lpath.el: Fbind display-time-event-handler; don't fbind
23352         string-to-multibyte.
23353
23354         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23355
23356 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23357
23358         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23359         contained in text because xml.el decodes entities) with LFs.
23360
23361 2005-04-11  Lute Kamstra  <lute@gnu.org>
23362
23363         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23364         differently.
23365
23366 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23367
23368         * mm-util.el (mm-detect-coding-region): Typo.
23369
23370 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23371
23372         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23373
23374 2005-04-06  Deepak Goel  <deego@gnufans.org>
23375
23376         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23377         user-function allow user modifications of the scores.
23378         (spam-stat-score-buffer-user): New function, to allow
23379         user-computed modifications to the score.
23380         (spam-stat-score-buffer-user-functions): List of additional
23381         scoring functions.
23382         (spam-stat-error-holder): Global temporary error holder.
23383         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23384         variable.
23385
23386 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23387
23388         * gnus-registry.el (gnus-registry-clean-empty-function)
23389         (gnus-registry-trim, gnus-registry-fetch-groups)
23390         (gnus-registry-delete-group): Groups that match
23391         `gnus-registry-ignored-groups' are removed from the registry
23392         entries, not just ignored for splitting.  This helps clean up the
23393         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23394         to get all the groups a message ID is in.
23395
23396         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23397         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23398         (spam-stat-score-buffer-user-functions): Add :number custom type.
23399
23400 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23401
23402         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23403         argument in XEmacs.
23404
23405         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23406         (nnrss-request-group): Decode group name first.
23407         (nnrss-request-article): Make a text/plain article if mml-to-mime
23408         failed.
23409         (nnrss-get-encoding): Return a compatible encoding according to
23410         nnrss-compatible-encoding-alist.
23411         (nnrss-find-el): Use consp instead of listp.
23412         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23413
23414 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23415
23416         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23417         which Emacs 20 doesn't support.
23418         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23419
23420 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23421
23422         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23423         silence the byte compiler inside the defun.
23424
23425         * gnus-demon.el (parse-time-string): Add autoload.
23426
23427         * gnus-delay.el (parse-time-string): Add autoload.
23428
23429         * gnus-art.el (parse-time-string): Add autoload.
23430
23431         * nnultimate.el (parse-time): Require for `parse-time-string'.
23432
23433 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23434
23435         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23436
23437         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23438
23439         * smime.el (smime-ldap-host-list): Add :version.
23440
23441 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23442
23443         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23444         pass it to `gnus-browse-read-group'.
23445         (gnus-browse-read-group): Add NUMBER argument and pass it to
23446         `gnus-group-read-ephemeral-group'.
23447
23448         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23449         argument and pass it to `gnus-group-read-group'.
23450
23451 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23452
23453         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23454         mm-xemacs-find-mime-charset-1 if we have the mule feature
23455         available at runtime.
23456
23457 2005-03-25  Werner Lemberg  <wl@gnu.org>
23458
23459         * nnmaildir.el: Replace `illegal' with `invalid'.
23460
23461 2005-03-23  Lute Kamstra  <lute@gnu.org>
23462
23463         * time-date.el: Add comment on time value formats.
23464         Don't require parse-time.
23465         (with-decoded-time-value): New macro.
23466         (encode-time-value): New function.
23467         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23468         (days-to-time): Return a valid time value when arg is huge.
23469         (time-since): Use time-subtract.
23470         (time-to-number-of-days): Use time-to-seconds.
23471
23472 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23473
23474         * gnus-start.el (gnus-display-time-event-handler):
23475         Check display-time-timer at runtime rather than only at load time
23476         in case display-time-mode is turned off in the mean time.
23477
23478 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23479
23480         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23481         used.
23482
23483         * nneething.el (nneething-map-file-directory): Derive from
23484         `gnus-directory'.
23485
23486         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23487         the To/Cc button.
23488
23489 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23490
23491         * nnmaildir.el (nnmaildir-request-accept-article):
23492         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23493
23494 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23495
23496         * gnus-async.el: Require timer-funcs at compile time when in
23497         XEmacs for `run-with-idle-timer'.
23498
23499 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23500
23501         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23502         autoloaded function.
23503
23504 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23505
23506         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23507
23508 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23509
23510         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23511
23512 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23513
23514         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23515         Add gnus-expert-user to default.
23516
23517 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23518
23519         * nnimap.el (nnimap-open-server): Ditto.
23520
23521         * imap.el (imap-authenticate): Fix typo.
23522
23523 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23524
23525         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23526         buffer (since IMAP server might return FETCH response out of
23527         order, and the nntp buffer must be sorted).
23528
23529 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23530
23531         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23532         comparison on string.
23533
23534         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23535         (gnus-agent-score): Rename category keywords to match gnus-cus.
23536         (gnus-agent-summary-fetch-series): Modify to protect against
23537         gnus-agent-summary-fetch-group clearing processable flags.
23538         (gnus-agent-synchronize-group-flags): Update live group buffer as
23539         synchronization may occur due to the user toggle the plugged
23540         status.
23541         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23542         successfully downloaded.
23543         (gnus-agent-expire-group-1): Avoid using markers when the overview
23544         is in ascending order; greatly improves performance.
23545         (gnus-agent-regenerate-group):
23546         Use gnus-agent-synchronize-group-flags to reset read status in both
23547         gnus and server.
23548         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23549
23550 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23551
23552         * message.el: Don't autoload former message-utils variables.
23553         (message-strip-subject-trailing-was): Change doc string.
23554
23555         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23556         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23557         (nnweb-google-search): Add "hl=en" here.
23558         (nnweb-google-parse-1, nnweb-google-create-mapping):
23559         Don't hardcode URL.
23560
23561 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23562
23563         * message.el (message-get-reply-headers, message-followup):
23564         Mention related variables `message-use-followup-to' and
23565         `message-use-mail-followup-to', in the information buffer.
23566
23567         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23568         of broken groups(-beta).google.com.
23569
23570 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23571
23572         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23573         parameter to invoked gnus-request-move-article; remove the
23574         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23575         all at once instead of once per article.
23576         (gnus-summary-remove-process-mark): Accept a list of articles as
23577         well as a single article for processing.
23578
23579         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23580         parameter.
23581
23582         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23583
23584         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23585
23586         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23587         parameter.
23588
23589         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23590         parameter.
23591
23592         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23593         parameter and remove the gnus-sum-hint-move-is-internal variable.
23594
23595         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23596         parameter.
23597
23598         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23599         parameter.
23600
23601         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23602         parameter.
23603
23604         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23605
23606         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23607         parameter.
23608
23609         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23610         parameter.
23611
23612 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23613
23614         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23615         a more conservative way.
23616
23617 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23618
23619         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23620         buffer, so it moves the window's cursor.
23621
23622 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23623
23624         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23625         `mm-dissect-multipart' and receive the from field as an (optional)
23626         argument from `mm-dissect-multipart'.
23627         (mm-dissect-multipart): Receive the from field as an argument and
23628         pass it on when we call `mm-dissect-buffer' on MIME parts.
23629         Fixes verification/decryption of signed/encrypted MIME parts.
23630
23631 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23632
23633         * gnus-sum.el (gnus-summary-move-article):
23634         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23635         whatever it calls (right now, only nnimap-request-move article
23636         respects it).
23637
23638         * nnimap.el (nnimap-request-move-article):
23639         When gnus-sum-hint-move-is-internal is set, don't do the extra
23640         nnimap-request-article.
23641
23642 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23643
23644         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23645
23646         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23647         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23648
23649         * gnus-sum.el (gnus-summary-caesar-message):
23650         Apply `gnus-treat-article' after rotation.
23651
23652         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23653         doc string.
23654
23655 2005-02-22  Simon Josefsson  <jas@extundo.com>
23656
23657         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23658         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23659         <arne@arnested.dk>.
23660         (encrypt): Add password-cache and password-cache-expiry as group
23661         members.
23662
23663 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23664
23665         * smime.el (smime-ldap-host-list): Doc fix.
23666         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23667         cache) password.
23668         (smime-sign-region): Use it.
23669         (smime-decrypt-region): Use it.
23670         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23671         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23672         fails.
23673         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23674         certificate from DER to PEM format rather than calling openssl.
23675
23676         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23677
23678         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23679         for signing/encryption.
23680
23681         * mml.el (mml-parse-1): Use them.
23682
23683 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23684
23685         * nnrss.el (nnrss-verbose): Remove.
23686         (nnrss-request-group): Use `nnheader-message' instead.
23687
23688 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23689
23690         * nnrss.el (nnrss-verbose): New variable.
23691         (nnrss-request-group): Make it say nnrss is requesting a group.
23692
23693 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23694
23695         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23696         Handle news URL with given port correctly.
23697
23698 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23699
23700         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23701         containing special characters.
23702
23703         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23704
23705         * mml.el (mime-to-mml): Ditto.
23706
23707         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23708         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23709         (rfc2047-decode-region): Quote decoded words containing special
23710         characters when rfc2047-quote-decoded-words-containing-tspecials
23711         is non-nil.
23712
23713 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23714
23715         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23716
23717         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23718
23719 2005-02-15  Simon Josefsson  <jas@extundo.com>
23720
23721         * nnimap.el (nnimap-debug): Doc fix.
23722
23723         * imap.el (imap-debug): Doc fix.
23724
23725 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23726
23727         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23728
23729 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23730
23731         * gnus.el (spam-contents): Improve docs for spam-contents
23732         parameter in its variable incarnation.
23733
23734 2005-02-14  Simon Josefsson  <jas@extundo.com>
23735
23736         * smime-ldap.el: Use require instead of load-library for ldap.
23737         (smime-ldap-search): Indent.
23738         (smime-ldap-search-internal): Shorten line.
23739
23740         * smime.el (smime-cert-by-dns): Add doc-string.
23741         (smime-cert-by-ldap-1): Indent.
23742
23743         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23744         mml-smime-get-dns-ldap.
23745         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23746
23747 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23748
23749         * smime.el: Require smime-ldap.
23750         (smime-ldap-host-list): New variable.
23751         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23752
23753         * mml-smime.el (mml-smime-encrypt-query): New function.
23754         (mml-smime-encrypt-query): Use it.
23755
23756         * smime-ldap.el: New file.
23757
23758 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23759
23760         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23761
23762 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23763
23764         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23765         argument in doc string.  Make query for type more clear.
23766
23767 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23768
23769         * gnus.el (gnus-group-startup-message): Search for gnus images in
23770         etc/images/gnus.
23771         * mm-util.el (mm-image-load-path): Likewise.
23772         * smiley.el (smiley-data-directory): Search for smilies in
23773         etc/images/smilies.
23774
23775 2005-02-09  Kim F. Storm  <storm@cua.dk>
23776
23777         Change Emacs release version from 21.4 to 22.1 throughout.
23778         Change Emacs development version from 21.3.50 to 22.0.50.
23779
23780 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23781
23782         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23783
23784         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23785         non-Mule XEmacs as well.
23786         (mm-decompress-buffer): Signal an error intentionally if it does
23787         not decompress compressed data because auto-compression-mode is
23788         disabled.
23789
23790 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23791
23792         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23793         an ID in the registry even if it has no groups.
23794
23795 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23796
23797         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23798         merge it into mm-decompress-buffer.
23799         (gnus-mime-copy-part): Use the MIME part charset, the value which
23800         a user specified or gnus-newsgroup-charset for decoding, like
23801         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23802         save-buffer what was used.  Suggested by Kevin Ryde
23803         <user42@zip.com.au>.
23804         (gnus-mime-inline-part): Allow the name parameter as well as the
23805         filename parameter; force decompressing of compressed data; always
23806         display contents being not decoded as unibyte.
23807
23808         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23809         as well as the filename parameter.
23810
23811         * mm-util.el (mm-decompress-buffer):
23812         Merge gnus-mime-jka-compr-maybe-uncompress.
23813         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23814         of compressed data.
23815
23816 2005-02-08  Simon Josefsson  <jas@extundo.com>
23817
23818         * imap.el (imap-log): Doc fix.
23819
23820 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23821
23822         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23823         the coding cookies; decompress compressed parts.
23824
23825         * mml.el (mml-generate-mime-1): Add the charset parameter according
23826         to the value which a user specified manually or the coding cookie.
23827
23828         * mm-util.el (mm-string-to-multibyte): New function.
23829         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23830         (mm-coding-system-to-mime-charset): New function.
23831         (mm-decompress-buffer): New function.
23832         (mm-find-buffer-file-coding-system): New function.
23833
23834         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23835         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23836         parts.
23837
23838 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23839
23840         * mm-view.el (mm-display-inline-fontify): Decode a part according
23841         to the charset parameter.
23842
23843 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23844
23845         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23846         prefix arg is neither nil nor a number, as info specifies.
23847
23848 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23849
23850         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23851         timestamps.
23852
23853 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23854
23855         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23856         groups error checking and notify user.
23857
23858 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23859
23860         * message.el (message-send-mail-function): Check existence of
23861         sendmail-program first before using default value
23862         `message-send-mail-with-sendmail'.  Otherwise use more generic
23863         `smtpmail-send-it'.
23864
23865 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23866
23867         * nntp.el (nntp-request-update-info): Always return nil.
23868
23869 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23870
23871         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23872
23873 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23874
23875         * message.el (message-beginning-of-line): Change the behavior when
23876         invoked between BOL and : so that it first moves backward.
23877
23878 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23879
23880         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23881         article buffer when editing of the article is discarded.
23882         (gnus-article-prepare): Revert.
23883
23884 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23885
23886         * gnus-art.el (gnus-article-prepare):
23887         Remove message-strip-forbidden-properties from the local hook.
23888
23889 2005-01-27  Simon Josefsson  <jas@extundo.com>
23890
23891         * password.el (password-cache-add): Only start one timer per key.
23892         Reported by Derek Atkins <warlord@MIT.EDU>.
23893
23894 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23895
23896         * run-at-time.el: Remove.  It is no longer needed as
23897         timer-funcs.el in the xemacs-base package has a working version of
23898         `run-at-time'.
23899
23900         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23901
23902         * password.el: Require timer-funcs instead of run-at-time in
23903         XEmacs.
23904         Remove `password-run-at-time' macro.
23905         (password-cache-add): Use `run-at-time' instead of
23906         `password-run-at-time'.
23907
23908         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23909         Remove `nnheader-cancel-function-timers' alias,
23910         `cancel-function-timers' exists in XEmacs in timer-funcs.
23911
23912         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23913         for `run-with-idle-timer'.
23914
23915         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23916         for `run-at-time'.
23917
23918         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23919         for `with-timeout'.
23920
23921         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23922         the same as for XEmacs 21.4.
23923         No need to ignore `run-with-idle-timer', this function exists in
23924         XEmacs now in timer-funcs.el in the xemacs-base package.
23925         (dgnushack-compile): No need to delete
23926         run-at-time.el from the list of files to compile because it
23927         doesn't exist anymore.
23928
23929 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23930
23931         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23932         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23933
23934 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23935
23936         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23937         sensitively.
23938
23939 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23940
23941         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23942
23943 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23944
23945         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23946         which will be inserted according to the multibyteness of a buffer
23947         rather than the type of contents.  Suggested by ARISAWA Akihiro
23948         <ari@mbf.ocn.ne.jp>.
23949
23950         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23951         of string which old xml.el may return rather than a string.
23952
23953 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23956
23957 2005-01-16  Simon Josefsson  <jas@extundo.com>
23958
23959         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23960         idn/idna.el isn't available.
23961         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23962         <michael@waxrat.com>.
23963
23964         * hashcash.el: Remove non-FSF copyright header.
23965
23966         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23967         (hashcash-generate-payment): Use it.
23968         (hashcash-generate-payment-async): Use it.
23969
23970 2005-01-15  Simon Josefsson  <jas@extundo.com>
23971
23972         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23973         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23974
23975         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23976         gnus-summary-idna-message.
23977         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23978         (gnus-summary-idna-message): New function.
23979
23980 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23981
23982         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23983         gnus-novice-user.
23984
23985 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23986
23987         * nnrss.el (nnrss-request-delete-group): Delete entries in
23988         nnrss-group-alist as well.
23989         (nnrss-save-server-data): Insert newline.
23990
23991 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23992
23993         * gnus.el (gnus-user-agent): Use list of symbols instead of
23994         symbols.  Display full version number for (S)XEmacs.
23995         Optionally display (S)XEmacs codename.
23996
23997         * gnus-util.el (gnus-emacs-version): Update for new
23998         `gnus-user-agent'.
23999
24000         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24001         Gnus version.
24002
24003 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24004
24005         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24006         which is unreadable in some setups.
24007
24008 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24009
24010         * gnus-spec.el (gnus-update-format-specifications): Flush the
24011         group format spec cache if it doesn't support decoded group names.
24012
24013 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24014
24015         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24016         Allow to apply decay on score files matching a regexp.
24017
24018 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24019
24020         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24021         compatibility in %g and %c.
24022
24023 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24024
24025         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24026         name for only %g and %c.
24027         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24028         of gnus-tmp-group to decoded group name.
24029         (gnus-group-make-rss-group): Exclude `/'s from group names.
24030
24031 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24032
24033         * nnrss.el (nnrss-get-encoding): Fix regexp.
24034
24035 2004-12-27  Simon Josefsson  <jas@extundo.com>
24036
24037         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24038         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24039         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24040
24041 2004-12-17  Kim F. Storm  <storm@cua.dk>
24042
24043         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24044
24045         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24046
24047 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24048
24049         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24050
24051 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24052
24053         * nnrss.el: Require rfc2047 and mml.
24054         (nnrss-file-coding-system): New variable.
24055         (nnrss-format-string): Redefine it as an inline function.
24056         (nnrss-decode-group-name): New function.
24057         (nnrss-string-as-multibyte): Remove.
24058         (nnrss-retrieve-headers): Decode group name; don't use
24059         nnrss-format-string.
24060         (nnrss-request-group): Decode group name.
24061         (nnrss-request-article): Decode group name; allow a Message-ID as
24062         well as an article number; don't use nnrss-format-string; encode a
24063         Message-ID string which may contain non-ASCII characters; use
24064         mml-to-mime to compose a MIME article.
24065         (nnrss-request-expire-articles): Decode group name.
24066         (nnrss-request-delete-group): Decode group name.
24067         (nnrss-fetch): Clarify error message.
24068         (nnrss-read-server-data): Use insert-file-contents instead of load;
24069         bind file-name-coding-system; use multibyte buffer.
24070         (nnrss-save-server-data): Bind coding-system-for-write to the
24071         value of nnrss-file-coding-system; bind file-name-coding-system;
24072         add coding cookie.
24073         (nnrss-read-group-data): Use insert-file-contents instead of load;
24074         bind file-name-coding-system; use multibyte buffer.
24075         (nnrss-save-group-data): Bind coding-system-for-write to the
24076         value of nnrss-file-coding-system; bind file-name-coding-system.
24077         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24078         make it work with non-ASCII text.
24079         (nnrss-find-el): Make it work with old xml.el as well.
24080
24081 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24082
24083         * nnrss.el (nnrss-get-encoding): New function.
24084         (nnrss-fetch): Use unibyte buffer initially; bind
24085         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24086         decode contents according to the encoding attribute.
24087         (nnrss-save-group-data): Add coding cookie.
24088         (nnrss-mime-encode-string): New function.
24089         (nnrss-check-group): Use it to encode subject and author.
24090
24091 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24092
24093         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24094         imaginary variable.
24095
24096 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24097
24098         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24099         correctly even if there are wide characters.
24100
24101 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24102
24103         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24104         downcased symbol names; make a new cache instead of reusing
24105         bbdb-hashtable.
24106
24107 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24108
24109         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24110         concatenating segments rather than before concatenating them.
24111         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24112
24113         * message.el (message-get-reply-headers): Bind `extra'.
24114
24115 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24116
24117         * message.el (message-extra-wide-headers): New variable.
24118         (message-get-reply-headers): Use it.
24119
24120 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24121
24122         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24123         (gnus-agent-group-pathname): Ditto.
24124
24125         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24126
24127         * gnus-group.el (gnus-group-make-group): Decode group name.
24128         (gnus-group-make-rss-group): Register the group data after opening
24129         the nnrss group.
24130
24131 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24132
24133         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24134         by expiry now get marked as read.
24135
24136 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24137
24138         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24139
24140 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24141
24142         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24143         unify Latin characters in XEmacs.
24144         (mm-find-mime-charset-region): Use it.
24145
24146 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24147
24148         * gnus-util.el (gnus-delete-directory): New function.
24149
24150         * gnus-agent.el (gnus-agent-delete-group): Use it.
24151
24152         * gnus-cache.el (gnus-cache-delete-group): Use it.
24153
24154 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24155
24156         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24157         names.
24158
24159 2004-12-16  Simon Josefsson  <jas@extundo.com>
24160
24161         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24162
24163 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24164
24165         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24166
24167         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24168         (gnus-group-set-current-level): Decode group name.
24169
24170 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24171
24172         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24173         failed.
24174
24175 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24176
24177         * gnus-group.el (gnus-group-delete-group): Decode group name.
24178         (gnus-group-make-rss-group): Encode group name.
24179         (gnus-group-catchup-current): Decode group name.
24180         (gnus-group-kill-group): Decode group name.
24181
24182 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24183
24184         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24185
24186 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24187
24188         * gnus-group.el (gnus-group-make-rss-group):
24189         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24190
24191         * gnus-start.el (gnus-setup-news): Honor user's setting to
24192         gnus-message-archive-method.  Suggested by Lute Kamstra
24193         <lute@gnu.org>.
24194
24195 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24196
24197         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24198         global counterparts of the buffer-local variables.
24199
24200 2004-11-16  Romain Francoise  <romain@orebokech.com>
24201
24202         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24203         counterparts of the buffer-local variables.
24204
24205 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24206
24207         * message.el (message-forbidden-properties): Fix typo in doc
24208         string.
24209
24210 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24211
24212         * gnus-util.el (gnus-replace-in-string): Add doc string.
24213
24214         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24215         to avoid problems when splitting mails with many recipients.
24216
24217 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24218
24219         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24220         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24221
24222 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24223
24224         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24225         if there is no hashtable in memory or file modification time is
24226         newer than cached timestamp.
24227
24228 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24229
24230         * gnus-sum.el (gnus-summary-limit-to-recipient):
24231         Implement not-matching option.
24232
24233 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24234
24235         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24236         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24237         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24238         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24239         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24240         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24241
24242 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24243
24244         * message.el (message-forward-make-body-mml): Remove headers
24245         according to message-forward-ignored-headers if a message is decoded.
24246
24247 2004-12-02  Romain Francoise  <romain@orebokech.com>
24248
24249         * message.el (message-forward-make-body-plain): Always remove
24250         headers according to message-forward-ignored-headers.
24251
24252 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24253
24254         * spam.el (spam-summary-prepare-exit): Remove the
24255         gnus-summary-limit pop for now, it has problems with ham marks for
24256         me.
24257
24258 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24259
24260         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24261         correctly.
24262
24263 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24264
24265         * format-spec.el (format-spec): Message the char.
24266
24267 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24268
24269         * gnus-art.el (gnus-split-methods): Reformat comments.
24270
24271         * spam.el (spam-summary-prepare-exit): Remove article limits
24272         before exiting the summary buffer.
24273
24274 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24275
24276         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24277         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24278
24279         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24280         order to silence the byte compiler.
24281
24282         * spam.el: Fix the way to silence the byte compiler, which
24283         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24284         bbdb-search-simple, spam-BBDB-register-routine,
24285         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24286         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24287         spam-stat-buffer-is-spam, spam-stat-load,
24288         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24289         spam-stat-save and spam-stat-split-fancy.
24290
24291 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24292
24293         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24294         which may confuse users.
24295         (canlock-password-for-verify): Ditto.
24296
24297         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24298
24299         * gnus-art.el (gnus-emphasis-alist): Ditto.
24300
24301         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24302
24303         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24304
24305         * gnus-start.el (gnus-save-killed-list): Ditto.
24306
24307         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24308         (gnus-sum-thread-tree-root): Ditto.
24309         (gnus-sum-thread-tree-false-root): Ditto.
24310         (gnus-sum-thread-tree-single-indent): Ditto.
24311
24312         * message.el (message-courtesy-message): Ditto.
24313         (message-archive-note): Ditto.
24314         (message-subscribed-address-file): Ditto.
24315         (message-user-fqdn): Ditto.
24316
24317         * spam-report.el (spam-report-gmane-regex): Ditto.
24318
24319         * spam.el (spam-blackhole-good-server-regex): Ditto.
24320
24321 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24322
24323         * mml.el (mml-preview): Widen the message buffer before copying
24324         the contents to the preview buffer; sort headers before previewing.
24325
24326         * message.el (message-hidden-headers): Fix the way to avoid a bug
24327         in the `repeat' widget in Emacs 21.3 or earlier.
24328
24329 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24330
24331         * message.el (message-hidden-headers): Default to "^References:".
24332         Improve customization type.  Suggested by Reiner Steib
24333         <Reiner.Steib@gmx.de>.
24334
24335 2004-11-25  Romain Francoise  <romain@orebokech.com>
24336
24337         * message.el (message-strip-forbidden-properties): Remove check for
24338         obsolete `message-hidden' text property, hidden headers are not
24339         accessible in the buffer anymore.
24340
24341 2004-11-22  Romain Francoise  <romain@orebokech.com>
24342
24343         * message.el (message-header-format-alist): Add `From' in list
24344         so that it can be sorted.
24345         (message-fix-before-sending): Widen and sort headers before
24346         sending.
24347         (message-hide-headers): Use narrowing to hide headers by moving
24348         them to the top of the buffer and narrowing to the region
24349         underneath.
24350
24351 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24352
24353         * message.el (message-strip-forbidden-properties):
24354         Bind buffer-read-only (etc) to nil.
24355
24356 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24357
24358         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24359         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24360
24361 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24362
24363         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24364
24365 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24366
24367         * dns.el (query-dns): Use sit-for to time instead of
24368         accept-process-output, since that doesn't seem to work on udp
24369         sockets.
24370
24371 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24372
24373         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24374
24375 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24376
24377         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24378         doc string.  Improve doc string.
24379
24380 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24381
24382         * nntp.el (nntp-request-update-info): Return nil if
24383         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24384         may not call gnus-activate-group which uselessly issues the GROUP
24385         commands for all nntp groups and wastes time.  Reported by Romain
24386         Francoise <romain@orebokech.com>.
24387
24388         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24389
24390 2004-11-15  Simon Josefsson  <jas@extundo.com>
24391
24392         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24393         headers separately.
24394         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24395         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24396
24397 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24398
24399         * gnus-start.el (gnus-convert-old-newsrc):
24400         Assign legacy-gnus-agent to 5.10.7.
24401
24402 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24403
24404         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24405         start of the lines.
24406
24407 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24408
24409         * hashcash.el (hashcash-default-payment): Change default to 20.
24410         (hashcash-default-accept-payment): Change default to 20.
24411         (hashcash-process-alist): New variable.
24412         (hashcash-generate-payment-async): Add.
24413         (hashcash-already-paid-p): Add.
24414         (hashcash-insert-payment): Don't generate payments twice.
24415         (hashcash-insert-payment-async): Add.
24416         (hashcash-insert-payment-async-2): Add.
24417         (hashcash-cancel-async): Add.
24418         (hashcash-wait-async): Add.
24419         (hashcash-processes-running-p): Add.
24420         (hashcash-wait-or-cancel): Add.
24421         (mail-add-payment): New optional argument.  Conditionally start
24422         asynchronous calculation.
24423         (mail-add-payment-async): Add.
24424
24425         * message.el (message-send-mail): Wait for asynchronous hashcash
24426         results.  Don't clobber existing X-Hashcash headers.
24427         (message-setup-1): Call mail-add-payment-async when
24428         message-generate-hashcash is non-nil.
24429
24430 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24431
24432         * message.el (message-use-alternative-email-as-from): Examine the
24433         From header as well; use message-make-from in order to include a
24434         user's full name.
24435
24436 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24437
24438         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24439         default; improve customization type.
24440         (gnus-emphasis-custom-with-format): New macro.
24441         (gnus-emphasis-custom-value-to-external): New function.
24442         (gnus-emphasis-custom-value-to-internal): New function.
24443
24444 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24445
24446         * dns.el (query-dns): Resolve reverse addresses.
24447
24448 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24449
24450         * gnus-group.el (gnus-group-get-new-news): Use it.
24451
24452         * gnus-start.el (gnus-check-reasonable-setup): New function.
24453
24454 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24455
24456         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24457         "Args out of range" error.  Reported by Arnaud Giersch
24458         <arnaud.giersch@free.fr>.
24459
24460 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24461
24462         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24463
24464 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24465
24466         * spam.el (spam group): Add :version.
24467
24468         * pgg-def.el (pgg group): Add :version.
24469
24470 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24471
24472         * gnus-art.el (gnus-article-edit-article): Don't associate the
24473         article buffer with a draft file.  This is a temporary measure
24474         against the 2004-08-22 change to gnus-article-edit-mode.
24475
24476 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24477
24478         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24479         (html2text-format-tags): Remove unused variable `attr'.
24480
24481 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24482
24483         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24484
24485         * tls.el (tls-process-connection-type, tls-success)
24486         (tls-certtool-program): Add :version.
24487
24488         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24489         (starttls-extra-arguments, starttls-process-connection-type)
24490         (starttls-connect, starttls-failure, starttls-success): Add :version.
24491
24492         * spam-stat.el (spam-stat): Add :version.
24493
24494         * sieve.el (sieve): Add :version.
24495
24496         * sha1.el (sha1): Add :version.
24497         (sha1-use-external): Remove redundant version.
24498
24499         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24500         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24501         (nnmail-split-fancy-match-partial-words)
24502         (nnmail-split-lowercase-expanded): Add :version.
24503
24504         * nndiary.el (nndiary): Add :version.
24505
24506         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24507
24508         * mml-sec.el (mml-default-sign-method)
24509         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24510         Add :version.
24511
24512         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24513
24514         * mm-url.el (mm-url-use-external, mm-url-program)
24515         (mm-url-arguments): Add :version.
24516
24517         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24518         (mm-attachment-file-modes, mm-decrypt-option)
24519         (mm-w3m-safe-url-regexp): Add :version.
24520
24521         * message.el (message-cite-prefix-regexp)
24522         (message-sendmail-envelope-from, message-minibuffer-local-map)
24523         (message-user-fqdn, message-completion-alist): Add :version.
24524
24525         * gnus-win.el (gnus-configure-windows-hook)
24526         (gnus-use-frames-on-any-display): Add :version.
24527
24528         * gnus-art.el (gnus-article-address-banner-alist)
24529         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24530         (gnus-treat-from-picon, gnus-treat-mail-picon)
24531         (gnus-treat-x-pgp-sig): Add :version.
24532
24533         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24534         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24535         (gnus-summary-article-delete-hook)
24536         (gnus-summary-display-while-building): Add :version.
24537
24538         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24539         (gnus-get-top-new-news-hook): Add :version.
24540
24541         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24542         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24543
24544         * gnus-registry.el (gnus-registry): Add :version.
24545
24546         * gnus-spec.el (gnus-use-correct-string-widths)
24547         (gnus-make-format-preserve-properties): Add :version.
24548
24549         * gnus.el (gnus-group-charter-alist)
24550         (gnus-group-fetch-control-use-browse-url)
24551         (gnus-install-group-spam-parameters): Add :version.
24552
24553         * gnus-diary.el (gnus-diary): Add :version.
24554
24555         * gnus-delay.el (gnus-delay): Add :version.
24556
24557         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24558         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24559         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24560         Add :version.
24561
24562         * gnus-agent.el (gnus-agent-max-fetch-size)
24563         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24564         (gnus-agent-prompt-send-queue): Add :version.
24565
24566         * deuglify.el (gnus-outlook-deuglify): Add :version.
24567
24568         * html2text.el: Beautify code.  Improve doc strings.
24569         Some checkdoc cleanup.
24570         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24571
24572 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24573
24574         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24575
24576 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24577
24578         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24579         when package is loaded.
24580
24581         * spam.el (spam-summary-score-preferred-header): Add global preference
24582         for people who want to override the default SpamAssassin over
24583         Bogofilter preference (when both are set).
24584         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24585         (spam-user-format-function-S):
24586         Check spam-summary-score-preferred-header.
24587         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24588         (spam-user-format-function-S): Format the score correctly.
24589
24590 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24591
24592         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24593         signature file.  Suggested by Manoj Srivastava
24594         <srivasta@golden-gryphon.com>.
24595
24596         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24597         iso-2022-jp even in the Japanese language environment.
24598         Suggested by Jason Rumney <jasonr@gnu.org>.
24599
24600 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24601
24602         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24603         use the same characters as the dummy marks; make it free from
24604         getting affected by the language environment.
24605         (gnus-summary-read-group-1): Update mark positions only when the
24606         format spec is updated.
24607
24608         * gnus-spec.el (gnus-update-format-specifications): Return a list
24609         of updated types.
24610
24611 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24612
24613         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24614         of boundp to check if display-warning is available.
24615
24616 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24617
24618         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24619
24620 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24621
24622         * nnspool.el (nnspool-spool-directory): Use news-path if the
24623         news-directory variable is not bound.
24624
24625         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24626         function instead of display-warning if it is not available.
24627
24628 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24629
24630         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24631         v5-10: Use `point-at-bol'.
24632
24633 2004-10-26  Simon Josefsson  <jas@extundo.com>
24634
24635         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24636         <chenggao@gmail.com>.
24637
24638 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24639
24640         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24641         instead.
24642
24643 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24644
24645         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24646         to remove a server from the nnimap-server-buffer-alist.
24647         (nnimap-open-connection, nnimap-close-server): Use it.
24648
24649         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24650
24651 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24652
24653         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24654         running the major-mode function.
24655
24656 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24657
24658         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24659         dummy marks in the right way.
24660
24661 2004-10-18  David Edmondson  <dme@dme.org>
24662
24663         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24664         excessively.
24665
24666 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24667
24668         * gnus-util.el (gnus-split-references): Accept a nil references
24669         string and go on blissfully.
24670
24671         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24672         cases where the references string is non-nil but has no references.
24673
24674         * encrypt.el: Add autoload tags.
24675
24676         * spam.el (spam-resolve-registrations-routine): Remove article
24677         from unregistration list too.  Reported by David Hanak
24678         <dhanak@isis.vanderbilt.edu>
24679
24680 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24681
24682         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24683         nil.  Change custom type.
24684
24685 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24686
24687         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24688
24689         * gnus-sum.el (gnus-summary-move-article): Use it.
24690
24691 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24692
24693         * encrypt.el: Add autoload cookies.
24694
24695         * spam.el (spam-backend-article-list-property)
24696         (spam-backend-get-article-todo-list)
24697         (spam-backend-put-article-todo-list)
24698         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24699         Resolve registrations separately.
24700         (spam-register-routine): Format comments.
24701         (spam-unregister-routine, spam-register-routine): Always call with
24702         specific-articles, no default list.
24703         (spam-summary-prepare-exit): Use the spam-classifications function.
24704
24705         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24706         gnus-encrypt.el.
24707
24708         * encrypt.el: Copied from gnus-encrypt.el.
24709
24710         * gnus-encrypt.el: Commented that it's obsolete.
24711
24712 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24713
24714         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24715         (gnus-score-save): Use it.
24716
24717         * message.el (message-bury): Use `window-dedicated-p'.
24718
24719 2004-10-15  Simon Josefsson  <jas@extundo.com>
24720
24721         * pop3.el (top-level): Don't require nnheader.
24722         (pop3-read-timeout): Add.
24723         (pop3-accept-process-output): Add.
24724         (pop3-read-response, pop3-retr): Use it.
24725
24726 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24727
24728         * spam.el (spam-register-routine): Move comment.
24729         (spam-verify-bogofilter): Use 'unknown for the initial
24730         spam-bogofilter-valid state, not 'never.
24731
24732         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24733         for netrc-machine.
24734
24735         * nnimap.el (nnimap-open-connection):
24736         Use netrc-machine-user-or-password.
24737
24738 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24739
24740         * gnus-registry.el (gnus-registry-unload-hook):
24741         Set as a variable with add-hook.
24742
24743         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24744         of news-path.
24745
24746         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24747
24748         * spam.el: Delete duplicate `provide'.
24749         (spam-unload-hook): Set as a variable with add-hook.
24750
24751 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24752
24753         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24754         in the doc string.
24755
24756         * message.el (message-ignored-news-headers)
24757         (message-ignored-supersedes-headers)
24758         (message-ignored-resent-headers)
24759         (message-forward-ignored-headers): Improve custom type.
24760
24761 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24762
24763         * message.el (message-tokenize-header): Fix 2004-09-06 change
24764         which used point-min in the wrong place.
24765
24766 2004-10-12  Simon Josefsson  <jas@extundo.com>
24767
24768         * tls.el (tls-certtool-program): New variable.
24769         (tls-certificate-information): New function, based on
24770         ssl-certificate-information.
24771
24772 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24773
24774         * compface.el: Move the version of ELisp-based uncompface program
24775         to the contrib directory because of the copyright problem.
24776
24777 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24778
24779         * message.el (message-kill-buffer): Raise the current frame.
24780
24781 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24782
24783         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24784
24785         * gnus.el (message-y-or-n-p): Autoload.
24786
24787         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24788         (pop3-password-required, pop3-authentication-scheme)
24789         (pop3-leave-mail-on-server): Make customizable.
24790         (pop3): New custom group.
24791         (pop3-retr): Remove `sleep-for' statements.
24792         Suggested by Dave Love <fx@gnu.org>.
24793
24794         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24795         Windows/DOS.
24796
24797         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24798         (imap-parse-body): Fix incorrect use of `assert'.
24799         Suggested by Dave Love <fx@gnu.org>.
24800
24801         * mml.el (mml-minibuffer-read-disposition): Require match.
24802         Suggested by Dave Love <fx@gnu.org>.
24803
24804 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24805
24806         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24807         doc string.
24808
24809 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24810
24811         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24812
24813 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24814
24815         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24816         instead of calling `mm-insert-inline', to decode text/* parts
24817         before displaying them.
24818
24819 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24820
24821         * mm-uu.el (mm-uu-text-plain-type): New variable.
24822         (mm-uu-pgp-signed-extract-1): Use it.
24823         (mm-uu-pgp-encrypted-extract-1): Use it.
24824         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24825         bind mm-uu-text-plain-type with that value.
24826         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24827         mm-uu-dissect.
24828
24829 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24830
24831         * gnus-group.el (gnus-update-group-mark-positions):
24832         * gnus-sum.el (gnus-update-summary-mark-positions):
24833         * message.el (message-check-news-body-syntax):
24834         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24835         of string-as-multibyte.
24836
24837 2004-10-05  Juri Linkov  <juri@jurta.org>
24838
24839         * gnus-group.el (gnus-update-group-mark-positions):
24840         * gnus-sum.el (gnus-update-summary-mark-positions):
24841         * message.el (message-check-news-body-syntax):
24842         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24843         8-bit unibyte values to a multibyte string for search functions.
24844
24845 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24846
24847         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24848         (mm-uu-dissect-text-parts): New function.
24849
24850         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24851         dissect text parts.
24852
24853         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24854         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24855
24856         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24857
24858         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24859         Use gnus-current-topics instead of gnus-current-topic.
24860
24861 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24862
24863         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24864
24865 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24866
24867         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24868         where appropriate.
24869
24870         * nnml.el (nnml-generate-active-info): do.
24871
24872         * nndiary.el (nndiary-generate-active-info): do.
24873
24874         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24875         (gnus-topic-move): do.
24876
24877         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24878         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24879
24880         * gnus-srvr.el (gnus-server-prepare)
24881         (gnus-server-open-all-servers): do.
24882
24883         * gnus-msg.el (gnus-summary-cancel-article)
24884         (gnus-summary-resend-message)
24885         (gnus-summary-mail-crosspost-complaint): do.
24886
24887         * gnus-move.el (gnus-change-server): do.
24888
24889         * gnus-group.el (gnus-group-unmark-all-groups)
24890         (gnus-group-set-current-level): do.
24891
24892 2004-10-04  Simon Josefsson  <jas@extundo.com>
24893
24894         * message.el (message-generate-hashcash): Doc fix.
24895
24896 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24897
24898         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24899         avoid infinite recursion via gnus-get-function.
24900
24901 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24902
24903         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24904
24905         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24906
24907         * nnmail.el (nnmail-split-history): do.
24908
24909         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24910         (nnml-request-delete-group): do.
24911
24912         * nnslashdot.el (nnslashdot-read-groups): do.
24913
24914         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24915         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24916
24917         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24918         (nnspool-sift-nov-with-sed): Use last.
24919         (nnspool-retrieve-headers-with-nov): Use mapc.
24920         (nnspool-request-newgroups): Use dolist.
24921         (nnspool-request-group): Use last.
24922
24923         * nntp.el (nntp-read-server-type): Use dolist.
24924
24925         * nnvirtual.el (nnvirtual-create-mapping)
24926         (nnvirtual-update-read-and-marked): Use dolist.
24927         (nnvirtual-convert-headers): Simplify.
24928
24929 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24930
24931         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24932         Add support for sync'ing tick marks.
24933
24934 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24935
24936         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24937         there's no visible header.
24938
24939 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24940
24941         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24942         When necessary, pass full group name to gnus-request-set-marks.
24943
24944 2004-10-01  Simon Josefsson  <jas@extundo.com>
24945
24946         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24947         acroread.
24948
24949 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24950
24951         * spam-report.el (spam-report-gmane): Fix interactive.
24952
24953         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24954
24955         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24956         when writing file.
24957         (gnus-agent-synchronize-flags): Don't default to being
24958         interactive.
24959
24960 2004-09-30  Simon Josefsson  <jas@extundo.com>
24961
24962         * message.el (message-generate-hashcash): Add.
24963         (message-send-mail): Use it, call mail-add-payment.
24964
24965 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24966
24967         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24968
24969 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24970
24971         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24972         gnus-requst-update-info with explicit code to sync the in-memory
24973         info read flags with the marks being sync'd to the backend.
24974
24975         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24976
24977 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24978
24979         * spam.el (spam-verify-bogofilter): Add new function.
24980         (spam-check-bogofilter)
24981         (spam-bogofilter-register-with-bogofilter): Use it.
24982         (spam-verify-bogofilter): Add small fixes.
24983
24984 2004-09-28  Simon Josefsson  <jas@extundo.com>
24985
24986         * hashcash.el (hashcash-generate-payment): Revert.
24987
24988 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24989
24990         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24991         Use gnus-extract-references instead of gnus-split-references.
24992
24993         * gnus-util.el (gnus-extract-references): Add new function, analogous
24994         to gnus-split-references but extracts only the message-ID without
24995         anything extra.
24996
24997         * hashcash.el (hashcash-generate-payment)
24998         (hashcash-check-payment): Do the right thing if hashcash-path is
24999         nil (because the hashcash program could not be found).
25000
25001         * spam.el (spam-use-hashcash): Remove comment.
25002
25003 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25004
25005         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25006         (gnus-cache-enter-article, gnus-cache-remove-article)
25007         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25008
25009         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25010
25011         * gnus-art.el (article-hide-boring-headers)
25012         (article-translate-strings, article-display-face)
25013         (gnus-article-mime-match-handle-first)
25014         (gnus-article-highlight-headers)
25015         (gnus-article-add-buttons-to-head): do.
25016
25017 2004-09-27  Simon Josefsson  <jas@extundo.com>
25018
25019         * hashcash.el: New version, from
25020         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25021         ../contrib/.
25022
25023 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25024
25025         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25026
25027 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25028
25029         * gnus-dup.el (gnus-dup-open): Use mapc.
25030         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25031
25032         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25033         Reported by Stefan Wiens <s.wi@gmx.net>.
25034
25035         * gnus.el (gnus-shutdown): Use dolist.
25036
25037         * gnus-undo.el (gnus-undo): Use mapc.
25038
25039         * nnrss.el (nnrss-generate-active): do.
25040
25041         * message.el (message-cite-original-without-signature)
25042         (message-cite-original): Use mapc.
25043         (message-do-actions, message-make-forward-subject): Use dolist.
25044
25045 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25046
25047         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25048         deletion to remove entire duplicate line.  Fixes merged article
25049         number bug.
25050
25051 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25052
25053         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25054         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25055         first ask if you want to open a server and then, even when you
25056         responded with no, asking if you want to synchronize the server's
25057         flags.
25058         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25059         multi-line expressions.
25060         (gnus-agent-synchronize-group-flags): New internal function.
25061         Updates marks in memory (in the info structure) AND in the
25062         backend.
25063
25064         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25065
25066         * nnagent.el (nnagent-request-set-mark):
25067         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25068         method, to ensure that synchronization updates marks in the
25069         backend and in the info (in memory) structure.
25070
25071 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25072
25073         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25074         convention fully; don't miss the root article of a thread; make
25075         the X-Draft-From header with correct article numbers.
25076
25077 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25078
25079         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25080         unless plugged.  Disable the agent so that an open failure causes
25081         an error.
25082
25083         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25084         Revert 2004-09-21 change.  The backend must be opened while
25085         synchronizing flags even when the backend stores the flags
25086         locally.
25087
25088 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25089
25090         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25091         in `header' match.  Reported by Svend Tollak Munkejord.
25092
25093         * message.el (message-cite-original): Fix use of
25094         `message-cite-articles-with-x-no-archive'.
25095
25096 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25097
25098         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25099         (gnus-window-to-buffer): Ditto.
25100
25101         * mml.el (mml-preview-buffer): New variable.
25102         (mml-preview): Manage window layout with gnus-buffer-configuration.
25103
25104         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25105         X-Draft-From header even if those articles aren't quoted.
25106
25107 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25108
25109         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25110         (gnus-request-set-mark, gnus-request-update-mark): Use new
25111         g-s-t-u-l-m to decide to use backend even when unplugged.
25112
25113 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25114
25115         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25116         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25117
25118 2004-09-20  Simon Josefsson  <jas@extundo.com>
25119
25120         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25121         "utf-16-le".
25122
25123 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25124
25125         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25126
25127 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25128
25129         * uudecode.el (uudecode-use-external): Add :version.
25130
25131         * smime.el (smime-CA-file, smime-encrypt-cipher)
25132         (smime-dns-server): Add :version.
25133
25134         * smiley.el (gnus-smiley-file-types): Add :version.
25135
25136         * sha1.el (sha1-use-external): Add :version.
25137
25138         * pgg-def.el (pgg-query-keyserver): Add :version.
25139
25140         * nnmail.el (nnmail-fancy-expiry-targets)
25141         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25142         Add :version.
25143
25144         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25145         (nnimap-retrieve-groups-asynchronous): Add :version.
25146         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25147
25148         * mml.el (mml-content-disposition-parameters)
25149         (mml-insert-mime-headers-always): Add :version.
25150
25151         * mm-util.el (mm-coding-system-priorities): Add :version.
25152
25153         * mm-decode.el (mm-inline-text-html-with-images)
25154         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25155         (mm-verify-option): Add :version.
25156         (mm-text-html-renderer): Change :version.
25157
25158         * message.el (message-fcc-externalize-attachments)
25159         (message-required-headers, message-draft-headers)
25160         (message-subject-trailing-was-query)
25161         (message-subject-trailing-was-ask-regexp)
25162         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25163         (message-mark-insert-end, message-archive-header)
25164         (message-archive-note, message-cross-post-default)
25165         (message-cross-post-note, message-followup-to-note)
25166         (message-cross-post-note-function, message-use-mail-followup-to)
25167         (message-subscribed-address-functions)
25168         (message-subscribed-address-file, message-subscribed-addresses)
25169         (message-subscribed-regexps, message-allow-no-recipients)
25170         (message-yank-cited-prefix, message-signature-insert-empty-line)
25171         (message-hidden-headers, message-hierarchical-addresses)
25172         (message-mail-user-agent, message-use-idna)
25173         (message-valid-fqdn-regexp)
25174         (message-strip-special-text-properties, message-header-synonyms)
25175         (message-beginning-of-line, message-tab-body-function): Add :version.
25176         (message-insert-canlock, message-wide-reply-confirm-recipients):
25177         Change :version.
25178
25179         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25180         and :version.
25181         (mail-source-delete-old-incoming-confirm)
25182         (mail-source-movemail-program): Add :version.
25183
25184         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25185         (gnus-agent-cache, gnus-agent): Change :version.
25186
25187         * gnus-util.el (gnus-use-byte-compile): Change :version.
25188
25189         * gnus-sum.el (gnus-summary-make-false-root-always)
25190         (gnus-summary-default-high-score)
25191         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25192         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25193         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25194         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25195         (gnus-sum-thread-tree-single-indent)
25196         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25197         (gnus-sum-thread-tree-leaf-with-other)
25198         (gnus-sum-thread-tree-single-leaf): Add :version.
25199         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25200         (gnus-article-loose-mime): Change :version.
25201
25202         * gnus-start.el (gnus-backup-startup-file)
25203         (gnus-save-startup-file-via-temp-buffer): Add :version.
25204
25205         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25206         (gnus-server-offline-face): Add :version.
25207
25208         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25209
25210         * gnus-msg.el (gnus-gcc-externalize-attachments)
25211         (gnus-debug-files, gnus-debug-exclude-variables)
25212         (gnus-discouraged-post-methods): Change :version.
25213         (gnus-confirm-mail-reply-to-news)
25214         (gnus-confirm-treat-mail-like-news): Add :version.
25215
25216         * gnus-int.el (gnus-server-unopen-status): Add :version.
25217
25218         * gnus-group.el (gnus-group-jump-to-group-prompt)
25219         (gnus-large-ephemeral-newsgroup)
25220         (gnus-fetch-old-ephemeral-headers): Add :version.
25221
25222         * gnus-fun.el (gnus-x-face-directory)
25223         (gnus-convert-pbm-to-x-face-command)
25224         (gnus-convert-image-to-x-face-command)
25225         (gnus-convert-image-to-face-command): Add :version.
25226
25227         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25228
25229         * gnus-cite.el (gnus-cite-blank-line-after-header)
25230         (gnus-article-boring-faces): Add :version.
25231
25232         * gnus-art.el (gnus-buttonized-mime-types)
25233         (gnus-inhibit-mime-unbuttonizing)
25234         (gnus-treat-display-face)
25235         (gnus-treat-body-boundary): Change :version.
25236         (gnus-body-boundary-delimiter, gnus-picon-databases)
25237         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25238         (gnus-treat-date-english, gnus-treat-fold-headers)
25239         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25240         (gnus-treat-mail-picon, gnus-treat-wash-html)
25241         (gnus-article-encrypt-protocol)
25242         (gnus-use-idna, gnus-article-over-scroll)
25243         (gnus-mime-display-multipart-alternative-as-mixed)
25244         (gnus-mime-display-multipart-related-as-mixed)
25245         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25246         (gnus-ctan-url, gnus-button-ctan-handler)
25247         (gnus-button-handle-ctan-bogus-regexp)
25248         (gnus-button-ctan-directory-regexp)
25249         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25250         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25251         (gnus-button-man-level, gnus-button-emacs-level)
25252         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25253
25254         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25255         (gnus-agent-go-online): Change :version.
25256         (gnus-agent-expire-unagentized-dirs)
25257         (gnus-agent-auto-agentize-methods): Add :version.
25258
25259         * flow-fill.el (fill-flowed-display-column)
25260         (fill-flowed-encode-column): Add :version.
25261
25262         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25263         (gnus-outlook-deuglify-unwrap-max)
25264         (gnus-outlook-deuglify-cite-marks)
25265         (gnus-outlook-deuglify-unwrap-stop-chars)
25266         (gnus-outlook-deuglify-no-wrap-chars)
25267         (gnus-outlook-deuglify-attrib-cut-regexp)
25268         (gnus-outlook-deuglify-attrib-verb-regexp)
25269         (gnus-outlook-deuglify-attrib-end-regexp)
25270         (gnus-outlook-display-hook): Add :version.
25271
25272         * binhex.el (binhex-use-external): Add :version.
25273
25274 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25275
25276         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25277         and `invisible'.
25278
25279 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25280
25281         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25282         in gnus-registry-trim.
25283
25284 2004-09-13  Simon Josefsson  <jas@extundo.com>
25285
25286         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25287
25288         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25289
25290         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25291         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25292         <yamaoka@jpl.org>.
25293         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25294         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25295         <yamaoka@jpl.org>.
25296
25297         * sieve.el (sieve-manage-mode): Ditto.
25298
25299 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25300
25301         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25302
25303 2004-09-11  Simon Josefsson  <jas@extundo.com>
25304
25305         * dns-mode.el: Add.
25306
25307         * mm-view.el (mm-display-dns-inline): Add.
25308
25309         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25310         (mm-automatic-display): Ditto.
25311
25312         * mailcap.el (mailcap-mime-data): Add text/dns.
25313         (mailcap-mime-extensions): Map .soa to text/dns.
25314
25315 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25316
25317         * gnus-art.el (article-decode-mime-words, article-babel)
25318         (gnus-article-highlight-signature, gnus-article-add-buttons)
25319         (gnus-signature-toggle): Remove unnecessary bindings of
25320         `inhibit-read-only' inherited from v5.10 merge.
25321
25322 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25323
25324         * nntp.el (nntp): New customization group.
25325         (nntp-authinfo-file): Add customization group.
25326
25327         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25328
25329         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25330
25331         * gnus.el (to-address, to-list, subscribed)
25332         (large-newsgroup-initial): Ditto.
25333
25334         * flow-fill.el (fill-flowed-display-column)
25335         (fill-flowed-encode-column): Ditto.
25336
25337 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25338
25339         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25340         Use point-min rather than 1.
25341         (message-send-mail): Use buffer-size rather than point-max.
25342
25343         * gnus-sum.el (gnus-summary-search-article-forward):
25344         Signal a specific `search-failed' rather than a generic `error'.
25345
25346         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25347         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25348         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25349
25350 2004-09-10  Simon Josefsson  <jas@extundo.com>
25351
25352         * nndb.el (require): Remove tcp and duplicate cl.
25353
25354 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25355
25356         * gnus-agent.el (directory-files-and-attributes): Move forward.
25357
25358 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25359
25360         * gnus-agent.el (directory-files-and-attributes):
25361         Optionally defined to support XEmacs.
25362
25363 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25364
25365         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25366         to avoid run-time CL dependencies.
25367         (gnus-agent-unfetch-articles): New function.
25368         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25369         article numbers even when local .overview file is missing.
25370         (gnus-agent-read-article-number): New function.  Only accepts
25371         27-bit article numbers.
25372         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25373         Use gnus-agent-read-article-number.
25374         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25375         from backend while recognizing that article numbers in .overview
25376         must be valid.
25377         (gnus-agent-update-files-total-fetched-for):
25378         Use directory-files-and-attributes to improve performance.
25379         * gnus-int.el (gnus-request-move-article):
25380         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25381         improve performance.
25382
25383         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25384         some users confused by references to .newsrc when they only have a
25385         .newsrc.eld file.
25386         (gnus-convert-mark-converter-prompt)
25387         (gnus-convert-converter-needs-prompt): Fix use of property list.
25388         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25389         New function.  Used internally to only display 'gnus converting
25390         files' message when actually necessary.
25391
25392         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25393         methods now autoloaded.
25394
25395 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25396
25397         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25398         identifiers.
25399
25400 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25401
25402         * gnus-picon.el: Fix indentation and closing parenthesis.
25403
25404 2004-09-01  Simon Josefsson  <jas@extundo.com>
25405
25406         * message.el (message-canlock-generate): Require sha1, not
25407         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25408         to require within a function.  Sadly, if sha1.el isn't loaded, the
25409         let binding in m-c-g will hide the defcustom definition, which is
25410         bad.)
25411
25412         * canlock.el: Require sha1, not sha1-el.
25413
25414         * message.el: Don't autoload sha1 (there is a autoload cookie in
25415         sha1.el).
25416
25417         * sha1-el.el: Rename to sha1.el.
25418
25419 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25420
25421         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25422
25423 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25424
25425         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25426
25427 2004-08-30  Kim F. Storm  <storm@cua.dk>
25428
25429         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25430
25431         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25432         Add :group 'nnimap.
25433
25434 2004-08-30  Andreas Schwab  <schwab@suse.de>
25435
25436         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25437         ?* and ?\;.
25438
25439         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25440         and ?\' to symbol instead of whitespace.
25441
25442 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25443
25444         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25445
25446         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25447         instead of re-search-forward.
25448
25449         * gnus-uu.el (gnus-uu-save-article): Ditto.
25450         (gnus-uu-post-encode-uuencode): Ditto.
25451
25452         * html2text.el (html2text-clean-list-items): Ditto.
25453         (html2text-clean-dtdd): Ditto.
25454         (html2text-format-tags): Ditto.
25455
25456         * message.el (message-send-mail-with-sendmail): Fix regexp.
25457         (message-fill-field-general): Use search-forward instead of
25458         re-search-forward.
25459         (unbold-region): Ditto.
25460
25461         * nnrss.el (nnrss-request-article): Ditto.
25462
25463         * nnslashdot.el (nnslashdot-request-article): Ditto.
25464
25465         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25466
25467         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25468         "Unrecognized menu descriptor" error in XEmacs.
25469
25470 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25471
25472         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25473         parent article of a sparse article in the thread hashtb.
25474
25475 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25476
25477         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25478         (nnmail-expand-newtext): Lowercase expanded entries if
25479         nnmail-split-lowercase-expanded is non-nil.
25480
25481 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25482
25483         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25484
25485         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25486         of gnus-tmp-news-method into string under XEmacs.  It will be
25487         passed to gnus-correct-length which takes only a string argument.
25488
25489 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25490
25491         * gnus-util.el (gnus-bind-print-variables): New macro.
25492         (gnus-prin1): Use it.
25493         (gnus-prin1-to-string): Use it.
25494         (gnus-pp): New function.
25495         (gnus-pp-to-string): New function.
25496
25497         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25498         Replace pp-to-string with gnus-pp-to-string.
25499         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25500         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25501         * gnus-msg.el (gnus-debug): Ditto.
25502         * gnus-score.el (gnus-score-save): Ditto.
25503         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25504         gnus-pp-to-string.
25505         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25506         with gnus-pp.
25507         * score-mode.el (gnus-score-pretty-print): Ditto.
25508         * webmail.el (webmail-debug): Ditto.
25509
25510 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25511
25512         * gnus-art.el (article-display-face, article-display-x-face):
25513         Use buffer-read-only.
25514
25515 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25516
25517         * gnus-art.el (article-hide-list-identifiers):
25518         Bind inhibit-read-only as t.
25519
25520 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25521
25522         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25523
25524 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25525
25526         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25527         (gnus-narrow-to-page): Don't assume point-min == 1.
25528         (gnus-article-edit-mode): Derive from message-mode.
25529
25530         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25531         point-min == 1.
25532
25533         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25534         Disable incorrect use of `assert'.
25535
25536         * message.el (message-mode): Set comment-start-skip.
25537
25538
25539 2004-08-22  Sam Steingold  <sds@gnu.org>
25540
25541         * pop3.el (pop3-leave-mail-on-server): New user variable.
25542         (pop3-movemail): Delete mail only when it is nil.
25543
25544 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25545
25546         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25547
25548         * mml.el (mml-preview): Use `pop-to-buffer'.
25549
25550         * message.el (message-goto-mail-followup-to): Insert after "To".
25551         (message-carefully-insert-headers): Add comment.
25552
25553         * gnus.el: Remove unused variable `gnus-article-check-size'.
25554
25555         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25556
25557         * gnus-art.el (gnus-button-alist):
25558         Improve `gnus-button-handle-library' entry.
25559
25560 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25561
25562         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25563         Use downcase, since XEmacs capitalizes error messages differently.
25564
25565 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25566
25567         * nntp.el: Add (require 'gnus) due to reference to
25568         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25569
25570 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25571
25572         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25573         Bind `mm-fill-flowed'.
25574
25575         * mm-decode.el (mm-dissect-singlepart): Check it.
25576
25577 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25578
25579         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25580         'imap' for netrc parsing.
25581
25582 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25583
25584         * mailcap.el (mailcap-mime-data): Mark as risky.
25585
25586 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25587
25588         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25589         may be included in the encoded word.
25590         (rfc2047-encode): Don't append a space if the encoded word
25591         includes close parenthesis.
25592
25593 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25594
25595         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25596         of text within parentheses.
25597
25598 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25599
25600         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25601         (gnus-encrypt-write-file-contents): Make the password key the file
25602         name PLUS the cipher, not just the cipher.  Also remove failed
25603         passwords from the cache.
25604
25605 2004-08-06  Simon Josefsson  <jas@extundo.com>
25606
25607         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25608         Doc fix.
25609
25610 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25611
25612         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25613         LWSP.
25614
25615 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25616
25617         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25618         Try to append in-reply-to: data to the references: header.
25619
25620         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25621         (netrc-parse): Use gnus-encrypt.el functions.
25622
25623         * gnus-encrypt.el: Add new file for encryption support; currently
25624         does only a few GPG ciphers and an internal XOR cipher.
25625
25626         * password.el: Add comments on using password-read-and-add.
25627         (password-read-and-add): Add function to read and add the
25628         password to the cache at once.
25629
25630 2004-07-28  Simon Josefsson  <jas@extundo.com>
25631
25632         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25633         parameter (but don't use it, for now).
25634
25635         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25636         instead of hard coding to nil.
25637
25638 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25639
25640         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25641         as mm-inline-image-xemacs does.
25642
25643 2004-07-26  Simon Josefsson  <jas@extundo.com>
25644
25645         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25646         Revert part of 2004-07-17 change below.
25647
25648 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25649
25650         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25651         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25652
25653 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25654
25655         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25656         quotes that actually start with ">" at the beginning of the
25657         lines.
25658
25659 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25660
25661         * rfc2047.el (rfc2047-encode-region): Fix last change.
25662         (rfc2047-encode-parameter): Remove useless concat.
25663
25664 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25665
25666         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25667         encode special characters; fix some kind of misconfigured headers;
25668         signal a real error if debug-on-quit or debug-on-error is non-nil.
25669         (rfc2047-encode-max-chars): New variable.
25670         (rfc2047-encode-1): Use it.
25671         (rfc2047-encode-parameter): New function.
25672
25673         * mml.el (mml-insert-parameter): Remove an excessive space.
25674
25675 2004-07-17  Simon Josefsson  <jas@extundo.com>
25676
25677         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25678         Kai Grossjohann <kai@emptydomain.de>.
25679         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25680         (gnus-group-make-menu-bar): Ditto.
25681
25682         * gnus-util.el (gnus-group-server): Add.
25683
25684 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25685
25686         * message.el (message-clone-locals): Clone sendmail and smtp
25687         variables.
25688
25689 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25690
25691         * rfc2047.el (rfc2047-encode-region): Fix last change.
25692
25693 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25694
25695         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25696         characters as non-special.
25697
25698 2004-07-09  Simon Josefsson  <jas@extundo.com>
25699
25700         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25701         Users will lose all flag changes made while unplugged with
25702         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25703         good default.  See numerous reports on ding mailing list.
25704
25705 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25706
25707         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25708         add generate-head-function and generate-article-function to the
25709         rfc822-forward entry.
25710         (nndoc-rfc822-forward-generate-article): New function.
25711         (nndoc-rfc822-forward-generate-head): New function.
25712
25713         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25714
25715 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25716
25717         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25718         respect display group parameter and gnus-summary-expunge-below.
25719         (gnus-articles-to-read): Remove unused reference to display group
25720         parameter.
25721
25722 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25723
25724         * nnheader.el (nnheader-uniquify-message-id): New experimental
25725         variable.
25726         (nnheader-nov-read-message-id): Use it.
25727
25728         * spam-report.el (spam-report-gmane): Add interactive.
25729
25730 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25731
25732         * mm-encode.el (mm-content-transfer-encoding-defaults):
25733         Use qp-or-base64 for the application/* types.
25734
25735 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25736
25737         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25738
25739 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25740
25741         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25742         trim value.
25743
25744 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25745
25746         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25747         New macro and function.
25748         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25749
25750 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25751
25752         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25753         after-load-alist.
25754
25755 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25756
25757         * gnus-group.el (gnus-group-get-new-news-this-group):
25758         Don't update info that isn't there.
25759
25760 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25761
25762         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25763         entry.
25764
25765 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25766
25767         * mm-view.el (mm-inline-render-with-function): Use multibyte
25768         buffer; decode html source by charset.
25769
25770         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25771
25772         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25773         Mule-UCS is loaded under XEmacs.
25774         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25775
25776 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25777
25778         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25779
25780 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25781
25782         * mm-util.el (mm-coding-system-p): Return a coding-system.
25783         (mm-mime-mule-charset-alist): Use shift_jis instead of
25784         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25785         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25786         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25787         instead of japanese-shift-jis and iso-latin-1 respectively in
25788         order to share the default value with both Emacs and XEmacs-mule.
25789         (mm-mule-charset-to-mime-charset):
25790         Make mm-coding-system-priorities effective.
25791         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25792         while predicating of candidates upon the priorities.
25793
25794 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25795
25796         * gnus-sum.el (gnus-summary-make-menu-bar):
25797         Add gnus-uu-invert-processable.
25798
25799         * gnus.el: Autoload gnus-uu-invert-processable.
25800
25801 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25802
25803         * mm-util.el (mm-with-multibyte-buffer): New macro.
25804
25805         * rfc2047.el (rfc2047-encode-string): Use it.
25806         (rfc2047-encode-region): Move point to the end of the region after
25807         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25808
25809 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25810
25811         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25812         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25813
25814 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25815
25816         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25817         (gnus-cite-parse): Ignore quoted envelope From_.
25818         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25819
25820 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25821
25822         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25823         invalid addresses.
25824
25825 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25826
25827         * spam.el: Change section markers, revise TODO list.
25828         (spam-backends): Make new master list of all installed backends.
25829         (spam-summary-exit-behavior): Add new variable to determine how
25830         messages moves are done at summary exit.
25831         (spam-move-spam-nonspam-groups-only)
25832         (spam-process-ham-in-nonham-groups)
25833         (spam-process-ham-in-spam-groups): Remove variables, the
25834         spam-summary-exit-behavior variable should be used to manage this
25835         behavior.
25836         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25837         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25838         and spam-old-spam-articles.
25839         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25840         Add empty variables, placeholders for the backends they represent.
25841         (spam-set-difference): Move, unchanged.
25842         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25843         unless the user has a processor variable.
25844         (spam-classifications, spam-classification-valid-p)
25845         (spam-backend-properties, spam-backend-property-valid-p)
25846         (spam-backend-function-type-valid-p)
25847         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25848         (spam-report-articles-gmane, spam-report-articles-resend):
25849         Remove functions, they are not needed.
25850         (spam-install-backend-super, spam-backend-list)
25851         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25852         (spam-backend-function, spam-backend-ham-registration-function)
25853         (spam-backend-spam-registration-function)
25854         (spam-backend-ham-unregistration-function)
25855         (spam-backend-spam-unregistration-function)
25856         (spam-backend-statistical-p, spam-backend-mover-p)
25857         (spam-install-backend-alias, spam-install-checkonly-backend)
25858         (spam-install-mover-backend, spam-install-nocheck-backend)
25859         (spam-install-backend, spam-install-statistical-backend)
25860         (spam-install-statistical-checkonly-backend): Add backend installation
25861         support.
25862         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25863         (spam-group-processor-p): Use the new backend code and respect the
25864         summary exit behavior.
25865         (spam-mark-spam-as-expired-and-move-routine): Remove.
25866         (spam-summary-prepare): Change to use the new spam-old-articles
25867         variable.
25868         (spam-copy-or-move-routine, spam-copy-spam-routine)
25869         (spam-move-spam-routine, spam-copy-ham-routine)
25870         (spam-move-ham-routine): Add code to copy/move ham or spam.
25871         (spam-fetch-field-fast): Improve doc and code, plus allow the
25872         'number request.
25873         (spam-list-of-checks, spam-list-of-statistical-checks):
25874         Remove variables.
25875         (spam-split, spam-find-spam): Use the new backend code.
25876         (spam-registration-functions): Remove variable.
25877         (spam-unregister-routine): Add convenience wrapper.
25878         (spam-log-undo-registration, spam-register-routine)
25879         (spam-log-processing-to-registry)
25880         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25881         where possible.
25882         (spam-check-gmane-xref, spam-check-regex-headers)
25883         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25884         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25885         (spam-check-bogofilter-headers, spam-check-spamoracle)
25886         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25887         (spam-check-crm114-headers): Use the spam-split-group that
25888         spam-split prepares, no need to determine it every time.
25889
25890         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25891         to the nnheader-parse-naked-head call.
25892
25893         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25894
25895         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25896         the nnheader-nov-read-message-id call.
25897
25898 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25899
25900         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25901         gnus-activate-group twice.  Suggested by Markus Peter
25902         <warp@spin.de>.
25903
25904 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25905
25906         * gnus-art.el (gnus-article-time-format): Exchange the order of
25907         day and month in the default value; fix customization type.
25908         (article-date-ut): Use add-text-properties.
25909         (article-make-date-line): Use message-make-date instead of
25910         current-time-string.
25911
25912         * message.el (message-fetch-field): Don't use set-text-properties.
25913         (message-make-date): Simplify.
25914
25915         * messagexmas.el (message-xmas-make-date): New function.
25916         (message-xmas-redefine): Defalias message-make-date to it.
25917
25918 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25919
25920         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25921         (rfc2047-encode-region): Treat text within parentheses as special;
25922         show the original text when error has occurred.
25923
25924         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25925         already-computed method to gnus-activate-group.
25926
25927         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25928         same select-methods identical Lisp objects.
25929
25930         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25931         object when modifying the info.
25932
25933 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25934
25935         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25936         gnus-opened-servers since it has never been opened with the new
25937         configuration yet.
25938
25939 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25940
25941         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25942         arg to nnheader-generate-fake-message-id.
25943
25944 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25945
25946         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25947         number and build a fake message ID localized to a group and
25948         article number (so it's repeatable from that point on).
25949         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25950         ID format.
25951
25952         * gnus-sum.el (gnus-get-newsgroup-headers):
25953         Call nnheader-generate-fake-message-id with the article number.
25954
25955 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25956
25957         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25958         end-of-buffer.
25959
25960 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25961
25962         * message.el (message-ignored-supersedes-headers): Add Approved.
25963
25964 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25965
25966         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25967         goto-char.
25968         (rfc2047-encode): Fold the line before encoding.
25969
25970 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25971
25972         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25973         folding -- not all headers can be folded, and this should be done
25974         by the message composition mode.  Probably.  I think.
25975
25976 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25977
25978         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25979         fast.
25980
25981         * gnus-ems.el (gnus-remove-image): Don't use
25982         message-text-with-property; remove only the image found first.
25983
25984         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25985         found first.
25986
25987 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25988
25989         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25990
25991 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25992
25993         * message.el (message-text-with-property): Make it fast and accept
25994         optional arguments.
25995         (message-strip-forbidden-properties): Use it.
25996         (message-fix-before-sending): Follow the m-t-w-p change.
25997
25998         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25999
26000 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26001
26002         * gnus-art.el (article-hide-headers): Don't change the buffer
26003         mistakenly when performing mml-preview even if
26004         gnus-single-article-buffer is nil.
26005
26006 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26007
26008         * message.el (message-expand-name-databases): New user option.
26009         (message-expand-name): Use it.
26010
26011 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26012
26013         * spam.el (spam-report-articles-resend)
26014         (spam-report-resend-register-routine): Allow ham reporting.
26015         (spam-report-resend-register-ham-routine): Add wrapper.
26016         (spam-registration-functions): Add ham resending functions.
26017         (spam-list-of-processors): Add ham resend processor.
26018
26019         * gnus.el (ham-resend-to): Add new group parameter.
26020         (spam-process): Add ham resend option.
26021
26022         * spam-report.el (spam-report-resend): Allow reporting ham.
26023         (spam-report-resend-ham): Add wrapper.
26024
26025 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26026
26027         * message.el (message-cite-articles-with-x-no-archive):
26028         New variable.
26029         (message-cite-original): Use it.
26030
26031 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26032
26033         * message.el (message-cite-original): Respect X-No-Archive.
26034
26035 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26036
26037         * gnus-art.el (article-hide-headers): Refer to the values for
26038         gnus-ignored-headers and gnus-visible-headers in the summary
26039         buffer since a user may have set them as group parameters.
26040
26041 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26042
26043         * assistant.el (assistant-node-name): Add convenience function.
26044         (assistant-render-text, assistant-render-node): Add error handling,
26045         plus handle multiple next nodes.
26046         (assistant-find-next-node): Comment out for now.
26047         (assistant-find-next-nodes): Add function, returns list of next
26048         nodes.
26049
26050 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26051
26052         * mail-source.el (mail-source-directory): Fix doc-string.
26053
26054 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26055
26056         * assistant.el (assistant-render-text, assistant-eval): Add :set
26057         widget type, which is different because it takes and returns a
26058         list.  Much hilarity ensues.
26059
26060 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26061
26062         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26063
26064         * gnus-group.el (gnus-group-get-new-news-this-group):
26065         Add doc-string.
26066
26067         * gnus-start.el (gnus-activate-group): Add doc-string.
26068
26069 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26070
26071         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26072
26073 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26074
26075         * assistant.el (assistant-render-text): Try to add a :set
26076         widget, more to come.
26077
26078         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26079         strings.
26080         (spam-report-articles-resend)
26081         (spam-register-routine): Do registration iff any articles warrant
26082         it.
26083         (spam-summary-prepare-exit): Change log message for nil group
26084         destinations.
26085
26086 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26087
26088         * spam.el (spam-report-resend-register-routine):
26089         Allow spam-report-resend-to to be a group parameter or a global value.
26090
26091 2004-05-26  Simon Josefsson  <jas@extundo.com>
26092
26093         * starttls.el: Merge with my GNUTLS based starttls.el.
26094         (starttls-gnutls-program, starttls-use-gnutls)
26095         (starttls-extra-arguments, starttls-process-connection-type)
26096         (starttls-connect, starttls-failure, starttls-success):
26097         New variables.
26098         (starttls-program, starttls-extra-args): Doc fix.
26099         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26100         New functions.
26101         (starttls-negotiate, starttls-open-stream):
26102         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26103         function if it is set.
26104
26105 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26106
26107         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26108         structured fields.
26109
26110 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26111
26112         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26113
26114 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26115
26116         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26117         Add variable.
26118         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26119         assigning the spam-mark to new messages.
26120
26121 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26122
26123         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26124
26125 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26126
26127         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26128
26129         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26130         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26131         default.
26132
26133 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26134
26135         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26136         correct data.
26137
26138 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26139
26140         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26141         (spam-group-processor-p): Fix function.
26142         (spam-group-processor-multiple-p)
26143         (spam-group-spam-processor-report-gmane-p)
26144         (spam-group-spam-processor-report-resend-p)
26145         (spam-group-spam-processor-bogofilter-p)
26146         (spam-group-spam-processor-blacklist-p)
26147         (spam-group-spam-processor-ifile-p)
26148         (spam-group-ham-processor-ifile-p)
26149         (spam-group-spam-processor-spamoracle-p)
26150         (spam-group-spam-processor-crm114-p)
26151         (spam-group-ham-processor-bogofilter-p)
26152         (spam-group-spam-processor-stat-p)
26153         (spam-group-ham-processor-stat-p)
26154         (spam-group-ham-processor-whitelist-p)
26155         (spam-group-ham-processor-BBDB-p)
26156         (spam-group-ham-processor-spamoracle-p)
26157         (spam-group-ham-processor-copy-p): Remove functions with some
26158         prejudice against unneeded code.
26159         (spam-report-articles-resend)
26160         (spam-report-resend-register-routine): Allow the group/topic
26161         spam-resend-to value to override spam-report-resend-to.
26162         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26163         properly now.
26164
26165         * gnus.el (spam-resend-to): Add group/topic parameter.
26166         (spam-process): Move the OBSOLETE processors to the end of the
26167         choices.
26168
26169 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26170
26171         * spam-report.el (spam-report-resend-to, spam-report-resend):
26172         Start with resend-to set to nil, and then ask the user if necessary.
26173         (spam-report-resend): spam-report-resend takes a list of articles, not
26174         separate article numbers.
26175
26176 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26177
26178         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26179         addition to emacs-w3m.
26180
26181 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26182
26183         * assistant.el (assistant-authinfo-data): New function.
26184         (assistant-eval): Eval for entire assistant.
26185
26186         * netrc.el (netrc-services-file): New variable.
26187         (netrc-parse-services): New function.
26188         (netrc-find-service-name): New function.
26189         (netrc-find-service-number): New function.
26190         (netrc-port-equal): New function.
26191         (netrc-machine): Use it.
26192
26193         * nnimap.el (nnimap-open-connection): Use netrc.
26194
26195         * gnus-util.el (gnus-netrc-get): Remove aliases.
26196
26197         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26198
26199         * assistant.el (wid-edit): Fix compilation.
26200
26201         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26202
26203 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26204
26205         * gnus-util.el (gnus-set-file-modes): New function.  (small
26206         patch).
26207
26208 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26209
26210         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26211
26212         * assistant.el (assistant-render-node): Fix up rendering and
26213         read-only text.
26214         (assistant-render-node): Reset.
26215         (assistant-make-read-only): Not sticky.
26216
26217 2004-05-20  Danny Siu  <dsiu@adobe.com>
26218
26219         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26220         centered even when gnus-auto-center-summary is t.
26221
26222 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26223
26224         * dns.el (dns-get-txt-answer): New function.
26225         (dns-read-txt): Ditto.
26226         (query-dns): Use it.
26227
26228 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26229
26230         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26231         active for foreign groups even if the group level is higher than
26232         the specified value.
26233
26234 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26235
26236         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26237         non-active groups.
26238
26239         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26240
26241 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26242
26243         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26244
26245 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26246
26247         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26248         (spam-crm114-header, spam-crm114-spam-switch)
26249         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26250         (spam-crm114-positive-spam-header)
26251         (spam-crm114-database-directory, spam-list-of-processors)
26252         (spam-group-spam-processor-crm114-p)
26253         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26254         (spam-generic-score, spam-list-of-checks)
26255         (spam-list-of-statistical-checks, spam-registration-functions)
26256         (spam-check-crm114-headers, spam-crm114-score)
26257         (spam-check-crm114, spam-crm114-register-with-crm114)
26258         (spam-crm114-register-spam-routine)
26259         (spam-crm114-unregister-spam-routine)
26260         (spam-crm114-register-ham-routine)
26261         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26262
26263 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26264
26265         * gnus.el: Add spam-use-crm114.
26266
26267         * spam.el (spam-list-of-processors, spam-registration-functions):
26268         Add spam-use-resend.
26269         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26270         (spam-report-articles-gmane): Add doc fix.
26271         (spam-report-articles-resend, spam-report-resend-register-routine):
26272         Add wrappers around spam-report-resend-to.
26273
26274         * spam-report.el (spam-report-resend-to, spam-report-resend):
26275         Add support for resending spam.
26276         (spam-report-gmane): Fix line length >80.
26277
26278         * gnus.el (spam-process): Add spam-use-resend.
26279
26280 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26281
26282         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26283         number of processed spam messages.
26284         (spam-ham-copy-or-move-routine): Return the number of processed
26285         ham messages.
26286         (spam-summary-prepare-exit): Use the above values to decide
26287         whether status messages should be displayed.
26288
26289 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26290
26291         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26292         `rfc2047-encoding-function-alist' in order to avoid conflicting
26293         with the old version.
26294         (rfc2047-encode-region): Concatenate words containing non-ASCII
26295         characters in structured fields; don't encode space-delimited
26296         ASCII words even in unstructured fields; don't break words at
26297         char-category boundaries.
26298         (rfc2047-encode-1): New function.
26299         (rfc2047-encode): Use it; encode text so that it occupies the
26300         maximum width within 76-column; work correctly on Q encoding for
26301         iso-2022-* charsets.
26302         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26303         sure not to break a line just after the header name.
26304         (rfc2047-b-encode-region): Remove.
26305         (rfc2047-b-encode-string): New function.
26306         (rfc2047-q-encode-region): Remove.
26307         (rfc2047-q-encode-string): New function.
26308
26309         * mm-util.el (mm-replace-in-string): New function.
26310
26311 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26312
26313         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26314         Really get it right.
26315         (gnus-inews-make-draft): Really.
26316
26317 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26318
26319         * nnmh.el (nnmh-request-list-1): Don't check the link count
26320         before descending.  (small patch)
26321
26322 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26323
26324         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26325         stuff.
26326
26327         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26328         Match on real group name.
26329
26330         * gnus-art.el (gnus-signature-limit): Doc fix.
26331
26332         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26333
26334         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26335
26336 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26337
26338         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26339         isn't a string.
26340
26341 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26342
26343         * gnus-draft.el (gnus-draft-send):
26344         Bind rfc2047-encode-encoded-words.
26345
26346         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26347         (rfc2047-encodable-p): Say that =? needs encoding.
26348         (rfc2047-encode-encoded-words): New variable.
26349
26350         * gnus-group.el (gnus-group-select-group): Doc fix.
26351
26352         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26353
26354         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26355         to nil.
26356
26357         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26358
26359         * nnheader.el (nnheader-get-lines-and-char): New function.
26360
26361 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26362
26363         * gnus-msg.el (gnus-summary-followup-with-original):
26364         Document yanking of region when active.
26365
26366 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26367
26368         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26369         groups if the group level is higher than the specified value.
26370
26371 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26372
26373         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26374         (gnus-group-jump-to-group): Add prefix argument using
26375         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26376         non-active group.
26377
26378         * compface.el (uncompface): Be verbose when changing
26379         `uncompface-use-external'.
26380
26381         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26382         handle manual section.
26383
26384 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26385
26386         * gnus-art.el (gnus-button-alist): Revert previous change.
26387
26388 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26389
26390         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26391
26392 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26393
26394         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26395         whether backend can accept message.
26396
26397         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26398
26399 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26400
26401         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26402         Avoid creating directory when nntp-marks-is-evil is true.
26403         Reported by Reiner Steib.
26404
26405 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26406
26407         * gnus-picon.el (gnus-picon-insert-glyph):
26408         Add optional `nostring' argument.
26409
26410 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26411
26412         * gnus-picon.el (gnus-picon-style): New variable.
26413         (gnus-picon-transform-address): Support `gnus-picon-style'.
26414
26415 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26416
26417         * message.el (message-fill-field): Return point.
26418         (message-generate-headers): Go to end of field.
26419
26420         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26421         stuff for non-living groups.
26422
26423 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26424
26425         * gnus-art.el (gnus-article-followup-with-original)
26426         (gnus-article-reply-with-original): gnus-mark-active-p ->
26427         gnus-region-active-p.
26428
26429 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26430
26431         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26432         only when there is spam or ham to be processed.
26433
26434 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26435
26436         * mail-source.el (mail-source-delete-crash-box): Refactor.
26437         (mail-source-fetch): Use it.
26438         (mail-source-fetch-file): Ditto.
26439         (mail-source-fetch-directory): Run postscript in loop.
26440         (mail-source-fetch-pop): Delete.
26441         (mail-source-fetch-maildir): Ditto.
26442         (mail-source-fetch-imap): Ditto.
26443
26444         * imap.el (imap-authenticators): Comment out sasl.
26445
26446         * message.el (message-skip-to-next-address): New function.
26447         (message-fill-header-address): Refactor.
26448         (message-fill-address): Use it.
26449         (message-delete-address): Use it.
26450         (message-fill-header-general): Refactor.
26451         (message-fill-field-address): Rename.
26452         (message-narrow-to-field): Find the start of the header.
26453         (message-header-format-alist): Don't pre-fill.
26454         (message-fill-header): Remove.
26455         (message-insert-header): New function.
26456         (message-shorten-references): Use it.
26457
26458         * rfc2047.el (rfc2047-field-value): Strip props.
26459
26460         * mail-parse.el (mail-header-make-address): New alias.
26461
26462         * ietf-drums.el (ietf-drums-make-address): New function.
26463
26464         * imap.el: Add compiler directives.
26465
26466         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26467
26468         * gnus-art.el (article-decode-idna-rhs): Don't use
26469         message-idna-inside-rhs-p.
26470
26471 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26472
26473         * message.el (message-idna-inside-rhs-p): Remove.
26474         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26475
26476         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26477         false positives.
26478
26479 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26480
26481         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26482
26483 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26484
26485         * nneething.el (nneething-file-name): Don't create spurious
26486         files.
26487
26488         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26489         (gnus-inews-do-gcc): Remove sleep.
26490
26491         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26492         part under point.
26493
26494         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26495         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26496
26497 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26498
26499         * spam.el (spam-summary-prepare-exit): Fix (length).
26500
26501 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26502
26503         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26504         as expired without moving it" message when there are spam
26505         messages left.
26506
26507 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26508
26509         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26510         header is not nil.
26511
26512 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26513
26514         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26515         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26516         (nntp-marks-changed-p): New arg SERVER.
26517         (nntp-request-update-info): Adjust caller.
26518
26519 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26520
26521         * nntp.el (nntp-save-marks): Pass missing arg.
26522
26523 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26524
26525         * nntp.el: Support marks.
26526         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26527         (nntp-marks-modtime, nntp-marks-directory): New variables.
26528         (nntp-request-set-mark, nntp-request-update-info)
26529         (nntp-possibly-create-directory, nntp-marks-changed-p)
26530         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26531         New functions.
26532
26533 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26534
26535         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26536         (gnus-xmas-redefine): Rename.
26537
26538         * gnus-score.el (gnus-score-insert-help):
26539         Use gnus-select-lowest-window.
26540
26541         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26542         appt-select-lowest-window and rename to gnus-select-lowest-window.
26543
26544         * gnus.el: do.
26545
26546 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26547
26548         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26549         encodings of MIME-encoded words, in order to improve
26550         interoperability with several broken MUAs.
26551
26552 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26553
26554         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26555         tags, only when charsets are not specified in headers.
26556         (mm-inline-text-html-render-with-w3m): Ditto.
26557
26558         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26559         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26560
26561 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26562
26563         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26564         instead of MIME-decoded from fields when checking
26565         `gnus-article-address-banner-alist'.
26566
26567 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26568
26569         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26570         description rather than subject.
26571
26572 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26573
26574         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26575
26576 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26577
26578         * gnus.el (gnus-version-number): Bump.
26579
26580 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26581
26582         * gnus.el: No Gnus v0.2 is released.
26583
26584 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26585
26586         * gnus-agent.el (gnus-agent-read-agentview):
26587         Inline gnus-uncompress-range.
26588
26589 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26590
26591         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26592         `exec-installed-p'.
26593
26594 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26595
26596         * gnus.el (spam-process, spam-autodetect-methods):
26597         Add bsfilter and bsfilter-headers.
26598
26599         * spam.el (spam-bsfilter): New customize group.
26600         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26601         (spam-bsfilter-header, spam-bsfilter-probability-header)
26602         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26603         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26604         (spam-bsfilter-database-directory): New options.
26605         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26606         (spam-list-of-statistical-checks, spam-registration-functions):
26607         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26608         (spam-bsfilter-score): New command.
26609         (spam-check-bsfilter-headers, spam-check-bsfilter)
26610         (spam-bsfilter-register-with-bsfilter)
26611         (spam-bsfilter-register-spam-routine)
26612         (spam-bsfilter-unregister-spam-routine)
26613         (spam-bsfilter-register-ham-routine)
26614         (spam-bsfilter-unregister-ham-routine): New functions.
26615         (spam-generic-score): Support bsfilter; Accept an optional argument
26616         to recalcurate spam score even if scoring header has already been
26617         added.
26618         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26619         optional argument to recalcurate spam score even if scoring header
26620         has already been added.
26621
26622 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26623
26624         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26625         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26626         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26627         link is missing.
26628
26629 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26630
26631         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26632         (html2text-get-attr): Rewrite.
26633
26634         * message.el (message-setup-1): Remove redundant put-text-property
26635         on mail-header-separator.
26636
26637 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26638
26639         * gnus-registry.el (gnus-registry-cache-whitespace)
26640         (gnus-registry-action, gnus-registry-spool-action)
26641         (gnus-registry-split-fancy-with-parent): Change message levels
26642         from 5 to 3 or 7, as needed.
26643
26644         * spam.el (spam-summary-prepare-exit)
26645         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26646         (spam-split, spam-find-spam, spam-log-undo-registration)
26647         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26648         level from 5 to 6.
26649
26650 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26651
26652         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26653         2004-03-04 change).
26654
26655 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26656
26657         * sieve-manage.el (sieve-manage-open):
26658         * nnweb.el (nnweb-insert-html):
26659         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26660         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26661         * nnspool.el (nnspool-request-group):
26662         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26663         * nnml.el (nnml-request-update-info):
26664         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26665         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26666         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26667         (nnimap-request-set-mark):
26668         * nnfolder.el (nnfolder-request-update-info):
26669         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26670         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26671         * gnus-uu.el (gnus-uu-find-articles-matching):
26672         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26673         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26674         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26675         * gnus-nocem.el (gnus-nocem-scan-groups):
26676         * gnus-int.el (gnus-start-news-server):
26677         * gnus-group.el (gnus-group-make-kiboze-group)
26678         (gnus-group-browse-foreign-server):
26679         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26680         Use mapc when appropriate.
26681
26682 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26683             Adam Sjøgren  <asjo@koldfront.dk>
26684             Wes Hardaker  <wes@hardakers.net>
26685             Michael Shields  <shields@msrl.com>
26686
26687         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26688         may need for spam sorting and scoring.
26689         (spam-user-format-function-S): Add user format function suitable for
26690         general use.
26691         (spam-article-sort-by-spam-status): Add sorting function for summary
26692         sorting.
26693         (spam-extra-header-to-number): Add function to get a score from a
26694         header.
26695         (spam-summary-score): Add function to get a numeric score from the
26696         headers.
26697         (spam-generic-score): Fix function doc, was in wrong place.
26698         (spam-initialize): Take symbols when it's run, and install the
26699         extra headers that spam-necessary-extra-headers thinks we need.
26700
26701 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26702
26703         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26704         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26705
26706 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26707
26708         * gnus-sum.el (gnus-set-global-variables)
26709         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26710         (gnus-article-get-xrefs, gnus-summary-best-group)
26711         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26712         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26713         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26714         Use with-current-buffer.
26715
26716 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26717
26718         * spam.el (spam-summary-prepare-exit): Simplify logic.
26719         (spam-fetch-article-header): Read the article header if it's not
26720         available.
26721         (spam-list-articles): Simplify logic.
26722         (spam-filelist-register-routine): Fix bug with unregister-list.
26723
26724         * gnus-registry.el: Fix comments at beginning.
26725
26726 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26727
26728         * message.el (message-cater-to-broken-inn): Remove.
26729         (message-shorten-references): Make sure the total folded length of
26730         References is shorter than 998 characters to cater to a bug in INN
26731         2.3.  Also, don't pretend that references aren't folded -- this
26732         hasn't worked for a while.
26733
26734 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26735
26736         * gnus-agent.el (gnus-agentize):
26737         gnus-agent-send-mail-real-function no longer set to current value
26738         of message-send-mail-function but rather a lambda that calls
26739         message-send-mail-function.  The change makes the agent real-time
26740         responsive to user changes to message-send-mail-function.
26741
26742 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26743
26744         * legacy-gnus-agent.el
26745         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26746         help from Florian Weimer <fw@deneb.enyo.de>
26747
26748 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26749
26750         * nnmail.el (nnmail-cache-insert): Revert last change.
26751
26752 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26753
26754         * nnmail.el (nnmail-cache-insert): Always check whether
26755         nnmail-cache-ignore-groups matches a group name.
26756
26757 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26758
26759         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26760         (spam-find-spam, spam-log-processing-to-registry)
26761         (spam-log-registered-p, spam-log-unregistration-needed-p)
26762         (spam-log-undo-registration): Use gnus-message instead of
26763         gnus-error, none of these errors are fatal.
26764
26765         * gnus-registry.el (gnus-registry-clean-empty-function)
26766         (gnus-registry-clean-empty): Remove only empty entries without
26767         extra data.
26768
26769 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26770
26771         * spam-stat.el (spam-stat-buffer-change-to-spam)
26772         (spam-stat-buffer-change-to-non-spam): Change (error) to
26773         (gnus-message 8) invocation.
26774
26775 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26776
26777         * nntp.el (nntp-via-netcat-command): New variable.
26778         (nntp-via-netcat-switches): New variable.
26779         (nntp-open-via-rlogin-and-netcat): New function.
26780         (nntp-open-connection-function): Doc fix.
26781         (nntp-telnet-command): Doc fix.
26782         (nntp-end-of-line): Doc fix.
26783         (nntp-via-rlogin-command): Doc fix.
26784         (nntp-via-user-name): Doc fix.
26785         (nntp-via-address): Doc fix.
26786
26787 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26788
26789         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26790         error in Emacs 21.1.
26791
26792 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26793
26794         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26795
26796 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26797
26798         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26799         (gnus-agent-with-refreshed-group): New macro.
26800         (gnus-agent-rename-group): New function.
26801         (gnus-agent-delete-group): New function.
26802         (gnus-agent-save-group-info): Use gnus-command-method when
26803         `method' parameter is nil.  Don't write nil entries into the
26804         active file.
26805         (gnus-agent-get-group-info): New function.
26806         (gnus-agent-fetch-articles):
26807         Use gnus-agent-update-files-total-fetched-for to increment disk space
26808         used.
26809         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26810         Use gnus-agent-update-view-total-fetched-for to increment disk space
26811         used.
26812         (gnus-agent-get-local): Add optional parameters to avoid calling
26813         gnus-group-real-name and gnus-find-method-for-group.
26814         (gnus-agent-set-local): Delete stored entry if either min, or max,
26815         are nil.
26816         (gnus-agent-fetch-session): Reworded error/quit messages.
26817         On quit, use gnus-agent-regenerate-group to record existance of any
26818         articles fetched to disk before the quit occurred.
26819         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26820         gnus-agent-update-view-total-fetched-for, and
26821         gnus-agent-update-files-total-fetched-for to decrement disk space
26822         used.
26823         (gnus-agent-retrieve-headers):
26824         Use gnus-agent-update-view-total-fetched-for to increment disk space
26825         used.
26826         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26827         with gnus-agent-update-files-total-fetched-for to decrement disk
26828         space and fresh group buffer.
26829         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26830         (gnus-agent-need-update-total-fetched-for): New variable.
26831         (gnus-agent-update-files-total-fetched-for): New function.
26832         (gnus-agent-update-view-total-fetched-for): New function.
26833         (gnus-agent-total-fetched-for): New function.
26834
26835         * gnus-cache.el (gnus-cache-save-buffers):
26836         Use gnus-cache-update-overview-total-fetched-for to change disk space
26837         used by this group.
26838         (gnus-cache-possibly-enter-article):
26839         Use gnus-cache-update-file-total-fetched-for to increment disk space
26840         used by this group.
26841         (gnus-cache-possibly-remove-article):
26842         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26843         used by this group.
26844         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26845         (gnus-cache-rename-group): New function.
26846         (gnus-cache-delete-group): New function.
26847         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26848         (gnus-cache-need-update-total-fetched-for): New variable.
26849         (gnus-cache-with-refreshed-group): New macro.
26850         (gnus-cache-update-file-total-fetched-for): New function.
26851         (gnus-cache-update-overview-total-fetched-for): New function.
26852         (gnus-cache-rename-group-total-fetched-for): New function.
26853         (gnus-cache-delete-group-total-fetched-for): New function.
26854         (gnus-cache-total-fetched-for): New function.
26855
26856         * gnus-group.el: Require gnus-sum and autoload functions to
26857         resolve warnings when gnus-group.el compiled alone.
26858         (gnus-group-line-format): Document new %F.
26859         (size of Fetched data) group line format; identifies disk space
26860         used by agent and cache.
26861         (gnus-group-line-format-alist): Define new F format.
26862         (gnus-total-fetched-for): New function.
26863         (gnus-group-delete-group): No longer update
26864         gnus-cache-active-altered as gnus-request-delete-group now keeps
26865         the cache in sync.
26866         (gnus-group-list-active): Let the agent store a server's active
26867         list if currently plugged.
26868
26869         * gnus-int.el (gnus-request-delete-group):
26870         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26871         local disk in sync with the server.
26872         (gnus-request-rename-group):
26873         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26874         local disk in sync with the server.
26875
26876         * gnus-start.el (gnus-get-unread-articles):
26877         Cosmetic simplification to logic.
26878
26879         * gnus-util.el (gnus-rename-file): New function.
26880
26881 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26882
26883         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26884
26885 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26886
26887         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26888         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26889
26890 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26891
26892         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26893         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26894
26895 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26896
26897         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26898
26899 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26900
26901         * spam.el (spam-set-difference): Add function to replace
26902         gnus-set-difference in spam.el.
26903         (spam-summary-prepare-exit): Use spam-set-difference.
26904
26905 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26906
26907         * gnus-registry.el (gnus-registry-cache-file): Update to use
26908         gnus-dribble-directory OR gnus-home-directory OR ~.
26909         (gnus-registry-split-fancy-with-parent): Fix doc.
26910
26911 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26912
26913         * message.el (message-exchange-point-and-mark):
26914         Use message-mark-active-p.  Suggested by Jesper Harder
26915         <harder@ifa.au.dk>.
26916
26917 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26918
26919         * message.el (message-exchange-point-and-mark): Don't activate
26920         region if it was inactive.  Suggested by Hiroshi Fujishima
26921         <pooh@nature.tsukuba.ac.jp>.
26922
26923 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26924
26925         * gnus-art.el (article-display-face): Display Faces in the same
26926         order as X-Faces.
26927
26928 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26929
26930         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26931
26932 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26933
26934         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26935         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26936         (gnus-article-mime-hierarchy): Remove.
26937         (gnus-article-mime-hierarchy-next): Remove.
26938         (gnus-article-mode): Revert 2004-03-19 change.
26939         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26940         (gnus-insert-mime-button): Revert 2004-03-19 change.
26941         (gnus-mime-accumulate-hierarchy): Remove.
26942         (gnus-mime-enter-multipart): Remove.
26943         (gnus-mime-leave-multipart): Remove.
26944         (gnus-mime-display-part): Revert 2004-03-19 change.
26945         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26946
26947         * mml.el (mml-preview): Revert 2004-03-19 change.
26948
26949 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26950
26951         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26952
26953 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26954
26955         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26956         t while entering a file name using the mm-with-multibyte macro.
26957         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26958
26959         * mm-util.el (mm-with-multibyte): New macro.
26960
26961 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26962
26963         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26964         New user option.
26965         (gnus-mime-multipart-functions): Doc and customization fix.
26966         (gnus-article-mime-hierarchy): New variable.
26967         (gnus-article-mime-hierarchy-next): New variable.
26968         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26969         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26970         gnus-article-mime-hierarchy-next to nil.
26971         (gnus-insert-mime-button): Show hierarchy numbers.
26972         (gnus-mime-accumulate-hierarchy): New function.
26973         (gnus-mime-enter-multipart): New function.
26974         (gnus-mime-leave-multipart): New function.
26975         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26976         (gnus-mime-display-alternative): Show hierarchy numbers.
26977
26978         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26979         gnus-article-mime-hierarchy-next to nil.
26980
26981 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26982
26983         * dns.el: Don't require gnus-xmas.
26984
26985 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26986
26987         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26988         inline PGP.
26989         (mml-menu): Disable mml-quote-region if mark is inactive.
26990
26991 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26992
26993         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26994         when the group's active is not available.
26995
26996 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26997
26998         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26999         error.
27000
27001 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27002
27003         * imap.el (imap-store-password): New variable.
27004         (imap-interactive-login): Use it.
27005         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27006
27007 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27008
27009         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27010         window-start and hscroll to summary window.
27011
27012 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27013
27014         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27015         conversion message to newsrc-dribble when an actual conversion is
27016         performed.
27017
27018 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27019
27020         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27021
27022 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27023
27024         * mm-decode.el (mm-complicated-handles): New function reviving
27025         former definition of mm-multiple-handles.
27026
27027         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27028         (gnus-mime-delete-part): Use it.
27029
27030 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27031
27032         * gnus-agent.el (gnus-agent-read-local):
27033         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27034         avoid the implicit assumption that they will always be equal.
27035         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27036         coding-system-for-write, as the with-temp-file macro first prints
27037         to a buffer then saves the buffer.
27038
27039 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27040
27041         * gnus-art.el (gnus-article-edit-part): New function.
27042         (gnus-mime-save-part-and-strip): Use it; do query instead of
27043         signaling an error; don't use mm-multiple-handles.
27044         (gnus-mime-delete-part): Ditto.
27045
27046 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27047
27048         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27049         old file versions.
27050         (gnus-group-prepare-hook): Remove function that converted list
27051         form of gnus-agent-expire-days to group properties.
27052
27053         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27054         (gnus-request-accept-article): Re-indented.
27055
27056         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27057         converters to handle old agent file formats.  Add logic for a
27058         "backup before upgrading warning".
27059         (gnus-convert-mark-converter-prompt): Developers can mark
27060         functions as needing (default), or not needing,
27061         gnus-convert-old-newsrc's "backup before upgrading warning".
27062         (gnus-convert-converter-needs-prompt): Tests whether the user
27063         should be protected from potentially irreversable changes by the
27064         function.
27065
27066         * legacy-gnus-agent.el: New.  Provides converters that are only
27067         loaded when gnus-convert-old-newsrc needs to call them.
27068
27069 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27070
27071         * mail-source.el (mail-source-touch-pop): Doc fix.
27072
27073         * message.el (message-smtpmail-send-it): Doc fix.
27074
27075 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27076
27077         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27078
27079         * nnmail.el (nnmail-split-fancy): do.
27080
27081         * gnus-kill.el (gnus-kill, gnus-execute): do.
27082
27083 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27084
27085         * gnus-sum.el (gnus-widget-reversible-match)
27086         (gnus-widget-reversible-to-internal)
27087         (gnus-widget-reversible-to-external): New functions.
27088         (gnus-widget-reversible): New widget.
27089         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27090
27091 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27092
27093         * gnus-sum.el (gnus-thread-sort-functions)
27094         (gnus-article-sort-functions): Document `(not F)' items.
27095
27096 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27097
27098         * spam.el (spam-use-gmane-xref): Add new backend.
27099         (spam-gmane-xref-spam-group): Add variable to control the name of the
27100         Gmane spam group.
27101         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27102         (spam-regex-headers-spam, spam-regex-headers-ham)
27103         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27104         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27105         backends and checks.
27106         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27107
27108         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27109         an autodetect method.
27110
27111 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27112
27113         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27114         articles are being added to a group.
27115         (gnus-request-replace-article): Inform the agent that articles
27116         need to be uncached as the cached contents are no longer valid.
27117
27118 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27119
27120         * binhex.el: Don't autoload executable-find.
27121
27122         * canlock.el: Don't autoload mail-fetch-field.
27123
27124         * dgnushack.el: Autoload c-mode for XEmacs.
27125
27126         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27127
27128         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27129         rmail-dont-reply-to and rmail-output.
27130
27131         * gnus-score.el: Don't autoload ffap-string-at-point.
27132
27133         * gnus-setup.el: Don't autoload sc-cite-original.
27134
27135         * imap.el: Don't autoload base64-decode-string,
27136         base64-encode-string and md5.
27137
27138         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27139         and rmail-msg-restore-non-pruned-header.
27140
27141         * mm-decode.el: Don't autoload executable-find.
27142
27143         * mm-url.el: Don't autoload executable-find.
27144
27145         * mm-view.el: Don't autoload diff-mode.
27146
27147         * nndb.el: Don't autoload news-reply-mode, news-setup,
27148         cancel-timer and telnet.
27149
27150         * password.el: Don't autoload run-at-time for Emacs.
27151
27152         * sha1-el.el: Don't autoload executable-find.
27153
27154         * sieve-mode.el: Don't autoload c-mode.
27155
27156         * uudecode.el: Don't autoload executable-find.
27157
27158 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27159
27160         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27161         (gnus-agent-possibly-alter-active): Avoid null in numeric
27162         comparison.
27163         (gnus-agent-set-local): Refuse to save null in local object table.
27164         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27165         list of articles that will be marked as unread.
27166
27167 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27168
27169         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27170
27171 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27172
27173         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27174         language tags.
27175
27176 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27177
27178         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27179         Don't bind "obarray".
27180
27181         * gnus-sum.el (gnus-thread-sort-functions):
27182         Add `gnus-thread-sort-by-most-recent-number' and
27183         `gnus-thread-sort-by-most-recent-date'.
27184         Reported by Kai Grossjohann <kai@emptydomain.de>.
27185
27186 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27187
27188         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27189
27190 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27191
27192         * gnus-cus.el (gnus-agent-customize-category):
27193         Remove ignore-errors macro reference that required cl to be loaded at
27194         run-time.
27195
27196         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27197         single-interval range of the form (min . max).  Previously the
27198         range had to look like ((min . max)).  Likewise, return
27199         (min . max) rather than ((min . max)).
27200         (gnus-range-map): Use gnus-range-normalize to accept
27201         single-interval range.
27202
27203         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27204         the cache, but not the agent, now appear with their usual face.
27205
27206         * dgnushack.el (loaddir): New variable that is bound to the
27207         directory containing the dgnushack.el file.  Use loaddir, rather
27208         than srcdir, to update load-path.  Change lets dgnushack compile
27209         code in directories other than GNUS/lisp.
27210
27211 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27212
27213         * lpath.el: Don't bind w3m-safe-url-regexp.
27214
27215         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27216         w3m-safe-url-regexp variable buffer-local.
27217
27218         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27219
27220 2004-02-27  Simon Josefsson  <jas@extundo.com>
27221
27222         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27223         gnus-group-real-prefix.
27224         (gnus-summary-move-article): Use it, instead of
27225         gnus-group-real-prefix.
27226
27227 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27228
27229         * lpath.el: Bind w3m-safe-url-regexp.
27230
27231         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27232         w3m-safe-url-regexp variable buffer-local and set it as the value
27233         of mm-w3m-safe-url-regexp.
27234
27235         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27236
27237         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27238         parsing gnus-posting-styles when the message is not for replying.
27239
27240         * dgnushack.el: Autoload sgml-mode for XEmacs.
27241
27242         * nnrss.el (nnrss-opml-export):
27243         Use mm-set-buffer-file-coding-system instead of
27244         set-buffer-file-coding-system.
27245
27246 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27247
27248         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27249         of checkdoc.el).
27250         * nnrss.el: do.
27251         * gnus-mlspl.el: do.
27252         * gnus-ml.el: do.
27253         * gnus-srvr.el: do.
27254
27255         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27256
27257 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27258
27259         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27260         Corrections to custom-manual links.
27261
27262         * gnus-art.el (gnus-article): Ditto.
27263
27264         * mm-decode.el (mime-display, mime-security): Ditto.
27265
27266 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27267
27268         * flow-fill.el: Typo.
27269
27270 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27271
27272         * spam-wash.el: New file.
27273
27274 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27275
27276         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27277
27278 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27279
27280         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27281         to be run with new-articles as LIST1, not LIST2.
27282         (spam-registration-functions): Add spam-use-ham-copy as a nil
27283         registration backend.
27284
27285 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27286
27287         * spam-stat.el (spam-stat-washing-hook): New option.
27288         (spam-stat-buffer-words): Use it.
27289         (spam-stat-process-directory, spam-stat-test-directory):
27290         Use insert-file-contents-literally.
27291         (spam-stat-coding-system): New variable.
27292         (spam-stat-load, spam-stat-save): Use it.
27293
27294 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27295
27296         * spam-report.el (spam-report-plug-agent):
27297         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27298
27299 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27300
27301         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27302         Allow / in mailto URLs.
27303
27304 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27305
27306         * spam-report.el (spam-report-process-queue): Fix interactive use.
27307         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27308         (spam-report-unplug-agent): Doc fixes.
27309         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27310         (spam-report-agentize, spam-report-deagentize): Autoload.
27311
27312 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27313
27314         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27315
27316         * message.el (message-setup-fill-variables): Add mml tags to
27317         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27318         <ajk@iu.edu>.
27319         (message-mode): Don't modify paragraph-separate there.
27320
27321 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27322
27323         * compface.el (uncompface-use-external): Default to undecided.
27324         (uncompface-use-external-threshold): New variable.
27325         (uncompface-float-time): New macro.
27326         (uncompface): Determine whether to use the external decoder if
27327         uncompface-use-external is undecided.
27328
27329 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27330
27331         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27332         after images.
27333
27334         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27335
27336 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27337
27338         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27339
27340         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27341
27342         * gnus-sum.el (gnus-summary-limit-to-age)
27343         (gnus-summary-limit-children): do.
27344
27345         * gnus-int.el (gnus-request-scan): do.
27346
27347         * gnus-group.el (gnus-group-suspend): do.
27348
27349         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27350
27351         * gnus-cite.el (gnus-cite-parse-attributions): do.
27352
27353         * gnus-agent.el (gnus-summary-set-agent-mark)
27354         (gnus-agent-regenerate-group): do.
27355
27356         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27357
27358         * binhex.el (binhex-decode-region-internal): do.
27359
27360 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27361
27362         * gnus-fun.el (gnus-face-properties-alist): New user option.
27363         (gnus-display-x-face-in-from): Use it.
27364
27365         * gnus-art.el (article-display-face): Ditto.
27366
27367         * compface.el (uncompface-use-external): Default to nil.
27368
27369 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27370
27371         * nntp.el (nntp-erase-buffer): New function.
27372         (nntp-retrieve-data, nntp-send-command)
27373         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27374         (nntp-possibly-change-group): Use it.
27375
27376         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27377         Use with-current-buffer.
27378
27379 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27380
27381         * compface.el: Merge the ELisp-based uncompface program.
27382         (compface): New customization group.
27383         (uncompface-use-external): New user option.
27384         (uncompface): Call uncompface-internal if uncompface-use-external
27385         is nil.
27386         (uncompface-internal): New function.  Note that there are also
27387         some other functions and variables added for this function.
27388
27389 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27390
27391         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27392         if necessary.
27393
27394 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27395
27396         * spam-report.el (spam-report-unplug-agent)
27397         (spam-report-plug-agent, spam-report-deagentize)
27398         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27399         Add support for the Agent in spam-report: when unplugged, report to a
27400         file; when plugged, submit all the requests.
27401
27402         * spam.el (spam-register-routine): Fix message about
27403         registration.
27404
27405 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27406
27407         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27408         dependencies.
27409         (rfc2047-encode): Use it.
27410
27411         * gnus-art.el (gnus-button-marker-list): Move before first
27412         reference.
27413
27414         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27415         (imap-parse-body): Fix format string mismatch.
27416
27417         * gnus-score.el (gnus-summary-increase-score): do.
27418
27419         * nnrss.el (nnrss-close): New function.
27420
27421 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27422
27423         * nnrss.el (nnrss-make-filename): New function.
27424         (nnrss-request-delete-group, nnrss-read-server-data)
27425         (nnrss-save-server-data, nnrss-read-group-data)
27426         (nnrss-save-group-data): Use it.
27427         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27428         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27429         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27430
27431 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27432
27433         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27434
27435 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27436
27437         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27438         files.
27439
27440         * message.el (message-generate-headers-first): Don't quote nil
27441         and t in docstrings.
27442
27443         * imap.el (imap-id): do.
27444
27445         * gnus-agent.el (gnus-agent-consider-all-articles)
27446         (gnus-agent-queue-mail): do.
27447
27448 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27449
27450         * spam-report.el (spam-report-process-queue): New function.
27451         Process requests from `spam-report-requests-file'.
27452         (spam-report-process-queue): Doc fix.
27453
27454 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27455
27456         * spam.el (spam-register-routine)
27457         (spam-log-processing-to-registry, spam-log-registered-p)
27458         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27459         Change "check" to "spam-check" for semi-clarity.
27460
27461 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27462
27463         * pop3.el: Require nnheader.
27464
27465         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27466
27467         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27468
27469         * gnus-picon.el: Require cl.
27470
27471         * gnus-fun.el: Require gnus-ems and gnus-util.
27472
27473         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27474
27475         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27476
27477         * gnus-art.el (gnus-article-edit-mode): Define before first
27478         reference.
27479
27480 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27481
27482         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27483         (gnus-uu-post-encoded): Use point-at-bol.
27484
27485         * gnus-topic.el (gnus-group-active-topic-p): do.
27486
27487         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27488
27489         * gnus-group.el (gnus-group-kill-region): do.
27490
27491         * gnus-art.el (article-date-ut): do.
27492
27493         * message.el (message-fetch-field): Remove redundant
27494         case-fold-search binding.
27495         (message-narrow-to-field): Simplify.
27496
27497 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27498
27499         * spam.el (spam-directory): Derive from `gnus-directory'.
27500
27501         * spam-report.el (spam-report-url-to-file)
27502         (spam-report-requests-file): New function and variable for offline
27503         reporting.
27504         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27505         and user defined function.
27506         (spam-report-url-ping-mm-url): Remove doubled slash.
27507
27508 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27509
27510         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27511
27512 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27513
27514         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27515         Fix format string mismatch.
27516
27517         * sieve.el (sieve-deactivate-all): do.
27518
27519         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27520
27521         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27522
27523         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27524
27525         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27526
27527 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27528
27529         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27530         the list of checks.
27531
27532 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27533
27534         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27535         padding.
27536
27537 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27538
27539         * mm-view.el (mm-fill-flowed): New variable.
27540         (mm-inline-text): Use it.
27541
27542 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27543
27544         * spam.el (spam-spamassassin-register-ham-routine)
27545         (spam-spamassassin-register-spam-routine): Fix function names.
27546
27547 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27548
27549         * gnus.el (gnus-tmp-grouplens): Remove.
27550         (gnus-summary-line-format): Remove grouplens.
27551
27552         * gnus-group.el (gnus-group-line-format): Ditto.
27553
27554         * gnus-spec.el (gnus-format-specs): Ditto.
27555         (gnus-update-format-specifications): Flush the group format spec
27556         cache if there's the grouplens stuff.
27557         (gnus-parse-simple-format): Replace %l with the empty string.
27558
27559 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27560
27561         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27562         omission.
27563
27564 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27565
27566         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27567         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27568
27569 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27570
27571         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27572         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27573         New macros and functions.
27574         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27575         Handle > NLINK_MAX messages.
27576         * nnmaildir.el (nnmaildir-request-set-mark):
27577         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27578
27579 2004-01-25  Alex Schroeder  <alex@gnu.org>
27580
27581         * spam-stat.el (spam-stat-process-directory-age): New option.
27582         (spam-stat-process-directory): Use it.
27583
27584 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27585
27586         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27587         (spam-stat-save): Accept prefix argument.
27588
27589 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27590
27591         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27592         links" error.
27593
27594 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27595
27596         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27597         the rest of the and/or forms.
27598
27599 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27600
27601         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27602         compatibility with old .newsrc.eld files.
27603
27604         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27605
27606         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27607
27608         * gnus-start.el (gnus-1): do.
27609
27610         * gnus-group.el (gnus-group-line-format-alist): do.
27611
27612         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27613
27614         * gnus-gl.el: Remove.
27615
27616 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27617
27618         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27619         marks consisting of a single range {for example, (3 . 5)} rather
27620         than a list of a single range { ((3 . 5)) }.
27621
27622 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27623
27624         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27625         Use with-current-buffer.
27626         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27627         avoid consing a string.
27628
27629         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27630         Remove obsolete entries for big5 and gb2312.
27631
27632 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27633
27634         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27635         uncompressed list.
27636
27637 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27638
27639         * spam-stat.el (spam-stat-strip-xref): New function.
27640         (spam-stat-process-directory): Use it.
27641
27642         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27643         here -- it's done in message-fetch-field.
27644
27645 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27646
27647         * gnus-agent.el (gnus-agent-queue-mail)
27648         (gnus-agent-prompt-send-queue): New variables.
27649         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27650         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27651         "nndraft:queue" along to gnus-draft-send.
27652         Use gnus-agent-prompt-send-queue.
27653         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27654         is "nndraft:queue".  Suggested by Gaute Strokkenes
27655         <gs234@srcf.ucam.org>
27656
27657         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27658         (agent-enable-undownloaded-faces): Add.
27659         (gnus-agent-cat-groups): Use eval-and-compile, not
27660         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27661         method of gnus-agent-cat-groups even when the buffer has been
27662         evaled.
27663         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27664         delete gnus-agent-save-active-1.
27665         (gnus-agent-save-groups): Delete.  Identical to
27666         gnus-agent-save-active.
27667         (gnus-agent-write-active): No longer adjust agent's copy of active
27668         file as agent's adjustments are now stored in their own
27669         file.  Remove optional parameter.
27670         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27671         servers.  Add use of min/max range limits from server's local
27672         file.
27673         (gnus-agent-save-alist): Remove unused optional argument.
27674         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27675         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27676         (gnus-agent-set-local): A per-server file that keeps min/max range
27677         limits for articles known to the agent.  Provides a fast mechanism
27678         for altering many active ranges.
27679         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27680         active file (local makes it unnecessary).
27681         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27682
27683         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27684         (agent-enable-undownloaded-faces): Add.
27685
27686         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27687         disable it when sending to "nndraft:queue".
27688         (gnus-group-send-queue): Add safety check to avoid sending queue
27689         when unplugged.
27690
27691         * gnus-group.el (gnus-group-catchup): Use new
27692         gnus-sequence-of-unread-articles, not
27693         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27694         numbers of articles.  Use gnus-range-map to avoid having to
27695         uncompress the unread list.
27696         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27697         Fix invalid ange-ftp reference.
27698
27699         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27700         (gnus-sorted-range-intersection): Intersection of two ranges
27701         without requiring that they first be uncompressed.
27702
27703         * gnus-start.el (gnus-activate-group): Unless blocked by the
27704         caller, possibly expand the active range to include both cached
27705         and agentized articles.
27706         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27707         multiple version-dependent converters.
27708         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27709         gnus-agent-save-active.
27710         (gnus-save-newsrc-file): Save dirty agent range limits.
27711
27712         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27713         gnus-agent-possibly-alter-active.
27714         (gnus-adjust-marked-articles): Faster handling of simple lists.
27715
27716 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27717
27718         * spam-stat.el (spam-stat-test-directory): New optional argument
27719         displays a list of files detected.  Suggested by Andrew Cohen
27720         <cohen@andy.bu.edu>.
27721         (spam-stat-buffer-words-with-scores): Don't narrow and change
27722         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27723
27724 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27725
27726         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27727         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27728         (spam-spamassassin-arguments)
27729         (spam-spamassassin-spam-flag-header)
27730         (spam-spamassassin-positive-spam-flag-header)
27731         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27732         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27733         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27734         (spam-list-of-processors, spam-list-of-checks)
27735         (spam-list-of-statistical-checks, spam-registration-functions)
27736         (spam-check-spamassassin-headers, spam-check-spamassassin)
27737         (spam-spamassassin-score)
27738         (spam-spamassassin-register-with-sa-learn)
27739         (spam-spamassassin-register-spam-routine)
27740         (spam-spamassassin-register-ham-routine)
27741         (spam-assassin-register-spam-routine)
27742         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27743         (spam-bogofilter-score): Fix to show article before scoring.
27744
27745 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27746
27747         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27748         default scoring function.
27749         (spam-generic-score): Call spam-spamassassin-score if
27750         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27751         spam-bogofilter-score otherwise.
27752
27753         * gnus.el (spam-process, spam-autodetect-methods):
27754         Add spamassassin and spamassassin-headers.
27755
27756 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27757
27758         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27759         Suppress unnecessary messages.
27760
27761 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27762
27763         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27764         make-hash-table.
27765
27766 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27767
27768         * canlock.el (base64-encode-string): Don't autoload it.
27769
27770 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27771
27772         * run-at-time.el: Remove useless (require 'itimer),
27773         eval-and-compile and (featurep 'xemacs).
27774
27775 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27776
27777         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27778         GROUP is a virtual group.
27779
27780 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27781
27782         * gnus.el: Autoload `message-y-or-n-p'.
27783
27784 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27785
27786         * pgg-parse.el: Remove unnecessary (require 'custom).
27787
27788         * pgg-def.el: do.
27789
27790         * nnmail.el: do.
27791
27792         * gnus-undo.el: do.
27793
27794         * gnus-picon.el: do.
27795
27796         * gnus-util.el: do.
27797
27798 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27799
27800         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27801
27802 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27803
27804         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27805         handle, as well as a list.
27806
27807         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27808         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27809         (mm-w3m-cid-retrieve): Simplify.
27810
27811 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27812
27813         * message.el (message-kill-to-signature): Allow prefix arg to
27814         specify number of lines to keep before signature.
27815
27816 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27817
27818         * message.el (message-kill-to-signature): Change docstring.
27819
27820 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27821
27822         * canlock.el: Always require sha1-el.
27823         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27824
27825         * message.el: Autoload sha1 only when compiling.
27826
27827         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27828         eudc-expand-inline for XEmacs.
27829
27830 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27831
27832         * message.el (message-canlock-generate): Require sha1-el.
27833
27834 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27835
27836         * message.el (message-expand-name): Silence the byte compiler.
27837
27838         * lpath.el: Add detect-coding-system.
27839
27840         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27841         cus-edit.
27842
27843 2004-01-13  Simon Josefsson  <jas@extundo.com>
27844
27845         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27846         Invoke gnus-score-mode.
27847         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27848
27849         * gnus-range.el (gnus-compress-sequence): Doc fix.
27850         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27851
27852 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27853
27854         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27855
27856 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27857
27858         * spam.el (spam-get-article-as-string): Update to use
27859         gnus-request-article-this-buffer, much simpler.
27860         (spam-get-article-as-buffer): Remove.
27861
27862 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27863
27864         * message.el (message-expand-name): Use EUDC if the user uses that.
27865
27866 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27867
27868         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27869         character for the encoding to avoid consing a string.
27870
27871         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27872         unnecessarily.
27873
27874         * mm-util.el (mm-replace-chars-in-string): Remove.
27875
27876         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27877         of mm-replace-chars-in-string.
27878
27879 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27880
27881         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27882
27883         * mm-util.el (mm-subst-char-in-string): Support inplace.
27884
27885         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27886         a new string in every iteration.  Use shy groups.
27887
27888 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27889
27890         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27891         * gnus-soup.el (gnus-soup-group-brew):
27892         * gnus-msg.el (gnus-put-message):
27893         * gnus-move.el (gnus-group-move-group-to-server):
27894         * gnus-kill.el (gnus-batch-score):
27895         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27896         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27897         (gnus-group-update-group, gnus-group-read-group)
27898         (gnus-group-make-group, gnus-group-make-help-group)
27899         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27900         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27901         (gnus-group-sort-by-unread, gnus-group-catchup)
27902         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27903         (gnus-group-yank-group, gnus-group-set-info)
27904         (gnus-group-list-groups):
27905         * gnus.el (gnus-generate-new-group-name):
27906         * gnus-delay.el (gnus-delay-send-queue):
27907         * nnvirtual.el (nnvirtual-catchup-group):
27908         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27909         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27910         (gnus-group-prepare-topics, gnus-topic-check-topology):
27911         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27912         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27913         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27914         (gnus-group-make-articles-read):
27915         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27916         (gnus-group-change-level, gnus-kill-newsgroup)
27917         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27918         (gnus-get-unread-articles, gnus-make-articles-unread)
27919         (gnus-make-ascending-articles-unread): Use accessor
27920         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27921         to get group information for improved readability.
27922
27923
27924 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27925
27926         * gnus-art.el (article-decode-mime-words, article-babel)
27927         (gnus-article-highlight-signature, gnus-article-add-buttons)
27928         (gnus-signature-toggle): Use gnus-with-article-buffer.
27929
27930         * gnus-art.el (gnus-article-highlight-headers)
27931         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27932
27933         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27934         (gnus-article-set-globals, gnus-request-article-this-buffer)
27935         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27936         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27937         (gnus-mime-display-alternative): Use with-current-buffer.
27938
27939 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27940
27941         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27942         also under 80 char limit, and call gnus-error if needed.
27943         (spam-fetch-article-header): Fix - it was a
27944         buffer-local variable (gnus-newsgroup-data).
27945         (spam-find-spam): Use spam-generate-fake-headers, forget about
27946         spam-insert-fake-headers.
27947         (spam-insert-fake-headers): Remove.
27948
27949 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27950
27951         * deuglify.el (gnus-article-outlook-unwrap-lines)
27952         (gnus-outlook-rearrange-article)
27953         (gnus-outlook-repair-attribution-outlook)
27954         (gnus-outlook-repair-attribution-block)
27955         (gnus-outlook-repair-attribution-other): Remove redundant
27956         save-excursion.
27957
27958 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27959
27960         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27961         (spam-fetch-field-subject-fast)
27962         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27963         (spam-fetch-article-header): Add functions to deal with Gnus
27964         internals for fast retrieval of article header data.
27965         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27966
27967 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27968
27969         * pop3.el (pop3-md5): Remove.
27970         (pop3-apop): Replace pop3-md5 with md5.
27971
27972         * mm-bodies.el: base64 is always built-in.
27973
27974         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27975         Use with-current-buffer.
27976
27977 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27978
27979         * canlock.el (canlock-insert-header): Remove excessive grouping in
27980         regexp.
27981
27982         * gnus-sum.el (gnus-summary-read-document): Ditto.
27983
27984         * gnus-uu.el (gnus-uu-part-number): Ditto.
27985
27986         * html2text.el (html2text-remove-tags): Ditto.
27987         (html2text-format-tags): Ditto.
27988         (html2text-format-single-elements): Ditto.
27989
27990         * mml.el (mml-parse-1): Ditto.
27991
27992 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27993
27994         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27995
27996         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27997
27998         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27999
28000         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28001
28002 2003-11-15  Simon Josefsson  <jas@extundo.com>
28003
28004         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28005         (pgg-gpg-lookup-key): Use regexp match instead of
28006         split-string (split-string is different between emacs 21.2 and
28007         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28008
28009 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28010
28011         * gnus-art.el (gnus-mime-view-all-parts)
28012         (gnus-article-part-wrapper, gnus-article-view-part):
28013         Use with-current-buffer.
28014
28015 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28016
28017         * spam.el (spam-disable-spam-split-during-ham-respool)
28018         (spam-spamoracle-database, spam-cache-lookups)
28019         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28020         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28021         (spam-group-ham-marks, spam-group-spam-marks)
28022         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28023         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28024         also add spam-use-blackholes to the statistical checks.
28025         (spam-fetch-field-fast): Add interface to fetching fields, may
28026         become a macro.
28027         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28028         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28029         (spam-insert-fake-headers): Fake an article when needed.
28030         (spam-find-spam): Fake article when possible.
28031         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28032         (spam-check-bogofilter-headers): Use message-fetch-field instead
28033         of nnmail-fetch-field.
28034
28035 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28036
28037         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28038
28039 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28040
28041         * spam.el (spam-split): Do not require spam-use-CHECK to be
28042         enabled if that check is passed to spam-split explicitly; also
28043         fix so 'spam doesn't get converted to spam-split-group when
28044         spam-split-symbolic-return is t.
28045         (spam-find-spam): Find registrations of the article and use those
28046         instead of re-running spam-split to find the spam/ham
28047         classification of the article.
28048         (spam-log-processing-to-registry, spam-log-registered-p)
28049         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28050         Use gnus-error instead of gnus-message.
28051         (spam-log-registration-type): Add function to determine the
28052         classification of a message based on registry entries; will
28053         return nil if both 'spam and 'ham are found.
28054         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28055         a reasonably fast local cache without the loading errors.
28056         (spam-cache-lookups): Set to t by default.
28057         (spam-find-spam): Don't try to guess spam-cache-lookups.
28058         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28059         spam-caches entry.
28060         (spam-filelist-build-cache, spam-filelist-check-cache):
28061         Fix caching of whitelist/blacklist entries.
28062         (spam-check-whitelist, spam-check-blacklist):
28063         Invoke spam-from-listed-p with a type, not a cache variable.
28064         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28065
28066 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28067
28068         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28069
28070         * nnmail.el (nnmail-split-fancy): do.
28071
28072         * mml.el (mml-parse): do.
28073
28074         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28075         (gnus-score-adaptive): do.
28076
28077 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28078
28079         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28080         (gnus-mime-button-map): Don't set keymap parent.
28081         (gnus-button-ctan-directory-regexp): Use shy grouping.
28082         (gnus-prev-page-map): Don't set keymap parent.
28083         (gnus-prev-page-map): Remove duplicated one.
28084         (gnus-next-page-map): Don't set keymap parent.
28085         (gnus-mime-security-button-map): Ditto.
28086
28087         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28088         version number.
28089
28090         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28091
28092 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28093
28094         * canlock.el (canlock-sha1-function): Remove.
28095         (canlock-sha1-function-for-verify): Remove.
28096         (canlock-openssl-program): Remove.
28097         (canlock-openssl-args): Remove.
28098         (canlock-ignore-errors): Remove.
28099         (canlock-sha1-with-openssl): Remove.
28100         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28101         (canlock-verify): Don't use canlock-ignore-errors.
28102
28103         * sha1-el.el (sha1-string-external): Make it can return a string
28104         in binary form.
28105         (sha1-region-external): Ditto.
28106         (sha1-string-internal): Ditto.
28107         (sha1-region-internal): Ditto.
28108         (sha1-region): Ditto.
28109         (sha1-string): Ditto.
28110         (sha1): Ditto.
28111
28112 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28113
28114         * spam.el (spam-report-articles-gmane): New command.
28115
28116 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28117
28118         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28119
28120         * run-at-time.el (run-at-time-saved): Remove.
28121         (run-at-time): Doc fix.
28122
28123 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28124
28125         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28126         (gnus-summary-limit-map): Add it.
28127         (gnus-summary-make-menu-bar): do.
28128
28129 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28130
28131         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28132         Make attempt at some caching support (done for BBDB only now).
28133         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28134         addresses to be checked.
28135         (spam-clear-cache-BBDB): Add function, to be invoked by
28136         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28137         (spam-check-BBDB): Check and use the caches, if
28138         spam-cache-lookups is on, remove superfluous (provide).
28139
28140 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28141
28142         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28143
28144 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28145
28146         * run-at-time.el (run-at-time-saved): Move to after the definition
28147         of `run-at-time'.
28148
28149         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28150
28151 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28152
28153         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28154         mm-w3m-local-map-property.
28155
28156         * mm-view.el (mm-w3m-mode-map): Remove.
28157         (mm-w3m-local-map-property): Remove.
28158         (mm-inline-text-html-render-with-w3m): Don't use
28159         mm-w3m-local-map-property.
28160
28161 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28162
28163         * run-at-time.el: New file.
28164
28165         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28166         under Emacs.
28167
28168         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28169         of gnus-set-text-properties.
28170
28171         * gnus-uu.el (gnus-uu-save-article): Ditto.
28172
28173         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28174
28175         * gnus-cite.el (gnus-cite-parse): Ditto.
28176
28177         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28178         of gnus-.
28179
28180         * gnus-xmas.el (run-at-time): Require run-at-time.
28181
28182         * gnus.el: Change calls to nnheader-run-at-time and
28183         password-run-at-time throughout to use run-at-time directly.
28184
28185         * password.el: Remove definition of run-at-time.
28186
28187         * nnheaderxm.el: Remove definition of run-at-time.
28188
28189 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28190
28191         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28192         in prompt.
28193
28194 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28195
28196         * messagexmas.el (message-xmas-redefine): Alias
28197         `message-make-caesar-translation-table' to
28198         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28199         version.
28200
28201         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28202         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28203         `gnus-xmas-set-text-properties'.
28204         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28205         `gnus-xmas-completing-read'.
28206         (gnus-xmas-completing-read): Removed.
28207         (gnus-xmas-open-network-stream): Removed.
28208
28209         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28210         XEmacs version.
28211
28212         * dns.el (dns-make-network-process): Use `open-network-stream'
28213         instead of `gnus-xmas-open-network-stream'.
28214
28215         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28216
28217         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28218
28219 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28220
28221         * gnus-art.el (gnus-mime-display-alternative)
28222         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28223         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28224         Don't use gnus-local-map-property.
28225
28226         * gnus-util.el (gnus-local-map-property): Remove.
28227
28228         * mm-view.el (mm-view-pkcs7-decrypt):
28229         Replace gnus-completing-read-maybe-default with completing-read.
28230
28231         * gnus-util.el (gnus-completing-read): do.
28232         (gnus-completing-read-maybe-default): Remove.
28233
28234 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28235
28236         * password.el: Only autoload `run-at-time' if not XEmacs.
28237         Only autoload the itimer functions if XEmacs.
28238
28239 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28240
28241         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28242         XEmacsen.
28243
28244         * dgnushack.el: Autoload executable-find for XEmacs.
28245
28246 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28247
28248         * gnus-art.el (gnus-read-string): Remove.
28249         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28250         read-string.
28251
28252 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28253
28254         * netrc.el: Autoload password-read.
28255         (netrc): Add configuration group.
28256         (netrc-encoding-method, netrc-openssl-path):
28257         Add variables for encoding and decoding of files with symmetric
28258         ciphers.
28259         (netrc-encode): Add assistant function to encode a file with
28260         netrc-encoding-method.
28261         (netrc-parse): Add interactive parameter, added optional
28262         decoding if netrc-encoding-method is non-nil but otherwise
28263         behavior is standard.
28264         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28265         Do s/encode/encrypt/ everywhere.
28266
28267         * spam.el: Remove executable-find autoload.
28268
28269 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28270
28271         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28272
28273         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28274
28275 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28276
28277         * gnus-art.el (gnus-treat-ansi-sequences)
28278         (article-treat-ansi-sequences): New variable and function.
28279         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28280
28281         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28282         Use it.
28283
28284 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28285
28286         * mm-util.el (mm-quote-arg): Remove.
28287
28288         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28289         shell-quote-argument.
28290
28291         * gnus-uu.el (gnus-uu-command): do.
28292
28293         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28294
28295         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28296         with make-char.
28297
28298         * mm-util.el (mm-make-char): Remove.
28299
28300         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28301         add-minor-mode.
28302
28303         * gnus-undo.el (gnus-undo-mode): do.
28304
28305         * gnus-topic.el (gnus-topic-mode): do.
28306
28307         * gnus-sum.el (gnus-dead-summary-mode): do.
28308
28309         * gnus-start.el (gnus-slave-mode): do.
28310
28311         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28312
28313         * gnus-ml.el (gnus-mailing-list-mode): do.
28314
28315         * gnus-gl.el (gnus-grouplens-mode): do.
28316
28317         * gnus-draft.el (gnus-draft-mode): do.
28318
28319         * gnus-dired.el (gnus-dired-mode): do.
28320
28321         * gnus-ems.el (gnus-add-minor-mode): Remove.
28322
28323         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28324         Replace gnus-char-width with char-width.
28325
28326         * gnus-ems.el (gnus-char-width): Remove.
28327
28328         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28329         Replace gnus-char-width with char-width.
28330
28331         * gnus-ems.el (gnus-char-width): Remove.
28332
28333         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28334         definition.
28335         Remove Emacs 20 hash table compatibility code.
28336
28337         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28338         20 compatibility code.
28339
28340         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28341
28342         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28343
28344         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28345         Replace with point-at-{eol,bol}.
28346
28347         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28348
28349         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28350
28351         * flow-fill.el (fill-flowed-point-at-bol)
28352         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28353
28354         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28355         Replace with point-at-{eol,bol} throughout all files.
28356
28357 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28358
28359         * ntlm.el (ntlm-string-as-unibyte): New macro.
28360         (ntlm-build-auth-response): Use it.
28361
28362         Remove Emacs 20 stuff:
28363         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28364         (butlast, mapc, remove): Remove the compiler macros.
28365         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28366         of delq and copy-sequence.
28367         * gnus-art.el (popup-menu): Remove the compiler macro.
28368         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28369         Emacs 20.
28370
28371 2004-01-05  Simon Josefsson  <jas@extundo.com>
28372
28373         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28374         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28375         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28376         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28377         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28378         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28379         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28380         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28381         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28382         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28383         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28384         string-xor into ntlm-string-xor.
28385         Suggested by Jesper Harder <harder@myrealbox.com>.
28386
28387         * ntlm.el: Don't include poem.
28388
28389         * md4.el (print-int32, print-string-hexa): Remove.
28390         Suggested by Jesper Harder <harder@myrealbox.com>.
28391
28392         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28393
28394         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28395         probably breaks emacs with DL patch, but do we care? Is anyone
28396         still using the DL stuff?)
28397
28398         * sieve-manage.el: Use the password package.
28399         (sieve-manage-read-passwd): Remove.
28400         (sieve-manage-interactive-login): Use password.  Re-add
28401         condition-case around loop.
28402
28403         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28404         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28405         Use the password package.
28406
28407 2003-02-19  Simon Josefsson  <jas@extundo.com>
28408
28409         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28410         token.
28411
28412 2002-08-07  Simon Josefsson  <jas@extundo.com>
28413
28414         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28415         (sieve-manage-authenticators)
28416         (sieve-manage-authenticator-alist): Add some SASL mechs.
28417         (sieve-sasl-auth): New function.
28418         (sieve-manage-cram-md5-auth)
28419         (sieve-manage-plain-auth): Rewrite using SASL library.
28420         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28421         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28422         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28423         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28424
28425 2004-01-05  Simon Josefsson  <jas@extundo.com>
28426
28427         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28428         New files.
28429
28430 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28431
28432         * gnus-group.el (gnus-no-groups-message): Update.
28433
28434         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28435
28436 2003-11-09  Simon Josefsson  <jas@extundo.com>
28437
28438         * imap.el: Support for ID IMAP extension (RFC 2971).
28439         (imap-local-variables): Add imap-id.
28440         (imap-id): New variable.
28441         (imap-id): New function.
28442         (imap-parse-response): Parse untagged ID response.
28443         * nnimap.el (nnimap-id): New variable.
28444         (nnimap-open-connection): Use it.
28445
28446 2003-12-28  Simon Josefsson  <jas@extundo.com>
28447
28448         * gnus-score.el (gnus-score-edit-all-score): New.
28449         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28450
28451 2004-01-04  Simon Josefsson  <jas@extundo.com>
28452
28453         * password.el: Add.
28454
28455 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28456
28457         * dns.el (dns-query-types): Fix typo.
28458         (dns-query-types): New function.
28459         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28460         PTR and SOA replies, see RFC 1035.
28461
28462 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28463
28464         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28465
28466         * Move to Changelog.2.
28467
28468 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28469
28470         * gnus.el (gnus-version-number): Bump version.
28471
28472 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28473
28474         * gnus.el: No Gnus v0.1 is released.
28475
28476 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28477
28478         * gnus.el: No Gnus v0.0 is released.
28479
28480 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28481
28482         * gnus.el (gnus-version-number): Bump.
28483         (gnus-version): No.
28484
28485 See ChangeLog.2 for earlier changes.
28486
28487   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28488
28489   This file is part of GNU Emacs.
28490
28491   GNU Emacs is free software: you can redistribute it and/or modify
28492   it under the terms of the GNU General Public License as published by
28493   the Free Software Foundation, either version 3 of the License, or
28494   (at your option) any later version.
28495
28496   GNU Emacs is distributed in the hope that it will be useful,
28497   but WITHOUT ANY WARRANTY; without even the implied warranty of
28498   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28499   GNU General Public License for more details.
28500
28501   You should have received a copy of the GNU General Public License
28502   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28503
28504 ;; Local Variables:
28505 ;; coding: utf-8
28506 ;; fill-column: 79
28507 ;; add-log-time-zone-rule: t
28508 ;; End: