lisp/ChangeLog: Rearrange entries in chronological order
[gnus] / lisp / ChangeLog
1 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
2
3         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
4         of function arguments.
5
6 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7
8         * nnimap.el: Clean up "unused var" warnings.
9         (auth-source-creation-prompts): Declare.
10         (nnimap-retrieve-headers, nnimap-status-message)
11         (nnimap-request-create-group, nnimap-request-delete-group)
12         (nnimap-close-group, nnimap-request-move-article)
13         (nnimap-request-accept-article, nnimap-request-newgroups)
14         (nnimap-request-post, nnimap-dummy-active-number)
15         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
16         (nnimap-parse-flags): Remove unused var `p'.
17         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
18         (nnimap-flags-to-marks): Remove unused var `totalp'.
19
20 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
21
22         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
23         before RFC822.SIZE.
24
25 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
26
27         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
28         so that a 'plain value for the `nnimap-stream' server variable is
29         handled correctly.
30
31 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
32
33         Remove unused let variables
34         * nnimap.el (nnimap-request-group): Variables are not used.
35
36         Check if group names are already strings
37         * gnus-group.el (gnus-group-group-name):
38         The group name may already be a string.
39         Specifically, in the group list reached from the *Server* buffer,
40         the 'gnus-group text property returns a string.  Everywhere else
41         it returns a symbol.
42
43 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
44
45         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
46         (nnmaildir--update-nov): Remove unused var `numdir'.
47         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
48         (nnmaildir-request-group, nnmaildir-request-create-group)
49         (nnmaildir-request-post, nnmaildir-request-move-article)
50         (nnmaildir-request-accept-article, nnmaildir-active-number):
51         Mark unused args.
52         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
53         Declare.
54         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
55         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
56         `mark', `end', `new-mark', and `mark-sym'.
57         (nnmaildir-retrieve-headers):
58         Remove unused args `srv-dir', `dir', `nlist2'.
59         (nnmaildir-request-expire-articles):
60         Remove unused vars `article', `stop' and `nlist2'.
61         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
62         `end'.  Use nnmaildir--article when dyn-binding is needed.
63         Give the value directly in the `let' for `del-mark', `del-action',
64         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
65         (nnmaildir-close-server):
66         Declare those local vars that need to be dyn-bound.
67
68 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
69
70         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
71
72 2015-05-31  David Engster  <deng@randomsample.de>
73
74         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
75         instead of using `sleep-for', as the latter does not seem to reliably
76         wait (see for instance bug 15990).
77
78 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-art.el (gnus-button-alist): Re-revert last change.
81         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
82
83 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
84
85         * gnus-art.el (gnus-button-alist): Revert last change.
86         It wasn't that important, and it caused a Gnus build to fail.  See:
87         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
88
89         * gnus-art.el (gnus-button-alist):
90         Also treat "‘" and "’" as quoting chars.
91
92 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
93
94         * gnus-art.el (gnus-treat-strip-list-identifiers)
95         (gnus-article-mode-syntax-table):
96         * gnus-group.el (gnus-group-nnimap-edit-acl):
97         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
98         e.g., missing quote, ``x'' where `x' was meant, etc.
99
100 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
103         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
104         into just c.
105
106 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
109         Normalize characters into numbers in spec keys.
110
111 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * dgnushack.el (declare-function): Redefine it to use autoload.
114         * lpath.el (gnus-html-prefetch-images): Declare.
115
116 2015-05-04  Glenn Morris  <rgm@gnu.org>
117
118         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
119
120         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
121
122         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
123         (gnus-topic-create-topic, gnus-topic-enter-dribble):
124         Declare rather than autoload.
125
126         * mm-archive.el (gnus-recursive-directory-files)
127         (mailcap-extension-to-mime): Autoload at run-time.
128
129         * mm-util.el (latin-unity-massage-name)
130         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
131         (latin-unity-representations-present-region):
132         Declare rather than autoload.
133
134         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
135         Autoload at run-time.
136         (epg-context-set-signers, epg-context-result-for)
137         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
138         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
139         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
140         (epg-configuration, epg-expand-group, epa-select-keys):
141         Declare rather than autoload.
142
143         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
144         Autoload at run-time.
145         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
146         (gnus-registry-get-id-key, gnus-registry-action):
147         Declare rather than autoload.
148
149         * nnmail.el (mail-send-and-exit): Autoload at run-time.
150
151         * spam.el (spam-stat-buffer-change-to-non-spam)
152         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
153         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
154         (spam-stat-split-fancy): Remove pointless autoloads.
155
156         * mm-view.el (epg-decrypt-string): Autoload.
157         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
158         (epg-sub-key-validity): Fix declarations.
159
160 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
161
162         * gnus.el: Ma Gnus v0.13 is released.
163
164 2015-05-01  Glenn Morris  <rgm@gnu.org>
165
166         * gnus-util.el (iswitchb-read-buffer):
167         * mm-decode.el (libxml-parse-html-region):
168         * mml.el (libxml-parse-html-region):
169         * nnrss.el (libxml-parse-html-region): Update declaration.
170
171 2015-04-27  Glenn Morris  <rgm@gnu.org>
172
173         * message.el (gnus-extract-address-components):
174         Remove bogus declaration that was masking previous problem.
175
176 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
179         altering the buffer.
180         (hashcash-insert-payment-async-2): Revert previous change because it
181         still means that the mark is moving around.
182
183 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * gnus-uu.el (gnus-uu-save-article):
186         Make the save-restriction/widen calls make more sense.
187
188 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * gnus-art.el (gnus-use-idna):
191         * gnus-sum.el (gnus-summary-idna-message):
192         * message.el (message-use-idna):
193         Catch the invalid-operation error that idna.el will issue.
194
195 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
196
197         * gnus-group.el (gnus-group--setup-tool-bar-update):
198         cursor-sensor-functions should be a list of functions.
199
200 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
201
202         * gnus-group.el (gnus-tmp-*): Declare.
203         (gnus-update-group-mark-positions): Remove unused `topic' var.
204         (gnus-group-insert-group-line): Remove unused var `header'.
205         (gnus-group--setup-tool-bar-update): New function.
206         (gnus-group-insert-group-line): Use it.
207         (gnus-group-update-eval-form): Declare local
208         dynamically-bound variables.
209         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
210
211         * gnus-topic.el (gnus-topic-jump-to-topic)
212         (gnus-group-prepare-topics, gnus-topic-update-topic)
213         (gnus-topic-change-level, gnus-topic-catchup-articles)
214         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
215         Use inhibit-read-only.
216         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
217         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
218
219 2015-04-12  João Távora  <joaotavora@gmail.com>
220
221         * message.el (message-mode):
222         Use `set' and `make-local-variable' instead of `setq-local'.
223
224 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
225
226         * gnus-sum.el (gnus-summary-refer-thread):
227         Make sure gnus-newsgroup-unreads remains sorted.
228
229 2015-04-12  João Távora  <joaotavora@gmail.com>
230
231         Improve sexp-based movement in message-mode
232         * message.el (message--syntax-propertize): New function.
233         (message-mode): Set syntax-related vars.d
234         (message-smileys): New variable.
235
236 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
237
238         * gnus-art.el (gnus-hidden-properties): Simplify.
239         (gnus-article-hide-text, gnus-article-unhide-text)
240         (gnus-article-unhide-text-type): Remove special handling of
241         `intangible' since that property is not used any more.
242         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
243
244 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
247         and a runtime function for it, of which the XEmacs version takes only
248         two arguments.
249
250 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
251
252         Use American spelling for 'normalize'
253         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
254         All uses changed.  Add an alias for obsolete usages.
255
256 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * gnus-art.el (gnus-article-browse-html-save-cid-content):
259         Always return relative file name.
260         (gnus-article-browse-html-parts):
261         Make external links absolute and cid file names relative.
262
263 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
264
265         * registry.el (registry-prune): Re-use `registry-full' in
266         `registry-prune'.  It's a bit of redundant work, but safer.
267         Also ensure that target-size is an integer.
268
269 2015-03-31  Daiki Ueno  <ueno@gnu.org>
270
271         * plstore.el (plstore--decrypt): Clear entry in
272         `plstore-passphrase-alist' if decryption failed (bug#20030).
273
274 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
275
276         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
277         to "Display" menu.
278
279 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
280
281         * nnimap.el (nnimap-split-incoming-mail): If a message is already
282         in the group it should be split to, don't re-copy it into the group.
283
284 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
285
286         * nnmh.el (nnmh-request-expire-articles):
287         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
288
289 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
290
291         * registry.el (registry-lookup-secondary, registry-full)
292         (registry-prune, registry-collect-prune-candidates):
293         * gnus-registry.el (gnus-registry-load): Use slot names rather than
294         initarg names in `oref' and `oset'.
295
296 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
297
298         * registry.el (registry-prune): Allow registry to reach full size
299         before pruning.
300
301 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
302
303         * registry.el (registry-collect-prune-candidates): Fix call to
304         cl-subseq.
305
306 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * registry.el (registry-db): Temporary fix old Emacsen compilation.
309
310 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
311
312         * gnus-registry.el (gnus-registry-handle-action)
313         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
314         (gnus-registry-keywords): Make it do something.
315         (gnus-registry-import-eld): Remove unused var `new-entry'.
316         (gnus-registry-action): Remove unused var `to-name'.
317         (gnus-registry-make-db): Prefer `make-instance' to avoid
318         compiler warnings.
319         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
320
321         * registry.el (registry-db): Don't oset-default an instance-allocated
322         slot.
323
324 2015-03-10  Glenn Morris  <rgm@gnu.org>
325
326         * message.el (message-valid-fqdn-regexp): Bump :version for
327         2014-11-17 change.
328
329 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
330
331         * gnus-notifications.el (gnus-notifications-action): Raise window
332         frame.
333         (gnus-notifications-action): Allow mark as read.
334         (gnus-notifications-notify): Show uption to mark as read.
335
336 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
337
338         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
339         (registry-search, registry-delete, registry-size, registry-insert)
340         (registry-reindex, registry-collect-prune-candidates):
341         * gnus-registry.el (gnus-registry-fixup-registry)
342         (gnus-registry-remove-extra-data): Use slot names rather than initarg
343         names in `oref' and `oset'.
344
345 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
346         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
347         in the group it should be split to, don't re-copy it into the group.
348
349 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
350
351         * message.el (message-insert-formatted-citation-line): Change %F to
352         fall back to email address if no first name could be determined.
353
354 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
357         Fix point motion when removing displayed MIME part.
358         (gnus-article-edit-part): Make jumping to the next part really work
359         when deleting or stripping.
360         (gnus-mime-buttonize-attachments-in-header): Make header attachment
361         buttons identical to the ones in the article body so as to work deleting
362         and stripping.
363
364 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * mm-decode.el (mm-shr)
367         * mm-view.el (mm-inline-text-html-render-with-w3m):
368         Revert my bogus change that made the start marker of a part
369         the "moves after insertion" type.
370
371 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
372
373         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
374         Tools: https://github.com/politza/pdf-tools) for viewing PDF
375         attachments in emacs.
376
377 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
378
379         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
380         instead of sasl-scram-sha-1, as the former is the name that can be
381         required.
382
383         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
384         (sasl-scram-sha-1-client-final-message)
385         (sasl-scram-sha-1-authenticate-server): Move to end of file.
386
387 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
390
391 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
394         (sasl-string-prefix-p): New compatibility functions.
395
396 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
397
398         * gnus-compat.el (process-live-p): Added new compat function for Emacs
399         23.
400
401 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
402
403         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
404         from the server LIST response.
405
406 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
407
408         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
409         during header retrieval, error out instead of interpreting the data in
410         the buffer as the only messages there.  This way, we don't mark
411         articles as read on a server hangup (bug#19035).
412
413         * mm-decode.el (mm-head-p): New function.
414         (mm-display-part): Go to a blank line when inserting parts internally.
415
416 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
417
418         * sasl-scram-rfc.el: New file.
419
420         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
421         Add SCRAM-SHA-1 first.
422         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
423         entry (bug#17636).
424
425 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
428         that we don't get a warning when setting the buffer-local variable
429         (bug#19573).
430
431         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
432         `gnus-request-group'.
433
434 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * gnus-art.el (gnus-article-browse-html-save-cid-content)
437         (gnus-article-browse-html-parts): Make cid file names relative if and
438         only if html doesn't specify <base> directory.
439
440 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
443         parts, because that breaks filling (since buttons are in a bold face).
444
445 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
448         use gnus-overlays-at and gnus-overlay-put.
449
450 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
451
452         * mm-decode.el (mm-shr): Only pass the fill column when not using
453         fonts, because limiting the width to what's appropriate for followups
454         doesn't really help when not using proportional fonts.
455
456 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
457
458         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
459         shr, beacause that breaks folding.
460         (mm-shr): Don't shorten the width when using fonts.
461
462 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
463
464         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
465         variable; always check the newrc timestamp.
466         (gnus-save-newsrc-file): Always check timestamp.
467
468 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
469
470         * mail-source.el (mail-source-call-script): If scripts exit with an
471         error, pop up an error buffer.
472
473 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
474
475         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
476         as a default.
477
478         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
479         correct server.
480
481 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
482
483         * nnimap.el (nnimap-request-group-scan): Fix the function name.
484
485         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
486
487 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
488
489         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
490         that nnimap works for non-activated backends.
491
492 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
493
494         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
495         message, since we already get an obsolescence message.  Use `declare'.
496
497 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
498
499         * nnir.el: Revert "Enable non-ASCII IMAP searches".
500
501 2015-01-30  Glenn Morris  <rgm@gnu.org>
502
503         * gnus-registry.el (gnus-registry-max-pruned-entries)
504         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
505         Fix :version.
506         (gnus-registry-default-sort-function): Improve :type.
507
508 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
509
510         * nnimap.el (nnimap-request-group): Allow running this function on
511         groups that don't exist in Gnus yet.
512         (nnimap-request-group): Revert previous patch since that made it
513         impossible to enter nnimap groups.
514
515         * message.el (message-smtpmail-send-it): Remove the mail header
516         separator before sending.
517
518 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
519
520         * nnimap.el (nnimap-find-expired-articles): Fix handling of
521         (expiry-wait . never).
522
523 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
524
525         * nnimap.el (nnimap-request-group): Clear the buffer before returning
526         the data.
527
528 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * gnus-compat.el (string-bytes): Work for XEmacs.
531
532 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
535
536         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
537         IMAP.
538
539 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
540
541         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
542
543         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
544
545         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
546         be added to the backlog.
547
548 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
549
550         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
551         target with a recursive make call.
552
553 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
554
555         * nnimap.el (nnimap-header-parameters): Refactor and request
556         X-GM-LABELS if it's been announced.
557         (nnimap-transform-headers): Gather and output GM-LABELS.
558
559 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
560
561         * mm-decode.el (mm-display-part): Make non-string methods work.
562         Non-string methods are funcalled and work just fine, the test was
563         bogus.
564         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
565         whole frame.
566
567 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
568
569         * nnimap.el (nnimap-request-accept-article): Allow respooling using
570         nnimap.
571
572         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
573         request rescans when being run interactively.
574
575         * nnimap.el (nnimap-request-group): Don't rescan the group here,
576         because that can be very slow in large groups.
577
578         * gnus-int.el (gnus-request-group-scan): New backend function.
579
580         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
581
582 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-group.el (gnus-group-suspend): Close all backends.
585
586 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
587
588         * dgnushack.el (dgnushack-compile-file): New function.
589         (dgnushack-compile): Use it (bug#19514).
590
591 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
594
595 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
596
597         * registry.el: Don't use <class> as a variable.
598
599 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
600
601         system-name's returned value can vary
602         Also, the system-name variable is now obsolete.
603         Fixes Bug#19438.
604         * message.el (message-make-fqdn):
605         * nnvirtual.el (nnvirtual-retrieve-headers)
606         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
607         and avoid naming locals 'system-name'.
608
609 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
610
611         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
612         lines don't get overlong when responding.
613
614 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * registry.el (cl-remf, cl-loop, cl-subseq):
617         Alias to remf, loop, and subseq respectively for old Emacsen.
618
619 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
620
621         * gnus-group.el (gnus-read-ephemeral-bug-group):
622         Bind coding-system-for-read and coding-system-for-write only around
623         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
624
625 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
626
627         * registry.el (registry-db): Set default slot later.
628         This is because its value is not a literal integer.
629
630 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * registry.el (registry-db): Fix default registry-db max-size.
633
634 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
635
636         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
637         add warning.
638
639         * gnus-art.el: Fix up compiler warnings.
640         (article-display-face, article-display-x-face): Remove unused `face'.
641         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
642         (article-date-ut): Remove unused var `first'.
643         (gnus-article-prepare): Remove unused var `gnus-article'.
644         (gnus-mime-save-part-and-strip): Remove unused var `param'.
645         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
646         `coding-system' along with corresponding dead code.
647         (gnus-mime-view-part-externally): Remove unused var
648         `mm-user-display-methods'.
649         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
650         (gnus-display-mime): Remove unused var `handle'.
651         (gnus-mime-display-alternative): Remove unused var `props'.
652         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
653         (gnus-article-edit-done): Remove unused var `p'.
654         (gnus-url-mailto): Remove unused var `to'.
655         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
656         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
657
658 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
659
660         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
661         slots into a :max-size slot.
662         (registry-db-version): Add new variable for database version number.
663         (registry-prune): Use :max-size slot. Accept and use a sort-function
664         argument.
665         (registry-collect-prune-candidates): Add new function for finding
666         non-precious pruning candidates.
667         (registry-prune-hard-candidates, registry-prune-soft-candidates):
668         Remove obsolete functions.
669         (initialize-instance): Upgrade registry version when starting.
670
671         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
672         (gnus-registry-max-pruned-entries): Remove obsolete variable.
673         (gnus-registry-cache-file): Change default
674         filename extension to "eieio".
675         (gnus-registry-read): Add new function, split out from
676         `gnus-registry-load', that does the actual object reading.
677         (gnus-registry-load): Use it. Add condition case handler to check for
678         old filename extension and rename to the new one.
679         (gnus-registry-default-sort-function): New variable to specify a sort
680         function to use when pruning.
681         (gnus-registry-save, gnus-registry-insert): Use it.
682         (gnus-registry-sort-by-creation-time): Define a default sort function.
683
684         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
685         Adjust test for new object signature.
686         (gnustest-registry-pruning-test): Add new pruning test.
687         (gnustest-registry-sort-function): Default sort function for testing.
688         (gnustest-registry-pruning-sort-test): New test for sorting.
689
690 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
693         function for reuse.
694         (gnus-mime-buttonize-attachments-in-header): Adjust.
695
696 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * message.el (message-change-subject): Really check whether the subject
699         changed.
700
701 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
704         PDFs.
705         (mailcap-view-mime): New function.
706
707 2014-12-01  Glenn Morris  <rgm@gnu.org>
708
709         * gnus-cloud.el (gnus-cloud): Add :version tag.
710
711 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * gnus-art.el (gnus-use-idna):
714         * gnus-sum.el (gnus-summary-idna-message):
715         * message.el (message-use-idna):
716         Protect against nil value for idna-program.
717
718         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
719
720 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
721
722         * auth-source.el (auth-source-macos-keychain-search-items): Return
723         result of `auth-source-macos-keychain-result-append' (bug#19074).
724
725 2014-11-25  Glenn Morris  <rgm@gnu.org>
726
727         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
728         Add :version tag.
729
730 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * pop3.el (pop3-open-server): Warn unless encrypted.
733
734         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
735
736 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
737
738         Port new time stamp handling to Emacs 23.2.
739         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
740         * time-date.el (time-add, time-subtract, time-less-p):
741         Use eval-and-compile, not eval-when-compile.
742
743 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
744
745         * message.el (message-valid-fqdn-regexp): Add non-internaional new
746         TLDs.
747
748 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
749
750         Port new time stamp handling to old Emacs and to XEmacs.
751         This is needed for Gnus, which copies time-date.el and which
752         runs on older Emacs implementations.
753         * time-date.el (with-decoded-time-value):
754         Handle 'nil' and floating-point arg more compatibly with new Emacs.
755         (encode-time-value, with-decoded-time-value):
756         Obsolete only if new Emacs.
757         (time-add, time-subtract, time-less-p): Define if not new Emacs.
758
759         Improve time stamp handling, and be more consistent about it.
760         This implements a suggestion made in:
761         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
762         Among other things, this means timer.el no longer needs to
763         autoload the time-date module.
764         * time-date.el (seconds-to-time, days-to-time, time-since)
765         (with-decoded-time-value):
766         Treat 'nil' as current time.  This is mostly for XEmacs.
767         (encode-time-value, with-decoded-time-value): Obsolete.
768         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
769         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
770
771 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
774         discarding changes in ephemeral groups.
775
776         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
777         things the user isn't interested in.
778
779 2014-11-13  Julien Danjou  <jd@abydos>
780
781         * gnus-notifications.el (gnus-notifications-notify): Provide both
782         app-icon and image-path.
783
784 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
785
786         * mm-url.el (mm-url-encode-multipart-form-data):
787         Restore to handle "multipart/form-data" by eww.
788
789 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
790
791         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
792         Landscheidt.
793
794 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
795
796         Simplify use of current-time and friends.
797         * gnus-delay.el (gnus-delay-article):
798         * gnus-sum.el (gnus-summary-read-document):
799         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
800         * message.el (message-make-expires-date):
801         Omit unnecessary call to current-time.
802         * gnus-util.el (gnus-float-time): Simplify to an alias because
803         time-to-seconds now behaves like float-time with respect to nil arg.
804         (gnus-seconds-year): Don't call current-time twice to get the current
805         time stamp, as this can lead to inconsistent results.
806         * time-date.el (time-to-seconds) [!float-time]:
807         Use current time if arg is nil, to be compatible with float-time.
808         (time-date--day-in-year): New function, with most of the guts of
809         the old time-to-day-in-year.
810         (time-to-day-in-year): Use it.
811         (time-to-days): Use it, to avoid decoding the same time stamp twice.
812
813 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * gnus.el (gnus-mode-line-buffer-identification):
816         Don't add image data for a non-graphic display (bug#18813).
817
818 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
821         load-path, it blocks autoloading of find-image (bug#18813).
822
823 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
824
825         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
826         to keep connection open (bug#18728).
827
828 2014-10-20  Glenn Morris  <rgm@gnu.org>
829
830         * Merge in all changes up to 24.4 release.
831
832 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
833
834         * message.el (message-insert-signature): Use `newline' instead of
835         inserting explicit "\n".
836
837 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
838
839         * gnus-icalendar.el: Support vcal format timezones.
840         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
841         compute dates with associated timezone.
842         (gnus-icalendar-event-from-ical): Compute all timezones.
843
844 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
845
846         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
847         check the newsrc.eld file's timestamp before saving it.
848         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
849         timestamp has changed to be newer.
850
851 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
852
853         * gnus-icalendar.el (gnus-icalendar-identities):
854         Include message-alternative-emails.
855
856 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
859         New compatibility functions.
860         (ntlm-build-auth-response): Use them.
861
862 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
863
864         * ntlm.el (ntlm-build-auth-request):
865         Add NTLM2 Session support.  (Bug#15603)
866
867 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
868
869         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
870         expired messages only when it was built in reverse order.
871
872 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
873
874         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
875         last so it can be used in `message-send-hook'.
876
877 2014-09-29  Daiki Ueno  <ueno@gnu.org>
878
879         * mml.el (mml-parse-1): Error out if unknown mode is specified in
880         <#secure> tag (bug#18513).
881
882 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * parse-time.el: Require cl when compiling.
885
886 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         Use cl-lib as much as possible following the 2014-09-26 change
889         in the Emacs trunk.
890         * parse-time.el: Try requiring cl-lib.
891         (parse-time-incf): Alias to cl-incf or incf.
892         (digit-char-p): Remove.
893         (parse-time-integer): Alias to cl-parse-integer or the one defined.
894         (parse-integer): Rename to parse-time-integer.
895         (parse-time-tokenize, parse-time-rules, parse-time-string)
896         Use parse-time-incf and parse-time-integer.
897
898 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
899
900         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
901         of ":delete".
902
903 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * gnus-art.el (gnus-article-browse-html-save-cid-content)
906         (gnus-article-browse-html-parts):
907         Revert last change that breaks links other than cid contents.
908
909 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-art.el (gnus-article-browse-html-save-cid-content)
912         (gnus-article-browse-html-parts): Make cid file names relative.
913
914 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * mm-view.el (mm-display-inline-fontify): Make the working buffer
917         temporarily displayed when running a mode function (at least org-mode
918         requires it).
919
920 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
921
922         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
923         the gnus-summary-article-expire-hook should be told where the function
924         is going. In particular, the Gnus registry might want to know.
925
926 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
927
928         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
929
930 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
931
932         * gnus-sum.el (gnus-summary-expire-articles): Revert.
933
934 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
935
936         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
937         the gnus-summary-article-expire-hook should be told where the function
938         is going. In particular, the Gnus registry might want to know.
939
940 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
941
942         Don't mishandle year-9999 dates (Bug#18176).
943         * parse-time.el (parse-time-rules):
944         Allow years up to most-positive-fixnum.
945         * time-date.el (date-to-time):
946         Pass "Specified time is not representable" errors through.
947
948 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
949
950         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
951         groups and t.
952
953 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * gnus-utils.el (gnus-recursive-directory-files):
956         Unify hard or symbolic links (bug#18063).
957
958 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
959
960         * gnus-msg.el (gnus-configure-posting-style):
961         Allow string replacements in values when matching against a header.
962
963 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
966         the dribble buffer even when it is shrunk a lot.
967         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
968
969 2014-06-26  Glenn Morris  <rgm@gnu.org>
970
971         * mm-util.el (help-function-arglist): Remove outdated declaration.
972
973 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
974
975         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
976         attribute values.  (Bug#17834)
977
978 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
979
980         * gnus-sum.el (gnus-summary-edit-article-done):
981         Prefer point-marker to copy-marker of point.
982
983 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * Makefile.in (install-el, install-el-elc): Compress .el files.
986         (uninstall): Remove compressed .el files.
987
988 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
991         (gnus-article-read-summary-keys):
992         Don't bug out when there is no article in the summary buffer.
993         (gnus-mime-buttonize-attachments-in-header):
994         Improve criterion that finds parts to display.
995
996         * gnus-art.el (gnus-mm-display-part):
997         * mm-decode.el (mm-shr):
998         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
999         (mm-insert-inline): Revert last changes.
1000
1001 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-art.el (gnus-mm-display-part):
1004         * mm-decode.el (mm-shr):
1005         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1006         (mm-insert-inline): Set insertion type of end-marker, not only
1007         start-marker, of undisplayer so as to stay after inserted text.
1008
1009 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1010
1011         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1012         attribute. (Bug#17613)
1013
1014 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1015
1016         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1017         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1018
1019 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1022         Don't delete next part button; keep spacing between buttons.
1023
1024 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1027         Work for the last MIME part in an article.
1028         (gnus-mime-display-single): Suppress excessive newlines between parts.
1029
1030         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1031         by leading or trailing newline.
1032
1033 2014-05-12  Sam Steingold  <sds@gnu.org>
1034
1035         * time-date.el (seconds-to-string): New function to pretty print time
1036         delay in seconds.
1037
1038 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1041         while prompting a user for a file name, etc.
1042         (gnus-mime-display-single): Display part with a common appearance no
1043         matter whether MIME button is omitted or not; don't add duplicate entry
1044         to gnus-article-mime-handle-alist.
1045         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1046
1047 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1048
1049         * mml2015.el (mml2015-display-key-image): New variable.
1050
1051 2014-05-08  Glenn Morris  <rgm@gnu.org>
1052
1053         * gnus-fun.el (gnus-grab-cam-face):
1054         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1055         This is CVE-2014-3421.
1056
1057 2014-05-04  Glenn Morris  <rgm@gnu.org>
1058
1059         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1060
1061 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1064         the displaying state of a part.
1065         (gnus-mm-display-part): Don't insert a newline in the beginning of
1066         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1067
1068         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1069         (mm-shr): Make undisplayer unbreakable.
1070
1071         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1072         Don't insert excessive newline.
1073         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1074         (mm-insert-inline): Make undisplayer unbreakable.
1075
1076 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1077
1078         * gnus.el: Ma Gnus v0.11 is released.
1079
1080 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * gnus-art.el (gnus-mm-display-part):
1083         Highlight header attachment buttons.
1084
1085 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1088         a part; redisplay a button (enbugged in 2014-02-05).
1089
1090 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1091
1092         * auth-source.el (auth-source-search, auth-source-search-backends):
1093         Treat :max 0 as an indicator that a boolean return is wanted, as
1094         documented. Reported by Joe Bloggs.
1095
1096 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * gnus-icalendar.el: Require gnus-art.
1099
1100 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1101
1102         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1103         (gnus-icalendar--update-org-event): put event timestamp in
1104         the org entry body instead of the drawer.
1105         (gnus-icalendar-event--get-attendee-names): list of participants should
1106         contain even attendees without common name attribute.
1107         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1108         property tags in org drawers.
1109
1110 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * gmm-utils.el (gmm-format-time-string): New function.
1113
1114         * message.el (message-insert-formatted-citation-line): Use the original
1115         author's time zone to express a date string.
1116
1117 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1118
1119         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1120         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1121         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1122         Silence compiler warnings.
1123         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1124
1125 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * mml.el: Require url when compiling.
1128
1129         * gnus-cloud.el (gnus-cloud-parse-version-1):
1130         Use plist-get rather than CL's getf.
1131         (gnus-activate-group, gnus-subscribe-group): Declare.
1132
1133         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1134
1135 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1138         buttons when toggling the header off.
1139
1140 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1141
1142         * tls.el (tls-program): Reflow docstring.
1143
1144 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1145
1146         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1147         groups work again.
1148
1149 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1150
1151         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1152         999 correctly (i.e. "1,342").
1153
1154 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1157         out if the directory doesn't exist.
1158
1159 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1160
1161         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1162         commands here; instead, only check if epg-config.el is available.
1163
1164 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1165
1166         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1167         messages with embedded images.
1168         (mml-generate-mime): Don't bug out if you don't have libxml.
1169
1170 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1171
1172         * message.el (message-make-html-message-with-image-files): New command.
1173
1174 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1175
1176         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1177
1178         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1179
1180 2014-02-23  David Engster  <deng@randomsample.de>
1181
1182         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1183         to stay compatible with older Emacsen, so replace `cl-loop' with
1184         `loop'.
1185
1186 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1187
1188         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1189         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1190         instead, build list of patterns.
1191
1192 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1195         Display header attachment buttons by gnus-article-prepare-display
1196         rather than gnus-article-prepare so as to view in mml-preview as well.
1197
1198 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1201         in `auth-sources' means and link to EPA docs.
1202
1203 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1206         (bug#12375).
1207
1208 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1211         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1212
1213 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1214
1215         * message.el (message-tab): Mention what happens on normal tabs
1216         (bug#11297).
1217
1218 2014-02-08  Glenn Morris  <rgm@gnu.org>
1219
1220         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1221
1222 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1225         buttons that are hidden in unselected alternative part as well.
1226         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1227
1228         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1229
1230 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1233         keystroke.
1234         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1235         types.
1236
1237         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1238         with an empty string.
1239
1240 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1243         buffer-local in some buffers, so bind it explicitly in the buffer we're
1244         trying to cancel the article in (bug#10808).
1245
1246 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1249         New functions.
1250
1251         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1252         New user option.
1253         (gnus-mime-buttonize-attachments-in-header): New function.
1254         (gnus-article-prepare): Use it.
1255         (gnus-mime-inline-part): Suppress extra newline.
1256         (gnus-mm-display-part): Save excursion;
1257         remove useless deleting and adding of buttons.
1258         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1259
1260         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1261         Add gnus-mime-buttonize-attachments-in-header.
1262
1263 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nnimap.el (nnimap-request-articles): New command to download several
1266         articles at once.
1267
1268         * gnus.el (gnus-variable-list): Save Cloud variables.
1269
1270         * gnus-int.el (gnus-request-accept-article): Doc fix.
1271
1272 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1273
1274         * parse-time.el (parse-time-iso8601-regexp)
1275         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1276         it more generally.
1277
1278 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-cloud.el: New file to provide the Emacs Cloud.
1281
1282         * dgnushack.el: Silence XEmacs w3 warning.
1283
1284         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1285         `url-retrieve-synchronously', apparently.
1286
1287         * dgnushack.el: Silence XEmacs dns.el warning.
1288
1289         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1290         instead of in all files.
1291
1292         * dns.el (network-interface-list): Define for XEmacs.
1293
1294         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1295         XEmacs.
1296
1297         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1298
1299 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1300
1301         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1302         `gnus-group-split-fancy'.
1303
1304 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1305
1306         * message.el (message-remove-header): Doc fix.
1307         (message-forward-included-headers): New variable.
1308         (message-remove-ignored-headers): Use it.
1309
1310 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1311
1312         * nnir.el (nnir-request-update-mark): Don't try to update the source
1313         group if we can't find it (bug#16611).
1314
1315 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1316
1317         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1318
1319 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1320
1321         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1322         network interfaces changed.
1323         (dns-query): Use it to flush the data.
1324
1325 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1326
1327         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1328         from random face commands.
1329         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1330         Face.
1331         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1332         (gnus--random-face-with-type): Generic function returning a face-type
1333         as a string.
1334         (gnus--insert-random-face-with-type): Generic function inserting a face
1335         in a message buffer header.
1336         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1337         (gnus-insert-random-x-face-header): Rewritten to use
1338         `gnus--insert-random-face-with-type`.
1339         (gnus-random-face): Return random (png) Face as string.
1340         (nus-insert-random-face-header): Insert random (png) Face in a message
1341         buffer.
1342
1343 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1344
1345         * mm-url.el: Remove all usage of w3.
1346
1347         * nnrss.el: Ditto.
1348
1349         * mm-decode.el: Ditto.
1350
1351         * mm-view.el: Ditto.
1352
1353         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1354         outdated and all Emacsen have url.el built-in.
1355
1356         * gnus-setup.el: Remove outdated file.
1357
1358 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1359
1360         * gnus.el: Ma Gnus v0.9 is released.
1361
1362 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1363
1364         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1365
1366 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1367
1368         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1369         in the summary buffer (bug#13769).
1370
1371 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1372
1373         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1374         name if we're using a single article buffer.  Otherwise, it may point
1375         to a killed buffer (bug#13756).
1376
1377 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1378
1379         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1380         the match data, just save and restore it explicitly (bug#12375).
1381
1382         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1383         that's needed.
1384
1385         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1386         the code once (bug#9069).
1387
1388 2014-01-18  Steinar Bang  <sb@dod.no>
1389
1390         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1391         reading.
1392
1393 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1394
1395         * message.el (message-bury): Call bury-buffer with no argument
1396         in the message-return-action case too.
1397
1398 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1401         (nnimap-split-fancy, nnimap-split-methods): Declare.
1402
1403         * mm-util.el (help-function-arglist): Declare.
1404
1405 2013-12-28  Glenn Morris  <rgm@gnu.org>
1406
1407         * gnus-sieve.el (gnus-sieve-select-method):
1408         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1409         (gravatar-rating, gravatar-size):
1410         * message.el (message-minibuffer-local-map):
1411         * sieve-manage.el (sieve-manage-authenticators)
1412         (sieve-manage-authenticator-alist): Specify custom types.
1413
1414         * hashcash.el (hashcash-program): Rename from hashcash-path.
1415         Update callers.
1416
1417         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1418         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1419         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1420
1421         * auth-source.el (auth-sources):
1422         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1423         Fix custom types.
1424
1425         * tls.el (tls-certtool-program): Fix default value.
1426
1427 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1430         we get proper traces there, too.
1431
1432 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1433
1434         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1435         value of the parameters if the current article has a Reply-To or From
1436         field.
1437
1438 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1439
1440         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1441
1442 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1443
1444         * gnus-sum.el (gnus-summary-exit): Stop animations.
1445
1446 2013-12-19  Juri Linkov  <juri@jurta.org>
1447
1448         * gnus.el (gnus-suppress-keymap):
1449         * gnus-art.el (gnus-article-mode-map):
1450         * gnus-group.el (gnus-group-mode-map):
1451         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1452         Remove [backspace] key binding because it shadows DEL (bug#16035).
1453
1454         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1455
1456 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1459         Make sure work directory exists.
1460         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1461         rather than tmp directory.
1462         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1463         not necessarily always run, with it.
1464
1465 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1466
1467         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1468         value of gnus-icalendar-additional-identities work without restart.
1469
1470 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * mm-util.el (mm-make-temp-file):
1473         Alias to make-temp-file for modern Emacsen.
1474
1475 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1478         nnir-article-number and nnir-article-group.
1479
1480 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1481
1482         * message.el (message-send-mail-with-sendmail):
1483         Don't kill error buffer if sending fails.
1484
1485 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1486
1487         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1488         (gnus-icalendar-event->org-entry)
1489         (gnus-icalendar--update-org-event)
1490         (gnus-icalendar-event->gnus-calendar): Distinguish between
1491         required/optional/non-participant attendee status.  Fix bug causing
1492         the first required event participant to be omitted.
1493
1494 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * gnus-art.el (article-de-quoted-unreadable)
1497         (article-de-base64-unreadable, gnus-mime-copy-part)
1498         * gnus-html.el (gnus-article-html)
1499         * mm-view.el (mm-inline-text-html-render-with-w3)
1500         (mm-inline-text-html-render-with-w3m-standalone)
1501         * rfc2231.el (rfc2231-decode-encoded-string):
1502         Allow overriding charset by mm-charset-override-alist.
1503
1504         * gnus-art.el (gnus-article-browse-html-parts):
1505         Replace LWSPs with `&nbsp;'s in header.
1506
1507         Work for broken Chinese articles.
1508
1509         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1510         Exclude broken handles that gnus-summary-enter-digest-group may create.
1511         (gnus-article-browse-html-parts):
1512         Allow overriding charset by mm-charset-override-alist.
1513
1514 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1515
1516         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1517         (gnus-icalendar-identities): Support additional-identities.
1518
1519 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1520
1521         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1522         org-timestamp for events ending at midnight.
1523
1524 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1525
1526         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1527         .log files.
1528
1529 2013-11-20  David Engster  <deng@randomsample.de>
1530
1531         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1532
1533 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1534
1535         * message.el (message-beginning-of-line):
1536         Use beginning-of-visual-line when visual-line-mode is turned on.
1537
1538 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1539
1540         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1541         (gnus-icalendar-event-from-ical)
1542         (gnus-icalendar-event->org-entry)
1543         (gnus-icalendar--update-org-event): Required/optional participation,
1544         list of attendees synced to org.
1545
1546 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1547
1548         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1549         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1550         cancellations to be synced to org if the original appt has an org
1551         outline.
1552
1553 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1554
1555         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1556         (gnus-icalendar-event->org-entry)
1557         (gnus-icalendar--update-org-event)
1558         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1559
1560 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1561
1562         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1563         Fix timezone handling in gnus-icalendar export to org.
1564
1565 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1568
1569 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1572
1573 2013-10-30  Glenn Morris  <rgm@gnu.org>
1574
1575         * gnus-group.el (gnus-group-browse-foreign-server):
1576         * gnus-int.el (gnus-start-news-server):
1577         Silence compiler obsolescence warning.
1578
1579 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1580
1581         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1582         `nnoo-current-server' first, then for the actual `nnimap-address' to
1583         allow netrc entries for the nnoo server to coexist with netrc entries
1584         for the `nnimap-address'.
1585
1586 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * mm-decode.el (mm-dissect-buffer): Revert last change.
1589         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1590         The problem that motivated those changes was attributed to a broken
1591         mail sender, and has been fixed.
1592
1593 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1596         token is missing in the Content-Type header.
1597
1598         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1599
1600 2013-09-18  Glenn Morris  <rgm@gnu.org>
1601
1602         * gnus-util.el (image-size): Declare.
1603
1604 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1607         (gnus-icalendar-event-from-ical)
1608         (gnus-icalendar-event--build-reply-event-body)
1609         (gnus-icalendar-event-reply-from-buffer)
1610         (gnus-icalendar-find-org-event-file)
1611         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1612         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1613
1614         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1615
1616 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1617
1618         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1619         Use save-current-buffer.
1620         (gnus-tree-mode-map): Initialize in the declaration.
1621         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1622         (scroll-in-place): Defvar it.
1623         (gnus-tmp-*): Defvar them.
1624         (gnus-get-tree-buffer): Use derived-mode-p.
1625         (gnus--let-eval): New macro.
1626         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1627         non-prefixed variables.
1628         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1629
1630         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1631         vars since it doesn't seem to be available.
1632         (gnus-set-global-variables, gnus-summary-read-group-1)
1633         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1634         (gnus-summary-display-article, gnus-summary-select-article)
1635         (gnus-summary-next-article, gnus-offer-save-summaries)
1636         (gnus-summary-generic-mark): Use derived-mode-p.
1637         (gnus-summary-read-group-1, gnus-summary-exit)
1638         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1639         Adjust calls to gnus-tree-close and gnus-tree-open.
1640
1641         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1642
1643         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1644         (gnus-agent-mode): Use derived-mode-p.
1645         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1646         gnus-command-method and *-command-method to nil, but bind
1647         gnus-command-method to *-command-method instead!
1648         (gnus-agent-fetch-articles): Remove unused var `id'.
1649         (gnus-agent-fetch-headers): Remove unused arg `force'.
1650         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1651         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1652         (gnus-agent-short-article, gnus-agent-long-article)
1653         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1654         first use.
1655         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1656         `score-param'.
1657         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1658         (gnus-get-predicate): Push in front of the cache, rather than end.
1659         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1660         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1661         (gnus-agent-expire-unagentized-dirs): Don't rebind
1662         gnus-agent-expire-current-dirs since the defvar silences the warning.
1663         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1664         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1665         (gnus-agent-regenerate): Simplify interactive spec and doc.
1666
1667 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * gnus-int.el (gnus-open-server): Silence compiler.
1670
1671         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1672
1673         * message.el (message-display-completion-list): Abolish.
1674         (message-completion-in-region): Use display-completion-list.
1675
1676 2013-09-17  Glenn Morris  <rgm@gnu.org>
1677
1678         * gnus-util.el (gnus-message-with-timestamp-1):
1679         Use `messages-buffer' function if available.  Ignore read-only.
1680
1681 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * message.el (message-expand-group, message-completion-in-region):
1684         Correct the order of start and end of a region.
1685
1686 2013-09-13  Glenn Morris  <rgm@gnu.org>
1687
1688         * mml2015.el (gnus-create-image): Autoload it.
1689
1690         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1691
1692         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1693         (image-size): Declare.
1694
1695 2013-09-12  Glenn Morris  <rgm@gnu.org>
1696
1697         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1698         Avoid using `find', which i) might not be defined at runtime;
1699         ii) does not work, since its default test is eql, not equal.
1700         (gnus-mime-action-alist): Declare.
1701
1702 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1703
1704         * score-mode.el (gnus-score-mode-map): Move initialization
1705         into declaration.
1706         (gnus-score-mode): Use define-derived-mode.
1707         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1708         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1709         into declaration.
1710         (gnus-kill-file-mode): Use define-derived-mode.
1711         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1712         Use derived-mode-p.
1713         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1714         (gnus-group-setup-buffer, gnus-group-name-at-point)
1715         (gnus-group-make-web-group, gnus-group-enter-directory)
1716         (gnus-group-suspend): Use derived-mode-p.
1717         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1718         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1719         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1720         (gnus-article-setup-buffer, gnus-article-prepare)
1721         (gnus-article-prepare-display, gnus-sticky-article)
1722         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1723         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1724         (gnus-article-read-summary-keys): Use derived-mode-p.
1725
1726 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1729
1730 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1733         shift_jis from the default value set for Japanese users.
1734
1735 2013-08-13  Glenn Morris  <rgm@gnu.org>
1736
1737         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1738
1739         * gnus.el (gnus-valid-select-methods): Fix type.
1740
1741         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1742
1743 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * mm-decode.el (mm-display-external): Run a timer for the temp files
1746         deletion after a viewer exits; add a deletion timer for the needsterm
1747         case, too.
1748
1749         * mm-decode.el (mm-display-external): Try to delete temporary files by
1750         using a 1-min. timer.
1751
1752 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1755         New internal variables.
1756         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1757         (mm-display-external): Use it to delete temporary files instead of
1758         using timers.
1759
1760 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1763
1764 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1765
1766         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1767         with cond for backwards compatability.
1768
1769 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * mm-decode.el (mm-display-external): Bind process-connection-type to
1772         nil; don't delete a temp file immediately even if a viewer finishes,
1773         since it may be a shell script, like xdg-open, that launches a real
1774         viewer program belatedly.
1775
1776 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1777
1778         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1779         that we can create nndoc groups that excerpt other groups.
1780
1781 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * gnus-delay.el (gnus-delay-article): Fix typo.
1784
1785         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1786         articles.
1787
1788         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1789         we can get spell-checking etc.
1790
1791 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1794         a single one used for encoding the whole text in a header.
1795
1796 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1799         doesn't work properly on XEmacs.
1800
1801 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1804         before sending.
1805
1806         * dgnushack.el (dgnushack-compile): Add a temporary check for
1807         gnus-icalendar.
1808
1809         * mm-decode.el (mm-command-output): New face.
1810         (mm-display-external): Use it.
1811
1812 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1813
1814         * nnmbox.el (nnmbox-request-article): Don't change point.
1815
1816 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1819         Include `handle' parameter.
1820
1821 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1822
1823         * gnus-icalendar.el: New file.
1824
1825 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1828
1829         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1830         dummy roots, too.
1831
1832 2013-08-01  David Edmondson  <dme@dme.org>
1833
1834         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1835         out on ttys.
1836
1837 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1840         not empty.
1841
1842         * nnrss.el (nnrss-discover-feed): Indent.
1843
1844 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1847
1848 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1851         dirty to ensure nnimap data being saved.
1852
1853 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1854
1855         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1856         menu entry.
1857
1858         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1859         the current thread's total score instead of the current article's
1860         score.
1861
1862         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1863         (gnus-sort-threads-recursively): Delete defcustom.
1864         (gnus-sort-threads-recursive): Adapt accordingly.
1865
1866 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1867
1868         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1869         (gnus-sort-threads-recursive): Use it.
1870         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1871         again.  Now that determines how to sort subthreads.
1872
1873 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1874
1875         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1876         (gnus-sort-threads): Use it.
1877
1878 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1879
1880         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1881         punctuation characters follow parentheses (bug#14950).
1882
1883 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus.el (gnus-continuum-version):
1886         * gnus-msg.el (gnus-extended-version): Simplify.
1887
1888         * gnus.el (gnus-continuum-version-1): Remove.
1889         * gnus-msg.el (gnus-bug): Revert.
1890
1891         Calculate gnus-version correctly on Cygwin.
1892
1893         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1894         (gnus-continuum-version-1): New function, return a string.
1895
1896         * gnus-msg.el (gnus-extended-version, gnus-bug):
1897         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1898
1899 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1900
1901         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1902         (bug#13384).
1903
1904 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1905
1906         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1907         that were only relevant in a development version a long time ago.
1908
1909 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1912         that the old Emacs 24s bundle.
1913
1914 2013-07-10  David Engster  <deng@randomsample.de>
1915
1916         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1917         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1918         fixes a bug in Emacs trunk where the 'unexist' marks were always
1919         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1920         Gnus v0.03".
1921
1922 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1923
1924         * gnus.el (gnus-summary-line-format): Reference
1925         `gnus-user-date-format-alist' for the &user-date; format, not
1926         `gnus-summary-user-date-format-alist'.
1927
1928 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1931         delete files (bug#13481).
1932
1933 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1934
1935         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1936
1937 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1940         display images.
1941
1942         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1943
1944         * message.el (message-cancel-news): According to
1945         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1946         preferred over "cmsg cancel" in the Subject.
1947
1948         * nnir.el (nnir-engines): Note that the group specs are regexps
1949         (bug#13238).
1950
1951         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1952         gotten read-only text properties, ensure that those aren't heeded when
1953         copying stuff over (bug#13434).
1954
1955         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1956         (bug#13762).
1957
1958 2013-07-05  David Kastrup  <dak@gnu.org>
1959
1960         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1961         authinfo file again (important for blank passwords).  This had been
1962         broken with 2013-06-15 change.
1963
1964 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1967         Revert 2013-01-14 change.
1968
1969 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1970
1971         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1972         of 'create-image' for XEmacs compatibility; check errors when decoding
1973         image.  Reported by Uwe Brauer.
1974
1975 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1978         gnus-button-push revised at 2011-01-19.
1979
1980 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1983         now live in the lisp/net Emacs 24 repository.
1984
1985 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * eww.el (eww-update-header-line-format): Quote % characters.
1988
1989 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * eww.el (eww-process-text-input): Display passwords as asterisks.
1992
1993         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1994
1995 2013-06-19  Tom Tromey  <tromey@redhat.com>
1996
1997         * eww.el (eww-top-url): Remove.
1998         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1999         (eww-render): Set new variables.  Don't set eww-top-url.
2000         (eww-handle-link): Handle "prev", "home", and "contents".
2001         Downcase the rel text.
2002         (eww-top-url): Choose best top URL.
2003
2004 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * eww.el: Rewrite to implement form elements "by hand" instead of
2007         relying in widget.el.  Using widget.el leads to too many
2008         user interface inconsistencies.
2009         (eww-self-insert): Implement entering commands in text fields.
2010         (eww-process-text-input): New function to make text input field editing
2011         work.
2012         (eww-submit): Rewrite to use the new-style form methods.
2013         (eww-select-display): Display the correct selected item.
2014         (eww-change-select): Implement changing the select value.
2015         (eww-toggle-checkbox): Implement radio/checkboxes.
2016         (eww-update-field): Fix compilation error.
2017         (eww-tag-textarea): Implement <textarea>.
2018
2019         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2020         don't shadow mode-specific bindings.
2021
2022         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2023         nothing to push.
2024
2025         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2026
2027 2013-06-19  Glenn Morris  <rgm@gnu.org>
2028
2029         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2030
2031 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2032
2033         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2034
2035 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * shr.el (shr-make-table-1): Implement <td rowspan>.
2038         (shr-table-horizontal-line): Allow nil as a value, and change the
2039         default.
2040         (shr-insert-table-ruler): Respect the nil value.
2041
2042 2013-06-18  Tom Tromey  <tromey@barimba>
2043
2044         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2045         New defvars.
2046         (eww-open-file): New defun.
2047         (eww-render): Initialize new variables.
2048         (eww-display-html): Handle "link" and "a".
2049         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2050         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2051         (eww-back-url): Rename from eww-previous-url.
2052         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2053         defuns.
2054
2055 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * shr.el (shr-tag-table): Insert the images after the table, so that
2058         they're not covered by the table colourisation, which often looked
2059         awkward.
2060         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2061         <dd>.
2062         (shr-make-table-1): Implement <td colspan=> support.
2063         (shr-insert-document): Use one less than window width if `shr-width' is
2064         nil, since otherwise things may get one character too wide.
2065
2066 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * eww.el (eww-detect-charset): Improve regexp; move backward.
2069
2070 2013-06-18  Glenn Morris  <rgm@gnu.org>
2071
2072         * mm-decode.el (widget-convert-button): Autoload.
2073
2074         * sieve-manage.el (mm-enable-multibyte): Autoload.
2075
2076         * shr.el (libxml-parse-html-region): Declare.
2077         (shr-render-buffer): Explicit error if no libxml2 support.
2078
2079 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2080
2081         * auth-source.el (auth-source-current-line): New function.
2082         (auth-source-netrc-parse-entries): When a data token is "machine",
2083         assume we're in the wrong place and abort parsing the current line.
2084
2085 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2088         (eww-convert-widgets): Don't bug out if the first widget starts at the
2089         beginning of the buffer.
2090         (eww-convert-widgets): Fix last patch.
2091         (eww-tag-input): Support <input type=image>.
2092
2093         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2094         (shr-tag-base): Protect against base specs that are degenerate.
2095         (shr-ensure-paragraph): Don't delete empty lines that have text
2096         properties, because these may be input fields.
2097
2098         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2099         we can navigate to them.
2100
2101         * shr.el (shr-colorize-region): Put the colours over the entire region.
2102         (shr-inhibit-decoration): New variable.
2103         (shr-add-font): Use it to inhibit text property decorations while doing
2104         preliminary table renderings.  This speeds up typical Wikipedia page
2105         renderings by 15%.
2106         (shr-tag-span): Don't respect the <title>, because that overwrites the
2107         help-echo from links inside the spans.
2108         (shr-next-link): Use `help-echo' for navigation, so that we can
2109         navigate to form elements, too.
2110
2111         * eww.el (eww-button): New face.
2112         (eww-convert-widgets): Use it to make submit buttons more button-like.
2113
2114         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2115         that Gnus commands work.
2116
2117         * shr.el (shr-render-td): Support horizontal alignment.
2118
2119         * eww.el (eww-put-color): Removed.
2120         (eww-colorize-region): Use `add-face-text-property'.
2121
2122         * shr.el (shr-add-font): Append face data, so that we get the correct
2123         precedence: The innermost value (which is applied first) wins.
2124         (shr-make-overlay): Obsolete function.
2125
2126         * mm-decode.el (mm-convert-shr-links): New function to convert
2127         new-style shr URL links into widgets.
2128         (mm-shr): Use it.
2129
2130         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2131         widget commands, since we're no longer using widgets for links.
2132
2133         * shr.el (shr-next-link): New command.
2134         (shr-previous-link): New command.
2135         (shr-urlify): Don't use `widget-convert', because that's slow.
2136         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2137         because collecting the overlays and reapplying them when generating
2138         tables is slow.
2139         (shr-insert-table): Ditto.
2140
2141 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2142
2143         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2144         * shr.el (browse-url): Require `url'.
2145         * eww.el (url): Require format-spec.
2146
2147 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * eww.el (eww-display-html): Default to using the entire window width.
2150         (eww-browse-url): Don't add a User-Agent header (twice), because that
2151         makes Bing refuse connection.
2152
2153         * shr.el (shr-make-table): Cache the table rendering at the table
2154         level, and not the <td> level.  This is a bit faster.
2155
2156         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2157         #id.
2158
2159         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2160         browsers don't.
2161         (shr-expand-url): Respect #anchor links.
2162         (shr-parse-base): Chop off the anchor before using.
2163         (shr-descend): Respect display: none.
2164         (shr-descend): Allow marking elements that have certain IDs.
2165
2166         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2167
2168         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2169
2170         * eww.el (eww-tag-textarea): Support <textarea>.
2171
2172 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2173
2174         * shr.el (shr-dom-to-xml): Fixed function call.
2175
2176         * eww.el (eww): New group.
2177         (eww-header-line-format): New custom variable.
2178         (eww-current-title): New variable.
2179         (eww-display-html): Update header and handle title tag.
2180         (eww-update-header-line-format): New function.
2181         (eww-tag-title): New function.
2182
2183         * shr.el (shr-dom-to-xml): New function.
2184         (shr-tag-svg): Add support for the SVG tag.
2185         (shr-bullet): New custom variable.
2186         (shr-tag-li): Support custom bullet in unordered lists.
2187
2188 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * shr.el (shr-expand-url): Respect // URLs.
2191
2192         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2193         put a background colour onto the entire buffer.
2194         (eww-render): When being redirected, use the redirect URL as the new
2195         base URL.
2196
2197         * shr.el (shr-parse-base): Fix parsing error.
2198
2199         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2200
2201         * shr.el (shr-parse-base): New function.
2202         (shr-expand-url): Use it to expand relative URLs reliably.
2203
2204 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2205
2206         * auth-source.el (auth-source-search-collection): Fix docstring.
2207         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2208         single-quoted strings and multiline entries.
2209         (auth-source-netrc-parse-next-interesting)
2210         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2211         functions to support parser.
2212
2213 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * eww.el (eww-submit): Get submit button logic right when hitting RET
2216         on non-submit buttons.
2217
2218         * shr.el: Remove shr-preliminary-table-render, since that can't really
2219         be used for anything in practice.
2220
2221 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2222
2223         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2224         (sieve-manage-quit).
2225
2226 2013-06-14  Glenn Morris  <rgm@gnu.org>
2227
2228         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2229
2230 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2231
2232         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2233         control the maximum size of photo ID image.
2234         (mml2015-epg-key-image-to-string): Respect it.
2235
2236 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2239         instead of the final one so that we can more easily distinguish them.
2240
2241         * eww.el (eww-submit): Compute the submission URL correctly.
2242
2243 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2244
2245         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2246         Use plist-get rather than CL's getf.
2247         (sieve-manage-parse-capability): Avoid CL's remove-if.
2248
2249 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2250
2251         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2252         (sieve-manage-quit).
2253
2254 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2257         last slash.
2258
2259         * eww.el (eww-tag-select): Use the first value as the default value.
2260
2261 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2262
2263         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2264         (eww-mode): Use `define-derived-mode'.
2265         (eww-parse-headers): Parse headers from beginning of buffer so that
2266         file:// links work.
2267
2268 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2271
2272 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2275         to handle them at all.
2276
2277 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2280         work, too.
2281         (eww-tag-select): Implement <select>.
2282
2283 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2284
2285         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2286         stream managing functions by using open-protocol-stream to do most of
2287         the work.  Has the nice benefit of enabling STARTTLS.
2288         Wait for capabilities after STARTTLS: following RFC5804, the server
2289         sends new capabilities after successfully establishing a TLS connection
2290         with the client.  The client should update the cached list of
2291         capabilities, but we just ignore the answer for now.
2292         (sieve-manage-network-p, sieve-manage-network-open)
2293         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2294         (sieve-manage-forward, sieve-manage-streams)
2295         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2296         API, nor called by any other function.
2297         Enable Multibyte for SieveManage buffers: The parser won't properly
2298         handle umlauts and line endings unless multibyte is turned on in the
2299         process buffer.
2300
2301 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * eww.el (eww-tag-input): Support password fields.
2304         (eww-submit): Support POST.
2305
2306 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * eww.el (eww-tag-form): Protect against degenerate forms.
2309
2310         * shr.el (shr-expand-url): Expand URLs that start with a slash
2311         correctly.
2312
2313         * eww.el (eww-submit): Get submit button logic right.
2314
2315         * shr.el (shr-final-table-render): New variable to signal when we're
2316         doing the final table rendering so that we can collect more data at
2317         that point.
2318
2319         * eww.el (eww-submit): Make form submission work.
2320         (eww-tag-input): Implement submit buttons.
2321         (eww-click-radio): Implement radio and checkboxes.
2322         (eww-submit): Handle hidden elements.
2323
2324         * shr.el (shr-descend): Allow other packages to override (or provide)
2325         rendering of elements.
2326         (shr-expand-url): Strip query strings from URLs before expanding them.
2327
2328         * eww.el: Don't require cl-lib.
2329         (eww-tag-form): Start form support.
2330
2331         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2332
2333         * eww.el: Start writing a new, tiny web browser.
2334         (eww-previous-url): New command.
2335         (eww-quit): New command.
2336
2337 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2338
2339         * sieve.el: Put point at beginning of buffer when viewing a script.
2340         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2341         number in sieve-buffer's header.  Fixed code to also work with a string
2342         as port specifier.  Properly close the connection on pressing 'q'.  Make
2343         sieve-manage-quit close the connection and process buffer.  Also, remove
2344         duplicate keybinding for 'q'.
2345
2346 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2347
2348         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2349         make it easier to read.
2350         (mm-pkcs7-enveloped-magic): Ditto.
2351
2352 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2353
2354         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2355         before `image-type-available-p' to avoid loading the image libraries
2356         needlessly.
2357
2358 2013-06-05  David Engster  <deng@randomsample.de>
2359
2360         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2361         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2362         to see whether the group was synced before.
2363
2364 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2365
2366         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2367         when opening the connection.
2368         Suggested by João Távora <joaotavora@gmail.com> in
2369         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2370
2371 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2374         assume Date header begins with "Date", that may be customized into
2375         something like "X-Sent" using gnus-article-time-format.
2376         (article-transform-date): Allow multi-line Date header.
2377
2378 2013-06-02  David Engster  <deng@randomsample.de>
2379
2380         * registry.el (initialize-instance, registry-lookup)
2381         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2382         (registry-lookup-secondary-value, registry-search, registry-delete)
2383         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2384         not wrap methods in `eval-and-compile'.  This breaks due to latest
2385         changes in EIEIO (introduction of eieio-core.el).
2386
2387 2013-05-30  Glenn Morris  <rgm@gnu.org>
2388
2389         * nnmail.el (nnmail-fancy-expiry-target):
2390         Also bind mail-dont-reply-to-names.
2391
2392         * spam-stat.el (spam-stat-save):
2393         No need to tweak font-lock in temp buffers.
2394
2395         * shr.el (shr-put-image): Silence compiler.
2396
2397 2013-05-29  Glenn Morris  <rgm@gnu.org>
2398
2399         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2400
2401         * gnus-group.el (gnus-sequence-of-unread-articles)
2402         (gnus-summary-add-mark, gnus-mark-article-as-read)
2403         (gnus-group-make-articles-read): Declare.
2404
2405         * gnus-sum.el (gnus-parameter-list-identifier)
2406         (gnus-article-stop-animations, gnus-stop-downloads)
2407         (gnus-article-only-boring-p, article-goto-body)
2408         (gnus-flush-original-article-buffer, article-narrow-to-head)
2409         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2410         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2411
2412         * gnus.el: No need to eval-and-compile autoloads.
2413
2414         * gravatar.el (help-function-arglist): Autoload.
2415
2416         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2417
2418         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2419
2420         * spam.el: No need to load spam-report when compiling.
2421         No need to eval-and-compile autoloads.
2422         (spam-report-resend-to): Declare.
2423         (spam-report-resend-register-routine): Require 'spam-report.
2424
2425 2013-05-24  Julien Danjou  <julien@danjou.info>
2426
2427         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2428         setup.
2429
2430 2013-05-23  Glenn Morris  <rgm@gnu.org>
2431
2432         * gnus-util.el (rmail-swap-buffers-maybe)
2433         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2434         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2435         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2436
2437         * mm-decode.el: No need to load term when compiling.
2438         (term-mode, term-char-mode): Declare.
2439
2440         * mm-util.el: No need to load jka-compr when compiling.
2441         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2442
2443         * nnmaildir.el: Require is automatically eval-and-compile.
2444         (nnmail): Require at run-time too.
2445
2446         * registry.el (registry-size): Move definition before use.
2447
2448 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2449
2450         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2451         signed data to conform the standard.  (Bug#14232)
2452
2453 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2454
2455         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2456         double angle quotation mark.
2457
2458 2013-05-20  Glenn Morris  <rgm@gnu.org>
2459
2460         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2461
2462 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2463
2464         * message.el (message-insert-formatted-citation-line): handle finding
2465         first/lastname when more than 2 names appear.
2466
2467 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2468
2469         * shr.el (shr-tag-span): New function.
2470
2471 2013-05-18  Glenn Morris  <rgm@gnu.org>
2472
2473         * message.el (message-mode): Use message-mode-abbrev-table,
2474         with text-mode-abbrev-table as parent.  (Bug#14413)
2475
2476 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * message.el (message-expand-group): Decode group names.
2479
2480 2013-05-16  Julien Danjou  <julien@danjou.info>
2481
2482         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2483         app-icon.
2484
2485 2013-05-15  Glenn Morris  <rgm@gnu.org>
2486
2487         * shr-color.el (shr-color-visible-luminance-min)
2488         (shr-color-visible-distance-min): Use shr-color group.
2489
2490 2013-05-11  Glenn Morris  <rgm@gnu.org>
2491
2492         * gnus-vm.el: Make it loadable without VM.
2493         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2494         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2495
2496 2013-05-09  Glenn Morris  <rgm@gnu.org>
2497
2498         * mml1991.el: Make it loadable.  (Bug#13456)
2499
2500         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2501         * gnus-async.el (gnus-async-post-fetch-function):
2502         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2503         * gnus-html.el (gnus-html-image-cache-ttl):
2504         * gnus-notifications.el (gnus-notifications-timeout):
2505         * gnus-picon.el (gnus-picon-properties):
2506         * gnus-util.el (gnus-completion-styles):
2507         * gnus.el (gnus-other-frame-resume-function):
2508         * message.el (message-user-organization-file)
2509         (message-cite-reply-position):
2510         * nnir.el (nnir-summary-line-format)
2511         (nnir-retrieve-headers-override-function):
2512         * shr-color.el (shr-color-visible-luminance-min):
2513         * shr.el (shr-blocked-images):
2514         * spam-report.el (spam-report-resend-to):
2515         * spam.el (spam-summary-exit-behavior): Fix custom types.
2516
2517         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2518
2519 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2522         because of let-binding help-xref-following.  (Bug#14356)
2523
2524 2013-05-06  Glenn Morris  <rgm@gnu.org>
2525
2526         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2527
2528 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2529
2530         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2531         entering into the registry.
2532
2533 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2534
2535         * gnus.el: Ma Gnus v0.7 is released.
2536
2537 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2540         (Bug#14304)
2541
2542 2013-04-27  Glenn Morris  <rgm@gnu.org>
2543
2544         * gnus.el (gnus-list-debbugs):
2545         Use require rather than autoload.  (Bug#14262)
2546
2547 2013-04-27  Julien Danjou  <julien@danjou.info>
2548
2549         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2550         port to "sieve" now that it has an official IANA port assigned.
2551
2552 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2555         Don't set the MAILHOST environment variable permanently (Bug#14271).
2556
2557 2013-04-26  Glenn Morris  <rgm@gnu.org>
2558
2559         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2560
2561 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2562
2563         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2564         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2565
2566 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2567
2568         * nnir.el (nnir-close-group): Make sure we are in the right group.
2569
2570         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2571         dependency table from all newly retrieved headers.
2572
2573 2013-04-16  David Edmondson  <dme@dme.org>
2574
2575         Support <img src="data:...">.
2576
2577         * shr.el (shr-image-from-data): New function.
2578         (shr-tag-img): Use it.
2579
2580 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2581
2582         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2583         group.
2584
2585 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2588         corresponding to any existing group (Bug#14166).
2589
2590 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2591
2592         * nnir.el (number-sequence): No longer used.
2593         (nnir-request-set-mark): New function.
2594         (nnir-request-update-info): Improve marks updating.
2595         (nnir-request-scan): Don't duplicate marks updating.
2596         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2597         Use 'assq rather than 'assoc.  Quote anonymous function.
2598         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2599         Use 'gnus-group-prefixed-p.
2600         (gnus-summary-create-nnir-group): Make sure server for method is open.
2601
2602 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2603
2604         * nnir.el (gnus-nnir-group-p): New function.
2605         (nnir-possibly-change-group): Use it.
2606
2607         * gnus-msg.el (gnus-setup-message): Use it.
2608
2609 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2612         `initial-input' for the argument name.
2613         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2614
2615 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2616
2617         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2618         (used by MH-E).
2619
2620 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2621
2622         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2623         group.
2624
2625         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2626         fix compilation.
2627
2628 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2629
2630         * nnir.el (nnir-method-default-engines): And another typo.
2631
2632 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2633
2634         * nnir.el (nnir-method-default-engines): Fix typo.
2635
2636 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2637
2638         * nnir.el: Define 'number-sequence for xemacs.
2639         (gnus-summary-create-nnir-group): New function to create an nnir group
2640         from an nnir summary buffer based on the current query.
2641         (nnir-request-create-group): Update to allow nnir group creation based
2642         on the current query.
2643
2644 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * nndraft.el (nndraft-request-expire-articles):
2647         Make expiry target always `delete'.
2648
2649 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2650
2651         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2652         buffer use the posting-style and gcc of the original article group.
2653         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2654
2655         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2656         after other deffoos.
2657
2658 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2659
2660         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2661         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2662         support for real (i.e. not ephemeral) nnir groups.
2663         (gnus-summary-make-nnir-group): New function for initiating searches
2664         from a summary buffer.
2665
2666 2013-03-18  Sam Steingold  <sds@gnu.org>
2667
2668         * message.el (message-bury): Minor cleanup.
2669
2670 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2671
2672         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2673
2674 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2677         nnml-request-list.  (Bug#13873)
2678         (nndir-request-newsgroups): Remove, unused.
2679
2680         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2681
2682 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2683
2684         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2685         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2686         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2687
2688 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2689
2690         * shr.el: Make all the overlays set the `evaporate' property so that
2691         they're removed properly.
2692
2693 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2694
2695         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2696         shell-quote-argument.
2697
2698 2013-02-22  David Engster  <deng@randomsample.de>
2699
2700         * gnus-registry.el (gnus-registry-save): Provide class name when
2701         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2702         `condition-case' to stay compatible with older EIEIO versions which
2703         only accept one argument.
2704
2705 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2706
2707         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2708         (epg-user-id-validity): Autoload.
2709         (mml2015-epg-check-user-id): New function.
2710         (mml2015-epg-check-sub-key): New function split from
2711         mml2015-epg-find-usable-key.
2712         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2713         optional name-is-key-id, to handle the case when user-id is unusable.
2714         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2715
2716 2013-02-17  Glenn Morris  <rgm@gnu.org>
2717
2718         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2719
2720 2013-02-16  Glenn Morris  <rgm@gnu.org>
2721
2722         * shr.el (shr-put-image): Only animate images that specify a delay.
2723         This is consistent with the old image-animated-p behavior.
2724
2725 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2728         for XEmacs.
2729
2730 2013-02-13  Juri Linkov  <juri@jurta.org>
2731
2732         * gnus-art.el (gnus-article-mode-map):
2733         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2734         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2735
2736 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2737
2738         * auth-source.el (auth-source-format-prompt): Don't get confused by
2739         any "\" in replacement text.  (Bug#13637)
2740
2741 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2742
2743         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2744         (gnus-backend-trace): Honour gnus-backend-trace.
2745
2746         * mml.el (mml-insert-part): Insert closing tag.
2747
2748         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2749
2750 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2753         able to find the article, which can happen in debbugs groups,
2754         apparently.
2755
2756 2013-01-16  Glenn Morris  <rgm@gnu.org>
2757
2758         * smiley.el (smiley-style): Make the file loadable in batch mode.
2759
2760 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2761
2762         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2763         imap process running.
2764
2765 2013-01-14  Julien Danjou  <julien@danjou.info>
2766
2767         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2768         Compare addresses against addresses, not against the full From field.
2769
2770 2013-01-13  Richard Stallman  <rms@gnu.org>
2771
2772         * message.el (message-forward-make-body-mime): New args BEG, END
2773         specify what part of FORWARD-BUFFER to use.  Do the work directly
2774         instead of calling `mml-insert-buffer'.
2775
2776 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2777
2778         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2779         cross-reference(s).
2780
2781         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2782         cross-reference(s).
2783
2784 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2785
2786         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2787         and point-max-marker.
2788         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2789
2790 2013-01-11  Julien Danjou  <julien@danjou.info>
2791
2792         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2793         max are almost equal.  Also return the correct value for V which is
2794         already between 0 and 1.
2795
2796 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2797
2798         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2799         to mml2015-encrypt-to-self.
2800         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2801
2802 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2803
2804         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2805         mml-smime-epg-find-usable-secret-key.
2806
2807 2013-01-08  Glenn Morris  <rgm@gnu.org>
2808
2809         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2810
2811 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2812
2813         * mml-smime.el: Support signing by sender.
2814         Requested by Uwe Brauer.
2815         (mml-smime-sign-with-sender): New user option analogous
2816         to mml2015-sign-with-sender.
2817         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2818         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2819         mml2015.el.
2820
2821 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2824         isn't running, because Gnus will probably not know how to handle the
2825         Gcc header (bug#11941).
2826
2827         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2828         articles.
2829
2830 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2833         (nnfolder-generate-active-file): Make this function work with recursive
2834         folder names.
2835
2836 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2837
2838         * nntp.el (nntp-open-connection): Use HELP as the capability command
2839         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2840         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2841
2842 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2843
2844         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2845         place holder since this gives `Invalid face reference: nil' messages.
2846         Use the `default' face instead.  It has the same effect here, even
2847         though it is not no-op.
2848
2849         * gnus-util.el
2850         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2851
2852 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2855         non-string posting styles (bug#13285).
2856
2857 2012-12-27  Glenn Morris  <rgm@gnu.org>
2858
2859         * plstore.el (plstore-passphrase-callback-function):
2860         Use plstore-get-file.
2861
2862 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2863
2864         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2865         stderr.
2866
2867 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2870
2871         * gnus-compat.el (set-buffer-multibyte): Remove.
2872
2873 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2874
2875         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2876         temporary file to get PGP key image.  Pass no-show-photos when
2877         extracting image to avoid having it pop up twice.
2878
2879 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2880
2881         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2882         eligible for treatment.
2883
2884         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2885         lines.  This makes summary commands with hidden threads work more
2886         reliably.
2887
2888         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2889         button to mark the hidden citations (bug#9395).
2890
2891 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2892
2893         * mml2015.el (mml2015-epg-signature-to-string): New function.
2894         (mml2015-epg-verify-result-to-string): New function.
2895         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2896         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2897         instead of epg-verify-result-to-string.
2898         (epg-signature-key-id, epg-signature-to-string): Autoload.
2899         (epg-verify-result-to-string): Remove autoload.
2900
2901 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2902
2903         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2904         ID image from GPG public key.
2905         (mml2015-epg-key-image-to-string): New function.
2906
2907 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2908
2909         * plstore.el (plstore-passphrase-callback-function): Fix error when
2910         error when plstore-cache-passphrase-for-symmetric-encryption is set
2911         (bug#13264).
2912
2913 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2916         buffer to the article buffer here, because that clobbers multiple
2917         article buffers.
2918
2919         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2920         buffer always points to the right summary buffer.
2921
2922 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2923
2924         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2925         the password (bug#12097).
2926
2927 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2928
2929         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2930         (bug#13263).
2931
2932         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2933         buffer exists before using it (bug#12475).
2934
2935         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2936         offline groups (bug#11937).
2937
2938         * message.el (message-yank-original): When using customize to set the
2939         value of `message-cite-style', the variable it set to a symbol that's
2940         the name of the variable, which must then be dereferenced (bug#12616).
2941
2942 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2943
2944         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2945         the `face' property with a list whose car is the face specified in the
2946         format string and whose cdr is (nil).
2947         * lisp/gnus-util.el
2948         (gnus-put-text-property-excluding-characters-with-faces):
2949         Change accordingly.
2950         (gnus-get-text-property-excluding-characters-with-faces): New function.
2951         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2952         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2953         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2954
2955 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2956
2957         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2958         login methods.
2959         (nnimap-login): Respect the `nnimap-authenticator' variable.
2960
2961         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2962         mark state when moving articles.  Otherwise unticked articles will get
2963         their ticks back after moving.
2964
2965 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2966
2967         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2968
2969         * message.el (message-ignored-news-headers): Always remove
2970         X-Message-SMTP-Method to avoid information leakage if the user
2971         mistakenly inserts the header into news messages.
2972
2973         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2974
2975         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2976         right than four characters, this command would move point to
2977         `point-max'.  Don't do that.
2978
2979         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2980         to nil to allow re-selecting groups that gain articles.
2981         (gnus-bug-group-download-format-alist): Update the URL.
2982
2983 2012-12-23  Andreas Schwab  <schwab@suse.de>
2984
2985         * shr.el (shr-tag-em): Render em as italic, not bold.
2986
2987 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2988
2989         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2990         for reuse.
2991         (gnus-open-server): Use it to add more tracing.
2992         (gnus-finish-retrieve-group-infos): Add backend tracing.
2993         (gnus-backend-trace): Also note the elapsed seconds.
2994
2995 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2996
2997         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2998         Set epa-file-encrypt-to from variable to avoid querying.
2999
3000 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3001
3002         * sieve-mode.el (sieve-font-lock-keywords):
3003         Keywords should be word delimited.  (Bug#13173)
3004
3005 2012-12-13  Andreas Schwab  <schwab@suse.de>
3006
3007         * tls.el (tls-program): Update customize type.
3008
3009 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3012         instead of <pre> to align message header.
3013
3014 2012-12-12  Sam Steingold  <sds@gnu.org>
3015
3016         * gnus.el (gnus-other-frame-resume-function): Add user option.
3017         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3018
3019 2012-12-06  Sam Steingold  <sds@gnu.org>
3020
3021         * gnus-start.el (gnus-before-resume-hook): Add.
3022         (gnus-1): Run it when Gnus is alive.
3023
3024 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3027         * gnus-art.el (article-unsplit-urls)
3028         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3029         * gnus-registry.el (gnus-registry-get-article-marks)
3030         * message.el (message-goto-body): Use it.
3031         (message-called-interactively-p): Remove.
3032
3033         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3034         (spam-stat-score-buffer): Use it.
3035
3036         * spam.el: Silence the warnings against BBDB functions when compiling.
3037
3038         * gnus-score.el (gnus-score-decode-text-parts):
3039         Use append+mapcar instead of the cl function mapcan.
3040
3041 2012-12-05  Sam Steingold  <sds@gnu.org>
3042
3043         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3044         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3045         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3046
3047 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gmm-utils.el (gmm-called-interactively-p): Revert.
3050         This seems to cause Emacs to get stuck!
3051         * gnus-art.el (article-unsplit-urls)
3052         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3053         * gnus-registry.el (gnus-registry-get-article-marks)
3054         * message.el (message-goto-body)
3055         (message-called-interactively-p): Revert.
3056
3057         * gmm-utils.el (gmm-called-interactively-p): New function.
3058         * gnus-art.el (article-unsplit-urls)
3059         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3060         * gnus-registry.el (gnus-registry-get-article-marks)
3061         * message.el (message-goto-body): Use it.
3062         (message-called-interactively-p): Remove.
3063
3064         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3065         * gnus-sync.el (gnus-sync-lesync-call)
3066         * message.el (message-read-from-minibuffer): Use it.
3067
3068 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gmm-utils.el (gmm-flet): Remove.
3071         * gnus-sync.el (gnus-sync-lesync-call)
3072         * message.el (message-read-from-minibuffer): Don't use it.
3073
3074 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3077
3078 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3081
3082         * gnus-sync.el (gnus-sync-lesync-call)
3083         * message.el (message-read-from-minibuffer): Use gmm-flet.
3084
3085         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3086
3087         * gnus-util.el (gnus-macroexpand-all): Remove.
3088
3089 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3090
3091         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3092         to TAB, not [tab].
3093         (gnus-summary-article-map): Likewise.
3094
3095         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3096         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3097
3098 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3099
3100         * time-date.el: Commentary fix.
3101
3102 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3103
3104         * color.el: Don't require cl.
3105         (color-complement): `caddr' -> `nth 2'.
3106
3107         * time-date.el (time-to-seconds): De-obsolete.
3108
3109 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * message.el (message-get-reply-headers):
3112         Make sure the reply goes to the author if it is a wide reply.
3113
3114 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3115
3116         * gnus-score.el (gnus-score-body):
3117         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3118         scoring by body.
3119
3120 2012-11-16  Glenn Morris  <rgm@gnu.org>
3121
3122         * gnus-diary.el (nndiary-request-create-group-functions)
3123         (nndiary-request-update-info-functions)
3124         (gnus-subscribe-newsgroup-functions)
3125         (nndiary-request-accept-article-functions):
3126         Use new names for hooks rather than obsolete aliases.
3127
3128 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3131
3132 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3135         in meta tag with the one the part specifies in its header.
3136
3137 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3138
3139         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3140         by default.
3141
3142 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3145         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3146
3147 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3150         and a runtime function for it, of which the XEmacs version takes only
3151         two arguments.
3152
3153 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3154
3155         * nndiary.el (nndiary-request-create-group-functions)
3156         (nndiary-request-update-info-functions)
3157         (nndiary-request-accept-article-functions):
3158         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3159         "-hooks" suffix.
3160
3161 2012-10-19  Julien Danjou  <julien@danjou.info>
3162
3163         * gnus-art.el: Require gnus-util because it uses
3164         `gnus-timer--function'.
3165
3166 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3167
3168         * starttls.el (starttls-extra-arguments): Doc fix.
3169
3170 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3173         it.
3174
3175 2012-10-06  Glenn Morris  <rgm@gnu.org>
3176
3177         * gnus-notifications.el (gnus-notifications):
3178         Add missing group :version tag.
3179         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3180         (gnus-gcc-post-body-encode-hook):
3181         * gnus-sync.el (gnus-sync-lesync-name)
3182         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3183
3184 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3185
3186         * color.el (color-hsl-to-rgb): Fix incorrect results for
3187         small and large hue values.  (Bug#12559)
3188
3189 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         New UIDL implementation.
3192
3193         * mail-source.el (mail-sources, mail-source-keyword-map):
3194         Add :leave as a pop3 keyword.
3195         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3196
3197         * pop3.el (pop3-leave-mail-on-server): Allow number.
3198         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3199         (pop3-movemail): Add UIDL support.
3200         (pop3-send-streaming-command): Take a list of mail numbers instead of
3201         the number of mails.
3202         (pop3-write-to-file): Add X-UIDL header.
3203         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3204         (pop3-uidl-add-xheader): New functions.
3205
3206         * message.el (message-ignored-resent-headers):
3207         Add X-Content-Length and X-UIDL headers.
3208
3209 2012-10-05  Glenn Morris  <rgm@gnu.org>
3210
3211         * color.el (color-name-to-rgb, color-rgb-to-hex)
3212         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3213         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3214         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3215         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3216
3217 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3220         a user about whether to delete temp files if once a user answered as n.
3221
3222 2012-09-25  Chong Yidong  <cyd@gnu.org>
3223
3224         * password-cache.el (password-read-and-add): Use a declare form to mark
3225         this function obsolete.
3226
3227 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * lpath.el: Bind mail-encode-mml for old Emacsen.
3230
3231 2012-09-17  Richard Stallman  <rms@gnu.org>
3232
3233         * message.el (message-in-body-p): Don't set mark or modify buffer.
3234
3235         * mml.el (mml-attach-file): Doc fix.
3236         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3237         Set mail-encode-mml when in Mail mode.
3238         Simplify code to set HEAD and move back to HEAD.
3239         (mml-insert-multipart, mml-insert-part):
3240         Set mail-encode-mml when in Mail mode.
3241
3242 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * gnus-util.el (gnus-timer--function): New function.
3245
3246         * gnus-art.el (gnus-article-stop-animations): Use it.
3247
3248 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3249
3250         Fix glitches caused by addition of psec to timers.
3251         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3252         rather than raw access to timer vector.
3253
3254 2012-09-11  Julien Danjou  <julien@danjou.info>
3255
3256         * gnus-notifications.el (gnus-notifications): Check for nil values in
3257         ignored addresses check.
3258
3259 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3260
3261         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3262
3263 2012-09-07  Chong Yidong  <cyd@gnu.org>
3264
3265         * gnus-util.el
3266         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3267
3268         * gnus-salt.el (gnus-tree-highlight-node):
3269         * gnus-sum.el (gnus-summary-highlight-line):
3270         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3271
3272 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3275
3276 2012-09-06  Juri Linkov  <juri@jurta.org>
3277
3278         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3279         scheme for buffer names to be more consistent with other group and
3280         article buffer names in Gnus.
3281
3282 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3283
3284         * gnus-util.el
3285         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3286
3287         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3288         Jenkner.
3289
3290         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3291
3292         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3293
3294         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3295
3296 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3299         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3300
3301         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3302         string-prefix-p in Emacs >=23.2.
3303
3304         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3305         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3306         instead of string-match-p.
3307         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3308
3309 2012-09-06  Kenichi Handa  <handa@gnu.org>
3310
3311         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3312         lowercase a..f.
3313
3314 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3315
3316         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3317
3318 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3319
3320         * nnimap.el (nnimap-request-move-article): Decode the group name when
3321         doing internal moves to avoid charset issues.
3322
3323         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3324         TIME is set.
3325
3326 2012-09-05  Juri Linkov  <juri@jurta.org>
3327
3328         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3329         than one group at a time (bug#11961).
3330
3331 2012-09-05  Julien Danjou  <julien@danjou.info>
3332
3333         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3334         this hide the real reason with a message giving absolutely no hint.
3335
3336 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3339         to the backend (bug#11804).
3340
3341         * message.el (message-insert-newsgroups): Don't insert newsgroup
3342         duplicates (bug#12275).
3343
3344 2012-09-05  John Wiegley  <johnw@newartisans.com>
3345
3346         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3347         sieve rules.
3348
3349 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3350
3351         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3352         function.
3353
3354         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3355
3356         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3357
3358 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3359
3360         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3361         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3362         This should make nnmaildir more usable with offlineimap.
3363
3364 2012-09-05  Julien Danjou  <julien@danjou.info>
3365
3366         * nnimap.el (nnimap-request-list): Revert change that made listing
3367         synchronous.
3368         (nnimap-get-responses): Restore.
3369
3370 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3371
3372         * dgnushack.el: XEmacs 21.5 compilation fix.
3373
3374         * gnus-notifications.el (gnus-notifications-notify): Use it.
3375
3376         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3377         warnings on XEmacs.
3378
3379 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3380
3381         Better seeds for (random).
3382         * gnus-sync.el (gnus-sync-lesync-setup):
3383         * message.el (message-canlock-generate, message-unique-id):
3384         Change (random t) to (random), now that the latter is more random.
3385
3386 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3387
3388         * nnimap.el (nnimap-change-group): Document result value
3389
3390         * auth-source.el (auth-sources): Fix macos keychain access.
3391
3392         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3393         allow the backend `request-head' function to determine the group
3394         name on its own.
3395         (gnus-request-expire-articles): Filter out negative article numbers
3396         during expiry (Bug#11980).
3397
3398         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3399         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3400
3401         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3402         you've found the article when you haven't.
3403
3404         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3405         that nnimap-change-group can return t.
3406
3407 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3408
3409         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3410
3411 2012-08-30  Julien Danjou  <julien@danjou.info>
3412
3413         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3414         `gnus-notifications-timeout'.
3415         (gnus-notifications-timeout): Add.
3416         (gnus-notifications-action): New function.
3417         (gnus-notifications-notify): Add :action using
3418         `gnus-notifications-action'.
3419         (gnus-notifications-id-to-msg): New variable.
3420         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3421         notifications id to messages.
3422
3423 2012-08-30  Kenichi Handa  <handa@gnu.org>
3424
3425         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3426         once.
3427
3428 2012-08-29  Julien Danjou  <julien@danjou.info>
3429
3430         * gnus-notifications.el: New file.
3431         (gnus-notifications-notify): New function.
3432         (gnus-notifications): Use `gnus-notifications-notify'.
3433
3434 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3437         transfer encoding first; bind gnus-newsgroup-charset to the charset
3438         that the article specifies (Bug#12209).
3439
3440 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3443         (gnus-group-customize-done): Encode values posting-style holds.
3444
3445         * gnus-msg.el (gnus-summary-resend-message)
3446         (gnus-configure-posting-styles): Decode values posting-style group
3447         parameter holds.
3448
3449 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3452         `name' and `address' in Resent-From header.
3453
3454 2012-08-14  Chong Yidong  <cyd@gnu.org>
3455
3456         * gnus-art.el (article-display-face): Handle failure in
3457         gnus-create-image (Bug#11802).
3458
3459 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3460
3461         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3462         Use defsetf.
3463
3464 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3465
3466         * auth-source.el (auth-source-plstore-search)
3467         (auth-source-secrets-search): Ignore :require and :type in search spec.
3468
3469 2012-08-06  Julien Danjou  <julien@danjou.info>
3470
3471         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3472         `nnimap-request-move-article'.
3473
3474         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3475         Remove autoload, already handled by gnus.el.
3476
3477         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3478
3479         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3480         supported by nnimap actually.  Reverts previous change.
3481
3482         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3483         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3484         to-buffer argument that is already supported.
3485
3486 2012-08-05  Julien Danjou  <julien@danjou.info>
3487
3488         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3489         Add autoload.
3490
3491 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * gnus.el (gnus-valid-select-methods): Fix custom type.
3494
3495 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3496
3497         * auth-source.el (auth-sources, auth-source-backend-parse)
3498         (auth-source-macos-keychain-search)
3499         (auth-source-macos-keychain-search-items)
3500         (auth-source-macos-keychain-result-append)
3501         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3502         auth-source.el through the /usr/bin/security utility.
3503         (auth-sources): Fix syntax error.
3504         (auth-source-macos-keychain-result-append): Fix variable name.
3505         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3506
3507 2012-07-27  Julien Danjou  <julien@danjou.info>
3508
3509         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3510         Emacs < 24.1
3511
3512 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * message.el (message-kill-address): Don't kill last newline.
3515         (message-skip-to-next-address): Don't move to the next header.
3516         (message-fill-field-address): Work properly.
3517
3518 2012-07-25  Julien Danjou  <julien@danjou.info>
3519
3520         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3521
3522 2012-07-24  Julien Danjou  <julien@danjou.info>
3523
3524         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3525
3526         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3527         (nntp-async-timer-handler): Remove, unused.
3528
3529         * nnimap.el (nnimap-get-responses): Remove, unused.
3530
3531         * nnheader.el (mail-header-set-extra): Remove, unused.
3532
3533         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3534         unused.
3535
3536         * mm-view.el (mm-view-sound-file): Remove, unused.
3537
3538         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3539         (mm-url-encode-multipart-form-data): Remove, unused.
3540
3541         * message.el (message-remove-signature, message-make-host-name)
3542         (message-fill-address): Remove, unused.
3543
3544         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3545         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3546         unused.
3547
3548         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3549         (gnus-xmas-call-region): Remove, unused.
3550
3551         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3552
3553         * gnus-util.el (gnus-extract-address-component-name)
3554         (gnus-extract-address-component-email, gnus-sortable-date)
3555         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3556         (gnus-process-live-p): Remove, unused.
3557
3558         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3559
3560         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3561         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3562         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3563         function.
3564
3565         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3566
3567         * gnus-score.el (gnus-summary-score-crossposting)
3568         (gnus-score-regexp-bad-p): Remove, unused.
3569
3570         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3571
3572         * gnus-range.el (gnus-sublist-p): Remove, unused.
3573
3574         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3575         unused.
3576
3577         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3578
3579         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3580         (gnus-request-associate-buffer): Remove, unused.
3581
3582         * gnus-group.el (gnus-group-set-method-info)
3583         (gnus-group-set-params-info): Remove, unused.
3584
3585         * gnus-fun.el (gnus-shell-command-to-string)
3586         (gnus-shell-command-on-region): Remove, unused.
3587
3588         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3589
3590         * gnus-art.el (gnus-article-text-type-exists-p)
3591         (article-translate-characters, gnus-article-hide-text-of-type)
3592         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3593         Remove, unused.
3594
3595 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3596
3597         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3598
3599 2012-07-21  Julien Danjou  <julien@danjou.info>
3600
3601         * message.el (message-dont-reply-to-names): Replace deprecated
3602         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3603         (message-get-reply-headers): Ditto.
3604
3605 2012-07-18  Julien Danjou  <julien@danjou.info>
3606
3607         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3608         `sieve-upload-and-kill'.
3609
3610         * sieve.el (sieve-bury-buffer): Remove function.
3611         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3612         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3613
3614 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3615
3616         * shr.el (shr-expand-url): Handle URL starting with `//'.
3617
3618 2012-07-13  Chong Yidong  <cyd@gnu.org>
3619
3620         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3621         instead of calling toggle-read-only with a (bogus) argument.
3622
3623 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3624
3625         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3626         of initial input when reading the author to restrict the summary to.
3627
3628 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * mm-decode.el (mm-shr):
3631         Allow overriding charset by mm-charset-override-alist.
3632
3633 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * gnus-art.el (gnus-article-view-part):
3636         Toggle subparts of multipart/alternative part.
3637
3638 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3639
3640         * shr.el (shr-render-buffer): New command.
3641         (shr-visit-file): Use it.
3642
3643 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3646         Set no-byte-compile and no-update-autoloads.
3647
3648 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3651
3652 2012-06-25  Julien Danjou  <julien@danjou.info>
3653
3654         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3655         `nnimap-request-move-articles-find-limit' since we do not use it only
3656         for move operations.
3657         (nnimap-request-accept-article): Use
3658         `nnimap-request-articles-find-limit' to limit search by message-id.
3659
3660 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3661
3662         Support higher-resolution time stamps (Bug#9000).
3663
3664         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3665         VARLIST.  It's optional, for backward compatibility.
3666         (encode-time-value): New optional arg PICO.  New type 3.
3667         (time-to-seconds) [!float-time]: Support the new picoseconds
3668         component if it's used.
3669         (seconds-to-time, time-subtract, time-add):
3670         Support ps-resolution time stamps as well.
3671
3672 2012-06-19  Julien Danjou  <julien@danjou.info>
3673
3674         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3675
3676         * nnimap.el (nnimap-log-buffer): Check that
3677         `window-point-insertion-type' is boundp, since it's not available in
3678         XEmacs.
3679
3680 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3681
3682         * nnimap.el (nnimap-log-buffer): Add this, setting
3683         `window-point-insertion-type' in the buffer to t.
3684         (nnimap-log-command): Use nnimap-log-buffer.
3685
3686 2012-06-19  Julien Danjou  <julien@danjou.info>
3687
3688         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3689         argument to be able to limit the search.
3690         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3691         (nnimap-request-move-articles-find-limit): Add this to limit the search
3692         by Message-Id after a message move.
3693         (nnimap): Add defgroup.
3694
3695 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3696
3697         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3698
3699 2012-06-15  Julien Danjou  <julien@danjou.info>
3700
3701         * nnimap.el (nnimap-find-article-by-message-id): Use
3702         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3703         (nnimap-possibly-change-group): Add read-only argument.
3704         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3705         issuing EXAMINE manually.
3706         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3707         with read-only argument.
3708         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3709         cannot possibly change because we need to be sure that it's either
3710         read-write or read-only.
3711
3712 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3715         being bound to a lambda form.
3716
3717 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3718
3719         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3720         articles when fetch-old is non-nil (bug#11370).
3721
3722 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3723
3724         * gnus-picon.el (gnus-picon-properties): New defcustom.
3725         (gnus-picon-create-glyph): Use it.
3726
3727 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-group.el (gnus-group-get-new-news): Respect
3730         `gnus-group-use-permanent-levels', as documented (bug#11638).
3731
3732 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3733
3734         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3735         groups (bug#11641).
3736
3737 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3738
3739         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3740         is an integer to avoid later problems.
3741
3742 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743
3744         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3745         locales.
3746
3747         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3748         on a handle.
3749
3750         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3751         address as the default.
3752         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3753
3754         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3755         makes no sense to query the user about internal files.
3756
3757         * gnus-spec.el: Remove all the byte-compilation stuff, since
3758         benchmarking shows that it doesn't help when entering large summary
3759         buffers.
3760
3761         * gnus-xmas.el (gnus-xmas-define): Remove.
3762
3763         * gnus-util.el (gnus-byte-code): Remove.
3764
3765         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3766         grouplens stuff.
3767
3768 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3771         (bug#11514).
3772
3773 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3774
3775         * message.el (message-buffers): Return all buffers derived from Message
3776         to make `gnus-dired-attach' work with mu4e.
3777
3778 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3779
3780         * nntp.el: Stop the `letf' madness.
3781         (nntp--report-1): New var.
3782         (nntp-report): Merge nntp-report-1 into it.
3783         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3784         the nntp-report function.
3785
3786         * auth-source.el: Fix comment-style to follow the convention.
3787
3788 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3789
3790         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3791         (mm-dissect-singlepart): Don't guess the MIME type of
3792         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3793         set.
3794         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3795         toplevel MIME type is multipart/encrypted.
3796
3797 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3800         a string so that Gcc works (bug#11514).
3801
3802 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3803
3804         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3805         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3806
3807 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3808
3809         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3810         jumping to *Server* from a dedicated *Group* window.
3811         (gnus-configure-frame): CSE.
3812
3813         * gnus-registry.el: Minor style cleanup.
3814         (gnus-registry--set/remove-mark): New function, extracted from
3815         gnus-registry-install-shortcuts.
3816         (gnus-registry-install-shortcuts): Use it.
3817
3818 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * nnspool.el (news-path): Use eval-and-compile.
3821
3822 2012-05-24  Glenn Morris  <rgm@gnu.org>
3823
3824         * nnspool.el (news-directory, news-path, news-inews-program):
3825         Move here from paths.el.  Don't see a need for these to be autoloaded.
3826
3827         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3828         Merge in doc from paths.el version.  Don't see any need for this to be
3829         autoloaded, or for the warning about users not setting it.
3830
3831 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3832
3833         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3834         format.  In particular, add an optional argument and a docstring.
3835
3836         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3837
3838         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3839         current before calling `gnus-groups-to-gnus-format'.
3840         Note that this was already the case for `gnus-active-to-gnus-format'.
3841
3842 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3843
3844         Fix minor Y10k bug.
3845         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3846
3847 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3848
3849         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3850         message once it's actually open.
3851
3852 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3853
3854         * gnus.el: Ma Gnus v0.5 is released.
3855
3856 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3857
3858         * auth-source.el (auth-source--aput-1, auth-source--aput)
3859         (auth-source--aget): New functions and macros.
3860         Use them instead of aput/aget.
3861
3862 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3863
3864         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3865
3866 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3867
3868         * plstore.el (plstore-called-interactively-p): New compat macro copied
3869         from message.el.
3870         (plstore-mode): Use it.
3871
3872 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3873
3874         * plstore.el: Revive the editing feature.
3875         (plstore-mode): New mode to edit plstore file.
3876         (plstore-mode-toggle-display, plstore-mode-original)
3877         (plstore-mode-decoded): New command.
3878         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3879         (plstore--insert-buffer, plstore--make): New function.
3880         (plstore-open, plstore-save): Simplify by using them.
3881
3882 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3885
3886 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3887
3888         * tls.el (open-tls-stream): Remove unused binding.
3889
3890 2012-04-16  Glenn Morris  <rgm@gnu.org>
3891
3892         * nndraft.el (nndraft-request-list): Fix declaration.
3893
3894 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895
3896         * mm-decode.el (mm-dissect-buffer): Doc fix.
3897
3898         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3899         don't have a current group.
3900
3901         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3902         buffer if it doesn't exist.
3903
3904         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3905         given, mark the group as ephemeral with the current window conf.
3906
3907         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3908         buffer exists, which it doesn't if we haven't started Gnus.
3909         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3910
3911 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3914         type is.
3915
3916         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3917         `unexists' entries.
3918         (gnus-clean-old-newsrc): Fix last checkin.
3919
3920         * nnimap.el (nnimap-update-info): None of the articles below the active
3921         low-water mark exist.
3922
3923         * dgnushack.el: Get rid of XEmacs compilation warning.
3924
3925         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3926         would have gotten if we posted to the group, and use that to compare
3927         against the message we want to cancel (bug#10808).
3928
3929         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3930         on XEmacs.
3931
3932 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3933
3934         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3935         `scroll-margin'.
3936
3937 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3938
3939         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3940         citation prefix within a block of cited text should be considered part
3941         of that block *only* if it is a blank line.
3942
3943 2012-04-09  Chong Yidong  <cyd@gnu.org>
3944
3945         * binhex.el, hashcash.el, uudecode.el:
3946         Remove * characters from the front of variable docstrings.
3947
3948 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3951         before kinsoku-bol characters nor within kinsoku-eol characters.
3952
3953 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3956         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3957         (gnus-sync-read): Use mapc instead of mapcar.
3958
3959         * mm-archive.el: Require mm-decode for some macros.
3960         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3961         the byte compiler.
3962         (mm-archive-decoders): New function that returns the value of
3963         the mm-archive-decoders variable.
3964
3965         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3966         instead.
3967         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3968
3969         * nnimap.el (gnus-refer-thread-use-nnir):
3970         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3971
3972 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3975
3976 2012-03-12  Peter Münster  <pmrb@free.fr>
3977
3978         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3979         (gnus-demon-cancel): Ditto.
3980         (gnus-demon-run-callback): When function cannot be called due to low
3981         idleness, call it when idleness reaches the expected value, instead of
3982         waiting another timer period.
3983         (gnus-demon-init): Add `time' to arguments of call-back.
3984
3985 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3988
3989         * gnus.el: Register gnus-registry functions.
3990
3991         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3992         indent.
3993
3994         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3995         enabled before warping.
3996
3997 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3998
3999         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4000         registry about each article retrieved.
4001
4002         * gnus-int.el (gnus-select-group-with-message-id): New function.
4003         (gnus-try-warping-via-registry): Ditto.
4004         (gnus-warp-to-article): Fall back on the registry.
4005
4006 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4007
4008         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4009         inboxes.
4010
4011 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4014
4015 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4018         gnus-gcc-self-resent-messages may be a group parameter.
4019         (gnus-summary-resend-message): Don't encode encoded words in header
4020         when Gcc'ing resent message.
4021
4022 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * shr.el (shr-insert): Treat non-breaking space just like normal
4025         space.  This seems to produce more pleasing results.
4026         (shr-insert): Only insert a blank line if we're starting from an image.
4027         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4028         (shr-ensure-paragraph): Consider lines with white space to be blank.
4029
4030 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4031
4032         * Makefile.in: Respect DESTDIR.
4033
4034 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4035
4036         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4037         and gnus-gcc-post-body-encode-hook.
4038
4039 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040
4041         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4042         messages that don't exist.
4043
4044         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4045
4046 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4049         Remove.
4050
4051         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4052
4053         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4054
4055 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4058         have a group name.
4059
4060         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4061         a multibyte buffer (bug#7410).
4062         (article-wash-html): Parse the original article buffer to get the
4063         unencoded data (bug#7410).
4064
4065         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4066         .newsrc.el files.
4067
4068 2012-04-05  Bastien Guerry  <bzg@altern.org>
4069
4070         * color.el (color-lighten-name): Fix typo.
4071
4072 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073
4074         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4075         "#" to avoid having them interpreted as comments.
4076
4077 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * shr.el (shr-insert): Update the text state properly to avoid
4080         inserting spurious paragraph starts.
4081
4082 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * shr.el (shr-table-widths): Divide the extra width more fairly over
4085         the TDs (bug#10973).
4086         (shr-render-td): Don't delete too much padding.
4087         (shr-natural-width): Compute the natural width more correctly.
4088         (shr-insert): Allow the natural width to be computed for tables again.
4089         (shr-tag-table-1): Rework how the natural widths are computed by
4090         rendering the table a third time.
4091         (shr-natural-width): Removed.
4092         (shr-buffer-width): New function.
4093         (shr-expand-newlines): Use it.
4094
4095         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4096         using a `gnus-use-full-window' setup (bug#11013).
4097
4098 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4101         24.1 release.
4102
4103 2012-03-10  David Edmondson  <dme@dme.org>
4104
4105         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4106         'Forwarded Message' header and the start of the message.
4107
4108 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4109
4110         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4111         isn't running (bug#10897).
4112
4113 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4116         This is inconsistent with all the other stream functions, which leave
4117         the setting up to the higher levels (if so wanted) (bug#10931).
4118
4119 2012-02-28  Glenn Morris  <rgm@gnu.org>
4120
4121         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4122         mm-decode.el: Standardize possessive apostrophe usage.
4123
4124 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4127
4128 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4129
4130         * parse-time.el (parse-time-string): Allow extractor to return nil.
4131
4132 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4135
4136 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4137
4138         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4139
4140 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4141
4142         * mm-decode.el (mm-shr): Remove "soft hyphens".
4143
4144         * nnimap.el (nnimap-request-list): Return the group names encoded as
4145         utf8.  Otherwise non-European group names don't work.
4146         (nnimap-request-newgroups): Ditto.
4147
4148         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4149         the default in `read-string' (bug#10757).
4150
4151         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4152         topics (bug#10843).
4153
4154         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4155         buffer.  Suggested by Herbert Valerio Riedel.
4156         (nnimap-request-move-article): Delete the message from the correct IMAP
4157         server.
4158
4159 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4160
4161         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4162         Reported by Peter Münster.
4163
4164 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4165
4166         * shr.el (shr-image-fetched): Make sure we really kill the right
4167         buffer.
4168
4169 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4170
4171         * gnus-start.el (gnus-1): Avoid duplicate entries.
4172
4173 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4174
4175         * imap.el: Remove.
4176
4177         * nntp.el (nntp-coding-system-for-read): Remove.
4178         (nntp-coding-system-for-write): Ditto.
4179         (nntp-open-connection): Just use `binary' directly.
4180
4181         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4182         Gnus 0.3.
4183
4184 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4185
4186         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4187         application/octet-stream parts really is.
4188
4189         * gnus-sum.el (gnus-propagate-marks): Remove.
4190
4191 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4192
4193         * shr.el (shr-rescale-image): Undo previous change; see
4194         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4195
4196 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4197
4198         * gnus.el: Ma Gnus v0.3 is released.
4199
4200 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4201
4202         * gnus-sum.el (gnus-summary-local-variables): Make
4203         `gnus-newsgroup-unexist' into a local variable.
4204
4205 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4206
4207         * registry.el (registry-usage-test, registry-persistence-test): Move to
4208         tests/gnustest-registry.el.
4209         (registry-make-testable-db, registry-match-test)
4210         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4211
4212         * gnus-registry.el (gnus-registry-misc-test)
4213         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4214
4215         * tests/gnustest-registry.el: New file with the registry and
4216         gnus-registry ERT tests.
4217
4218 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * gnus-msg.el (gnus-summary-resend-message): Make
4221         gnus-summary-resend-message-insert-gcc be last item in
4222         message-header-setup-hook.
4223
4224 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4225
4226         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4227         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4228         Remove.
4229         (nnfolder-open-server): Don't use marks.
4230         (nnfolder-request-delete-group): Ditto.
4231         (nnfolder-request-rename-group): Ditto.
4232         (nnfolder-request-set-mark, nnfolder-request-marks)
4233         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4234         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4235
4236         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4237         (nnml-marks-modtime): Remove.
4238         (nnml-request-delete-group): Don't use marks.
4239         (nnml-request-rename-group): Ditto.
4240         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4241         (nnml-save-marks, nnml-open-marks): Remove.
4242
4243         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4244         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4245         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4246         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4247         (nntp-server-to-method-cache): Remove.
4248
4249         * shr.el (shr-rescale-image): Fix wrong merge.
4250
4251 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4252
4253         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4254         too-wide lines.
4255
4256 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4257
4258         * nnimap.el (nnimap-record-commands): New variable.
4259         (nnimap-log-command): Use it.
4260         (nnimap-make-process-buffer): Add a space to the process buffer.
4261         (nnimap-transform-headers): Don't bug out on header lines containing
4262         stuff that look like IMAP length encodings.
4263
4264         * shr.el (shr-rescale-image): Allow viewing large images.
4265
4266 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4267
4268         * nnml.el (nnml-request-compact-group): Delete the marks file after
4269         compaction (bug#10800).
4270
4271         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4272         group exit.
4273
4274         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4275         QRESYNC/FETCH output.
4276
4277 2012-02-11  Glenn Morris  <rgm@gnu.org>
4278
4279         * sieve-manage.el (sieve-manage-default-stream):
4280         * shr.el (shr):
4281         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4282         (nnir-retrieve-headers-override-function)
4283         (nnir-imap-default-search-key, nnir-notmuch-program)
4284         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4285         (nnir-method-default-engines):
4286         * message.el (message-cite-reply-position):
4287         * gssapi.el (gssapi-program):
4288         * gravatar.el (gravatar):
4289         * gnus-sum.el (gnus-refer-thread-use-nnir):
4290         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4291         (gnus-registry-max-pruned-entries):
4292         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4293         * gnus-int.el (gnus-after-set-mark-hook)
4294         (gnus-before-update-mark-hook):
4295         * gnus-async.el (gnus-async-post-fetch-function):
4296         * auth-source.el (auth-source-cache-expiry):
4297         Add missing :version tags to new defcustoms and defgroups.
4298
4299 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4302         `gnus-newsgroup-unexist'.
4303
4304         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4305         marks.
4306         (gnus-article-special-mark-lists): Put the `unexist' in the special
4307         marks list instead.
4308
4309         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4310         articles in the list of articles to be selected.
4311
4312         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4313         articles.
4314         (nnimap-update-info): Keep track of unexisting articles.
4315         (nnimap-update-qresync-info): Ditto.
4316
4317 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4318
4319         * message.el (message-default-send-mail-function): Made into own
4320         function for reuse by emacsbug.el.
4321
4322 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4323
4324         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4325         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4326
4327 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4328
4329         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4330         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4331
4332         * gnus-compat.el: Define `timer-set-function'.
4333
4334         * mm-decode.el (mm-display-external): Output the text from the command
4335         in the buffer after the command finished.  This makes text-based
4336         commands behave better.
4337
4338 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4341
4342 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4343
4344         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4345         23.1.
4346
4347 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4350
4351 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4352
4353         * message.el (smtpmail-smtp-user): Silence compiler warning.
4354
4355 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4356
4357         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4358         SMTP user name.
4359
4360 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * gnus-sum.el (gnus-summary-show-thread):
4363         next-single-char-property-change may return nil in XEmacs.
4364         (gnus-summary-article-map): Fix typo.
4365
4366 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4367
4368         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4369         running.
4370
4371         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4372
4373         * gnus.el (gnus-server-extend-method): Don't add an -address component
4374         if the method already has one (bug#9676).
4375
4376 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4377
4378         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4379         of an initial-input for consistency (bug#10757).
4380
4381         * dgnushack.el: Fix XEmacs compilation warning.
4382
4383         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4384
4385         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4386
4387 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4388
4389         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4390         lines that are narrower than the window width.  Otherwise background
4391         "blocks" will look less readable.
4392
4393 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4394
4395         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4396         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4397         have newlines within the strings, and where the UID comes after the
4398         BODYSTRUCTURE element (bug#10537).
4399
4400         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4401         (bug#10732).
4402
4403         * shr.el (shr-insert-document): Add doc string.
4404         (shr-visit-file): Ditto.
4405         (shr-remove-trailing-whitespace): New function.
4406         (shr-insert-document): Use it to clean up trailing whitespace as the
4407         final step (bug#10714).
4408
4409 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4410
4411         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4412         buffer if `gnus-kill-summary-on-exit' is nil.
4413
4414 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4415
4416         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4417         when just reading a single group from "without" Gnus.
4418
4419 2012-02-06  Chong Yidong  <cyd@gnu.org>
4420
4421         * gnus-sum.el (gnus-summary-show-thread):
4422         next-single-char-property-change never returns nil (Bug#8657).
4423
4424 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4425
4426         * message.el (message-multi-smtp-send-mail): New function.
4427         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4428         header to implement multi-SMTP functionality.
4429
4430         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4431         (gnus-agentize): Don't set it.
4432         (gnus-agent-send-mail): Don't use it.
4433
4434         * gnus-sum.el (gnus-summary-widget-backward): New function and
4435         keystroke.
4436
4437         * gnus-compat.el: More the compat functions more compatible.
4438
4439         * shr.el (shr-put-image): Remove underlines from sliced images.
4440         (shr-zoom-image): Compute the region to be replaced more correctly.
4441
4442 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4445         (gnus-summary-resend-message-insert-gcc): New function.
4446         (gnus-summary-resend-message): Modify message-header-setup-hook and
4447         message-sent-hook to make it work for Gcc.
4448         (gnus-inews-do-gcc): Update the number of unread articles of groups
4449         that messages are Gcc'd to.
4450
4451         * message.el (message-resend): Run message-sent-hook to do Gcc.
4452
4453 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4454
4455         * lpath.el: Fix an XEmacs compilation warning.
4456
4457         * gnus-compat.el: Require `help-fns' to fix compilation error.
4458
4459         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4460         a higher level to silence compilation.
4461
4462         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4463         parameter to allow controlling the scaling.
4464
4465         * shr.el (shr-zoom-image): New command and keystroke.
4466         (shr-put-image): Take a `size' flag to say how to scale the image.
4467
4468         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4469         deletion unless already defined.
4470
4471         * gnus.el (gnus-compat): Require it.
4472
4473         * gnus-compat.el: New file.
4474
4475         * gnus-start.el (gnus-clean-old-newsrc): New function.
4476         (gnus-read-newsrc-file): Use it.
4477
4478         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4479         Use recursive deletion.
4480         (mm-dissect-archive): Add support for zip files.
4481
4482         * gnus-util.el (gnus-recursive-directory-files): New function.
4483
4484         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4485         (mm-archive-decoders): Add tgz support.
4486
4487         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4488         Otherwise inserting text into the Gnus buffer can look odd.
4489
4490         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4491
4492         * mm-archive.el (mm-archive-decoders): Add support for tar.
4493
4494         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4495
4496         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4497
4498 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4499
4500         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4501
4502         * mm-archive.el: New file.
4503
4504         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4505
4506         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4507
4508         * message.el (message-goto-*): Make all the `message-goto-*' commands
4509         push the mark before moving point.  This makes it easier to go back to
4510         where you came from after editing whatever you jumped to.
4511
4512 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4513
4514         * gnus.el: Ma Gnus v0.1 is released.
4515
4516 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4517
4518         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4519         without reconnecting.
4520         (nnimap-possibly-change-group): Ditto.
4521         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4522         connection has died before being called.
4523
4524 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4525
4526         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4527         an initial sync unless we're really doing one.
4528
4529         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4530         address parameter if one already exists (bug#9676).
4531
4532         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4533         not the prefix, as documented (bug#10689).
4534
4535 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4536
4537         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4538         the "server".
4539
4540         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4541         the real error message with the useless "previously known to be down".
4542         Which isn't even correct.
4543
4544         * nntp.el (nntp-open-connection): Report the error message if the nntp
4545         server can't be reached.
4546
4547         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4548         groups we do a total scan for.
4549         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4550         doing that.
4551
4552 2012-01-31  Jim Meyering  <jim@meyering.net>
4553
4554         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4555         Correct a comment (insert "not") and hide nominally-doubled "to".
4556
4557 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4558
4559         * gnus.el (gnus-version): Change name to "Ma Gnus".
4560
4561 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4562
4563         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4564         section in the manual.
4565
4566 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4567
4568         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4569         words.
4570         (rfc2047-encode-string): Ditto.
4571         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4572         understand folded filename="..." parameters, for instance.
4573
4574         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4575         the message for greater debuggability.
4576
4577 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4578
4579         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4580         instead of setting it locally, since the latter doesn't seem to have
4581         any effect (most of the time).
4582
4583 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4584
4585         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4586         function call.
4587
4588 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4589
4590         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4591         seconds, and make the repeat clause with HH:MM specs work as
4592         documented.
4593
4594 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4595
4596         * proto-stream.el (proto-stream-capability-open): Fall back on
4597         :end-of-command if :end-of-capability doesn't exist.
4598
4599 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4602         bound globally in old Emacsen and XEmacsen.
4603
4604 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4605
4606         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4607         so that previous errors don't prohibit getting new news.
4608
4609         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4610
4611         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4612
4613 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4614
4615         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4616         buffer, not of the string which is its name.
4617
4618 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4619
4620         * proto-stream.el (proto-stream-capability-open): Wait for
4621         :end-of-capability, not :end-of-command.
4622
4623         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4624         non-server-marks groups.
4625         (gnus-group-make-articles-read): Ditto.
4626
4627         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4628         methods (bug#9676).
4629
4630         * gnus.el (gnus-method-ephemeral-p): New function.
4631
4632 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4635         left-to-right.
4636
4637 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4638
4639         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4640         warning.
4641
4642 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4643
4644         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4645         macroexpand the nnir things, since they haven't been defined yet, and
4646         nnir requires gnus-sum.
4647
4648 2012-01-24  Julien Danjou  <julien@danjou.info>
4649
4650         * color.el (color-rgb-to-hsl): Fix value computing.
4651         (color-hue-to-rgb): New function.
4652         (color-hsl-to-rgb): New function.
4653         (color-clamp, color-saturate-hsl, color-saturate-name)
4654         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4655         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4656
4657 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4660
4661 2012-01-19  Julien Danjou  <julien@danjou.info>
4662
4663         * color.el (color-name-to-rgb): Use the white color to find the max
4664         color component value and return correctly computed values.
4665         (color-name-to-rgb): Add missing float conversion for max value.
4666
4667 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4668
4669         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4670         logical server name in addition to the actual machine address.
4671
4672         * auth-source.el (auth-source-user-and-password): Add convenience
4673         wrapper to search by just host and optionally user.
4674
4675 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4676
4677         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4678         after rendering.
4679
4680 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4683         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4684         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4685
4686 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4689         (bug#9693).
4690         (gnus-summary-setup-buffer): Document return value (bug#9697).
4691
4692         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4693         since ido doesn't work on symbols (bug#9632).
4694
4695         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4696         when getting a single value as when getting all the values.  This means
4697         that atoms like `gcc-self' work cumulatively, like variable settings,
4698         instead of getting the value from the last matching clause.
4699         (gnus-group-find-parameter): Protect against the group buffer not
4700         existing (bug#9585).
4701
4702 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * gnus-start.el (gnus-activate-group): Document more parameters
4705         (bug#9694).
4706
4707         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4708         (bug#9692).
4709
4710         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4711         article was fetched, so that it can be expired later (bug#9958).
4712         (gnus-agent-summary-fetch-series): Add doc string.
4713         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4714         (bug#9517).
4715
4716         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4717         retrieval is happening.
4718
4719         * gnus.el (gnus-parameters): Doc fix.
4720
4721 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4722
4723         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4724         show the thread after expansion.
4725
4726 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4727
4728         * gnus-art.el (article-narrow-to-head): If the head is completely
4729         empty, narrow to the empty region (bug#9764).
4730
4731         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4732         read, and then mark them as unread only when the unread mark is used.
4733         This makes `C-- T k' actually work, even though it's confusing.
4734
4735         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4736         alive before we try to find its window.
4737
4738 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4739
4740         * mm-decode.el (mm-display-external): Use a longer timeout for the
4741         deletion to allow slow programs to display the file.
4742
4743 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4746         prompt to be less confusing.
4747
4748         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4749         argument to `message-reply'.  This broke `special-display-*' frame
4750         pop-uping (bug#10238).
4751
4752 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4755         systems, since these allegedly don't work there.
4756
4757 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4758
4759         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4760         live buffer.
4761
4762 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * nnir.el (nnir-retrieve-headers): Protect against the article not
4765         existing on the server (bug#10335).
4766
4767 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4768
4769         * gnus-agent.el (gnus-agent-load-local): Recompute
4770         gnus-agent-article-local on changing method.
4771
4772 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4773
4774         * gnus.el (gnus-parameters): Note precedence.
4775
4776 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4777
4778         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4779         in the group buffer.
4780
4781 2012-01-04  Julien Danjou  <julien@danjou.info>
4782
4783         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4784         change.
4785
4786 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4789         too.
4790
4791         * nntp.el (nntp-retrieve-group-data-early): Use it.
4792
4793 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * nntp.el (nntp-retrieval-in-progress): New variable.
4796         (nntp-make-process-buffer): Make it buffer-local.
4797
4798         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4799         2010.
4800         (gnus-demon-init): Use it to compute the time if time is on the form
4801         "04:23".
4802
4803         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4804
4805         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4806         status in the correct buffer.
4807
4808 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4809
4810         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4811         when opening topics (bug#10407).
4812
4813 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4814
4815         * gnus-cus.el (gnus-score-customize):
4816         * gnus-sum.el (gnus-sort-gathered-threads):
4817         * message.el (message-shorten-references):
4818         * nnmairix.el (nnmairix-request-group):
4819         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4820
4821 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4822
4823         * gnus-agent.el (gnus-agent-regenerate-group):
4824         * gnus-int.el (gnus-retrieve-group-data-early):
4825         * mm-util.el (mm-codepage-ibm-list):
4826         * nndiary.el (Commentary, nndiary-get-new-mail):
4827         * nnir.el (nnir):
4828         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4829
4830 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * mm-view.el (mm-display-inline-fontify): Add comment.
4833
4834 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4835
4836         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4837         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4838
4839 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4840
4841         * gnus-art.el (gnus-split-methods):
4842         * gnus-msg.el (gnus-configure-posting-styles):
4843         * gnus-spec.el (gnus-parse-simple-format):
4844         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4845         * message.el (message-do-actions): Spelling fix.
4846
4847 2011-12-15  Juri Linkov  <juri@jurta.org>
4848
4849         * mm-decode.el (mm-inline-media-tests): Add missing
4850         `mm-handle-media-subtype'.
4851
4852 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4853
4854         * gnus-group.el (gnus-group-tool-bar):
4855         * gnus-sum.el (gnus-summary-tool-bar):
4856         * message.el (message-tool-bar):
4857         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4858
4859 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4860
4861         * plstore.el (plstore--insert-buffer): Spelling fix.
4862
4863 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4864
4865         * message.el (message-valid-fqdn-regexp): Update with newly approved
4866         top-level domain names ".tel" and ".asia".
4867
4868 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4871         unconditionally.
4872
4873 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4876         pop-to-buffer-same-window for old Emacsen.
4877
4878 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4879
4880         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4881
4882 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4883
4884         * netrc.el (netrc-credentials): Spelling fix.
4885
4886 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4887
4888         * gnus-fun.el (gnus-fun-ppm-change-string):
4889         * gnus-msg.el (gnus-inews-do-gcc):
4890         * gnus-sum.el (gnus-summary-find-for-reselect):
4891         * gnus.el (gnus-summary-cancelled):
4892         * message.el (message-cancel-hook, message-send-news):
4893         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4894         * nnir.el (nnir-run-hyrex):
4895         * nntp.el (nntp-with-open-group-function):
4896         * pgg.el (pgg-pending-timers): Spelling fix.
4897
4898 2011-12-04  Chong Yidong  <cyd@gnu.org>
4899
4900         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4901         change (Bug#10200).
4902
4903 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * compface.el (uncompface):
4906         * gnus-art.el (gnus-article-x-face-command): Update the header format
4907         of icon data for the most recent icontopbm program.
4908
4909 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * gnus-msg.el (gnus-inews-do-gcc):
4912         * message.el (message-send-mail):
4913         * mml.el (mml-generate-mime): Share the value of the buffer-local
4914         `message-options' variable between a draft buffer and temprary working
4915         buffers.
4916
4917 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4918
4919         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4920
4921 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4924         for Cygwin.
4925
4926 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4927
4928         * gnus-group.el (gnus-group-prepare-flat):
4929         * mm-bodies.el (mm-encode-body):
4930         * mml.el (mml-preview):
4931         * nnml.el (nnml-request-compact-group):
4932         * pop3.el (pop3-stream-type): Spelling fix.
4933
4934 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4935
4936         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4937
4938 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4939
4940         * color.el (color-rgb-to-hsl):
4941         * gmm-utils.el (gmm-tool-bar-style):
4942         * gnus-group.el (gnus-group-prepare-flat):
4943         * gnus-topic.el (gnus-topic-prepare-topic):
4944         * mm-decode.el (mm-discouraged-alternatives):
4945         * rfc2047.el (rfc2047-encode-1):
4946         * starttls.el: Spelling fix.
4947
4948 2011-11-24  Glenn Morris  <rgm@gnu.org>
4949
4950         * binhex.el (binhex-begin-line): Give it basic doc-string.
4951
4952         * starttls.el, tls.el: Fix case of "GnuTLS".
4953
4954 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4955
4956         * gnus-group.el (gnus-group-highlight): Fix typo.
4957
4958 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4959
4960         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4961         value of `delete-file', that returns nil for a local file but returns t
4962         for a remote file using ssh.
4963
4964 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4965
4966         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4967
4968 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4971         avoid later breakage.
4972
4973 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4976         article buffers' name.
4977
4978 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4981         by Paul Eggert's spellfixes two days ago.
4982
4983 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4986         doesn't have it.
4987
4988         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4989         buffer-local instead of binding them to avoid warnings.  Also demote
4990         errors (bug#10063).
4991         (font-lock-mode-hook): Shut up byte compiler.
4992
4993 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4994
4995         * mm-util.el (mm-charset-after):
4996         * nnir.el (nnir-run-hyrex):
4997         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4998         (ntlm-get-password-hashes, ntlm-md4hash):
4999         * smime.el: Fix typo.
5000
5001 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5002
5003         * gnus-agent.el (gnus-agent-expire-group-1):
5004         * nndiary.el (nndiary-last-occurence):
5005         * nnimap.el (nnimap-request-set-mark):
5006         * nnmairix.el (nnmairix-only-use-registry):
5007         * gnus-group.el (gnus-group-prepare-flat):
5008         * gnus-sum.el (gnus-decode-encoded-word-methods):
5009         * message.el (message-wash-subject):
5010         * nntp.el (nntp-retrieve-headers-with-xover):
5011         * smime.el (smime-certificate-directory): Spelling fix.
5012
5013 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5014
5015         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5016
5017         * color.el:
5018         * gnus-agent.el (gnus-agent-possibly-alter-active):
5019         * gnus-dired.el (gnus-dired-print):
5020         * mail-parse.el:
5021         * nnmairix.el (nnmairix-request-group):
5022         * shr.el (shr-image-displayer):
5023         * sieve-manage.el:
5024         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5025
5026 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5027
5028         * gnus-sum.el (gnus-auto-select-subject):
5029         * spam-report.el (spam-report-resend): Spelling fix.
5030
5031 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5032
5033         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5034         * gnus-art.el (gnus-default-article-saver):
5035         * gnus-srvr.el (gnus-server-copy-server):
5036         * gnus.el (gnus-sloppily-equal-method-parameters):
5037         * html2text.el (html2text-format-tag-list):
5038         * message.el (message-narrow-to-head):
5039         * nndiary.el:
5040         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5041         * sieve.el: Spelling fix.
5042
5043 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5044
5045         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5046         * gnus-sum.el (gnus-summary-make-menu-bar):
5047         * gnus-uu.el (gnus-uu-decode-postscript)
5048         (gnus-uu-decode-postscript-and-save):
5049         * mailcap.el (mailcap-print-command):
5050         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5051         Fix typos.
5052
5053 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5054
5055         * gnus-art.el (gnus-article-part-wrapper):
5056         * html2text.el (html2text-fix-paragraphs):
5057         * mm-decode.el (mm-image-fit-p):
5058         * rfc2047.el (rfc2047-encode-message-header):
5059         * shr-color.el (shr-color-visible-distance-min)
5060         (shr-color-relative-to-absolute, set-minimum-interval)
5061         (shr-color-visible): Fix typos.
5062
5063 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5064
5065         * gmm-utils.el (gmm-tool-bar-item):
5066         * gnus-art.el (gnus-treat-body-boundary):
5067         * gnus-diary.el (gnus-user-format-function-d):
5068         * gnus-start.el (gnus-get-unread-articles):
5069         * pgg-gpg.el (pgg-gpg-update-agent):
5070         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5071
5072 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5073
5074         * gnus-topic.el (gnus-group-prepare-topics):
5075         * gnus-uu.el (gnus-extract-view):
5076         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5077
5078 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5079
5080         * spam.el: Move BBDB autoloads.
5081         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5082         BBDB 2 and 3.
5083         (spam-check-BBDB): Use it.
5084         (spam-enter-ham-BBDB): Use it.
5085
5086 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5087
5088         * smime.el (smime-draw-buffer): Spelling fix.
5089
5090 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5091
5092         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5093         for scanning exactly one level.
5094         * gnus-start.el (gnus-get-unread-articles): Ditto.
5095
5096 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5099         slightly clearer.
5100
5101 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5102
5103         * gnus-sync.el: More commentary about setup.
5104
5105 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * message.el (message-send-and-exit): Document `arg'.
5108
5109 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5110
5111         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5112
5113 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5114
5115         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5116
5117         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5118         we don't use `bound-and-true-p'.
5119
5120 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5121
5122         * gnus-util.el (gnus-bound-and-true-p): Remove.
5123         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5124         * nnir.el: Use it.
5125         * nnmairix.el: Use it.
5126
5127 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5128
5129         * gnus-sync.el: Improve docs about CouchDB admins.
5130
5131         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5132         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5133         for reasons unknown.
5134         * nnir.el: Use it.
5135         * nnmairix.el: Use it.
5136
5137         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5138         * nnir.el: Ditto.
5139         * nnmairix.el: Ditto.
5140
5141         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5142
5143 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5144
5145         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5146         not needed.  Provide xmlplistread list function to produce XML plist
5147         output for non-Gnus LeSync clients.
5148
5149 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5152
5153         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5154         and save against it.  Group subscriptions, read marks, other marks,
5155         subscription levels, topic names, and topic offsets (the group's
5156         position within the topic) are saved.  This is an experimental backend
5157         and may change significantly.  Load json.el from the gnus-fallback-lib
5158         if it's not available otherwise.
5159         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5160
5161 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5162
5163         * message.el (message-completion-function): Make sure
5164         message-tab-body-function is not attempted if one of
5165         message-completion-alist fails to find a completion (bug#9158).
5166
5167 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5168
5169         * mml.el (mml-quote-region): Quote <#secure> tag.
5170         (mml-generate-mime-1): Unquote <#secure> tag.
5171
5172 2011-10-20  Chong Yidong  <cyd@gnu.org>
5173
5174         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5175         calling a minor mode from Lisp with nil arg enables it, so we have to
5176         make the wording a bit ambiguous here).
5177
5178 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5181         * nnir.el (nnir-mode): Use it.
5182         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5183         Use it.
5184
5185         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5186         * nnmairix.el (gnus-registry-enabled): Ditto.
5187
5188 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5189
5190         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5191         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5192         only while we need to find out if it should be t or nil.
5193         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5194         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5195         the registry is installed.  Set it to nil when it's unloaded.
5196         (gnus-registry-install-p): Provide user guidance for the initial value
5197         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5198         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5199         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5200         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5201         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5202         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5203         `gnus-registry-install'.
5204
5205 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5206
5207         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5208         previous change.
5209         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5210         primary key is marked as disabled.
5211
5212 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5213
5214         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5215         primary key is marked as disabled.
5216
5217 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5218
5219         * html2text.el (html2text-clean-anchor): Check for quotes around
5220         `href' value.
5221
5222 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5223
5224         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5225         searching.  Drop `bbdb-cache'.
5226
5227 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * message.el (message-signed-or-encrypted-p): Exclude header when
5230         checking if there is signed or encrypted body in text/plain message.
5231
5232 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5233
5234         * html2text.el (html2text-get-attr): Correctly handle attribute values
5235         containing "=".
5236
5237 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5238
5239         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5240         handle bindings.
5241
5242 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * gnus-win.el (gnus-configure-windows): Protect against reading
5245         ephemeral groups outside of Gnus.
5246
5247 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * shr.el (shr-tag-img): Don't get images displayed in tables.
5250
5251 2011-10-03  Glenn Morris  <rgm@gnu.org>
5252
5253         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5254         the "maintainer" version of debbugs.gnu.org reports.
5255
5256 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257
5258         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5259         make asynchronous adjacent image insertion work better.
5260
5261 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5262
5263         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5264         documentation.
5265
5266 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5269         `gnus-asynchronous' isn't shadowed.
5270
5271 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5274
5275         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5276         (nnimap-insert-partial-structure): The charset parameter isn't
5277         case-sensitive.
5278
5279         * nnheader.el (nnheader-message-maybe): New function.
5280
5281         * shr.el (shr-tag-table): Render totally broken tables better.
5282
5283         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5284         computing the boundary.
5285
5286 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5287
5288         * pop3.el (pop3-number-of-responses): Remove.
5289         (pop3-wait-for-messages): Rewrite to take linear time instead of
5290         exponential time.
5291
5292 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5293
5294         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5295         re-fetch images.
5296
5297         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5298         re-fetch images when hitting `g' in Gnus.
5299
5300 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5303         (mml-compute-boundary): Don't check collision if it is non-nil.
5304         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5305         before checking collision.
5306
5307 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * message.el (message-indent-citation): Really make sure there's a
5310         newline at the end.
5311
5312         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5313         Fix suggested by John Wiegley.
5314
5315         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5316
5317         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5318
5319         * message.el (message-default-send-rename-function): Break out into its
5320         own function.
5321
5322         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5323         doesn't work under XEmacs.
5324
5325         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5326         of "imaps" to word around Windows problems.
5327         (nnimap-open-connection-1): Use it.
5328
5329         * message.el (message-indent-citation): Revert last change which made
5330         `F' not work.
5331
5332 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5333
5334         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5335         terminal as well.
5336
5337 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5340         because it displays images using overlays that aren't easy to copy to
5341         the article buffer.
5342
5343 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5344
5345         * message.el (message-indent-citation): Fix empty line removal at the
5346         end of the citation.
5347
5348 2011-09-20  Julien Danjou  <julien@danjou.info>
5349
5350         * auth-source.el (auth-source-netrc-create): Use default value for
5351         password if specified.  Evaluate default.
5352         (auth-source-plstore-create): Ditto.
5353         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5354         value evaluation.
5355         (auth-source-netrc-create): Typo fix.
5356         (auth-source-plstore-create): Ditto.
5357
5358         * password-cache.el (password-cache-remove): Remove entries even if the
5359         value is nil, so that password with a nil value (negative caching) is
5360         possible to invalidate.
5361
5362         * auth-source.el (auth-source-format-cache-entry): New function.
5363
5364 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5367
5368 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5369
5370         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5371
5372 2011-09-19  Julien Danjou  <julien@danjou.info>
5373
5374         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5375         which work with things that are not ASCII.
5376
5377 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378
5379         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5380
5381 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5384         message level.
5385
5386 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5389
5390 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5391
5392         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5393
5394 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5395
5396         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5397         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5398
5399 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5400
5401         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5402         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5403         articles.
5404
5405 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5406
5407         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5408         (message-mail-other-window, message-mail-other-frame)
5409         (message-news-other-window, message-news-other-frame):
5410         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5411         instead of setting buffer display varibles.
5412
5413 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5416
5417         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5418
5419 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5422         duplicates" to a higher level.
5423
5424         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5425         most egregious messages.
5426
5427 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5430
5431 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5432
5433         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5434         up the file (bug#9351).
5435
5436 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5439         it does with all other backends, but decode the names immediately after
5440         getting them.
5441
5442         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5443         decoding nnimap groups.
5444
5445         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5446         newsrc file.  It doesn't seem like an important optimization any more.
5447
5448 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5449
5450         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5451         overflows.
5452
5453 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5456         (gnus-interactive-exit): Extend to `quiet'.
5457
5458         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5459
5460         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5461         string.
5462
5463         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5464         renaming function arguments from `this'.
5465
5466         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5467
5468         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5469         has been renamed.
5470         (gnus-lrm-string-p): Include RLM and PDF, too.
5471
5472         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5473         (bug#9225).
5474
5475 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5476
5477         Add autoload cookies for functions used by sendmail.el.
5478         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5479
5480         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5481
5482 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * gnus-art.el (article-date-ut): Work properly even when there are
5485         things like Date header in the body; work for forwarded parts.
5486
5487 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5488
5489         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5490         original-article-buffer.
5491
5492 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5493
5494         * nnir.el (nnir-compose-result): Fix matching of server type.
5495         (nnir-run-swish++): Ditto.
5496         (nnir-run-namazu): Ditto.
5497         (nnir-run-notmuch): Ditto.
5498
5499 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5502         (bug#9405).
5503
5504         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5505         (bug#9421).
5506
5507         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5508         (bug#9425).
5509
5510         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5511         thing (bug#9426).
5512
5513 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5516         the error message.
5517
5518 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5519
5520         * message.el (message-setup-1): Return t (Bug#9392).
5521
5522 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5523
5524         * gnus-sum.el: When adding article headers to a summary buffer also
5525         update gnus-newsgroup-articles (bug#9386).
5526
5527 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * auth-source.el: Autoload help-mode.
5530
5531 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5534         names.
5535
5536 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5537
5538         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5539         mm-replace-in-string for compatibility issues.
5540         * mml2015.el (mml2015-epg-verify): Ditto.
5541
5542 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5545
5546         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5547
5548 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5551         continue on and do the clean-up phase (bug#9188).
5552
5553         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5554         just ignore groups that can't be opened instead of erroring out
5555         (bug#9225).
5556
5557         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5558         nil since some many people are fuddy-duddies.
5559
5560         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5561         images.
5562
5563         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5564         instead.
5565
5566         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5567
5568         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5569
5570         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5571         processing.
5572
5573         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5574         buffer to avoid warnings.
5575
5576 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5577
5578         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5579         specified to reduce precision.
5580
5581 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5582
5583         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5584         bodystructures (bug#9314).
5585
5586 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5589         Make button keymap non-sticky after buttons.
5590
5591 2011-08-18  David Engster  <dengste@eml.cc>
5592
5593         * nnmairix.el (nnmairix-request-set-mark)
5594         (nnmairix-goto-original-article): Remove adding of article to registry,
5595         since `gnus-registry-add-group' isn't available anymore.
5596         (nnmairix-determine-original-group-from-registry):
5597         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5598         available anymore.
5599
5600 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5601
5602         * starttls.el (starttls-any-program-available): Define as obsolete
5603         function.
5604
5605 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606
5607         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5608         versions which Gnus use when appropriate.
5609
5610         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5611         a pretty destructive command.
5612
5613         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5614
5615 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * message.el (message-fix-before-sending): Make a different warning
5618         about NUL characters (bug#9270).
5619
5620         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5621         from custom (bug#9260).
5622
5623         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5624         things work in Emacs 22 and XEmacs, too.
5625
5626         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5627         default From.
5628
5629         * gnus-spec.el (gnus-lrm-string-p): New macro.
5630         (gnus-lrm-string): New constant.
5631         (gnus-summary-line-format-spec): LRM-ify the from.
5632         (gnus-tilde-max-form): LRM-ify string chopping.
5633
5634         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5635
5636         * message.el (message-is-yours-p): Allow disabling canlock checking
5637         (bug#9295).
5638         (message-shoot-gnksa-feet): Add `canlock-verify'.
5639         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5640         message directory isn't writable (bug#9304).
5641
5642         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5643         non-world-readable.
5644
5645 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5648         articles.
5649
5650 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5651
5652         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5653         copy-list.
5654
5655 2011-08-12  Sam Steingold  <sds@gnu.org>
5656
5657         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5658         in the reverse order to avoid modifying the cache with `nreverse'.
5659         (gnus-all-score-files): Do not modify the value returned by
5660         `gnus-score-find-alist' because it lives in a cache variable.
5661         (gnus-current-home-score-file): No need to `nreverse' the return value
5662         of `gnus-score-find-alist', it is already in the correct order.
5663
5664 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5665
5666         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5667         type MESSAGE and subtype RFC822 is slightly different from those of
5668         type TEXT.
5669
5670 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5671
5672         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5673         This allows article-referral to work from an nnir group.
5674
5675 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5676
5677         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5678
5679 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5680
5681         * mml1991.el (mml1991-epg-find-usable-key)
5682         (mml1991-epg-find-usable-secret-key): New function.
5683         (mml1991-epg-sign): Check if signing key is usable.
5684         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5685
5686 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5687
5688         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5689         server-variables only.  This should fix a bug introduced with commit
5690         e1889675b7f4adf057833c5513c9374134c4e053.
5691         (nnir-run-query): 'nnir-search-engine should not be set from the global
5692         environment.
5693
5694 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5695
5696         * nnir.el (nnir-search-thread): Position point on referring article
5697         line.
5698         (nnir-warp-to-article): Clean up summary buffers.
5699
5700         * nnimap.el (nnimap-request-thread): Whitespace fix.
5701
5702 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5703
5704         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5705
5706 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * starttls.el (starttls-available-p): Rename from
5709         `starttls-any-program-available' and changed return convention.
5710
5711 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5712
5713         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5714         `unix-sync' unless it's defined.
5715
5716 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5717
5718         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5719         `aref' for XEmacs compatibiltiy.
5720
5721 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5722
5723         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5724
5725 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5726
5727         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5728         closures, quote the form properly (bug#9194).
5729
5730 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5733         (gnus-summary-insert-new-articles): Protect against servers that are
5734         down.
5735
5736 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5737
5738         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5739         in mm handle if none is specified.
5740
5741 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5742
5743         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5744
5745 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5746
5747         * nnir.el (nnir-search-thread): New function to make an nnir group
5748         based on a thread query.
5749
5750         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5751         of nnir in thread referral.
5752         (gnus-summary-refer-thread): Use it.
5753
5754         * nnimap.el (nnimap-request-thread): Use it.
5755
5756 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * shr.el (shr-tag-comment): Ignore HTML comments.
5759
5760 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5761
5762         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5763         argument.
5764         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5765         Use `nnir-address' to handle server info rather than passing an arg.
5766
5767         * nnimap.el (nnimap-make-thread-query): New utility function to format
5768         an imap thread search query.
5769         (nnimap-request-thread): Use it.
5770
5771         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5772         right select-method if we are not going back to the group buffer.
5773
5774 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5775
5776         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5777         enter invalid buffer configurations into the quit form (bug#9107).
5778         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5779         unplugged/plugged.
5780
5781         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5782         keep track of which ones are unread (bug#9061).
5783
5784         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5785         (bug#9055).
5786
5787         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5788         (bug#9041).
5789
5790         * gnus-html.el (mm-util): Require (bug#9073).
5791
5792         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5793         (gnus-summary-refer-thread): Use it to remove duplicates in the
5794         un-threaded view (bug#9053).
5795         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5796
5797 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5798
5799         * nnir.el (nnir-read-server-parm): Use default value from global
5800         variable.  Without this the default search engine parameters aren't
5801         used at all.
5802
5803 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * message.el (message-unique-id): Don't use the undocumented return
5806         value from (random t) (bug#9118).
5807
5808 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * message.el (message-auto-save-directory): If the ~/Mail directory
5811         doesn't exist, use ~ as the auto-save directory (bug#4432).
5812
5813         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5814         hasn't already been started.
5815
5816 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5819
5820         * message.el (message-reply): Work around mysterious bug where
5821         `message-mode' seems to overwrite the locally bound `subject' variable.
5822
5823 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5824
5825         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5826         correct group.
5827
5828         * gnus-int.el (gnus-request-thread): Add group argument.
5829
5830         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5831
5832 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833
5834         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5835
5836         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5837         renamed to `debbugs-gnu-*'.
5838
5839 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5840
5841         * plstore.el: Revert the editing feature since it is not urgent.
5842         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5843         (plstore-mode-decoded): Remove.
5844
5845 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5846
5847         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5848         isn't very interesting any more, and it leaks potentially secret data.
5849         (gnus-debug): Remove.
5850
5851         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5852         use of :custom-show.
5853
5854 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5855
5856         * plstore.el: Add documentation.
5857         (plstore-mode): New mode to edit plstore file.
5858         (plstore-mode-toggle-display, plstore-mode-original)
5859         (plstore-mode-decoded): New command.
5860         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5861         (plstore--insert-buffer, plstore--make): New function.
5862         (plstore-open, plstore-save): Simplify by using them.
5863
5864 2011-07-06  Glenn Morris  <rgm@gnu.org>
5865
5866         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5867
5868 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5871         no longer is much used.
5872         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5873         Articles".
5874
5875 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5876
5877         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5878         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5879         `notmuch' backend.
5880
5881 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * mm-decode.el (mm-text-html-renderer): Doc fix.
5884
5885         * gnus-msg.el (gnus-bug): Fix the MML tag.
5886
5887         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5888
5889 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5890
5891         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5892         secondary methods if started with `gnus-no-server'.
5893
5894 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5895
5896         * message.el (message-return-action): Fix typo in docstring.
5897
5898 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5899
5900         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5901         bug reports at once.
5902
5903         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5904
5905 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * nndraft.el: Require gnus-group.
5908         (nndraft-request-list): Declare.
5909
5910         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5911         no unread article unless it matches gnus-permanently-visible-groups.
5912
5913         * nndraft.el (nndraft-update-unread-articles): New function.
5914         (nndraft-request-associate-buffer): Use it to update the number of
5915         unread articles for the nndraft groups in the group buffer when saving
5916         or killing a draft message.
5917
5918 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5921         systems to binary before writing and reading the mbox files.
5922
5923         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5924         instead of trying to list them all (bug#8978).
5925
5926 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5927
5928         * pop3.el (pop3-open-server): Use :end-of-capability.
5929
5930 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5933         the id is always a number.
5934
5935         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5936
5937         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5938         debbugs mode, if possible.
5939
5940 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5941
5942         * auth-source.el (auth-source-token-passphrase-callback-function):
5943         Reindent.
5944         (epg-context-operation): Remove unnecessary autoload.
5945
5946 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947
5948         * gnus.el (gnus-list-debbugs): New command.
5949
5950         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5951         mboxstat instead of the maintbox, since the stat seems to be fuller.
5952
5953         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5954         summary buffers.
5955
5956         * message.el (message-get-reply-headers): Delete all duplicates,
5957         instead of the first.
5958         (message-get-reply-headers): Ensure that we have progress while
5959         deleting duplicates.
5960
5961         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5962         gnus-posting-style value from the summary buffer to make it easier to
5963         make that a per-buffer conf.
5964
5965 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5966
5967         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5968         found by setting `shortcut' in 'query.
5969         (nnir-request-article): Use `shortcut' setting when requesting article
5970         by Message-ID.
5971
5972 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5973
5974         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5975         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5976         Bring the pseudo-headers back too.
5977
5978 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5979
5980         * auth-source.el (auth-source-token-passphrase-callback-function):
5981         Simplify and remove EPA dependency.
5982
5983 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5984
5985         * nnir.el (nnir-request-article): Fix error message text.
5986
5987 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5988
5989         * auth-source.el (plstore-delete): Autoload.
5990         (auth-source-plstore-search): Support delete operation.
5991         * plstore.el (plstore-delete): New function.
5992
5993 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5996         mark actually existing articles as unread rather than the ones that
5997         active asserts.
5998
5999 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6000
6001         * nntp.el (nntp-record-command):
6002         * gnus-util.el (gnus-message-with-timestamp-1):
6003         Use format-time-string rather than decoding time stamps by hand.
6004         This is simpler and insulates the code from potential changes to
6005         current-time format.
6006
6007 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6010
6011 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6012
6013         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6014         (plstore-save): Support public key encryption.
6015         (plstore--init-from-buffer): New function.
6016         (plstore-open): Use it; fix error when opening a non-existent file.
6017         (plstore-revert): Use plstore--init-from-buffer.
6018
6019 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6020
6021         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6022
6023 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6026         for old Emacsen.
6027
6028 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6029
6030         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6031         is not fully working.
6032
6033 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6034
6035         * dgnushack.el: Autoload sha1 on XEmacs.
6036
6037         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6038         quit window configuration.
6039
6040         * auth-source.el (epg-context-set-passphrase-callback):
6041         Remove duplicate autoload.
6042
6043 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6044
6045         * nnir.el (nnir-request-article): Allow requesting articles by
6046         Message-ID with nnimap.
6047
6048         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6049         current server.
6050
6051 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6052
6053         * auth-source.el: Autoload EPA/EPG functions.
6054         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6055         changed when EPA/EPG is not available.
6056         (auth-source-backend): Rename "arg" member to "data".
6057         (auth-source-backend-parse, auth-source-plstore-search)
6058         (auth-source-plstore-create): Use it.
6059
6060 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6061
6062         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6063         `gnus-refer-article-methods'.
6064
6065 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6066
6067         * auth-source.el: Require EPA and EPG.
6068         (auth-source-passphrase-alist): New variable.
6069         (auth-source-passphrase-callback-function)
6070         (auth-source-token-passphrase-callback-function): Callbacks for the
6071         netrc field encryption (GPG tokens).
6072         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6073         Symmetric encryption and decryption of the netrc GPG tokens.
6074         (auth-source-netrc-normalize): Use them, simplifying the closure.
6075
6076 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6079         is available.
6080
6081 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082
6083         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6084         non-nil, and `nnimap-split-methods' is nil, use the former.
6085
6086 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6087
6088         * plstore.el (plstore-revert): New function.
6089         (plstore-open): Use it; hide the buffer from user.
6090
6091 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6092
6093         * auth-source.el (auth-source-backend): New member "arg".
6094         (auth-source-backend-parse): Handle new backend 'plstore.
6095         * plstore.el: New file.
6096
6097 2011-06-30  Glenn Morris  <rgm@gnu.org>
6098
6099         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6100
6101 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6104         expiring articles to.
6105
6106         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6107         variations as ASCII (bug#5458).
6108
6109 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6112
6113 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * message.el (message-point-in-header-p): Tweak the function to default
6116         to saying that we're not in the headers if there is no separator at
6117         all.  This makes it possible to use the Message version of `M-q' in
6118         buffers with no headers (bug#7987).
6119         (message-point-in-header-p): Fix last checkin to work with an empty
6120         mail-header-separator, too.
6121
6122         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6123         again, save the choice via customize.
6124
6125 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126
6127         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6128
6129         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6130         ended the connection, bail out before waiting infinitely on a new
6131         connection.
6132
6133 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6134
6135         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6136         reports.
6137
6138         * gnus.el (gnus-bug-package): Use "gnus."
6139         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6140
6141 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * dgnushack.el: Make the timer warning go away on XEmacs.
6144
6145         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6146         animations going on at article exit time.
6147
6148         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6149         since removing it breaks people upgrading.
6150
6151         * shr.el (shr-put-image): Use the new interface for animating images.
6152         (shr-put-image): Animate for 60 seconds.
6153
6154         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6155         avoid compiler warnings.
6156
6157         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6158         error with `find-file-hooks' on Emacs 22.
6159         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6160         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6161         on all architectures.
6162
6163         * spam.el (spam-stat): Require in a normal fashion without binding
6164         `spam-stat-install-hooks' to avoid compilation warnings.
6165
6166         * spam-stat.el (spam-stat-install-hooks): Remove.
6167         (spam-stat-install-hooks): Don't run automatically.
6168
6169 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6170
6171         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6172         and keystroke.
6173
6174 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * auth-source.el (auth-source-netrc-cache): Move forward.
6177
6178 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6179
6180         * proto-stream.el (proto-stream-open-starttls): Use
6181         `gnutls-available-p' to see whether we have built-in support.
6182
6183         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6184         we already know.
6185         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6186         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6187
6188 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6189
6190         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6191         %S format, since that looks odd.
6192         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6193         file, especially when saving.
6194
6195 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6196
6197         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6198         article found.
6199
6200 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6203         `auth-source-save-secrets' with a more sensitive alist that can be
6204         configured per file.  Experimental, so defaults to 'never.
6205         (auth-source-netrc-create): Use it.  Still experimental code.
6206         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6207         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6208
6209 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6210
6211         * auth-source.el (auth-source-save-secrets): New variable to control if
6212         secret tokens should be saved encrypted.
6213         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6214         to `auth-source-netrc-normalize'.
6215         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6216         on the EPA variables being defined.
6217         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6218         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6219         the lexical-let closure.
6220         (auth-source-netrc-create): Create "gpg:" tokens according to
6221         `auth-source-save-secrets'.
6222
6223 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-group.el (gnus-group-update-group): Add new argument
6226         `info-unchanged' that stops updating dribble buffer.
6227
6228         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6229         deletes lines matching to it in dribble buffer.
6230
6231         * gnus-agent.el (gnus-agent-fetch-group-1):
6232         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6233         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6234         * gnus-start.el (gnus-group-change-level):
6235         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6236
6237         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6238         if newsgroup info is not changed.
6239
6240         * gnus-group.el (gnus-group-get-new-news-this-group):
6241         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6242         Don't update dribble buffer.
6243
6244 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6245
6246         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6247         remove entries with groups we ignore.
6248
6249 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6250
6251         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6252         the underline comes at the bottom.
6253
6254 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6255
6256         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6257         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6258         (gnus-registry-article-marks-to-names): Rename from
6259         `gnus-registry-user-format-function-M2'.
6260
6261 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6264         ephemeral group.
6265
6266 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267
6268         * shr.el (shr-browse-image): Copy the URL if called interactively.
6269
6270 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6271
6272         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6273         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6274         done, then unselected articles may be marked as read.
6275
6276         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6277         since not doing this seems to lead to a race condition in pop3-logon.
6278
6279         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6280         so that the call chain it correct when we call "upwards".
6281
6282         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6283         in read-only groups.
6284
6285         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6286
6287         * message.el (message-cite-reply-position): Doc string fix.
6288
6289         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6290         avoid regexp overflow.
6291         (nnimap-transform-split-mail): Ditto.
6292
6293         * pop3.el (pop3-retr): Error out if the server closes the connection.
6294
6295 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6296
6297         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6298         mm-with-unibyte-current-buffer.  The buffer should not contain any
6299         multibyte chars anyway at this stage.
6300
6301 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6302
6303         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6304         at the end of lines.
6305
6306 2011-05-29  Julien Danjou  <julien@danjou.info>
6307
6308         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6309
6310 2011-05-27  Glenn Morris  <rgm@gnu.org>
6311
6312         * gnus-group.el (gnus-bug-group-download-format-alist):
6313         Use the "maintainer" version of debian reports as well.
6314
6315 2011-05-26  Glenn Morris  <rgm@gnu.org>
6316
6317         * gnus-group.el (gnus-bug-group-download-format-alist):
6318         Use the "maintainer" version of debbugs.gnu.org reports.
6319
6320 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6323
6324 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6325
6326         * gnus-cus.el (gnus-agent-customize-category):
6327         * gnus-delay.el (gnus-delay-send-queue):
6328         * gnus.el (gnus-other-frame):
6329         Don't quote lambda expressions with `quote'.
6330
6331 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6332
6333         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6334         the thread moves us backwards and so we loop forever.
6335
6336 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6339         whitespace in base64 data lines.
6340
6341 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6342
6343         * gnus-registry.el (gnus-registry-user-format-function-M):
6344         Use `mapconcat'.
6345         (gnus-registry-user-format-function-M2): Use to see the full text of
6346         the marks.  Make "," the mark text separator.
6347
6348         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6349         authentication with auth-source.
6350
6351 2011-05-17  Glenn Morris  <rgm@gnu.org>
6352
6353         * gnus-group.el (gnus-import-other-newsrc-file):
6354         Use insert-file-contents.
6355
6356 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6359         1000 iterations.
6360
6361 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * nntp.el (nntp-open-connection): Check if process-type is available.
6364
6365 2011-05-16  Julien Danjou  <julien@danjou.info>
6366
6367         * shr.el (shr-tag-del): Add support for del tag.
6368
6369 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-html.el (gnus-html-put-image): Register a displayer.
6372
6373         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6374
6375 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6376
6377         * registry.el (prune-factor): New initialization parameter defaulting
6378         to 0.1.
6379         (registry-prune-hard): Use it.
6380
6381         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6382         0.1 expicitly.
6383
6384 2011-05-13  Glenn Morris  <rgm@gnu.org>
6385
6386         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6387         is bound, since this function requires sendmail.
6388
6389 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6390
6391         * registry.el (registry-usage-test): Disable pruning test.
6392
6393 2011-05-11  David Engster  <dengste@eml.cc>
6394
6395         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6396         Bind set-network-process-option for XEmacs.
6397
6398 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6399
6400         * registry.el (registry-prune-hard-candidates)
6401         (registry-prune-soft-candidates): Helper methods for registry pruning.
6402         (registry-prune): Use them.  Make the sort function optional.
6403
6404 2011-05-10  Jim Meyering  <meyering@redhat.com>
6405
6406         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6407
6408 2011-05-10  Julien Danjou  <julien@danjou.info>
6409
6410         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6411         symbol and not a list.
6412
6413 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-art.el (gnus-article-mode): Move binding of
6416         shr-put-image-function here from gnus-article-prepare-display.
6417
6418         * shr.el (shr-put-image-function): New variable.
6419         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6420         (shr-put-image): Return scaled image.
6421
6422         * gnus-art.el (gnus-shr-put-image): New function.
6423         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6424
6425         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6426         original ones, as deletable.
6427
6428 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6429
6430         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6431
6432 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6433
6434         * registry.el (registry-full): Add convenience method.  Fix logic.
6435         (registry-insert): Use it.  Fix logic here too.
6436
6437         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6438         `registry-prune' if `registry-full' returns t.
6439         (gnus-registry-handle-action)
6440         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6441         (gnus-registry-usage-test): Use it.
6442
6443 2011-05-07  Julien Danjou  <julien@danjou.info>
6444
6445         * shr.el (shr-link): Make shr-link inherit from link by default.
6446
6447 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6450
6451 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6452
6453         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6454         error out because the face is not a list.
6455
6456 2011-05-05  Glenn Morris  <rgm@gnu.org>
6457
6458         * proto-stream.el (gnutls-negotiate): Fix declarations.
6459
6460         * gnus-start.el (gnus-propagate-marks): Declare.
6461
6462 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         * registry.el (registry-reindex): Fix percentage message.
6465
6466         * proto-stream.el (network-stream-open-starttls): Adjust to call
6467         `gnutls-negotiate' with :process and :hostname arguments.
6468
6469 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * shr.el: Add shr-link face for links.
6472         (shr-urlify): Use it.
6473
6474         * registry.el (registry-insert): Make error message more helpful.
6475
6476 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * gnus-html.el (gnus-html-schedule-image-fetching):
6479         Use url-queue-retrieve, if it exists.
6480
6481         * shr.el (shr-tag-img): Ditto.
6482
6483         * gnus.el: Autoload more gnus-agent functions.
6484
6485         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6486         agent if we haven't already (bug#8502).
6487
6488         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6489         into the Agent, too.
6490
6491         * gnus-agent.el (gnus-agent-store-article): New function.
6492
6493         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6494         and moved from that file for reuse.
6495
6496         * pop3.el (pop3-open-server): Error messages are "-ERR".
6497
6498 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6501         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6502
6503 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6504
6505         * gnus.el: No Gnus v0.17 is released.
6506
6507 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6508
6509         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6510         buffer has moved to a different frame.
6511
6512 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6515         to get the conversion from unibyte to multibyte buffers to work on
6516         Emacs 22.
6517
6518         * nntp.el (nntp-request-article): Slight clean-up.
6519
6520 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * shr.el (shr-strike-through): New face.
6523         (shr-tag-s): Use it to provide <s> support.
6524         (shr-tag-s): Remove duplicate definition.
6525
6526 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6527
6528         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6529         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6530
6531 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6532
6533         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6534         `gnutls-negotiate'.
6535         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6536
6537 2011-04-23  Glenn Morris  <rgm@gnu.org>
6538
6539         * gnus-sum.el (gnus-extra-headers): Bump :version.
6540
6541 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * shr.el (shr-tag-sup): New function.
6544         (shr-tag-sub): Ditto.
6545
6546 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6549         for the case where `gnus-registry-ignored-groups' is a list of lists,
6550         and don't call `gnus-parameter-registry-ignore' otherwise.
6551
6552 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6553
6554         * nnimap.el (nnimap-user): New backend variable.
6555         (nnimap-open-connection-1): Use it.
6556         (nnimap-credentials): Accept user parameter so it's explicit what user
6557         name is desired.
6558
6559         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6560         default.
6561
6562         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6563         not gnus-registry.el.
6564
6565         * gnus-registry.el: Mention in comments how to modify
6566         `gnus-extra-headers' for proper recipient tracking and that it may
6567         already have To and Cc recently, which it does as of this commit.
6568         (gnus-registry-ignored-groups): Remove defcustom.
6569         Explain why in comments.
6570         (gnus-registry-action): Fix data-header reference to use the extra
6571         headers.  Explain in package commentary how to add To and Cc headers to
6572         the gnus-extra-headers.
6573         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6574         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6575         parameter list or a string list in `gnus-registry-ignored-groups'.
6576         Fix logic error.
6577
6578 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * shr.el (shr-expand-url): Protect against null urls.
6581
6582 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6583
6584         * shr.el (shr-base): New binding.
6585         (shr-tag-base): Keep track of <base>.
6586         (shr-expand-url): New function used throughout.
6587
6588 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6589
6590         * gnus-registry.el
6591         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6592         (gnus-registry-ignored-groups): New variable.
6593         (gnus-registry-ignore-group-p): Use it.
6594         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6595         set the destination group to nil (same as delete) if it's ignored.
6596
6597 2011-04-20  David Engster  <dengste@eml.cc>
6598
6599         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6600
6601         * Makefile.in (test-nntp): New rule.
6602         (check): Add it.
6603         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6604
6605 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-registry.el (gnus-registry-action)
6608         (gnus-registry-fetch-header-fast):
6609         Don't use mail-header that looks an internal function of mailheader.el.
6610
6611 2011-04-19  Glenn Morris  <rgm@gnu.org>
6612
6613         * time-date.el (time-to-days): Remove unused local variables.
6614
6615 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-registry.el: Eliminate cl functions.
6618         (gnus-registry-sort-addresses): New function that replaces mapcan.
6619         (gnus-registry-action, gnus-registry-spool-action)
6620         (gnus-registry-split-fancy-with-parent)
6621         (gnus-registry-fetch-recipients-fast): Use it.
6622         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6623
6624         * registry.el (initialize-instance, registry-lookup)
6625         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6626         (registry-lookup-secondary-value, registry-search, registry-delete)
6627         (registry-insert, registry-reindex, registry-size, registry-prune):
6628         Use eval-and-compile.
6629
6630 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         * registry.el (registry-reindex): New method to recreate the secondary
6633         registry indices.
6634
6635         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6636         tracked field changes.
6637         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6638         (gnus-registry-action, gnus-registry-spool-action)
6639         (gnus-registry-handle-action)
6640         (gnus-registry--split-fancy-with-parent-internal)
6641         (gnus-registry-split-fancy-with-parent)
6642         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6643         move, and delete actions, and for fancy splitting with parent.
6644         (gnus-registry-extract-addresses)
6645         (gnus-registry-fetch-recipients-fast)
6646         (gnus-registry-fetch-header-fast): Convenience functions.
6647         (gnus-registry-misc-test): ERT test of
6648         `gnus-registry-extract-addresses'.
6649
6650 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6653         Track by subject first, then sender.
6654
6655 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6656
6657         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6658
6659         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6660         Lisp.
6661
6662         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6663         (gnus-draft-send): Use it to avoid popping
6664         up frames from gnus-group-send-queue.
6665
6666 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6667
6668         * gnus-registry.el: Updated gnus-registry docs.
6669
6670 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6671
6672         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6673         Fix logic bug.
6674         (gnus-registry-post-process-groups): Fix logging of no results and
6675         quote sender and subject.
6676
6677 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6680         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6681         gnutls-cli are too slow to be done opportunistically.
6682
6683         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6684         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6685         we had no early-data returned.
6686         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6687         two async commands to the same server at the same time.
6688
6689 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6690
6691         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6692
6693 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6694
6695         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6696         "warning" level.
6697
6698         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6699         (mm-url-insert-file-contents): Don't set the package names.
6700
6701 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6702
6703         * gnus-registry.el (gnus-registry-action): Remove properties and
6704         simplify subject in `gnus-registry-handle-action'.
6705         (gnus-registry-spool-action): Get subject and sender from message if
6706         they are not passed in.
6707         (gnus-registry-handle-action): Remove properties and simplify subject
6708         consistently.
6709
6710 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6711
6712         * registry.el: Require CL before using defmacro*.
6713
6714 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-art.el (article-treat-date): Assume that
6717         gnus-article-date-headers may be a group parameter.
6718
6719 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6720
6721         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6722
6723         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6724         interactively so the newsrc file can contain foreign groups too.
6725         Useful for debugging but not much for users.
6726
6727 2011-04-07  David Engster  <dengste@eml.cc>
6728
6729         * registry.el (registry-usage-test): Only do
6730         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6731         lexical binding.
6732
6733 2011-04-07  David Engster  <dengste@eml.cc>
6734
6735         * Makefile.in (check, test-registry): New rules for test-suite.
6736
6737 2011-04-06  David Engster  <dengste@eml.cc>
6738
6739         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6740         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6741
6742 2011-04-06  David Engster  <dengste@eml.cc>
6743
6744         * registry.el (initialize-instance): Change :after to :AFTER to be
6745         compatible with old EIEIO version in XEmacs.
6746
6747 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * gnus-registry.el (gnus-registry-post-process-groups)
6750         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6751         and provide better messaging.
6752
6753 2011-04-06  David Engster  <dengste@eml.cc>
6754
6755         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6756         errors.
6757
6758         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6759         dgnushack-compile with error-on-warn enabled, and to signal an error if
6760         clean compilation failed.
6761         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6762         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6763
6764 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6767         unconditionally anyway, discarding errors.
6768         (gnus-registry-delete-entries): New convenience function.
6769         (gnus-registry-import-eld): Import from old .eld registry.
6770
6771         * registry.el: Don't use ERT if it's not available.  Load it
6772         unconditionally anyway, discarding errors.
6773
6774         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6775         version from the Claudio Bley GnuTLS patch (extra optional parameters
6776         and host name).
6777
6778 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6781         fixup the parameters that can be customized by the user between
6782         save/read cycles.
6783         (gnus-registry-read): Use it.
6784         (gnus-registry-make-db): Use it.
6785         (gnus-registry-spool-action, gnus-registry-handle-action):
6786         Fix messaging.
6787         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6788         Map references to actual group names with sender and subject tracking.
6789         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6790         (gnus-registry-usage-test): Add subject lookup test.
6791
6792         * registry.el (registry-db, initialize-instance): Set up constructor
6793         instead of :initform arguments for the sake of older Emacsen.
6794         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6795         pre-lexbind merge bug.
6796         (registry-usage-test): Use it.
6797         (initialize-instance, registry-db): Move the non-function initforms
6798         back to the class definition.
6799
6800 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * registry.el: New library to manage gnus-registry-style data.
6803
6804         * gnus-registry.el: Use it (major rewrite).
6805
6806         * nnregistry.el: Use it.
6807
6808         * spam.el: Use it.
6809
6810 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6813         marks on non-selected articles.
6814
6815 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6816
6817         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6818         parameter to open-protocol-stream.
6819
6820 2011-04-01  Julien Danjou  <julien@danjou.info>
6821
6822         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6823         fundamental-mode.
6824
6825 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6826
6827         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6828         servers.
6829
6830 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6833         made marks not propagate, again.
6834
6835 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6836
6837         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6838         Make this the default type.
6839         (proto-stream-open-plain): Rename from proto-stream-open-default.
6840         (open-protocol-stream, proto-stream-open-starttls)
6841         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6842         with `plain'.
6843
6844         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6845         value.
6846
6847         * nntp.el (nntp-open-connection-function): Document the fact that some
6848         values are not functions but are instead handled specially.
6849         Recognize nntp-open-plain-stream value.
6850         (nntp-open-connection): Recognize that value.
6851
6852 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6855         where it seems to be needed.
6856
6857 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6860         stuff.
6861
6862         * gnus-score.el (gnus-score-string): Fix calling convention of
6863         `gnus-simplify-buffer-fuzzy' after last patches.
6864
6865         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6866         server for articles we didn't get any headers for.  This is a sanity
6867         check.
6868
6869 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6870
6871         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6872         new CAPABILITY, use it.
6873
6874 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6877         downloading anything.
6878
6879         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6880
6881 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6882
6883         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6884         colors.
6885         (gnus-splash-svg-color-symbols): New function.
6886
6887 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6888
6889         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6890         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6891         (gnus-simplify-subject-fuzzy): Use the local
6892         gnus-simplify-subject-fuzzy-regex instead of the global one.
6893         This makes using this variable in group parameters work.
6894
6895 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * gnus-registry.el (gnus-registry-unfollowed-groups):
6898         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6899         archive:sent-YYYY-MM-DD groups).
6900         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6901         tracking if there are more than `gnus-registry-max-track-groups'
6902         matches.
6903
6904 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6905
6906         * message.el (message--yank-original-internal): New function to do the
6907         insertion cleanly inside eval in `message-yank-original'.
6908         (message-yank-original): Use it.
6909
6910 2011-03-29  Julien Danjou  <julien@danjou.info>
6911
6912         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6913         local variables disabled rather than `normal-mode'.
6914
6915 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6916
6917         * imap.el (imap-shell-open, imap-process-connection-type):
6918         Use imap-process-connection-type for 'shell' streams as well as
6919         Kerberos, SSL, other subprocesses.
6920
6921 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6922
6923         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6924         with open-network-stream.
6925         (proto-stream-always-use-starttls): Option removed.
6926         (open-protocol-stream): Return a process object by default.  Provide a
6927         new parameter :return-list specifying a list-type return value, which
6928         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6929         :type `network' to `try-starttls', and `network-only' to `default'.
6930         Make `default' the default, for compatibility with open-network-stream.
6931         Handle the no-parameter case exactly as open-network-stream, with no
6932         additional stream processing.  Search plists using plist-get.
6933         Explicitly add :end-of-commend parameter if it is missing.
6934         (proto-stream-open-default): Rename from
6935         proto-stream-open-network-only.  Return 'default as the type.
6936         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6937         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6938         failed.  Always return a list with a (possibly dead) process as the
6939         first element, for compatibility with open-network-stream.
6940         (proto-stream-open-tls): Use plist-get.  Always return a list.
6941         (proto-stream-open-shell): Return `default' as connection type.
6942         (proto-stream-capability-open): Use plist-get.
6943         (proto-stream-eoc): Function deleted.
6944
6945         * nnimap.el (nnimap-stream, nnimap-open-connection)
6946         (nnimap-open-connection-1): Handle renaming of :type parameter for
6947         open-protocol-stream.
6948         (nnimap-open-connection-1): Pass a :return-list parameter
6949         open-protocol-stream to obtain a list return value.  Parse this list
6950         using plist-get.
6951
6952         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6953         for open-protocol-stream.  Accept open-protocol-stream return value
6954         that is a subprocess object instead of a list.  Handle the case of a
6955         dead returned process.
6956
6957 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6958
6959         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6960
6961         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6962
6963 2011-03-21  Julien Danjou  <julien@danjou.info>
6964
6965         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6966         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6967         query.
6968         (mm-inline-text): Render normal text with fontification whenever
6969         possible.
6970
6971         * gnus-sum.el (gnus-summary-save-parts-1):
6972         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6973         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6974         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6975         Use `mm-handle-filename'.
6976
6977         * mm-util.el (mm-handle-filename): New function, return the filename of
6978         an handle.
6979
6980 2011-03-18  Julien Danjou  <julien@danjou.info>
6981
6982         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6983         (gnus-buffer-live-p): Check that buffer is not nil.
6984
6985 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6986
6987         * gnus.el: No Gnus v0.15 is released.
6988
6989 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6992         avoid warning on XEmacs.
6993
6994         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6995         on XEmacs.
6996
6997         * gnus-art.el: Require mouse, which the build bot seems to say is
6998         needed.
6999
7000         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7001
7002         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7003         XEmacs, since it doesn't have url-retrieve-synchronously.
7004
7005         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7006         since assoc-string doesn't exist in XEmacs.
7007
7008 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7009
7010         * gnus-group.el (gnus-group-list-ticked): New function.
7011         (gnus-group-make-menu-bar): Provide a menu entry for it.
7012         (gnus-group-list-map): Provide a binding for it.
7013
7014 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7015
7016         * shr.el (shr-visit-file): New command.
7017
7018         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7019
7020 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7021
7022         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7023         servers.
7024
7025 2011-03-16  Julien Danjou  <julien@danjou.info>
7026
7027         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7028         inline.
7029
7030         * gnus-art.el (article-hide-list-identifiers):
7031         Use gnus-group-get-list-identifiers.
7032
7033         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7034         (gnus-summary-remove-list-identifiers):
7035         Use gnus-group-get-list-identifiers to get regexp.
7036         (gnus-select-newsgroup, gnus-summary-insert-subject)
7037         (gnus-summary-insert-articles):
7038         Call gnus-summary-remove-list-identifiers unconditionally.
7039
7040 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7043         we're selecting a group with unread articles.
7044
7045         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7046
7047         * gssapi.el: New file separated out from imap.el to provide a general
7048         Kerberos 5 connection facility for Emacs.
7049
7050         * message.el (message-elide-ellipsis): Document the format spec
7051         ellipsis.
7052
7053 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7054
7055         * message.el (message-elide-region): Allow the ellipsis to say how many
7056         lines were removed.
7057
7058 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7061         window configurations containing buffers that are now dead.
7062
7063         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7064         parsing to avoid integer overflows.
7065         (nnimap-parse-flags): Simplify the last change.
7066         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7067         too large for 32-bit Emacsen.
7068
7069 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7070
7071         * auth-source.el (auth-source-netrc-create):
7072         * message.el (message-yank-original): Fix use of `case'.
7073
7074 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7075
7076         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7077         XEmacs, which was one character too wide.
7078
7079 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7080
7081         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7082         default number of articles to display.
7083         (gnus-articles-to-read): Use pretty names for prompt.
7084
7085 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * gnus-int.el (gnus-open-server): Ditto.
7088
7089         * gnus-start.el (gnus-activate-group): Give a backtrace if
7090         debug-on-quit is set and the user hits `C-g'.
7091         (gnus-read-active-file): Ditto.
7092
7093         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7094
7095 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * message.el (message-yank-original): Use cond instead of CL case.
7098
7099 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7100
7101         * auth-source.el (auth-source-netrc-create): Use usual format for the
7102         default in prompts.
7103
7104 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * lpath.el: Fbind read-char-choice for XEmacs.
7107
7108 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * auth-source.el (auth-source-netrc-create): Show the default in the
7111         prompt when prompting for token creation.
7112
7113 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7114
7115         * auth-source.el (auth-source-format-prompt): Always convert the value
7116         to a string to avoid evaluating non-string arguments.
7117         (auth-source-netrc-create): Offer default properly, not as initial
7118         content in `read-string'.
7119         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7120         of line to determine if we've been run before.  If so, don't run again,
7121         but print a trivial message to indicate the cache was hit instead.
7122
7123 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7124
7125         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7126         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7127         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7128         Gnus.
7129
7130 2011-03-11  Julien Danjou  <julien@danjou.info>
7131
7132         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7133         modified file".
7134
7135 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * auth-source.el (auth-source-read-char-choice): New function to read a
7138         character choice using `dropdown-list', `read-char-choice', or
7139         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7140         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7141         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7142         (auth-source-netrc-saver): Use it.
7143         (auth-source-pick-first-password): New convenience function.
7144
7145 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7148         parameter in the credentials.
7149         (nnimap-open-connection-1): Use it after a successful login.
7150         (nnimap-credentials): Add IMAP-specific user and password prompt.
7151
7152         * auth-source.el (auth-source-search): Add :require parameter, taking a
7153         list.  Document it and the :save-function return token.  Pass :require
7154         down.  Change the CREATED message from a warning to a debug statement.
7155         (auth-source-search-backends): Pass :require down.
7156         (auth-source-netrc-search): Pass :require down.
7157         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7158         Change save prompt to indicate all modifications saved here are
7159         deletions.
7160         (auth-source-netrc-create): Take user login name as default in user
7161         prompt.  Move all the save functionality to a lexically bound function
7162         under the :save-function token in the returned list.  Set up clearer
7163         default prompts for user, host, port, and secret.
7164         (auth-source-netrc-saver): New function, intended to be wrapped for
7165         :save-function.
7166
7167 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7168
7169         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7170         lines to be spaces instead.
7171
7172 2011-03-07  Julien Danjou  <julien@danjou.info>
7173
7174         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7175         (sieve-sasl-auth): Check that auth-source-search did return something,
7176         or just return an empty string.
7177
7178 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7179
7180         * gnus.el (gnus-interactive): Use read-directory-name.
7181
7182         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7183         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7184         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7185         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7186         Likewise.
7187
7188         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7189
7190 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7191
7192         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7193         onto the list of killed groups, too.  This makes killed nnimap groups,
7194         for instance, more reliably not reappear.
7195
7196         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7197         the parent.
7198
7199         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7200
7201         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7202         really have server-side marks.
7203
7204         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7205         since most backends do not usefully have server-side marks.
7206         (gnus-update-read-articles): Propagate marks to all backends that
7207         really have server-side marks.
7208
7209 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7210
7211         * message.el (message-cite-reply-position, message-cite-style):
7212         New variables.
7213         (message-yank-original): Use the new citation styles.
7214
7215 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7216
7217         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7218         buffer-local issue); don't mark it buffer-local when running under
7219         XEmacs.
7220
7221 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7222
7223         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7224         numbers too big to be `read'.
7225
7226 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7227
7228         * password-cache.el (password-in-cache-p): Add autoload.
7229
7230         * message.el (message-options): Make buffer-local two ways to attempt
7231         to fix a XEmacs bug.
7232
7233 2011-03-02  Julien Danjou  <julien@danjou.info>
7234
7235         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7236
7237 2011-03-01  Julien Danjou  <julien@danjou.info>
7238
7239         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7240         group.
7241         (article-hide-list-identifiers): Use list-identifier group parameter.
7242
7243 2011-02-28  Julien Danjou  <julien@danjou.info>
7244
7245         * sieve.el (sieve-buffer-script-name): New local variable to store
7246         sieve script name.
7247         (sieve-edit-script): Store sieve script name.
7248         (sieve-upload): Use sieve script name when uploading.
7249         (sieve-upload): Use substitute-command-keys.
7250         (sieve-edit-script): Use substitute-command-keys.
7251         (sieve-refresh-scriptlist): Use substitute-command-keys.
7252         (sieve-manage-mode-map): Define keymap properly.
7253         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7254         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7255         Remove commented code about cvs.
7256         (sieve-manage-quit): New function.
7257         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7258
7259 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7260
7261         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7262
7263 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * auth-source.el (auth-source-search): Cache empty result sets.
7266
7267         * password-cache.el (password-in-cache-p): Convenience function to
7268         check if a key is in the cache, even if the value is nil.
7269
7270         * auth-source.el (auth-source-save-behavior): New variable to replace
7271         `auth-source-never-create'.
7272         (auth-source-netrc-create): Use it.
7273         (auth-source-never-save): Remove.
7274
7275 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7276
7277         * nnimap.el (nnimap-stream): Doc fix.
7278         (nnimap-open-connection-1): Reverse the order of the ports to that the
7279         prompted-for port is first.
7280
7281         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7282         retrieval by the no-group selection.
7283
7284         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7285         numerical parameters.
7286
7287 2011-02-25  Julien Danjou  <julien@danjou.info>
7288
7289         * gnus-gravatar.el: Use gnus-with-article-buffer.
7290
7291         * gnus-art.el (gnus-with-article-buffer): Check that the
7292         gnus-article-buffer is alive.
7293
7294 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7295
7296         * auth-source.el (auth-source-creation-prompts): New variable to manage
7297         creation-time prompts.
7298         (auth-source-search): Document it.
7299         (auth-source-format-prompt): Add utility function.
7300         (auth-source-netrc-create): Don't default the user name to
7301         user-login-name.  Use `auth-source-creation-prompts' and some default
7302         prompts for user, host, port, and password (the default generic prompt
7303         remains ugly).
7304         (auth-source-never-save): Add customizable option to never save info.
7305         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7306         mode excursion.
7307
7308 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7311         argument that XEmacs doesn't support.
7312
7313         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7314         compiled for Emacsen having no `libxml-parse-html-region' support.
7315
7316         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7317
7318         * lpath.el: Bind buffer-save-without-query for XEmacs.
7319
7320 2011-02-23  Julien Danjou  <julien@danjou.info>
7321
7322         * gnus-art.el (article-make-date-line): Ignore errors if time is
7323         invalid and not convertible.
7324         (article-make-date-line): Only add lapsed time if time is not nil.
7325
7326 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7327
7328         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7329         `read-char-choice' for backwards compatibility.
7330         (auth-source-netrc-element-or-first): New function to DTRT for
7331         parameter extraction.
7332         (auth-source-netrc-create): Use it and fix multiple parameter print
7333         bug.  Use the default passed from above (given-default) or the
7334         built-in (user-login-name for :user).
7335
7336 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7337
7338         * gnus-start.el (gnus-dribble-read-file):
7339         Set buffer-save-without-query, since we always want to save the dribble
7340         file, probably.
7341
7342         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7343         nnimap.
7344
7345         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7346         -summary- since it's a user-visible variable.
7347
7348         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7349         first time you use the new Gnus.
7350
7351 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7352
7353         * auth-source.el: Don't load netrc.el.
7354         (auth-sources): Search ~/.netrc as well by default.
7355         (auth-source-debug): Add 'trivia option for extra output.
7356         (auth-source-do-trivia): Use it.
7357         (auth-source-search): Simplify logic to use
7358         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7359         appropriate.  Don't keep a running count at this level.  Layer :create
7360         and :delete options appropriately on the first and second passes.
7361         Don't track the backend with the search results.
7362         (auth-source-search-backends): New function to search a list of
7363         backends for a processed spec.
7364         (auth-source-netrc-parse): Cache all netrc files, making
7365         auth-source-netrc-cache an alist keyed by the file name and using the
7366         file mtime as the caching criterion.  Keep the obfuscated data secret
7367         with a lexical bind.
7368         (auth-source-netrc-search): Don't calculate the length of the results
7369         unnecessarily.
7370         (auth-source-search-backends): Fix bug.
7371         (auth-source-netrc-create): Rework prompts.
7372
7373 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7374
7375         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7376         Lower case names of search constraints.
7377         (nnir-run-query): Cache and reuse search constraints for all imap
7378         servers.
7379
7380 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7381
7382         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7383         after exit.
7384         (gnus-setup-message): Define missing variable from last checkin.
7385
7386         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7387         value, show the raw article.
7388
7389 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7390
7391         * gnus.el: No Gnus v0.13 is released.
7392
7393 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7394
7395         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7396         auth-source now accepts numbers.
7397
7398         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7399         spec, too.
7400         (auth-source-ensure-strings): New function.
7401
7402         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7403         (gnus-article-setup-buffer): Always restart the date timer so that user
7404         changes to the frequency is respected.
7405
7406         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7407         port numbers, so make sure it gets that if nnimap-server-port is
7408         explicit.
7409
7410 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7411
7412         * nnimap.el (nnimap-inbox): Doc fix.
7413
7414 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7415
7416         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7417         Autoload.  Add optional arg FRAME, and pass it to color-values.
7418         (color-complement): Caller changed.  Doc fix.
7419         (color-gradient): Rewrite for better clarity and efficiency.
7420
7421 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7422
7423         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7424         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7425         color-lab-to-srgb.
7426
7427 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7428
7429         * color.el: First part of merge from hexrgb.el.
7430         (color-rgb-to-hex): Rename from color-rgb->hex.
7431         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7432         saturation to zero if the value is too small.
7433         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7434         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7435         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7436         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7437         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7438         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7439         (color-cie-de2000): Doc fix.
7440
7441 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7442
7443         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7444         given method as in the group name if we're using an extended method.
7445         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7446         command, if we're using that, instead of waiting for the beginning.
7447
7448         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7449         we're sure to get unique server names, and we don't output two async
7450         commands in the same buffer.  This fixes an NNTP hang for some users.
7451
7452 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7453
7454         * gnus.el: No Gnus v0.11 is released.
7455
7456 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7457
7458         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7459         summary buffer before reading going to the next buffer.  This avoids
7460         putting the point in the group buffer if you `C-g' the command.
7461
7462         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7463         cache (for now) to make ~/.authinfo.gpg files usable.
7464
7465         * nnfolder.el (copyright-update): Define for the compiler.
7466
7467         * auth-source.el (auth-source-search): Fix unbound variable.
7468
7469 2011-02-19  Glenn Morris  <rgm@gnu.org>
7470
7471         * gnus.el (gnus-meta): Doc fix.
7472
7473 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7474
7475         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7476         in case it's not yet loaded.
7477
7478 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7479
7480         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7481         line we're waiting for.
7482
7483 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7484
7485         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7486         face with line-width greater than zero will cause RET in gnus summary
7487         buffer to scroll down article page-wise because auto vscroll happens,
7488         it should be temporally disabled when doing a scroll-up.
7489
7490 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7491
7492         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7493         outputs from the server.
7494
7495 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7496
7497         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7498         later so that bbdb can hook in easier.
7499
7500 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7501
7502         * auth-source.el (auth-source-search): Don't try to create credentials
7503         if the caller doesn't want that.
7504         (auth-source-search): If we don't find a match, don't bug out on
7505         non-bound variables.
7506         (auth-source-search): Only ask a single backend to create the
7507         credentials.
7508
7509         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7510         logging.
7511         (nnimap-credentials): Protect against auth-source-search returning nil.
7512         (nnimap-request-list): Protect against not being able to open the
7513         server.
7514
7515 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7516
7517         * auth-source.el (auth-source-search): Do a two-phase search, one with
7518         no :create to get the responses from all backends.
7519
7520         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7521         when getting credentials.
7522
7523         * gnus-util.el (gnus-delete-duplicates): New function.
7524
7525 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7526
7527         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7528         a creation default, pass the whole port list down.  It will be
7529         completed.
7530
7531         * auth-source.el (auth-source-search): Updated docs to talk about
7532         multiple creation choices.
7533         (auth-source-netrc-create): Accept a list as a value (from the search
7534         parameters) and do completion on that list.  Keep a separate netrc line
7535         with the password obscured for showing the user.
7536
7537         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7538         first choice to `auth-source-search' so it will be used for entry
7539         creation instead of the server's Gnus-specific name.
7540         (nnimap-credentials): Rely on the auth-source library to select which
7541         port is actually wanted in the new netrc entry, so don't override
7542         `auth-source-creation-defaults'.
7543
7544         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7545         :protocol and accept a missing user, host, or port as a wildcard match.
7546         (auth-source-debug): Default to off.
7547
7548         (auth-source-netrc-search, auth-source-netrc-create)
7549         (auth-source-secrets-search, auth-source-secrets-create)
7550         (auth-source-user-or-password, auth-source-backend, auth-sources)
7551         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7552         instead of :protocol.
7553
7554         * nnimap.el (nnimap-credentials): Pass a port default to
7555         `auth-source-search' in case an entry needs to be created.
7556         (nnimap-open-connection-1): Use :port instead of :protocol.
7557
7558 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * auth-source.el: Bind load-path when loading EIEIO from
7561         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7562         21.4 doesn't support, to `require'.
7563         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7564         delete-dups that is not available in XEmacs 21.4.
7565
7566 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7567
7568         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7569         as EIEIO must also be loaded when auth-source.el is being
7570         byte-compiled.
7571
7572 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7573
7574         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7575
7576         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7577
7578         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7579
7580         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7581
7582         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7583
7584         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7585
7586         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7587
7588         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7589         necessary.
7590
7591 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7592
7593         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7594         nil means that nnimap doesn't get updated.
7595
7596 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7597
7598         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7599         result when the user doesn't want to write to the file.
7600         (auth-source-netrc-search): Expect a synthetic result and proceed
7601         accordingly.
7602         (auth-source-cache-expiry): New variable to override
7603         `password-cache-expiry'.
7604         (auth-source-remember): Use it.
7605
7606         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7607         parameter.  Create entry if necessary by using :create t.
7608         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7609
7610 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7611
7612         * auth-source.el (auth-source-debug): Enable by default and don't
7613         mention the obsolete `auth-source-hide-passwords'.
7614         (auth-source-do-warn): New function to debug unconditionally.
7615         (auth-source-do-debug): Use it.
7616         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7617         and for Secrets API entries when the secrets.el library is not
7618         available.
7619
7620 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7621
7622         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7623         (gnus-summary-exit): Kill the correct article buffer on exit from a
7624         `C-d' group.
7625
7626         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7627         gnus-propagate-marks.
7628
7629         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7630         before killing the buffers so that a non-full window conf gets handled
7631         correctly.
7632         (gnus-summary-exit): Ditto.
7633         (gnus-summary-read-group-1): Ditto.
7634
7635         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7636         async code again so that we can debug it properly.
7637
7638         * message.el (message-reply): Take an optional switch-buffer parameter
7639         so that Gnus window confs are respected better.
7640
7641 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7642
7643         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7644         `plist-get' to accept non-list parameters (XEmacs issue).
7645         Fix docstring.
7646         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7647         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7648         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7649         Login collection is "Login" and not "login".
7650
7651 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7652
7653         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7654         multiple headers.
7655
7656         * nnimap.el (nnimap-inhibit-logging): New variable.
7657         (nnimap-log-command): Don't log login commands.
7658
7659         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7660         to have more parameters.
7661
7662         * nnimap.el (nnimap-send-command): Mark the command time for each
7663         command, so that we don't get NOOPs stepping on our toes.
7664
7665         * gnus-art.el (article-date-ut): Get the date from the Date header on
7666         `t'.
7667
7668 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * auth-source.el (auth-source-search): Use copy-sequence instead of
7671         the cl.el copy-list.
7672
7673 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7674
7675         * imap.el: Bring it back (revert
7676         84d800cd31de3064f0ed39617d725709a2f8f42f).
7677
7678 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7679
7680         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7681         Improve prompt.
7682
7683 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7684
7685         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7686         washing status from the default format.  It isn't very informative.
7687
7688 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7689
7690         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7691         Fix Gcc processing on imap.
7692
7693 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7694
7695         * imap.el: Remove file.  All the functionality is in nnimap.el.
7696
7697 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7698
7699         * message.el (message-bury): Don't pop up a new window when selected
7700         window is dedicated.
7701
7702 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7703
7704         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7705
7706 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7707
7708         * sieve-manage.el: Autoload `auth-source-search'.
7709         (sieve-sasl-auth): Use it.
7710
7711 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7712
7713         * nnimap.el: Autoload `auth-source-forget+'.
7714         (nnimap-open-connection-1): Use it if the connection fails.
7715
7716         * auth-source.el: Require `password-cache'.
7717         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7718         obsolete.
7719         (auth-source-magic): Marker for `password-cache' keys.
7720         (auth-source-do-cache): Update docstring.
7721         (auth-source-search): Use and check cache.
7722         (auth-source-forget-all-cached, auth-source-remember)
7723         (auth-source-recall, auth-source-forget, auth-source-forget+)
7724         (auth-source-specmatchp): Caching support functions.
7725         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7726         Remove and obsolete.
7727         (auth-source-user-or-password): Remove caching to further discourage
7728         using it.  Always hide passwords.
7729
7730         * password-cache.el (password-cache-remove): Accept secrets that are
7731         not strings.
7732
7733 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7734
7735         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7736         code for now, since it doesn't work for all users.
7737
7738 2011-02-09  Julien Danjou  <julien@danjou.info>
7739
7740         * message.el (message-options): Make message-options really buffer
7741         local.
7742
7743 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7744
7745         * mail-source.el: Autoload `auth-source-search'.
7746         (mail-source-keyword-map): Note order matters.
7747         (mail-source-set-1): Get all the mail-source source values and
7748         defaults and search auth-source on those if needed.  This can all
7749         probably be simplified.
7750
7751         * nnimap.el: Autoload `auth-source-search'.
7752         (nnimap-credentials): Use it.
7753         (nnimap-open-connection-1): Ask for the virtual server and physical
7754         address in one shot.
7755
7756         * nntp.el: Autoload `auth-source-search'.
7757         (nntp-send-authinfo): Use it.  Note TODO.
7758
7759 2011-02-08  Julien Danjou  <julien@danjou.info>
7760
7761         * shr.el (shr-tag-body): Add support for text attribute in body
7762         markups.
7763
7764         * message.el (message-options): Make message-options a local variable.
7765
7766 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7767
7768         * auth-source.el (auth-source-secrets-search)
7769         (auth-source-user-or-password): Use `append' instead of `nconc'.
7770         (auth-source-user-or-password): Build return list better and protect
7771         against nil :secret.
7772
7773 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7774
7775         * nnimap.el (nnimap-update-info): Refactor slightly.
7776         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7777         (nnimap-update-info): Clean up slightly.
7778         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7779         characters.
7780         (nnimap-process-quirk): Rename function to avoid collision.
7781         (nnimap-update-info): Fix macrology bug-out.
7782         (nnimap-update-info): Simplify split history test.
7783
7784 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7785
7786         * auth-source.el (top): Require 'eieio unconditionally.
7787         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7788         (auth-source-secrets-search): Limit search when `max' is greater than
7789         number of results.
7790
7791 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7792
7793         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7794         part not returning any data.
7795
7796         * proto-stream.el (open-protocol-stream): Document the return value.
7797
7798 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7799
7800         * auth-source.el (auth-source-secrets-search): Add examples.
7801
7802 2011-02-06  Julien Danjou  <julien@danjou.info>
7803
7804         * message.el (message-setup-1): Handle message-generate-headers-first
7805         set to t.
7806
7807 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7810         API with a string "secrets:collection-name" and with 'default.
7811         (auth-source-backend-parse): Parse "secrets:collection-name" and
7812         'default.  Recurse on parses instead of repeating code.  Use the
7813         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7814         message when ignoring a source.
7815         (auth-source-search): List ignored search keys at the top level.
7816         (auth-source-netrc-create): Use `case' instead of `cond'.
7817         (auth-source-secrets-search): Created with TODOs.
7818         (auth-source-secrets-create): Created with TODOs.
7819         (auth-source-retrieve, auth-source-create, auth-source-delete)
7820         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7821         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7822         (auth-source-user-or-password-sftp)
7823         (auth-source-user-or-password-smtp): Remove.
7824         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7825         around `auth-source-search'.  Not tested thoroughly.
7826
7827 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7828
7829         * auth-source.el: Bring in assoc and eioeio libraries.
7830         (secrets-enabled): New variable to track the status of the Secrets API.
7831         (auth-source-backend): New EIOEIO class to represent a backend.
7832         (auth-source-creation-defaults): New variable to set prompt defaults
7833         during token creation (see the `auth-source-search' docstring for
7834         details).
7835         (auth-sources): Simplify to allow a simple string as a netrc backend
7836         spec.
7837         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7838         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7839         (auth-source-search): Main auth-source API entry point.
7840         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7841         (auth-source-search-collection): Helper function for searching.
7842         (auth-source-netrc-parse, auth-source-netrc-normalize)
7843         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7844         Supports search, create, and delete.
7845         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7846         backend stubs.
7847         (auth-source-user-or-password): Call `auth-source-search' but it's not
7848         ready yet.
7849
7850 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7851
7852         * message.el (message-setup-1): Remove the read-only stuff, since it
7853         doesn't work under XEmacs, for some reason.
7854
7855         * gnus-sum.el (gnus-user-date): Rename back from
7856         gnus-summary-user-date since user code refers to it.
7857
7858         * shr.el (shr-render-td): Store the actual background color used.
7859
7860         * message.el (message-setup-1): Don't bind the constant
7861         -forbidden-properties.
7862         (message-setup-1): Revert previous change, since it needs to bind the
7863         props to insert them.
7864         (message-resend): Allow removing the read-only separator line.
7865
7866 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7867
7868         * nnimap.el (nnimap-request-accept-article): Give an error message if
7869         the APPEND wasn't successful.
7870
7871 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7872
7873         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7874         that have no groups.
7875
7876 2011-02-03  Julien Danjou  <julien@danjou.info>
7877
7878         * gnus-draft.el: Remove progn around gnus-draft-setup.
7879
7880 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus-start.el (gnus-read-active-for-groups): This function is never
7883         called with a nil `infos', so clean that up.
7884         (gnus-get-unread-articles): Request active files from primary/secondary
7885         methods that have no groups (yet).
7886
7887 2011-02-03  Julien Danjou  <julien@danjou.info>
7888
7889         * message.el (message-setup-1): Always generate References first.
7890         (message-mail): Return the return value of message-setup, not always t.
7891         (message-setup-1): Insert mail-header-separator with read-only and
7892         intangible properties set.
7893
7894         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7895         user-date in docstring.
7896
7897         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7898
7899         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7900         docstring.
7901
7902         * gnus.el (gnus-user-date-format-alist): Change default value.
7903         Use defcustom, with type and group.  Move from gnus-util.el.
7904         Rename to gnus-summary-user-date-format-alist.
7905
7906 2011-02-03  Glenn Morris  <rgm@gnu.org>
7907
7908         * nnimap.el (gnus-fetch-headers): Declare.
7909
7910         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7911
7912 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7913
7914         * message.el (message-forward-make-body-digest-plain)
7915         (message-followup, message-reply): Clean up things noted by Stefan.
7916
7917         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7918         gnus-article-update-date-headers is nil.
7919         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7920         it didn't really work with defcustom.
7921         (article-update-date-lapsed): Make sure the window start doesn't move,
7922         either.
7923
7924 2011-02-01  Julien Danjou  <julien@danjou.info>
7925
7926         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7927         format.
7928
7929         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7930         standard in Emacs nowadays.
7931
7932         * color.el (color-gradient): Add a color-gradient function.
7933
7934 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7935
7936         * message.el (message-expand-name): Don't trust the return value of
7937         bbdb-complete-name.
7938         (message-check-news-header-syntax): Remove unused var `start'.
7939         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7940         (message-inhibit-body-encoding): Move to before first use.
7941         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7942         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7943         (Organization, Message-ID, Date, mh-previous-window-config):
7944         Defvar the vars using dynamic scoping.
7945
7946 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7947
7948         * shr.el (shr-render-td): Only do colors at the final rendering.
7949         Should be slightly faster.
7950         (shr-insert-table): Fix up TD background colors when doing the
7951         vertical padding.
7952
7953         * gnus-art.el (article-date-ut): Protect against articles with no Date
7954         header.
7955         (article-update-date-lapsed): Don't use current-column to find the
7956         horizontal position.  It's fragile in the presence of \003 characters.
7957
7958         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7959
7960 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7961
7962         * gnus-art.el (article-transform-date): Rewrite to still work when
7963         there are several rfc2822 parts.
7964         (article-transform-date): Fix infinite recursion.
7965         (article-date-ut): Replace infinitely many Date headers with a single
7966         one when called interactively.
7967
7968         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7969         secure manner.
7970
7971         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7972         move around by not using save-window-excursion.  It seems to work...
7973
7974 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-art.el (article-make-date-line): Work for user-defined format.
7977
7978 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7979
7980         * nntp.el (nntp-retrieve-group-data-early)
7981         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7982         fetching functions.
7983
7984         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7985         thoroughly for all backends that have no known groups.  This should
7986         allow new nnml methods to retrieve mail.
7987
7988         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7989         that Gnus doesn't know exists again.
7990
7991         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7992         (gnus-treat-date-ut): Ditto.
7993         (gnus-article-update-date-header): Rename.
7994         (gnus-treat-date-local): Remove.
7995         (gnus-treat-date-english): Remove.
7996         (gnus-treat-date-lapsed): Remove.
7997         (gnus-treat-date-combined-lapsed): Remove.
7998         (gnus-treat-date-original): Remove.
7999         (gnus-treat-date-iso8601): Remove.
8000         (gnus-treat-date-user-defined): Remove.
8001         (gnus-article-date-headers): New variable to control all the date
8002         header options.
8003         (article-date-ut): Rewrite to allow using the new way to format date
8004         headers(s).
8005
8006 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8007
8008         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8009         method.
8010         (nnmail-article-group): A better test for fanciness.
8011
8012         * nnimap.el (nnimap-request-head): Protect against not finding the
8013         article by Message-ID.
8014
8015 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8016
8017         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8018         keep point at the "same place".
8019
8020 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8021
8022         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8023         data if the group is inactive.
8024
8025 2011-01-28  Julien Danjou  <julien@danjou.info>
8026
8027         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8028         (gnus-all-windows-visible-p): Remove old compatibility code.
8029         (gnus-window-top-edge): Add docstring.
8030
8031         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8032
8033 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8034
8035         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8036         older request-update-info.
8037
8038         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8039
8040 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8041
8042         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8043         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8044
8045 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8046
8047         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8048         groups.  This makes the nndraft:queue group pop up if it's not already
8049         there.
8050
8051         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8052         messages" logic, which was reversed.
8053
8054         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8055         the "same place" even if point is on the line being replaced.
8056         (article-update-date-lapsed): Allow updating both the combined lapsed
8057         and the lapsed headers.
8058         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8059         (article-make-date-line): Limit the number of segments dynamically to
8060         avoid too-long lines.
8061
8062 2011-01-27  Julien Danjou  <julien@danjou.info>
8063
8064         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8065         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8066
8067 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8070         Use plist-get instead of the cl function getf.
8071
8072 2011-01-27  Glenn Morris  <rgm@gnu.org>
8073
8074         * gnus-util.el (float-time): Get rid of compiler warning, again.
8075
8076 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8077
8078         * shr.el (shr-put-color): Special-case background colors: Do put them
8079         at the blank parts at the front of the lines.
8080
8081         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8082         exit hook to nix out all data on readedness on group exit.
8083
8084         * gnus-util.el (float-time): If float-time is bound, always use it on
8085         all Emacsen.  It's unclear why the subrp check was there.
8086         (time-date): Require to make some autoload issues on XEmacs go away.
8087
8088         * shr.el (shr-put-color): Don't do the box padding in tables, since
8089         they're already padded.
8090
8091 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8092
8093         * gnus-art.el (gnus-article-next-page): When the last line of the
8094         article is displayed, scroll down once more instead of going to the
8095         next article at once.
8096         (article-lapsed-string): Refactor out and allow specifying how many
8097         segments you want.
8098         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8099         (gnus-article-update-lapsed-header): New variable.
8100
8101         * shr.el: Revert change that made headings use different-sized faces.
8102         The Emacs display engine isn't advanced enough that, for instance,
8103         tables can comfortably use differently-sized faces.
8104
8105 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8106
8107         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8108         used.
8109         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8110         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8111         we're using an encrypted connection.
8112
8113         * proto-stream.el: Alter the interface functions to also return the
8114         actual stream type used: network or tls.
8115
8116 2011-01-25  Julien Danjou  <julien@danjou.info>
8117
8118         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8119         (mm-display-javascript-inline): New function.
8120
8121         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8122         viewing function.
8123
8124 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * shr.el (shr-expand-newlines): Fix variable name.
8127
8128 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8129
8130         * shr.el (shr-expand-newlines): Make nested boxes work.
8131
8132 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8133
8134         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8135         backgrounds.
8136         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8137         in a more sensible manner.
8138
8139 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8140
8141         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8142         if EPG is loaded.
8143
8144 2011-01-24  Julien Danjou  <julien@danjou.info>
8145
8146         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8147         tags.
8148
8149 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8150
8151         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8152         commands.
8153
8154         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8155         in the article buffer.
8156         (gnus-gravatar-insert): Use blank space from the current buffer to
8157         avoid breaking text properties.  This makes X-Sent updating work again.
8158
8159         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8160
8161 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8162
8163         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8164         fix the bug in url-http.el instead.
8165
8166         * shr.el (shr-image-fetched): Ditto.
8167
8168         * shr.el (shr-image-fetched): Avoid having point move in the article
8169         buffer.
8170
8171         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8172         buffer after being called.  It's apparently being killed by url.el, and
8173         killing it made point move to end-of-buffer in a random buffer.
8174
8175         * shr.el (shr-image-fetched): Ditto.
8176
8177 2011-01-23  Julien Danjou  <julien@danjou.info>
8178
8179         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8180
8181         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8182         text/x-org.
8183
8184 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8185
8186         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8187         (i.e., nnimap) returning nil as the article number.
8188
8189 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8190
8191         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8192         "DelSp" parameter in RFC3676.
8193
8194 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8195
8196         * message.el (message-check-recipients): Display the encoded version of
8197         the bogus address if they differ.
8198
8199         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8200         after sending.
8201
8202         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8203
8204         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8205
8206         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8207         group buffer after sending the queue.
8208
8209         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8210
8211 2011-01-22  Julien Danjou  <julien@danjou.info>
8212
8213         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8214
8215 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8216
8217         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8218         nested related parts.
8219
8220         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8221         unexpired articles.  This fixes the regression that led expiry marks to
8222         disappear from nnfolder groups.
8223
8224 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8225
8226         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8227         Don't confuse the "ret" of "retrograde" with RET.
8228
8229 2011-01-21  Julien Danjou  <julien@danjou.info>
8230
8231         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8232         than mm-insert-inline.
8233
8234 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8237         Widen article buffer.
8238
8239 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8240
8241         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8242         the temp buffer.
8243         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8244
8245 2011-01-20  Julien Danjou  <julien@danjou.info>
8246
8247         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8248
8249         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8250         than mm-insert-inline to insert inline part: this respect
8251         mm-inline-media-tests displayers.
8252
8253         * mm-view.el (mm-display-shell-script-inline): New function.
8254
8255         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8256
8257         * mm-uu.el (mm-uu-type-alist): Add org block.
8258         (mm-uu-org-src-code-block-extract): New function.
8259
8260         * mm-view.el (mm-display-org-inline): New function.
8261
8262         * mm-decode.el (mm-automatic-display): Add text/org.
8263
8264         * mailcap.el (mailcap-mime-extensions): Add .org.
8265
8266 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8269         gnus-article-add-buttons.
8270
8271 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8272
8273         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8274         From header with a date and "nobody" as the sender.
8275
8276 2011-01-19  Julien Danjou  <julien@danjou.info>
8277
8278         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8279         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8280         if you have the same regexp several times.
8281         (gnus-button-push): Fix matching when regexp is symbol.
8282
8283 2011-01-15  Glenn Morris  <rgm@gnu.org>
8284
8285         * message.el (message-mail): A compose-mail function should
8286         accept headers as strings.
8287
8288 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8289
8290         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8291         Add :vert-only tags.
8292         (message-mail): New arg RETURN-ACTION.
8293         (message-return-action): New var.
8294         (message-bury): Use it.
8295         (message-mode): Make it buffer-local.
8296         (message-send-and-exit): Always call message-bury.
8297
8298         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8299         message-mail.
8300
8301 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8302
8303         * nnimap.el (nnimap-convert-partial-article): Protect against
8304         zero-length body parts.
8305
8306         * mm-decode.el (mm-preferred-alternative-precedence):
8307         Discourage showing empty parts.
8308
8309         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8310         and stuff if the backend didn't return the article number.  This fixes
8311         an Exchange-related nnimap bug.
8312
8313         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8314         group window, because it does the wrong thing when a separate frame
8315         displays the group buffer.
8316
8317         * proto-stream.el (open-protocol-stream): Protect against the low-level
8318         transport functions returning nil.
8319
8320 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8321
8322         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8323         (mml2015-epg-find-usable-secret-key): New function.
8324         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8325         mml2015-epg-find-usable-key (Bug#7797).
8326         (mml2015-epg-encrypt): Ditto.
8327
8328 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * dgnushack.el (rot13-string): Fix the way to get the argument.
8331
8332 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8333
8334         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8335
8336 2011-01-03  Glenn Morris  <rgm@gnu.org>
8337
8338         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8339
8340         * sieve.el (sieve-open-server): Give a more explicit error if
8341         sieve-manage-open returns nil.  (Bug#7720)
8342
8343 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8344
8345         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8346
8347 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8350         This avoids sending passwords in plain text over non-encrypted
8351         channels.
8352
8353         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8354
8355         * nnimap.el (nnimap-login): Refactored out into own function, and
8356         implement CRAM-MD5.
8357         (nnimap-wait-for-line): Refactored out.
8358
8359         * mm-view.el (mml-smime): Require.
8360
8361 2010-12-20  David Engster  <deng@eml.cc>
8362
8363         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8364         use EPG to decrypt S/MIME messages instead of openssl.
8365
8366 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8367
8368         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8369
8370         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8371         status is the group clearly is unreachable.
8372
8373         * auth-source.el (auth-source-create): Add the optional second
8374         parameter to `local-variable-p' to be compatible with XEmacs.
8375
8376 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8377
8378         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8379         work when using a compressed nnml folder.
8380
8381 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8384         backends after sanitising on entry, because this never makes sense:
8385         If the articles have gone missing, then the data no longer exists on
8386         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8387         overwrite anything anyway.
8388
8389         * shr.el (shr-insert-document): Bind shr-width dynamically to
8390         window-width if it's nil.
8391
8392 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8393
8394         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8395         with the meaning of using the full emacs window width for rendering.
8396
8397 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8398
8399         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8400         case when sender is not given.
8401
8402 2010-12-23  Julien Danjou  <julien@danjou.info>
8403
8404         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8405         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8406         the addresses, otherwise we might misplaced the gravatar.
8407
8408 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8409
8410         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8411         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8412         obsolete in Emacs.
8413
8414 2010-12-20  Julien Danjou  <julien@danjou.info>
8415
8416         * gnus-util.el (gnus-rescale-image): Revert last change.
8417
8418 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8419
8420         * binhex.el: Improve commentary (Bug#7482).
8421
8422 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * gnus-group.el (gnus-group-delete-articles): New command.
8425
8426 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8427
8428         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8429
8430 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8431
8432         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8433         here, since it's up to the backends to do CRLF removal if their
8434         protocol has it.
8435
8436         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8437
8438 2010-12-17  Julien Danjou  <julien@danjou.info>
8439
8440         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8441         they are from file.  Can also scale up.
8442
8443 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8444
8445         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8446         Restore gnus-use-agent.
8447         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8448
8449         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8450
8451 2010-12-17  Julien Danjou  <julien@danjou.info>
8452
8453         * gravatar.el (gravatar-retrieve-synchronously): New function.
8454         (gravatar-get-data): Make more robust.
8455
8456 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8459
8460 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8463         to really consider the last line.
8464
8465 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8466
8467         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8468         list of recipient keys, or use symmetric encryption if not a list.
8469         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8470         EPA override, replacing the call to `netrc-store-data'.
8471
8472 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8473
8474         * gnus-srvr.el: Avoid passing nil regexp argument to
8475         delete-matching-lines.
8476
8477 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8478
8479         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8480         fetching stops when Gnus exits.
8481
8482         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8483         function.
8484         (nnfolder-request-expire-articles): Save all the buffers after doing
8485         expiry.
8486
8487         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8488         the last article", since that led to serious performance regressions
8489         when expiring nnml groups.
8490
8491 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8492
8493         * nnir.el: Improve customizations.
8494
8495 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8496
8497         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8498
8499         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8500         group has been killed.
8501         (gnus-group-yank-group): Ditto.
8502
8503         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8504
8505         * nnimap.el (nnimap-request-update-group-status): New function.
8506
8507         * gnus-int.el (gnus-request-update-group-status): New interface
8508         function.
8509
8510         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8511         copying read-ness to the backends.
8512
8513         * nnimap.el (nnimap-quirk): New function.
8514         (nnimap-retrieve-group-data-early): Use it.
8515         (nnimap-quirks): New alist.
8516
8517 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8520         don't delete it within indentation.
8521
8522 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8525         previous line.
8526
8527 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8530         QRESYNC command by deleting a superfluous space which broke Cyrus
8531         servers.  This change will break other servers that are buggy the other
8532         way around.
8533
8534 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8535
8536         * spam.el: Reindent and fix long lines.
8537         (spam-copy-or-move-routine): Exclude invalid move destinations.
8538
8539 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8540
8541         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8542         installed the registry.
8543
8544 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8547
8548 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8549
8550         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8551         groupname doesn't contain "gmane".
8552
8553 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8556         and netrc-bound-and-true-p bindings.
8557         (netrc-parse): Cache the netrc contents.
8558
8559         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8560         (gnus-1): Don't create the nndrafts group twice.
8561         (gnus-setup-news): There's no need to read the active file here, since
8562         that's done again later on a per-backend basis.
8563         (gnus-start-draft-setup): Make sure that the new group is started out
8564         empty.
8565
8566         * gnus-agent.el (gnus-agentize): Don't create the queue group
8567         automatically on startup.  It'll be created later, if needed.
8568
8569         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8570         of automatically subscribed groups.
8571         (gnus-auto-subscribed-categories): New variable.
8572         (gnus-matches-options-n): Use it.
8573         (gnus-default-subscribed-newsgroups): Remove unused variable.
8574         (gnus-start-draft-setup): Message a bit less.
8575
8576 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8577
8578         * nnir.el (nnir-run-imap): Return article list in order of increasing
8579         UID.
8580
8581 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * gnus-sum.el (gnus-summary-enter-digest-group):
8584         Mention gnus-auto-select-on-ephemeral-exit.
8585
8586         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8587         convention of the network-only option.
8588
8589 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8590
8591         * proto-stream.el (proto-stream-open-network-only): New function to
8592         have a way to specify non-STARTTLS upgrade connections.
8593
8594 2010-12-10  Julien Danjou  <julien@danjou.info>
8595
8596         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8597         email address is nil.
8598
8599         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8600
8601 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8602
8603         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8604         deletion.
8605         (nnir-run-imap): Only need to parse list once.
8606
8607 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8608
8609         * shr.el (shr-tag-script): Ignore <script>.
8610         (shr-tag-label): Add <label> support.
8611
8612 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8615
8616         * shr.el (shr-image-displayer): Work for images lined side by side.
8617
8618 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8619
8620         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8621         parameter, since XEmacs doesn't accept t as a parameter.
8622
8623 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8624
8625         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8626         ids.
8627         (nnir-run-gmane): Simplify groupspec formatting.
8628         (nnir-request-expire-articles): New function.
8629
8630 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631
8632         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8633         overflow, possibly.
8634
8635         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8636         (shr-render-td): Handle td style="" better.
8637         (shr-tag-table): Use the color from the style sheet.
8638         (shr-render-td): Make sure we copy over all the overlays, too.
8639
8640 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8641
8642         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8643         (nnir-request-article): Improve article retrieval.
8644
8645 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * mm-util.el (mm-extra-numeric-entities): New variable.
8648
8649         * mm-url.el (mm-url-decode-entities):
8650         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8651
8652         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8653
8654 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8655
8656         * message.el: Use completion-at-point.
8657         (message-completion-function): New fun, extracted from message-tab.
8658         (message-mode): Use it for completion-at-point-functions.
8659         (message-tab): Use it and completion-at-point.
8660
8661 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8664         character if a non-breakable character follows.
8665
8666 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8669         any stream.
8670
8671         * shr.el (shr-tag-font): Colorize the region.
8672         (shr-tag-body): Ditto.
8673         (shr-tag-font): Actually let the styles be inherited instead of
8674         overwriting them.
8675         (shr-tag-font): Get the background color right.
8676         (shr-tag-style): Ignore all <style> tags for the moment.
8677
8678         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8679         a Message-ID to avoid having nnimap depend on gnus-sum.
8680
8681         * shr.el (shr-descend): Only colorize something if we have a node that
8682         sets colors.
8683
8684 2010-12-06  Julien Danjou  <julien@danjou.info>
8685
8686         * shr.el (shr-render-td): Render td content with shr-descend, so style
8687         will be applied to <td> too.
8688         (shr-colorize-region): Colorize region even if we only have a background.
8689         (shr-tag-body): Fix color and background color inheritance.
8690         Do not recolorize after shr-generic.
8691         (shr-tag-font): Let shr-generic colorize via inheritance.
8692
8693 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8696
8697 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8698
8699         * nnir.el (nnir-request-move-article): Remove obsolete code.
8700
8701 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8704
8705 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * gnus-sum.el (gnus-summary-respool-article): The completion function
8708         expects a list instead of an alist.
8709
8710         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8711         string as the parameter.
8712
8713         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8714
8715         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8716         styles.
8717         (shr-colorize-region): New function.
8718         (shr-insert-background-overlay): Remove.
8719         (shr-render-td): Background setting should be taken care of on a higher
8720         level.
8721         (shr-tag-body): Use post-hoc colorizations.
8722         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8723         (shr-put-color-1): Don't overwrite old colors.
8724         (shr-colorize-region): When the background color isn't explicit, use
8725         a fixed background.
8726
8727         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8728         nnmail variables.
8729
8730 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8731
8732         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8733         unless necessary.
8734
8735 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8736
8737         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8738         server.
8739
8740 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8743         so that TAB works.
8744
8745         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8746         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8747
8748         * shr.el (shr-urlify): Show the URL before the title to avoid
8749         misleading URLs.
8750
8751 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8752
8753         * shr.el (shr-urlify): Display the title in <a> tags.
8754
8755 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8756
8757         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8758
8759 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8760
8761         * nnir.el: Rearrange code to allow macros to be autoloaded by
8762         gnus-sum.el.
8763         (nnir-retrieve-headers-override-function): Make this variable
8764         customizable.
8765         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8766
8767         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8768         from nnir.el.
8769
8770 2010-12-03  Julien Danjou  <julien@danjou.info>
8771
8772         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8773
8774 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8777         allow optional argument `environment'.
8778
8779 2010-12-03  Glenn Morris  <rgm@gnu.org>
8780
8781         * mm-extern.el (message-goto-body): Update declaration.
8782
8783 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-util.el (gnus-macroexpand-all): New function.
8786
8787         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8788         instead of macroexpand-all that is unavailable in XEmacs.
8789
8790 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8791
8792         * nnir.el (nnir-summary-line-format): New variable.
8793         (nnir-mode): Use it.
8794         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8795         (nnir-article-ids): Reimplement as defsubst.
8796         (nnir-retrieve-headers): Don't mangle the subject header.
8797         (nnir-run-imap): Use 100 as RSV score.
8798         (nnir-run-find-grep): Fix for full server searching.
8799         (nnir-run-gmane): Better restriction to gmane groups.
8800
8801         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8802         summary buffers.
8803
8804 2010-12-02  Julien Danjou  <julien@danjou.info>
8805
8806         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8807
8808         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8809
8810         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8811         support.
8812
8813 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8814
8815         * nnir.el: Update to handle the registry better.
8816         (autoload): Silence byte-compiler.
8817         (nnir-open-server): Add a hook for nnir groups.
8818         (nnir-request-move-article): Don't mangle the header.  Better to use
8819         formatting variables (which will be added in the future).
8820         (nnir-registry-action): Update the registry using the original article
8821         group name.
8822         (nnir-mode): Install nnir-specific hooks for updating the registry.
8823
8824         * gnus-sum.el
8825         (gnus-article-original-subject, gnus-newsgroup-original-name):
8826         Remove obsolete variables.
8827         (gnus-summary-move-article): Remove use of obsolete variables.
8828         (gnus-summary-local-variables): Make move and delete hooks local to
8829         summary buffers.
8830
8831 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * rtree.el: New file.
8834
8835 2010-12-01  Julien Danjou  <julien@danjou.info>
8836
8837         * message.el (message-user-organization): Do not use
8838         gnus-local-organization.
8839
8840         * gnus.el: Remove gnus-local-organization.
8841
8842         * gnus-msg.el: Remove nastygram thing.
8843
8844 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8845
8846         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8847         funcall.
8848
8849 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8852         names.
8853
8854         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8855         characters.
8856
8857         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8858         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8859         Suggested by Štěpán Němec <stepnem@gmail.com>.
8860         (gnus-gravatar-transform-address): Use mail-extract-address-components
8861         that supports non-ASCII names rather than mail-header-parse-addresses.
8862
8863 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * proto-stream.el (open-protocol-stream): All starttls connections are
8866         handled by the network handler.
8867
8868 2010-11-30  Julien Danjou  <julien@danjou.info>
8869
8870         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8871         (nnimap-open-connection-1): Fix PREAUTH.
8872
8873         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8874
8875 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8878         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8879         (shr-insert): Use them.
8880         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8881
8882 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8883
8884         * nnir.el (nnir-request-move-article): Bail out if original group
8885         doesn't support article moves.
8886         (nnir-get-active): Improve active list retrieval.
8887
8888 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8889
8890         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8891
8892 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8893
8894         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8895         seem to accept strings-with-numbers as port numbers.
8896
8897 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8898
8899         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8900         change the registry.
8901
8902 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8905         delete-dups that is not available in XEmacs 21.4.
8906
8907         * mm-util.el (mm-delete-duplicates): Add comment.
8908
8909 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8910
8911         * nnir.el (nnir-ignored-newsgroups): New variable.
8912         (nnir-get-active): Use it.
8913
8914 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * proto-stream.el (proto-stream-open-network): Add some comments.
8917
8918         * nntp.el (nntp-open-connection): Provide a :success condition.
8919
8920         * nnimap.el (nnimap-open-connection-1): Ditto.
8921
8922         * proto-stream.el (proto-stream-open-network): See what the response to
8923         the STARTTLS command is.
8924
8925         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8926         backwards compatibility).
8927         (nnimap-open-connection-1): Really respect nnimap-server-port.
8928
8929         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8930         TLS upgrades we don't really care about the identity of the peer.
8931         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8932         that what we've checked for.
8933         (proto-stream-always-use-starttls): Only default to t if
8934         open-gnutls-stream exists.
8935         (proto-stream-open-network): If STARTTLS failed, then just open a
8936         normal connection.
8937         (proto-stream-open-network): Wait until the greeting before doing
8938         STARTTLS.
8939
8940         * nntp.el (nntp-open-connection): Report what the connection error is.
8941
8942         * proto-stream.el (open-protocol-stream): Rename from
8943         open-proto-stream.
8944
8945 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8946
8947         * nnimap.el (nnimap-stream): Change default to `undecided'.
8948         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8949         first, and then network.
8950         (nnimap-open-connection-1): Respect nnimap-server-port.
8951         (nnimap-open-connection): Be more backwards-compatible.
8952
8953         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8954         (proto-stream-open-starttls): De-duplicate the starttls code.
8955         (proto-stream-open-starttls): Folded back into the main function.
8956         (proto-stream-open-network): Fix typo in the gnutls path.
8957         (proto-stream-command): Refactor out.
8958
8959         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8960
8961         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8962         starttls.el STARTTLS.
8963
8964         * color.el (color-lab->srgb): Fix function call name.
8965
8966         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8967         if we're using tls.el.
8968         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8969         built in, then don't try to establish a STARTTLS connection.
8970
8971         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8972         servers.
8973
8974         * proto-stream.el (open-proto-stream): Use network, not stream.
8975         (open-proto-stream): Add a way to specify what the end of a command is.
8976
8977         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8978         connections types.
8979         (nntp-open-network-stream): Remove.
8980         (nntp-open-ssl-stream): Remove.
8981         (nntp-open-tls-stream): Remove.
8982         (nntp-ssl-program): Remove.
8983
8984         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8985
8986 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8987
8988         * nnir.el: Fix typos.
8989         (nnir-retrieve-headers-override-function): Rename variable to reflect
8990         new semantics.
8991         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8992         macros.
8993         (nnir-request-article, nnir-request-move-article): Use them.
8994         (nnir-categorize): New function.
8995         (nnir-run-query): Use it.
8996         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8997         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8998         sorted.
8999         (nnir-group-full-name): Use gnus-group-full-name instead.
9000         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9001         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9002
9003 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9006
9007         * proto-stream.el: New library to provide protocol-specific
9008         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9009         protocols.
9010         (open-proto-stream): Complete the documentation.
9011         (proto-stream-open-network): Fix some typos.
9012
9013         * nnimap.el (nnimap-open-connection): Use it.
9014
9015 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9016
9017         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9018         negotiation.
9019
9020 2010-11-26  Julien Danjou  <julien@danjou.info>
9021
9022         * color.el: Rename various rgb functions to srgb.
9023
9024 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9025
9026         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9027         names.
9028
9029 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * shr.el (shr-insert): Revert last change.
9032         (shr-find-fill-point): Never leave point being at bol;
9033         relax the kinsoku limitation when rendering tables.
9034
9035 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9038         results from -accept-article.
9039
9040         * shr-color.el: Require cl when compiling.
9041
9042         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9043         checkin.
9044
9045         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9046
9047         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9048
9049         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9050         'add and 'delete to set backend marks.
9051
9052         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9053
9054         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9055
9056         * nntp.el (nntp-request-set-mark): Use it.
9057
9058         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9059
9060         * nnml.el (nnml-request-set-mark): Ditto.
9061
9062         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9063         introduces regressions in article selection.
9064         (nnimap-find-uid-response): New function.
9065         (nnimap-request-accept-article): Use the UID returned, if any.
9066         (nnimap-request-move-article): Use the UID returned, if any.
9067         (nnimap-get-groups): Reimplement to work with folded lines.
9068         (nnimap-find-uid-response): The UID is the last element in the list.
9069         (nnimap-request-set-mark): Extend syntax with 'set.
9070
9071         * nnml.el (nnml-request-set-mark): Ditto.
9072
9073         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9074
9075         * nntp.el (nntp-request-set-mark): Ditto.
9076
9077 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * message.el (message-called-interactively-p): A temporary macro.
9080         (message-goto-body): Use it temporarily.
9081
9082 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9085         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9086         (nnimap-last-response-string): Fix last unfolding fix.
9087
9088 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * shr.el (shr-insert): Fix the way to fold lines.
9091
9092 2010-11-25  Julien Danjou  <julien@danjou.info>
9093
9094         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9095
9096         * color.el: Rename from color-lab.el
9097         (color-rgb->hex): Add.
9098         (color-complement): Add.
9099         (color-complement-hex): Add.
9100
9101         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9102
9103 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * shr-color.el (shr-color-visible): Don't bug out if the color names
9106         don't exist.
9107
9108 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9111         assuming that article displaying or another mml-preview may be
9112         interrupted for an error or for the like.
9113
9114         * shr.el (shr-get-background): Fix argument name.
9115
9116 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9119
9120         * gnus-sum.el (gnus-summary-include-articles): New function.
9121
9122         * message.el (message-goto-body): called-interactively-p needs a
9123         parameter, so use `any'.
9124
9125         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9126         clear marks before moving, since they're synced from the Gnus side
9127         first.
9128
9129         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9130         (gnus-summary-move-article): Copy over all marks before moving, so that
9131         IMAP doesn't think a new article has arrived.
9132
9133 2010-11-24  Julien Danjou  <julien@danjou.info>
9134
9135         * shr.el (shr-insert-background-overlay): Fix typo.
9136         (shr-render-td): Copy the background before rendering.
9137
9138         * shr-color.el (shr-color-visible): Fix docstring.
9139
9140         * shr.el (shr-tag-table): Add bgcolor support.
9141         (shr-render-td): Add bgcolor support.
9142         (shr-get-background): Add.
9143         (shr-insert-foreground-overlay): Use shr-get-background.
9144
9145         * message.el (message-goto-body): Use called-interactively-p.
9146         (message-in-body-p): message-goto-body returns point.
9147
9148 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9151         Fixes something or other in Emacs 23, and is backwards compatible.
9152
9153         * message.el (message-goto-body): Remove the <#secure special-casing,
9154         which is too special.
9155
9156         * shr.el (shr-parse-style): Drop !important from styles.
9157
9158 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9159
9160         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9161         this function to return incorrect results when calling it with an
9162         explicit article argument different from
9163         (gnus-summary-article-number).
9164
9165 2010-11-24  Julien Danjou  <julien@danjou.info>
9166
9167         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9168         (shr-tag-body): Add background support.
9169         (shr-descend): Add background support.
9170         (shr-tag-title): Add.
9171
9172         * shr-color.el (shr-color-visible): Really return original background
9173         if fixed.
9174
9175 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * shr.el (shr-color-check): Protect against non-existent color names.
9178
9179 2010-11-24  Julien Danjou  <julien@danjou.info>
9180
9181         * color-lab.el: Require 'cl when compiling.
9182
9183         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9184
9185         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9186         matched part.
9187
9188         * color-lab.el: Fix all expt calls to use float type.
9189
9190 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9193         expression to shr-color-check as is.
9194
9195         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9196
9197         * color-lab.el: Add coding cookie.
9198         (float-pi): Use eval-and-compile.
9199
9200         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9201         compiled for Emacsen having no `libxml-parse-html-region' support.
9202
9203 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * shr.el (shr-insert-color-overlay): Split stuff like
9206         "#444444 !important" to find the real color.
9207         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9208         parse <font color="red"> entries.
9209
9210 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9211
9212         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9213         point when parsing headers.
9214
9215         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9216         is positioned properly when parsing headers.
9217
9218 2010-11-23  Julien Danjou  <julien@danjou.info>
9219
9220         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9221
9222         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9223
9224         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9225
9226         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9227         Use shr-color-hue-to-rgb.
9228         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9229
9230 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9231
9232         * shr.el (shr-color->hexadecimal): Autoload.
9233         (shr-descend): Add color to all tags.
9234
9235 2010-11-22  Julien Danjou  <julien@danjou.info>
9236
9237         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9238         shr-color->hexadecimal.
9239
9240         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9241         RGB() or HSL() color representation.
9242
9243         * shr.el (shr-tag-font): Add.
9244         (shr-tag-color-check): New function to get better colors.
9245         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9246         tag-span.
9247
9248         * shr-color.el: New file.
9249
9250         * color-lab.el: New file.
9251
9252         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9253
9254 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9255
9256         * nnir.el: Fix typo in comments.
9257         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9258         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9259
9260 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9261
9262         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9263
9264         * nnimap.el (nnimap-get-capabilities): Refactor out.
9265         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9266
9267 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9268
9269         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9270         appearing when `mm-uu-hide-markers' is nil.
9271
9272 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * nnimap.el (nnimap-unselect-group): Make into its own function.
9275         (nnimap-request-rename-group): Unselect group before renaming.
9276         This had gotten lost somewhere.
9277         (nnimap-request-accept-article): Keep track of examined groups, and
9278         unselect the group before APPENDing to read-only groups.
9279         (nnimap-request-move-article): Clear flags before moving so that they
9280         can be re-set later.
9281
9282 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9285         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9286
9287 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-art.el (gnus-mime-display-single):
9290         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9291         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9292         parameter.
9293
9294 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9297         (shr-table-vertical-line): New variable.
9298         (shr-insert-table): Use it.
9299
9300 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * gnus-html.el (gnus-html-wash-images): Don't display images if
9303         gnus-inhibit-images is non-nil; register displayer for cid images.
9304         (gnus-html-display-image): Work for cid image.
9305         (gnus-html-insert-image): Allow arguments.
9306         (gnus-html-put-image): Inhibit read-only.
9307         (gnus-html-prefetch-images): Don't prefetch images if
9308         gnus-inhibit-images is non-nil.
9309
9310 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * shr.el (shr-put-image): Break lines when inserting big pictures.
9313
9314 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9315
9316         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9317         sender, thanks Katsumi Yamaoka.
9318
9319 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9320
9321         * nnir.el (nnir-run-imap): Reverse the article list for each group
9322         rather than the whole list.
9323
9324 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * shr.el (shr-image-displayer): Protect function against non-existent
9327         image source.
9328
9329         * gnus-art.el (gnus-inhibit-images): New user option.
9330         (gnus-mime-display-single): Don't display image if it is non-nil.
9331
9332         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9333         gnus-inhibit-images.
9334
9335         * shr.el (shr-image-displayer): New function.
9336         (shr-tag-img): Use it.
9337
9338 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9339
9340         * mml2015.el (mml2015-epg-sign): Use From header.
9341
9342 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9345
9346         * gnus-util.el (gnus-find-text-property-region): Return markers.
9347
9348         * shr.el (shr-tag-img): Put a displayer in the text property.
9349
9350         * gnus-util.el (gnus-find-text-property-region): New utility function.
9351
9352         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9353         (gnus-html-show-images): Remove.
9354
9355         * gnus-art.el (gnus-article-show-images): New, more general function.
9356
9357         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9358         image url text properties.
9359
9360         * shr.el: Ditto.
9361
9362         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9363         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9364
9365 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9368         work for two or more articles.
9369
9370 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9373         divide an image that's in an html article to two or more when washing
9374         non-ASCII characters in alt text of it.
9375
9376 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9379         smime-decrypt-region using function argument.
9380         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9381
9382         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9383
9384         * smime.el (smime-decrypt-region): Catch it.
9385
9386 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9387
9388         * smime.el (smime-mode-map): Move initialization into declaration.
9389         (gnus-run-mode-hooks): Don't autoload.
9390         (smime-mode): Use define-derived-mode.
9391
9392 2010-11-11  Glenn Morris  <rgm@gnu.org>
9393
9394         * smime.el (from): Restrict declaration to XEmacs.
9395
9396         * nnir.el (gnus-group-topic-name): Autoload.
9397
9398 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * shr.el (shr-insert): Don't break long line if it is because of
9401         kinsoku-bol characters in the line end.
9402
9403 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9404
9405         * nnir.el (nnir-request-move-article): Fix to provide original group
9406         and subject.
9407         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9408         been retrieved.
9409
9410         * gnus-sum.el (gnus-summary-move-article): Use original group and
9411         subject for virtual articles such as those in an nnir summary buffer.
9412
9413 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9416         least 21.5).
9417
9418         * smime.el (from): Declare it again for XEmacs.
9419
9420 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9421
9422         * message.el (message-resend): Don't disable encoding unless it's
9423         already encoded.
9424
9425         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9426         low-numbered articles.
9427
9428 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * rfc2047.el (rfc2047-syntax-table): Simplify.
9431
9432         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9433
9434         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9435         set-char-table-range for XEmacs.
9436
9437 2010-11-10  Glenn Morris  <rgm@gnu.org>
9438
9439         * time-date.el (time-to-seconds): Always an alias on Emacs,
9440         never a real function.
9441         (with-no-warnings): Remove compat stub, now unused.
9442         (time-less-p): Doc fix.
9443         (time-to-number-of-days): Simplify.
9444
9445         * smime.el (from): Remove unused declaration.
9446
9447         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9448         (gnus-float-time): On Emacs, always an alias.
9449
9450         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9451         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9452
9453 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * dgnushack.el: Don't use ignore-errors in the top level form since it
9456         is unavailable in XEmacs even if cl is loaded.
9457
9458         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9459
9460 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * shr.el (browse-url-mailto): Autoload.
9463
9464         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9465
9466         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9467         regexp doesn't need quoting.
9468
9469 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9470
9471         * message.el (message-subject-trailing-was-ask-regexp)
9472         (message-subject-trailing-was-regexp): Match was: in addition to was.
9473
9474 2010-11-09  Glenn Morris  <rgm@gnu.org>
9475
9476         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9477         (nnbabyl-check-mbox): Use point-at-bol.
9478
9479 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9480
9481         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9482
9483         * message.el (message-mailto): New function.
9484         (message-mailto): Should accept other parameters.
9485         (message-mailto): Remove since it duplicates browse-url-mailto
9486         functionality.
9487
9488 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9489
9490         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9491         methods.
9492         (gnus-read-active-file): Ditto.
9493
9494         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9495         ": " from the prompt.
9496         (gnus-group-make-group): Ditto.
9497
9498 2010-11-07  Glenn Morris  <rgm@gnu.org>
9499
9500         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9501         (gnus-bookmark-kill-line): Use point-at-eol.
9502
9503 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9506         asterisks in From header.
9507
9508 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9509
9510         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9511         string to avoid making the From headers syntactically invalid.
9512
9513         * message.el (message-send-mail): Don't insert courtesy messages if the
9514         message already has List-Post and List-ID messages.
9515
9516 2010-11-06  Glenn Morris  <rgm@gnu.org>
9517
9518         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9519         `condition', `type', `length' a prefix.
9520         (gnus-treat-predicate): Update for above name changes.
9521
9522 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9523
9524         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9525         binding.  Handled by `gnus-summary-refer-thread' instead.
9526         (nnir-warp-to-article): New backend function.
9527
9528         * nnimap.el (nnimap-request-thread): Force dependency updating.
9529
9530         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9531         (gnus-summary-refer-thread): Rework to improve thread-referral.
9532
9533         * gnus-int.el (gnus-warp-to-article): New function.
9534
9535         * gnus-sum.el (gnus-summary-article-map): Bind it.
9536
9537 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9538
9539         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9540         gnus-summary-refer-thread.
9541
9542         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9543         headers.
9544         (gnus-summary-limit-include-thread): Prevent articles in thread from
9545         being cut in gnus-cut-threads.
9546         (gnus-summary-refer-thread): Limit retrieved headers to those in
9547         thread.
9548
9549 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * message.el (message-send-mail): Use the value of
9552         message-courtesy-message from the message buffer.
9553
9554         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9555
9556         * shr.el (shr-browse-url): Implement mailto: URLs.
9557
9558         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9559         "raw".
9560
9561         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9562         if it's already selected.
9563
9564         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9565
9566 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9569         to measure the length and truncate alt text.
9570
9571 2010-11-03  Glenn Morris  <rgm@gnu.org>
9572
9573         * nndiary.el (nndiary-generate-nov-databases-1)
9574         (nndiary-generate-active-info): Rename dynamic variable `files' to
9575         something less generic.
9576
9577 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9578
9579         * nnir.el (nnir-request-move-article): Call the underlying backend to
9580         move articles from nnir.
9581
9582 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9583
9584         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9585
9586 2010-11-02  Julien Danjou  <julien@danjou.info>
9587
9588         * nnir.el: Remove wais support.
9589
9590 2010-11-02  Glenn Morris  <rgm@gnu.org>
9591
9592         * gnus-html.el: Reorder requirements to quieten compiler.
9593
9594 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9597         properly for XEmacs as well.
9598         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9599         (gnus-article-natural-long-line-p): Use window-width rather than
9600         frame-width.
9601
9602 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9603
9604         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9605         (nnir-read-parms): Don't modify query.
9606         (nnir-run-query): Add ability to search topic on current line.
9607         (nnir-get-active): Clean up.
9608
9609 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9612         degenerate articles.
9613
9614         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9615         (gnus-print-buffer): Just print the buffer as is, without any copying
9616         to a buffer and then re-highlighting.
9617
9618         * nnimap.el (nnimap-request-group): Store the new updated info.
9619         (nnimap-request-group): Select the group when we don't know whether it
9620         exists or not.
9621
9622         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9623         groups.
9624
9625         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9626         groups.
9627
9628         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9629         groups.
9630
9631         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9632         long-lines case by only filling the long lines.
9633
9634         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9635         (bug#7311).
9636
9637 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * shr.el: No need to declare `declare-function' since shr.el is for
9640         only Emacsen that provide `libxml-parse-html-region'.
9641
9642         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9643         effective only in a file it is referred to.
9644
9645 2010-11-01  Glenn Morris  <rgm@gnu.org>
9646
9647         * mm-util.el (gnus-completing-read): Autoload.
9648         (mm-read-coding-system): Simplify Emacs definition.
9649
9650         * nnmail.el (gnus-activate-group):
9651         * nnimap.el (gnutls-negotiate):
9652         * nntp.el (netrc-parse): Fix declarations.
9653
9654 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9657         string-match-p in Emacs >=23.
9658
9659         * gnus-msg.el (gnus-configure-posting-styles):
9660         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9661
9662 2010-11-01  Glenn Morris  <rgm@gnu.org>
9663
9664         * nnir.el (declare-function): Add compat stub.
9665         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9666         (nnir-run-gmane): Require 'mm-url.
9667
9668         * mm-util.el (mm-string-to-multibyte): Simplify.
9669
9670         * shr.el (declare-function): Add compat stub.
9671         (url-cache-create-filename): Declare.
9672         (mm-disable-multibyte, widget-convert-button): Autoload.
9673
9674         * smime.el (ldap-search): Declare.
9675         (smime-cert-by-ldap-1): Require ldap on Emacs.
9676
9677         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9678         (nnimap-keepalive): Use gnus-float-time.
9679
9680         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9681         (mail-source-delete-crash-box): Use gnus-float-time.
9682
9683         * gnus-dired.el (gnus-completing-read): Autoload.
9684
9685         * mm-view.el (gnus-rescale-image): Autoload.
9686
9687         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9688
9689         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9690
9691         * sieve-manage.el: Require 'cl when compiling.
9692
9693         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9694         (gnus-iswitchb-completing-read): Require iswitchb.
9695         (gnus-select-frame-set-input-focus): Silence compiler.
9696
9697 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9698
9699         * message.el (message-subject-trailing-was-query): Change default to t,
9700         since I think that's what most people want.
9701
9702         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9703         appending for easier debugging.
9704         (nnimap-wait-for-connection): Take a regexp.
9705         (nnimap-request-accept-article): Wait for the continuation line before
9706         sending anything unless we're streaming.
9707
9708         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9709         leave the header washing to take place.
9710
9711 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9712
9713         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9714         regular expression match and replace in posting styles.
9715
9716 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9717
9718         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9719         an entire server.
9720         (nnir-get-active): New function.
9721         (nnir-run-imap): Use it.
9722         (nnir-run-gmane): Who knew, gmane search returns an article score!
9723
9724         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9725         server on the current line with nnir.
9726
9727 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9730         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9731         left edge.
9732         (gnus-article-foldable-buffer): Skip past the prefix when determining
9733         raggedness.
9734
9735         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9736         the raw article, and change `C-u g' to show the article without doing
9737         treatments.
9738
9739         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9740         on to `gnus-treat-article'.
9741         (gnus-inhibit-article-treatments): New variable.
9742
9743         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9744
9745         * gnus-art.el (gnus-treatment-function-alist): Have
9746         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9747         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9748         sections.
9749
9750         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9751         parameter.
9752         (gnus-article-fill-cited-long-lines): New function.
9753         (gnus-article-fill-cited-article): Allow filling only long sections.
9754
9755         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9756         and non-punctuation (like after the apostrophe in "'We").
9757
9758         * gnus-sum.el (gnus-summary-select-article): Make sure
9759         gnus-original-article-buffer is alive.
9760
9761         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9762         reflect the order they're in in the digest.
9763
9764         * gnus.el (gnus-group-startup-message): Move point to the start of the
9765         buffer.
9766
9767         * nnimap.el (nnimap-capability): New function.
9768         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9769         is set.
9770
9771 2010-10-31  David Engster  <dengste@eml.cc>
9772
9773         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9774         conform with changes to gnus-completing-read.
9775
9776 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9777
9778         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9779
9780 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9781
9782         * nnir.el: Move defvar, defcustom around to keep file organized
9783         and keep byte-compiler quiet.
9784         (nnir-read-parms): Accept search-engine as arg.
9785         (nnir-run-query): Pass search-engine as arg.
9786         (nnir-search-engine): Remove.
9787
9788 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9789
9790         * shr.el (shr-generic): The text nodes should be text, not :text.
9791
9792         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9793         later in the file.
9794
9795 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9796
9797         * nnir.el: General clean up.  Allow searching with multiple engines.
9798         Allow separate extra-parameters for each engine.
9799         Batch queries when possible.
9800         (nnir-imap-default-search-key, nnir-method-default-engines):
9801         Add customize interface.
9802         (nnir-run-gmane): New engine.
9803         (nnir-engines): Use it.  Qualify all prompts with engine name.
9804         (nnir-search-engine): Remove global variable.
9805         (nnir-run-hyrex): Restore for now.
9806         (nnir-extra-parms, nnir-search-history): New variables.
9807         (gnus-group-make-nnir-group): Use them.
9808         (nnir-group-server): Remove in favor of gnus-group-server.
9809         (nnir-request-group): Avoid searching twice.
9810         (nnir-sort-groups-by-server): New function.
9811
9812 2010-10-30  Julien Danjou  <julien@danjou.info>
9813
9814         * gnus-group.el: Remove gnus-group-fetch-control.
9815
9816         * gnus-start.el (gnus-find-new-newsgroups):
9817         Remove gnus-check-first-time-used.
9818
9819         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9820
9821 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9822
9823         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9824         set on groups that don't have \* permanentflags.
9825
9826 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9827
9828         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9829         control the background color.
9830         (shr-tag-img): Ignore very small web bug type images.
9831         (shr-put-image): Add help-echo alt texts to the images.
9832         (shr-tag-video): Show the video poster image.
9833
9834 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9835
9836         * shr.el (shr-table-depth): New variable.
9837         (shr-tag-table-1): Only insert the images after the top-level table.
9838
9839         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9840
9841         * gnus-util.el (gnus-list-memq-of-list): New function.
9842
9843         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9844         selected.
9845         (nnimap-unsplittable-articles): New slot.
9846         (nnimap-new-articles): Use it.
9847
9848 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9849
9850         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9851         move to the previous line on `M-g'.
9852
9853 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854
9855         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9856         *-request-group, which seems unnecessary.
9857
9858         * nnimap.el (nnimap-quote-specials): Function copied over from
9859         imap.el.
9860         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9861         they support that.  Suggested by Tom Regner.
9862
9863 2010-10-29  Julien Danjou  <julien@danjou.info>
9864
9865         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9866         defalias.
9867         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9868
9869         * gnus.el: Remove `gnus-nntp-service' variable.
9870         (gnus-secondary-servers): Make obsolete.
9871         (gnus-nntp-server): Make obsolete.
9872
9873         * gnus-start.el (gnus-1): Remove x-splash calls.
9874
9875         * gnus-ems.el (gnus-x-splash): Remove.
9876
9877         * gnus.el (gnus-group-startup-message): Simplify/update code.
9878
9879         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9880         definition.
9881
9882         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9883         capability before doing anything.
9884         (gnus-group-insert-group-line): Remove useless
9885         gnus-group-remove-excess-properties.
9886
9887 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9890
9891 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892
9893         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9894         config after reselecting.
9895
9896 2010-10-28  Julien Danjou  <julien@danjou.info>
9897
9898         * shr.el (shr-put-image): Use point even if only inserting text.
9899         (shr-put-image): Save excursion when inserting alt text on non-graphic
9900         display, so the behavior is the same when we are on a graphic display.
9901
9902         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9903
9904 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9907         (gnus-mime-copy-part): Check coding system, not charset.
9908         (gnus-mime-view-part-externally): Never remove part.
9909         (gnus-mime-view-part-internally): Don't remove part here.
9910         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9911         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9912         multipart/alternative.
9913
9914         * mm-decode.el (mm-display-part): Take optional arg `force'.
9915
9916 2010-10-26  Julien Danjou  <julien@danjou.info>
9917
9918         * gnus-group.el (gnus-group-default-list-level): Add this function to
9919         compute the default list level.
9920         (gnus-group-default-list-level): Add possibility to use a function.
9921
9922 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9925
9926         * gnus-group.el (gnus-group-completing-read)
9927         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9928         gnus-replace-in-string.
9929
9930 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * shr.el (shr-tag-div): Add.
9933
9934         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9935
9936 2010-10-25  Julien Danjou  <julien@danjou.info>
9937
9938         * gnus-util.el: Remove `gnus-with-local-quit'.
9939
9940         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9941
9942 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9945         the original article buffer.
9946
9947 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9948
9949         * nnimap.el (nnimap-request-head): New function.
9950         (nnimap-request-move-article): Try to be slightly faster by not
9951         requesting the entire message when moving.
9952         (nnimap-transform-headers): Don't bug out on bodiless articles.
9953         (nnimap-send-command): Have no outstanding messages if the IMAP server
9954         doesn't support streaming.
9955         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9956
9957 2010-10-24  Julien Danjou  <julien@danjou.info>
9958
9959         * message.el (message-default-headers): Fix type.
9960
9961 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9962
9963         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9964         prefetching images.
9965
9966         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9967         backend for unknown groups.  This is mainly useful for nnimap groups.
9968
9969         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9970         group isn't covered by the agent.
9971
9972 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9973
9974         * nnir.el (nnir-method-default-engines): New variable.
9975         (nnir-run-query): Use it.
9976         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9977         (gnus-summary-nnir-goto-thread): Change group if needed.
9978
9979         * gnus-group.el (gnus-group-group-map): Add key binding for
9980         gnus-group-make-nnir-group.
9981
9982 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9983
9984         * shr.el (shr-tag-object): Add.
9985
9986         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9987         original article buffer live.
9988         (gnus-summary-select-article-buffer):
9989         Mention gnus-widen-article-buffer.
9990
9991 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * shr.el (shr-tag-strong): Add.
9994
9995 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9998         group names.  They mess up the group buffer badly.
9999
10000         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10001
10002         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10003         instead of the summary one.
10004
10005 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * mml.el (mml-preview): Work properly when editing article.
10008
10009         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10010         gnus-have-read-active-file if it's already been in.
10011
10012 2010-10-22  Tom Tromey  <tromey@redhat.com>
10013
10014         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10015         gnus-group-completing-read.
10016
10017 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * message.el (message-mode-map): Don't bind M-; to comment region, to
10020         allow the global comment-dwim to work.
10021
10022 2010-10-21  Julien Danjou  <julien@danjou.info>
10023
10024         * message.el (message-setup-1): Allow message-default-headers to be a
10025         function.
10026
10027 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * shr.el (shr-tag-table): Simplify.
10030
10031 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10034         to avoid trying to snarf invalid stuff.
10035
10036         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10037
10038         * gnus.el (gnus-message-archive-group): Quote value.
10039         (gnus-message-archive-group): Mark as changed.
10040
10041         * shr.el (shr-add-font): Don't put the font properties on the newline
10042         or the indentation.
10043
10044         * message.el (message-fix-before-sending): Change options when sending
10045         non-printable characters.
10046
10047         * gnus.el (gnus-message-archive-method): Change the default to
10048         monthly outgoing groups.
10049
10050         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10051         that have gotten new numbers.
10052
10053         * nnimap.el (nnimap-request-replace-article): New function.
10054
10055 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10058         (nnrss-request-article): Don't use special html washing code.
10059
10060 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * shr.el (shr-tag-table): Remove useless nconc.
10063
10064 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10065
10066         * gnus-art.el (article-wash-html): Simplify and remove the charset
10067         stuff.  Use the normal html rendering code instead of the special html
10068         washing code.
10069
10070         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10071         `gnus-w3m' symbols.
10072         (mm-text-html-washer-alist): Remove.
10073
10074         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10075         (mm-inline-media-tests): Remove use.
10076         (mm-text-html-renderer): Change default to the `shr' symbol.
10077
10078         * mm-view.el (mm-inline-text-html): Remove use.
10079
10080         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10081         `gnus-blocked-images' to be a function.
10082         (gnus-article-wash-function): Remove.
10083
10084 2010-10-20  Julien Danjou  <julien@danjou.info>
10085
10086         * spam.el (spam-list-of-processors): Mark as obsolete.
10087
10088         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10089         (nnimap-insert-partial-structure): Fix boundary detection.
10090
10091 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10092
10093         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10094         run file-truename on remote files.  This can be expensive and even
10095         prevent one from editing drafts if some unrelated buffer has a stale
10096         connection.
10097
10098 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10101         kinsoku-eol regardless of shr-kinsoku-shorten.
10102         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10103         (shr-tag-table): Support caption, thead, and tfoot.
10104
10105 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106
10107         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10108         lines.
10109         (shr-save-contents): New command and keystroke.
10110
10111         * nndoc.el (nndoc-type-alist): Add git support.
10112         (nndoc-git-type-p): New function.
10113         (nndoc-transform-git-article): Ditto.
10114         (nndoc-transform-git-headers): Ditto.
10115         (nndoc-transform-git-headers): Generate Subject headers.
10116
10117         * shr.el (shr-parse-style): New function.
10118         (shr-tag-span): Ditto.
10119
10120         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10121         to `G G' to avoid collisions.
10122
10123 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * shr.el: Load kinsoku if necessary.
10126         (shr-kinsoku-shorten): New internal variable.
10127         (shr-find-fill-point): Make kinsoku shorten text line if
10128         shr-kinsoku-shorten is bound to non-nil.
10129         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10130         shr-indentation too when testing if table is wider than frame width.
10131         (shr-insert-table): Use `string-width' instead of `length' to measure
10132         text width.
10133         (shr-insert-table-ruler): Make sure indentation is done at bol.
10134
10135 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10136
10137         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10138         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10139         undecoded network data.
10140
10141 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142
10143         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10144         name in the mode line spec so that the mode line menu works
10145         (bug#2431).
10146
10147         * message.el (message-get-reply-headers): If we're fed `to-address',
10148         then always use that.
10149
10150         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10151         aren't so wide as to need to switch off the edit menu.
10152
10153         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10154         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10155
10156         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10157         `M-g'.
10158         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10159         the permanent marks.
10160
10161 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10162
10163         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10164         Splitting according to references/in-reply-to obeys the ignore-groups
10165         variable, while splitting by sender and subject do not.
10166
10167 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10168
10169         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10170         alist, so that we can look for non-Unicode chars.
10171         (article-translate-strings): Allow both character and string maps.
10172
10173 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * shr.el (shr-insert): Don't insert space behind a wide character
10176         categorized as kinsoku-bol, or between characters both categorized as
10177         nospace.
10178
10179 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10180
10181         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10182         headers to gnus-newsgroup-headers.
10183
10184 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10185
10186         * shr.el (shr-tag-img): Don't align images -- since we're not
10187         rescaling, this often leads to ugly displays.
10188
10189 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10190
10191         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10192         duplicates.
10193
10194 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10195
10196         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10197         call.
10198
10199 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10200
10201         * gnus.el: Autoload gnus-html-show-images.
10202
10203         * nnimap.el: Use nnheader-message throughout.
10204
10205         * shr.el (shr-tag-img): Ignore images with no data.
10206
10207 2010-10-15  Julien Danjou  <julien@danjou.info>
10208
10209         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10210         a possibility to disable format=flow encoding when using hard newlines.
10211
10212 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * shr.el (shr-insert): Remove space inserted before or after a
10215         breakable character or at the beginning or the end of a line.
10216         (shr-find-fill-point): Do kinsoku; find the second best point or give
10217         it up if there's no breakable point.
10218
10219 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10220
10221         * nnimap.el (nnimap-open-connection): Message when opening connection
10222         for debugging purposes.
10223
10224         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10225         on every setup buffer call to allow this to change from article to
10226         article.
10227
10228         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10229         buffers where we have a wide table.
10230
10231 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10232
10233         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10234         uses *-request-thread.
10235
10236 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10237
10238         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10239         incantation, which is no longer valid.
10240
10241 2010-10-14  Julien Danjou  <julien@danjou.info>
10242
10243         * shr.el: Fix defcustom type (char -> character).
10244
10245 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10246
10247         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10248         programs.
10249
10250 2010-10-14  Julien Danjou  <julien@danjou.info>
10251
10252         * shr.el (shr-tag-a): Use url-link as widget type.
10253
10254         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10255         `gnus-group-get-icon'.
10256
10257 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10258
10259         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10260         This should make server editing work better.
10261
10262         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10263
10264         * tls.el (tls-program): Remove spurious %s from openssl.
10265
10266         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10267         (nnimap-parse-flags): Fix regexp.
10268
10269         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10270         probably work for CJVK text, too.
10271
10272         * nnimap.el (nnimap-extend-tls-programs): Remove.
10273         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10274
10275         * tls.el (tls-starttls-switches): Remove starttls hack.
10276         (open-tls-stream): Ditto.
10277         (tls-find-starttls-argument): Ditto.
10278
10279 2010-10-13  Julien Danjou  <julien@danjou.info>
10280
10281         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10282         responses.
10283
10284 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10287
10288         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10289         anything in Emacs.
10290
10291         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10292
10293 2010-10-13  Julien Danjou  <julien@danjou.info>
10294
10295         * shr.el (shr-width): Make shr-width a defcustom with default to
10296         fill-column.
10297         (shr-tag-img): Use shr-width rather than fill-column.
10298
10299 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * dgnushack.el (byte-optimize-apply):
10302         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10303
10304         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10305         position when (X-)Faces exist.
10306         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10307         avatars when called interactively.
10308
10309 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10312         gnus-article-x-face-too-ugly is bound.
10313
10314 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10315
10316         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10317
10318         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10319         mailbox that doesn't exist.
10320
10321 2010-10-12  Julien Danjou  <julien@danjou.info>
10322
10323         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10324         (shr-get-image-data): Encode URL properly when fetching from cache.
10325         (shr-tag-img): Use aligned-to spaces to align correctly images.
10326
10327         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10328         before inserting the Gravatar.
10329
10330         * shr.el (shr-tag-img): Add align attribute support for <img>.
10331
10332 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10333
10334         * gnus-gravatar.el (gnus-art): Require.
10335
10336         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10337         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10338         Remove long obsoleted functions.
10339
10340 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10343
10344         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10345
10346         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10347         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10348         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10349         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10350         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10351         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10352         * sieve-manage.el, smime.el, spam.el:
10353         Fix comment for declare-function.
10354
10355 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * nnimap.el (nnimap-request-rename-group): Select group read-only
10358         before renaming it.
10359
10360         * shr.el (shr-insert): Fix up the white space only regexp.
10361
10362         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10363         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10364
10365         * shr.el (shr-current-column): New function.
10366         (shr-find-fill-point): New function.
10367
10368 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10369
10370         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10371         numbers.
10372
10373 2010-10-11  Julien Danjou  <julien@danjou.info>
10374
10375         * shr.el (shr-hr-line): Add.
10376         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10377         display hr lines.
10378         (shr-max-columns): Do not change state to nil if we just inserting
10379         spaces.
10380
10381 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10384         select the last group.
10385
10386 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10387
10388         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10389
10390 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10391
10392         * dig.el (dig-mode-map): Declare and define in one step.
10393
10394 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10395
10396         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10397         for Gnus.
10398         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10399         (nnimap-update-qresync-info): Mark \Seen articles as read.
10400
10401         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10402         non-variable, too.
10403
10404         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10405         available.
10406         (nnimap-update-info): Rely more on the current active than the param
10407         active to avoid marking articles as read too much.
10408
10409         * auth-source.el (auth-source-create): Use (user-login-name) for the
10410         user name default.
10411
10412         * nnimap.el (nnimap-update-info): If the server doesn't return any
10413         useful info, just use the previous info.
10414         (nnimap-update-info): Prefer old info over start-article.
10415         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10416
10417 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10418
10419         * nnir.el (autoload): Clean up autoloads.
10420         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10421         Use key rather than value.
10422         (nnir-imap-search-other): New variable.
10423         (nnir-read-parm): Use it.
10424         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10425         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10426
10427 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10428
10429         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10430         the process, too.
10431
10432 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10433
10434         * spam.el (gnus-summary-mode-map): Bind to "$".
10435         Suggested by Russ Allbery.
10436
10437         * shr.el: Rework the way things are indented by <li> slightly.
10438
10439         * gnus.el (gnus-group-set-parameter): Fix typo.
10440
10441         * nnimap.el: Start implementing QRESYNC support.
10442
10443 2010-10-09  Julien Danjou  <julien@danjou.info>
10444
10445         * nnir.el (nnir-engines): Fix too many arguments.
10446
10447 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448
10449         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10450         group is the "last", so that the backends like nnfolder actually save
10451         their folders.
10452
10453         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10454         try to use that for the tls stream.
10455         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10456         UIDVALIDITY and find out which groups are read-only and not.
10457         (nnimap-get-flags): Use the same marks parsing code as the rest of
10458         nnimap.
10459
10460 2010-10-09  Julien Danjou  <julien@danjou.info>
10461
10462         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10463
10464         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10465         retrieving gravatars.
10466
10467         * shr.el (shr-table-corner): Add.
10468         (shr-table-line): Add.
10469         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10470
10471 2010-10-08  Julien Danjou  <julien@danjou.info>
10472
10473         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10474
10475 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10476
10477         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10478
10479         * gnus-sum.el (gnus-mark-article-as-unread)
10480         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10481         (gnus-summary-set-bookmark): Use it.
10482
10483         * gnus-msg.el (gnus-setup-message): Use it.
10484
10485         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10486
10487         * gnus.el (gnus-group-remove-parameter): Use it.
10488
10489         * gnus-group.el (gnus-group-make-web-group): Use it.
10490
10491         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10492
10493         * nnregistry.el: Update docs to mention manual.
10494
10495         * gnus-registry.el: Update docs to mention nnregistry.el.
10496         (gnus-registry-initialize): Don't install nnregistry refer method
10497         automatically.
10498         (gnus-registry-install-nnregistry): Remove it.
10499
10500 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501
10502         * shr.el (shr-insert): Don't insert double spaces.
10503
10504 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * gnus-gravatar.el (gnus-treat-from-gravatar)
10507         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10508         called interactively.
10509
10510         * gnus-art.el (gnus-mime-view-part-externally)
10511         (gnus-mime-view-part-internally): Make predicate function passed to
10512         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10513         of a mime type.
10514
10515         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10516
10517 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10518
10519         * shr.el (require): Require cl when compiling.
10520         (shr-tag-hr): New function.
10521
10522         * nnimap.el (nnimap-update-info): Remove double setting of high.
10523         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10524         This makes nnimap work properly on Courier again.
10525
10526         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10527         the variable for backwards compatibility.
10528
10529         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10530         the file name before using to avoid setting mm-default-directory to
10531         nil.
10532
10533         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10534         bidning gnus-agent variables.
10535
10536         * shr.el (shr-render-td): Use a cache for the table rendering function
10537         to avoid getting an exponential rendering behavior in nested tables.
10538         (shr-insert): Rework the line-breaking algorithm.
10539         (shr-insert): Don't leave trailing spaces.
10540         (shr-insert-table): Also insert empty TDs.
10541         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10542
10543 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10544
10545         * gnus-sum.el (gnus-number): Rename from `number'.
10546         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10547         (gnus-summary-limit-children): Update uses correspondingly.
10548
10549 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10552         (gnus-gravatar-transform-address): Don't show avatars of people of
10553         which mail addresses match gnus-gravatar-too-ugly.
10554
10555 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10556
10557         * shr.el (shr-table-widths): Expand TD elements to fill available
10558         space.
10559
10560 2010-10-07  Julien Danjou  <julien@danjou.info>
10561
10562         * nnimap.el (nnimap-request-rename-group): Add this method.
10563
10564 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10567         name from XEmacs' function-arglist.
10568
10569         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10570         gravatar under XEmacs.
10571
10572 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10573
10574         * auth-source.el: Update docs with TODO items.
10575
10576         * gnus-sync.el: Update docs to explain state and plans.
10577
10578         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10579         Hooks for mark updates.
10580         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10581
10582         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10583         hooks with arguments, which is needed for mark update hooks.
10584
10585 2010-10-06  Julien Danjou  <julien@danjou.info>
10586
10587         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10588         was matched.
10589
10590         * sieve-manage.el: Update example in `Commentary'.
10591
10592         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10593
10594         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10595         not 2000.
10596         (sieve-manage-authenticate): Re-add function.
10597
10598 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10599
10600         * shr.el (shr-insert): Get 'space transition right.
10601         (shr-render-td): Only delete space at the end of the TD.
10602
10603         * nnimap.el (nnimap-open-connection): Prepare to support
10604         open-gnutls-stream.
10605
10606         * shr.el: Rearrange function order to be more logical.
10607
10608 2010-10-06  Julien Danjou  <julien@danjou.info>
10609
10610         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10611         (nnrss-discover-feed): Remove 404 URL in docstring.
10612
10613         * nnir.el: Fix Swish-E URL.
10614         Fix Namazu URL.
10615
10616         * message.el (message-change-subject): Remove 404 URL in a comment.
10617
10618 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10621         called interactively.
10622
10623         * gnus-util.el (gnus-remove-if): Allow hash table.
10624         (gnus-remove-if-not): New function.
10625
10626         * gnus-art.el (gnus-mime-view-part-as-type):
10627         * gnus-score.el (gnus-summary-score-effect):
10628         * gnus-sum.el (gnus-read-move-group-name):
10629         Replace remove-if-not with gnus-remove-if-not.
10630
10631         * gnus-group.el (gnus-group-completing-read):
10632         Regard collection as a hash table if it is not a list.
10633
10634 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10637
10638         * shr.el: Document the table-rendering algorithm.
10639
10640 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10643         for Emacsen having no `libxml-parse-html-region' support.
10644
10645 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10648         invalid URLs.
10649
10650         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10651         line-broken.
10652         (shr-tag-img): Ignore image fetching errors.
10653         (shr-overlays-in-region): Compute overlay positions correctly.
10654
10655         * mm-decode.el (mm-shr): Require shr.
10656
10657         * gnus-art.el (gnus-blocked-images): Move variable here.
10658
10659         * shr.el (shr-insert-table): Bind free variable.
10660
10661         * mm-decode.el (mm-shr): Bind shr-content-function.
10662
10663         * shr.el (shr-content-function): New variable.
10664
10665         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10666         added for symmetry.
10667
10668         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10669
10670         * gnus-group.el (gnus-group-make-group): Doc fix.
10671
10672         * nnimap.el (nnimap-request-newgroups): Return success.
10673
10674         * shr.el (shr-find-elements): New function.
10675         (shr-tag-table): Put all the images after the table.
10676         (shr-tag-table): Really inhibit images inside the table.
10677         (shr-collect-overlays): Copy over overlays from the TD elements to the
10678         main document.
10679
10680         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10681         gnus-blocked-images.
10682
10683 2010-10-05  Julien Danjou  <julien@danjou.info>
10684
10685         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10686
10687         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10688         (gnus-html-maximum-image-size): Add this function.
10689         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10690
10691         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10692         server-value of the capability is nil.
10693
10694 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10695
10696         * shr.el (shr-tag-em): Add <EM> tag.
10697
10698 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10699
10700         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10701         customizable.
10702
10703         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10704         handing broken links to browse-url.
10705
10706 2010-10-05  Julien Danjou  <julien@danjou.info>
10707
10708         * gnus-util.el (gnus-emacs-completing-read)
10709         (gnus-iswitchb-completing-read): Use autoload rather than require.
10710
10711 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10714         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10715         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10716         iswitchb-temp-buflist for XEmacs.
10717
10718         * gnus-util.el (gnus-completing-read-function): Exclude
10719         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10720         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10721         XEmacs.
10722
10723         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10724         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10725
10726         * gnus-html.el: Don't require help-fns under XEmacs.
10727         (gnus-html-schedule-image-fetching): Work for XEmacs.
10728
10729         * mm-decode.el (mm-shr): Decode contents by charset.
10730
10731 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10732
10733         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10734         unknown.
10735
10736         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10737         (shr-get-image-data): Ensure against the cache file missing.
10738
10739         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10740         for data.
10741
10742         * spam-report.el (spam-report-url-ping-plain): Don't query about
10743         killing the process.
10744
10745         * shr.el (shr-render-td): Protect against too-wide text.
10746
10747 2010-10-04  Julien Danjou  <julien@danjou.info>
10748
10749         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10750         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10751
10752         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10753         retrieved.
10754
10755 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10756
10757         * shr.el (browse-url): Require.
10758         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10759         lines.
10760         (shr-show-alt-text, shr-browse-image): New commands.
10761         (shr-browse-url, shr-copy-url): New commands.
10762
10763         * gnus-sum.el (gnus-widen-article-window): New variable.
10764         (gnus-summary-select-article-buffer): Use it.
10765
10766         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10767         without @ signs.
10768
10769 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10770
10771         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10772
10773 2010-10-04  Julien Danjou  <julien@danjou.info>
10774
10775         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10776         for XEmacs.
10777
10778 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10781
10782         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10783         (nnimap-close-server): Implement.
10784
10785         * dgnushack.el (iswitchb): Require to shut up the compiler.
10786
10787         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10788         (shr-insert): Tweak line breaking.
10789         (shr-insert): Handle <pre> better.
10790         (shr-tag-li): Get <li> indentation right.
10791         (shr-tag-li): Get <li> indentation even righter.
10792         (shr-tag-blockquote): Ensure paragraph start.
10793         (shr-make-table): Tweak table generation.
10794         (shr-make-table): Fix typo.
10795
10796         * shr.el: Implement table rendering.
10797
10798 2010-10-04  Julien Danjou  <julien@danjou.info>
10799
10800         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10801
10802 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * shr.el (shr-insert): Use string anchors instead of line anchors.
10805
10806 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807
10808         * shr.el: Add headings.
10809         (shr-ensure-paragraph): Actually work.
10810         (shr-tag-li): Make <ul> prettier.
10811         (shr-insert): Get white space at the beginning/end of elements right.
10812         (shr-tag-p): Collapse subsequent <p>s.
10813         (shr-ensure-paragraph): Don't insert double line feeds after blank
10814         lines.
10815         (shr-insert): \t is also space.
10816         (shr-tag-s): Fix "s" tag name function.
10817         (shr-tag-s): Fix face prop name.
10818
10819 2010-10-03  Julien Danjou  <julien@danjou.info>
10820
10821         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10822
10823         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10824         gnus-window-inside-pixel-edges.
10825
10826         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10827         gnus-ems.
10828
10829         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10830
10831         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10832         function.
10833
10834         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10835         resize choice.
10836
10837 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10840         beginning of the buffer.
10841
10842         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10843         article buffer again.
10844
10845         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10846
10847         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10848         when it's at the start of the buffer.
10849
10850         * shr.el (shr-tag-blockquote): Convert name.
10851         (shr-rescale-image): Use the right image-size variant.
10852
10853         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10854         buffer isn't shown, then select the current article first instead of
10855         bugging out.
10856         (gnus-summary-select-article-buffer): Show both the article and summary
10857         buffers again.
10858
10859         * shr.el (shr-fontize-cont): Protect against regions with no text.
10860         Rename tag functions to shr-tag-* for enhanced security.
10861         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10862
10863 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10864
10865         * shr.el (shr-insert):
10866         * pop3.el (pop3-movemail):
10867         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10868         loaded.
10869
10870 2010-10-03  Glenn Morris  <rgm@gnu.org>
10871
10872         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10873
10874         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10875
10876         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10877
10878         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10879
10880         * gnus-util.el (gnus-make-local-hook): Simplify.
10881
10882 2010-10-02  Julien Danjou  <julien@danjou.info>
10883
10884         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10885         (gnus-ido-completing-read): New function.
10886         (gnus-emacs-completing-read): New function.
10887         (gnus-completing-read): Use gnus-completing-read-function.
10888         Add gnus-completing-read-function.
10889
10890 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891
10892         * shr.el (shr-insert-document): Autoload.
10893         (shr-img): Be silent.
10894         (shr-insert): Add a newline after every picture before text.
10895         (shr-add-font): Use overlays for combining faces.
10896         (shr-insert): Pass upwards the text start point.
10897
10898         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10899         possible.
10900         (mm-shr): New function.
10901
10902 2010-10-02  Julien Danjou  <julien@danjou.info>
10903
10904         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10905         should go backward.
10906
10907 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10908
10909         * shr.el (shr): Fix typo in provide call.
10910
10911 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * shr.el: New file.
10914
10915         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10916
10917         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10918         completing read.
10919
10920 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10923         we're being queried about.  Suggested by Dan Jacobson.
10924
10925         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10926         Suggested by Jason Eisner.
10927
10928         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10929         table, too.  Suggested by Stefan Wiens.
10930         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10931         the table unnecessary.  Suggested by Stefan Wiens.
10932
10933         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10934         longer needed, and probably doesn't work either, as pointed out by
10935         Stefan Wiens.
10936         (gnus-summary-exit): Remove call to the clearing function.
10937         (gnus-summary-exit-no-update): Ditto.
10938
10939         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10940         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10941         Reported by Stefan Monnier.
10942         (gnus-summary-save-in-rmail): Ditto.
10943
10944         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10945         article buffer, instead of both the article buffer and the summary
10946         buffer.  Sort of suggested by Dan Jacobson.
10947
10948         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10949
10950         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10951         Suggested by Dan Jacobson.
10952
10953         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10954         documentation clearer.
10955
10956         * message.el (message-shorten-references): Comment on the number "21".
10957         Suggested by Stefan Monnier.
10958
10959         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10960         Suggested by Dan Jacobson.
10961
10962         * gnus.el (gnus-large-newsgroup):
10963         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10964
10965         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10966         externalize attachments.  Bug reported by Steve Wen.
10967
10968         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10969         really message anything to the user.
10970
10971         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10972         directly.
10973
10974         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10975         messages in empty groups.
10976
10977 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10978
10979         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10980         non-UIDNEXT group.
10981
10982 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10985         not the value from the collection.
10986
10987         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10988         values.  This sometimes happens on some groups that have no info.
10989         (nnimap-request-newgroups): New function.
10990
10991 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10992
10993         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10994         check into `gnus-registry-initialize'.
10995         (gnus-registry-initialize): Ditto.
10996         Fix and extend header docs.
10997
10998 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11001         regexp backtrace overflows.
11002
11003         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11004         for starttls that tls.el implements; i.e. openssl.
11005
11006         * tls.el (tls-starttls-switches): Give up on using starttls with
11007         gnutls-cli.
11008         (tls-program): Add --insecure to be consistent with the defaults from
11009         openssl s_client.  Now all three commands are insecure.
11010
11011 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * lpath.el: Bind completion-styles-alist for XEmacs.
11014
11015         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11016         (gravatar-create-image): New function that's an alias to
11017         gnus-xmas-create-image, gnus-create-image, or create-image.
11018         (gravatar-data->image): Use it.
11019
11020 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11021
11022         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11023         install the nnregistry refer method.
11024         (gnus-registry-install-hooks): Use it.
11025         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11026         unfollowed groups.
11027
11028 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11029
11030         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11031         expanding threads.
11032
11033 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11034
11035         * nnir.el: Use the server names without suffixes (bug#7009).
11036
11037         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11038         unencrypted to STARTTLS, if possible.
11039
11040 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11041
11042         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11043         headers before superseding.
11044
11045 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11046
11047         * nnrss.el (nnrss-use-local): Add documentation.
11048
11049         * nnimap.el (nnimap-extend-tls-programs): New function.
11050         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11051         (nnimap-wait-for-connection): Accept the greeting from the stupid
11052         output from openssl s_client -starttls, too.
11053
11054         * tls.el (tls-starttls-switches): New variable.
11055         (tls-find-starttls-argument): Use it.
11056         (open-tls-stream): Ditto.
11057
11058         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11059         (netrc-machine): Ditto.
11060
11061         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11062         article number.
11063         (nnimap-split-fancy): New variable.
11064         (nnimap-split-incoming-mail): Use it.
11065
11066         * nntp.el (nntp-server-list-active-group): Document.
11067
11068         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11069         SELECT to get the message-id.
11070
11071         * mail-source.el (mail-sources): Remove webmail support.
11072         (defvar): Ditto.
11073         (mail-source-fetcher-alist): Ditto.
11074         (mail-source-fetch-webmail): Remove.
11075
11076         * webmail.el: Remove -- doesn't seem relevant any more.
11077
11078         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11079
11080         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11081         the \r.
11082
11083 2010-09-30  Julien Danjou  <julien@danjou.info>
11084
11085         * gnus-agent.el (gnus-agent-add-group): Fix call to
11086         gnus-completing-read.
11087
11088 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * nndoc.el (nndoc-retrieve-groups): New function.
11091
11092         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11093         `default', use nnmail-split-methods.
11094         (nnimap-request-article): Downcase the NILs so that they are nil.
11095
11096         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11097         symbol.
11098
11099         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11100         code, since if the user has requested network, that's what they ought
11101         to get.
11102         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11103         (nnimap-split-rule): Mark as obsolete.
11104
11105         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11106         New variable.
11107
11108         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11109         correct slot, too.
11110
11111 2010-09-29  Julien Danjou  <julien@danjou.info>
11112
11113         * gnus.el (gnus-local-domain): Declare variable obsolete.
11114
11115         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11116         Fix history computing.
11117         (gnus-ido-completing-read): Require ido.
11118
11119 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11122         build Gnus.
11123
11124         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11125         when interpreting the structures.
11126         (nnimap-request-accept-article): Add \r\n to the lines to make this
11127         work with Cyrus.
11128
11129         * nndraft.el (nndraft-request-expire-articles): Use the group name
11130         instead if "nndraft".  Fix found by Nils Ackermann.
11131
11132 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11133
11134         * nnregistry.el: Add.
11135
11136 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11137
11138         * nnmail.el (group, group-art-list, group-art):
11139         Remove unneeded directives.
11140
11141 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11144         (mm-mime-charset):
11145         * rfc2047.el (rfc2047-syntax-table):
11146         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11147
11148         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11149         rather than `insert-file-contents' and `eval-region'.
11150
11151         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11152         construction.
11153
11154         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11155
11156         * time-date.el: No need to require cl for Emacs 21.
11157
11158 2010-09-29  Julien Danjou  <julien@danjou.info>
11159
11160         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11161         replacement of `gnus-gravatar-relief' to mimic
11162         `gnus-faces-properties-alist'.
11163         Add :version property.
11164
11165 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * mail-source.el (mail-source-report-new-mail):
11168         * message.el (message-default-mail-headers):
11169         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11170
11171         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11172
11173 2010-09-28  Julien Danjou  <julien@danjou.info>
11174
11175         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11176         mail-address contains the same string as real-name.
11177
11178         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11179         non-blank in header, otherwise it'll get stripped.
11180
11181         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11182         real-name, and then for mail address rather than doing : or , search.
11183
11184 2010-09-27  Julien Danjou  <julien@danjou.info>
11185
11186         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11187         right completing-read function.
11188         (gnus-use-ido): New variable
11189         (gnus-completing-read-with-default): Remove.
11190         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11191         (gnus-agent-add-group):
11192         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11193         * mm-view.el (mm-view-pkcs7-decrypt):
11194         * mm-util.el (mm-codepage-setup):
11195         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11196         * mml-smime.el (mml-smime-openssl-sign-query):
11197         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11198         (mml-insert-multipart):
11199         * gnus-msg.el (gnus-summary-yank-message):
11200         * gnus-int.el (gnus-start-news-server):
11201         * mm-decode.el (mm-interactively-view-part):
11202         * gnus-dired.el (gnus-dired-attach):
11203         * gnus.el (gnus-read-method):
11204         * gnus-bookmark.el (gnus-bookmark-jump):
11205         * gnus-art.el (gnus-mime-view-part-as-type)
11206         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11207         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11208         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11209         * nnmairix.el (nnmairix-create-server-and-default-group)
11210         (nnmairix-update-groups, nnmairix-get-server)
11211         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11212         (nnmairix-get-group-from-file-path):
11213         * nnrss.el (nnrss-find-rss-via-syndic8):
11214         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11215         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11216         (gnus-group-browse-foreign-server):
11217         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11218         (gnus-summary-execute-command, gnus-summary-respool-article)
11219         (gnus-read-move-group-name):
11220         * gnus-score.el (gnus-summary-increase-score)
11221         (gnus-summary-score-effect):
11222         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11223
11224 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11227         x-focus-frame.
11228
11229         * nnimap.el (auth-source-forget-user-or-password)
11230         (auth-source-user-or-password): Autoload.
11231
11232         * message.el (message-from-style, message-interactive)
11233         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11234         (message-yank-prefix, message-indentation-spaces, message-signature)
11235         (message-signature-file): Add comment.
11236
11237 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11240         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11241         new articles.
11242
11243         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11244         parts.
11245         (nnimap-request-article): Work with the t setting, too.
11246
11247         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11248         that you don't get flashes of other buffers.
11249         (gnus-summary-show-complete-article): Intern before setting.
11250
11251 2010-09-27  David Engster  <dengste@eml.cc>
11252
11253         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11254         well as HEADERS.
11255         (nnmairix-retrieve-headers): Provide new argument for the above.
11256
11257 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11258
11259         * gnus-sum.el (gnus-summary-move-article): Don't alter
11260         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11261         group.
11262
11263         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11264
11265         * message.el (message-cite-prefix-regexp): Revert my last edit.
11266
11267         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11268         variable instead of the Gnus variable.
11269
11270         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11271
11272         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11273
11274         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11275         since some servers don't like it.
11276         (nnimap-open-connection): Forget credentials if the server says the
11277         password was wrong.
11278         (nnimap-parse-line): Protect against invalid data.
11279
11280         * gnus-sum.el (gnus-summary-move-article): Add comment.
11281         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11282         nothing alters it while scanning for new messages.
11283
11284         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11285         which may or may not help.
11286         (nnimap-open-connection): If we're doing a stream connection, and then
11287         discover we're on a STARTTLS-capable server, then open a STARTTLS
11288         connection instead.
11289
11290 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11291
11292         * nnimap.el (utf7): Require.
11293
11294         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11295         prefix.
11296
11297 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11298
11299         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11300
11301 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * nnimap.el (nnimap-request-accept-article): Message the error on
11304         error.
11305
11306 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11309
11310 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * nndoc.el (nndoc-request-list): Return success always.
11313
11314         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11315         `fetch-old' -- we only want to fetch the articles we've requested.
11316         The rest are in the agent, probably.
11317         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11318         disappeared server" to something low.  It's not important.
11319
11320         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11321         arrived before the FETCH data.
11322
11323         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11324         target here, because we don't know the Gnus name of the group.
11325
11326         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11327         for the correct group.
11328
11329         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11330
11331         * gnus.el (gnus): Give a final warning after startup.
11332
11333         * gnus-util.el (gnus-action-message-log): New variable.
11334         (gnus-message): Use it.
11335         (gnus-final-warning): New function.
11336
11337         * nnimap.el (nnimap-open-connection): Record the greeting.
11338         (nnimap): Add greeting.
11339
11340 2010-09-26  Julien Danjou  <julien@danjou.info>
11341
11342         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11343         arguments.
11344         (gnus-html-wash-images): Fix spec computing to include start/end.
11345
11346         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11347
11348 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11349
11350         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11351         deletion.
11352         (nnimap-retrieve-headers): Don't select the group, because that's
11353         already done by nnimap-possibly-change-group.
11354
11355         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11356         (gnus-picon-transform-address): Use it.
11357
11358         * mail-source.el (mail-source-value): Revert previous patch.
11359
11360         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11361         on failure.
11362         (nnimap-open-connection): Look up both virtual and physical server name
11363         credentials.
11364
11365         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11366
11367 2009-02-07  Dave Love  <fx@gnu.org>
11368
11369         * tls.el (open-tls-stream): Don't query killing process.
11370
11371 2009-02-08  Dave Love  <fx@gnu.org>
11372
11373         * gnus-win.el (gnus-window-to-buffer-helper)
11374         (gnus-all-windows-visible-p): Function needn't be a symbol.
11375
11376         * mail-source.el (mail-source-value): Function needn't be a symbol.
11377
11378 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11379
11380         * message.el (message-cite-prefix-regexp): Remove } from the cite
11381         prefix.
11382
11383         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11384         highlight again, so that the highlight is correct.
11385
11386         * gnus-picon.el (gnus-picon): Remove again.
11387         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11388
11389         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11390         doing the header highlightling, so that the background color of the
11391         picon is correct.
11392
11393         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11394         (gnus-picon): Ditto.
11395         (gnus-picon): Reinstate.  The background color for picons is white.
11396         (gnus-picon-insert-glyph): Make the background white.
11397
11398         * nnml.el (nnml-open-nov): Don't return dead buffers.
11399
11400         * auth-source.el (auth-source-create): Query the user for whether to
11401         store the credentials.
11402
11403         * netrc.el (netrc-store-data): New function.
11404
11405         * auth-source.el (auth-source-user-or-password): Use the existing auth
11406         sources, if any, for creation.
11407
11408         * gnus.el (gnus-group-fast-parameter): Return the last matching
11409         parameter instead of the first matching parameter.
11410
11411 2010-09-26  Julien Danjou  <julien@danjou.info>
11412
11413         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11414
11415 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416
11417         * mml2015.el (mml2015-use): Remove gpg support.
11418
11419         * mml1991.el (mml1991-function-alist): Remove gpg function.
11420         (mml1991-gpg-sign): Remove.
11421
11422 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11423
11424         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11425         (gnus-browse-unsubscribe-current-group): Document it.
11426         (gnus-browse-unsubscribe-group): Use it.
11427
11428 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11431         address to the To list for easier response.
11432
11433         * gnus.el (gnus-play-startup-jingle): Remove.
11434         (gnus-splash): Don't play jingle.
11435         (gnus): Silence gnus-load message.
11436
11437         * gnus-art.el (gnus-treat-play-sounds): Remove.
11438
11439         * gnus.el (gnus-play-jingle): Remove audio support.
11440
11441         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11442
11443         * earcon.el: Remove -- no users.
11444
11445         * gnus-audio.el: Remove -- no users of this package.
11446
11447         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11448
11449         * gnus-start.el (gnus-setup-news): Remove nocem support.
11450
11451         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11452
11453         * gnus.el (gnus-use-nocem): Remove.
11454
11455         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11456         Remove.
11457
11458         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11459         uses NoCeM any more.
11460
11461         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11462         (gnus-button-ctan-handler): Ditto.
11463         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11464         (gnus-button-ctan-directory-regexp): Ditto.
11465         (gnus-button-handle-ctan): Ditto.
11466         (gnus-button-tex-level): Ditto.
11467         (gnus-button-alist): Remove CTAN stuff.
11468
11469 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11470
11471         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11472         nnimap-streaming test.
11473
11474         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11475         servers twice.
11476
11477         * nnimap.el (nnimap-open-connection): Add more error reporting when
11478         nnimap fails early.
11479
11480         * nnheader.el (nnheader-get-report-string): New function.
11481         (nnheader-get-report): Use it.
11482
11483         * gnus-int.el (gnus-check-server): Say what the error was when opening
11484         failed.
11485
11486         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11487         using streaming.
11488
11489 2010-09-25  Julien Danjou  <julien@danjou.info>
11490
11491         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11492         gnus-window-inside-pixel-edges.
11493
11494 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11495
11496         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11497
11498         * mm-decode.el (mm-save-part): Allow saving to other directories the
11499         normal Emacs way.
11500
11501         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11502         Suggested by Jay Berkenbilt.
11503
11504         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11505         there isn't a single byte.
11506
11507         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11508         just do it.  It doesn't really seem to matter what the user responds
11509         here, I think, so it's just a confusing question.
11510
11511         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11512         non-streaming case.
11513
11514         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11515         (gnus-article-encrypt-body): Use it.
11516
11517         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11518         keystroke.
11519
11520         * nnimap.el (nnimap-find-wanted-parts-1):
11521         Use gnus-fetch-partial-articles.
11522
11523         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11524
11525         * nnimap.el (nnimap-insert-partial-structure): New function.
11526         (nnimap-get-partial-article): New function.
11527         (nnimap-request-article): Use it.
11528         (nnimap-wait-for-response): Return whether the wait was successful.
11529         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11530         retrieval wasn't successful.
11531         (nnimap-retrieve-group-data-early): Allow throttling servers.
11532         (nnimap-streaming): New variable.
11533         (nnimap-fetch-partial-articles): Remove.
11534
11535         * mm-decode.el (mm-with-part): Protect against killed buffers.
11536
11537         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11538         for prettier summary display.
11539
11540 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11541
11542         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11543
11544 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11545
11546         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11547         apparently third-party libraries depend on it.
11548
11549         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11550         before starting negotiation.
11551
11552         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11553         privacy reasons.
11554         (gnus-treat-mail-gravatar): Ditto.
11555
11556         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11557         buffer when inserting images.  Inserting text into the headers, for
11558         instance, can make them invalid.
11559
11560 2010-09-25  Julien Danjou  <julien@danjou.info>
11561
11562         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11563         variables.
11564
11565         * nnheader.el: Remove useless variables news-reply-yank-from and
11566         news-reply-yank-message-id.
11567
11568         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11569         variables.
11570
11571         * mml1991.el: Remove useless mml1991-verbose.
11572
11573         * gnus.el: Remove useless variable gnus-use-generic-from.
11574         Remove obsolete variable gnus-topic-indentation.
11575
11576         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11577
11578         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11579
11580         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11581
11582         * gnus-group.el: Remove useless gnus-group-icon-cache.
11583         Remove useless gnus-ephemeral-group-server.
11584
11585         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11586
11587         * mml2015.el: Remove useless mml2015-verbose.
11588
11589         * mml-smime.el: Remove useless mml-smime-verbose.
11590
11591         * gnus.el: Remove useless gnus-local-domain.
11592
11593         * gnus-gravatar.el (gnus-gravatar-transform-address):
11594         Use gnus-gravatar-size.
11595
11596         * gnus-art.el: Remove useless gnus-treat-translate.
11597
11598 2010-09-24  Julien Danjou  <julien@danjou.info>
11599
11600         * gnus-sum.el: Add support for Gravatars.
11601
11602         * gnus-art.el: Add support for Gravatars.
11603
11604         * gnus-gravatar.el: Add this file.
11605
11606         * gravatar.el: Add this file.
11607
11608 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11611
11612         * gnus-group.el (gnus-group-fetch-faq): Remove.
11613
11614         * gnus.el (gnus-group-faq-directory): Remove.
11615
11616         * gnus-group.el (gnus-group-fetch-charter): Remove.
11617
11618         * gnus.el (gnus-group-charter-alist): Remove.
11619
11620         * gnus-group.el (gnus-group-archive-directory): Remove.
11621         (gnus-group-recent-archive-directory): Ditto.
11622         (gnus-group-make-archive-group): Remove.
11623
11624         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11625
11626         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11627         use the same article number for all the cached articles.
11628
11629         * nnimap.el (nnimap-command): Register the last command time so
11630         that we can use it for idling NOOPs.
11631         (nnimap-open-connection): Start the keeplive timer.
11632         (nnimap-make-process-buffer): Store all the process buffers.
11633         (nnimap-keepalive): New function.
11634
11635         * starttls.el (starttls-open-stream): Add autoload cookie.
11636
11637 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11638
11639         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11640         handling.
11641
11642 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643
11644         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11645         its data structures.
11646
11647         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11648         instead of the cl.el copy-list.
11649         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11650         equalp.
11651
11652 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11655         and tool-bar-local-item-from-menu.
11656
11657         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11658         mode-line-highlight face for Emacs.
11659
11660         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11661         loading gnus-sum.elc; fix comment for canlock-verify.
11662         (gnus-article-jump-to-part): Use read-number.
11663         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11664         Remove Emacs pre-21 compatible code for help-echo.
11665         (gnus-article-next-page-1): No need to adjust the number of lines.
11666         (gnus-article-describe-bindings): Always use help-buffer.
11667
11668         * gnus-audio.el (gnus-audio-inline-sound):
11669         * gnus-cus.el (gnus-custom-mode):
11670         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11671
11672         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11673
11674         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11675         compatible code.
11676
11677 2010-09-24  Glenn Morris  <rgm@gnu.org>
11678
11679         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11680         visiting the fcc file in rmail-mode.
11681
11682         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11683
11684 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * nnir.el: Silence the byte compiler.
11687
11688         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11689         alias to browse-url-url-encode-chars if any.
11690         (gnus-html-encode-url): Use it.
11691
11692 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11693
11694         * gnus-start.el (gnus-use-backend-marks): New variable.
11695         (gnus-get-unread-articles-in-group): Use it.
11696
11697         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11698         makeover.
11699
11700 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11701
11702         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11703
11704 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705
11706         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11707         Remove.
11708         (gnus-setup-news-hook):
11709         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11710
11711         * gnus-int.el (gnus-request-update-info): Protect against backends not
11712         having the function.
11713
11714         * nnimap.el (nnimap-stream): Mention starttls.
11715         (nnimap-open-connection): Add starttls support.
11716
11717 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11718
11719         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11720
11721 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11724         BODYSTRUCTUREs.
11725         (nnimap-transform-headers): Unfold quoted {42} headers.
11726
11727         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11728         the info.
11729         (gnus-get-unread-articles): Only call updatep on backends that support
11730         it.
11731
11732         * nnweb.el (nnweb-request-update-info): NOOP.
11733
11734         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11735
11736         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11737         since it only deals with marks.
11738
11739         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11740         gnus-request-marks, and make a new gnus-request-update-info.
11741
11742         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11743         the active instead of the high number, which is usually too low.
11744
11745 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11746
11747         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11748         * encrypt.el: Remove.
11749
11750 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11751
11752         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11753         server in symbolic form.
11754
11755         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11756
11757 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11758
11759         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11760         (nnimap-update-info): Fix up code slightly.
11761
11762         * gnus-int.el (gnus-open-server): Add tracing for performance
11763         debugging.
11764
11765         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11766         (gnus-group-insert-group-line): Pass the real group name so that it
11767         gets the right data.
11768
11769         * gnus-start.el (gnus-get-unread-articles): Don't have
11770         `gnus-get-unread-articles-in-group' update info, since that can be
11771         really slow and doesn't seem to be needed?
11772
11773 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11774
11775         * time-date.el (date-to-time): Try using parse-time-string first before
11776         using the slower timezone-make-date-arpa-standard.
11777
11778 2010-09-22  Julien Danjou  <julien@danjou.info>
11779
11780         * gnus-group.el (gnus-group-insert-group-line):
11781         Call gnus-group-highlight-line.
11782         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11783         default hook list.
11784         (gnus-group-update-eval-form): Add new function.
11785         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11786         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11787
11788 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11789
11790         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11791         immediate, then expire all articles.
11792         (nnimap-update-info): Fix off-by-one errors.
11793         (nnimap-flags-to-marks): Would return no marks lists for group with no
11794         flags.  Instead return the other data.
11795
11796 2010-09-22  Julien Danjou  <julien@danjou.info>
11797
11798         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11799         Only return an icon.
11800         (gnus-group-insert-group-line): Compute icon to return.
11801
11802         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11803         (gnus-html-image-fetched): Only cache if
11804         gnus-html-image-automatic-caching is set.
11805         (gnus-html-image-fetched): Check for errors.
11806
11807 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11810         once per method on `g'.  This ensures that backends like nnfolder don't
11811         open all their folders.
11812
11813         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11814         (nnimap-request-list): Nix out group in the correct buffer.
11815         (nnimap-parse-flags): Implement by using `read' instead of
11816         hand-parsing.
11817         (nnimap-flags-to-marks): Pass on permanent-flags.
11818         (nnimap-make-process-buffer): Record the server name.
11819         (nnimap-parse-flags): Fix typo.
11820         (nnimap-request-scan): Run split on the server in general, not just a
11821         single group.
11822
11823         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11824         parameter, and propagate this downwards.
11825
11826         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11827         since EXAMINE changes it on the server.
11828
11829         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11830         this command might take a while.
11831
11832 2010-09-22  Julien Danjou  <julien@danjou.info>
11833
11834         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11835         harmful if you have 2 images side-by-side, they can't be properly
11836         update on text deletion.  Using text-property is safer here.
11837         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11838         data.
11839
11840 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11841
11842         * nnimap.el (nnimap-expunge-inbox): Remove.
11843         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11844         (nnimap-expunge): Flip default to t.
11845
11846         * gnus.el (gnus-method-to-server): Don't push things to the cache
11847         unless it's unique.
11848         (gnus-server-to-method): Ditto.
11849
11850 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11851
11852         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11853
11854 2010-09-22  Julien Danjou  <julien@danjou.info>
11855
11856         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11857         get the start of data.
11858         (gnus-html-encode-url): Add this function to encode special chars in
11859         URL.
11860         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11861         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11862
11863         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11864         default.
11865         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11866
11867         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11868         images alt-text.
11869         (gnus-html-put-image): Put alt-text as help-echo.
11870
11871 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11874         * mm-util.el (mm-decompress-buffer):
11875         * nnir.el (nnir-run-find-grep):
11876         * pop3.el (pop3-list): Use 3rd arg of split-string.
11877
11878         * time-date.el (format-seconds): Comment fix.
11879
11880         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11881         and byte-optimize-form-code-walker.
11882         (dgnushack-make-auto-load): Don't advise make-autoload.
11883
11884         * lpath.el: Remove Emacs 21 stuff.
11885
11886 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11889         outside the active range.  Suggested by Dan Christensen.
11890
11891         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11892         slightly later to avoid double-getting it.
11893
11894         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11895         previous patch.
11896
11897         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11898
11899 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11900
11901         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11902
11903 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * gnus-int.el (gnus-open-server): Give a better error message in the
11906         "go offline" case.
11907
11908         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11909         marks for nnimap, which is seldom the right thing to do.
11910
11911         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11912         (gnus-same-method-different-name): New function.
11913
11914         * nnimap.el (parse-time): Require.
11915
11916         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11917         method in the presence of many similar methods.
11918
11919         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11920
11921         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11922         nnml-inhibit-expiry.
11923
11924         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11925         find out whether methods are equal.
11926
11927         * nnimap.el (nnimap-find-expired-articles): New function.
11928         (nnimap-process-expiry-targets): New function.
11929         (nnimap-request-move-article): Request the article before looking at
11930         what the Message-ID is.  Fix found by Andrew Cohen.
11931         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11932
11933         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11934         for oldness in addition to being a predicate.
11935
11936         * nnimap.el (nnimap-request-group): When we have zero articles, return
11937         the right data to Gnus.
11938         (nnimap-request-expire-articles): Only delete articles immediately if
11939         the target is 'delete.
11940
11941         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11942         method, this would bug out.
11943
11944         * gnus-group.el (gnus-group-expunge-group): Rename from
11945         gnus-group-nnimap-expunge, and implemented as a normal interface
11946         function.
11947
11948         * gnus-int.el (gnus-request-expunge-group): New function.
11949
11950         * nnimap.el (nnimap-request-create-group): Implement.
11951         (nnimap-request-expunge-group): New function.
11952
11953 2010-09-21  Julien Danjou  <julien@danjou.info>
11954
11955         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11956         (gnus-html-cache-expired): Add new function.
11957         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11958         wethever we should display image for fetch it.
11959         Compute alt-text earlier to pass it to the fetching function too.
11960         (gnus-html-schedule-image-fetching): Change function argument to only
11961         get one image at a time, not a list.
11962         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11963         cache.
11964         (gnus-html-get-image-data): New function to retrieve image data from
11965         cache.
11966         (gnus-html-put-image): Change buffer argument to use image data rather
11967         than file, and place image above region rather than inserting a new
11968         one.  Do not take alt-text as argument, since it's useless now: we place
11969         the image above alt-text.
11970         (gnus-html-prune-cache): Remove.
11971         (gnus-html-show-images): Start to fetch image when we find one, do not
11972         push into a temporary list.
11973         (gnus-html-prefetch-images): Only fetch image if they have expired.
11974         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11975         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11976
11977 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11980
11981 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11984         spec inser "*" if the group isn't active instead of 0.
11985
11986         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11987         opening the server.
11988         (nnimap-request-delete-group): Implement group deletion.
11989         (nnimap-transform-headers): Return the size of the entire message in
11990         the Bytes header, not just the size of the first part.
11991         (nnimap-request-move-article): When moving an article from nnimap,
11992         request the article first so the accepting form has an article to
11993         accept.  Reported by Dan Christensen.
11994         (nnimap-command): Make sure that the error message doesn't error out.
11995
11996 2010-09-20  David Edmondson  <dme@dme.org>
11997
11998         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11999         we haven't requested anything.
12000
12001 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12002
12003         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12004         "".  Fix found by Andrew Cohen.
12005
12006         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12007         instead of -encode-string.
12008
12009 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12012
12013         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12014         by mm-subst-char-in-string.
12015
12016 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12017
12018         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12019         waiting for the connection string.
12020
12021         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12022         arriving.
12023
12024         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12025         bogus characters.  This allows selecting certain Gmail groups.
12026
12027         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12028         (nnimap-fetch-partial-articles): New variable.
12029         (nnimap-open-connection): When looking for credentials, also use the
12030         nnimap-server-port.
12031         (nnimap-request-article): Return the group/article number, so that Gnus
12032         `^' works as expected.
12033         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12034
12035         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12036         comments.
12037         (gnus-methods-sloppily-equal): New function.
12038         (gnus): When using the development version of Gnus, load the gnus-load
12039         file.
12040
12041         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12042         `gnus-open-server' on each method before trying to scan them etc.
12043         This ensures that all the backend parameters are set correctly.
12044
12045         * nnimap.el (nnimap-authenticator): New variable.
12046         (nnimap-open-connection): Allow anonymous login.
12047         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12048         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12049
12050         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12051         patch, found by Knut Anders Hatlen.
12052
12053 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12054
12055         * gnus-agent.el (gnus-agent-batch-confirmation)
12056         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12057         to gnus-message.
12058         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12059         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12060         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12061         * gnus-int.el (gnus-open-server): Likewise.
12062         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12063         (gnus-score-check-syntax): Likewise.
12064         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12065         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12066         Likewise.
12067         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12068
12069 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12070
12071         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12072         calling conventions so that prefetch doesn't bug out.
12073
12074 2010-09-19  Julien Danjou  <julien@danjou.info>
12075
12076         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12077         rather than `subst-char-in-region' in order to be able to replace ASCII
12078         char by UTF-8 ones.
12079
12080         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12081         than curl.
12082         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12083         the right URL and ALT text on images.
12084         (gnus-html-wash-tags): Fix tag case.
12085         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12086         (gnus-article-html): Add -o display_ins_del=2 option.
12087         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12088
12089 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12090
12091         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12092         the extra mail headers, which sometimes seem to happen for unknown
12093         reasons.
12094
12095         * mail-parse.el (mail-header-encode-parameter): Define as
12096         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12097         (or most, perhaps?) mail readers don't understand the latter, but do
12098         understand the former.
12099
12100         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12101         to nil, so that no methods are automatically agentized.  I think this
12102         is probably what most users want.
12103
12104         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12105         from url-retrieve, for instance about invalid URLs.
12106
12107         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12108         groups that have no articles.
12109         (nnimap-request-article): Check that we really got an article when we
12110         requested one.
12111
12112         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12113         doesn't exist.
12114
12115         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12116         nntp buffer so the agent can save it.
12117         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12118         that CRLF doesn't get translated to \n.
12119         (nnimap-open-connection): Don't make 'shell commands only send \n.
12120
12121 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12122
12123         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12124         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12125         Update var name.
12126         (nnml-generate-nov-file): Use dolist.
12127         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12128         Use with-current-buffer.
12129
12130 2010-09-18  Julien Danjou  <julien@danjou.info>
12131
12132         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12133         parallel.
12134
12135 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12136
12137         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12138         the range update right.
12139         (nnimap-request-group): Don't make `M-g' bug out on group with no
12140         marks.
12141         (nnoo): Require, so that other packages can require nnimap.
12142         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12143         command we're looking for.  This helps when the server sends more
12144         responses after we've gotten everything we expected.
12145         (nnimap): Add a `newlinep' field to keep track of end-of-line
12146         conventions.
12147         Don't send CRLF to things that don't want it.
12148         (nnimap-request-accept-article): Ditto.
12149
12150 2010-09-18  Julien Danjou  <julien@danjou.info>
12151
12152         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12153         than curl to retrieve images.
12154
12155 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12156
12157         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12158         the marks.
12159         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12160         (nnimap-wait-for-connection): New function.
12161         (nnimap-open-connection): If we have PREAUTH, don't query for login
12162         credentials.
12163         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12164         when doing a partial update.
12165
12166 2010-09-18  Julien Danjou  <julien@danjou.info>
12167
12168         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12169         tags.
12170
12171 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12172
12173         * nnimap.el (nnimap-credentials): New function.
12174         (nnimap-open-connection): Use the new function to look for credentials
12175         also on the numeric equivalents of "imap" and "imaps".
12176
12177         * gnus-start.el (gnus-activate-group): Send the info to
12178         gnus-request-group.
12179
12180         * nnimap.el (nnimap-request-group): Have the "check" version of the
12181         function parse flags and update the info, so that a `M-g' get a total
12182         resync of all flags from the group.
12183
12184         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12185         to allow backends to alter the info on group selection.  Also alter all
12186         the backend -request-group functions to take the parameter.
12187
12188         * nnimap.el (nnimap-store-info): New function.
12189         (nnimap-update-info): Store the info for later usage.
12190         (nnimap-request-group): Use the stored info for the dont-check case, so
12191         that we don't retrieve all marks when we enter a group.
12192
12193         * nnimap.el: Use deffoo instead of defun for interface functions.
12194
12195         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12196         update the group info.  This makes the nndraft groups, for instance, go
12197         back to their old behavior.
12198
12199         * gnus-sum.el (gnus-select-newsgroup): Indent.
12200
12201         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12202         in.
12203         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12204         nothing.
12205
12206         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12207         from methods that are denied.
12208
12209         * gnus-int.el (gnus-method-denied-p): New function.
12210
12211         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12212         store the password instead of netrc.
12213         (nnimap-open-connection): Don't error out when we can't make a
12214         connections.
12215
12216         * auth-source.el (auth-source-create): In the password prompt, say what
12217         we're querying for.  Also prompt for user name if that hasn't been
12218         given.
12219
12220         * nnimap.el (nnimap-with-process-buffer): Remove.
12221
12222 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12223
12224         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12225         method when we're reading from the agent.
12226
12227         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12228
12229         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12230         that's probably most useful for users.
12231
12232         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12233         "failed" all the time.
12234
12235         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12236         ...)) with (with-current-buffer ... ).
12237
12238         * nntp.el (nntp-open-server): Return whether the open was successful or
12239         not.
12240
12241         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12242         select an unread unseen article first.
12243
12244         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12245         /etc/services, supply some sensible port defaults.
12246
12247         * dgnushack.el: Define netrc-credentials.
12248
12249 2010-09-17  Julien Danjou  <julien@danjou.info>
12250
12251         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12252
12253 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12254
12255         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12256         doesn't have any parameters.
12257
12258 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12261         only upcased checks.
12262
12263         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12264
12265         * nnimap.el (nnimap-open-shell-stream): New function.
12266         (nnimap-open-connection): Use it.
12267         (nnimap-transform-headers): Get the number of lines in each message.
12268         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12269         number of lines.
12270         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12271         problem.
12272
12273         * utf7.el (utf7-encode): Autoload.
12274
12275         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12276         to allow the mail splitting to not return a default group.  This is
12277         useful for nnimap, which will leave unmatched mail in the inbox.
12278
12279         * nnimap.el: Rewritten.
12280
12281         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12282         nnimap usage.
12283
12284         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12285         if the move is internal, so that nnimap can do fast internal moves.
12286
12287         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12288         data.
12289         (gnus-read-active-for-groups): Support finishing the early retrieval of
12290         data.
12291
12292         * gnus-range.el (gnus-range-nconcat): New function.
12293
12294         * gnus-int.el (gnus-finish-retrieve-group-infos)
12295         (gnus-retrieve-group-data-early): New functions.
12296
12297 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12298
12299         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12300         (nnrss-retrieve-groups):
12301         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12302         (pop3-quit): Use with-current-buffer.
12303
12304 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12307         instead of nnheader-accept-process-output.
12308
12309         * dgnushack.el (dgnushack-compile): Add comment.
12310
12311         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12312
12313         * gnus-html.el (gnus-html-schedule-image-fetching)
12314         (gnus-html-prefetch-images): Replace process-kill-without-query by
12315         gnus-set-process-query-on-exit-flag.
12316
12317 2010-09-16  Romain Francoise  <romain@orebokech.com>
12318
12319         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12320
12321 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12322
12323         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12324         parameter to unintern is mandatory-ish in Emacs 24.
12325
12326         * gnus-html.el (gnus-html-schedule-image-fetching)
12327         (gnus-html-prefetch-images): Check for curl before using it.
12328
12329         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12330         depend on curl, which isn't essential.
12331
12332         * imap.el: Revert back to version
12333         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12334         seem problematic.
12335
12336 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12337
12338         * gnus-registry.el (gnus-registry-install-shortcuts):
12339         Explicitly pass `obarray' to `unintern' to avoid a warning.
12340
12341 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12342
12343         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12344         change.
12345
12346         * nnrss.el (nnrss-request-list): Remove this function and related
12347         functions, including the moreover stuff.
12348
12349 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350
12351         * nnrss.el (nnrss-retrieve-groups): New function.
12352
12353 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12354
12355         * .dir-locals.el: Add no-byte-compile cookie.
12356
12357 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * time-date.el (format-seconds): Comment fix.
12360
12361         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12362         for back end that doesn't support request-scan.
12363
12364 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12365
12366         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12367         then do request scans from the backends.
12368
12369         * netrc.el (netrc-credentials): New conveniency function.
12370
12371         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12372         avoid running a hook per line, since this takes a lot of time,
12373         profiling shows.
12374         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12375         directly if gnus-visual-p is true.
12376
12377 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12380         groups; replace mapcar with dolist which is a bit faster; pass groups
12381         info to gnus-read-active-file-1.
12382         (gnus-read-active-file-1): Scan only specified groups if the new
12383         optional arg `infos' is given.
12384
12385 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12386
12387         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12388
12389         * pop3.el (pop3-movemail): Remove.
12390         (pop3-streaming-movemail): Rename to pop3-movemail.
12391
12392         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12393         don't restrict end-tag searches to the end of the line.
12394
12395 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12398         articles of every unchecked group to t, which means unknown since the
12399         server has never been opened.
12400
12401 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12402
12403         * gnus-html.el (gnus-html-show-alt-text): New command.
12404         (gnus-html-browse-image): Ditto.
12405         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12406         to browse the image directly.
12407         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12408         better.
12409
12410         * gnus-async.el (gnus-async-article-callback):
12411         Call `gnus-html-prefetch-images' unconditionally.
12412
12413         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12414         before feeding URLs to curl.
12415
12416 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12419         internal images as deletable by `W D D'.
12420
12421         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12422         (gnus-async-article-callback): Fix typo.
12423
12424 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12425
12426         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12427         current line to work around bugs in the output from w3m.
12428
12429         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12430         for groups that want that.
12431
12432         * nntp.el (nntp-wait-for-string): Supply a timeout for
12433         accept-process-output to ensure progress.
12434
12435         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12436         level to get unread articles from, then use that for foreign groups,
12437         too.
12438
12439         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12440         confuses the rest of the function.
12441
12442         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12443         for the methods that support -retrieve-groups, too.
12444
12445         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12446
12447 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12450         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12451
12452         * pop3.el: Require cl when compiling.
12453         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12454
12455 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12456
12457         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12458         that aren't going to be activated.
12459         (gnus-get-unread-articles): Fix up the last commit.
12460
12461         * gnus-html.el (gnus-article-html): Allow calling without specifying
12462         the handle.  In that case, dissect the buffer first.
12463
12464         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12465
12466         * nnimap.el (nnimap-open-connection): Revert the change that would look
12467         into authinfo for imaps instead of imap.
12468
12469         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12470         say that you don't want to call gnus-request-group with don-check, but
12471         do check the reponse.  This is for virtual groups only.
12472         (gnus-get-unread-articles): Count the archive groups as secondary, so
12473         that they're activated the same way as before.
12474
12475         * imap.el (imap-message-map): Removed optional buffer parameter, since
12476         no callers use it.
12477         (imap-message-get): Ditto.
12478         (imap-message-put): Ditto.
12479         (imap-mailbox-map): Ditto.
12480         (imap-mailbox-put): Ditto.
12481         (imap-mailbox-get): Ditto.
12482         (imap-mailbox-get): Revert last change for this function.
12483
12484         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12485         case-insensitively.
12486         (nnimap-debug): Remove.
12487
12488         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12489         callers to use `imap-fetch' instead.  According to the comments, this
12490         should be safe, since all other IMAP clients use the 1:* syntax.
12491         (imap-enable-exchange-bug-workaround): Remove.
12492         (imap-debug): Remove -- doesn't seem very useful.
12493
12494         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12495         mail from a file, and the file doesn't exist.
12496
12497         * imap.el (imap-log): New convenience function used throughout instead
12498         of repeating the same code all over the place.
12499
12500         * pop3.el (pop3-streaming-movemail): Return t for success.
12501
12502         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12503         .authinfo if we're using ssl connection.
12504
12505         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12506         already have if we're in a main Gnus `g' run.
12507
12508         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12509
12510 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12513
12514         * nnmh.el (nnmh-request-list-1): Bind `file'.
12515
12516         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12517         alias to set-process-query-on-exit-flag or process-kill-without-query.
12518         (pop3-open-server): Use it.
12519
12520 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12521
12522         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12523         box to the Incoming file.  Fixes mistake in previous checkin.
12524
12525         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12526         request loop (for debugging purposes) removed.
12527
12528         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12529         culprit is more visible.
12530         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12531         (nnml-add-incremental-nov): New functions to do "incremental" nov
12532         updates, where we just append to the end of the existing nov files
12533         without reading/writing them in full.
12534
12535         * mail-source.el (mail-source-delete-crash-box): Really only check the
12536         incoming files once in a while.
12537
12538         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12539
12540         * mail-source.el (mail-source-delete-crash-box): Only check the
12541         incoming files for deletion once per day to save a lot of file
12542         accesses.
12543
12544         * pop3.el (pop3-logon): Fix up unbound variable typo.
12545
12546         * mail-source.el (pop3-streaming-movemail): Autoload.
12547
12548         * pop3.el (pop3-streaming-movemail):
12549         Respect pop3-leave-mail-on-server.
12550
12551         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12552         retrieval.
12553
12554         * pop3.el (pop3-process-filter): Remove unused function.
12555         (pop3-streaming-movemail, pop3-send-streaming-command)
12556         (pop3-wait-for-messages, pop3-write-to-file)
12557         (pop3-number-of-responses): New functions for streaming pop3
12558         retrieval.
12559
12560         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12561         come from no known methods.
12562         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12563         list.
12564
12565         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12566         message sizes.
12567         (pop3-movemail): Use erase-buffer instead of looping and deleting
12568         regions, which seems rather odd.
12569
12570         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12571         file once per `g' run.
12572
12573         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12574         directories.  This makes the draft queue directory work.
12575
12576         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12577         data from the backends, so that we only request the list of groups from
12578         each method once.  This should speed things up considerably.
12579
12580         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12581         detect that it's not implemented.
12582
12583         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12584         we actually do recurse down into the tree, but don't stat all leaf
12585         nodes.
12586
12587         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12588         then say so instead of bugging out.
12589
12590         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12591         files exist before trying to read them.
12592
12593         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12594         around <pre_int>.
12595
12596         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12597
12598         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12599
12600 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12601
12602         * mm-util.el (mm-image-load-path): Just return the image directories,
12603         not all directories in the path in addition to the image directories.
12604         (mm-image-load-path): Maintain a cache of the image directories so that
12605         the `g' command in Gnus doesn't have to stat dozens of directories each
12606         time.
12607
12608         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12609         (gnus-html-wash-tags): Add a new `i' command to insert images.
12610         (gnus-html-insert-image): New command and keystroke.
12611         (gnus-html-redisplay-with-images): New command and keystroke.
12612         (gnus-html-show-images): Rename command.
12613         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12614         spacers.
12615         (gnus-html-wash-tags): Decode entities at the end, so that entities
12616         inside the tags don't mess up the rest of the "parsing".
12617
12618         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12619         so that nnimap methods aren't agentized by default.  There's apparently
12620         many problems related to agent/imap behavior.
12621
12622         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12623
12624         * gnus-html.el: Doc fix.
12625
12626 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12629         specifier-spec-list for Emacs 21.
12630
12631         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12632         glyph-width and glyph-height instead of display-graphic-p and
12633         image-size; make avoidance of displaying small images work for XEmacs.
12634
12635         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12636         for XEmacs.
12637
12638         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12639         of symbol that holds plist data.
12640         (gnus-process-plist): Remove plist of process after getting it.
12641
12642 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12643
12644         * message.el (message-generate-hashcash): Change default to
12645         'opportunistic if hashcash is installed.
12646
12647         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12648         (gnus-html-put-image): Only call image-size once, since it's somewhat
12649         time-consuming on remote X servers.
12650
12651 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12654         type on data, not a file name.
12655
12656         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12657         window-pixel-edges for Emacs 21.
12658
12659         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12660         decoded contents.
12661         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12662
12663 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12664
12665         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12666         group line format, since it isn't very interesting.
12667
12668         * gnus-agent.el (gnus-agent-short-article),
12669         (gnus-agent-long-article): Increase values for these two variables,
12670         since most people are likely to have more network connection and
12671         storage than before.
12672
12673         * gnus.el (gnus-refer-article-method): Change default to 'current.
12674         When referring an article, the common behavior is to refer it from the
12675         current select method, not the native select method.  The chances of
12676         the native select method having the message in question is rather slim
12677         these days.
12678
12679         * gnus-sum.el (gnus-auto-select-subject): Change default to
12680         `unseen-or-unread'.  I think it's likely that most people want to
12681         select an unseen article over a previously seen, but unread one.
12682
12683         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12684         means that in the article buffer none of the minor mode elements will
12685         be shown, usually, and this is not desirable in most cases.
12686
12687         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12688         that commands like `d' (and the like) go to the next line in the
12689         buffer, instead of the next unread article.  I think this is the
12690         behavior that is most natural for most users.
12691         (gnus-single-article-buffer): Change default to nil, so that people can
12692         have as many article buffers open as they have summary buffer.  I think
12693         this is the most natural way for the groups to behave.
12694
12695         * message.el (message-generate-new-buffers): Change default to
12696         `unsent', so that all new message buffers start their names with the
12697         string "*unsent", and it's easier to find the buffers if you move from
12698         them.
12699
12700 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12701
12702         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12703         small.  They're probably tracking images.
12704         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12705         (gnus-html-rescale-image): Yet another try at getting the image sizing
12706         right.
12707
12708         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12709         nntp-marks-file-name is nil.
12710
12711 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12712
12713         * gnus-html.el (gnus-html-wash-tags)
12714         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12715         Better logging.
12716
12717 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12720
12721         * gnus-html.el (gnus-html-wash-tags): Check the value of
12722         gnus-blocked-images in the summary buffer.
12723
12724 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12725
12726         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12727
12728 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12729
12730         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12731         like "a", it seems like.
12732         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12733         since it needs to be picked from the correct buffer.
12734
12735         * nnwfm.el: Remove.
12736
12737         * nnlistserv.el: Remove.
12738
12739 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12740
12741         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12742         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12743
12744 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * nnkiboze.el: Remove.
12747
12748         * nndb.el: Remove.
12749
12750         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12751         alt text.
12752         (gnus-html-rescale-image): Try to get the rescaling logic right for
12753         images that are just wide and not tall.
12754
12755         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12756         overshadow variable bindings.
12757
12758 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12759
12760         * gnus-html.el (gnus-html-wash-tags)
12761         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12762         Add extra logging.
12763
12764 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12765
12766         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12767         (gnus-max-image-proportion): New variable.
12768         (gnus-html-rescale-image): New function.
12769         (gnus-html-put-image): Rescale images.
12770
12771 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12772
12773         Fix up some byte-compiler warnings.
12774         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12775         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12776         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12777         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12778         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12779         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12780         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12781
12782 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * gnus-html.el (gnus-article-html): Decode contents by charset.
12785
12786 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12789         (gnus-html-frame-width, gnus-blocked-images):
12790         * message.el (message-prune-recipient-rules): Add custom version.
12791         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12792
12793         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12794         functions.
12795
12796         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12797         gnus-process-get.
12798
12799 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12800
12801         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12802         instead of lsub directly.
12803
12804 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12805
12806         * nnwarchive.el: Remove.
12807
12808         * gnus-soup.el: Remove.
12809
12810         * nnsoup.el: Remove.
12811
12812         * nnultimate.el: Remove.
12813
12814         * gnus-html.el (gnus-blocked-images): New variable.
12815
12816         * message.el (message-prune-recipients): New function.
12817         (message-prune-recipient-rules): New variable.
12818
12819         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12820         guess whether a long line is natural text or not.
12821
12822         * gnus-html.el (gnus-html-schedule-image-fetching):
12823         Use gnus-process-plist and friends for compatibility.
12824
12825 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12826
12827         * gnus-html.el: Require packages that define macros used in this file.
12828         (gnus-article-mouse-face): Declare to silence byte-compiler.
12829         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12830         process-get.
12831         (gnus-html-put-image): Use plist-get to avoid getf.
12832         (gnus-html-prefetch-images): Use with-current-buffer.
12833
12834 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-ems.el: Provide compatibility functions for
12837         gnus-set-process-plist.
12838
12839         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12840         header-line-format for XEmacs 21.4.
12841
12842         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12843         * gnus.el (gnus-valid-select-methods):
12844         * message.el (message-send-mail-partially-limit):
12845         * mm-decode.el (mm-text-html-renderer):
12846         * mml.el (mml-insert-mime-headers-always):
12847         * smiley.el (smiley-regexp-alist): Bump custom version.
12848
12849 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12850
12851         * gnus-html.el: Require mm-url.
12852         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12853         with the url to `url'.
12854         (gnus-html-wash-tags): Support cid: URLs/images.
12855
12856 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857
12858         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12859         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12860         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12861
12862         * gnus-move.el: Remove file, since it doesn't really work.
12863
12864         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12865         UTF-8.  This seems to fix problems with some German web feeds.
12866
12867         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12868         at the top so that the proper colors are applied.
12869
12870         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12871         don't have dots in their names.
12872
12873         * gnus-art.el (gnus-article-view-part): Doc fix.
12874
12875         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12876         XEmacs-compatible.
12877         (gnus-html-put-image): Don't do images on non-graphic displays.
12878
12879         * nnslashdot.el: Remove this unused backend.
12880
12881         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12882         actions.
12883         (gnus-undo-register-1): Revert last change.
12884
12885         * gnus-group.el (gnus-group-completing-read): Protect against not
12886         having completion-styles bound.
12887
12888         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12889         make broken recipients happier.
12890
12891         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12892
12893         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12894         point parameter.
12895
12896         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12897
12898         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12899         completion-styles for group selection.
12900
12901 2009-02-04  Andreas Schwab  <schwab@suse.de>
12902
12903         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12904         headers and regexp-quote the match if necessary.
12905
12906 2009-03-24  Miles Bader  <miles@gnu.org>
12907
12908         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12909         the blinking smiley.
12910
12911 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12912
12913         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12914         blink smiley.
12915
12916 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12917
12918         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12919         where the dribbel file lives exists.
12920
12921         * message.el (message-send-mail-partially-limit): Change the default to
12922         nil, since most people don't want this.
12923
12924         * mm-url.el (mm-url-decode-entities): Also decode entities like
12925         &#x3212.
12926
12927 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12928
12929         * gnus-sum.el (gnus-summary-idna-message):
12930         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12931         Hyperlink urls in docstrings with URL `...'.
12932
12933 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12934
12935         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12936         functions.
12937
12938 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12939
12940         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12941         say what the mouseover text should be.
12942
12943         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12944         version of the mm-w3m-safe-url-regexp variable to only download images
12945         in the groups where we want that to happen.
12946
12947         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12948
12949         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12950         easier debugging.
12951         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12952         big pictures in the article buffer.
12953
12954         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12955         gnus-article-html.
12956         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12957         w3m.
12958
12959         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12960
12961 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12962
12963         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12964         which doesn't exist.
12965
12966         * message.el (message-inhibit-ecomplete): New variable to allow some
12967         function to inhibit ecomplete address storage.
12968         (message-resend): Disable ecomplete message storage when resending
12969         messages.
12970
12971         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12972
12973 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12976         Save excursion while copying, moving, and deleting articles in order to
12977         prevent the cursor from jumping to unforeseen place.
12978
12979 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * lpath.el: No need to bind bookmark-current-buffer,
12982         bookmark-yank-point and bookmark-make-record-function.
12983
12984 2010-08-17  Glenn Morris  <rgm@gnu.org>
12985
12986         * gnus-sync.el: Require gnus components whose functions are used.
12987
12988         * gnus-art.el (bookmark-make-record-function):
12989         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12990         Declare for compiler.
12991
12992         * mm-url.el (mml-compute-boundary): Autoload.
12993
12994 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12997
12998 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12999
13000         Typo fix "hoo4a" -> "hook".
13001
13002         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13003
13004 2010-08-14  Glenn Morris  <rgm@gnu.org>
13005
13006         * gnus-sync.el (gnus-sync): Fix defgroup version.
13007
13008 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13009
13010         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13011
13012         * gnus-sync.el: Fix docs.
13013         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13014         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13015
13016 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13017
13018         Optimizations for gnus-sync.el.
13019
13020         * gnus-sync.el: Add docs about gnus-sync-backend
13021         possibilities.
13022         (gnus-sync-save): Remove unnecessary message.
13023         (gnus-sync-read): Optimize and show what groups were skipped.
13024
13025 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13026
13027         Minor bug fixes for gnus-sync.el.
13028
13029         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13030         Don't read the sync on get-new-news.
13031
13032         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13033         quiet.
13034
13035         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13036         (fix typo).
13037
13038 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13039
13040         Make saving and restoring of hidden threads work with overlays.
13041         Patch applied by Ted Zlatanov.
13042
13043         * gnus-sum.el (gnus-hidden-threads-configuration)
13044         (gnus-restore-hidden-threads-configuration): Update to deal with text
13045         properties, rather than searching for a magic character.
13046
13047 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13048
13049         New gnus-sync.el library for synchronization of marks.
13050
13051         * gnus-sync.el: New library for synchronization of marks.
13052
13053         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13054         renamed from `gnus-registry-grep-in-list'.
13055
13056         * gnus-registry.el (gnus-registry-follow-group-p):
13057         Use `gnus-grep-in-list'.
13058
13059         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13060
13061 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13064         determining charset of text fails.
13065
13066 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * nnmail.el (nnmail-get-new-mail-1): Revert.
13069
13070         * nnml.el (nnml-active-number): Make sure names of newly created groups
13071         in nnml-group-alist are encoded.
13072
13073 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13076         containing non-ASCII characters in active file for nnml back end.
13077
13078 2010-07-24  David Engster  <dengste@eml.cc>
13079
13080         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13081         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13082
13083 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13084
13085         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13086         tag (Bug#6654).
13087
13088 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13091         the article buffer, not the summary buffer.
13092
13093 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13096         Emacs 23 as well.
13097
13098 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13101         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13102
13103 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13104
13105         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13106         Patch applied by Karl Fogel.
13107
13108         * gnus-sum.el (gnus-summary-bookmark-make-record):
13109         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13110
13111 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13112
13113         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13114         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13115         C-w still not working correctly from Article buffers; Thierry's
13116         patch to fix that will be applied after this.
13117
13118         * gnus-art.el (bookmark-make-record-function): New local variable.
13119
13120         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13121         article buffer.
13122         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13123
13124 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13125
13126         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13127         on changes in bookmark.el.
13128
13129 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13132         `no-log' instead of message not to log prompt string.
13133
13134 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13135
13136         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13137         the *other* type of HTML form submission.
13138
13139 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13140
13141         * auth-source.el (auth-source-pick): If choice does not contain a
13142         questioned keyword, set the check to t.
13143
13144 2010-06-12  Romain Francoise  <romain@orebokech.com>
13145
13146         * gnus-util.el (gnus-date-get-time): Move up before first use.
13147
13148 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13151         (gnus-article-edit-part): Bind it to make last part that is substituted
13152         or deleted visible.
13153         (gnus-mime-display-single): Buttonize part of which id equals to
13154         gnus-mime-buttonized-part-id.
13155
13156 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13157
13158         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13159         (gnus-dd-mmm): Use gnus-date-get-time.
13160         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13161         simplify logic.
13162         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13163         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13164
13165 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13166
13167         * auth-source.el (top): Autoload `secrets-list-collections',
13168         `secrets-create-item', `secrets-delete-item'.
13169         (auth-sources): Fix tag string.
13170         (auth-get-source, auth-source-retrieve, auth-source-create)
13171         (auth-source-delete): New defuns.
13172         (auth-source-pick): Rewrite in order to avoid 2 passes.
13173         (auth-source-forget-user-or-password): New parameter USERNAME.
13174         (auth-source-user-or-password): New parameters CREATE-MISSING and
13175         DELETE-EXISTING.  Retrieve password interactively, if needed.
13176
13177 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13178
13179         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13180         deleting unused directories when gnus-expert-user is t.
13181
13182 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13185         for each temp file when gnus-article-browse-delete-temp is ask.
13186
13187 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13188
13189         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13190         Replace Lisp calls to delete-backward-char by calls to delete-char.
13191
13192 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13193
13194         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13195
13196 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13197
13198         * password-cache.el (password-cache-remove): Fix docstring.
13199
13200 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13203         article unless decoding article to be saved.
13204
13205 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13208         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13209         generated within the mm-with-unibyte-current-buffer macro.
13210
13211 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13214         to nil when we're in a mml-preview buffer and no group is selected.
13215
13216 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13217
13218         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13219         when catching the `C-g'.  Reported by "Leo".
13220
13221 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * message.el (message-forward-make-body-plain)
13224         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13225         multibyte-string-p.
13226
13227         * lpath.el: Revert.
13228
13229 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * message.el (message-forward-make-body-mml): Assume original message
13232         is multibyte string; error on unibyte.
13233         (message-forward-make-body-plain): Ditto; don't add excessive newline
13234         in body end.
13235
13236         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13237
13238 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13239
13240         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13241         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13242
13243 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * mm-extern.el (mm-extern-url): Don't use
13246         mm-with-unibyte-current-buffer.
13247         (mm-extern-cache-contents): Use with-current-buffer instead of
13248         save-excursion + set-buffer.
13249
13250 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * mm-util.el (mm-emacs-mule): Remove.
13253
13254 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13255
13256         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13257         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13258         change.
13259
13260 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13263         bind the default value of enable-multibyte-characters to nil.
13264
13265 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * message.el (message-forward-make-body-plain)
13268         (message-forward-make-body-mml):
13269         Don't use mm-with-unibyte-current-buffer.
13270
13271 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13272
13273         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13274
13275 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13276
13277         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13278         (Bug#5592).
13279
13280 2010-05-07  Julien Danjou  <julien@danjou.info>
13281
13282         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13283         it to mm-pipe-part.
13284
13285         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13286         it is given.
13287
13288 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * binhex.el (binhex-decode-region-internal):
13291         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13292         (dns-query):
13293         * nnweb.el (nnweb-gmane-search):
13294         * pgg-parse.el (pgg-parse-armor):
13295         * pgg.el (pgg-verify-region):
13296         * sha1.el (sha1-string-external):
13297         * uudecode.el (uudecode-decode-region-internal):
13298         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13299         XEmacs.
13300
13301         * gnus-art.el (gnus-article-browse-html-parts):
13302         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13303         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13304         make-temp-file.
13305
13306         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13307         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13308         compiling.
13309
13310         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13311         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13312         XEmacs when compiling.
13313
13314         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13315         gnus-pick-mode-off-hook for XEmacs when compiling.
13316         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13317         gnus-binary-mode-off-hook for XEmacs when compiling.
13318
13319         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13320         Return nil if char-charset is not available.
13321
13322         * imap.el (imap-disable-multibyte)
13323         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13324         macros.
13325
13326         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13327         instead of encode-coding-string.
13328
13329         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13330         'xemacs) instead of mm-emacs-mule to switch function definitions.
13331         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13332
13333         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13334         bind temporary-file-directory for XEmacs;
13335         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13336         timer-set-function for XEmacs 21.4 and SXEmacs;
13337         bind timer-list for XEmacs 21.4 and SXEmacs;
13338         fbind char-charset and find-charset-region for non-Mule XEmacs;
13339         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13340         encode-coding-region and encode-coding-string for XEmacs having no
13341         file-coding feature.
13342
13343 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13344
13345         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13346
13347 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13350         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13351
13352 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13353
13354         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13355         alias `jka-compr-delete-temp-file' no longer exists.
13356
13357 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13358
13359         Use define-minor-mode in Gnus where applicable.
13360         * mml.el (mml-mode): Use define-minor-mode.
13361         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13362         (gnus-undo-mode): Use define-minor-mode.
13363         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13364         (gnus-dead-summary-mode): Use define-minor-mode.
13365         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13366         Initialize in declaration.
13367         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13368         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13369         (gnus-mailing-list-mode): Use define-minor-mode.
13370         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13371         (gnus-draft-mode): Use define-minor-mode.
13372         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13373         (gnus-dired-mode): Use define-minor-mode.
13374
13375 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13376
13377         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13378         handles on recursive mml-to-mime translation and check them for
13379         boundary delimiter collisions.  Reported by Greg Troxel.
13380
13381 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13384
13385 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13386
13387         * mm-util.el (mm-find-buffer-file-coding-system):
13388         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13389
13390 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13391
13392         * message.el (message-generate-headers): Record insertion of optional
13393         headers as well.  Otherwise the check to prevent repeated insertion of
13394         optional headers is a no-op.
13395
13396 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13397
13398         * smime.el: Don't mention CVS.
13399
13400         * nnrss.el (nnrss-fetch): Don't mention CVS.
13401
13402         * nnir.el: Don't mention CVS.
13403
13404 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13405
13406         * gnus-sum.el (gnus-summary-bookmark-make-record):
13407         Add `location' field.
13408
13409 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * lpath.el: Fbind bookmark-default-handler,
13412         bookmark-get-bookmark-record, bookmark-make-record-default,
13413         bookmark-prop-get for Emacs <23 and XEmacs.
13414
13415 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13416
13417         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13418         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13419         Use with-current-buffer to silence the byte-compiler.
13420         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13421         bother to require `gnus'.
13422         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13423
13424 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13425
13426         * gnus-sum.el (gnus-summary-bookmark-make-record)
13427         (gnus-summary-bookmark-jump): New functions.
13428         (gnus-summary-mode): Setup bookmark support.
13429
13430 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13431
13432         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13433         if set.
13434
13435 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13438         gnus-article-browse-html-save-cid-image; make it work recursively for
13439         forwarded messages as well.
13440         (gnus-article-browse-html-parts): Work when prefix arg is given.
13441         (gnus-article-browse-html-article): Doc fix.
13442
13443 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13444
13445         * message.el (message-default-mail-headers)
13446         (message-default-headers): Carry the value mail-default-headers over
13447         into message-default-mail-headers, rather than message-default-headers.
13448
13449 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13450
13451         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13452         charset.
13453
13454         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13455         charset into the <meta> tag when the article is encoded to utf-8.
13456
13457 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-art.el (gnus-article-browse-delete-temp-files):
13460         Delete directories as well.
13461         (gnus-article-browse-html-parts): Work for images that do not specify
13462         file names; delete temp directory when quitting; insert header at the
13463         right place; use file: scheme for image files.
13464
13465 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13466
13467         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13468         (gnus-article-browse-html-parts): Use it to make temporary cid image
13469         files in addition to html file so that browser may display them.
13470
13471 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13474
13475 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13476
13477         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13478
13479 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13480
13481         * auth-source.el (auth-sources): Change default to be simpler.
13482         Explain about Secret Service API sources.  Improve Customize options.
13483         (auth-source-pick): Change to accept any number of search parameters.
13484         Implement fallbacks iteratively, not recursively.  Add scoring on the
13485         second pass and sort by score.  Call Secret Service API when needed.
13486         (auth-source-user-or-password): Use it.  Call Secret Service API
13487         directly when needed to get the user name and the password.
13488
13489 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13490
13491         * message.el (message-interactive): Doc fix.
13492         (message-qmail-inject-args): Reflow.
13493         (message-kill-to-signature): Fix typo in docstring.
13494
13495         * smiley.el (smiley-buffer): Fix typo in docstring.
13496
13497 2010-03-24  Glenn Morris  <rgm@gnu.org>
13498
13499         * mail-source.el (gnus-message): Declare.
13500         (mail-source-delete-old-incoming): Require gnus-util.
13501
13502 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13505
13506         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13507
13508         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13509         password-cache's default if it is not bound.
13510         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13511         password-cache-expiry's default if it is not bound.
13512
13513         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13514         available in Emacs 21.
13515
13516         * lpath.el: Suppress compiler warnings for:
13517         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13518         XEmacs;
13519         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13520         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13521         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13522
13523 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13524
13525         * auth-source.el (auth-sources): Fix up definition so extra parameters
13526         are always inline.
13527
13528 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13529
13530         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13531         wasn't updated after mismatch.  Clear cached mailbox info correctly
13532         when uidvalidity changes.
13533         (nnimap-group-prefixed-name): New function to avoid some code
13534         duplication.
13535         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13536         (nnimap-request-group): Use it.
13537         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13538         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13539         with many imap folders.  This is done by caching the group status from
13540         the imap server persistently in a group parameter `imap-status'.  (This
13541         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13542         but not persistently, so every Gnus startup was still very slow.)
13543
13544 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13545
13546         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13547         delete the extra newline.  Otherwise editing of :string and :number
13548         types don't work.
13549
13550 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13551
13552         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13553         secrets.el dependency.
13554         (auth-sources): Add optional user name.  Add secrets.el configuration
13555         choice (unused right now).
13556
13557 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13558
13559         * gnus-sum.el (gnus-summary-make-menu-bar):
13560         Let `gnus-registry-install-shortcuts' fill in the functions.
13561
13562         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13563         warnings.
13564         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13565         (gnus-registry-install-shortcuts): Populate and use it in a
13566         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13567
13568 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13569
13570         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13571         In-place substitutions for the group name encoding/decoding.
13572         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13573         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13574         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13575         (nnimap-update-unseen, nnimap-request-list)
13576         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13577         (nnimap-request-set-mark, nnimap-split-to-groups)
13578         (nnimap-split-articles, nnimap-request-newgroups)
13579         (nnimap-request-create-group, nnimap-request-accept-article)
13580         (nnimap-request-delete-group, nnimap-request-rename-group)
13581         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13582         `encoded-mbx' for consistency.
13583         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13584         variable `imap-current-mailbox'.
13585
13586         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13587         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13588
13589 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13590
13591         * pop3.el (pop3-display-message-size-flag): Display message size byte
13592         counts during POP3 download.
13593         (pop3-movemail): Use it.
13594         (pop3-list): Implement listing of available messages.
13595
13596 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13597
13598         * nnir.el (nnir-get-article-nov-override-function): New function to
13599         override the normal NOV retrieval.
13600         (nnir-retrieve-headers): Use it.
13601
13602 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13603
13604         * auth-source.el (netrc-machine-user-or-password): Autoload.
13605
13606 2010-03-19  Glenn Morris  <rgm@gnu.org>
13607
13608         Stop message.el from loading about 40 libraries it doesn't always need.
13609         The general approach is to autoload rather than require, and to
13610         require in the specific functions rather than the file.  (Bug#5642)
13611
13612         * gmm-utils.el: Don't require wid-edit.
13613         (widget-create-child-value, widget-convert, widget-default-get):
13614         Autoload.
13615
13616         * gnus-util.el: Don't require time-date, netrc.
13617         (message-fetch-field, gnus-group-name-decode): Declare rather than
13618         autoloading.
13619         (gnus-fetch-field): Require message.
13620         (gnus-decode-newsgroups): Require gnus-group.
13621
13622         * ietf-drums.el: Don't require time-date.
13623
13624         * message.el: Don't require hashcash, canlock, ecomplete.
13625         Do require mail-utils.  Require nnheader only when compiling.
13626         (smtpmail-default-smtp-server): Remove declaration.
13627         (message-send-mail-function): Check smtpmail-default-smtp-server
13628         is bound rather than requiring smtpmail.
13629         (message-auto-save-directory, message-insert-signature):
13630         Use expand-file-name rather than nnheader-concat.
13631         (nnheader-insert-file-contents): Autoload.
13632         (hashcash-wait-async): Declare.
13633         (message-send-mail): Only call gnus-setup-posting-charset if
13634         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13635         (message-send-mail-with-sendmail): Require sendmail.
13636         (canlock-password, canlock-password-for-verify): Declare.
13637         (message-canlock-password): Require canlock.
13638         (nnheader-get-report): Autoload.
13639         (gnus-setup-posting-charset): Declare.
13640         (message-send-news): Require gnus-msg.
13641         (message-make-references, message-make-in-reply-to): Use mail-header-id
13642         rather than the alias mail-header-message-id.
13643         (ecomplete-add-item, ecomplete-save): Declare.
13644         (message-put-addresses-in-ecomplete): Require ecomplete.
13645         (ecomplete-display-matches): Autoload.
13646
13647         * mm-decode.el: Don't require mailcap, gnus-util.
13648         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13649         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13650         Autoload.
13651         (mailcap-mime-extensions): Declare.
13652
13653         * mm-encode.el: Don't require mailcap.
13654         (mailcap-extension-to-mime): Autoload.
13655
13656         * mml-sec.el: Don't require password-cache.
13657
13658         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13659         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13660         (mml-minibuffer-read-type): Require mailcap.
13661         (mml-preview): Require gnus-msg.
13662
13663         * mml1991.el: Require password-cache.
13664         (password-cache-expiry): Remove declaration.
13665
13666         * mml2015.el: Require password-cache.
13667         (password-cache-expiry): Remove declaration.
13668
13669         * nneething.el (mailcap): Require mailcap.
13670
13671         * nnheader.el (declare-function): Add compatibility stub.
13672         (message-remove-header): Declare rather than autoload.
13673         (nnheader-replace-header): Require message.
13674
13675         * nnimap.el (declare-function): Add compatibility stub.
13676         (netrc-parse, netrc-machine-user-or-password): Declare.
13677         (nnimap-open-connection): Require netrc.
13678
13679         * nntp.el (declare-function): Add compatibility stub.
13680         (netrc-parse, netrc-machine, netrc-get): Declare.
13681         (nntp-send-authinfo): Require netrc.
13682
13683         * rfc2047.el: Don't require qp.
13684         (quoted-printable-encode-region, quoted-printable-decode-string):
13685         Autoload.
13686
13687         * sieve-mode.el: Don't require easymenu.
13688         (easy-menu-add-item): Autoload it.
13689
13690         * spam-stat.el (time-to-number-of-days): Autoload it.
13691
13692 2010-03-19  Glenn Morris  <rgm@gnu.org>
13693
13694         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13695
13696 2010-03-18  Glenn Morris  <rgm@gnu.org>
13697
13698         * hashcash.el (declare-function): Remove duplicate definition.
13699
13700 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13701
13702         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13703         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13704         value if any backslash escapes).
13705
13706 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13709         if it is available.  (bug#5647)
13710
13711         * lpath.el: Suppress compiler warning for coding-system-from-name for
13712         Emacs 21 and XEmacs.
13713
13714 2010-03-14  Juri Linkov  <juri@jurta.org>
13715
13716         * hmac-def.el:
13717         * hmac-md5.el:
13718         * netrc.el: Fix keywords.
13719
13720 2010-02-26  Glenn Morris  <rgm@gnu.org>
13721
13722         * message.el (message-send-mail-function): Change the default, so that
13723         it inherits from a customized send-mail-function.  (Bug#5643)
13724
13725 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13726
13727         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13728         shell-command-to-string signals an error (bug#5299).
13729
13730 2010-02-24  Glenn Morris  <rgm@gnu.org>
13731
13732         * message.el (message-smtpmail-send-it)
13733         (message-send-mail-with-mailclient): Doc fixes.
13734
13735 2010-02-16  Glenn Morris  <rgm@gnu.org>
13736
13737         * message.el (message-default-mail-headers): Change the default value
13738         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13739
13740 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13743         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13744
13745 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13746
13747         * time-date.el (date-to-time): Doc fix (Bug#5408).
13748
13749 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13750
13751         * message.el (message-mail): Just pass yank-action on to message-setup.
13752         (message-setup): Handle (FUN . ARGS) form of yank-action.
13753         (message-with-reply-buffer, message-widen-reply)
13754         (message-yank-original): Handle non-buffer values of
13755         message-reply-buffer (Bug#4080).
13756         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13757
13758 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13759
13760         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13761         Fix typo in docstring.
13762
13763 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13764
13765         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13766         response.
13767
13768 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13771
13772         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13773
13774         * message.el (message-check-news-header-syntax): Protect against a
13775         string that `rfc822-addresses' returns when parsing fails.
13776
13777 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13780         (gnus-previous-char-property-change): New functions.
13781
13782         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13783
13784 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13785
13786         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13787         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13788
13789 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13790
13791         * message.el (message-exchange-point-and-mark): Rework last change to
13792         avoid using optional arg of exchange-point-and-mark, for backward
13793         compatibility.
13794
13795 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13796
13797         * message.el (message-exchange-point-and-mark):
13798         Call exchange-point-and-mark with an argument rather than setting
13799         mark-active by hand (Bug#5175).
13800
13801 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * nntp.el (nntp-service-to-port): Work for service expressed with
13804         numeric string; replace [:digit:] with [0-9] for XEmacs.
13805
13806 2009-12-17  Glenn Morris  <rgm@gnu.org>
13807
13808         * gnus-group.el (gnus-bug-group-download-format-alist):
13809         Change emacs entry to debbugs.gnu.org.  Bump :version.
13810
13811 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13812
13813         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13814
13815 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13816
13817         * message.el (message-info): Explain why we use `Info-goto-node'.
13818
13819 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13822
13823 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13824
13825         * message.el (message-completion-in-region): New compatibility function.
13826         (message-expand-group): Use it.
13827
13828 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13831         with no unread article should be listed if the 2nd arg `predicate' is
13832         given.
13833
13834 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13837
13838 2009-11-29  Juri Linkov  <juri@jurta.org>
13839
13840         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13841         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13842         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13843
13844 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13845
13846         * sha1.el (sha1-string-external): default-directory "/" in case
13847         otherwise non-existent.  process-connection-type pipe for touch of
13848         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13849
13850 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13851
13852         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13853         it's comms related and sgml-mode.el has "comm" on that basis too.
13854
13855 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13858         containing tspecial characters if they have been already quoted.
13859
13860 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13861
13862         * dns-mode.el (auto-mode-alist): Purecopy string.
13863
13864 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13865
13866         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13867
13868 2009-10-24  Glenn Morris  <rgm@gnu.org>
13869
13870         * gnus-art.el (help-xref-stack-item): Define for compiler.
13871
13872 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13873
13874         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13875
13876 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13879
13880 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13883         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13884
13885 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13888         (gnus-overlays-in): New alias to overlays-in.
13889
13890         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13891         gnus-overlay-get, and gnus-delete-overlay.
13892         (gnus-summary-show-thread): Make it work as well for systems in which
13893         next-single-char-property-change is not available.
13894         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13895
13896         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13897         (gnus-overlay-get): New alias to extent-property.
13898         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13899
13900         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13901         SXEmacs.
13902
13903         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13904         SXEmacs.
13905
13906 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13909
13910 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13911
13912         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13913         and XEmacs that don't have `remove-overlays'.
13914
13915 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13916
13917         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13918         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13919         selective display.  Use overlays instead.
13920
13921 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13922
13923         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13924
13925 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13926
13927         * spam-stat.el (spam-stat-load): Fix typo in message.
13928
13929 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13930
13931         * dig.el (dig-invoke): Fix typo in docstring.
13932         (query-dig): Reflow docstring.
13933
13934 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13935
13936         * gnus-art.el (gnus-article-encrypt-body):
13937         * message.el (message-check-recipients):
13938         * mm-util.el (mm-codepage-setup):
13939         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13940         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13941
13942 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13943
13944         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13945         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13946         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13947         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13948         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13949
13950 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13951
13952         * dig.el: Add "Keywords: comm", as per net-utils.el.
13953
13954 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13955
13956         * dig.el (dig-mode): Use define-derived-mode.
13957
13958 2009-09-19  Glenn Morris  <rgm@gnu.org>
13959
13960         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13961
13962 2009-09-18  Glenn Morris  <rgm@gnu.org>
13963
13964         * gnus-diary.el (gnus-diary-check-message):
13965         * message.el (message-insert-formatted-citation-line):
13966         * nnbabyl.el (top-level):
13967         * nndiary.el (nndiary-schedule):
13968         Fix typos in condition-case handlers.
13969
13970 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13973         configuration that provides the sole article window in a frame;
13974         position point correctly after deleting a part.
13975
13976 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13977
13978         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13979         (spam-resolve-registrations-routine): Use it to unregister articles
13980         that change status.
13981
13982 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13985         with XEmacs.
13986         (parse-time-string-chars): Use it.
13987
13988 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13989
13990         * imap.el (imap-interactive-login): Better messages.
13991         (imap-open): Fix bug with renamed buffer on reconnect.
13992         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13993         for easier debugging and cleaner code.  On successful (guessed based on
13994         server capabilities) secondary authentication, set imap-state
13995         correctly.
13996         (imap-last-authenticator): Define imap-last-authenticator as a variable
13997         to avoid warnings.
13998
13999 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * nnrss.el (nnrss-request-article): Remove binding of
14002         default-enable-multibyte-characters that has gotten needless by
14003         the 2007-07-13 change in rfc2047-encode-message-header.
14004
14005         * mml.el (mml-insert-multipart): Error on the message header.
14006         (mml-insert-part): Error on the message header; position point at
14007         the end of a MIME tag.
14008
14009 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * time-date.el (autoload): Expand define-obsolete-function-alias into
14012         defalias and make-obsolete for old Emacsen that Gnus supports.
14013         (with-no-warnings): Define it for old Emacsen.
14014         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14015         is available.
14016         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14017         float-time is available; suppress compile warning for time-to-seconds.
14018
14019         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14020         (gnus-float-time): Alias to float-time if it exists.
14021
14022         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14023         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14024         float-time is available; suppress compile warning for time-to-seconds.
14025
14026         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14027         XEmacs.
14028
14029 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * imap.el (imap-message-map): Docstring fix.
14032
14033 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14036         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14037         Add the optional argument `encoding' that overrides the default.
14038
14039         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14040         mm-encode-buffer.
14041
14042 2009-09-04  Glenn Morris  <rgm@gnu.org>
14043
14044         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14045         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14046         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14047         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14048         * mm-util.el (mm-with-unibyte-current-buffer)
14049         (mm-find-buffer-file-coding-system):
14050         * yenc.el (yenc-decode-region): Use default-value rather than
14051         default-enable-multibyte-characters.
14052
14053 2009-09-03  Glenn Morris  <rgm@gnu.org>
14054
14055         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14056         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14057         than default-enable-multibyte-characters.
14058
14059 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14060
14061         * gnus-art.el (gnus-article-read-summary-keys):
14062         Fix gnus-buffer-configuration's value temporarily used.
14063
14064 2009-09-02  Glenn Morris  <rgm@gnu.org>
14065
14066         * gnus-util.el (gnus-float-time): New function.
14067         * gnus-delay.el (gnus-delay-article):
14068         * gnus-sum.el (gnus-thread-latest-date):
14069         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14070         * nnspool.el (nnspool-request-newgroups):
14071         Use gnus-float-time rather than time-to-seconds.
14072         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14073
14074         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14075         (gnus-header-subject-face, gnus-header-newsgroups-face)
14076         (gnus-header-name-face, gnus-header-content-face):
14077         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14078         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14079         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14080         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14081         (gnus-cite-face-11):
14082         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14083         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14084         (gnus-server-closed-face, gnus-server-denied-face)
14085         (gnus-server-offline-face):
14086         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14087         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14088         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14089         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14090         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14091         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14092         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14093         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14094         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14095         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14096         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14097         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14098         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14099         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14100         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14101         (gnus-summary-high-undownloaded-face)
14102         (gnus-summary-low-undownloaded-face)
14103         (gnus-summary-normal-undownloaded-face)
14104         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14105         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14106         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14107         (gnus-splash-face):
14108         * message.el (message-header-to-face, message-header-cc-face)
14109         (message-header-subject-face, message-header-newsgroups-face)
14110         (message-header-other-face, message-header-name-face)
14111         (message-header-xheader-face, message-separator-face)
14112         (message-cited-text-face, message-mml-face):
14113         * sieve-mode.el (sieve-control-commands-face)
14114         (sieve-action-commands-face, sieve-test-commands-face)
14115         (sieve-tagged-arguments-face):
14116         * spam.el (spam-face):
14117         Mark face aliases with "-face" in the name as obsolete.
14118
14119 2009-09-01  Glenn Morris  <rgm@gnu.org>
14120
14121         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14122         than goto-line.
14123
14124 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14127         Don't move point if the command is invoked inside the message header.
14128
14129 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14130
14131         * imap.el (imap-send-command): Simplify.
14132         (imap-wait-for-tag): point-max -> buffer-size.
14133
14134 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14135
14136         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14137         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14138         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14139         * nnir.el (nnir-swish-e-index-file):
14140         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14141         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14142         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14143         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14144         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14145         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14146
14147 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14150         Don't save excursion.
14151
14152 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14153
14154         * nnheader.el (nnheader-find-file-noselect):
14155         * mm-util.el (mm-insert-file-contents):
14156         Use (default-value 'major-mode) instead of default-major-mode.
14157
14158 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14159
14160         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14161
14162 2009-08-26  Glenn Morris  <rgm@gnu.org>
14163
14164         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14165         than placing in files.el.
14166
14167 2009-08-25  Glenn Morris  <rgm@gnu.org>
14168
14169         * nnir.el (top-level): Don't require cl at run-time.
14170         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14171         Replace cl-function substitute with gnus-replace-in-string.
14172         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14173         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14174         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14175         simplified expansions.
14176
14177 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14178
14179         * dig.el (dig): Add autoload cookie.
14180
14181 2009-08-22  Glenn Morris  <rgm@gnu.org>
14182
14183         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14184         goto-line.
14185
14186 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14187
14188         * parse-time.el (parse-time-string-chars): Save match data.
14189
14190 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14191
14192         * parse-time.el (parse-time-string-chars): Compute using character
14193         classes, to handle non-ascii characters (Bug#3190).
14194
14195 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14198
14199         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14200         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14201         (gnus-mm-display-part, gnus-mime-display-single)
14202         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14203         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14204
14205         * gnus-sum.el
14206         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14207         (gnus-summary-move-article): Add expirable mark to articles copied or
14208         moved to group that has auto-expire turned on if the option is non-nil.
14209
14210 2009-07-24  Glenn Morris  <rgm@gnu.org>
14211
14212         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14213         Fix typo.  (Bug#3903)
14214
14215 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14218         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14219         that should not be used for draft articles.
14220         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14221         that has no concern in minor mode keys.
14222         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14223         Abolish.
14224
14225 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14228         article without making inquiry to a user for unknown encoding.
14229
14230         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14231         (nnmaildir--scan): Assume i-node and device number that file-attributes
14232         returns might be cons-cell.
14233
14234         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14235
14236         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14237
14238 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14239
14240         * auth-source.el: Remove docs now in auth.texi.  Don't use
14241         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14242         `auth-source-hide-passwords' and use them.
14243
14244 2009-07-15  Glenn Morris  <rgm@gnu.org>
14245
14246         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14247
14248 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14251         excessive whitespace from the default values of title and description.
14252
14253 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14256         mail-fetch-field to fetch Content-Description header in order to
14257         exclude newlines.
14258
14259 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14260
14261         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14262         format used by GnuPG 2.0.11.
14263
14264 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14267         to deleted part.
14268
14269 2009-05-30  David Engster  <dengste@eml.cc>
14270
14271         * nnmairix.el: Remove old documentation in the commentary block.
14272         (nnmairix-request-group): Do not update active file for nnml back ends.
14273         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14274         end so that overview files are ignored.
14275         (nnmairix-update-groups): Make updating the groups more robust by using
14276         marks.
14277         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14278         with dollar characters in message-id.
14279
14280 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14283         2008-12-25 in dns.el.
14284
14285 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14286
14287         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14288         could happen if the text is only composed of spaces and/or tabs.
14289
14290 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14291
14292         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14293         when sending a queued message to avoid extra mml tags.
14294
14295 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14298
14299 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14302         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14303         rmail-toggle-header for XEmacs;
14304         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14305
14306 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * gnus-dired.el: Remove autoload for gnus-setup-message.
14309         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14310         displaying Gnus logo; always use compose-mail.
14311
14312 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14315
14316 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14319         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14320         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14321         available.
14322         (gnus-nocem-epg-verify): New function.
14323
14324 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14327
14328 2009-02-15  Glenn Morris  <rgm@gnu.org>
14329
14330         * gnus-util.el (rmail-insert-rmail-file-header)
14331         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14332         autoloads.
14333         (rmail-default-rmail-file): Remove unnecessary declaration.
14334         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14335
14336 2009-02-14  Glenn Morris  <rgm@gnu.org>
14337
14338         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14339         variable (only used in gnus-util, which declares it anyway).
14340         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14341         which was only needed by gnus-art (changed to not use it any more).
14342         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14343         only used in gnus-util, which autoloads it itself.
14344         (rmail-update-summary): Fix autoload.
14345
14346         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14347         rather than rmail-output-to-rmail-file.
14348
14349 2009-02-07  Glenn Morris  <rgm@gnu.org>
14350
14351         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14352         autoload of function that no longer exists.
14353         (rmail-toggle-header): Declare.
14354         (message-forward-rmail-make-body): Handle mbox Rmail.
14355
14356 2009-01-31  Glenn Morris  <rgm@gnu.org>
14357
14358         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14359         2009-01-09 change.
14360
14361 2009-01-31  Dave Love  <fx@gnu.org>
14362
14363         * imap.el (imap-fetch-safe): Bind debug-on-error.
14364         (imap-debug): Add imap-fetch-safe.
14365
14366 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14367
14368         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14369         (auth-source-forget-all-cached): New convenience function.
14370         (auth-source-user-or-password): Accept list of modes or a single mode.
14371
14372         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14373         auth-source modes.
14374
14375         * netrc.el (netrc-machine-user-or-password): Use list of
14376         auth-source modes.
14377
14378         * nnimap.el (nnimap-open-connection): Use list of
14379         auth-source modes.
14380
14381         * nntp.el (nntp-send-authinfo): Use list of
14382         auth-source modes.
14383
14384 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14385
14386         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14387         now.
14388
14389 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14392         coding system in XEmacs; add a workaround for XEmacs.
14393
14394         * lpath.el: Fbind coding-system-aliasee.
14395
14396 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14399         of current-language-environment.
14400
14401 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14404         available at runtime.
14405
14406 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14409
14410 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14411
14412         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14413         the greatest positive fixnum value doesn't work under an XEmacs with
14414         bignum support; use the most-positive-fixnum constant instead,
14415         available since Emacs 21.1 with cl and XEmacs 21.1.
14416
14417 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14420         XEmacs gets not to work.
14421
14422 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * mm-util.el (mm-coding-system-priorities): Allow the value like
14425         "Japanese (UTF-8)" of current-language-environment.
14426
14427 2009-01-09  Glenn Morris  <rgm@gnu.org>
14428
14429         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14430         with last-command-event.
14431
14432 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14435         in the doc string.
14436
14437         * message.el (message-fix-before-sending): Amend comment.
14438
14439 2009-01-08  Dave Love  <fx@gnu.org>
14440
14441         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14442
14443 2009-01-07  David Engster  <dengste@eml.cc>
14444
14445         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14446         simplified server definitions by converting it via
14447         gnus-server-to-method.
14448
14449 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14452         parameter's operands.
14453
14454 2009-01-06  David Engster  <dengste@eml.cc>
14455
14456         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14457         primary select method (for gnus-group-mark-article-as-read).
14458
14459 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14460
14461         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14462         `(gnus)Face', not `(gnus)X-Face'.
14463
14464 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * mm-util.el (mm-ucs-to-char): New function.
14467
14468         * mm-url.el (mm-url-decode-entities): Use it.
14469
14470         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14471         unicode-to-char.
14472
14473 2009-01-05  Dave Love  <fx@gnu.org>
14474
14475         * time-date.el: Require cl for `declare'.
14476
14477 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14480         Dave Love.
14481
14482 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * message.el (message-fix-before-sending): Add `eight-bit' to
14485         illegible-text check.
14486
14487 2009-01-03  Michael Olson  <mwolson@gnu.org>
14488
14489         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14490         `headers' is nil.  This can occur if the IMAP server does not have
14491         permissions to read messages from a folder, but can write new messages
14492         to the folder.
14493         (nnimap-request-article-part): Do not insert `data' if it is nil.
14494
14495         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14496         characters which will confuse `read', so skip past them.
14497
14498 2009-01-01  Dave Love  <fx@gnu.org>
14499
14500         * imap.el (imap-string-to-integer): Fix typo.
14501         (imap-fetch-safe): New function.
14502         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14503
14504         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14505
14506         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14507         (imap-parse-greeting): Fix doc strings.
14508         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14509         (imap-parse-flag-list): Make messages unique.
14510         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14511
14512         * nnimap.el: Fix author email.
14513         (nnimap-split-rule): Add FIXME comment.
14514         (nnimap-debug): Fix doc string.
14515
14516 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14519
14520 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14523         nslookup if resolv.conf isn't available.
14524         (dns-query): Rename from query-dns.
14525         (dns-query-cached): Rename from query-dns-cached.
14526
14527 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14530         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14531         to check if those variables exist (first appeared in Emacs 18.50).
14532
14533 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * mm-util.el (mm-line-number-at-pos): New function.
14536
14537         * spam-report.el (spam-report-process-queue): Use it.
14538
14539 2008-12-24  David Engster  <dengste@eml.cc>
14540
14541         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14542         parameters that haven't existed as variables as buffer-local variables.
14543
14544 2008-12-23  Dave Love  <fx@gnu.org>
14545
14546         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14547         cadar.
14548
14549         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14550         imap-starttls-p.
14551         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14552
14553 2008-12-22  Dave Love  <fx@gnu.org>
14554
14555         * imap.el: Fix author email.  Doc fixes.
14556         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14557         reply.
14558
14559 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * spam-report.el (spam-report-gmane-max-requests): New constant.
14562         (spam-report-gmane-wait): New variable.
14563         (spam-report-gmane-ham, spam-report-gmane-spam)
14564         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14565         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14566         the server.
14567
14568         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14569         Add explanations.
14570
14571         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14572         nnheader-accept-process-output and nnheader-read-timeout if available.
14573         (pop3-movemail): Use it.
14574
14575         * message.el (message-check-news-body-syntax): Fix signature check if
14576         there's an attachment.
14577
14578 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * mm-util.el: Add comments to the mm- emulating functions.
14581
14582 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14583
14584         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14585         Reported by Stephen Berman <stephen.berman@gmx.net>.
14586
14587 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * mm-util.el (mm-substring-no-properties): New function.
14590         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14591         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14592         (mm-string-to-multibyte): Doc fix.
14593
14594         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14595
14596 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14597
14598         * mml.el (mml-attach-file): Strip text properties from file name.
14599         (Bug#1574)
14600
14601 2008-12-16  Glenn Morris  <rgm@gnu.org>
14602
14603         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14604
14605 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14608         knows since the charset specified might be a bogus alias that
14609         mm-charset-synonym-alist provides.
14610
14611 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14614         "ISO_8859-1".
14615
14616         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14617
14618 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * mm-util.el (mm-charset-eval-alist):
14621         Define it before mm-charset-to-coding-system.
14622         (mm-charset-to-coding-system): Add optional argument `silent';
14623         define it before mm-charset-override-alist.
14624         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14625         default value if it can be used in Emacs currently running;
14626         silence mm-charset-to-coding-system.
14627
14628 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14631         `allow-override' which says whether to use `mm-charset-override-alist'.
14632         (rfc2047-decode-encoded-words): Use it.
14633
14634         * mm-util.el (mm-charset-override-alist): Fix custom type;
14635         add `(gb2312 . gbk)' to choices.
14636
14637 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14640         fast.
14641
14642         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14643
14644         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14645
14646 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14647
14648         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14649         on links.
14650
14651         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14652
14653 2008-12-03  Lute Kamstra  <lute@gnu.org>
14654
14655         * sha1.el: Remove leading * from docstrings of defcustoms,
14656         deffaces, defconsts and defuns.
14657
14658 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14661         users' addresses that don't have domain parts.
14662         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14663         rather than message-narrow-to-head since there will be the message
14664         header separator.
14665
14666 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14667
14668         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14669         since the result is inserted in a unibyte buffer anyway.
14670         (nnimap-demule-use-string-to-multibyte): Remove.
14671         (nnimap-demule): Alias it to mm-string-to-multibyte.
14672
14673 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14674
14675         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14676         variable for debugging bug#464 and bug#1174.
14677         (nnimap-demule): Use it.
14678
14679 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14680
14681         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14682         score calculation correctly.
14683
14684 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14685
14686         * message.el (message-send-mail): Just set the buffer to unibyte
14687         rather than use mm-with-unibyte-current-buffer which does a lot more.
14688         (message-send-mail-partially): Don't bother with
14689         mm-with-unibyte-current-buffer since it's already been made unibyte by
14690         message-send-mail.
14691
14692 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14693
14694         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14695
14696 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14697
14698         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14699
14700 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14703         require itself and to remove `with-no-warnings'.
14704
14705 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14706
14707         * starttls.el (starttls-any-program-available): Get the name of the
14708         available TLS layer program.
14709         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14710         well as the host name in the "opening" message.
14711
14712         * auth-source.el (auth-source-cache, auth-source-do-cache)
14713         (auth-source-user-or-password): Cache passwords and logins by default,
14714         allow override with `auth-source-do-cache'.
14715         (auth-source-forget-user-or-password): Allow users to remove cache
14716         entries if needed.
14717
14718 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14719
14720         * md4.el (md4-buffer): Fix typo in docstring.
14721         (md4, md4-64): Doc fixes.
14722         (md4-pack-int32): Reflow docstring.
14723
14724 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14725
14726         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14727         condition-case to only the forward-sexp call.
14728
14729 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14730
14731         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14732         quotes contained.  Make it more robust regardless by an extra
14733         condition-case wrapper.
14734
14735 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14738
14739 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * nnml.el (nnml-request-expire-articles): Check if the function set to
14742         `nnmail-expiry-target' returns the symbol `delete'.
14743
14744         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14745
14746         * nnmail.el (nnmail-expiry-target): Fix custom type.
14747
14748 2008-10-02  Glenn Morris  <rgm@gnu.org>
14749
14750         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14751         Silence compiler warning.
14752
14753 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14754
14755         * tls.el (open-tls-stream): Show the actual command being
14756         executed, instead of the format string.
14757
14758 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * lpath.el: Fbind codepage-setup for Emacs 23.
14761
14762 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14763
14764         * mml.el (mml-menu): Don't assume mml2015 is bound.
14765
14766 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14769         exists.
14770
14771 2008-09-27  Glenn Morris  <rgm@gnu.org>
14772
14773         * gnus-util.el (mail-header-remove-comments): Autoload it.
14774
14775 2008-09-27  Andreas Schwab  <schwab@suse.de>
14776
14777         * gnus-util.el (gnus-split-references): Strip comments.
14778         (gnus-parent-id): Likewise.
14779
14780 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14781
14782         * message.el (message-confirm-send): Fix version.
14783
14784 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * message.el (message-idna-to-ascii-rhs-1): Use
14787         mail-extract-address-components rather than mail-header-parse-addresses
14788         that is an alias by default to ietf-drums-parse-addresses that does not
14789         support non-ASCII names in headers' contents.
14790
14791 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14792
14793         * message.el (message-confirm-send): Fix variable documentation to
14794         avoid the "y/n" wording.
14795
14796 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14797
14798         * message.el (message-set-auto-save-file-name): Save to a different
14799         filename so multiple messages (especially drafts) can be recovered.
14800
14801 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14802
14803         * message.el (message-confirm-send): Add appropriate version.
14804
14805 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14806
14807         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14808         defvar.
14809
14810 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14811
14812         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14813         (mm-pkcs7-enveloped-magic): Ditto.
14814
14815 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14816
14817         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14818         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14819
14820 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14821
14822         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14823         default, it's better.
14824
14825 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14826
14827         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14828         summary line gnus-number property and ignore them (with a warning
14829         message).
14830
14831 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14834         macro caddr in the interactive form since it won't be expanded.
14835
14836 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14839         `charset'; fix name of function called recursively.
14840         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14841
14842 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14845         (gnus-mime-set-charset-parameters): New function.
14846         (gnus-mime-view-part-as-charset): Use it to correctly display part
14847         specifying wrong charset.
14848
14849 2008-09-08  David Engster  <dengste@eml.cc>
14850
14851         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14852         in completing-read for back end server.
14853
14854 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14855
14856         * message.el (message-confirm-send): New variable to confirm sending a
14857         message.
14858         (message-send): Use it.
14859
14860 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14861
14862         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14863
14864 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14867
14868 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14869
14870         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14871         prevent tracking too many groups.
14872         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14873         Use it.
14874
14875 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14876
14877         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14878         moving point to the bottom of the window in order to avoid recentering.
14879
14880 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14883
14884         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14885         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14886         (gnus-article-beginning-of-window): Fix calculation.
14887
14888 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-msg.el (gnus-summary-supersede-article)
14891         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14892         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14893         message header.
14894
14895 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14896
14897         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14898         pending output coming after the status change.
14899
14900 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14901
14902         * message.el:
14903         * gnus-start.el:
14904         * gnus-registry.el: Remove VMS support.
14905
14906 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14909         macro.
14910         (rfc2104-hash): Use it.
14911
14912 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14915         (gnus-summary-sort-by-most-recent-date): New commands.
14916         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14917         and menu entries.
14918
14919 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14922         don't redisplay article for raw contents; remove plural articles stuff.
14923
14924         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14925         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14926         on gnus-summary-save-article; display results properly.
14927
14928 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * lpath.el: No need to fbind ns-focus-frame.
14931
14932 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14935
14936 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-art.el (gnus-summary-save-in-pipe):
14939         Consider gnus-save-all-headers.
14940
14941 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14942
14943         * gnus-util.el (ns-focus-frame): Remove declaration.
14944         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14945         like x.
14946
14947 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14948
14949         * rfc2104.el (rfc2104-zero): Delete defconst.
14950         (rfc2104-hex-alist): Likewise.
14951         (rfc2104-hex-to-int): Delete func.
14952         (rfc2104-hexstring-to-bitstring): Likewise.
14953         (rfc2104-nybbles): New defconst.
14954         (rfc2104-hash): Rewrite for speed.
14955
14956 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * tls.el (open-tls-stream): Make it work with the 2nd argument
14959         BUFFER that is a string but does not exist as a buffer object, as
14960         mentioned in the doc-string.
14961
14962 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14965         SXEmacs.
14966
14967 2008-07-16  Glenn Morris  <rgm@gnu.org>
14968
14969         * gnus-util.el (ns-focus-frame): Declare for compiler.
14970
14971 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14974         set as a group parameter.
14975         (gnus-summary-save-in-pipe): Work when it is called independently.
14976         (gnus-summary-pipe-to-muttprint): Don't modify
14977         gnus-summary-pipe-output-default-command.
14978
14979 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14980
14981         * message.el (message-send-mail-with-sendmail):
14982         Display the error message.
14983
14984 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * gnus-art.el (gnus-default-article-saver):
14987         Add gnus-summary-save-in-pipe to choices.
14988         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14989         gnus-summary-pipe-output-default-command as the default command.
14990         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14991         instead of gnus-last-shell-command.
14992
14993         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14994         New user option.
14995         (gnus-summary-muttprint-program): Mention the value will be changed.
14996         (gnus-summary-save-article): Force showing of all headers.
14997         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14998
14999 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15000
15001         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15002
15003 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15004
15005         * nnimap.el (nnimap-id):
15006         * sieve-manage.el (sieve-manage-open): Doc fixes.
15007
15008 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15009
15010         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15011         if available.
15012
15013 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15014
15015         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15016
15017         * nnkiboze.el (nnkiboze-generate-group):
15018         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15019
15020         * nnmairix.el: Require CL.
15021
15022 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * dgnushack.el: Autoload get-display-table and put-display-table for
15025         XEmacs 21.5.
15026
15027         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15028         21.4 and SXEmacs.
15029
15030 2008-06-15  David Engster  <dengste@eml.cc>
15031
15032         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15033
15034 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15035
15036         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15037         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15038         runtime choice under XEmacs.
15039
15040         * gnus-sum.el (gnus-summary-set-display-table):
15041         Use `gnus-put-display-table', `gnus-get-display-table',
15042         `gnus-set-display-table' for the display table, instead of `aset'.
15043
15044         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15045         Use `gnus-put-display-table', `gnus-get-display-table',
15046         `gnus-set-display-table' for the display table.
15047
15048 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * nnmairix.el: Add autoloads.
15051
15052 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15053
15054         * nnmairix.el (nnmairix-delete-recreate-group)
15055         (nnmairix-update-and-clear-marks): Fix error messages.
15056
15057 2008-06-14  David Engster  <dengste@eml.cc>
15058
15059         * nnmairix.el: Upgrade to version 0.6.
15060         (nnmairix-group-toggle-propmarks-this-group)
15061         (nnmairix-group-toggle-readmarks-this-group)
15062         (nnmairix-group-delete-recreate-this-group)
15063         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15064         (nnmairix-remove-tick-mark-original-article): New commands.
15065         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15066         (nnmairix-propagate-marks-to-nnmairix-groups)
15067         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15068         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15069         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15070         functions needed for marks propagation and manipulation of read marks.
15071         (nnmairix-update-groups): New function.
15072         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15073         (nnmairix-determine-original-group-from-registry)
15074         (nnmairix-determine-original-group-from-path)
15075         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15076         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15077         New helper functions.
15078         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15079         keystrokes for new commands.
15080         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15081         (nnmairix-request-group): Check allow-fast group parameter.
15082         (nnmairix-request-create-group): Set allow-fast group parameter if
15083         nnmairix-allowfast-default is set.
15084         (nnmairix-close-group): Propagate marks upon closing if needed.
15085         (nnmairix-group-toggle-threads-this-group): Use new.
15086         nnmairix-group-toggle-parameter helper function.
15087         (nnmairix-search): Better check for empty search result.
15088         (nnmairix-goto-original-article): Use new helper functions for
15089         determining original article.
15090         (nnmairix-show-original-article): Make sure message-id is in brackets.
15091         (nnmairix-call-mairix-binary): Change variable name.
15092         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15093         helper function.
15094         (nnmairix-widget-toggle-activate): Fix doc string.
15095
15096 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * nnir.el: Require edmacro when compiling with XEmacs.
15099         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15100         available in Emacs 21.
15101
15102 2008-06-11  Glenn Morris  <rgm@gnu.org>
15103
15104         * gnus-util.el (x-focus-frame):
15105         * gnus.el (image-size):
15106         * mm-decode.el (image-size): Declare.
15107
15108         * gnus-picon.el (declare-function): Add compat definition.
15109         (image-size): Declare.
15110
15111         * gnus-group.el (tool-bar-map):
15112         * gnus-sum.el (tool-bar-map): Define for compiler.
15113
15114         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15115
15116         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15117
15118         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15119         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15120         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15121         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15122         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15123         * sieve-manage.el, spam-report.el, spam.el:
15124         Remove unnecessary eval-and-compile of autoloads.
15125
15126 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15127
15128         * auth-source.el: Precise Tramp doc.
15129
15130 2008-06-07  Glenn Morris  <rgm@gnu.org>
15131
15132         * nnmairix.el: Remove unnecessary eval-when-compile.
15133
15134 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * lpath.el: Fbind propertize for XEmacs 21.4.
15137
15138 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * nnir.el: Move here from ../contrib.
15141
15142 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15143
15144         * gnus-util.el (gnus-read-shell-command): New function.
15145         * mm-decode.el (mm-pipe-part):
15146         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15147
15148 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15151
15152 2008-06-03  Glenn Morris  <rgm@gnu.org>
15153
15154         * pop3.el (nnheader-accept-process-output): Autoload it.
15155
15156 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15159         are not 2-digit hexadecimal characters that follow `%'s.
15160
15161 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * message.el (message-bogus-recipient-p): Fix type in doc string.
15164         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15165         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15166         Improve custom options.
15167         (message-bogus-recipient-p): Adjust accordingly.
15168
15169 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15170
15171         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15172         long-form month and day names.
15173
15174 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * dgnushack.el: Autoload debug, eudc-expand-inline and
15177         pgg-snarf-keys-region for XEmacs.
15178
15179         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15180
15181         * nnmairix.el: Require edmacro when compiling with XEmacs.
15182
15183 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15186         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15187
15188 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15189
15190         * auth-source.el: Add more docs.
15191
15192         * netrc.el (netrc-machine): Always match if the port is not given.
15193
15194 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15197         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15198         retrieval faster in some cases, but might make CPU usage larger.
15199         If this has any bad side effects, we might revert this change.
15200
15201         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15202         seems to make mail retrieval much, much faster.
15203         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15204         unconditionally.
15205
15206         * gnus-draft.el (gnus-group-send-queue):
15207         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15208
15209 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15210
15211         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15212
15213         * message.el (message-bogus-address-regexp): Fix and improve custom
15214         type.
15215         (message-setup-hook): Add message-check-recipients as custom option.
15216
15217 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * message.el (message-cite-function): Remove bogus autoload which crept
15220         in during merge from v5-10.
15221
15222 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15223
15224         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15225
15226         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15227
15228         * auth-source.el: Preliminary Tramp docs.
15229         (auth-sources): Change the default auth-sources to use
15230         EPA .gpg files.
15231
15232 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15233
15234         * nntp.el: Autoload `auth-source-user-or-password'.
15235         (nntp-send-authinfo): Use it.
15236
15237         * nnimap.el: Autoload `auth-source-user-or-password'.
15238         (nnimap-open-connection): Use it.
15239
15240         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15241         for the gnus-message function.
15242         (auth-source-user-or-password): Use it.
15243
15244 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15245
15246         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15247         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15248         (rfc2104-hash): Use it.
15249
15250 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15251
15252         * gnus-art.el (gnus-article-toggle-truncate-lines):
15253         Don't use `iff' in docstring.
15254
15255 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15256
15257         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15258
15259         * gnus-util.el (gnus-extract-address-component-name)
15260         (gnus-extract-address-component-email): Convenience functions around
15261         `gnus-extract-address-components'.
15262
15263         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15264         Use `gnus-extract-address-component-email' to fix bug of comparing full
15265         sender name to `user-mail-address'.
15266
15267 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15268
15269         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15270         catch/throw to optimize.
15271         (gnus-registry-find-keywords): Just use member to find a keyword.
15272
15273 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15274
15275         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15276         is current before calling gnus-server-prepare.
15277         (gnus-server-setup-buffer, gnus-server-update-server)
15278         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15279
15280 2008-05-04  Juri Linkov  <juri@jurta.org>
15281
15282         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15283         (mailcap-file-default-commands): Use mailcap-replace-in-string
15284         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15285         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15286
15287 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15288
15289         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15290
15291 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15292
15293         * gnus.el: Bump version to 0.11.
15294
15295 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15296
15297         * gnus.el: No Gnus v0.10 is released.
15298
15299 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15300
15301         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15302         hooks.
15303         (gnus-update-read-articles): Speed up non-marks-using users.
15304         (gnus-use-marks): Define gnus-use-marks.
15305         (gnus-propagate-marks): Rename variable to something more sensible.
15306
15307 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15308
15309         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15310         (gmm-image-load-path-for-library): Fix typos in docstrings.
15311         (gmm-message): Reflow docstring.
15312
15313 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * mail-source.el (mail-source-set-1, mail-source-bind):
15316         Move auth-source code out of the macro to clean it up and fix bugs.
15317
15318 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15319
15320         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15321         by sender if it's equal to user-mail-address, it's likely to be
15322         useless.
15323
15324         * mail-source.el (mail-source-bind): Don't use user or password if they
15325         are not bound.  Unintern them if they are nil.  Don't use server unless
15326         it's bound, and default it to empty string otherwise.
15327
15328 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15329
15330         * mail-source.el: Load auth-source.el.
15331         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15332         get user name or password, if auth-sources is set up.
15333
15334         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15335         strategy of splitting with parent.
15336         (gnus-registry-split-fancy-with-parent)
15337         (gnus-registry-post-process-groups): Use it and fix prior
15338         bug (returning a list as the split result).
15339
15340         * auth-source.el (auth-sources): Remove server parameter.
15341         (auth-source-pick, auth-source-user-or-password)
15342         (auth-source-user-or-password-imap)
15343         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15344         (auth-source-user-or-password-sftp)
15345         (auth-source-user-or-password-smtp): Remove server parameter.
15346
15347 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15348
15349         * smime.el (smime-sign-region, smime-encrypt-region)
15350         (smime-decrypt-region):
15351         Remove redundant calls to `generate-new-buffer-name'.
15352
15353 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15354
15355         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15356         Don't use QP for message/rfc822.
15357         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15358
15359 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15360
15361         * sieve-manage.el (sieve-string-bytes): Remove.
15362         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15363         correct byte-length only if the process's coding-system is the same as
15364         the one used internally by Emacs to represent strings.
15365
15366 2008-04-22  Juri Linkov  <juri@jurta.org>
15367
15368         * mailcap.el (mailcap-file-default-commands): New function.
15369
15370 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15371
15372         * message.el (message-signature-separator, message-cite-function):
15373         Change custom version.
15374
15375 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15376
15377         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15378         commands.
15379         (tls-checktrust): Ditto.
15380
15381 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15382
15383         * mm-decode.el (mm-display-external): Make temp file read-only.
15384
15385 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15388         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15389         `C-c C-f d'.
15390
15391 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15392
15393         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15394
15395 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * gnus.el: Bump version to 0.9.
15398
15399 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * gnus.el: No Gnus v0.8 is released.
15402
15403 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15404
15405         * mail-source.el (mail-source-value):
15406         Prefer fboundp to functionp so it works with macros as well.
15407
15408 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15409
15410         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15411         Fix last change in case the element is not even a symbol.
15412
15413 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15414
15415         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15416         Prefer fboundp to functionp so it works with macros as well.
15417
15418 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15419
15420         * auth-source.el: Add docs.
15421         (auth-sources): Modify format to support server.
15422         (auth-source-pick, auth-source-user-or-password)
15423         (auth-source-user-or-password-imap)
15424         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15425         (auth-source-user-or-password-sftp)
15426         (auth-source-user-or-password-smtp): Add server parameter.
15427
15428 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15429
15430         * gnus-registry.el: Initialize the registry when gnus-registry-install
15431         is t.
15432
15433 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * compface.el (uncompface): Make buffer unibyte.
15436
15437 2008-04-07  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-05  Glenn Morris  <rgm@gnu.org>
15443
15444         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15445
15446 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15447
15448         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15449         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15450
15451         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15452         multibyteness after rather than before erasing it.
15453
15454         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15455         mm-with-multibyte.
15456         (gnus-request-article-this-buffer): Make sure the proper decoding is
15457         used if gnus-original-article-buffer happens to be unibyte.
15458
15459         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15460         default-enable-multibyte-characters.
15461
15462         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15463         default-enable-multibyte-characters.
15464
15465         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15466
15467         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15468
15469 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15470
15471         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15472         Fix last change in case the element is not even a symbol.
15473
15474 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15475
15476         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15477         (imap-message-copyuid-1): Use it.
15478         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15479         J. Williams in
15480         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15481
15482         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15483         imap-enable-exchange-bug-workaround.
15484         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15485
15486 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15487
15488         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15489         a 100 byte status-checks into a 2-3MB transfer for each group.
15490         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15491         to enable bug workaround or not.
15492         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15493
15494 2008-03-31  Glenn Morris  <rgm@gnu.org>
15495
15496         * message.el (mml2015-use): Declare for compiler.
15497         (message-info): Require mml2015 when appropriate.
15498
15499 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15502         whitespace.
15503
15504 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15505
15506         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15507         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15508         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15509         (nntp-service-to-port): New function.
15510         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15511         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15512         (nntp-open-netcat-stream): New function.
15513         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15514
15515 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15516
15517         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15518
15519 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15520
15521         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15522
15523 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15524
15525         * dns.el (dns-write): Use set-buffer-multibyte.
15526
15527 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15528
15529         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15530
15531 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15532
15533         * message.el (message-signature-separator): Change default.
15534         Improve custom type.
15535         (message-cite-function): Change default to
15536         message-cite-original-without-signature.
15537
15538         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15539         toggle.
15540
15541         * message.el (message-check-news-body-syntax): Fix signature check.
15542         (message-setup-1): Mark buffer as unmodified _after_ running
15543         message-setup-hook and handling message-alternative-emails.
15544         (message-shorten-references): Be more strict when building list of
15545         valid references to comply with GNKSA.
15546
15547         * gnus-group.el (gnus-read-ephemeral-bug-group)
15548         (gnus-read-ephemeral-debian-bug-group)
15549         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15550
15551         * message.el (message-info): Don't use booleanp which isn't supported
15552         in Emacs 21 and XEmacs.
15553
15554 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15555
15556         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15557         gnus-group-gmane-group-download-format.
15558         (gnus-group-read-ephemeral-gmane-group): Rename from
15559         gnus-group-read-ephemeral-gmane-group.
15560         (gnus-read-ephemeral-gmane-group-url): Rename from
15561         gnus-group-read-ephemeral-gmane-group-url.
15562         (gnus-bug-group-download-format-alist): New variable.
15563         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15564         (gnus-read-ephemeral-emacs-bug-group): New commands.
15565
15566 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15567
15568         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15569         (gnus-visible-headers): Improve custom type.
15570
15571 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * mml.el (mml-menu): Add workarounds for XEmacs.
15574
15575         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15576         X-Boundary header.
15577
15578         * message.el (message-simplify-recipients): Fix previous commit.
15579
15580 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15581
15582         * mm-util.el (mm-set-buffer-multibyte): New function.
15583         * mm-decode.el (mm-copy-to-buffer): Use it.
15584
15585         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15586         Prefer fboundp to functionp so it works with macros as well.
15587
15588 2008-03-19  Glenn Morris  <rgm@gnu.org>
15589
15590         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15591         Accidentally removed in the sync process with Emacs.
15592
15593 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15594
15595         * message.el (message-alter-recipients-discard-bogus-full-name):
15596         New function.
15597         (message-alter-recipients-function): New variable.
15598         (message-get-reply-headers): Use it.
15599         (message-replace-header): New helper function.
15600         (message-recipients-without-full-name): New variable.
15601         (message-simplify-recipients): New command.
15602
15603         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15604
15605         * message.el (message-info): Handle EasyPG manual.
15606
15607         * mml.el (mml-menu): Add entry for EasyPG.
15608
15609 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15610
15611         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15612         parameter.
15613
15614         * message.el (message-disassociate-draft): Specify drafts group name
15615         fully.
15616
15617 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15618
15619         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15620         Eliminate unnecessary duplicates from the match list.
15621
15622 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15625
15626         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15627
15628         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15629         args of `how-many' of which the XEmacs version doesn't take; declare
15630         Info-index-next as function.
15631
15632 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * gnus-score.el (gnus-score-headers): Fix handling of
15635         gnus-inhibit-slow-scoring.
15636
15637         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15638         string.
15639         (gnus-button-url-regexp): Improve handling of parenthesis.
15640         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15641         (gnus-button-handle-info-keystrokes): Handle index entries.
15642
15643 2008-03-15  Glenn Morris  <rgm@gnu.org>
15644
15645         * parse-time.el (parse-time-string): Simplify.
15646
15647 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15650         Incoming* files.
15651
15652 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15653
15654         * auth-source.el (auth-sources): Rename from auth-source-choices.
15655         (auth-source-pick): Use it.
15656
15657 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15658
15659         * binhex.el (binhex-decode-region-internal):
15660         * uudecode.el (uudecode-decode-region-internal):
15661         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15662         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15663         setting default-enable-multibyte-characters.
15664
15665 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15666
15667         * auth-source.el (auth-source-protocols)
15668         (auth-source-protocols-customize, auth-source-choices): Add and
15669         modified variable customizations and defaults.
15670         (auth-source-pick, auth-source-user-or-password)
15671         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15672         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15673         (auth-source-user-or-password-sftp)
15674         (auth-source-user-or-password-smtp): Use new variables and provide an
15675         interface to netrc.el.
15676
15677 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15680         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15681         Make sure the nntp port to specify is a string.
15682
15683 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15684
15685         * nntp.el: Use with-current-buffer.
15686         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15687         dubious mm-with-unibyte-current-buffer.
15688         (nntp-with-open-group-function): New function extracted from
15689         nntp-with-open-group macro.
15690         (nntp-with-open-group): Use the function, so it's easier to debug.
15691         Add indentation and debugging info.
15692         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15693         Recommend the use of the netcat alternatives.
15694
15695         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15696         Avoid mm-string-as-multibyte as well.
15697
15698         * nnweb.el (nnweb-insert-html):
15699         Remove use of nnheader-string-as-multibyte.
15700
15701         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15702         (nnheader-string-as-multibyte): Remove.
15703
15704         * mm-view.el: Use inhibit-read-only.
15705         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15706         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15707         or unibyte-string.
15708
15709         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15710         (mm-uu-yenc-extract): Use with-current-buffer.
15711
15712         * gnus-soup.el (gnus-soup-send-packet): Don't use
15713         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15714
15715         * nnmh.el: Use with-current-buffer.
15716         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15717         mm-string-as-multibyte on the output of mm-encode-coding-string.
15718
15719         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15720         (nnimap-request-move-article): Use with-current-buffer.
15721
15722         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15723         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15724         conversion uses string-make-unibyte rather than string-as-unibyte.
15725
15726         * gnus-msg.el: Use with-current-buffer.
15727
15728         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15729
15730 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15731
15732         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15733         string for caching if it is 'PIN.
15734
15735 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * lpath.el: Consider the case without Emacs/W3.
15738
15739 2008-03-08  Glenn Morris  <rgm@gnu.org>
15740
15741         * time-date.el (date-to-time, time-subtract, time-add)
15742         (safe-date-to-time): Doc fixes.
15743
15744 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15745
15746         * mail-source.el (mail-source-delete-old-incoming-confirm):
15747         Change default to nil.
15748         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15749
15750 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * lpath.el: Rearrange.
15753
15754         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15755         (gnus-article-goto-prev-page): Work for articles having ^L's.
15756
15757         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15758
15759         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15760
15761 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15762
15763         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15764         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15765         (gnus-bookmark-jump): Adjust some variable names.
15766
15767 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15768
15769         * auth-source.el: New package.
15770         (auth-source-choices): Add customization entry point variable.
15771
15772         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15773         bug.
15774
15775 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15776
15777         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15778         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15779         (gnus-registry-install-shortcuts): Rename from
15780         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15781         the `gnus-registry-mark-map' keymap dynamically from
15782         `gnus-registry-marks'.  The generated functions update the summary line
15783         when a registry mark is added or deleted, and will call
15784         `gnus-registry-install-p' (see the comments in the code).
15785         (gnus-registry-user-format-function-M): Use concat intelligently.
15786
15787         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15788         the registry mark functions.
15789
15790 2008-03-05  Glenn Morris  <rgm@gnu.org>
15791
15792         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15793         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15794         gnus-art.
15795         (top-level): No need to load own source when compiling.
15796
15797 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15798
15799         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15800         Suggested by <chris.anderton@zetnet.co.uk>.
15801
15802 2008-03-04  Glenn Morris  <rgm@gnu.org>
15803
15804         * gnus-sum.el (top-level): No need to require gnus when compiling,
15805         since unconditionally required near start of file.
15806         (gnus-summary-display-while-building): Move definition before use.
15807
15808 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15809
15810         * gnus-registry.el (gnus-registry-user-format-function-M):
15811         Add formatting function.
15812
15813 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15814
15815         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15816         with plists.
15817         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15818         Use new format.
15819
15820 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15823         `where-is-internal' that returns a range of key sequences.
15824
15825 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15826
15827         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15828
15829         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15830         (gnus-summary-jump-to-group): Consider windows on other displayed
15831         frames as well.  Similar changes might be needed elsewhere, but that's
15832         the one I've bumped into during my use.
15833
15834         * nndoc.el (nndoc-oe-dbx-type-p):
15835         * gnus-msg.el (gnus-debug):
15836         * gnus-group.el (gnus-update-group-mark-positions):
15837         Use mm-string-to-multibyte.
15838
15839 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15840
15841         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15842         doesn't handle NotDashEscaped.
15843
15844         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15845         (mml-dnd-attach-options): Fix typo in custom choice.
15846
15847         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15848         Change nndoc-article-type to mbox.
15849         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15850
15851         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15852         to nil, instead of html2text.
15853
15854         * imap.el (imap-debug): Add `imap-ping-server'.
15855
15856         * gnus-bookmark.el: Add FIXMEs.
15857
15858         * message.el (message-form-letter-separator)
15859         (message-send-form-letter-delay): New variables.
15860         (message-send-form-letter): Use them.  New command to send form
15861         letters.  Requested by Uwe Siart.
15862         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15863
15864 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * Update copyright years.
15867
15868 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15869
15870         Sync from EMACS_22_BASE.
15871
15872         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15873
15874 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15875
15876         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15877         empty author.
15878
15879 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15880
15881         * gnus-registry.el (gnus-registry-marks): Add variable for
15882         customization of marks and their appearance.
15883         (gnus-registry-read-mark): Use it.
15884         (gnus-registry-do-marks): Add utility function to loop through
15885         `gnus-registry-marks'.
15886         (gnus-registry-install-shortcuts-and-menus): Add function to install
15887         shortcuts and menus.
15888         (gnus-registry-initialize): Use it.
15889         (gnus-registry-default-mark): Clarify documentation.
15890
15891 2008-02-29  Glenn Morris  <rgm@gnu.org>
15892
15893         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15894         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15895         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15896         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15897         Change defcustom :version from 23.0 to 23.1.
15898
15899 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15900
15901         * gnus-registry.el (gnus-registry-follow-group-p)
15902         (gnus-registry-post-process-groups): Add functions to aid registry
15903         splitting and improve logging.  Clarify behavior in function
15904         documentation.
15905         (gnus-registry-split-fancy-with-parent): Use them.
15906
15907 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15908
15909         * gnus-art.el: Use with-current-buffer.
15910
15911 2008-02-27  David Engster  <dengste@eml.cc>
15912
15913         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15914         Express real group name in the response.
15915
15916 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15919         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15920         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15921         autoload gnus-registry-fetch-group when compiling.
15922         (nnmairix-request-group-with-article-number-correction):
15923         Remove unreferenced argument passed to nnmairix-call-backend.
15924
15925 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15926
15927         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15928         (mm-uu-extract): Improve face for low color ttys.
15929         Reported by Sascha Wilde.
15930
15931 2008-02-27  Glenn Morris  <rgm@gnu.org>
15932
15933         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15934         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15935         variables to defconsts.  Convert comments to doc-strings.
15936         (nnmairix-last-server, nnmairix-current-server): Convert from free
15937         variables to defvars.  Convert comments to doc-strings.
15938         (gnus-registry-fetch-group): Autoload.
15939         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15940         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15941         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15942         caddr.
15943         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15944         nnmairix-request-group-with-article-number-correction call.
15945         (nnmairix-fast, nnmairix-group): New, less general names, for free
15946         variables passed from nnmairix-request-group to
15947         nnmairix-request-group-with-article-number-correction.  Declare.
15948         (nnmairix-request-group-with-article-number-correction):
15949         Use nnmairix-fast, nnmairix-group rather than fast, group.
15950
15951 2008-02-26  David Engster  <dengste@eml.cc>
15952
15953         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15954         version 0.5.
15955
15956 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15957
15958         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15959         instead of making an extra function call.  Don't add the current group
15960         to articles only when they have the group.  Use
15961         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15962         Reported by David <de_bb@arcor.de>.
15963
15964 2008-02-24  Miles Bader  <miles@gnu.org>
15965
15966         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15967         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15968         (mm-find-mime-charset-region):
15969         * mm-bodies.el (mm-encode-body):
15970         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15971
15972 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15975         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15976
15977 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15978
15979         * mail-source.el (mail-source-delete-incoming): Change default.
15980         Supplement doc string.
15981
15982         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15983
15984 2008-02-14  Glenn Morris  <rgm@gnu.org>
15985
15986         * time-date.el (format-seconds): New function.
15987
15988 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * nnmail.el (nnmail-message-id-cache-file): Derive from
15991         `gnus-home-directory'.
15992
15993 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15994
15995         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15996         Document negative prefix.
15997
15998         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15999
16000 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16001
16002         * message.el (message-unsent-separator): Add the Exim bounce
16003         separator.
16004
16005 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16006
16007         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16008         list.
16009         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16010         recipient/signer list.
16011
16012 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16013
16014         * Makefile.in (datarootdir): Define.
16015         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16016         name that might contain whitespace.
16017
16018 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16021         fbound (Emacs 23 unicode), signal an error.
16022
16023 2008-02-08  Glenn Morris  <rgm@gnu.org>
16024
16025         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16026
16027 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16028
16029         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16030         ports to the calls to `netrc-machine-user-or-password' in addition to
16031         "imap" and "imaps".
16032
16033 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16034
16035         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16036
16037         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16038
16039 2008-02-01  Kenichi Handa  <handa@m17n.org>
16040
16041         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16042         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16043         (rfc2104-hash): Convert the result of concat to unibyte string.
16044
16045 2008-02-01  Dave Love  <fx@gnu.org>
16046
16047         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16048         coding-system-for-read.
16049         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16050
16051 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16052
16053         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16054         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16055         <hanche@math.ntnu.no>.
16056
16057 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16060
16061         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16062
16063 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16064
16065         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16066         * message.el (message-beginning-of-line): Use featurep instead of bound
16067         tests in order to resolve conditionals at compile time.
16068
16069 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16070
16071         * mail-source.el (mail-sources): Add `group' choice.
16072
16073         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16074         parameter `in-group' to control into which group the articles go.
16075         Add treatment of `group' mail-source.
16076
16077 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16080
16081         * mm-decode.el (mm-dissect-buffer): Decode description.
16082
16083         * mml.el (mml-to-mime): Encode message header first.
16084
16085 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16088         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16089
16090         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16091         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16092
16093 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16094
16095         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16096
16097 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16100         prefix keys.
16101         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16102         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16103         gnus-xmas.el.
16104
16105         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16106         (gnus-xmas-article-describe-bindings): New function.
16107         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16108         gnus-xmas-article-describe-bindings.
16109
16110         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16111
16112 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16113
16114         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16115         Add new variables for article mark management.
16116         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16117         list of extra data entries which, when present, will indicate that the
16118         article ID should not be trimmed from the registry.
16119         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16120         functions.
16121         (gnus-registry-read-mark): New function to read a mark name from the
16122         user.
16123         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16124         (gnus-registry-set-article-mark-internal): New functions to add and
16125         remove marks.
16126         (gnus-registry-get-article-marks): New function to show the marks for
16127         an article, or retrieve them for further use.
16128
16129 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16132         keys when no argument is given.
16133
16134 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16135
16136         * imap.el (imap-ping-server): New variable.
16137         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16138         (imap-ping-server): Minor doc string fixes.
16139
16140 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16141
16142         * imap.el (imap-ping-server): New function.
16143         (imap-opened): Call imap-ping-server.
16144
16145 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * gnus-sum.el (gnus-article-sort-by-random)
16148         (gnus-thread-sort-by-random): Fix doc strings.
16149         Reported by jidanni@jidanni.org.
16150
16151 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * gnus-art.el (gnus-article-describe-bindings): New function.
16154         (gnus-article-read-summary-keys): Use it.
16155         (gnus-article-mode-map): Bind `C-h b' to it.
16156
16157 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16160         XEmacs.
16161         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16162         Protect against non-character events.
16163
16164         * lpath.el: Fbind map-keymap for Emacs 21.
16165
16166 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16167
16168         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16169         New command.
16170         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16171         instead of END.  Change name of the temp file.
16172         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16173         customizable.
16174
16175 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16178         bind `S W' to gnus-article-wide-reply-with-original; set default
16179         binding to gnus-article-read-summary-send-keys.
16180         (gnus-article-read-summary-keys): Fix the order of keys; display
16181         continuation keys correctly in the echo area; describe bindings
16182         correctly when keys end with `C-h'.
16183         (gnus-article-read-summary-send-keys): New function.
16184         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16185         Work for gnus-article-read-summary-send-keys; display continuation keys
16186         correctly in the echo area.
16187         (gnus-article-reply-with-original): Ignore prefix argument.
16188         (gnus-article-wide-reply-with-original): New function.
16189
16190         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16191         Emacs 21.
16192
16193 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16196         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16197
16198 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16201         (gnus-group-read-ephemeral-gmane-group): New command.
16202
16203 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16204
16205         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16206
16207 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16208
16209         * message.el (message-send-mail-function): Increase custom version.
16210
16211         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16212         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16213
16214 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16215
16216         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16217         for the cases where imap-authenticate is called with a nil buffer
16218         parameter.
16219
16220 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16223         html parts correctly; support forwarded messages.
16224         (gnus-article-browse-html-article): Remove work buffers.
16225
16226         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16227         compiling.
16228         (netrc-bound-and-true-p): New macro.
16229         (netrc-parse): Use it instead of bound-and-true-p that is not available
16230         in XEmacs 21.4.
16231
16232 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16233
16234         * gnus-registry.el (gnus-registry-mark-article)
16235         (gnus-registry-article-marks): Add functionality to mark articles
16236         through the Gnus registry.
16237
16238         * encrypt.el: Clarify documentation for the new pgg method.
16239         (encrypt-file-alist): Add PGG option.
16240         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16241         functionality.  Abstract password key and messaging to external
16242         functions.
16243         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16244         (encrypt-message-method-and-cipher): Add new convenience external
16245         functions.
16246         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16247         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16248
16249         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16250         (netrc-parse): Use encrypt-file-alist to determine if
16251         encrypt-find-model or encrypt-insert-file-contents should be used.
16252
16253         * encrypt.el: Clarify documentation.  Load password-cache or
16254         password, whichever one is found first, instead of autoloading.
16255
16256 2007-12-19  Glenn Morris  <rgm@gnu.org>
16257
16258         * mml.el (message-options-set, message-narrow-to-head)
16259         (message-in-body-p, message-mail-p, message-encode-message-body):
16260         Autoload.
16261         (message-remove-header, message-narrow-to-headers-or-head)
16262         (message-subscribed-p, message-make-mail-followup-to)
16263         (message-position-on-field, message-news-p)
16264         (message-options-set-recipient, message-generate-headers)
16265         (message-sort-headers): Declare as functions.
16266
16267 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16268
16269         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16270         convention in doc string.
16271
16272 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16273
16274         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16275         title to html parts.
16276         (gnus-article-browse-html-article): Pass message header to it.
16277
16278         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16279
16280 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16281
16282         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16283         or password compatible with XEmacs.
16284
16285 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16286
16287         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16288         format document.
16289         (gnus-mime-delete-part): Don't write description line if empty.
16290         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16291
16292 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16293
16294         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16295         (gnus-summary-mark-read-and-unread-as-read)
16296         (gnus-summary-mark-current-read-and-unread-as-read)
16297         (gnus-summary-mark-unread-as-ticked): Doc fix.
16298         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16299
16300 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16303         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16304
16305 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16308         yes-or-no-p.
16309
16310 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * mm-decode.el (mm-add-meta-html-tag): New function.
16313         (mm-save-part-to-file, mm-pipe-part): Use it.
16314
16315         * gnus-art.el (gnus-article-browse-delete-temp-files):
16316         Use gnus-y-or-n-p instead of y-or-n-p.
16317         (gnus-article-browse-html-parts): Work with message/external-body; use
16318         mm-add-meta-html-tag.
16319
16320 2007-12-11  Glenn Morris  <rgm@gnu.org>
16321
16322         * gnus-cache.el: Require gnus-sum not just when compiling.
16323
16324         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16325
16326         * gnus-int.el (gnus-server-opened, gnus-status-message):
16327         Move definitions before use.
16328
16329         * mm-decode.el: Require gnus-util.
16330         (mm-remove-part): Only call delete-annotation on XEmacs.
16331
16332         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16333
16334         * nnmail.el: Require gnus-int.
16335
16336         * spam.el: Move `require's before `eval-when-compile's.
16337
16338         * gnus-ems.el (gnus-alive-p):
16339         * gnus-fun.el (message-goto-eoh):
16340         * gnus-util.el (gnus-group-name-decode):
16341         * mail-source.el (gnus-compress-sequence):
16342         * message.el (Info-goto-node, format-spec):
16343         * mm-bodies.el (message-options-get):
16344         * mm-decode.el (mm-view-pkcs7):
16345         * mm-util.el (gmm-write-region):
16346         * mml-smime.el (mml-compute-boundary)
16347         (gnus-completing-read-with-default):
16348         * mml.el (widget-button-press, gnus-make-hashtable):
16349         * mml1991.el (mm-decode-content-transfer-encoding)
16350         (mm-encode-content-transfer-encoding)
16351         (message-options-get, message-options-set):
16352         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16353         * nnfolder.el (gnus-request-group):
16354         * nnheader.el (ietf-drums-unfold-fws):
16355         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16356         * smime.el (gnus-run-mode-hooks):
16357         * spam-stat.el (gnus-message): Autoload.
16358
16359         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16360         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16361         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16362         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16363         Add declare-function compatibility definition.
16364
16365         * gnus-cache.el (nnvirtual-find-group-art):
16366         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16367         (gnus-add-image, gnus-add-wash-type):
16368         * gnus-group.el (nnkiboze-score-file):
16369         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16370         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16371         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16372         (message-tokenize-header, gnus-get-buffer-create)
16373         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16374         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16375         * gnus.el (gnus-group-decoded-name):
16376         * mail-source.el (imap-capability):
16377         * mm-bodies.el (message-options-set):
16378         * mm-decode.el (gnus-configure-windows):
16379         * mm-extern.el (message-goto-body):
16380         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16381         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16382         (epg-sub-key-validity, message-options-set):
16383         * mml.el (widget-event-point, gnus-configure-windows):
16384         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16385         * mml2015.el (epg-check-configuration, epg-configuration)
16386         (message-options-set):
16387         * nndb.el (nndb-request-article):
16388         * nnfolder.el (gnus-request-create-group):
16389         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16390         * nnmaildir.el (gnus-group-mark-article-read):
16391         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16392         * rfc1843.el (message-fetch-field):
16393         * spam.el (gnus-extract-address-components):
16394         Declare as functions.
16395
16396 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16399
16400         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16401
16402         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16403         bind show-trailing-whitespace for XEmacs.
16404
16405 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16408         new no-op macro for backward compatibility.
16409
16410         * imap.el (imap-string-to-integer): New function.
16411
16412 2007-12-09  Glenn Morris  <rgm@gnu.org>
16413
16414         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16415
16416         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16417         * message.el, mm-view.el, sieve-manage.el, smime.el:
16418         Add declare-function compatibility definition.
16419
16420         * gnus-art.el (w3-region, w3m-region, Info-menu):
16421         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16422         * gnus-sum.el (gnus-get-predicate):
16423         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16424         * message.el (mail-abbrev-in-expansion-header-p):
16425         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16426         (w3m-detect-meta-charset, w3m-region):
16427         * sieve-manage.el (password-read, password-cache-add)
16428         (password-cache-remove):
16429         * smime.el (password-read-and-add): Declare as functions.
16430
16431 2007-12-08  David Kastrup  <dak@gnu.org>
16432
16433         * gnus-sum.el (gnus-summary-simplify-subject-query):
16434         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16435         `message'.
16436
16437 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16440         it to bind idna-program, installation-directory, defined-colors, and
16441         face-attribute for XEmacs of the version that compiles defcustom forms.
16442
16443 2007-12-07  Glenn Morris  <rgm@gnu.org>
16444
16445         * gnus-art.el (article-make-date-line): Revert previous change.
16446
16447 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16450
16451 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16452
16453         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16454         Call gnus-add-to-range ranges only once with a prepared article-list.
16455
16456 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16457
16458         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16459         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16460         group names with backslashes.
16461         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16462
16463 2007-12-06  Deepak Goel  <deego3@gmail.com>
16464
16465         * gnus-art.el (article-make-date-line):
16466         * gnus-start.el (gnus-load):
16467         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16468
16469 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-art.el (gnus-use-idna):
16472         * gnus-start.el (gnus-site-init-file):
16473         * message.el (message-use-idna):
16474         * mm-uu.el (mm-uu-hide-markers):
16475         * smiley.el (smiley-style): Revert changes that suppress warnings.
16476
16477 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16480         specify charset to html source.
16481         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16482
16483 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16486         idna-program in order to suppress byte compile warning issued by XEmacs
16487         that came to byte compile the default value section of defcustom forms
16488         recently.
16489
16490         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16491         value of installation-directory.
16492
16493         * message.el (message-use-idna): Don't directly refer to the value of
16494         idna-program.
16495
16496         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16497
16498         * smiley.el (smiley-style): Don't directly call face-attribute.
16499
16500 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16503
16504         * gnus-dired.el: Reduce Gnus dependencies.
16505         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16506         Don't require.  Use autoloads instead.
16507         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16508         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16509         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16510         (gnus-dired-mode): Adjust doc string.
16511         (gnus-dired-mail-mode): New variable.
16512         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16513         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16514         (gnus-dired-mail-buffers): New function.  Return mail or message
16515         composition buffers.
16516         (gnus-dired-attach): Use it.
16517         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16518         NO-DECODE.
16519         (gnus-dired-print): Use `gnus-print-buffer' depending on
16520         `gnus-dired-mail-mode'.
16521
16522 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * rfc2047.el (rfc2047-encoded-word-regexp)
16525         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16526         explaining what regexp patterns are for.
16527
16528 2007-12-04  Glenn Morris  <rgm@gnu.org>
16529
16530         * password.el: Move to password-cache.el.
16531
16532         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16533         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16534         * mml-smime.el (password-read, password-cache-add)
16535         (password-cache-remove):
16536         No need to autoload, since mml-sec requires password.
16537
16538         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16539         * message.el (gnus-extract-address-components):
16540         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16541
16542         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16543         password.
16544
16545 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16546
16547         * mailcap.el: Reduce dependencies.
16548         (mail-header-parse-content-type): Autoload.
16549         (mailcap-delete-duplicates): New alias.
16550         (mailcap-mime-info): Add optional argument NO-DECODE.
16551         (mailcap-mime-types): Use mailcap-delete-duplicates.
16552
16553         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16554
16555 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16556
16557         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16558         (imap-parse-status): Upcase status-att for servers that sends them
16559         lower-case (e.g., MS Exchange 2007).
16560
16561 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16562
16563         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16564         function.
16565
16566         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16567         (gnus-uu-yenc-article): New function.
16568
16569         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16570
16571         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16572
16573 2007-12-02  Glenn Morris  <rgm@gnu.org>
16574
16575         * binhex.el (binhex): New custom group.
16576         (binhex-decoder-program, binhex-decoder-switches)
16577         (binhex-use-external): Move to the binhex custom group.
16578
16579         * uudecode.el (uudecode): New custom group.
16580         (uudecode-decoder-program, uudecode-decoder-switches)
16581         (uudecode-use-external): Move to the uudecode custom group.
16582
16583         * netrc.el (top-level): Don't load `encrypt' features.
16584         (netrc-parse): Don't use encrypt.
16585         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16586
16587         * encrypt.el: Remove file.
16588
16589 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16592         matches on patches.
16593
16594         * gnus-art.el (gnus-article-browse-html-article):
16595         Mention `mm-text-html-renderer' in the doc string.
16596
16597         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16598         string.  Add comments.
16599
16600         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16601         if rhs is ASCII.
16602
16603 2007-12-01  Glenn Morris  <rgm@gnu.org>
16604
16605         * mail-source.el (top-level): Require format-spec before
16606         eval-when-compile.
16607
16608 2007-11-30  Glenn Morris  <rgm@gnu.org>
16609
16610         * encrypt.el: Require password, rather than autoloading password-read.
16611
16612 2007-11-29  Glenn Morris  <rgm@gnu.org>
16613
16614         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16615         (sasl-make-client, sasl-next-step, sasl-step-data)
16616         (sasl-step-set-data): Declare as functions.
16617
16618 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16621
16622 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16623
16624         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16625         certs should be verified and what is to be done in the event of a
16626         verification failure.
16627
16628         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16629         caller can indicate whether the cache should be disregarded for this
16630         call.  This way the result of the call is reproducible at all times and
16631         can be considered a canonical server name for the supplied method.
16632         (gnus-agent-method-p): Canonicalize server names by pushing their
16633         method through `gnus-method-to-server' using the no-cache argument.
16634
16635         * gnus-srvr.el (gnus-server-insert-server-line):
16636         Call `gnus-method-to-server' with `no-cache' argument.
16637
16638         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16639         gnus-agent-possibly-synchronize-flags as this should be called when the
16640         server is actually being opened.
16641         (gnus-agent-possibly-synchronize-flags)
16642         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16643         flags file of an agentized server to the latter function.
16644
16645         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16646         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16647         after a connection has been established successfully.
16648
16649 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-art.el (article-display-face): Force to display face if called
16652         interactively; check if gnus-article-x-face-too-ugly matches author.
16653         (article-display-x-face): Display face even if From header is missing
16654         as article-display-face does.
16655
16656 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16657
16658         * hashcash.el (message-narrow-to-headers-or-head)
16659         (message-fetch-field, message-goto-eoh)
16660         (message-narrow-to-headers): Declare as functions.
16661
16662 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16663
16664         * mail-source.el (mail-sources): Default to fetch from file for
16665         compatibility with default of nnmail-spool-file.
16666
16667 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16670         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16671         to look for encoded word that should be encoded again.
16672         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16673         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16674         encoding pattern.
16675         (rfc2047-decode-region): Switch strict regexp and loose one according
16676         to rfc2047-allow-irregular-q-encoded-words.
16677
16678 2007-11-25  Romain Francoise  <romain@orebokech.com>
16679
16680         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16681
16682 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * tls.el (tls-program): Provide more custom choices from
16685         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16686         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16687
16688 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16691         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16692
16693         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16694         `nnmail-spool-file'.
16695
16696         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16697         `nnmail-spool-file'.
16698
16699         * gnus-move.el (gnus-change-server): Ditto.
16700
16701         * gnus-kill.el (gnus-batch-score): Ditto.
16702
16703         * gnus-cache.el (gnus-jog-cache): Ditto.
16704
16705         * gnus-msg.el (gnus-summary-reply):
16706         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16707
16708 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16709
16710         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16711         version.  Minor improvement to doc strings.
16712         (tls-program): Add comment.
16713
16714 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16715
16716         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16717         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16718         mismatch between the hostname provided in the certificate and the name
16719         of the host connnecting to.
16720         (open-tls-stream): Use them.  Check certificates against trusted root
16721         certificates.
16722
16723 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-cache.el (gnus-cache-generate-nov-databases):
16726         Use nnml-generate-nov-databases-directory instead of
16727         nnml-generate-nov-databases-1.
16728
16729 2007-11-24  Glenn Morris  <rgm@gnu.org>
16730
16731         * message.el (message-tool-bar-retro): Update for rename
16732         mail_send.xpm->mail-send.xpm.
16733
16734 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16737         `smime-ldap-search' for Emacs 22 and up.
16738
16739 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16740
16741         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16742
16743         * message.el (message-send-mail-function): Fix error convention.
16744         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16745         (message-widen-reply, message-send-mail, message-talkative-question)
16746         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16747         (message-clone-locals, message-send-news): Use with-current-buffer.
16748         (message-insert-or-toggle-importance): Remove unused var `valid'.
16749         (message-make-references): Remove unused var `new-references'.
16750         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16751
16752 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16753
16754         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16755         (spam-split-symbolic-return-positive): Reflow docstring.
16756         (spam-backends, spam-summary-exit-behavior)
16757         (spam-mark-ham-unread-before-move-from-spam-group)
16758         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16759         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16760         (spam-clear-cache, spam-backend-check, spam-install-backend)
16761         (spam-install-statistical-backend, spam-list-of-processors)
16762         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16763         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16764         (spam-check-crm114, spam-initialize, spam-unload-hook):
16765         Fix typos in docstrings.
16766
16767 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16770         been checked if they have never been read and those group levels are
16771         higher than the one that a user specified.
16772
16773 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16776         foreign groups unless a group level is specified by a user.
16777         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16778
16779 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16780
16781         * message.el (message-send-mail-function): Require sendmail.
16782
16783 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16784
16785         * message.el (message-send-mail-function): Check for smtpmail too.
16786
16787         * utf7.el (utf7-encode, utf7-decode): Use coding system
16788         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16789
16790         * message.el (message-send-mail-function): New function.
16791         (message-send-mail-function): Set default using
16792         message-send-mail-function.  Adjust doc string.
16793         (message-send-mail-with-mailclient): New function.
16794
16795 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16796
16797         * smime.el (from):
16798         * rfc2047.el (message-posting-charset):
16799         * qp.el (mm-use-ultra-safe-encoding):
16800         * pop3.el (parse-time-months):
16801         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16802         * nnml.el (files):
16803         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16804         (jka-compr-compression-info-list, ange-ftp-path-format)
16805         (efs-path-regexp):
16806         * nndiary.el (files):
16807         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16808         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16809         (epg-digest-algorithm-alist, inhibit-redisplay)
16810         (password-cache-expiry):
16811         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16812         (pgg-output-buffer, password-cache-expiry):
16813         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16814         (efs-path-regexp):
16815         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16816         (inhibit-redisplay):
16817         * mm-uu.el (file-name, start-point, end-point, entry)
16818         (gnus-newsgroup-name, gnus-newsgroup-charset):
16819         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16820         (latin-unity-ucs-list):
16821         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16822         (mm-uu-binhex-decode-function):
16823         * message.el (gnus-message-group-art, gnus-list-identifiers)
16824         (rmail-enable-mime-composing, gnus-local-organization)
16825         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16826         (gnus-read-active-file, facemenu-add-face-function)
16827         (facemenu-remove-face-function, gnus-article-decoded-p)
16828         (tool-bar-mode):
16829         * mail-source.el (display-time-mail-function):
16830         * gnus-util.el (nnmail-pathname-coding-system)
16831         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16832         (gnus-original-article-buffer, gnus-user-agent)
16833         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16834         (xemacs-codename, sxemacs-codename, emacs-program-version):
16835         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16836         * gnus-start.el (gnus-agent-covered-methods)
16837         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16838         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16839         (gnus-newsgroup-headers, gnus-group-list-mode)
16840         (gnus-group-mark-positions, gnus-newsgroup-data)
16841         (gnus-newsgroup-unreads, nnoo-state-alist)
16842         (gnus-current-select-method, mail-sources)
16843         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16844         (nnmail-spool-file, gnus-cache-active-hashtb):
16845         * gnus-mh.el (mh-lib-progs):
16846         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16847         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16848         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16849         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16850         (gnus-group-buffer):
16851         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16852         (font-lock-set-defaults):
16853         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16854         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16855         (gnus-summary-post-menu, total-parts, type, condition, length):
16856         * gnus-agent.el (gnus-agent-read-agentview):
16857         * flow-fill.el (show-trailing-whitespace):
16858         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16859         eval-and-compile wrappers for byte compiler pacifiers.
16860
16861         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16862         (mm-display-inline-fontify): Check for featurep 'xemacs not
16863         extent-list.
16864
16865         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16866         itimer-list.
16867         (mm-create-image-xemacs): Only do something for XEmacs.
16868         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16869
16870         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16871
16872         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16873         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16874
16875 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16876
16877         * nnimap.el (nnimap-split-download-body):
16878         * gnus-demon.el (gnus-demon):
16879         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16880
16881 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16884         New macros.
16885         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16886         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16887         copy data from unibyte buffer to multibyte current buffer.
16888         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16889         to copy data from unibyte current buffer to multibyte buffer.
16890         (nntp-make-process-buffer): Make process buffer unibyte.
16891
16892         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16893
16894 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16895
16896         * pop3.el (pop3-open-server): Accept and process data more robustly at
16897         connection start to avoid spurious "POP SSL connection failed" errors.
16898
16899 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16902         read group names.
16903
16904 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16907
16908 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16911         (nnmail-save-active): Use a unibyte buffer when saving active file,
16912         which may contain non-ASCII group names.
16913
16914         * nnml.el (nnml-request-group): Decode group names in messages.
16915
16916 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16917
16918         * message.el (message-citation-line-function)
16919         (message-insert-formatted-citation-line): Fix spelling of
16920         `message-insert-formated-citation-line'.
16921
16922 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16923
16924         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16925
16926 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16929         nnmail-pathname-coding-system.
16930
16931         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16932         that a user enters; decode group names in messages.
16933
16934         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16935
16936 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16937
16938         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16939
16940         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16941
16942         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16943         risky local variable.
16944
16945         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16946
16947 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16948
16949         * encrypt.el: Improve documentation to fix function name typo.
16950         Reported by Daiki Ueno <ueno@unixuser.org>.
16951
16952 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16955         even if the point is not in the last page of an article.
16956         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16957         back to the previous page.
16958
16959 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16960
16961         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16962
16963 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16966
16967 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16968
16969         * message.el (message-check-news-body-syntax):
16970         Avoid mm-string-as-multibyte.
16971         (message-hide-headers): Don't assume (point-min)==1.
16972
16973 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * message.el (message-remove-blank-cited-lines): Fix if remove is
16976         given.
16977         (message-bogus-address-regexp): New variable.
16978         (message-bogus-recipient-p): New function.
16979         (message-check-recipients): New command.
16980         (message-syntax-checks): Add `bogus-recipient'.
16981         (message-fix-before-sending): Add `bogus-recipient'.
16982
16983         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16984         (gnus-treat-body-boundary): Don't test window-system.
16985
16986 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16987
16988         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16989
16990 2007-10-28  Miles Bader  <miles@gnu.org>
16991
16992         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16993         at compile-time too.
16994
16995 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * gnus-msg.el (gnus-message-setup-hook):
16998         Add `message-remove-blank-cited-lines' to options.
16999
17000 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17001
17002         * message.el (message-remove-blank-cited-lines): New function.
17003         Suggested by Karl Plästerer.
17004
17005 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17008         mapc.
17009
17010         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17011         (top-level): Use mapc to set functions to be traced for debugging.
17012
17013         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17014         called for effect with while loop.
17015
17016         * message.el (message-talkative-question): Replace mapcar called for
17017         effect with mapc.
17018
17019         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17020         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17021         called for effect with dolist.
17022
17023         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17024
17025         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17026         gnus-extra-headers and nnmail-extra-headers.
17027
17028         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17029         called for effect with dolist.
17030         (top-level): Use mapc to set functions to be traced for debugging.
17031
17032         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17033         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17034         dolist.
17035
17036         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17037         Replace mapcar called for effect with mapc.
17038         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17039         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17040         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17041         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17042
17043         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17044         remove-if that's a cl function.
17045
17046         * webmail.el (webmail-debug): Replace mapcar called for effect with
17047         dolist.
17048
17049         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17050         with mapc.
17051
17052 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17055         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17056         with while loop.
17057
17058         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17059         functions from article-* functions.
17060         (gnus-multi-decode-header): Replace mapcar called for effect with
17061         dolist.
17062
17063         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17064         (gnus-bookmark-show-details): Replace mapcar called for effect with
17065         while loop.
17066
17067         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17068         called for effect with while loop.
17069
17070         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17071         with dolist.
17072
17073         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17074         Replace mapcar called for effect with dolist.
17075
17076         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17077
17078         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17079         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17080         Replace mapcar called for effect with dolist.
17081         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17082         mapc.
17083
17084         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17085         Replace mapcar called for effect with dolist.
17086         (gnus-topic-list): Replace mapcar called for effect with mapc.
17087
17088         * gnus.el: Use mapc instead of mapcar to add autoloads.
17089
17090 2007-10-23  Richard Stallman  <rms@gnu.org>
17091
17092         * gnus-group.el (gnus-group-highlight): Mark as risky.
17093
17094 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * gnus.el (gnus-server-to-method): Return method found first in
17097         gnus-newsrc-alist.
17098
17099         * gnus-art.el (gnus-article-highlight-signature)
17100         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17101         button overlay without the front stickiness.
17102
17103 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17104
17105         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17106         overview buffer needed a catch to receive its throw.
17107         (gnus-agent-flush-cache): Declare as interactive to make this function
17108         easier to use.
17109
17110 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17113         `next-line'.
17114
17115 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17118         exclude address matching message-dont-reply-to-names.
17119
17120 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-util.el (gnus-string<): New function.
17123
17124         * gnus-sum.el (gnus-article-sort-by-author)
17125         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17126
17127 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17128
17129         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17130         the frame-focus tag is set in gnus-buffer-configuration.
17131
17132 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17135         the front stickiness.
17136
17137 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17140         url pattern; remove duplicate one.
17141         (gnus-article-extend-url-button): New function.
17142         (gnus-article-add-buttons): Use it.
17143         (gnus-button-push): Use concatenated url that it makes.
17144
17145 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17146
17147         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17148
17149 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17150
17151         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17152         Don't hardcode point-min==1.
17153
17154 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17157         Fix comment about "iso8859-1".
17158
17159 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17160
17161         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17162         ones returned from the verify-function.
17163
17164         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17165         Call mml2015-extract-cleartext-signature if extraction failed.
17166
17167 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17168
17169         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17170         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17171         failed.
17172
17173 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17174
17175         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17176
17177 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17180         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17181         recommends to use EasyPG instead of PGG.
17182
17183         * pgg.el: Revert to revision 6.23.2.16.
17184
17185         * pgg-def.el: Revert to revision 6.6.2.14.
17186
17187         * pgg-gpg.el: Revert to revision 6.23.2.34.
17188
17189 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17190
17191         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17192         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17193         thread for both the null and zero (kill/expire thread) universal prefix
17194         cases.
17195         (gnus-summary-expire-thread): Add new function to expire a thread,
17196         using gnus-summary-kill-thread.
17197         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17198         shortcuts for gnus-summary-expire-thread.
17199         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17200         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17201
17202 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17203
17204         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17205         extras value, so an extras entry can be deleted.
17206         (gnus-registry-delete-extra-entry): Use it.
17207         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17208         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17209         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17210         storage through the gnus-registry, and provide an appropriate API for
17211         it.
17212
17213 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17214
17215         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17216         Suggested by Leo <sdl.web@gmail.com>.
17217
17218         * gnus.el: Do.
17219
17220 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17223         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17224
17225         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17226
17227         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17228         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17229
17230 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17233         newline.
17234         (nnmbox-request-accept-article): Don't change article in source buffer;
17235         narrow to header to use message-fetch-field rather than
17236         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17237         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17238         as delimiters; make sure article ends with newline.
17239         (nnmbox-delete-mail): Correct last position of article to be deleted;
17240         ignore X-Gnus-Newsgroup header in article body.
17241         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17242         positions; make sure article ends with newline.
17243
17244         * message.el (message-display-abbrev): Don't infloop when a user
17245         inserts SPC in the beginning of header.
17246
17247         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17248         coding-system-for-read and coding-system-for-write for XEmacs having no
17249         file-coding feature.
17250
17251         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17252
17253 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17254
17255         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17256         list of groups not followed by default.  Fix type to be regexp.
17257         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17258
17259 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17260
17261         * hmac-def.el (define-hmac-function): Switch from old-style to
17262         new-style backquotes.
17263
17264         * md4.el (md4-make-step): Likewise.
17265
17266 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17267
17268         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17269         raw-text coding system when saving .newsrc file, which may contain
17270         non-ASCII group names.
17271
17272 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17273
17274         * gnus-cus.el (gnus-score-extra): New widget.
17275         (gnus-score-extra-convert): New function.
17276         (gnus-score-customize): Use it for Extra.
17277
17278 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17279
17280         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17281         (mml2015-mailcrypt-clear-verify): Use it.
17282         (mml2015-gpg-clear-verify): Use it.
17283         (mml2015-pgg-clear-verify): Use it.
17284         (mml2015-epg-clear-verify): Replace the current part with the output
17285         from GnuPG; don't extract the plaintext by itself.
17286
17287         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17288         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17289         mml2015-clear-verify-function; don't touch the armor headers or
17290         dash-escaped text here.
17291
17292 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17295         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17296         parts, or application/octet-stream as a last resort.
17297         (gnus-mime-view-part-as-type): Don't toggle display.
17298         (gnus-mime-view-part-as-charset): Don't turn off display before
17299         querying charset.
17300
17301         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17302         stuff to undisplayer function in Emacs.
17303         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17304
17305         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17306         text/calendar parts.
17307
17308 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17311         decoding text/calendar parts.
17312
17313         * message.el (message-forward-make-body-mime): Always mark body as
17314         having no illegible text; remove signed-or-encrypted argument.
17315         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17316
17317         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17318         (mml-generate-mime-1): Don't encode body if it is specified to be in
17319         raw form; don't make buffer be unibyte when inserting multibyte string.
17320
17321 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17322
17323         * sha1.el: Fix up comment style.
17324         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17325         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17326
17327         * hex-util.el: Fix up comment style.
17328         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17329
17330         * gnus-salt.el: Use with-current-buffer.
17331         (gnus-pick-setup-message): Fix long-standing typo.
17332
17333 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * imap.el (imap-logout-timeout): New variable.
17336         (imap-logout, imap-logout-wait): New functions.
17337         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17338
17339         * nnimap.el (nnimap-logout-timeout): New server variable.
17340         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17341         nnimap-logout-timeout.
17342
17343         * gnus-art.el (gnus-article-summary-command-nosave)
17344         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17345
17346 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus.el (gnus-maximum-newsgroup): New variable.
17349
17350         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17351         according to gnus-maximum-newsgroup.
17352
17353         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17354         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17355         Limit the range of articles according to gnus-maximum-newsgroup.
17356
17357 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17358
17359         * gnus-art.el (gnus-sticky-article): Fix problems described in
17360         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17361         Don't perform gnus-configure-windows here; reuse existing sticky
17362         article buffer.
17363
17364         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17365         it doesn't exist in gnus-article-mode.
17366
17367 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17370         (gnus-agent-decoded-group-name): New function.
17371         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17372         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17373
17374 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17375
17376         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17377         Add binding for gnus-sticky-article.
17378         (gnus-summary-exit): Don't kill sticky article buffers.
17379
17380         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17381         article buffer.
17382         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17383         (gnus-kill-sticky-article-buffers): New commands.
17384
17385 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * nntp.el (nntp-xref-number-is-evil): New server variable.
17388         (nntp-find-group-and-number): If it is non-nil, don't trust article
17389         numbers in the Xref header.
17390
17391 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * gnus-agent.el (gnus-agent-read-group): New function.
17394         (gnus-agent-flush-group, gnus-agent-expire-group)
17395         (gnus-agent-regenerate-group): Use it.
17396         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17397         nnmail-pathname-coding-system.
17398
17399 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17402
17403         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17404         that are unread as unread, and also as selected so that information of
17405         marks having been changed by a user may be updated when exiting group.
17406
17407 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17408
17409         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17410
17411 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17414         calculated ignoring signature parts to gnus-treat-article.
17415
17416 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17419         a point here in order to keep the window start.
17420         (gnus-insert-mime-security-button): Make a button overlay without the
17421         front stickiness.
17422         (gnus-mime-display-security): Goto the end of a button.
17423
17424         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17425
17426 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17429         group-name-at-point.
17430         (gnus-group-completing-read): New function that offers decoded
17431         non-ASCII group names for completion.
17432         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17433         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17434         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17435         (gnus-group-fetch-control): Use it.
17436         (gnus-fetch-group): Use group-name-at-point for the initial value
17437         rather than the default value; use gnus-alive-p.
17438
17439         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17440         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17441         (gnus-summary-post-news): Use gnus-group-completing-read.
17442
17443         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17444         (gnus-read-move-group-name): Decode group name for completion.
17445
17446 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17447
17448         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17449         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17450         Yamaoka slightly modified the code).
17451
17452 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17455         (nnmail-split-incoming): Bind it.
17456
17457         * nnml.el (nnml-group-name-charset): New function.
17458         (nnml-decoded-group-name): Use it; don't decode group name if
17459         nnmail-group-names-not-encoded-p is non-nil.
17460         (nnml-encoded-group-name): New function.
17461         (nnml-group-pathname): Inline nnml-decoded-group-name.
17462         (nnml-request-expire-articles): Decode group name in message.
17463         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17464         nnmail-pathname-coding-system.
17465         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17466         not decoded ones according to nnmail-group-names-not-encoded-p.
17467         (nnml-generate-active-info): Use nnml-encoded-group-name.
17468
17469 2007-08-08  Glenn Morris  <rgm@gnu.org>
17470
17471         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17472         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17473         doc-strings and comments.
17474
17475 2007-07-25  Glenn Morris  <rgm@gnu.org>
17476
17477         * Relicense all FSF files to GPLv3 or later.
17478
17479 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * gnus-sum.el (gnus-summary-move-article):
17482         Make gnus-summary-respool-article work.
17483
17484 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17485
17486         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17487         string.
17488
17489 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17490
17491         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17492         that should be ignored when comparing distant RSS articles with local
17493         ones.
17494         (nnrss-make-hash-index): New function.  Create a hash index according
17495         to the ignored fields.
17496         (nnrss-check-group): Use it.
17497
17498 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17501
17502         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17503
17504         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17505         the new optional argument ENCODED is non-nil.
17506         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17507         coding system for encoding group name.
17508         (gnus-group-make-rss-group): Pass un-encoded group name to
17509         gnus-group-make-group.
17510         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17511         encoded.
17512
17513         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17514         Encode group name to which articles are moved or copied.
17515         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17516         coding system for encoding Newsgroup, Followup-To and Xref headers.
17517
17518         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17519         marks; use nnheader-file-coding-system to write a file.
17520         (nnagent-retrieve-headers): Bind file-name-coding-system to
17521         nnmail-pathname-coding-system.
17522
17523         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17524
17525         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17526         (nnml-request-article, nnml-request-create-group)
17527         (nnml-request-rename-group, nnml-find-id)
17528         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17529         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17530         (nnml-save-marks): Use nnml-group-pathname instead of
17531         nnmail-group-pathname.
17532
17533         (nnml-request-create-group, nnml-request-expire-articles)
17534         (nnml-request-move-article, nnml-request-delete-group)
17535         (nnml-deletable-article-p, nnml-possibly-create-directory)
17536         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17537         (nnml-open-marks): Bind file-name-coding-system to
17538         nnmail-pathname-coding-system.
17539
17540         (nnml-request-article): Pass server argument to nnml-find-group-number.
17541         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17542         Pass server argument to nnml-possibly-create-directory.
17543         (nnml-request-accept-article): Pass server argument to
17544         nnml-active-number and nnml-save-mail.
17545         (nnml-find-group-number): Pass server argument to nnml-find-id.
17546         (nnml-request-update-info): Pass server argument to
17547         nnml-marks-changed-p.
17548
17549         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17550         (nnml-save-mail, nnml-active-number): Add server argument.
17551
17552         (nnml-request-delete-group): Warn if group is missing.
17553         (nnml-get-nov-buffer): Decode group name.
17554         (nnml-generate-active-info): Encode group name.
17555         (nnml-open-marks): Decode group name in messages.
17556
17557 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17560         if it is not specified.
17561         (gnus-article-pipe-part, gnus-article-save-part)
17562         (gnus-article-interactively-view-part, gnus-article-copy-part)
17563         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17564         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17565         (gnus-article-replace-part, gnus-article-delete-part)
17566         (gnus-article-view-part-as-type): Pass raw prefix argument to
17567         gnus-article-part-wrapper.
17568
17569 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * gnus-agent.el (gnus-agent-save-active):
17572         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17573
17574         * gnus-cache.el (gnus-cache-save-buffers)
17575         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17576         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17577         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17578         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17579         (gnus-cache-generate-active, gnus-cache-rename-group)
17580         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17581         (gnus-cache-update-overview-total-fetched-for):
17582         Bind file-name-coding-system to nnmail-pathname-coding-system.
17583         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17584         New variables.
17585         (gnus-cache-decoded-group-name): New function.
17586         (gnus-cache-file-name): Use it.
17587         (gnus-cache-generate-active): Use non-decoded group name for active.
17588
17589         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17590         right place.
17591         (gnus-write-active-file): Don't break non-ASCII group names.
17592
17593         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17594         nnmail-pathname-coding-system.
17595
17596         * lpath.el: Bind default-file-name-coding-system,
17597         file-name-coding-system and language-info-alist for XEmacs.
17598
17599         * gnus-uu.el (gnus-uu-decode-save): Typo.
17600
17601 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17604
17605 2007-07-14  David Kastrup  <dak@gnu.org>
17606
17607         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17608         finishing actions if we did not edit the article.
17609
17610 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17613         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17614         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17615         (gnus-agent-flush-group, gnus-agent-flush-cache)
17616         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17617         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17618         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17619         (gnus-agent-regenerate-group)
17620         (gnus-agent-update-files-total-fetched-for)
17621         (gnus-agent-update-view-total-fetched-for):
17622         Bind file-name-coding-system to nnmail-pathname-coding-system.
17623         (gnus-agent-group-pathname): Don't encode file names by
17624         nnmail-pathname-coding-system.
17625         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17626         coding-system-for-write instead of buffer-file-coding-system to
17627         gnus-agent-file-coding-system.
17628
17629         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17630         Decode group name.
17631
17632         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17633
17634         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17635         (gnus-read-newsrc-el-file): Make group names unibyte.
17636
17637         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17638         nnmail-pathname-coding-system.
17639
17640         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17641         (nnrss-request-delete-group): Bind file-name-coding-system to
17642         nnmail-pathname-coding-system.
17643         (nnrss-read-server-data, nnrss-read-group-data):
17644         Bind file-name-coding-system correctly.
17645         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17646
17647         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17648         (nntp-server-to-method-cache): New variable.
17649         (nntp-group-pathname): New function that decodes non-ASCII group names.
17650         (nntp-possibly-create-directory, nntp-marks-changed-p)
17651         (nntp-save-marks, nntp-open-marks): Use it.
17652         (nntp-possibly-create-directory, nntp-open-marks):
17653         Bind file-name-coding-system to nnmail-pathname-coding-system.
17654         (nntp-open-marks): Decode group names when bootstrapping marks.
17655
17656         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17657         Newsgroups and Followup-To headers.
17658
17659 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17662         (gnus-server-closed-face, gnus-server-denied-face)
17663         (gnus-server-offline-face): Remove variable.
17664         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17665
17666         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17667         of modifying message-stack directly for XEmacs.
17668
17669         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17670         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17671         if the coding-system argument is nil for XEmacs.
17672
17673         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17674         mm-charset-override-alist.
17675
17676         * rfc2047.el: Don't require base64; require rfc2045 for the function
17677         rfc2045-encode-string.
17678         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17679         to quote the parameter value.
17680
17681 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17684         form in gnus-group-name-charset-method-alist.
17685
17686         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17687         overrides the default layout edit-form.
17688
17689         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17690
17691         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17692
17693 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17696         as unfetched articles.
17697
17698 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17699
17700         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17701
17702 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17705         original back end that keeps marks in the local system.
17706
17707 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17710         arg of pop-to-buffer for XEmacs.
17711         (gnus-article-read-summary-keys): Ditto; don't restore window
17712         configuration if summary command ends up with neither article buffer
17713         nor summary buffer; describe bindings if summary keys end with C-h.
17714
17715 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * message.el (message-fix-before-sending): Skip raw message part to be
17718         forwarded while checking illegible text.
17719         (message-forward-make-body-mime, message-forward-make-body):
17720         Mark signed or encrypted raw message as having no illegible text.
17721
17722 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17725         (gnus-message-with-timestamp-1): New macro.
17726         (gnus-message-with-timestamp): New function.
17727         (gnus-message): Use them.
17728
17729         * nnheader.el (nnheader-message): Use them.
17730
17731 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17734         .newsrc.eld file.
17735
17736 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * gnus-agent.el (gnus-agent-fetch-headers)
17739         (gnus-agent-retrieve-headers):
17740         Bind gnus-decode-encoded-address-function to identity.
17741
17742         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17743         available also when the server returns simply a dot.
17744
17745         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17746
17747 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17750
17751 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * gnus-ems.el (gnus-x-splash): Make it work.
17754
17755         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17756         from being used.
17757
17758         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17759
17760 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17761
17762         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17763         4th and the 5th arguments.
17764
17765         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17766         the front stickiness.
17767         (gnus-article-summary-command-nosave): Correct the order of the
17768         arguments passed to pop-to-buffer.
17769         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17770         summary command ends up with the article buffer.
17771
17772         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17773         the same faces.
17774
17775 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17776
17777         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17778
17779 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17780
17781         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17782         * gnus-sum.el (gnus-summary-highlight):
17783         * pgg.el (pgg-sign-region, pgg-sign):
17784         * mail-source.el (mail-source-delete-old-incoming-confirm):
17785         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17786
17787 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-art.el (gnus-mime-view-part-externally)
17790         (gnus-mime-view-part-internally): Fix predicate function passed to
17791         completing-read.
17792
17793         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17794
17795         * gnus.el (gnus-update-message-archive-method): Add :version.
17796
17797 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * gnus.el (gnus-update-message-archive-method): New variable.
17800
17801         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17802         according to gnus-message-archive-method if
17803         gnus-update-message-archive-method is non-nil.
17804
17805 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17808         Suggested by Loic Dachary <loic@dachary.org>.
17809         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17810
17811 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * message.el (message-pop-to-buffer): Add switch-function argument.
17814         (message-mail): Pass switch-function argument to it.
17815
17816 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17819         Improve doc string.
17820
17821 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17824         (gnus-header-content):
17825         * gnus-cite.el (gnus-cite-10):
17826         * gnus-srvr.el (gnus-server-closed):
17827         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17828         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17829         (gnus-group-mail-3-empty, gnus-group-mail-low)
17830         (gnus-group-mail-low-empty, gnus-splash):
17831         * message.el (message-header-to, message-header-cc)
17832         (message-header-subject, message-header-other, message-header-name)
17833         (message-header-xheader, message-separator, message-cited-text)
17834         (message-mml): Lighten colors of faces used for dark background.
17835
17836 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17837
17838         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17839         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17840
17841 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * message.el (message-narrow-to-headers-or-head):
17844         Ignore mail-header-separator in the body.
17845
17846 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17849         same as window size.
17850
17851 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17852
17853         * message.el (message-font-lock-keywords): Use message-header-xheader
17854         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17855         ahead of the anything pattern, to get it recognized.
17856
17857 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17860         spam.el loads uses it in the compiled defadvice form.
17861
17862 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17863
17864         * gnus-sum.el (gnus-articles-to-read)
17865         (gnus-summary-insert-old-articles): Don't truncate group name for
17866         `read-string'.
17867
17868         * gnus-util.el (gnus-limit-string): Delete this function.
17869
17870         * gnus-sum.el (gnus-simplify-subject-fully):
17871         Use `truncate-string-to-width' instead.
17872
17873 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17874
17875         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17876         Tell if, on summary exit, the next group has to be selected.
17877         (gnus-summary-exit): Use it.
17878
17879 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17880
17881         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17882         non-break space.
17883
17884 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17885
17886         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17887         Check if group is not a directory.
17888         (nnfolder-request-expire-articles): Don't delete articles if the target
17889         group is not available.
17890
17891         * nnml.el (nnml-request-create-group): Properly check if group is not a
17892         file.
17893         (nnml-request-expire-articles): Don't delete articles if the target
17894         group is not available.
17895
17896         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17897         Don't quote characters that are within parentheses.
17898
17899 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17902         (gnus-handle-ephemeral-exit): Select article according to it.
17903
17904 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17905
17906         * message.el (message-insert-formated-citation-line): Remove newline.
17907         (message-citation-line-format): Add final \n here so that the user can
17908         avoid a blank line.
17909
17910 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17911
17912         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17913         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17914         Update lanl/arXiv support.
17915
17916 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17917
17918         * gnus.el: Bump version number.
17919
17920 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17921
17922         * gnus.el (gnus-version-number): Bump version.
17923
17924 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17925
17926         * gnus.el: No Gnus v0.6 is released.
17927
17928 2007-04-27  Didier Verna  <didier@xemacs.org>
17929
17930         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17931         * gmm-utils.el (gmm-regexp-concat): ... here.
17932         * message.el: Don't require 'gnus-util.
17933         (message-dont-reply-to-names): Handle name change above.
17934         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17935
17936 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17939         since the initial value varies according to the system.
17940
17941 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17944
17945 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17946
17947         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17948
17949 2007-04-24  Didier Verna  <didier@xemacs.org>
17950
17951         Improve the type of gnus-ignored-from-addresses.
17952         * gnus-util.el (gnus-orify-regexp): New function.
17953         * message.el (gnus-util): Require it.
17954         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17955         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17956         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17957
17958 2007-04-24  Didier Verna  <didier@xemacs.org>
17959
17960         * gnus-sum.el:
17961         * gnus-utils.el: Fix some trailing whitespaces.
17962
17963 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17966         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17967         article's Message-ID; refer parent article in summary buffer.
17968
17969         * message.el (message-bounce): Call mime-to-mml.
17970
17971         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17972         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17973         optimize and/or forms properly.
17974
17975 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17976
17977         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17978         URL.
17979
17980 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17983
17984 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17987         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17988         displayed of multipart/alternative part if it is invoked from summary
17989         buffer.
17990
17991         * mm-view.el (mm-inline-text-html-render-with-w3m)
17992         (mm-inline-text-html-render-with-w3m-standalone)
17993         (mm-inline-render-with-function): Use mail-parse-charset by default.
17994
17995 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17996
17997         * parse-time.el (parse-time-string-chars): Check if CHAR
17998         is less than the length of parse-time-syntax.
17999
18000 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18003         from gnus-newsgroup-processable.
18004
18005 2007-04-16  Didier Verna  <didier@xemacs.org>
18006
18007         * gnus-msg.el (gnus-configure-posting-styles):
18008         Handle message-signature-directory properly with :file syntax.
18009         Reported by "Leo".
18010
18011 2007-04-11  Didier Verna  <didier@xemacs.org>
18012
18013         New user option: message-signature-directory.
18014         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18015         * message.el (message-insert-signature): Ditto.
18016         * message.el (message-signature-file): Doc update.
18017         * message.el (message-signature-directory): New.
18018
18019 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18020
18021         * gnus-msg.el (gnus-inews-yank-articles):
18022         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18023
18024 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18025
18026         * message.el (message-yank-original): Make sure cited text ends with
18027         newline; don't exchange point and mark.
18028
18029 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18030
18031         * tls.el (open-tls-stream): Properly handle case where there
18032         is no associated buffer.
18033
18034 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18035
18036         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18037         message-yank-original, make sure (< mark TEXT point).
18038
18039 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18040
18041         * message.el (message-fill-column): New variable.
18042         (message-mode): Use it.  Add comment on a possible new hook.
18043
18044         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18045         (nnmail-get-new-mail): Reformat.
18046
18047         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18048
18049         * gmm-utils.el: Fix Commentary.
18050         (gmm-tool-bar-from-list): Fix typo in doc string.
18051
18052 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18053
18054         * message.el (message-yank-original): Don't switch point and mark
18055         unnecessarily to put point and mark as documented.
18056
18057 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18058
18059         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18060         from the message heads.
18061
18062 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18063
18064         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18065         article buffer does not have a window.  This may not be the best
18066         solution but is certainly better than setting the start of the null,
18067         that is the current, window.
18068
18069 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18070
18071         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18072         (gnus-draft-setup): Run it.
18073
18074         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18075         gnus-score-fast-scoring.  Allow regexp.
18076         (gnus-score-headers): Use it.
18077
18078         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18079         XEmacs.
18080
18081         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18082         string.
18083         (gnus-button-alist): Also catch `<f1> k ...'.
18084         (gnus-treat-display-x-face): Fix doc string.
18085
18086 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18087
18088         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18089         evaluation of gnus-extended-version to ensure correct generation of the
18090         User-Agent header when message-generate-headers-first is used.
18091
18092 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18093
18094         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18095         hashcash-path is nil.  Don't call callback with incorrect number of
18096         parameters if val is 0.
18097
18098 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18099
18100         * message.el (message-required-news-headers):
18101         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18102
18103 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18104
18105         * tls.el (open-tls-stream): In handshake-waiting loop,
18106         don't wait more if there is output available to process.
18107
18108 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18109
18110         * tls.el (tls-program): Doc fix.
18111
18112 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * message.el (message-generate-new-buffers): Change the meaning of the
18115         nil value; add `standard' to the choices; treat t as `unique'; improve
18116         doc string.
18117         (gnus-select-frame-set-input-focus): Autoload.
18118         (message-buffer-name): Search for the existing message buffer if
18119         message-generate-new-buffers is nil or `standard'; treat the value t of
18120         message-generate-new-buffers as `unique'.
18121         (message-pop-to-buffer): Raise the frame already displaying the message
18122         buffer; clear the echo area after querying.
18123         (message-setup): Pass the `continue' argument to compose-mail.
18124         (message-mail): Prefer `switch-function' if it is given; search for the
18125         existing message buffer if the `continue' argument is non-nil; pass
18126         continue and switch-function arguments to compose-mail by way of
18127         message-setup.
18128         (message-mail-other-window): Adjust argument of message-setup.
18129         (message-mail-other-frame): Ditto.
18130
18131 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18132
18133         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18134         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18135         to turn font-lock on when turning gnus-message-citation-mode on.
18136
18137 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18138
18139         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18140         (mml-smime-function-alist): New variable; add epg as the backend.
18141         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18142         mml-smime- functions instead.
18143         * mm-view.el: Require smime.
18144
18145 2007-03-05  Didier Verna  <didier@xemacs.org>
18146
18147         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18148         instead of just inheritance for posting styles.
18149         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18150
18151 2007-02-24  Chris Moore  <dooglus@gmail.com>
18152
18153         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18154         * pgg-pgp.el (pgg-pgp-encrypt-region):
18155         * pgg-gpg.el (pgg-gpg-encrypt-region):
18156         Check pgg-encrypt-for-me if no other recipients.
18157
18158 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18159
18160         * tls.el (tls-certtool-program): Fix custom type.
18161
18162 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18165         and point-at-eol instead of line-(beginning|end)-position.
18166
18167         * assistant.el (assistant-parse-buffer): Ditto.
18168
18169         * netrc.el (netrc-parse-services): Ditto.
18170
18171 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18172
18173         * mml2015.el (mml2015-epg-find-usable-key): New function.
18174         (mml2015-epg-sign): Use it.
18175         (mml2015-epg-encrypt): Use it.
18176
18177 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * message.el (message-make-in-reply-to): Quote name containing
18180         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18181         if there are special characters.  Reported by NAKAJI Hiroyuki
18182         <nakaji@jp.freebsd.org>.
18183
18184 2007-02-27  Didier Verna  <didier@xemacs.org>
18185
18186         Include the group parameters as well as the topic ones in the
18187         inheritance filter process.
18188         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18189         argument GROUP-PARAMS-LIST.
18190         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18191
18192 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * nntp.el (nntp-never-echoes-commands)
18195         (nntp-open-connection-functions-never-echo-commands): New variables.
18196         (nntp-send-command): Use them.
18197
18198 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18199
18200         * mml2015.el (mml2015-epg-verify): Simplify.
18201
18202 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * mml.el (mml-content-disposition-alist): New user option.
18205         (mml-content-disposition): New function.
18206         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18207         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18208
18209 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18210
18211         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18212         verification.
18213
18214 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18215
18216         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18217         articles posted in the last 24 hours.
18218
18219 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18220
18221         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18222
18223 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18224
18225         * nntp.el (nntp-send-command): Don't wait for echoes when
18226         nntp-open-ssl-stream is used.
18227
18228 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18231         (gnus-message-add-citation-keywords)
18232         (gnus-message-remove-citation-keywords): Remove.
18233         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18234         directly, make the variables in font-lock-defaults buffer-local, add
18235         gnus-message-citation-keywords to them and then update the value of
18236         font-lock-keywords.
18237
18238 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * message.el (message-cite-original-1): Don't call
18241         gnus-article-highlight-citation.
18242
18243         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18244         citations; fix line count.
18245
18246 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18249         (gnus-message-add-citation-keywords)
18250         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18251         versions of font-lock-add-keywords and font-lock-remove-keywords to
18252         work with XEmacs correctly.
18253
18254 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * gnus-cite.el (gnus-cite-face-list): Set the values of
18257         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18258         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18259         (gnus-message-cite-prefix-regexp): New variable.
18260         (gnus-message-search-citation-line): Use it; protect against long
18261         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18262         the 0th match data for Emacs.
18263         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18264         (gnus-message-add-citation-keywords): Append keywords rather than
18265         prepending; emulate font-lock-add-keywords if it is not available.
18266         (gnus-message-remove-citation-keywords):
18267         Emulate font-lock-remove-keywords if it is not available.
18268
18269         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18270
18271         * message.el (message-cite-prefix-regexp): Set the value of
18272         gnus-message-cite-prefix-regexp.
18273
18274 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18275
18276         * nnweb.el (nnweb-google-parse-1): Update parser.
18277
18278 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18279
18280         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18281
18282 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18283
18284         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18285         regexp.
18286
18287 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18290         string-to-multibyte.
18291         (uudecode-decode-region-internal): Use it.
18292
18293         * lpath.el: Fbind string-as-multibyte for XEmacs.
18294
18295 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18296
18297         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18298         Fix custom choice.
18299
18300         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18301
18302 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18303
18304         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18305
18306         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18307         `write-region' to respect `mm-inhibit-file-name-handlers'.
18308
18309 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18312         Use gnus-home-directory instead of "~/" or "$HOME".
18313
18314 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18315
18316         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18317         to mention filename.
18318         Add comments at beginning regarding usage.
18319         (encrypt-write-file-contents): Change interactive so a string is
18320         acceptable.  If the file has no associated model, show an error instead
18321         of a nonsense prompt.
18322
18323 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18324
18325         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18326         Thanks to Yoshihiko Yamada for kind notification of this typo.
18327
18328 2007-01-12  Kenichi Handa  <handa@m17n.org>
18329
18330         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18331         multibyte buffer.
18332
18333 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18334
18335         * gnus-score.el (gnus-score-fast-scoring): New variable.
18336         (gnus-score-headers): Use it.
18337
18338         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18339
18340         * message.el (message-cite-original-1):
18341         Call gnus-article-highlight-citation if requested.
18342         (message-make-from): Allow name and address as optional arguments.
18343
18344         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18345
18346         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18347         bugs to doc string.
18348         (gnus-button-alist): Add mid\\|message-id.
18349         (gnus-button-fetch-group): Extend for use in
18350         `browse-url-browser-function'.
18351         (gnus-button-url-regexp): Try to catch paired parentheses like in
18352         Wikipedia URLs.
18353
18354         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18355         Suggested by Simon Krahnke <overlord@gmx.li>.
18356
18357 2007-01-13  Romain Francoise  <romain@orebokech.com>
18358
18359         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18360         Update copyright.
18361
18362 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18363
18364         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18365
18366 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18367
18368         * gnus-registry.el (gnus-registry-unfollowed-groups)
18369         (gnus-registry-split-fancy-with-parent): Fix documentation.
18370
18371 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18372
18373         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18374         from nnweb groups.
18375
18376 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18377
18378         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18379         Xref urls.  Erase buffer before requesting head.
18380
18381         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18382
18383 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18384
18385         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18386         customizable.
18387
18388 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18389
18390         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18391         no signing key is found.
18392         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18393         no encrypting and/or signing key is found.
18394
18395 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18398
18399 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18400
18401         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18402         headers read from disk with the ones newly found in the current search.
18403         This should no longer cause problems, because the article numbers in
18404         Gmane's `nov.php' output are ignored since the previous change.
18405
18406 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18407
18408         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18409
18410 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18413         replace-regexp-in-string; bind url-version; fbind display-images-p and
18414         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18415         find-face and set-itimer-function for Emacs; bind itimer-list for
18416         Emacs.
18417
18418         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18419
18420 2007-01-01  Romain Francoise  <romain@orebokech.com>
18421
18422         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18423
18424 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18425
18426         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18427         `define-minor-mode' macro definition expanded properly.
18428         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18429         exclude it there.
18430
18431         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18432         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18433         `fboundp' test.
18434         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18435         This is OK to autoload in (S)XEmacs now.
18436
18437 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18438
18439         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18440         keystroke.
18441         (gnus-summary-limit-to-singletons): Fix typo.
18442
18443         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18444         else fails.
18445
18446 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18447
18448         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18449         docstring.
18450
18451         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18452         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18453         (gnus-summary-insert-dormant-articles): Fix typo in message.
18454
18455 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18456
18457         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18458         nil for XEmacs.
18459         (gnus-message-citation-mode): Don't autoload in XEmacs.
18460
18461         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18462
18463 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18464
18465         * nnimap.el (nnimap-expunge-search-string):
18466         Mention nnimap-search-uids-not-since-is-evil in docstring.
18467
18468 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18469
18470         * spam.el: Revert to make-obsolete-variable because
18471         define-obsolete-variable-alias is not supported in Emacs 21.
18472
18473         * spam.el (spam-ifile-path, spam-ifile-database-path)
18474         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18475         make-obsolete-variable.
18476         (spam-bsfilter-path, spam-bsfilter-program)
18477         (spam-spamassassin-path, spam-spamassassin-program)
18478         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18479         Don't use "path" inappropriately.
18480         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18481         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18482         variable names.
18483
18484 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18485
18486         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18487         summary buffer.
18488
18489         * password.el (password-cache-remove): Use clear-string to burn
18490         password, if available.
18491
18492 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18493
18494         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18495
18496         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18497
18498         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18499         (gnus-message-highlight-citation): Move defcustom here from
18500         gnus-cite.el.
18501         (gnus-message-citation-mode): Autoload.
18502
18503         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18504         checks to make it compile with XEmacs.
18505         (gnus-message-citation-mode): New minor mode.
18506         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18507         (gnus-message-highlight-citation): New variables.
18508         (gnus-message-search-citation-line)
18509         (gnus-message-add-citation-keywords)
18510         (gnus-message-remove-citation-keywords)
18511         (turn-on-gnus-message-citation-mode)
18512         (turn-off-gnus-message-citation-mode): New functions.
18513
18514 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18515
18516         * gnus-cite.el: Enable highlighting of different citation levels in
18517         message-mode.
18518
18519 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18520
18521         * message.el (message-make-fqdn): Fix comment.
18522         (message-bogus-system-names): Add ".local".
18523
18524         * spam.el (spam-ifile-path, spam-ifile-program)
18525         (spam-ifile-database-path, spam-ifile-database)
18526         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18527         Don't use "path" inappropriately.
18528         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18529         strings.
18530         (spam-check-ifile, spam-ifile-register-with-ifile)
18531         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18532         Use new variable names.
18533
18534         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18535         (gnus-treat-display-smileys): Simplify using
18536         gnus-image-type-available-p.
18537
18538         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18539         available.
18540
18541         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18542         Use `display-images-p' if available.
18543
18544 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18545
18546         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18547         one after turning on the buffer's multibyteness instead of decoding
18548         them directly in the unibyte buffer that causes unexpected conversion
18549         in Emacs 23 (unicode).
18550
18551 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18552
18553         * message.el (message-generate-hashcash): Fix custom type.
18554
18555 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18556
18557         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18558
18559 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18562         disconnect icons.  Add help text.
18563
18564 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18565
18566         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18567         negated to be consistent with the others we handle.
18568
18569 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18570
18571         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18572         version of gnus-summary-buffer to something, so that we can use two
18573         article buffers at the same time.
18574
18575 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18576
18577         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18578         trigger all the extra headers.
18579         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18580         sorting.
18581
18582 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18583
18584         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18585         solid groups.
18586
18587 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18588
18589         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18590
18591 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18592
18593         * legacy-gnus-agent.el: Add Copyright notice.
18594
18595 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18596
18597         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18598
18599 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18600
18601         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18602
18603         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18604         to make it work reliably in CVS Emacs.
18605         (gnus-summary-limit-strange-charsets-predicate)
18606         (gnus-summary-limit-to-predicate): New functions.
18607
18608 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18609
18610         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18611         specifying array size.
18612         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18613         array if it is too small.
18614         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18615         (gnus-sort-threads-loop): New function.
18616
18617 2006-12-06  Chris Moore  <dooglus@gmail.com>
18618
18619         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18620         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18621
18622 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18623
18624         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18625         options.
18626
18627 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18628
18629         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18630         DOS-ing the recipient.
18631
18632         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18633         the headers when creating the mapping to avoid mismappings.
18634         (nnweb-gmane-create-mapping): Always nix out old mapping.
18635
18636 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18639         and mm-verify-option to never.
18640
18641 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * message.el (message-signed-or-encrypted-p): New function.
18644         (message-forward-make-body): Use it.
18645
18646         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18647         Replace encode-coding-string with mm-encode-coding-string.
18648
18649 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * nneething.el (nneething-decode-file-name):
18652         Replace decode-coding-string with mm-decode-coding-string.
18653
18654         * gnus-int.el (gnus-open-server): Say failed server's name.
18655
18656 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18657
18658         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18659         strings to a single string.  Quote `errors-file-name'.
18660         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18661         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18662         Adjust calls.  Use `shell-quote-argument'.
18663
18664 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18665
18666         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18667         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18668
18669         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18670         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18671         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18672         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18673         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18674         (gnus-subscribe-newsgroup, gnus-1):
18675         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18676         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18677         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18678         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18679
18680 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18681
18682         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18683         keystroke.
18684         (gnus-summary-limit-to-bodies): Implement headersp.
18685
18686 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18687
18688         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18689
18690 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18693
18694 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18695
18696         * message.el (message-generate-hashcash): Expand range of values to
18697         include `opportunistic'.
18698         (message-send-mail): Use it.
18699
18700 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18701
18702         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18703         and comment it.
18704
18705         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18706
18707 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18708
18709         * gnus-util.el (gnus-extract-address-components): Improve comment.
18710
18711 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * gnus-util.el (gnus-extract-address-components): Work with address in
18714         which the name portion contains @.
18715
18716         * lpath.el: Fbind custom-autoload.
18717
18718 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18719
18720         * gnus.el (gnus-start): Move custom group up.
18721         (gnus-select-method): Don't autoload, but make it available for
18722         `customize-variable'.
18723         (gnus-getenv-nntpserver): Don't autoload.
18724
18725 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18726
18727         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18728
18729 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * message.el (message-sendmail-extra-arguments): New variable.
18732         (message-send-mail-with-sendmail): Use it.
18733
18734 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18737         mm-with-unibyte-current-buffer to make string unibyte.
18738
18739         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18740         mm-string-as-multibyte.
18741
18742 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18743
18744         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18745         Reported by Werner Koch <wk@gnupg.org>.
18746
18747 2006-11-14  Daiki Ueno  <ueno@p360>
18748
18749         * mml2015.el: Autoload epa-select-keys when compiling.
18750
18751 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18752
18753         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18754         message-options.
18755         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18756
18757 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18758
18759         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18760         EasyPG (< 0.0.6).
18761         (mml2015-always-trust): New user option.
18762         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18763         prompt.
18764
18765 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * nntp.el (nntp-authinfo-force): New variable.
18768         (nntp-send-authinfo): Use it.
18769
18770 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18771
18772         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18773         decode encoded words.  Improve prompt.  Add comment about forwarding.
18774         (message-replacement-char): Move up.
18775
18776 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18777
18778         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18779         instead of gnus-intersection because arguments of gnus-sorted-nunion
18780         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18781
18782 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18783
18784         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18785         (message-simplify-subject-functions):
18786         Enable message-strip-subject-encoded-words by default.
18787
18788 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18789
18790         * message.el (message-strip-subject-encoded-words): New function.
18791         (message-simplify-subject-functions): New variable.
18792         (message-simplify-subject): Use it.  Fix typo in doc string.
18793         Support message-strip-subject-encoded-words.
18794
18795 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18796
18797         * gnus-diary.el (gnus-diary-delay-format-function):
18798         * nndiary.el (nndiary-reminders):
18799         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18800
18801 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18802
18803         * gnus-art.el (article-hide-boring-headers): Fetch date from
18804         gnus-original-article-buffer to avoid problems with localized date
18805         strings.
18806
18807 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18810
18811 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18812
18813         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18814         New variables.
18815         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18816         (mm-charset-synonym-alist): Move some entries to
18817         mm-codepage-iso-8859-list.
18818         (mm-charset-synonym-alist, mm-charset-override-alist):
18819         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18820
18821 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18822
18823         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18824
18825 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18826
18827         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18828         with Emacs 21 and XEmacs.
18829
18830 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18831
18832         * spam.el (spam-parse-address): New function for better parsing,
18833         catching errors, etc.
18834         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18835
18836 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18837
18838         * mm-view.el: Add interactive arg to html2text autoload.
18839
18840 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18843
18844 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18847         New variables.
18848         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18849         (mm-charset-synonym-alist): Move some entries to
18850         mm-codepage-iso-8859-list.
18851
18852         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18853
18854 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18855
18856         * message.el (message-citation-line-format)
18857         (message-insert-formated-citation-line): Fix implementation of %E, %N
18858         and %n according to the doc string.
18859
18860 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18861
18862         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18863         Use car-safe to avoid bad parses.
18864
18865 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18868         names.
18869
18870         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18871
18872 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18875         header.
18876
18877         * message.el (message-draft-headers): Add Date.
18878         (message-headers-to-generate): Fix typo in docstring.
18879
18880         * nndraft.el (nndraft-required-headers): New variable.
18881         (nndraft-generate-headers): Use it.
18882
18883         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18884
18885 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18886
18887         * gnus-registry.el (gnus-registry-wash-for-keywords)
18888         (gnus-registry-find-keywords): New functions to allow easy searching of
18889         articles that are in the registry.
18890
18891 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18892
18893         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18894         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18895         Reported by Damien Elmes <damien@repose.cx>.
18896
18897 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18898
18899         * gnus.el (gnus-mime): Remove unused custom group.
18900
18901 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18902
18903         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18904         "blank line" when searching for end of armor headers.
18905
18906 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * gmm-utils.el (gmm-write-region): Fix variable name.
18909
18910 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18911
18912         * gmm-utils.el (gmm-write-region): New function based on compatibility
18913         code from `mm-make-temp-file'.
18914
18915         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18916
18917         * nnmaildir.el (nnmaildir--update-nov)
18918         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18919         Use `gmm-write-region'.
18920
18921 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18922
18923         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18924         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18925
18926         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18927
18928         * message.el (message-replacement-char): New variable.
18929         (message-fix-before-sending): Use it.
18930         (message-simplify-subject): New function to remove duplicate code.
18931         (message-reply, message-followup): Use it.
18932
18933         * gnus-sum.el (gnus-summary-make-menu-bar):
18934         Clarify gnus-summary-limit-to-articles.
18935
18936 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18937
18938         * gnus-util.el (gnus-with-local-quit): New macro.
18939
18940         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18941
18942 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18943
18944         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18945         ignore non-string data.
18946
18947 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18948
18949         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18950         non-string data (needs to be done in the registry too).
18951
18952 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18953
18954         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18955         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18956         (gnus-registry-split-fancy-with-parent)
18957         (gnus-registry-fetch-simplified-message-subject-fast)
18958         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18959         Remove text properties on ingress into the registry and when it's saved.
18960         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18961         registry from entries with no groups.
18962
18963 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18964
18965         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18966         function to remove string properties.
18967
18968 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18969
18970         * gmm-utils.el (gmm): Adjust custom version.
18971
18972         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18973         Adjust custom version.
18974
18975         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18976
18977 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18978
18979         * gnus-art.el (gnus-insert-prev-page-button)
18980         (gnus-insert-next-page-button): Simplify.  Reformat.
18981
18982 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18983
18984         * gnus-art.el (gnus-insert-prev-page-button)
18985         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18986
18987 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18988
18989         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18990
18991 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18992
18993         * gnus-art.el (gnus-insert-mime-button)
18994         (gnus-insert-mime-security-button):
18995         Apply gnus-article-button-face to MIME and security buttons.
18996
18997 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18998
18999         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19000         readable.
19001
19002 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19003
19004         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19005
19006 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19007
19008         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19009         `browse-url-of-file' instead of `browse-url'.
19010
19011 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19012
19013         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19014         regexp.  Articles containing quotation were cut prematurely.
19015
19016 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * message.el (message-cite-original-1): Use nobody by default for the
19019         value of From header.
19020         (message-reply): Ditto.
19021
19022 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19023
19024         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19025         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19026         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19027
19028 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19029
19030         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19031         mails in the doc string.  Add some URLs in comment.
19032         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19033
19034 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19037         backslashes handling and the way to find boundaries of quoted strings.
19038
19039 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19040
19041         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19042         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19043         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19044         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19045
19046 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19047
19048         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19049         doc string.
19050         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19051
19052 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19053
19054         * lpath.el: Fbind epg-check-configuration.
19055
19056 2006-09-06  Simon Josefsson  <jas@extundo.com>
19057
19058         * mml2015.el (mml2015-use): Doc fix, mention epg.
19059
19060 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19061
19062         * mml2015.el (mml2015-use): Default to epg, if available.
19063
19064 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19065
19066         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19067         message-sender.
19068         (mml1991-epg-encrypt): Ditto.
19069         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19070         message-sender.
19071         (mml2015-epg-encrypt): Ditto.
19072
19073 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19074
19075         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19076         several common directories.
19077
19078 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19079
19080         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19081         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19082
19083 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * gnus-art.el (article-decode-encoded-words): Make it fast.
19086
19087 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19090
19091         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19092         in quoted string into `\'.
19093
19094 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19097         Use standard-syntax-table.
19098
19099 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19100
19101         * gnus-art.el (gnus-decode-address-function): New variable.
19102         (article-decode-encoded-words): Use it to decode headers which are
19103         assumed to contain addresses.
19104         (gnus-mime-delete-part): Remove useless `or'.
19105
19106         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19107         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19108         (gnus-nov-parse-line): Use it to decode From header.
19109         (gnus-get-newsgroup-headers): Ditto.
19110         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19111
19112         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19113         (mail-decode-encoded-address-string): New alias.
19114
19115         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19116         New function.
19117         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19118         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19119         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19120         (rfc2047-decode-string): Ditto.
19121         (rfc2047-decode-address-region): New function.
19122         (rfc2047-decode-address-string): New function.
19123
19124 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19125
19126         * message.el (message-caesar-buffer-body): Allow rotating headers.
19127
19128         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19129
19130         * message.el (message-insert-formated-citation-line): Fix %f.
19131         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19132
19133 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19134
19135         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19136         (gnus-bookmark-mouse-available-p): New macro.
19137         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19138         (gnus-bookmark-bmenu-show-infos): Use it.
19139         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19140         (gnus-bookmark-bmenu-hide-infos): Ditto.
19141         (gnus-bookmark-remove-properties): New function.
19142         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19143         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19144         (gnus-bookmark-write-file): Bind coding-system-for-write.
19145         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19146         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19147         group before selecting it.
19148         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19149         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19150         quit-window if it is not available; use gnus-mouse-2 and bind it to
19151         gnus-bookmark-bmenu-select-by-mouse.
19152         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19153         (gnus-bookmark-bmenu-select-by-mouse): New function.
19154
19155 2006-08-13  Romain Francoise  <romain@orebokech.com>
19156
19157         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19158         space.
19159
19160 2006-08-10  Romain Francoise  <romain@orebokech.com>
19161
19162         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19163         (dns-mode-soa-auto-increment-serial): New user option.
19164         (dns-mode-soa-maybe-increment-serial): New function.
19165         (dns-mode): Add the latter to `write-contents-functions'.
19166
19167 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19168
19169         * compface.el (uncompface): Use binary rather than raw-text-unix.
19170
19171 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19172
19173         * compface.el (uncompface): Make sure the eol conversion doesn't take
19174         place when communicating with the external programs.
19175         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19176
19177 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19180
19181 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19182
19183         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19184         Make it more robust by parsing author and date independently.
19185
19186 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19189
19190 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19191
19192         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19193         first matching secret key.
19194         (mml2015-epg-encrypt): Ditto.
19195
19196         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19197         first matching secret key.
19198         (mml1991-epg-encrypt): Ditto.
19199
19200         * mml2015.el (mml2015-encrypt-to-self): New user option.
19201         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19202         mml2015-epg-encrypt-to-self is set.
19203
19204         * mml1991.el (mml1991-encrypt-to-self): New variable.
19205         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19206         mml1991-epg-encrypt-to-self is set.
19207
19208         * mml2015.el (mml2015-signers): New user option.
19209         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19210         (mml2015-epg-encrypt): Allow to select signing keys.
19211
19212         * mml1991.el (mml1991-signers): New variable.
19213         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19214         (mml1991-epg-encrypt): Allow to select signing keys.
19215
19216 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19217
19218         * nnheader.el (nnheader-insert-head): Make it work even if the file
19219         uses CRLF for the line-break code.
19220
19221 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19222
19223         * mml2015.el: Require mml-sec instead of password.
19224         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19225         (mml2015-cache-passphrase): Inherit the default value from
19226         mml-secure-cache-passphrase.
19227         (mml2015-passphrase-cache-expiry): Inherit the default value from
19228         mml-secure-passphrase-cache-expiry.
19229
19230         * mml1991.el: Require mml-sec instead of password.
19231         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19232         (mml1991-cache-passphrase): Inherit the default value from
19233         mml-secure-cache-passphrase.
19234         (mml1991-passphrase-cache-expiry): Inherit the default value from
19235         mml-secure-passphrase-cache-expiry.
19236
19237         * mml-sec.el: Require password.
19238         (mml-secure-verbose): New user option.
19239         (mml-secure-cache-passphrase): New user option.
19240         (mml-secure-passphrase-cache-expiry): New user option.
19241
19242 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19243             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19244
19245         * pgg-def.el (pgg-truncate-key-identifier):
19246         Truncate the key ID to 8 letters from the end.
19247
19248 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19249
19250         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19251         workaround for the url package included with Emacs.
19252
19253         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19254
19255 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19258         correctly.  This fixes a bug caused by the 2006-05-12 change.
19259
19260 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19261
19262         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19263         some information about the error when saying that the `bogus' mail
19264         group will be used.
19265
19266 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19267
19268         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19269         string.
19270
19271 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19272
19273         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19274
19275 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19276
19277         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19278
19279 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19280
19281         * mml1991.el (mml1991-function-alist): Add epg.
19282         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19283         (mml1991-epg-encrypt): New functions.
19284
19285 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19286
19287         * mml2015.el (mml2015-verbose): New variable.
19288         (mml2015-cache-passphrase): Ditto.
19289         (mml2015-passphrase-cache-expiry): Ditto.
19290         (mml2015-function-alist): Add epg.
19291         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19292         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19293         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19294         New functions.
19295
19296 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19297
19298         * message.el (message-cite-original-1): Preserve region when removing
19299         quoted text due to X-No-Archive in order to avoid bogus attribution
19300         when citing multiple messages.
19301
19302 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19303
19304         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19305         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19306
19307 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19308
19309         * gnus-diary.el (gnus-user-format-function-d)
19310         (gnus-user-format-function-D): Autoload.
19311
19312         * imap.el (Commentary): Fix typo.
19313
19314         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19315         2006-04-22 contribution.
19316
19317 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19318
19319         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19320         It didn't really fix the bogosity I'm seeing with solid web groups.
19321
19322 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19323
19324         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19325         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19326         created using server names.  If we use the feature without declaring
19327         it, Gnus does not properly manage server and group state.
19328
19329         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19330         bound.
19331
19332 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19333
19334         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19335         looking up the method using GROUP's prefix before inventing a new one.
19336         It is used on killed/unknown groups in various places where returning
19337         an all-new method isn't expected by the caller.
19338
19339         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19340         and match semantics of gnus-group-real-prefix.
19341
19342 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19343
19344         * nnmail.el (nnmail-broken-references-mailers): New variable.
19345         (nnmail-ignore-broken-references): New function generalizing
19346         nnmail-fix-eudora-headers.
19347         (nnmail-fix-eudora-headers): Now obsolete.
19348
19349         * gnus-art.el (gnus-button-handle-custom):
19350         Support `customize-apropos*'.
19351
19352 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19353
19354         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19355
19356         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19357         articles.
19358
19359 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19360
19361         * message.el (message-cite-reply-above): New variable.
19362         (message-yank-original): Use it.
19363
19364 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19365
19366         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19367
19368 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19369
19370         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19371         as read.
19372
19373         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19374
19375 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19378         (gnus-bookmark-default-file): Use gnus-directory.
19379         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19380         Remove "*" in doc string.
19381         (gnus-bookmark-write-file): Simplify.
19382         (gnus-bookmark-maybe-sort-alist): Use `when'.
19383         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19384         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19385         Add FIXME about Emacs 21 and XEmacs compatibility.
19386         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19387         compatibility.
19388         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19389         compatibility.
19390         (gnus-bookmark-menu-heading): Fix version.
19391
19392 2006-06-19  Bastien Guerry  <bzg@altern.org>
19393
19394         * gnus-bookmark.el: New file.
19395
19396 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19397
19398         * message.el (message-syntax-checks): Doc fix.
19399
19400 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19401
19402         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19403         unsubscribed groups as if they were killed ones.  It causes duplicate
19404         entries in gnus-newsrc-alist.
19405
19406 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * message.el (message-syntax-checks): Doc fix.
19409         (message-send-mail): Add check for continuation headers.
19410         (message-check-news-header-syntax): Fix regexp used to check for
19411         continuation headers.
19412
19413 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19414
19415         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19416
19417 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19418
19419         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19420
19421 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19422
19423         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19424         default-truncate-lines.
19425
19426 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19427
19428         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19429         to fill the utf-8 entry.
19430
19431         * lpath.el: Fbind unicode-precedence-list.
19432
19433 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19434
19435         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19436
19437 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19438
19439         * gnus-agent.el (directory-files-and-attributes): Move all the way
19440         forward (the third and final move).
19441         (gnus-agent-read-agentview): Trap reconstruction errors due to
19442         nonexistent directory.  Handle by returning nil.
19443
19444 2006-05-30  Didier Verna  <didier@xemacs.org>
19445
19446         * message.el (message-dont-reply-to-names): Update the custom type.
19447         * message.el (message-dont-reply-to-names): New defsubst: potentially
19448         convert a list of regexps into a single one.
19449         * message.el (message-get-reply-headers): Use it.
19450         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19451
19452 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * gnus-agent.el (directory-files-and-attributes): Move forward.
19455
19456 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19457
19458         * gnus-ml.el (gnus-mailing-list-subscribe)
19459         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19460         (gnus-mailing-list-message): Fix doc strings.
19461
19462 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19463
19464         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19465         of doing it manually.
19466
19467 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19468
19469         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19470         comment.
19471
19472 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19473
19474         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19475         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19476         (gnus-agent-read-local): All symbols allocated in my-obarray.
19477         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19478         (gnus-agent-regenerate-group): Check numeric names to see if they are
19479         messages or groups.
19480         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19481         better way of do this...)
19482
19483         * gnus-cache.el (gnus-agent-total-fetched-for):
19484         Ignore 'dummy.group' (there should be a better way of do this...)
19485
19486 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19489         (gnus-saved-headers): Ditto.
19490         (gnus-default-article-saver): Mention functions may have properties.
19491         (gnus-article-save): Override gnus-save-all-headers and
19492         gnus-saved-headers by :headers property which saver function may have.
19493         (gnus-summary-save-in-file): Add :headers property.
19494         (gnus-summary-write-to-file): Ditto.
19495
19496         * gnus-sum.el (gnus-summary-save-article): Bind
19497         gnus-prompt-before-saving to t when saving many articles in a file;
19498         always show all headers.
19499
19500         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19501
19502 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19503
19504         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19505         marks.
19506
19507         * message.el (message-indent-citation): Add optional arguments to allow
19508         using it outside of message buffers.
19509
19510         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19511         (gnus-article-treat-unfold-headers): Use it.
19512         (gnus-article-truncate-lines): New variable.
19513         (gnus-article-mode): Use it.
19514         (gnus-article-toggle-truncate-lines): New function.
19515
19516         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19517         Add gnus-article-toggle-truncate-lines.
19518
19519         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19520         coding system in XEmacs, use binary.
19521
19522 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19523
19524         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19525         after-load-alist.
19526
19527         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19528         this function should save decoded articles.
19529         (gnus-summary-write-to-file): Use property to specify this function
19530         should save decoded articles and specify gnus-summary-save-in-file
19531         should be used to save articles other than the first one when saving
19532         many articles.
19533         (gnus-summary-save-body-in-file): Use property to specify this
19534         function should save decoded articles.
19535         (gnus-summary-write-body-to-file): Use property to specify this
19536         function should save decoded articles and specify
19537         gnus-summary-save-body-in-file should be used to save articles other
19538         than the first one when saving many articles.
19539
19540         * gnus-sum.el (gnus-summary-save-article): Simplify.
19541
19542 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * gnus-art.el (gnus-default-article-saver):
19545         Add gnus-summary-write-body-to-file.
19546         (gnus-article-save-coding-system): Don't use coding system object
19547         in XEmacs.
19548         (gnus-read-save-file-name): Add optional `dir-var' argument which
19549         specifies directory in which files are saved; work even if optional
19550         `variable' argument is not specified.
19551         (gnus-summary-write-to-file): Read file name.
19552         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19553         (gnus-summary-write-body-to-file): New function.
19554
19555         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19556         (gnus-summary-local-variables): Add it.
19557         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19558         (gnus-summary-save-article): Remove optional `decode' argument;
19559         determine whether to decode articles by the value of
19560         gnus-default-article-saver; when saving many files using
19561         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19562         it first and use gnus-summary-save-in-file or
19563         gnus-summary-save-body-in-file thereafter unless
19564         gnus-prompt-before-saving is always; move point to article which
19565         will be saved.
19566         (gnus-summary-save-article-file): Revert.
19567         (gnus-summary-write-article-file): Revert.
19568         (gnus-summary-save-article-body-file): Revert.
19569         (gnus-summary-write-article-body-file): New function.
19570
19571 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19572
19573         * gnus-art.el (gnus-default-article-saver): Doc fix.
19574         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19575         from gnus-summary-save-article-coding-system, and default to a
19576         certain coding system.
19577         (gnus-output-to-file): Add coding cookie and encode text according
19578         to gnus-article-save-coding-system; don't use mm-append-to-file.
19579
19580         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19581         gnus-art.el and rename to gnus-article-save-coding-system.
19582         (gnus-summary-save-article): Require gnus-art; don't show all
19583         headers if it decodes articles; don't add coding cookie here;
19584         don't bind mm-text-coding-system-for-write.
19585         (gnus-summary-save-article-file): Save decoded articles.
19586         (gnus-summary-write-article-file): When saving many files, use
19587         gnus-summary-write-to-file first and gnus-summary-save-in-file
19588         thereafter unless gnus-prompt-before-saving is always.
19589         (gnus-summary-save-article-body-file): Save decoded articles.
19590
19591         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19592
19593 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19594
19595         * nnrss.el (nnrss-check-group): Bind hash-index.
19596
19597 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19598
19599         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19600         its hash index.  Store this hash in `nnrss-group-data'.
19601         (nnrss-read-group-data): Update accordingly.
19602
19603 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19604
19605         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19606         entry.
19607
19608         * gnus-sum.el (gnus-summary-make-menu-bar):
19609         Add gnus-article-browse-html-article.
19610
19611 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19612
19613         * gnus-sum.el (gnus-summary-mime-map):
19614         Add gnus-article-browse-html-article.
19615
19616         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19617
19618 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19619
19620         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19621         suitable coding systems in customize.
19622
19623 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * mail-source.el (mail-sources): Fix custom type.
19626
19627 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19628
19629         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19630         (gnus-summary-expire-articles-now): Shorten prompt.
19631
19632         * gmm-utils.el (wid-edit): Require.
19633         (defun-gmm): Rename from `gmm-defun-compat'.
19634         (gmm-image-search-load-path): Use it.
19635         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19636
19637 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19638
19639         * gnus-sum.el (gnus-summary-save-article-coding-system):
19640         New variable.
19641         (gnus-summary-save-article): Add optional `decode' argument.
19642         If it is set and gnus-summary-save-article-coding-system is non-nil,
19643         save decoded article.
19644         (gnus-summary-write-article-file): Save decoded article if
19645         gnus-summary-save-article-coding-system is non-nil.
19646
19647         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19648         type.
19649
19650 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19653
19654 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19655
19656         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19657         first to test gnus-single-article-buffer which may be buffer-local.
19658
19659         * gnus-sum.el (gnus-summary-setup-buffer):
19660         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19661         group; make gnus-article-buffer, gnus-article-current, and
19662         gnus-original-article-buffer always buffer-local.
19663         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19664         group.
19665         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19666
19667 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19668
19669         * nnml.el (nnml-request-compact-group): Compressed files might not
19670         have .gz extension.
19671
19672 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19673
19674         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19675         (mm-copy-to-buffer): Use with-current-buffer.
19676         (mm-display-part): Simplify.
19677         (mm-inlinable-p): Add optional arg `type'.
19678
19679 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19680
19681         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19682         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19683         Try harder to show the attachment internally or externally using
19684         gnus-mime-view-part-as-type.
19685
19686 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19687
19688         * message.el (message-from-style, message-signature-separator)
19689         (message-user-organization-file, message-send-mail-function)
19690         (message-citation-line-function, message-yank-prefix)
19691         (message-indent-citation-function, message-signature)
19692         (message-signature-file, message-signature-insert-empty-line):
19693         Remove autoloads.
19694
19695         * gnus-art.el (gnus-buttonized-mime-types):
19696         Remove "multipart/signed".  Revert 2006-04-26 change.
19697
19698 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19699
19700         * gnus.el (gnus-version-number): Bump version.
19701
19702 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19703
19704         * gnus.el: No Gnus v0.5 is released.
19705
19706 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19707
19708         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19709         fetching articles by message-id.
19710
19711 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19712
19713         * message.el (hashcash): Require hashcash as normal.
19714
19715         * ecomplete.el (ecomplete-highlight-match-line):
19716         Use point-at-eol.
19717         (ecomplete-highlight-match-line): Use `highlight', because that
19718         face exists in both Emacs and XEmacs.
19719
19720         * message.el (message-display-abbrev): Use point-at-bol.
19721
19722         * mail-source.el: Don't require timer/timer-funcs.
19723
19724         * gnus-async.el: Ditto.
19725
19726         * password.el: Ditto.
19727
19728         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19729
19730         * mm-url.el: Ditto.
19731
19732         * gnus-xmas.el: Don't require timer-funcs.
19733
19734         * mm-util.el: Require timer/timer-funcs.
19735
19736 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19737
19738         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19739         Close.
19740
19741 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19742
19743         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19744         unibyte after clear-decrypt function runs.
19745
19746         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19747         returns as a unibyte string.
19748
19749 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * lpath.el: Revert.
19752
19753         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19754         (pgg-gpg-process-sentinel): Revert.
19755
19756         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19757         (pgg-pgp-lookup-key): Revert.
19758
19759         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19760         (pgg-pgp5-lookup-key): Revert.
19761
19762         * pgg.el (pgg-fetch-key): Revert.
19763
19764 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * lpath.el: Fbind string-as-multibyte for XEmacs.
19767
19768         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19769         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19770         (mml1991-pgg-encrypt): Ditto.
19771
19772         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19773         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19774         a multibyte buffer.
19775
19776         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19777         (pgg-pgp-lookup-key): Ditto.
19778
19779         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19780         (pgg-pgp5-lookup-key): Ditto.
19781
19782         * pgg.el (pgg-fetch-key): Ditto.
19783
19784 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19785
19786         * message.el (message-user-organization-file): Check several
19787         locations of the organization file.
19788
19789         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19790         Add gnus-article-view-part-as-type.
19791
19792         * gnus-art.el (gnus-article-view-part-as-type): New function.
19793
19794         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19795         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19796
19797         * mml.el: Simplify autoload.
19798         (mml-mode): defvar dnd-protocol-alist instead of using
19799         symbol-value.
19800         (mml-default-directory): New variable.
19801         (mml-minibuffer-read-file): Use it.
19802         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19803
19804         * message.el (message-citation-line-format): New variable.
19805         (message-insert-formated-citation-line): New function.
19806         (message-citation-line-function):
19807         Add `message-insert-formated-citation-line' to custom type.
19808
19809         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19810         to doc string.
19811
19812         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19813         depending on mm-verify-option.
19814
19815 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19816
19817         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19818         binding pgg-* variables; reimplement the section which prevents
19819         MIME header from being signed.
19820         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19821         pgg-text-mode; remove a blank line at the top of body.
19822
19823         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19824         lines at the top of body; use gnus-newsgroup-charset if there's no
19825         Charset header.
19826
19827 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19828
19829         * message.el (message-self-insert-commands): Doc fix.
19830
19831         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19832         (mm-uu-pgp-encrypted-test): Ditto.
19833         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19834         between header and body; return application/pgp-encrypted handle
19835         if decryption failed; decode decrypted body by charset.
19836
19837         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19838         element match to application/pgp-*.
19839
19840 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19841
19842         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19843         HTML.
19844
19845 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19846
19847         * mail-source.el (mail-source-call-script): Message the error
19848         string.
19849
19850 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19851
19852         * gnus-util.el (gnus-byte-compile): Use it.
19853
19854 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19855
19856         * gnus-util.el (kill-empty-logs): New function.
19857
19858 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19859
19860         * message.el (message-mail-alias-type): Doc fix.
19861         (message-mail-alias-type-p): New function.
19862         (message-send): Use it.
19863         (message-mode): Ditto.
19864         (message-strip-forbidden-properties): Ditto.
19865
19866         * ecomplete.el (ecomplete-database-file-coding-system):
19867         New variable.
19868         (ecomplete-save): Use it.
19869         (ecomplete-setup): Use it.
19870
19871 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * message.el (message-self-insert-commands): New variable.
19874         (message-strip-forbidden-properties): Use it.
19875
19876 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19877
19878         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19879         that doesn't make XEmacs choke.
19880
19881 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19882
19883         * gnus-util.el (gnus-replace-in-string):
19884         Prefer replace-regexp-in-string over of replace-in-string.
19885
19886 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19887
19888         * gnus-util.el (gnus-select-frame-set-input-focus):
19889         Use select-frame-set-input-focus if it is available in XEmacs; use
19890         definition defined in Emacs 22 for old Emacsen.
19891
19892         * dgnushack.el: Autoload unmorse-region for XEmacs.
19893
19894         * lpath.el: Bind cursor-in-non-selected-windows and
19895         select-frame-set-input-focus for XEmacs.
19896
19897 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19898
19899         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19900
19901 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19902
19903         * gnus-registry.el (gnus-registry-cache-save): Remove text
19904         properties when saving via the temp buffer.
19905
19906 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19907
19908         * message.el (message-generate-hashcash): Honor custom type.
19909
19910 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19911
19912         * message.el (message-generate-hashcash): Default to non-nil when
19913         hashcash is found.
19914
19915         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19916         (gnus-refer-thread-limit): Increase default to 500.
19917
19918         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19919
19920         * flow-fill.el (fill-flowed): Allow delete-space.
19921
19922 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19923
19924         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19925         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19926         Remove autoloads.
19927
19928 2006-04-18  Simon Josefsson  <jas@extundo.com>
19929
19930         * message.el (message-generate-hashcash): Default to.
19931
19932 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19933
19934         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19935         concatenating segments rather than before concatenating them.
19936
19937 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19938
19939         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19940
19941 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19942
19943         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19944
19945         * message.el (message-forward-make-body-plain):
19946         Allow message-forward-ignored-headers to be a list.
19947         (message-remove-ignored-headers): Factor out into function.
19948         (message-forward-make-body-mml): Use it.
19949
19950         * imap.el (imap-quote-specials): New function.
19951         (imap-login-auth): Quote specials.
19952
19953         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19954         (rfc2231-parse-string): Allow concatanation of parameters that
19955         aren't contiguous.  The test case is
19956           (mail-header-parse-content-type "message/external-body;
19957             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19958             access-type=LOCAL-FILE;
19959             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19960
19961 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19962
19963         * nntp.el (nntp-accept-process-output): Return the value of
19964         `nnheader-accept-process-output'.
19965
19966 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19967
19968         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19969         (gnus-button-alist): Recognize more diff formats.
19970         (gnus-button-patch): Strip directory.
19971
19972 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19973
19974         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19975         Emacs 22 when setting focus.
19976
19977 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19978
19979         * gnus-art.el (gnus-article-treat-types): Do treatment of
19980         text/x-verbatim parts.
19981         (gnus-button-patch): New command.
19982
19983         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19984         addresses that contain invalid characters.
19985
19986 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19987
19988         * message.el (message-put-addresses-in-ecomplete):
19989         Use gnus-replace-in-string.
19990         (message-is-yours-p): Use the more correct
19991         mail-header-parse-address instead of
19992         mail-extract-address-components.
19993         (message-put-addresses-in-ecomplete): Fix typo.
19994
19995         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19996         keystroke.
19997
19998         * gnus-art.el (gnus-treatment-function-alist): Change order of
19999         newsgroups/generic header folding to avoid double-folding.
20000
20001         * message.el (message-hidden-headers): Add X-Draft-From.
20002
20003         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20004         New command.
20005         (gnus-summary-repeat-search-article-backward): New command.
20006
20007         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20008         groups in the parent topic.
20009
20010 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20011
20012         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20013         (spam-extra-header-to-number): Return the CRM114 number as a
20014         number instead of a string.
20015
20016 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20017
20018         * gnus-art.el (gnus-face-properties-alist): Move here from
20019         gnus-fun.
20020
20021         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20022
20023 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20024
20025         * message.el (message-strip-forbidden-properties): Only display on
20026         self-insert-command.
20027
20028         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20029         reindent.
20030         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20031
20032 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20033
20034         * smiley.el (smiley-style): Fix typo.
20035
20036 2006-03-23  Kenichi Handa  <handa@m17n.org>
20037
20038         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20039         instead of set-buffer-multibyte.
20040
20041 2006-03-23  Kenichi Handa  <handa@m17n.org>
20042
20043         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20044         buffer and then decode the buffer text if necessary.
20045         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20046         first, and after mm-encode-body, change the buffer to unibyte.
20047
20048 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20049
20050         * hashcash.el (hashcash-insert-payment-async-2):
20051         Use message-goto-eoh instead of doing it manually.
20052         (mail-add-payment): Use message-narrow-to-header instead of trying
20053         to do the same itself.
20054
20055         * message.el (message-hidden-headers): Add Face.
20056
20057         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20058         reparenting code.
20059         (gnus-summary-reparent-children): Refactored out code.
20060         (gnus-summary-thread-map): New keystroke.
20061         (gnus-summary-reparent-children): Make into command.
20062
20063         * smiley.el (smiley-style): Default to `medium' if using a large
20064         font.
20065
20066         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20067         does it itself.
20068
20069         * message.el (message-point-in-header-p): Simplify definition.
20070
20071 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20072
20073         * nnagent.el (nnagent-request-set-mark): Silence log file
20074         writing.
20075         (nnagent-request-set-mark): Use write-region instead of
20076         append-to-file.
20077
20078         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20079         strange select method.
20080
20081         * ecomplete.el (ecomplete-display-matches): Get highlightling
20082         right.
20083         (ecomplete-display-matches): Use literals.
20084         (ecomplete-display-matches): Disable message logging.
20085
20086         * message.el (message-display-abbrev): Small optimization.
20087
20088         * ecomplete.el (ecomplete-display-matches): Allow automatic
20089         display.
20090
20091         * message.el (message-strip-forbidden-properties):
20092         Display abbrevs.
20093         (message-display-abbrev): Get automatic display right.
20094
20095         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20096         keystrokes.
20097
20098 2006-04-13  Romain Francoise  <romain@orebokech.com>
20099
20100         TODO: Backport to v5-10!
20101
20102         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20103         Move here (and rename) from gnus-registry.el.
20104
20105         * gnus-registry.el: Require gnus-util.
20106         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20107
20108 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20109
20110         * gnus-group.el (gnus-group-catchup-current):
20111         Change if-then-else-if-then-else into cond.
20112         (gnus-group-catchup): Indent.
20113         (group-name-at-point): New function.
20114         (gnus-fetch-group): Provide default from thing at point.
20115
20116 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20117
20118         * message.el (message-display-abbrev): Fix regexp.
20119
20120         * ecomplete.el (ecomplete-highlight-match-line):
20121         Reimplement choosing.
20122         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20123         dead variables.
20124
20125         * message.el (message-newline-and-indent): Remove debugging.
20126         (message-display-abbrev): Use new implementation.
20127
20128 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20129
20130         * gnus-art.el (gnus-article-mode):
20131         Set cursor-in-non-selected-windows to nil.
20132
20133         * smiley.el: Revert previous change.
20134         (smiley-data-directory): defvar it before using it in the
20135         defcustom of `smiley-style'.
20136
20137 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20138
20139         * message.el (message-newline-and-indent): New function.
20140
20141         * ecomplete.el: Implement more bits.
20142
20143         * message.el (message-put-addresses-in-ecomplete): Clean up the
20144         string.
20145
20146         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20147
20148         * gnus-sum.el (gnus-summary-save-parts):
20149         Bind gnus-summary-save-parts-counter and use it to make unique file
20150         names.
20151
20152         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20153
20154         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20155         parameter to say whether to actually parse the individual
20156         addresses.
20157
20158         * message.el (message-put-addresses-in-ecomplete): New function.
20159         (ecomplete): Require.
20160         (message-mail-alias-type): Add ecomplete as an option.
20161
20162 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20163
20164         * flow-fill.el (fill-flowed): Remove trailing space from blank
20165         quoted lines.
20166
20167 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20168
20169         * smiley.el (smiley-style): Move definition later to avoid a
20170         compilation warning.
20171
20172 2006-04-12  Kenichi Handa  <handa@m17n.org>
20173
20174         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20175         buffer and then decode the buffer text if necessary.
20176         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20177         first, and after mm-encode-body, change the buffer to unibyte.
20178         Use mm-disable-multibyte instead of set-buffer-multibyte.
20179
20180 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20183         Content-Type header instead of Content-Disposition header.
20184         (gnus-mime-inline-part): Ditto.
20185         (gnus-mime-view-part-as-charset): Ignore charset that the part
20186         specifies.
20187
20188         * mm-decode.el (mm-display-part): Work with external parts and
20189         usual parts similarly.
20190
20191         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20192         instead of gnus-display-mime.
20193
20194         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20195         instead of with-temp-buffer.
20196
20197         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20198         tag to summarized topics part in order to encode non-ASCII text.
20199
20200 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20201
20202         * smiley.el (smiley-style): New variable.
20203         (smiley-directory): New function.
20204         (smiley-data-directory): Derive from `smiley-style' using
20205         `smiley-directory'.
20206         (smiley-regexp-alist): Add new entries.
20207
20208         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20209         (gnus-article-browse-delete-temp): Add :version.
20210
20211 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20212
20213         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20214         the sieve region.
20215
20216 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20217
20218         * gnus.el (gnus-version-number): Bump version.
20219
20220 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20221
20222         * gnus.el: No Gnus v0.4 is released.
20223
20224 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20225
20226         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20227         layout.
20228
20229         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20230         unknown charset.
20231
20232         * message.el (message-header-synonyms): Add Original-To to the
20233         default.
20234
20235         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20236         optional parameter.
20237
20238 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20239
20240         * gnus-fun.el (gnus): Require it for gnus-directory.
20241
20242 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20243
20244         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20245
20246 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20247
20248         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20249
20250 2006-04-05  Simon Josefsson  <jas@extundo.com>
20251
20252         * password.el (password-reset): New function.
20253
20254 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20255
20256         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20257         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20258
20259 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20260
20261         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20262         Some whitespace was matched into the url, which broke browsing hits
20263         > 100 when mm-url-use-external was nil.
20264
20265 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20266
20267         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20268         Check gnus-extra-headers for 'Newsgroups.
20269
20270         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20271         bound.
20272
20273 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20274
20275         * pgg-gpg.el: Clean up process buffers every time gpg processes
20276         complete.
20277
20278 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20279
20280         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20281         doc string.
20282
20283 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20284
20285         * pgg-gpg.el (pgg-gpg-process-filter)
20286         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20287
20288         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20289         lines, temporary fix.
20290
20291 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20292
20293         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20294
20295 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20296
20297         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20298         default-enable-multibyte-characters.  This reverts the change from
20299         revision 6.17 which is no longer necessary because the passphrase
20300         is sent separately now.  GnuPG messages are unreadable under
20301         multibyte locales with default-enable-multibyte-characters set to
20302         nil.
20303
20304 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20305
20306         * message.el (message-tool-bar-gnome): Move "spell".
20307
20308 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20309
20310         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20311         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20312         instead.
20313
20314 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20315
20316         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20317         Improve newsgroups handling for NNTP overviews which don't include
20318         Newsgroups.
20319
20320 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20321
20322         * message.el (message-resend): Bind message-generate-hashcash to nil.
20323
20324 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20325
20326         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20327         when searching for already-paid recipients.
20328
20329 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20330
20331         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20332         passphrases when it is not needed.
20333         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20334         passphrase stuff from gpg, should only be necessary when you use
20335         gpg with a smartcard.
20336
20337 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20338
20339         * mml.el (mml-insert-mime): Ignore cached contents of
20340         message/external-body part.
20341
20342         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20343         (mm-insert-part): Ditto.
20344
20345 2006-03-23  Simon Josefsson  <jas@extundo.com>
20346
20347         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20348         Reiner.
20349         (pgg-gpg-use-agent-p): Use it again.
20350
20351 2006-03-23  Simon Josefsson  <jas@extundo.com>
20352
20353         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20354         older emacsen.
20355         (pgg-gpg-use-agent-p): Don't use it.
20356
20357 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20358
20359         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20360         if we can.
20361
20362 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20363
20364         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20365         (pgg-gpg-update-agent): New function.
20366         (pgg-gpg-use-agent-p): New function.
20367         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20368         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20369         (pgg-gpg-sign-region): Use it.
20370
20371 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20374         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20375
20376 2006-03-21  Simon Josefsson  <jas@extundo.com>
20377
20378         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20379         <wilde@sha-bang.de>.
20380         (pgg-gpg-use-agent): New variable.
20381         (pgg-gpg-process-region): Use it.
20382         (pgg-gpg-encrypt-region): Likewise.
20383         (pgg-gpg-encrypt-symmetric-region): Likewise.
20384         (pgg-gpg-decrypt-region): Likewise.
20385         (pgg-gpg-sign-region): Likewise.
20386         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20387
20388 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20389
20390         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20391
20392         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20393         Add comment on version.
20394
20395 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20396
20397         * smiley.el: Add missing test smiley.
20398
20399 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20400
20401         * mm-decode.el (mm-with-part): New macro.
20402         (mm-get-part): Use it; work with message/external-body as well.
20403         (mm-save-part): Treat name and filename equally.
20404
20405         * mm-extern.el (mm-extern-cache-contents): New function.
20406         (mm-inline-external-body): Use it; force the part to be displayed;
20407         move undisplayer added to the cached handle to the parent.
20408
20409         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20410         (gnus-mime-view-part-as-type): Work with message/external-body.
20411
20412         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20413
20414 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20415
20416         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20417         images in image-load-path.  [Sync with image.el, revision 1.60, in
20418         Emacs.]
20419
20420 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20421
20422         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20423         path rather than symbol.  Always return list of directories.
20424         Guarantee that image directory comes first.  [Sync with image.el,
20425         revision 1.59, in Emacs.]
20426
20427         * message.el (message-make-tool-bar): Adjust to new API of
20428         `gmm-image-load-path-for-library'.
20429
20430         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20431
20432         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20433
20434 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20435
20436         * gnus-art.el (gnus-article-only-boring-p):
20437         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20438         intangible text.
20439         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20440
20441 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20442
20443         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20444         Use `defun' instead of `gmm-defun-compat'.
20445
20446 2006-03-14  Simon Josefsson  <jas@extundo.com>
20447
20448         * message.el (message-unique-id): Don't use message-number-base36
20449         if (user-uid) is a float.
20450         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20451
20452 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20453
20454         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20455
20456         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20457         empty line between a part and a message part.
20458
20459 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20460
20461         * smiley.el: Add more test smileys.
20462         (smiley-data-directory, smiley-regexp-alist)
20463         (gnus-smiley-file-types): Fix doc strings.
20464         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20465         adding new elements.
20466         (smiley-mouse-map): Unused code.  Make it a comment.
20467
20468 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20469
20470         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20471         scan latest NoCeM messages instead of old ones.
20472         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20473         delimiters that are recently used.
20474         (gnus-nocem-load-cache): Add autoload cookie.
20475
20476         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20477
20478         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20479         level which is larger than gnus-use-nocem is specified.
20480
20481         * gnus-group.el (gnus-group-get-new-news): Ditto.
20482
20483 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20484
20485         * gnus-util.el (gnus-tool-bar-update): New function.
20486
20487         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20488         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20489
20490         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20491
20492         * gnus-group.el (gnus-group-redraw-when-idle)
20493         (gnus-group-redraw-check): Remove.
20494         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20495
20496 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20497
20498         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20499         if optional last element is specified in splits (FIELD VALUE...).
20500
20501 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20502
20503         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20504         to gmm-image-load-path-for-library.  Call with no-error argument.
20505         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20506
20507         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20508
20509         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20510
20511         * gmm-utils.el (gmm-image-load-path): Remove alias.
20512
20513 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20514
20515         * gmm-utils.el (gmm-image-load-path): Add alias.
20516
20517         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20518         nnml-generate-nov-databases-1.
20519         (nnml-generate-nov-databases): Use it.
20520         (nnml-generate-nov-databases-directory): Document no-active
20521         argument.
20522
20523         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20524         directory if path is t.  Add no-error.
20525
20526         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20527         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20528
20529         * gnus-art.el (gnus-article-browse-delete-temp-files):
20530         Simplify resetting gnus-article-browse-html-temp-list.
20531
20532         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20533         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20534         Add example to docstring.  Rename local variables.  Move error
20535         checks to default case in cond and simplify.
20536
20537 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20538
20539         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20540         handle is multipart when calling it recursively.
20541         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20542
20543 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20544
20545         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20546         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20547
20548 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20549
20550         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20551         is loaded.
20552
20553         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20554         loaded.
20555
20556 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20557
20558         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20559         to "Emacs 23 (unicode)" in doc string.
20560
20561         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20562         "Emacs 23 (unicode)" in comment.
20563
20564 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20565
20566         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20567
20568         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20569         characters 160 through 255 in Emacs 23.
20570
20571 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20572
20573         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20574         gnus-article-browse-html-temp.
20575         (gnus-article-browse-delete-temp): Make it customizable.
20576         Add `file'.  Adjust doc string.
20577         (gnus-article-browse-delete-temp-files): Add argument.
20578         Allow query for each file.  Adjust doc string.
20579         (gnus-article-browse-html-parts):
20580         Add `gnus-article-browse-delete-temp-files' to
20581         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20582
20583 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20584
20585         * gnus-art.el (gnus-article-browse-html-temp)
20586         (gnus-article-browse-delete-temp): New variables.
20587         (gnus-article-browse-delete-temp-files): New function.
20588         (gnus-article-browse-html-parts): Use it.
20589
20590 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20591
20592         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20593
20594         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20595         string.
20596
20597         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20598         gnus-summary-insert-new-articles when unplugged.
20599         Remove gnus-summary-search-article-forward.
20600
20601         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20602         display-visual-class instead of display-color-cells.
20603
20604 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20605
20606         * dgnushack.el: Autoload customize-group for XEmacs.
20607
20608         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20609         message/* containing non-ASCII text properly.
20610
20611 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20612
20613         * message.el: Require gmm-utils, remove autoloads.
20614         (message-tool-bar): Set default based on
20615         gmm-tool-bar-style.
20616         (message-tool-bar-gnome): Add gmm-customize-mode.
20617
20618         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20619         gmm-tool-bar-style.
20620         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20621
20622         * gnus-group.el (gnus-group-tool-bar): Set default based on
20623         gmm-tool-bar-style.
20624         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20625
20626         * gmm-utils.el (gmm-image-directory): Rename variable from
20627         gmm-image-load-path.
20628         (gmm-image-load-path): Use gmm-image-directory.
20629         (gmm-customize-mode): New function.
20630         (gmm-tool-bar-style): New variable.
20631
20632         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20633         gnus-group-redraw-line-number.
20634         (gnus-group-redraw-check): Simplify.
20635         (gnus-group-tool-bar-update): Remove redraw check.
20636         (gnus-group-make-tool-bar): Add redraw check.
20637
20638 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20639
20640         * gnus-art.el (gnus-button): Add missing parentheses.
20641
20642 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20643
20644         * lpath.el: Fbind line-number-at-pos.
20645
20646 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20649
20650 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20651
20652         * gnus-art.el (gnus-button): New face.
20653         (gnus-article-button-face): Use it.
20654
20655         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20656         Add gnus-summary-next-page.  Re-order.
20657
20658         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20659         next-node are now included.
20660         (gnus-group-redraw-line-number): New internal variable.
20661         (gnus-group-redraw-check): Helper function for updating the tool
20662         bar.
20663         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20664
20665         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20666
20667         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20668         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20669         Use it to match format of Spamassassin 3.0 and later.
20670         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20671         (spam-check-bogofilter)
20672         (spam-bogofilter-register-with-bogofilter): Fix args of
20673         `gnus-error' calls.
20674
20675 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20676
20677         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20678         unnecessary interaction when sending queued mails.
20679         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20680
20681 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20682
20683         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20684         first or last are nil.
20685
20686 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20687
20688         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20689
20690 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20691
20692         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20693
20694 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20695
20696         * dns.el (query-dns): Protect more against buggy tcp output.
20697
20698 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20699
20700         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20701         nov.php.
20702
20703 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20704
20705         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20706         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20707         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20708         output on the server side.
20709         (nnweb-google-create-mapping): Update regexps and add some
20710         progress indication.
20711
20712 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20713
20714         * gnus-group.el (gnus-group-tool-bar-gnome):
20715         Fix gnus-agent-toggle-plugged.  Re-order icons.
20716         (gnus-group-tool-bar-gnome):
20717         Add gnus-group-{prev,next}-unread-group.
20718         (gnus-group-tool-bar-gnome): Re-order icons.
20719
20720         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20721         Move gnus-summary-insert-new-articles.
20722
20723         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20724         Fix comments.
20725
20726         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20727         also available in Emacs 21.3.
20728
20729         * message.el (message-fix-before-sending): Change "Emacs 22" to
20730         "Emacs 23 (unicode)" in comment.
20731
20732         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20733         "Emacs 23 (unicode)" in comment.
20734
20735         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20736         comment.
20737         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20738
20739         * mm-view.el (mm-fill-flowed): Add :version.
20740
20741 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20742
20743         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20744         and load-path.
20745
20746 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20747
20748         * message.el: Autoload gmm-image-load-path.
20749         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20750         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20751         consitency.
20752
20753         * gmm-utils.el (gmm-image-load-path): Also search in
20754         "../etc/images".  Don't set gmm-image-load-path if we don't find
20755         the image.
20756
20757 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20758
20759         * gmm-utils.el (gmm-image-load-path): Don't make
20760         `gmm-image-load-path' include subdirectories which the second arg
20761         `image' might specify.
20762
20763         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20764         subdirectory to icon file names.
20765
20766         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20767
20768 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20769
20770         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20771         gmm-image-load-path calls.
20772
20773         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20774
20775         * message.el (message-make-tool-bar): Ditto.
20776
20777         * mml.el (mml-preview): Add comment concerning tool bar icons.
20778
20779         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20780         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20781
20782         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20783         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20784
20785         * message.el (message-tool-bar-gnome): Use new icon names.
20786         (message-make-tool-bar): Use `gmm-image-load-path'.
20787
20788         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20789         New functions from MH-E.
20790         (gmm-image-load-path): New variable from MH-E.
20791         (gmm-image-load-path): New function from MH-E.  Add arguments
20792         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20793         *-image-load-path-called-flag.
20794
20795 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20796
20797         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20798
20799 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20800
20801         * nnimap.el (nnimap-request-move-article): Change folder back to
20802         source group before deleting.
20803
20804 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20805
20806         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20807
20808         * gnus-art.el (mm-url-insert-file-contents-external):
20809         Autoload mm-url.
20810
20811         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20812
20813 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20814
20815         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20816         coding system which mm-charset-to-coding-system returns for a
20817         given charset is valid.
20818
20819 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20820
20821         * html2text.el (html2text-remove-tag-list):
20822         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20823
20824 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20825
20826         * gnus-cus.el: Revert 2005-10-17 change.
20827
20828 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20829
20830         * gnus-art.el (article-strip-banner):
20831         Call article-really-strip-banner only when the regexp match is made.
20832
20833 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20834
20835         * gnus-art.el (article-strip-banner):
20836         Use gnus-extract-address-components instead of
20837         mail-header-parse-addresses to make it work with non-ASCII text;
20838         remove mail-encode-encoded-word-string.
20839
20840         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20841         values which are surrounded with \"...\"; make it never cause a
20842         Lisp error; give up parsing of parameters if it failed in
20843         extracting type.
20844
20845 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20846
20847         * smime.el (smime-cert-by-ldap-1): Fix bug where
20848         `smime-ldap-search' returns results without userCertificates.
20849
20850 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20851
20852         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20853
20854 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * spam.el (spam-check-spamassassin-headers): Adapt format for
20857         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20858         <ari@mbf.ocn.ne.jp>.
20859         (spam-list-of-processors): Add spam-use-gmane.
20860
20861 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20862
20863         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20864         make-temp-file; make it work with XEmacs as well.
20865
20866         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20867         mm-make-temp-file.
20868
20869         * mm-decode.el (mm-display-external): Use the 3rd arg of
20870         mm-make-temp-file.
20871         (mm-create-image-xemacs): Ditto.
20872
20873 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20876         with message-narrow-to-headers.
20877         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20878         (gnus-draft-check-draft-articles): New function.
20879         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20880
20881 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20882
20883         * gnus-art.el (gnus-article-browse-html-parts):
20884         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20885         Don't use suffix argument for mm-make-temp-file for Emacs 21
20886         compatibility.  Remove useless `format'.
20887
20888 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20889
20890         * nnweb.el (nnweb-google-wash-article): Update regexps.
20891         (nnweb-group-alist): Use defvoo instead of defvar.
20892
20893 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20896         re-loading nn* modules.
20897
20898 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20899
20900         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20901         for `tool-bar-mode' and don't check it's default-value.
20902
20903         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20904
20905         * message.el (message-make-tool-bar): Ditto.
20906
20907         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20908         `substring'.  Shorten tmp-file name.
20909
20910         * gnus.el: Remove bogus comment.
20911
20912 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20913
20914         * gnus-art.el (gnus-article-browse-html-parts): New function.
20915         (gnus-article-browse-html-article): New function for viewing html
20916         articles with a browser.
20917
20918 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20919
20920         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20921         in elisp.
20922         (pgg-gpg-encrypt-symmetric-region): Ditto.
20923         (pgg-gpg-sign-region): Ditto.
20924
20925         * pgg-def.el (pgg-text-mode): New variable.
20926
20927         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20928         (mml2015-pgg-encrypt): Ditto.
20929
20930         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20931         (mml1991-pgg-encrypt): Ditto.
20932
20933 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20934
20935         * nnfolder.el (nnfolder-insert-newsgroup-line):
20936         Use message-make-date instead of current-time-string.
20937
20938         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20939         to gnus-decoded which mm-uu might set.
20940
20941 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20942
20943         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20944         don't decode quoted parameters; remove misimported Emacs code.
20945         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20946         (rfc2231-decode-encoded-string): Don't use split-string which
20947         behaves differently according to Emacs version; use
20948         mm-decode-coding-region to convert charset to coding-system.
20949         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20950         (rfc2231-encode-string): Remove misimported Emacs code.
20951
20952 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20953
20954         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20955         when calling mail-header-parse-content-type.
20956         (article-de-quoted-unreadable): Ditto.
20957         (article-de-base64-unreadable): Ditto.
20958         (article-wash-html): Ditto.
20959
20960         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20961         calling mail-header-parse-content-type and
20962         mail-header-parse-content-disposition.
20963         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20964         mail-header-parse-content-type.
20965
20966         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20967         insert charset and format parameters; encode description after
20968         inserting it to buffer.
20969         (mml-insert-parameter): Fold lines properly even if a parameter is
20970         segmented into two or more lines; change the max column to 76.
20971
20972         * rfc1843.el (rfc1843-decode-article-body): Don't use
20973         ignore-errors when calling mail-header-parse-content-type.
20974
20975         * rfc2231.el (rfc2231-parse-string): Return at least type if
20976         possible; don't cause an error even if it fails in parsing of
20977         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20978         (rfc2231-encode-string): Don't break lines at the beginning, leave
20979         it to mml-insert-parameter.
20980
20981         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20982         calling mail-header-parse-content-type.
20983
20984 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20985
20986         * spam-report.el (spam-report-gmane-use-article-number):
20987         Improve doc string.
20988         (spam-report-gmane-internal): Check if a suitable header was found
20989         in the article.
20990
20991 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20992
20993         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20994         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20995
20996 2006-02-05  Romain Francoise  <romain@orebokech.com>
20997
20998         Update copyright notices of all files in the gnus directory.
20999
21000 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21001
21002         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21003
21004 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21005
21006         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21007         segmented lines of parameter value to cope with Thunderbird 1.5
21008         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21009         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21010         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21011
21012 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21013
21014         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21015         parts.
21016
21017 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21018
21019         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21020         there's only one active file for all servers.
21021         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21022         solid groups.  Gnus might have used a FAST request to select the group.
21023         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21024         and nnweb-search redundantly in the active file.
21025         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21026         (nnweb-request-create-group): Don't use ARGS.
21027         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21028         initializations.  Let nnoo do the work.
21029
21030 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21031
21032         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21033         Say the part has been decoded.
21034
21035         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21036
21037 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21038
21039         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21040         mailcap-viewer-test-cache when there's no 'test clause, since that
21041         will invert the meaning of a "nil" test previously determined by
21042         mailcap-mailcap-entry-passes-test.
21043
21044 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21045
21046         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21047         compiling.
21048
21049         * gnus-sum.el: Ditto.
21050
21051         * message.el: Don't bind tool-bar-map when compiling.
21052
21053 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21054
21055         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21056
21057 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21058
21059         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21060         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21061         current Google Groups.
21062
21063 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21064
21065         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21066         and tool-bar-mode.
21067
21068         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21069         and tool-bar-mode.
21070
21071         * message.el (message-tool-bar-update): Simplify.
21072         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21073
21074         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21075         gnus-summary-buffer.
21076         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21077         gnus-summary-reply.
21078
21079         * gmm-utils.el (gmm): Add :version.
21080
21081 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21082
21083         * Makefile.in (clean): New rule.
21084         (distclean): Use it.
21085
21086 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21087
21088         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21089         Don't autoload.
21090
21091 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21092
21093         * gmm-utils.el (gmm-verbose): Add :group.
21094
21095 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21096
21097         * message.el: Change some comments WRT tool-bars.
21098
21099         * gnus-sum.el (gnus-summary-tool-bar)
21100         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21101         (gnus-summary-tool-bar-zap-list): New variables.
21102         (gnus-summary-make-tool-bar): Complete rewrite using
21103         `gmm-tool-bar-from-list'.
21104
21105         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21106         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21107         New variables.
21108         (gnus-group-make-tool-bar): Complete rewrite using
21109         `gmm-tool-bar-from-list'.
21110         (gnus-group-tool-bar-update): New function.
21111
21112         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21113
21114 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21115
21116         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21117         is dissected into a single part of which the type is the same as
21118         the given one; decode charset.
21119
21120 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21121
21122         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21123         into alists as symbol not string, since that's what
21124         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21125         look for.
21126
21127 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21128
21129         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21130         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21131
21132         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21133
21134 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21135
21136         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21137         (gnus-xmas-mime-security-button-menu): New function.
21138
21139         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21140         (gnus-mime-security-button-menu): New definition.
21141         (gnus-mime-security-button-map): Use them.
21142         (gnus-mime-security-button-menu): New function.
21143         (gnus-insert-mime-security-button): Addition to help echo.
21144         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21145         (gnus-mime-security-pipe-part): New functions.
21146
21147         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21148         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21149
21150         * mm-decode.el (mm-handle-set-disposition): Remove.
21151         (mm-handle-set-description): Remove.
21152
21153 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21154
21155         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21156         (mm-w3m-standalone-supports-m17n-p): New function.
21157         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21158         w3m usage.
21159
21160         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21161         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21162
21163 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21164
21165         * message.el (message-tool-bar-zap-list):
21166         Use gmm-tool-bar-zap-list as custom type.
21167         (message-tool-bar-update): New function.
21168         (message-tool-bar, message-tool-bar-gnome)
21169         (message-tool-bar-retro): Add message-tool-bar-update.
21170         (message-tool-bar-gnome): Add flyspell-buffer.
21171
21172         * gnus-util.el (gnus-error): Describe `args'.
21173
21174         * gmm-utils.el (gmm-error): Describe `args'.
21175         (gmm-tool-bar-zap-list): New widget.
21176         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21177
21178 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21179
21180         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21181         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21182         the number of recursive calls.
21183
21184         * mm-decode.el (mm-handle-set-disposition): New macro.
21185         (mm-handle-set-description): New macro.
21186
21187 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21188
21189         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21190         encoding.
21191
21192 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21193
21194         * message.el (message-tool-bar-zap-list, message-tool-bar)
21195         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21196         (message-tool-bar-local-item-from-menu): Remove.
21197         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21198         (message-make-tool-bar): New function.
21199         (message-mode): Use `message-make-tool-bar'.
21200
21201         * gmm-utils.el: New file.
21202         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21203         (gmm-lazy): New widget copied from `nnmail.el'.
21204         (gmm-tool-bar-from-list): New function for creating customizable
21205         tool bars.
21206         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21207         output.
21208         (gmm): Add :prefix to defgroup.
21209
21210 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21211
21212         * gmm-utils.el (gmm-widget-p): New function.
21213
21214 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21215
21216         * mml.el (mml-attach-file): Describe `description' in doc string.
21217         (mml-menu): Add Emacs MIME manual and PGG manual.
21218
21219 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21220
21221         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21222
21223 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21224
21225         * nntp.el (nntp-end-of-line): Doc fix.
21226
21227 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21228
21229         * imap.el (imap-open): Handle case where buffer is a buffer
21230         object.
21231
21232 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21233
21234         * gnus-delay.el (gnus-delay): Don't autoload.
21235         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21236         to be re-loaded when customizing the `gnus-delay' group.
21237
21238 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21239
21240         * message.el (message-insert-citation-line): Use newlines.
21241
21242 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21243
21244         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21245         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21246         these routines, so the passphrase can be managed externally and
21247         passed in to the system.
21248         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21249         pgg-add-passphrase-to-cache function.
21250
21251         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21252         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21253         these routines, so the passphrase can be managed externally and
21254         passed in to the system.
21255         (pgg-pgp5-sign-region): Use new name of
21256         pgg-add-passphrase-to-cache function.
21257
21258 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21259
21260         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21261         part of the decoded armor to find the key-identifier.
21262         (pgg-gpg-lookup-key-owner): New function to return the
21263         human-readable identifier of a key owner.
21264         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21265         itself.
21266         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21267         the key value) if we have a key and can match it against a secret
21268         key.  Also, added a note pointing out fact that the prompt only
21269         indicates the first matching key.
21270
21271         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21272         pgg-decrypt-region.
21273         (pgg-add-passphrase-to-cache): Rename from
21274         `pgg-add-passphrase-cache' to reduce confusion (all callers
21275         changed).
21276         (pgg-remove-passphrase-from-cache): Rename from
21277         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21278         changed).
21279         (pgg-read-passphrase, pgg-add-passphrase-cache)
21280         (pgg-remove-passphrase-cache): Add informative docstrings.
21281         (pgg-decrypt): Convey provided passphrase in subordinate call to
21282         pgg-decrypt-region.
21283
21284 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21285
21286         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21287         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21288         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21289         'passphrase' argument, so the passphrase can be managed externally
21290         and then passed in to the system.
21291
21292         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21293         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21294         so the passphrase cache can be used reliably with identifiers
21295         besides a pgp packet's key id.
21296
21297         * pgg-gpg.el (pgg-gpg-encrypt-region)
21298         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21299         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21300         these routines, so the passphrase can be managed externally and
21301         passed in to the system.
21302
21303         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21304         'notruncate' argument, so the passphrase cache can be used
21305         reliably with identifiers besides a pgp packet's key id.
21306
21307 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21308
21309         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21310         symmetric encryption.
21311         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21312         encrypted session key.
21313         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21314         message ask for the passphrase in a proper way.
21315
21316         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21317         New user commands for symmetric encryption.
21318
21319 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21320
21321         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21322
21323         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21324
21325 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21326
21327         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21328
21329 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21330
21331         * mm-decode.el (mm-inlined-types): Add application/pgp.
21332         (mm-automatic-display): Ditto.
21333
21334         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21335         part as text.
21336
21337 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21338
21339         * nnrss.el: Update copyright.
21340         (nnrss-opml-import): Query whether to subscribe to each entry.
21341
21342         * gnus-art.el:
21343         * gnus-sum.el:
21344         * gnus-xmas.el:
21345         * messagexmas.el:
21346         * mm-uu.el:
21347         * mm-view.el: Update copyright.
21348
21349 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21350
21351         * message.el (message-info): New function.
21352         (message-mode-menu): Add it.
21353         Update copyright.
21354
21355         * ChangeLog: Fix and update copyright.
21356
21357 2006-01-13  Romain Francoise  <romain@orebokech.com>
21358
21359         * message.el (message-forward-subject-name-subject): Prefer the
21360         address to 'nowhere' if the sender has no name.
21361         Fix typo.  Update copyright year.
21362
21363 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21364
21365         * gnus-art.el (article-wash-html):
21366         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21367         (gnus-article-wash-html-with-w3m-standalone): New function.
21368
21369         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21370         mm-inline-text-html-render-with-w3m-standalone.
21371         (mm-text-html-washer-alist): Map w3m-standalone to
21372         gnus-article-wash-html-with-w3m-standalone.
21373         (mm-inline-text-html-render-with-w3m-standalone): New function.
21374
21375 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21376
21377         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21378         Improve LaTeX.
21379
21380 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21381
21382         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21383         (nnrss-request-article): Render text/plain parts as HTML.
21384
21385         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21386         the buffer.
21387
21388 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21389
21390         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21391         custom definition of `gnus-posting-styles'.
21392
21393         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21394         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21395
21396 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21397
21398         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21399         Use nntp for bug archive.
21400
21401 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21404         parts.
21405         (nnrss-normalize-date): New function converts ISO 8601 date into
21406         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21407         (nnrss-check-group): Use it.
21408
21409 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21410
21411         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21412
21413         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21414         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21415         (nnrss-insert-w3): Ditto.
21416
21417 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21418
21419         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21420         the articles to be forwarded including the case where neither a
21421         number of articles nor a region is specified.
21422
21423 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21424
21425         * nnrss.el (nnrss-request-article): Fix last change; fill
21426         text/plain parts.
21427
21428 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21429
21430         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21431         in text/plain part.
21432         (nnrss-check-group): Don't add excessive newline to dc:subject.
21433
21434 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21435
21436         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21437         article.
21438
21439 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21440
21441         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21442         (nnml-use-compressed-files, nnml-save-mail): Support other
21443         comression programs such as bzip2.
21444
21445 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21446
21447         * dns.el (query-dns): Make sure we check the buffer size before
21448         removing tcp headers.
21449
21450 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21451
21452         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21453         remove MIME buttons associated with multipart/alternative parts.
21454         (gnus-mime-display-alternative): Tag buttons using `article-type'
21455         text property.
21456
21457         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21458         associated with multipart/alternative parts.
21459
21460         * gnus-art.el (gnus-signature-separator): Fix custom type.
21461
21462         * mm-decode.el (mm-inlined-types): Fix custom type.
21463         (mm-keep-viewer-alive-types): Ditto.
21464         (mm-automatic-display): Ditto.
21465         (mm-attachment-override-types): Ditto.
21466         (mm-inline-override-types): Ditto.
21467         (mm-automatic-external-display): Ditto.
21468
21469 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21470
21471         * spam-report.el (spam-report-user-mail-address)
21472         (spam-report-user-agent): New variables.
21473         (spam-report-url-ping-plain): Use spam-report-user-agent.
21474
21475 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21476
21477         * gnus-art.el (gnus-button-handle-custom): Do not just use
21478         `customize-apropos' for any "M-x customize-*" button but the
21479         function called for.  Accept both the function name and its
21480         argument in order to achieve this.
21481         (gnus-button-alist): Remove support for "custom:" URL's.
21482         Pass function name to `gnus-button-handle-custom' in case of "M-x
21483         customize-*" buttons.
21484
21485 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21486
21487         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21488         multipart/alternative and add xref to mm-discouraged-alternatives
21489         in doc string.
21490
21491         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21492         gnus-buttonized-mime-types in doc string.
21493
21494 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21495
21496         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21497         Suggest image/.* in the doc string.
21498
21499 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21500
21501         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21502         message-marks (Debian bug#342521).
21503
21504 2005-12-12  Simon Josefsson  <jas@extundo.com>
21505
21506         * password.el (password-read-from-cache): Add.
21507         (password-read): Use it.
21508
21509 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21510
21511         * rfc2047.el (rfc2047-charset-to-coding-system):
21512         Recognize us-ascii as a MIME charset.
21513
21514         * mm-bodies.el (mm-decode-content-transfer-encoding):
21515         Protect against the case where the 2nd arg TYPE is nil.
21516
21517 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21518
21519         * pop3.el (pop3-stream-type): Fix custom version.
21520
21521         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21522
21523 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21524
21525         * mm-decode.el (mm-display-external): Add missing cdr.
21526
21527 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21528
21529         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21530         RFC1524) if it is in mailcap or add a suffix according to
21531         mailcap-mime-extensions when generating a temp filename; postpone
21532         deleting a temp file for 2 seconds for some wrappers, shell
21533         scripts, and so on, which might exit right after having started a
21534         viewer command as a background job.
21535
21536 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21537
21538         * nntp.el (nntp-marks-directory): Fix custom group.
21539
21540         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21541         steps when < 10.
21542
21543         * gnus-start.el (gnus-no-server-1):
21544         Mention `gnus-level-default-subscribed' in doc string.
21545
21546 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21547
21548         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21549         parens.
21550
21551 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21552
21553         * gnus-xmas.el (gnus-use-toolbar): Revert.
21554         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21555         gnus-use-toolbar is default.
21556
21557         * messagexmas.el (message-use-toolbar): Revert.
21558         (message-setup-toolbar): Use global default-toolbar if
21559         message-use-toolbar is default.
21560
21561 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21562
21563         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21564         according to default-toolbar-visible-p.
21565
21566         * messagexmas.el (message-use-toolbar): Ditto.
21567
21568 2005-11-26  Dave Love  <fx@gnu.org>
21569
21570         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21571         (tls-program, tls-success): Provide openssl alternative.
21572
21573         * starttls.el: Doc fixes.
21574         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21575         SERVICE to PORT.
21576
21577         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21578         port null or service name.
21579         (starttls-negotiate): Autoload.
21580
21581 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21582
21583         * message.el (message-kill-to-signature): Fix interactive spec.
21584
21585 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21586
21587         * pop3.el (pop3-open-server): Recognize a string as a service name.
21588
21589 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21590
21591         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21592
21593 2005-11-23  Dave Love  <fx@gnu.org>
21594
21595         Add pop3s, pop3/starttls.
21596
21597         * pop3.el (pop3-authentication-scheme): Clarify doc.
21598         (open-tls-stream, starttls-open-stream): Autoload.
21599         (pop3-stream-type): New.
21600         (pop3-open-server): Use it.
21601
21602         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21603         for POP.
21604         (mail-source-keyword-map): Add :stream for POP.
21605         (mail-source-fetch-pop): Use pop3-stream-type.
21606
21607 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21608
21609         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21610         of current-time-string.
21611
21612 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21613
21614         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21615         date header.
21616
21617 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21618
21619         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21620         it can seriously impact performance as it bypasses the agent's
21621         local caches.
21622
21623 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21624
21625         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21626         must be explicitly online rather than "not explicitly offline" for
21627         its flags to be synchronized.
21628
21629         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21630         that gnus-uu-unmark-thread will function correctly.
21631
21632         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21633         1024K is instead displayed as 1M.
21634
21635 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21636
21637         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21638
21639 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21640
21641         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21642
21643 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21644
21645         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21646         error message to display actual error condition.
21647         (gnus-agent-save-local): Avoid saving symbols that are bound to
21648         nil as they simply result in a warning message in
21649         gnus-agent-read-local.
21650
21651 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21652
21653         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21654         rather than make-variable-buffer-local for file-precious-flag.
21655
21656 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21657
21658         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21659         for duplicates which are removed.  The invalid sort check then
21660         triggers a rescan after the sort as sorting may have moved
21661         duplicate entries such that they can be cheaply detected.
21662
21663 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21664
21665         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21666
21667 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21668
21669         * gnus-agent.el (gnus-agent-article-alist-save-format):
21670         Change internal variable to a custom variable.  Change default value
21671         from compressed(2) to uncompressed(1).
21672         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21673         support for uncompressed agentview files.  Taken together, reading
21674         the agentview file should now be 6-7 times faster.
21675
21676 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21677
21678         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21679         as a buffer-local variable.  This avoids creating truncated
21680         dribble files as a result of a hang up, eg.
21681
21682 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21683
21684         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21685         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21686         XEmacs.
21687
21688 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21689
21690         * gnus-start.el (gnus-start-draft-setup):
21691         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21692
21693         * gnus.el (gnus-splash): Change custom group.
21694         (gnus-group-get-parameter, gnus-group-parameter-value):
21695         Describe allow-list argument.
21696
21697         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21698         string.
21699
21700 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21701
21702         * gnus-art.el (gnus-default-article-saver): Add user-defined
21703         `function' to custom type.
21704
21705 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21706
21707         * imap.el (imap-open): Handle case where buffer is a buffer
21708         object.
21709
21710 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21711
21712         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21713         long lines.
21714         (gnus-cache-delete-group): Wrap doc strings.
21715
21716         * gnus-agent.el (gnus-agent-rename-group)
21717         (gnus-agent-delete-group): Wrap doc strings.
21718
21719 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21720
21721         * messagexmas.el (message-use-toolbar): Change the valid values
21722         into default, top, bottom, left, and right.
21723         (message-toolbar-thickness): New variable.
21724         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21725         well.
21726         (message-setup-toolbar): Make it work.
21727
21728         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21729         (gnus-use-toolbar): Change the valid values into default, top,
21730         bottom, left, and right.
21731         (gnus-toolbar-thickness): New variable.
21732         (gnus-xmas-setup-toolbar): New function.
21733         (gnus-xmas-setup-group-toolbar): Use it.
21734         (gnus-xmas-setup-summary-toolbar): Use it.
21735
21736 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21737
21738         * gnus-start.el (gnus-1): Add "native" to
21739         gnus-predefined-server-alist.
21740
21741         * gnus.el (gnus-method-to-server): Don't add "native" to the
21742         lists here, because that leads to problems when
21743         gnus-select-method is bound.
21744
21745 2005-11-09  Simon Josefsson  <jas@extundo.com>
21746
21747         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21748         use (not sort-by-date) instead.
21749
21750 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21751
21752         * gnus-delay.el (gnus-delay-group): Don't autoload.
21753         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21754         to be re-loaded when customizing the `gnus-delay' group.
21755
21756 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21757
21758         * message.el: Revert last changes.
21759         (message-insert-citation-line): Use newlines.
21760
21761 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21762
21763         * message.el (message-courtesy-message)
21764         (message-mark-insert-begin, message-mark-insert-end)
21765         (message-elide-ellipsis, message-cancel-message)
21766         (message-add-header, message-change-subject)
21767         (message-cross-post-followup-to-header)
21768         (message-cross-post-insert-note, message-reduce-to-to-cc)
21769         (message-widen-reply, message-delete-not-region)
21770         (message-kill-to-signature, message-insert-signature)
21771         (message-insert-importance-high, message-insert-importance-low)
21772         (message-insert-or-toggle-importance)
21773         (message-insert-disposition-notification-to)
21774         (message-indent-citation, message-yank-original)
21775         (message-cite-original-without-signature, message-cite-original)
21776         (message-insert-citation-line, message-position-on-field)
21777         (message-fix-before-sending, message-send-mail-partially)
21778         (message-send-mail, message-send-mail-with-sendmail)
21779         (message-send-mail-with-qmail, message-send-news)
21780         (message-check-news-header-syntax, message-generate-headers)
21781         (message-insert-courtesy-copy, message-fill-address)
21782         (message-fill-header, message-shorten-references)
21783         (message-setup-1, message-cancel-news)
21784         (message-forward-make-body-plain, message-forward-make-body-mime)
21785         (message-forward-make-body-mml, message-encode-message-body)
21786         (message-forward-make-body-digest-plain)
21787         (message-forward-make-body-digest-mime)
21788         (message-use-alternative-email-as-from): Insert `hard-newline'
21789         instead of ordinary newlines.
21790
21791 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21792
21793         * message.el (message-generate-headers): Downcase the argument
21794         given to message-check-element.
21795
21796 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21797
21798         * nntp.el (nntp-authinfo-rejected): New error condition.
21799         (nntp-wait-for): Use new error condition to signal authentication
21800         error.
21801         (nntp-retrieve-data): Rethrow new error condition to break out of
21802         recursive call to nntp-send-authinfo.
21803
21804 2005-11-08  Romain Francoise  <romain@orebokech.com>
21805
21806         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21807         (gnus-summary-exit-map): Bind to `Z p'.
21808         (gnus-summary-make-menu-bar): Add menu item.
21809
21810 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21811
21812         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21813         (gnus-treat-*): Add `first' in all doc strings.
21814
21815         * gnus-group.el (gnus-group-compact-group): Fix typo.
21816
21817 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21818
21819         * gnus.el (gnus-parameters-case-fold-search): New variable.
21820         (gnus-parameters-get-parameter): Use it.
21821
21822         * gnus-score.el (gnus-home-score-file): Doc fix.
21823
21824 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21825
21826         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21827
21828 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21829
21830         * mm-util.el (mm-special-display-p): New function.
21831
21832         * mml.el (mml-preview): Use it; doc fix.
21833
21834 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21835
21836         * imap.el (imap-open): Handle case where buffer is a buffer object.
21837
21838 2005-10-29  Romain Francoise  <romain@orebokech.com>
21839
21840         * message.el (message-fix-before-sending): Fix comment.
21841
21842 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21843
21844         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21845
21846 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21847
21848         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21849         Used in gnus-score.el.
21850
21851 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21852
21853         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21854
21855 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21856
21857         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21858         whitespace removed in revision 7.8.  Use concatenated string to
21859         protect trailing whitespace.
21860
21861 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21862
21863         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21864         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21865         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21866         Courier IMAP ("some version from 2004").  Mostly based on similar
21867         code in the same function.
21868
21869 2005-10-26  Didier Verna  <didier@xemacs.org>
21870
21871         * gnus-group.el (gnus-group-compact-group): Invalidate original
21872         article buffer.
21873         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21874         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21875         NOV database and in article itself.
21876         Invalidate article backlog.
21877
21878 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21879
21880         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21881
21882 2005-10-26  Simon Josefsson  <jas@extundo.com>
21883
21884         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21885         part of 2004-07-25 change.
21886
21887 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21888
21889         * message.el (message-display-completion-list): New function.
21890         (message-expand-group): Use it; make sure the Completions buffer
21891         is modifiable.
21892 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21893
21894         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21895         user-mail-name is an empty string.
21896
21897 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21898
21899         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21900         depending on gnus-score-decay-constant.
21901
21902         * encrypt.el (encrypt-insert-file-contents)
21903         (encrypt-write-file-contents): Don't use `gnus-message'.
21904
21905         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21906         arguments.
21907         (mm-uu-type-alist): Add message-marks and insert-marks.
21908         Pass arguments to mm-uu-verbatim-marks-extract.
21909         (mm-uu-hide-markers): New variable.
21910         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21911
21912         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21913         (gnus-convert-image-to-face-command): Use "convert" by default to
21914         allow other input image formats.
21915         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21916         accordingly.
21917
21918 2005-10-23  Simon Josefsson  <jas@extundo.com>
21919
21920         * imap.el (imap-gssapi-program): Align command line parameters
21921         with latest GNU SASL.
21922         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21923
21924 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21925
21926         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21927         HTML.
21928         (nnslashdot-request-article): Ditto.
21929
21930         * lpath.el (featurep): Add nobreak-char-display.
21931
21932 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21933
21934         * mail-source.el (mail-source-fetch-pop): Require pop3.
21935         (mail-source-check-pop): Ditto.
21936
21937 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21938
21939         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21940         errors.
21941
21942 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21943
21944         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21945         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21946
21947         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21948
21949         * mm-bodies.el (mm-decode-string):
21950         Call `mm-charset-to-coding-system' with allow-override argument.
21951
21952 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21953
21954         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21955         (rfc2047-charset-to-coding-system): New function.
21956         (rfc2047-decode-encoded-words): New function.
21957         (rfc2047-decode-region): Use them.
21958         (rfc2047-decode-cte): Remove.
21959         (rfc2047-parse-and-decode): Remove.
21960         (rfc2047-decode): Remove.
21961
21962 2005-10-15  Kenichi Handa  <handa@m17n.org>
21963
21964         * rfc2047.el (rfc2047-decode-cte): New function.
21965         (rfc2047-decode-region): Change the way to decode successive
21966         encoded-words: decode B- or Q-encoding in each encoded-word,
21967         concatenate them, and decode it as charset.
21968
21969 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21970
21971         * lpath.el: Fbind codepage-setup for XEmacs.
21972
21973 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21974
21975         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21976         widget-move-and-invoke.
21977         (gnus-custom-mode): Use gnus-custom-map.
21978
21979 2005-10-15  Bill Wohler  <wohler@newt.com>
21980
21981         * message.el (message-tool-bar-map): Rename image file from
21982         mail_send to mail/send.
21983
21984 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21985
21986         * message.el (message-expand-group): Pass the common
21987         prefix substring of completion to `display-completion-list'.
21988
21989 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21990
21991         * mml-sec.el (mml-secure-method): New internal variable.
21992         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21993         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21994         New functions using mml-secure-method.
21995
21996         * mml.el (mml-mode-map): Add key bindings for those functions.
21997         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21998         Harder <harder@myrealbox.com>.
21999         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22000         Goto end of message if point is the headers of the message.
22001
22002         * message.el (message-in-body-p): New function.
22003
22004         * assistant.el: Autoload gnus-util and netrc.
22005
22006         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22007         Use `mm-charset-override-alist' only when decoding.
22008
22009         * mm-bodies.el (mm-decode-body):
22010         Call `mm-charset-to-coding-system' with allow-override argument.
22011
22012         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22013         `filename' from Content-Disposition if Content-Type doesn't
22014         provide `name'.
22015         (gnus-mime-view-part-as-type): Set default instead of
22016         initial-input.
22017
22018 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22019
22020         * format-spec.el (format-spec): Propagate text properties of % spec.
22021
22022 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22023
22024         * gnus-art.el (gnus-treat-predicate): Add `first'.
22025
22026 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22027
22028         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22029         (mm-charset-override-alist): New variable.
22030         (mm-charset-to-coding-system): Use it.
22031         (mm-codepage-setup): New helper function.
22032         (mm-charset-eval-alist): New variable.
22033         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22034         Warn about unknown charsets.
22035
22036         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22037
22038 2005-10-04  David Hansen  <david.hansen@gmx.net>
22039
22040         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22041         (nnrss-check-group): Ditto.
22042
22043 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22044
22045         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22046         Rename x-gnus-verbatim to x-verbatim.
22047         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22048
22049         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22050         x-verbatim.
22051
22052         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22053
22054         * gnus-util.el (gnus-remove-duplicates): Remove.
22055
22056         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22057         instead of gnus-remove-duplicates.
22058
22059         * message.el (message-remove-duplicates): Remove.
22060         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22061         message-remove-duplicates.
22062
22063         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22064         available, else use implementation from `delete-dups'.
22065
22066         * message.el (message-insert-expires): New function.
22067         (message-mode-map): Add key binding.
22068         (message-mode-field-menu): Add menu entry.
22069         (message-mode): Document it.
22070         (message-make-expires-date): Use `message-make-date'.
22071
22072 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22073
22074         * message.el (message-make-expires-date): New function.
22075
22076 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22077
22078         * Makefile.in (list-installed-shadows): New entry.
22079         (install): Use it.
22080         (remove-installed-shadows): New entry.
22081
22082         * dgnushack.el (dgnushack-default-load-path): New variable.
22083         (dgnushack-find-lisp-shadows): New function.
22084         (dgnushack-remove-lisp-shadows): New function.
22085
22086 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22087
22088         * Makefile.in (install-el-elc): New entry.
22089         (install): Use it so that .el files are necessarily installed.
22090
22091 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22094
22095 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22096
22097         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22098         function rather than the diff-mode.el package.
22099         (mm-display-external): Use with-current-buffer.
22100         (mm-viewer-completion-map, mm-viewer-completion-map):
22101         Move initialization inside declaration.
22102
22103 2005-09-29  Simon Josefsson  <jas@extundo.com>
22104
22105         * spam.el: Load hashcash when compiling, to avoid warnings.
22106         Don't autoload mail-check-payment.
22107         (spam-check-hashcash): Define unconditionally, since hashcash.el
22108         is part of Gnus now.  Ignore errors from payment checking.
22109
22110 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22111
22112         * message.el (message-bold-region, message-unbold-region):
22113         Rename from `bold-region' and `unbold-region'.
22114
22115         * message.el: Remove useless autoloads.
22116
22117 2005-09-28  Simon Josefsson  <jas@extundo.com>
22118
22119         * message.el (message-use-idna): Default to t.
22120         (message-use-idna): Test whether encoding works too.  Doc fix.
22121
22122 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22123
22124         * nntp.el (nntp-warn-about-losing-connection): Remove.
22125
22126 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22127
22128         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22129         customizable.  Change default value.
22130         (mm-uu-diff-groups-regexp): Change default value.
22131         (mm-uu-type-alist): Add doc string.
22132         (mm-uu-configure): Add doc string.  Make it interactive.
22133         (mm-uu-tex-groups-regexp): New variable.
22134         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22135         (mm-uu-type-alist): Add LaTeX documents.
22136         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22137         of "text/verbatim".
22138         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22139
22140         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22141         instead of "text/verbatim".
22142
22143         * message.el (message-mark-inserted-region)
22144         (message-mark-insert-file): Use slrn style marks when called with
22145         prefix argument.
22146
22147 2005-09-27  Simon Josefsson  <jas@extundo.com>
22148
22149         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22150
22151 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22152
22153         * message.el (message-remove-duplicates): New function.
22154         Implementation borrowed from `gnus-remove-duplicates'.
22155         (message-idna-to-ascii-rhs): Also encode idna addresses in
22156         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22157         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22158         only ask about the same idna domain once per header and also tell
22159         in what header to replace the idna domain.
22160
22161         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22162         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22163         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22164         a header is decoded and not just the last one.
22165
22166 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22167
22168         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22169         has been decoded.
22170
22171         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22172         (mm-insert-part): Don't modify text if it has been decoded.
22173
22174         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22175         decoded.
22176
22177         * mm-view.el (mm-inline-text): Don't strip text props unless
22178         decoding enriched or richtext parts.
22179
22180 2005-09-25  Romain Francoise  <romain@orebokech.com>
22181
22182         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22183         * gnus-start.el (gnus-subscribe-interactively):
22184         * gnus-uu.el (gnus-uu-grab-articles):
22185         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22186         space.
22187
22188 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22189
22190         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22191         * mm-view.el (mm-view-pkcs7-decrypt):
22192         * gnus-sum.el (gnus-summary-limit-to-extra)
22193         (gnus-summary-respool-article, gnus-read-move-group-name):
22194         * gnus-score.el (gnus-summary-increase-score):
22195         * gnus-util.el (gnus-completing-read-with-default):
22196         * gnus-art.el (gnus-read-save-file-name)
22197         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22198         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22199         * message.el (message-check-news-header-syntax):
22200         Follow convention for reading with the minibuffer.
22201
22202 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22203
22204         * spam-report.el (spam-report-url-ping-plain):
22205         Use gnus-extended-version as User-Agent.
22206
22207         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22208         default value is nil.
22209
22210         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22211         (mm-uu-verbatim-marks-extract): New function.
22212         (mm-uu-extract): New face.
22213         (mm-uu-copy-to-buffer): Use it.
22214
22215         * spam-report.el (spam-report-gmane-ham): Rename from
22216         `spam-report-gmane-unspam'.
22217         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22218         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22219
22220         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22221         Autoload.
22222         (spam-report-gmane-unregister-routine):
22223         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22224
22225 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22226
22227         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22228         (spam-report-gmane-unregister-routine): Add support for gmane
22229         unregistration.
22230
22231         * spam-report.el (spam-report-gmane-unspam)
22232         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22233         (spam-report-gmane): Change to take a single article and do unspam
22234         registration.
22235
22236 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22237
22238         * mm-url.el (mm-url-decode-entities): Fix regexp.
22239
22240 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22241
22242         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22243         default to nil, to be able to use Gnus at all.  If the default
22244         switches to something else, then the function should be fixed not
22245         be exceedingly slow.
22246
22247 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22248
22249         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22250         fail hard.
22251
22252         * spam-report.el: Add better Keywords line.
22253
22254         * spam.el: Add Maintainer and better Keywords line.
22255
22256 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22257
22258         * gnus-art.el (gnus-article-replace-part)
22259         (gnus-mime-replace-part): New functions.
22260         (gnus-mime-action-alist, gnus-mime-button-commands)
22261         (gnus-mime-save-part-and-strip): Add file argument.
22262         (gnus-article-part-wrapper): Add interactive argument.
22263
22264         * gnus-sum.el (gnus-summary-mime-map):
22265         Add `gnus-article-replace-part'.
22266
22267 2005-09-19  Didier Verna  <didier@xemacs.org>
22268
22269         The nnml compaction feature:
22270         * nnml.el (nnml-request-compact-group): New function.
22271         * nnml.el (nnml-request-compact): New function.
22272         * gnus-int.el (gnus-request-compact-group): New function.
22273         * gnus-int.el (gnus-request-compact): New function.
22274         * gnus-group.el (gnus-group-compact-group): New function.
22275         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22276         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22277         * gnus-srvr.el (gnus-server-compact-server): New function.
22278         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22279         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22280
22281 2005-09-18  Deepak Goel  <deego@gnufans.org>
22282
22283         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22284         format spec.
22285
22286 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22287
22288         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22289
22290 2005-09-15  Romain Francoise  <romain@orebokech.com>
22291
22292         * message.el (message-fill-paragraph): Clarify docstring.
22293
22294 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22295
22296         * gnus-art.el (gnus-mime-display-part): Protect against broken
22297         MIME messages.
22298
22299 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22300
22301         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22302         before parsing header.
22303
22304 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22305
22306         * html2text.el (html2text-replace-list): Add new entities.
22307
22308 2005-09-11  Romain Francoise  <romain@orebokech.com>
22309
22310         * message.el (message-alternative-emails): Improve docstring.
22311         (message-setup-1): Call `message-use-alternative-email-as-from'
22312         after `message-setup-hook' to give it precedence over posting
22313         styles, etc.
22314         (message-use-alternative-email-as-from): Add docstring.
22315         Remove the original From header if present.
22316
22317         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22318         (nnml-save-mail): Use it.
22319
22320         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22321         articles.  Add new argument `silent'.
22322         (gnus-uu-mark-all): Report the total number of marked articles.
22323
22324 2005-09-10  Romain Francoise  <romain@orebokech.com>
22325
22326         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22327         (gnus-uu-mark-series): Likewise.
22328
22329 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22330
22331         * spam-report.el (spam-report-gmane): Fix generation of spam
22332         report URL.
22333
22334 2005-09-10  Simon Josefsson  <jas@extundo.com>
22335
22336         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22337         t, based on discussion on the ding list with Robert Epprecht
22338         <epprecht@solnet.ch>.
22339
22340 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22341
22342         * spam-report.el (spam-report-gmane): Make it work without
22343         X-Report-Spam header.  Gmane now only provides Archived-At.
22344         This is only used if `spam-report-gmane-use-article-number' is nil.
22345         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22346
22347         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22348         make `gnus-summary-sort-by-recipient' work with threading.
22349
22350         * nnweb.el (nnweb-google-wash-article): Print a message if article
22351         is not available.
22352
22353 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22354
22355         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22356         change.  Decode text/* parts content before displaying.
22357
22358 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22359
22360         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22361
22362 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22363
22364         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22365
22366         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22367         url-package-name, url-package-version,
22368         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22369         w3m-display-inline-images, and w3m-minor-mode-map.
22370
22371 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22372
22373         * message.el (message-tab-body-function): Fix mismatched custom type.
22374
22375         * gnus.el (gnus-group-change-level-function): Ditto.
22376
22377         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22378
22379         * gnus-art.el (gnus-signature-limit)
22380         (gnus-article-mime-part-function): Ditto.
22381
22382 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22383
22384         * mml.el (mml-mode): Silence the byte compiler.
22385
22386         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22387         using `(sit-for 0)' before moving the point to the specified part;
22388         skip unbuttonized parts.
22389         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22390         return to the summary window if gnus-auto-select-part is non-nil.
22391
22392 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22393
22394         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22395         New variables.
22396         (mml-dnd-attach-file, mml-mode): Use them.
22397
22398         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22399         Make fetching article by MID work again for Google Groups.
22400         Add FIXME concerning gnus-group-make-web-group.
22401
22402         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22403         Don't depend on Gnus by using mail-extract-address-components if
22404         gnus-extract-address-components is not bound.
22405
22406 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22407
22408         * gnus-art.el (gnus-mime-display-security): Don't display the
22409         signature, but only the signed part.
22410
22411 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22412
22413         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22414
22415         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22416         list, not listp.
22417
22418 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22419
22420         * mm-encode.el (mm-encode-content-transfer-encoding):
22421         Likewise when encoding.
22422
22423         * mm-bodies.el (mm-decode-content-transfer-encoding):
22424         De-canonicalize CRLF for all text content types, not just
22425         text/plain.
22426
22427 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22428
22429         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22430         valid article; point arrow and cursor at the MIME button.
22431
22432 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22433
22434         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22435         Suggested by Dan Christensen <jdc@uwo.ca>.
22436
22437         * mm-decode.el (mm-save-part): Enable change of prompt.
22438
22439 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22440
22441         * gnus-msg.el (gnus-inews-add-send-actions):
22442         Make `message-post-method' lambda parameter ARG `&optional'.
22443
22444 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22445
22446         * gnus-sum.el (gnus-summary-mime-map):
22447         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22448         gnus-article-jump-to-part.
22449
22450         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22451         (gnus-article-edit-part): Use it.
22452         (gnus-article-part-wrapper): Add no-handle argument.
22453         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22454         New functions.
22455
22456 2005-08-29  Romain Francoise  <romain@orebokech.com>
22457
22458         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22459         docstring.
22460         (gnus-face-from-file): Likewise.
22461
22462 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22463
22464         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22465         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22466         non-nil.
22467         (gnus-auto-select-part): New variable.
22468         (gnus-article-jump-to-part): New function.
22469         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22470         (gnus-mime-delete-part): Allow selecting specified part after
22471         deleting or stripping parts.
22472         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22473         part if argument is bogus.
22474
22475 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22476
22477         * gnus-art.el (w3m-minor-mode-map):
22478         * gnus-spec.el (gnus-newsrc-file-version):
22479         * gnus-util.el (nnmail-active-file-coding-system)
22480         (gnus-original-article-buffer, gnus-user-agent):
22481         * gnus.el (gnus-ham-process-destinations)
22482         (gnus-parameter-ham-marks-alist)
22483         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22484         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22485         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22486         * mm-decode.el (gnus-current-window-configuration):
22487         * mm-extern.el (gnus-article-mime-handles):
22488         * mm-url.el (url-current-object, url-package-name)
22489         (url-package-version):
22490         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22491         (smime-keys, w3m-cid-retrieve-function-alist)
22492         (w3m-current-buffer, w3m-display-inline-images)
22493         (w3m-minor-mode-map):
22494         * mml-smime.el (gnus-extract-address-components):
22495         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22496         (gnus-newsrc-hashtb, message-default-charset)
22497         (message-deletable-headers, message-options)
22498         (message-posting-charset, message-required-mail-headers)
22499         (message-required-news-headers):
22500         * mml1991.el (mc-pgp-always-sign):
22501         * mml2015.el (mc-pgp-always-sign):
22502         * nnheader.el (nnmail-extra-headers):
22503         * rfc1843.el (gnus-decode-encoded-word-function)
22504         (gnus-decode-header-function, gnus-newsgroup-name):
22505         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22506
22507 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22508
22509         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22510         the end of the date treatments.
22511
22512 2005-08-15  Simon Josefsson  <jas@extundo.com>
22513
22514         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22515         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22516         Capello and Romain Francoise.
22517         (pgg-fetch-key-function): Remove, not used?
22518         (pgg-insert-url-with-w3): Require url, to get
22519         url-insert-file-contents regardless of where it is defined.
22520
22521 2005-08-13  Romain Francoise  <romain@orebokech.com>
22522
22523         * message.el (message-cite-original-1): New function.
22524         (message-cite-original): Use it.
22525         (message-cite-original-without-signature): Ditto.
22526
22527 2005-08-08  Romain Francoise  <romain@orebokech.com>
22528
22529         * message.el (message-yank-empty-prefix): New variable.
22530         (message-indent-citation): Use it.
22531         (message-cite-original-without-signature): Respect X-No-Archive.
22532
22533 2005-08-08  Simon Josefsson  <jas@extundo.com>
22534
22535         * pgg.el: Autoload url-insert-file-contents instead of loading
22536         w3/url.
22537         (pgg-insert-url-with-w3): Don't load url here.
22538
22539 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22540
22541         * message.el (message-kill-to-signature): Don't insert newline at
22542         bol.
22543         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22544
22545 2005-08-06  Romain Francoise  <romain@orebokech.com>
22546
22547         * message.el (message-user-fqdn): Fix typo in docstring.
22548
22549 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22550
22551         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22552
22553         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22554
22555 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22556
22557         * mm-bodies.el (mm-encode-body): Use coding system rather than
22558         charset to encode text.
22559
22560         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22561         number of charsets if utf-8 is available (XEmacs).
22562
22563 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22564
22565         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22566         taken from `gnus-button-mid-or-mail-regexp'.
22567         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22568         (gnus-button-alist): Improve regexp for domain part of the MIDs
22569         for news:localpart@domain buttons.
22570         (gnus-button-ctan-directory-regexp): Update.
22571
22572 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22573
22574         * sieve-manage.el (sieve-manage-interactive-login):
22575         Use make-local-variable rather than make-variable-buffer-local.
22576         (sieve-manage-open): Ditto.
22577         (sieve-manage-authenticate): Ditto.
22578
22579         * mml.el (mml-generate-mime-1): Make the content type default to
22580         text/plain if the filename is not specified.
22581
22582 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22583
22584         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22585         instead of insert-buffer.
22586
22587         * message.el (message-yank-original): Ditto; set the mark at the
22588         end of the yanked message.
22589
22590 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22591
22592         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22593         lines to scroll rather than to stop it.
22594
22595         * mml.el (mml-generate-default-type): Add doc string.
22596         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22597         default to application/octet-stream when determining the content
22598         type if it is not specified for the part or the mml contents; add
22599         a comment about mml-generate-default-type.
22600
22601 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22602
22603         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22604         make it default to application/octet-stream when determining the
22605         content type if it is not specified for the external contents.
22606
22607 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22608
22609         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22610         segmented parameter but also other parameters might be there.
22611
22612 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22613
22614         * mm-decode.el (mm-display-external): Delete temp file, directory
22615         and buffer immediately if the external process is exited.
22616
22617 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22618
22619         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22620         fewer lines than that of scroll-margin.
22621         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22622
22623 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22624
22625         * gnus-art.el (gnus-article-next-page): Revert.
22626         (gnus-article-beginning-of-window): New macro.
22627         (gnus-article-next-page-1): Use it.
22628         (gnus-article-prev-page): Ditto.
22629         (gnus-article-edit-part): Use insert-buffer-substring instead of
22630         insert-buffer.
22631         (gnus-article-edit-exit): Ditto.
22632
22633         * gnus-util.el (gnus-beginning-of-window): Remove.
22634         (gnus-end-of-window): Remove.
22635
22636         * lpath.el: Don't bind header-line-format and scroll-margin.
22637
22638 2005-07-25  Simon Josefsson  <jas@extundo.com>
22639
22640         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22641         to have the url package without w3.  Reported by Daiki Ueno
22642         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22643
22644 2005-07-20  Didier Verna  <didier@xemacs.org>
22645
22646         * gnus-diary.el: Remove the description comment (nndiary is now
22647         properly documented in the Gnus manual).
22648         Fix the spelling of "Back End".
22649         * nndiary.el: Ditto.
22650         Fix the copyright notice.
22651
22652 2005-07-18  Romain Francoise  <romain@orebokech.com>
22653
22654         * gnus-sum.el (gnus-summary-to-prefix)
22655         (gnus-summary-newsgroup-prefix): New variables.
22656         (gnus-summary-from-or-to-or-newsgroups): Use them.
22657
22658 2005-07-17  Romain Francoise  <romain@orebokech.com>
22659
22660         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22661         space as it's generally not especially interesting to the user.
22662
22663 2005-07-16  Romain Francoise  <romain@orebokech.com>
22664
22665         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22666         nil to avoid prompting and file modification if one of the
22667         messages at the top of the nnfolder file contains a copyright
22668         notice.
22669         Update copyright notice.
22670
22671         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22672         instead of `current-time-string' as the latter creates a time
22673         string that is not RFC 2822 compliant (it lacks the zone).
22674         Update copyright notice.
22675
22676 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22677
22678         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22679         for text/rtf.  Display default in prompt.  Pass default for M-n.
22680
22681         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22682
22683 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22684
22685         * gnus-msg.el (gnus-button-mailto):
22686         Remove save-selected-window-window hackery because it relies on
22687         save-selected-window internals.
22688
22689 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22690
22691         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22692         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22693         (gnus-article-prev-page): Ditto.
22694
22695         * gnus-util.el (gnus-beginning-of-window): New function.
22696         (gnus-end-of-window): New function.
22697
22698         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22699
22700 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22701
22702         * gnus-score.el (gnus-score-edit-all-score):
22703         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22704         gnus-message.
22705
22706 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22707
22708         * gnus-msg.el (gnus-button-mailto):
22709         Remove save-selected-window-window hackery because it relies on
22710         save-selected-window internals.
22711
22712 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22713
22714         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22715         add-minor-mode.
22716         (gnus-binary-mode): Ditto.
22717
22718         * gnus-topic.el (gnus-topic-mode): Ditto.
22719
22720 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22721
22722         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22723         (gnus-article-prev-page): Take scroll-margin into consideration.
22724
22725 2005-07-04  Lute Kamstra  <lute@gnu.org>
22726
22727         Update FSF's address in GPL notices.
22728
22729 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22730
22731         * gnus.el (gnus-exit):
22732         * gnus-group.el (gnus-group-icons):
22733         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22734
22735         * gnus-nocem.el (gnus-nocem):
22736         * message.el (message-various, message-buffers, message-sending)
22737         (message-interface, message-forwarding, message-insertion)
22738         (message-headers, message-news, message-mail):
22739         * pgg-gpg.el (pgg-gpg):
22740         * pgg-parse.el (pgg-parse):
22741         * pgg-pgp.el (pgg-pgp):
22742         * pgg-pgp5.el (pgg-pgp5):
22743         * pop3.el (pop3): Finish `defgroup' description with period.
22744
22745 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22746
22747         * gnus-art.el (article-display-face): Improve the efficiency.
22748         (article-display-x-face): Ditto; remove gray x-face stuff.
22749
22750 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22751
22752         * gnus-art.el (article-display-face): Correct the position in
22753         which Faces are inserted.
22754
22755 2005-06-29  Didier Verna  <didier@xemacs.org>
22756
22757         * gnus-art.el (article-display-face): Display faces in correct
22758         order.
22759
22760 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22761
22762         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22763         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22764         (gnus-nocem-check-article): Fetch the Type header.
22765         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22766         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22767         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22768         make sure gnus-nocem-hashtb is initialized.
22769         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22770         (gnus-nocem-unwanted-article-p): Ditto.
22771
22772         * pgg.el (pgg-verify): Return the verification result.
22773
22774 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22775
22776         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22777         is ascii.
22778
22779 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22780
22781         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22782         `show-nonbreak-escape'.
22783
22784 2005-06-23  Lute Kamstra  <lute@gnu.org>
22785
22786         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22787
22788         * dig.el (dig-mode):
22789         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22790
22791 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22792
22793         * nnimap.el (nnimap-split-download-body): Fix spellings.
22794
22795 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22796
22797         * gnus-art.el (gnus-article-encrypt-body):
22798         * gnus-cus.el (gnus-score-customize):
22799         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22800         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22801
22802 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22803
22804         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22805         header by looking for magic "MII" at the beginning.
22806
22807 2005-06-16  Miles Bader  <miles@gnu.org>
22808
22809         * gnus-xmas.el (gnus-xmas-group-startup-message):
22810         Use renamed gnus-splash face.
22811
22812         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22813         (assistant-field-face): New backward-compatibility alias for renamed
22814         face.
22815         (assistant-render-text): Use renamed assistant-field face.
22816
22817         * spam.el (spam): Remove "-face" suffix from face name.
22818         (spam-face): New backward-compatibility alias for renamed face.
22819         (spam-face, spam-initialize): Use renamed spam face.
22820
22821         * message.el (message-header-to, message-header-cc)
22822         (message-header-subject, message-header-newsgroups)
22823         (message-header-other, message-header-name)
22824         (message-header-xheader, message-separator, message-cited-text)
22825         (message-mml): Remove "-face" suffix from face names.
22826         (message-header-to-face, message-header-cc-face)
22827         (message-header-subject-face, message-header-newsgroups-face)
22828         (message-header-other-face, message-header-name-face)
22829         (message-header-xheader-face, message-separator-face)
22830         (message-cited-text-face, message-mml-face):
22831         New backward-compatibility aliases for renamed faces.
22832         (message-font-lock-keywords): Use renamed message faces.
22833
22834         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22835         (sieve-test-commands, sieve-tagged-arguments):
22836         Remove "-face" suffix from face names.
22837         (sieve-control-commands-face, sieve-action-commands-face)
22838         (sieve-test-commands-face, sieve-tagged-arguments-face):
22839         New backward-compatibility aliases for renamed faces.
22840         (sieve-control-commands-face, sieve-action-commands-face)
22841         (sieve-test-commands-face, sieve-tagged-arguments-face):
22842         Use renamed sieve faces.
22843
22844         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22845         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22846         (gnus-group-news-3-empty, gnus-group-news-4)
22847         (gnus-group-news-4-empty, gnus-group-news-5)
22848         (gnus-group-news-5-empty, gnus-group-news-6)
22849         (gnus-group-news-6-empty, gnus-group-news-low)
22850         (gnus-group-news-low-empty, gnus-group-mail-1)
22851         (gnus-group-mail-1-empty, gnus-group-mail-2)
22852         (gnus-group-mail-2-empty, gnus-group-mail-3)
22853         (gnus-group-mail-3-empty, gnus-group-mail-low)
22854         (gnus-group-mail-low-empty, gnus-summary-selected)
22855         (gnus-summary-cancelled, gnus-summary-high-ticked)
22856         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22857         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22858         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22859         (gnus-summary-low-undownloaded)
22860         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22861         (gnus-summary-low-unread, gnus-summary-normal-unread)
22862         (gnus-summary-high-read, gnus-summary-low-read)
22863         (gnus-summary-normal-read, gnus-splash):
22864         Remove "-face" suffix from face names.
22865         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22866         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22867         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22868         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22869         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22870         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22871         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22872         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22873         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22874         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22875         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22876         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22877         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22878         (gnus-summary-normal-ticked-face)
22879         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22880         (gnus-summary-normal-ancient-face)
22881         (gnus-summary-high-undownloaded-face)
22882         (gnus-summary-low-undownloaded-face)
22883         (gnus-summary-normal-undownloaded-face)
22884         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22885         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22886         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22887         (gnus-splash-face):
22888         New backward-compatibility aliases for renamed faces.
22889         (gnus-group-startup-message): Use renamed gnus faces.
22890
22891         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22892         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22893         (gnus-server-agent): Remove "-face" suffix from face names.
22894         (gnus-server-agent-face, gnus-server-opened-face)
22895         (gnus-server-closed-face, gnus-server-denied-face)
22896         (gnus-server-offline-face):
22897         New backward-compatibility aliases for renamed faces.
22898         (gnus-server-agent-face, gnus-server-opened-face)
22899         (gnus-server-closed-face, gnus-server-denied-face)
22900         (gnus-server-offline-face): Use renamed gnus faces.
22901
22902         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22903         Remove "-face" suffix from face names.
22904         (gnus-picon-xbm-face, gnus-picon-face):
22905         New backward-compatibility aliases for renamed faces.
22906
22907         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22908         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22909         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22910         (gnus-cite-11): Remove "-face" suffix from face names.
22911         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22912         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22913         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22914         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22915         New backward-compatibility aliases for renamed faces.
22916         (gnus-cite-attribution-face, gnus-cite-face-list)
22917         (gnus-article-boring-faces): Use renamed gnus faces.
22918
22919         * gnus-art.el (gnus-signature, gnus-header-from)
22920         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22921         (gnus-header-content): Remove "-face" suffix from face names.
22922         (gnus-signature-face, gnus-header-from-face)
22923         (gnus-header-subject-face, gnus-header-newsgroups-face)
22924         (gnus-header-name-face, gnus-header-content-face):
22925         New backward-compatibility aliases for renamed faces.
22926         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22927
22928         * gnus-sum.el (gnus-summary-selected-face)
22929         (gnus-summary-highlight): Use renamed gnus faces.
22930         * gnus-group.el (gnus-group-highlight): Likewise.
22931
22932 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22933
22934         * gnus-sieve.el (gnus-sieve-article-add-rule):
22935         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22936         * spam-stat.el (spam-stat-buffer-change-to-spam)
22937         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22938
22939         * message.el (message-is-yours-p):
22940         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22941
22942 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22943
22944         * mm-view.el (mm-inline-text): Withdraw the last change.
22945
22946 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22947
22948         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22949         executing enriched-decode.
22950
22951 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22952
22953         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22954         charset of tar files.
22955
22956 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22957
22958         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22959
22960 2005-06-04  Lute Kamstra  <lute@gnu.org>
22961
22962         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22963         information is never recorded.
22964
22965 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22966
22967         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22968
22969 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22970
22971         * pop3.el (pop3-apop): Run md5 in the binary mode.
22972
22973         * starttls.el (starttls-set-process-query-on-exit-flag):
22974         Use eval-and-compile.
22975
22976 2005-05-31  Simon Josefsson  <jas@extundo.com>
22977
22978         * smime.el (smime-replace-in-string): Define.
22979         (smime-cert-by-ldap-1): Use it.
22980
22981 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * gnus-art.el (article-display-x-face): Replace
22984         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22985
22986         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22987         set-process-query-on-exit-flag or process-kill-without-query.
22988
22989         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22990         loop instead of replace-regexp.
22991
22992         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22993         instead of process-kill-without-query if it is available.
22994
22995         * lpath.el: Fbind ldap-search-entries.
22996
22997         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22998         instead of find-file-hooks if it is available.
22999
23000         * mml1991.el: Bind pgg-default-user-id when compiling.
23001
23002         * mml2015.el: Bind pgg-default-user-id when compiling.
23003
23004         * nndraft.el (nndraft-request-associate-buffer):
23005         Use write-contents-functions instead of write-contents-hooks if it is
23006         available.
23007
23008         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23009         instead of find-file-hooks if it is available.
23010
23011         * nntp.el (nntp-open-connection): Replace
23012         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23013         (nntp-open-ssl-stream): Ditto.
23014         (nntp-open-tls-stream): Ditto.
23015
23016         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23017         set-process-query-on-exit-flag or process-kill-without-query.
23018         (starttls-open-stream-gnutls): Use it instead of
23019         process-kill-without-query.
23020         (starttls-open-stream): Ditto.
23021
23022 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23023
23024         * smime.el (smime-cert-by-ldap-1): Don't use
23025         replace-regexp-in-string.
23026
23027 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23028
23029         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23030
23031         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23032         in PEM format.  Adjust to the XEmacs compatibility.
23033
23034 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23035
23036         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23037         by `string-to-number'.
23038         * gnus-agent.el (gnus-agent-regenerate-group)
23039         (gnus-agent-fetch-articles): Ditto.
23040         * gnus-art.el (gnus-button-fetch-group): Ditto.
23041         * gnus-cache.el (gnus-cache-generate-active)
23042         (gnus-cache-articles-in-group): Ditto.
23043         * gnus-group.el (gnus-group-set-current-level)
23044         (gnus-group-insert-group-line): Ditto.
23045         * gnus-score.el (gnus-score-set-expunge-below)
23046         (gnus-score-set-mark-below, gnus-summary-score-effect)
23047         (gnus-summary-score-entry): Ditto.
23048         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23049         (gnus-soup-pack): Ditto.
23050         * gnus-spec.el (gnus-xmas-format): Ditto.
23051         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23052         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23053         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23054         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23055         * nndb.el (nndb-get-remote-expire-response): Ditto.
23056         * nndiary.el (nndiary-parse-schedule-value)
23057         (nndiary-string-to-number, nndiary-request-replace-article)
23058         (nndiary-request-article): Ditto.
23059         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23060         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23061         * nneething.el (nneething-make-head): Ditto.
23062         * nnfolder.el (nnfolder-request-article)
23063         (nnfolder-retrieve-headers): Ditto.
23064         * nnheader.el (nnheader-file-to-number): Ditto.
23065         * nnkiboze.el (nnkiboze-request-article): Ditto.
23066         * nnmail.el (nnmail-process-unix-mail-format)
23067         (nnmail-process-babyl-mail-format): Ditto.
23068         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23069         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23070         (nnmh-request-create-group, nnmh-request-list-1)
23071         (nnmh-request-group, nnmh-request-article): Ditto.
23072         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23073         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23074         * nnsoup.el (nnsoup-make-active): Ditto.
23075         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23076         * nntp.el (nntp-find-group-and-number)
23077         (nntp-retrieve-headers-with-xover): Ditto.
23078         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23079         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23080         (pgg-format-key-identifier): Ditto.
23081         * pop3.el (pop3-last, pop3-stat): Ditto.
23082         * qp.el (quoted-printable-decode-region): Ditto.
23083
23084         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23085         of concat.
23086
23087 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23088
23089         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23090
23091         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23092
23093         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23094
23095         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23096
23097         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23098
23099         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23100
23101         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23102         (gnus-carpal-mode): Ditto.
23103
23104         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23105         (gnus-browse-mode): Ditto.
23106
23107         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23108
23109         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23110
23111 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23112
23113         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23114
23115 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23116
23117         * gnus-util.el (gnus-run-mode-hooks): New function.
23118
23119         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23120
23121         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23122         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23123
23124 2005-05-27  Lute Kamstra  <lute@gnu.org>
23125
23126         * dns-mode.el (dns-mode): Specify customization group.
23127
23128 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23129
23130         * gnus-agent.el (gnus-agent-make-mode-line-string):
23131         Use mode-line-highlight as mouse-face.
23132
23133 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23134
23135         * canlock.el (canlock): Change the parent group to news.
23136
23137         * deuglify.el (gnus-outlook-deuglify): Add :group.
23138
23139         * dig.el (dig): Add :group.
23140
23141         * dns-mode.el (dns-mode): Add :group.
23142
23143         * encrypt.el (encrypt): Add :group.
23144
23145         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23146         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23147         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23148         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23149         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23150
23151         * gnus-diary.el (gnus-diary): Add :group.
23152
23153         * gnus.el (gnus-group-news-1-face): Add :group.
23154         (gnus-group-news-1-empty-face): Ditto.
23155         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23156         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23157         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23158         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23159         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23160         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23161         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23162         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23163         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23164         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23165         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23166         (gnus-summary-high-ticked-face): Ditto.
23167         (gnus-summary-low-ticked-face): Ditto.
23168         (gnus-summary-normal-ticked-face): Ditto.
23169         (gnus-summary-high-ancient-face): Ditto.
23170         (gnus-summary-low-ancient-face): Ditto.
23171         (gnus-summary-normal-ancient-face): Ditto.
23172         (gnus-summary-high-undownloaded-face): Ditto.
23173         (gnus-summary-low-undownloaded-face): Ditto.
23174         (gnus-summary-normal-undownloaded-face): Ditto.
23175         (gnus-summary-high-unread-face): Ditto.
23176         (gnus-summary-low-unread-face): Ditto.
23177         (gnus-summary-normal-unread-face): Ditto.
23178         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23179         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23180
23181         * hashcash.el (hashcash): New custom group.
23182         (hashcash-default-payment): Add :group.
23183         (hashcash-payment-alist): Ditto.
23184         (hashcash-default-accept-payment): Ditto.
23185         (hashcash-accept-resources): Ditto.
23186         (hashcash-path): Ditto.
23187         (hashcash-extra-generate-parameters): Ditto.
23188         (hashcash-double-spend-database): Ditto.
23189         (hashcash-in-news): Ditto.
23190
23191         * message.el (message-minibuffer-local-map): Add :group.
23192
23193         * netrc.el (netrc): Add :group.
23194
23195         * sieve-manage.el (sieve-manage-log): Add :group.
23196         (sieve-manage-default-user): Diito.
23197         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23198         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23199         (sieve-manage-authenticators): Ditto.
23200         (sieve-manage-authenticator-alist): Ditto.
23201         (sieve-manage-default-port): Ditto.
23202
23203         * sieve-mode.el (sieve-control-commands-face): Add :group.
23204         (sieve-action-commands-face): Ditto.
23205         (sieve-test-commands-face): Ditto.
23206         (sieve-tagged-arguments-face): Ditto.
23207
23208         * smime.el (smime): Add :group.
23209
23210         * spam-report.el (spam-report): Add :group.
23211
23212         * spam.el (spam, spam-face): Add :group.
23213
23214 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23215
23216         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23217         return \n.\n.\n at the end of articles.  Protect against that.
23218         (nntp-with-open-group): Allow debugging.
23219
23220         * nnheader.el (mail-header-set-extra): Make into a function
23221         because I just could't understand how to quote the list properly.
23222
23223         * dns.el (query-dns-cached): New function.
23224
23225 2005-05-26  Lute Kamstra  <lute@gnu.org>
23226
23227         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23228
23229 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23230
23231         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23232
23233         * gnus-art.el: Don't autoload mail-extract-address-components.
23234
23235         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23236         eval-and-compile to evaluate it.
23237
23238         * hashcash.el: Don't autoload executable-find.
23239
23240         * nndb.el: Don't declare the nndb back end two or more times; don't
23241         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23242
23243         * nntp.el: Autoload format-spec instead of format; use
23244         eval-and-compile to evaluate autoload forms.
23245
23246 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23247
23248         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23249
23250 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23251
23252         * gnus.el (gnus-version-number): Bump version.
23253
23254 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23255
23256         * gnus.el: No Gnus v0.3 is released.
23257
23258 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23259
23260         * lpath.el (featurep): Bind show-nonbreak-escape.
23261
23262 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23263
23264         * gnus-art.el (gnus-article-edit-part): Disable undo.
23265
23266 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23267
23268         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23269         gnus-article-date-lapsed-new-header is t if date timer is active;
23270         skip headers in which the original date value is empty.
23271         (gnus-article-save-original-date): Redefine it as a macro.
23272         (gnus-display-mime): Use it.
23273
23274 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23275
23276         * gnus-art.el (article-date-ut): Support converting date in
23277         forwarded parts as well.
23278         (gnus-article-save-original-date): New function.
23279         (gnus-display-mime): Use it.
23280
23281 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23282
23283         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23284         enclosure element of <item>.
23285
23286 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23287
23288         * message.el (message-kill-buffer-query): Rename from
23289         `message-kill-buffer-query-if-modified'.  Add :version.
23290
23291 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23292
23293         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23294         window layout.
23295
23296 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23297
23298         * mml.el: Autoload dnd when compiling.
23299
23300 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23301
23302         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23303         x-dnd-*.
23304
23305 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23306
23307         * qp.el (quoted-printable-encode-region): Save excursion.
23308
23309 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23310
23311         * message.el (message-kill-buffer-query-if-modified): Add new variable
23312         so the user can kill a modified message buffer quickly.
23313         (message-kill-buffer): Use it.
23314
23315 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23316
23317         * lpath.el: Fbind display-time-event-handler; don't fbind
23318         string-to-multibyte.
23319
23320         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23321
23322 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23323
23324         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23325         contained in text because xml.el decodes entities) with LFs.
23326
23327 2005-04-11  Lute Kamstra  <lute@gnu.org>
23328
23329         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23330         differently.
23331
23332 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23333
23334         * mm-util.el (mm-detect-coding-region): Typo.
23335
23336 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23337
23338         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23339
23340 2005-04-06  Deepak Goel  <deego@gnufans.org>
23341
23342         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23343         user-function allow user modifications of the scores.
23344         (spam-stat-score-buffer-user): New function, to allow
23345         user-computed modifications to the score.
23346         (spam-stat-score-buffer-user-functions): List of additional
23347         scoring functions.
23348         (spam-stat-error-holder): Global temporary error holder.
23349         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23350         variable.
23351
23352 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23353
23354         * gnus-registry.el (gnus-registry-clean-empty-function)
23355         (gnus-registry-trim, gnus-registry-fetch-groups)
23356         (gnus-registry-delete-group): Groups that match
23357         `gnus-registry-ignored-groups' are removed from the registry
23358         entries, not just ignored for splitting.  This helps clean up the
23359         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23360         to get all the groups a message ID is in.
23361
23362         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23363         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23364         (spam-stat-score-buffer-user-functions): Add :number custom type.
23365
23366 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23367
23368         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23369         argument in XEmacs.
23370
23371         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23372         (nnrss-request-group): Decode group name first.
23373         (nnrss-request-article): Make a text/plain article if mml-to-mime
23374         failed.
23375         (nnrss-get-encoding): Return a compatible encoding according to
23376         nnrss-compatible-encoding-alist.
23377         (nnrss-find-el): Use consp instead of listp.
23378         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23379
23380 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23381
23382         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23383         which Emacs 20 doesn't support.
23384         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23385
23386 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23387
23388         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23389         silence the byte compiler inside the defun.
23390
23391         * gnus-demon.el (parse-time-string): Add autoload.
23392
23393         * gnus-delay.el (parse-time-string): Add autoload.
23394
23395         * gnus-art.el (parse-time-string): Add autoload.
23396
23397         * nnultimate.el (parse-time): Require for `parse-time-string'.
23398
23399 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23400
23401         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23402
23403         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23404
23405         * smime.el (smime-ldap-host-list): Add :version.
23406
23407 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23408
23409         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23410         pass it to `gnus-browse-read-group'.
23411         (gnus-browse-read-group): Add NUMBER argument and pass it to
23412         `gnus-group-read-ephemeral-group'.
23413
23414         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23415         argument and pass it to `gnus-group-read-group'.
23416
23417 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23418
23419         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23420         mm-xemacs-find-mime-charset-1 if we have the mule feature
23421         available at runtime.
23422
23423 2005-03-25  Werner Lemberg  <wl@gnu.org>
23424
23425         * nnmaildir.el: Replace `illegal' with `invalid'.
23426
23427 2005-03-23  Lute Kamstra  <lute@gnu.org>
23428
23429         * time-date.el: Add comment on time value formats.
23430         Don't require parse-time.
23431         (with-decoded-time-value): New macro.
23432         (encode-time-value): New function.
23433         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23434         (days-to-time): Return a valid time value when arg is huge.
23435         (time-since): Use time-subtract.
23436         (time-to-number-of-days): Use time-to-seconds.
23437
23438 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23439
23440         * gnus-start.el (gnus-display-time-event-handler):
23441         Check display-time-timer at runtime rather than only at load time
23442         in case display-time-mode is turned off in the mean time.
23443
23444 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23445
23446         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23447         used.
23448
23449         * nneething.el (nneething-map-file-directory): Derive from
23450         `gnus-directory'.
23451
23452         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23453         the To/Cc button.
23454
23455 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23456
23457         * nnmaildir.el (nnmaildir-request-accept-article):
23458         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23459
23460 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23461
23462         * gnus-async.el: Require timer-funcs at compile time when in
23463         XEmacs for `run-with-idle-timer'.
23464
23465 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23466
23467         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23468         autoloaded function.
23469
23470 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23471
23472         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23473
23474 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23475
23476         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23477
23478 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23479
23480         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23481         Add gnus-expert-user to default.
23482
23483 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23484
23485         * nnimap.el (nnimap-open-server): Ditto.
23486
23487         * imap.el (imap-authenticate): Fix typo.
23488
23489 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23490
23491         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23492         buffer (since IMAP server might return FETCH response out of
23493         order, and the nntp buffer must be sorted).
23494
23495 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23496
23497         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23498         comparison on string.
23499
23500         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23501         (gnus-agent-score): Rename category keywords to match gnus-cus.
23502         (gnus-agent-summary-fetch-series): Modify to protect against
23503         gnus-agent-summary-fetch-group clearing processable flags.
23504         (gnus-agent-synchronize-group-flags): Update live group buffer as
23505         synchronization may occur due to the user toggle the plugged
23506         status.
23507         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23508         successfully downloaded.
23509         (gnus-agent-expire-group-1): Avoid using markers when the overview
23510         is in ascending order; greatly improves performance.
23511         (gnus-agent-regenerate-group):
23512         Use gnus-agent-synchronize-group-flags to reset read status in both
23513         gnus and server.
23514         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23515
23516 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23517
23518         * message.el: Don't autoload former message-utils variables.
23519         (message-strip-subject-trailing-was): Change doc string.
23520
23521         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23522         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23523         (nnweb-google-search): Add "hl=en" here.
23524         (nnweb-google-parse-1, nnweb-google-create-mapping):
23525         Don't hardcode URL.
23526
23527 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23528
23529         * message.el (message-get-reply-headers, message-followup):
23530         Mention related variables `message-use-followup-to' and
23531         `message-use-mail-followup-to', in the information buffer.
23532
23533         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23534         of broken groups(-beta).google.com.
23535
23536 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23537
23538         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23539         parameter to invoked gnus-request-move-article; remove the
23540         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23541         all at once instead of once per article.
23542         (gnus-summary-remove-process-mark): Accept a list of articles as
23543         well as a single article for processing.
23544
23545         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23546         parameter.
23547
23548         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23549
23550         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23551
23552         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23553         parameter.
23554
23555         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23556         parameter.
23557
23558         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23559         parameter and remove the gnus-sum-hint-move-is-internal variable.
23560
23561         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23562         parameter.
23563
23564         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23565         parameter.
23566
23567         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23568         parameter.
23569
23570         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23571
23572         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23573         parameter.
23574
23575         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23576         parameter.
23577
23578 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23579
23580         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23581         a more conservative way.
23582
23583 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23584
23585         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23586         buffer, so it moves the window's cursor.
23587
23588 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23589
23590         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23591         `mm-dissect-multipart' and receive the from field as an (optional)
23592         argument from `mm-dissect-multipart'.
23593         (mm-dissect-multipart): Receive the from field as an argument and
23594         pass it on when we call `mm-dissect-buffer' on MIME parts.
23595         Fixes verification/decryption of signed/encrypted MIME parts.
23596
23597 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23598
23599         * gnus-sum.el (gnus-summary-move-article):
23600         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23601         whatever it calls (right now, only nnimap-request-move article
23602         respects it).
23603
23604         * nnimap.el (nnimap-request-move-article):
23605         When gnus-sum-hint-move-is-internal is set, don't do the extra
23606         nnimap-request-article.
23607
23608 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23609
23610         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23611
23612         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23613         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23614
23615         * gnus-sum.el (gnus-summary-caesar-message):
23616         Apply `gnus-treat-article' after rotation.
23617
23618         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23619         doc string.
23620
23621 2005-02-22  Simon Josefsson  <jas@extundo.com>
23622
23623         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23624         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23625         <arne@arnested.dk>.
23626         (encrypt): Add password-cache and password-cache-expiry as group
23627         members.
23628
23629 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23630
23631         * smime.el (smime-ldap-host-list): Doc fix.
23632         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23633         cache) password.
23634         (smime-sign-region): Use it.
23635         (smime-decrypt-region): Use it.
23636         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23637         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23638         fails.
23639         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23640         certificate from DER to PEM format rather than calling openssl.
23641
23642         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23643
23644         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23645         for signing/encryption.
23646
23647         * mml.el (mml-parse-1): Use them.
23648
23649 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23650
23651         * nnrss.el (nnrss-verbose): Remove.
23652         (nnrss-request-group): Use `nnheader-message' instead.
23653
23654 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23655
23656         * nnrss.el (nnrss-verbose): New variable.
23657         (nnrss-request-group): Make it say nnrss is requesting a group.
23658
23659 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23660
23661         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23662         Handle news URL with given port correctly.
23663
23664 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23665
23666         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23667         containing special characters.
23668
23669         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23670
23671         * mml.el (mime-to-mml): Ditto.
23672
23673         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23674         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23675         (rfc2047-decode-region): Quote decoded words containing special
23676         characters when rfc2047-quote-decoded-words-containing-tspecials
23677         is non-nil.
23678
23679 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23680
23681         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23682
23683         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23684
23685 2005-02-15  Simon Josefsson  <jas@extundo.com>
23686
23687         * nnimap.el (nnimap-debug): Doc fix.
23688
23689         * imap.el (imap-debug): Doc fix.
23690
23691 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23692
23693         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23694
23695 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23696
23697         * gnus.el (spam-contents): Improve docs for spam-contents
23698         parameter in its variable incarnation.
23699
23700 2005-02-14  Simon Josefsson  <jas@extundo.com>
23701
23702         * smime-ldap.el: Use require instead of load-library for ldap.
23703         (smime-ldap-search): Indent.
23704         (smime-ldap-search-internal): Shorten line.
23705
23706         * smime.el (smime-cert-by-dns): Add doc-string.
23707         (smime-cert-by-ldap-1): Indent.
23708
23709         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23710         mml-smime-get-dns-ldap.
23711         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23712
23713 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23714
23715         * smime.el: Require smime-ldap.
23716         (smime-ldap-host-list): New variable.
23717         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23718
23719         * mml-smime.el (mml-smime-encrypt-query): New function.
23720         (mml-smime-encrypt-query): Use it.
23721
23722         * smime-ldap.el: New file.
23723
23724 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23725
23726         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23727
23728 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23729
23730         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23731         argument in doc string.  Make query for type more clear.
23732
23733 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23734
23735         * gnus.el (gnus-group-startup-message): Search for gnus images in
23736         etc/images/gnus.
23737         * mm-util.el (mm-image-load-path): Likewise.
23738         * smiley.el (smiley-data-directory): Search for smilies in
23739         etc/images/smilies.
23740
23741 2005-02-09  Kim F. Storm  <storm@cua.dk>
23742
23743         Change Emacs release version from 21.4 to 22.1 throughout.
23744         Change Emacs development version from 21.3.50 to 22.0.50.
23745
23746 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23747
23748         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23749
23750         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23751         non-Mule XEmacs as well.
23752         (mm-decompress-buffer): Signal an error intentionally if it does
23753         not decompress compressed data because auto-compression-mode is
23754         disabled.
23755
23756 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23757
23758         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23759         an ID in the registry even if it has no groups.
23760
23761 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23762
23763         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23764         merge it into mm-decompress-buffer.
23765         (gnus-mime-copy-part): Use the MIME part charset, the value which
23766         a user specified or gnus-newsgroup-charset for decoding, like
23767         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23768         save-buffer what was used.  Suggested by Kevin Ryde
23769         <user42@zip.com.au>.
23770         (gnus-mime-inline-part): Allow the name parameter as well as the
23771         filename parameter; force decompressing of compressed data; always
23772         display contents being not decoded as unibyte.
23773
23774         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23775         as well as the filename parameter.
23776
23777         * mm-util.el (mm-decompress-buffer):
23778         Merge gnus-mime-jka-compr-maybe-uncompress.
23779         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23780         of compressed data.
23781
23782 2005-02-08  Simon Josefsson  <jas@extundo.com>
23783
23784         * imap.el (imap-log): Doc fix.
23785
23786 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23787
23788         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23789         the coding cookies; decompress compressed parts.
23790
23791         * mml.el (mml-generate-mime-1): Add the charset parameter according
23792         to the value which a user specified manually or the coding cookie.
23793
23794         * mm-util.el (mm-string-to-multibyte): New function.
23795         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23796         (mm-coding-system-to-mime-charset): New function.
23797         (mm-decompress-buffer): New function.
23798         (mm-find-buffer-file-coding-system): New function.
23799
23800         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23801         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23802         parts.
23803
23804 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23805
23806         * mm-view.el (mm-display-inline-fontify): Decode a part according
23807         to the charset parameter.
23808
23809 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23810
23811         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23812         prefix arg is neither nil nor a number, as info specifies.
23813
23814 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23815
23816         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23817         timestamps.
23818
23819 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23820
23821         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23822         groups error checking and notify user.
23823
23824 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23825
23826         * message.el (message-send-mail-function): Check existence of
23827         sendmail-program first before using default value
23828         `message-send-mail-with-sendmail'.  Otherwise use more generic
23829         `smtpmail-send-it'.
23830
23831 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23832
23833         * nntp.el (nntp-request-update-info): Always return nil.
23834
23835 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23836
23837         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23838
23839 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23840
23841         * message.el (message-beginning-of-line): Change the behavior when
23842         invoked between BOL and : so that it first moves backward.
23843
23844 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23845
23846         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23847         article buffer when editing of the article is discarded.
23848         (gnus-article-prepare): Revert.
23849
23850 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23851
23852         * gnus-art.el (gnus-article-prepare):
23853         Remove message-strip-forbidden-properties from the local hook.
23854
23855 2005-01-27  Simon Josefsson  <jas@extundo.com>
23856
23857         * password.el (password-cache-add): Only start one timer per key.
23858         Reported by Derek Atkins <warlord@MIT.EDU>.
23859
23860 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23861
23862         * run-at-time.el: Remove.  It is no longer needed as
23863         timer-funcs.el in the xemacs-base package has a working version of
23864         `run-at-time'.
23865
23866         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23867
23868         * password.el: Require timer-funcs instead of run-at-time in
23869         XEmacs.
23870         Remove `password-run-at-time' macro.
23871         (password-cache-add): Use `run-at-time' instead of
23872         `password-run-at-time'.
23873
23874         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23875         Remove `nnheader-cancel-function-timers' alias,
23876         `cancel-function-timers' exists in XEmacs in timer-funcs.
23877
23878         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23879         for `run-with-idle-timer'.
23880
23881         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23882         for `run-at-time'.
23883
23884         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23885         for `with-timeout'.
23886
23887         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23888         the same as for XEmacs 21.4.
23889         No need to ignore `run-with-idle-timer', this function exists in
23890         XEmacs now in timer-funcs.el in the xemacs-base package.
23891         (dgnushack-compile): No need to delete
23892         run-at-time.el from the list of files to compile because it
23893         doesn't exist anymore.
23894
23895 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23896
23897         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23898         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23899
23900 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23901
23902         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23903         sensitively.
23904
23905 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23906
23907         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23908
23909 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23910
23911         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23912         which will be inserted according to the multibyteness of a buffer
23913         rather than the type of contents.  Suggested by ARISAWA Akihiro
23914         <ari@mbf.ocn.ne.jp>.
23915
23916         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23917         of string which old xml.el may return rather than a string.
23918
23919 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23920
23921         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23922
23923 2005-01-16  Simon Josefsson  <jas@extundo.com>
23924
23925         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23926         idn/idna.el isn't available.
23927         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23928         <michael@waxrat.com>.
23929
23930         * hashcash.el: Remove non-FSF copyright header.
23931
23932         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23933         (hashcash-generate-payment): Use it.
23934         (hashcash-generate-payment-async): Use it.
23935
23936 2005-01-15  Simon Josefsson  <jas@extundo.com>
23937
23938         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23939         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23940
23941         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23942         gnus-summary-idna-message.
23943         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23944         (gnus-summary-idna-message): New function.
23945
23946 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23947
23948         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23949         gnus-novice-user.
23950
23951 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23952
23953         * nnrss.el (nnrss-request-delete-group): Delete entries in
23954         nnrss-group-alist as well.
23955         (nnrss-save-server-data): Insert newline.
23956
23957 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23958
23959         * gnus.el (gnus-user-agent): Use list of symbols instead of
23960         symbols.  Display full version number for (S)XEmacs.
23961         Optionally display (S)XEmacs codename.
23962
23963         * gnus-util.el (gnus-emacs-version): Update for new
23964         `gnus-user-agent'.
23965
23966         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23967         Gnus version.
23968
23969 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23970
23971         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23972         which is unreadable in some setups.
23973
23974 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23975
23976         * gnus-spec.el (gnus-update-format-specifications): Flush the
23977         group format spec cache if it doesn't support decoded group names.
23978
23979 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23980
23981         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23982         Allow to apply decay on score files matching a regexp.
23983
23984 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23985
23986         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23987         compatibility in %g and %c.
23988
23989 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23990
23991         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23992         name for only %g and %c.
23993         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23994         of gnus-tmp-group to decoded group name.
23995         (gnus-group-make-rss-group): Exclude `/'s from group names.
23996
23997 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23998
23999         * nnrss.el (nnrss-get-encoding): Fix regexp.
24000
24001 2004-12-27  Simon Josefsson  <jas@extundo.com>
24002
24003         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24004         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24005         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24006
24007 2004-12-17  Kim F. Storm  <storm@cua.dk>
24008
24009         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24010
24011         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24012
24013 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24014
24015         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24016
24017 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24018
24019         * nnrss.el: Require rfc2047 and mml.
24020         (nnrss-file-coding-system): New variable.
24021         (nnrss-format-string): Redefine it as an inline function.
24022         (nnrss-decode-group-name): New function.
24023         (nnrss-string-as-multibyte): Remove.
24024         (nnrss-retrieve-headers): Decode group name; don't use
24025         nnrss-format-string.
24026         (nnrss-request-group): Decode group name.
24027         (nnrss-request-article): Decode group name; allow a Message-ID as
24028         well as an article number; don't use nnrss-format-string; encode a
24029         Message-ID string which may contain non-ASCII characters; use
24030         mml-to-mime to compose a MIME article.
24031         (nnrss-request-expire-articles): Decode group name.
24032         (nnrss-request-delete-group): Decode group name.
24033         (nnrss-fetch): Clarify error message.
24034         (nnrss-read-server-data): Use insert-file-contents instead of load;
24035         bind file-name-coding-system; use multibyte buffer.
24036         (nnrss-save-server-data): Bind coding-system-for-write to the
24037         value of nnrss-file-coding-system; bind file-name-coding-system;
24038         add coding cookie.
24039         (nnrss-read-group-data): Use insert-file-contents instead of load;
24040         bind file-name-coding-system; use multibyte buffer.
24041         (nnrss-save-group-data): Bind coding-system-for-write to the
24042         value of nnrss-file-coding-system; bind file-name-coding-system.
24043         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24044         make it work with non-ASCII text.
24045         (nnrss-find-el): Make it work with old xml.el as well.
24046
24047 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24048
24049         * nnrss.el (nnrss-get-encoding): New function.
24050         (nnrss-fetch): Use unibyte buffer initially; bind
24051         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24052         decode contents according to the encoding attribute.
24053         (nnrss-save-group-data): Add coding cookie.
24054         (nnrss-mime-encode-string): New function.
24055         (nnrss-check-group): Use it to encode subject and author.
24056
24057 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24058
24059         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24060         imaginary variable.
24061
24062 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24063
24064         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24065         correctly even if there are wide characters.
24066
24067 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24068
24069         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24070         downcased symbol names; make a new cache instead of reusing
24071         bbdb-hashtable.
24072
24073 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24074
24075         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24076         concatenating segments rather than before concatenating them.
24077         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24078
24079         * message.el (message-get-reply-headers): Bind `extra'.
24080
24081 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24082
24083         * message.el (message-extra-wide-headers): New variable.
24084         (message-get-reply-headers): Use it.
24085
24086 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24087
24088         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24089         (gnus-agent-group-pathname): Ditto.
24090
24091         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24092
24093         * gnus-group.el (gnus-group-make-group): Decode group name.
24094         (gnus-group-make-rss-group): Register the group data after opening
24095         the nnrss group.
24096
24097 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24098
24099         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24100         by expiry now get marked as read.
24101
24102 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24103
24104         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24105
24106 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24107
24108         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24109         unify Latin characters in XEmacs.
24110         (mm-find-mime-charset-region): Use it.
24111
24112 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24113
24114         * gnus-util.el (gnus-delete-directory): New function.
24115
24116         * gnus-agent.el (gnus-agent-delete-group): Use it.
24117
24118         * gnus-cache.el (gnus-cache-delete-group): Use it.
24119
24120 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24121
24122         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24123         names.
24124
24125 2004-12-16  Simon Josefsson  <jas@extundo.com>
24126
24127         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24128
24129 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24130
24131         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24132
24133         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24134         (gnus-group-set-current-level): Decode group name.
24135
24136 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24137
24138         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24139         failed.
24140
24141 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24142
24143         * gnus-group.el (gnus-group-delete-group): Decode group name.
24144         (gnus-group-make-rss-group): Encode group name.
24145         (gnus-group-catchup-current): Decode group name.
24146         (gnus-group-kill-group): Decode group name.
24147
24148 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24149
24150         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24151
24152 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24153
24154         * gnus-group.el (gnus-group-make-rss-group):
24155         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24156
24157         * gnus-start.el (gnus-setup-news): Honor user's setting to
24158         gnus-message-archive-method.  Suggested by Lute Kamstra
24159         <lute@gnu.org>.
24160
24161 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24162
24163         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24164         global counterparts of the buffer-local variables.
24165
24166 2004-11-16  Romain Francoise  <romain@orebokech.com>
24167
24168         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24169         counterparts of the buffer-local variables.
24170
24171 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24172
24173         * message.el (message-forbidden-properties): Fix typo in doc
24174         string.
24175
24176 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24177
24178         * gnus-util.el (gnus-replace-in-string): Add doc string.
24179
24180         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24181         to avoid problems when splitting mails with many recipients.
24182
24183 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24184
24185         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24186         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24187
24188 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24189
24190         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24191         if there is no hashtable in memory or file modification time is
24192         newer than cached timestamp.
24193
24194 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24195
24196         * gnus-sum.el (gnus-summary-limit-to-recipient):
24197         Implement not-matching option.
24198
24199 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24200
24201         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24202         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24203         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24204         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24205         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24206         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24207
24208 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24209
24210         * message.el (message-forward-make-body-mml): Remove headers
24211         according to message-forward-ignored-headers if a message is decoded.
24212
24213 2004-12-02  Romain Francoise  <romain@orebokech.com>
24214
24215         * message.el (message-forward-make-body-plain): Always remove
24216         headers according to message-forward-ignored-headers.
24217
24218 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24219
24220         * spam.el (spam-summary-prepare-exit): Remove the
24221         gnus-summary-limit pop for now, it has problems with ham marks for
24222         me.
24223
24224 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24225
24226         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24227         correctly.
24228
24229 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24230
24231         * format-spec.el (format-spec): Message the char.
24232
24233 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24234
24235         * gnus-art.el (gnus-split-methods): Reformat comments.
24236
24237         * spam.el (spam-summary-prepare-exit): Remove article limits
24238         before exiting the summary buffer.
24239
24240 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24241
24242         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24243         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24244
24245         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24246         order to silence the byte compiler.
24247
24248         * spam.el: Fix the way to silence the byte compiler, which
24249         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24250         bbdb-search-simple, spam-BBDB-register-routine,
24251         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24252         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24253         spam-stat-buffer-is-spam, spam-stat-load,
24254         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24255         spam-stat-save and spam-stat-split-fancy.
24256
24257 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24258
24259         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24260         which may confuse users.
24261         (canlock-password-for-verify): Ditto.
24262
24263         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24264
24265         * gnus-art.el (gnus-emphasis-alist): Ditto.
24266
24267         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24268
24269         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24270
24271         * gnus-start.el (gnus-save-killed-list): Ditto.
24272
24273         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24274         (gnus-sum-thread-tree-root): Ditto.
24275         (gnus-sum-thread-tree-false-root): Ditto.
24276         (gnus-sum-thread-tree-single-indent): Ditto.
24277
24278         * message.el (message-courtesy-message): Ditto.
24279         (message-archive-note): Ditto.
24280         (message-subscribed-address-file): Ditto.
24281         (message-user-fqdn): Ditto.
24282
24283         * spam-report.el (spam-report-gmane-regex): Ditto.
24284
24285         * spam.el (spam-blackhole-good-server-regex): Ditto.
24286
24287 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24288
24289         * mml.el (mml-preview): Widen the message buffer before copying
24290         the contents to the preview buffer; sort headers before previewing.
24291
24292         * message.el (message-hidden-headers): Fix the way to avoid a bug
24293         in the `repeat' widget in Emacs 21.3 or earlier.
24294
24295 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24296
24297         * message.el (message-hidden-headers): Default to "^References:".
24298         Improve customization type.  Suggested by Reiner Steib
24299         <Reiner.Steib@gmx.de>.
24300
24301 2004-11-25  Romain Francoise  <romain@orebokech.com>
24302
24303         * message.el (message-strip-forbidden-properties): Remove check for
24304         obsolete `message-hidden' text property, hidden headers are not
24305         accessible in the buffer anymore.
24306
24307 2004-11-22  Romain Francoise  <romain@orebokech.com>
24308
24309         * message.el (message-header-format-alist): Add `From' in list
24310         so that it can be sorted.
24311         (message-fix-before-sending): Widen and sort headers before
24312         sending.
24313         (message-hide-headers): Use narrowing to hide headers by moving
24314         them to the top of the buffer and narrowing to the region
24315         underneath.
24316
24317 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24318
24319         * message.el (message-strip-forbidden-properties):
24320         Bind buffer-read-only (etc) to nil.
24321
24322 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24323
24324         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24325         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24326
24327 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24328
24329         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24330
24331 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24332
24333         * dns.el (query-dns): Use sit-for to time instead of
24334         accept-process-output, since that doesn't seem to work on udp
24335         sockets.
24336
24337 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24340
24341 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24342
24343         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24344         doc string.  Improve doc string.
24345
24346 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24347
24348         * nntp.el (nntp-request-update-info): Return nil if
24349         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24350         may not call gnus-activate-group which uselessly issues the GROUP
24351         commands for all nntp groups and wastes time.  Reported by Romain
24352         Francoise <romain@orebokech.com>.
24353
24354         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24355
24356 2004-11-15  Simon Josefsson  <jas@extundo.com>
24357
24358         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24359         headers separately.
24360         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24361         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24362
24363 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24364
24365         * gnus-start.el (gnus-convert-old-newsrc):
24366         Assign legacy-gnus-agent to 5.10.7.
24367
24368 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24369
24370         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24371         start of the lines.
24372
24373 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24374
24375         * hashcash.el (hashcash-default-payment): Change default to 20.
24376         (hashcash-default-accept-payment): Change default to 20.
24377         (hashcash-process-alist): New variable.
24378         (hashcash-generate-payment-async): Add.
24379         (hashcash-already-paid-p): Add.
24380         (hashcash-insert-payment): Don't generate payments twice.
24381         (hashcash-insert-payment-async): Add.
24382         (hashcash-insert-payment-async-2): Add.
24383         (hashcash-cancel-async): Add.
24384         (hashcash-wait-async): Add.
24385         (hashcash-processes-running-p): Add.
24386         (hashcash-wait-or-cancel): Add.
24387         (mail-add-payment): New optional argument.  Conditionally start
24388         asynchronous calculation.
24389         (mail-add-payment-async): Add.
24390
24391         * message.el (message-send-mail): Wait for asynchronous hashcash
24392         results.  Don't clobber existing X-Hashcash headers.
24393         (message-setup-1): Call mail-add-payment-async when
24394         message-generate-hashcash is non-nil.
24395
24396 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24397
24398         * message.el (message-use-alternative-email-as-from): Examine the
24399         From header as well; use message-make-from in order to include a
24400         user's full name.
24401
24402 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24403
24404         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24405         default; improve customization type.
24406         (gnus-emphasis-custom-with-format): New macro.
24407         (gnus-emphasis-custom-value-to-external): New function.
24408         (gnus-emphasis-custom-value-to-internal): New function.
24409
24410 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24411
24412         * dns.el (query-dns): Resolve reverse addresses.
24413
24414 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24415
24416         * gnus-group.el (gnus-group-get-new-news): Use it.
24417
24418         * gnus-start.el (gnus-check-reasonable-setup): New function.
24419
24420 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24421
24422         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24423         "Args out of range" error.  Reported by Arnaud Giersch
24424         <arnaud.giersch@free.fr>.
24425
24426 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24427
24428         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24429
24430 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24431
24432         * spam.el (spam group): Add :version.
24433
24434         * pgg-def.el (pgg group): Add :version.
24435
24436 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24437
24438         * gnus-art.el (gnus-article-edit-article): Don't associate the
24439         article buffer with a draft file.  This is a temporary measure
24440         against the 2004-08-22 change to gnus-article-edit-mode.
24441
24442 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24443
24444         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24445         (html2text-format-tags): Remove unused variable `attr'.
24446
24447 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24448
24449         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24450
24451         * tls.el (tls-process-connection-type, tls-success)
24452         (tls-certtool-program): Add :version.
24453
24454         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24455         (starttls-extra-arguments, starttls-process-connection-type)
24456         (starttls-connect, starttls-failure, starttls-success): Add :version.
24457
24458         * spam-stat.el (spam-stat): Add :version.
24459
24460         * sieve.el (sieve): Add :version.
24461
24462         * sha1.el (sha1): Add :version.
24463         (sha1-use-external): Remove redundant version.
24464
24465         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24466         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24467         (nnmail-split-fancy-match-partial-words)
24468         (nnmail-split-lowercase-expanded): Add :version.
24469
24470         * nndiary.el (nndiary): Add :version.
24471
24472         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24473
24474         * mml-sec.el (mml-default-sign-method)
24475         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24476         Add :version.
24477
24478         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24479
24480         * mm-url.el (mm-url-use-external, mm-url-program)
24481         (mm-url-arguments): Add :version.
24482
24483         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24484         (mm-attachment-file-modes, mm-decrypt-option)
24485         (mm-w3m-safe-url-regexp): Add :version.
24486
24487         * message.el (message-cite-prefix-regexp)
24488         (message-sendmail-envelope-from, message-minibuffer-local-map)
24489         (message-user-fqdn, message-completion-alist): Add :version.
24490
24491         * gnus-win.el (gnus-configure-windows-hook)
24492         (gnus-use-frames-on-any-display): Add :version.
24493
24494         * gnus-art.el (gnus-article-address-banner-alist)
24495         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24496         (gnus-treat-from-picon, gnus-treat-mail-picon)
24497         (gnus-treat-x-pgp-sig): Add :version.
24498
24499         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24500         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24501         (gnus-summary-article-delete-hook)
24502         (gnus-summary-display-while-building): Add :version.
24503
24504         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24505         (gnus-get-top-new-news-hook): Add :version.
24506
24507         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24508         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24509
24510         * gnus-registry.el (gnus-registry): Add :version.
24511
24512         * gnus-spec.el (gnus-use-correct-string-widths)
24513         (gnus-make-format-preserve-properties): Add :version.
24514
24515         * gnus.el (gnus-group-charter-alist)
24516         (gnus-group-fetch-control-use-browse-url)
24517         (gnus-install-group-spam-parameters): Add :version.
24518
24519         * gnus-diary.el (gnus-diary): Add :version.
24520
24521         * gnus-delay.el (gnus-delay): Add :version.
24522
24523         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24524         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24525         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24526         Add :version.
24527
24528         * gnus-agent.el (gnus-agent-max-fetch-size)
24529         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24530         (gnus-agent-prompt-send-queue): Add :version.
24531
24532         * deuglify.el (gnus-outlook-deuglify): Add :version.
24533
24534         * html2text.el: Beautify code.  Improve doc strings.
24535         Some checkdoc cleanup.
24536         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24537
24538 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24539
24540         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24541
24542 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24543
24544         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24545         when package is loaded.
24546
24547         * spam.el (spam-summary-score-preferred-header): Add global preference
24548         for people who want to override the default SpamAssassin over
24549         Bogofilter preference (when both are set).
24550         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24551         (spam-user-format-function-S):
24552         Check spam-summary-score-preferred-header.
24553         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24554         (spam-user-format-function-S): Format the score correctly.
24555
24556 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24557
24558         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24559         signature file.  Suggested by Manoj Srivastava
24560         <srivasta@golden-gryphon.com>.
24561
24562         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24563         iso-2022-jp even in the Japanese language environment.
24564         Suggested by Jason Rumney <jasonr@gnu.org>.
24565
24566 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24567
24568         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24569         use the same characters as the dummy marks; make it free from
24570         getting affected by the language environment.
24571         (gnus-summary-read-group-1): Update mark positions only when the
24572         format spec is updated.
24573
24574         * gnus-spec.el (gnus-update-format-specifications): Return a list
24575         of updated types.
24576
24577 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24578
24579         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24580         of boundp to check if display-warning is available.
24581
24582 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24583
24584         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24585
24586 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24587
24588         * nnspool.el (nnspool-spool-directory): Use news-path if the
24589         news-directory variable is not bound.
24590
24591         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24592         function instead of display-warning if it is not available.
24593
24594 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24595
24596         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24597         v5-10: Use `point-at-bol'.
24598
24599 2004-10-26  Simon Josefsson  <jas@extundo.com>
24600
24601         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24602         <chenggao@gmail.com>.
24603
24604 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24605
24606         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24607         instead.
24608
24609 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24610
24611         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24612         to remove a server from the nnimap-server-buffer-alist.
24613         (nnimap-open-connection, nnimap-close-server): Use it.
24614
24615         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24616
24617 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24618
24619         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24620         running the major-mode function.
24621
24622 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24623
24624         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24625         dummy marks in the right way.
24626
24627 2004-10-18  David Edmondson  <dme@dme.org>
24628
24629         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24630         excessively.
24631
24632 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24633
24634         * gnus-util.el (gnus-split-references): Accept a nil references
24635         string and go on blissfully.
24636
24637         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24638         cases where the references string is non-nil but has no references.
24639
24640         * encrypt.el: Add autoload tags.
24641
24642         * spam.el (spam-resolve-registrations-routine): Remove article
24643         from unregistration list too.  Reported by David Hanak
24644         <dhanak@isis.vanderbilt.edu>
24645
24646 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24647
24648         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24649         nil.  Change custom type.
24650
24651 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24652
24653         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24654
24655         * gnus-sum.el (gnus-summary-move-article): Use it.
24656
24657 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24658
24659         * encrypt.el: Add autoload cookies.
24660
24661         * spam.el (spam-backend-article-list-property)
24662         (spam-backend-get-article-todo-list)
24663         (spam-backend-put-article-todo-list)
24664         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24665         Resolve registrations separately.
24666         (spam-register-routine): Format comments.
24667         (spam-unregister-routine, spam-register-routine): Always call with
24668         specific-articles, no default list.
24669         (spam-summary-prepare-exit): Use the spam-classifications function.
24670
24671         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24672         gnus-encrypt.el.
24673
24674         * encrypt.el: Copied from gnus-encrypt.el.
24675
24676         * gnus-encrypt.el: Commented that it's obsolete.
24677
24678 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24679
24680         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24681         (gnus-score-save): Use it.
24682
24683         * message.el (message-bury): Use `window-dedicated-p'.
24684
24685 2004-10-15  Simon Josefsson  <jas@extundo.com>
24686
24687         * pop3.el (top-level): Don't require nnheader.
24688         (pop3-read-timeout): Add.
24689         (pop3-accept-process-output): Add.
24690         (pop3-read-response, pop3-retr): Use it.
24691
24692 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24693
24694         * spam.el (spam-register-routine): Move comment.
24695         (spam-verify-bogofilter): Use 'unknown for the initial
24696         spam-bogofilter-valid state, not 'never.
24697
24698         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24699         for netrc-machine.
24700
24701         * nnimap.el (nnimap-open-connection):
24702         Use netrc-machine-user-or-password.
24703
24704 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24705
24706         * gnus-registry.el (gnus-registry-unload-hook):
24707         Set as a variable with add-hook.
24708
24709         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24710         of news-path.
24711
24712         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24713
24714         * spam.el: Delete duplicate `provide'.
24715         (spam-unload-hook): Set as a variable with add-hook.
24716
24717 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24718
24719         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24720         in the doc string.
24721
24722         * message.el (message-ignored-news-headers)
24723         (message-ignored-supersedes-headers)
24724         (message-ignored-resent-headers)
24725         (message-forward-ignored-headers): Improve custom type.
24726
24727 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24728
24729         * message.el (message-tokenize-header): Fix 2004-09-06 change
24730         which used point-min in the wrong place.
24731
24732 2004-10-12  Simon Josefsson  <jas@extundo.com>
24733
24734         * tls.el (tls-certtool-program): New variable.
24735         (tls-certificate-information): New function, based on
24736         ssl-certificate-information.
24737
24738 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24739
24740         * compface.el: Move the version of ELisp-based uncompface program
24741         to the contrib directory because of the copyright problem.
24742
24743 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24744
24745         * message.el (message-kill-buffer): Raise the current frame.
24746
24747 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24748
24749         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24750
24751         * gnus.el (message-y-or-n-p): Autoload.
24752
24753         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24754         (pop3-password-required, pop3-authentication-scheme)
24755         (pop3-leave-mail-on-server): Make customizable.
24756         (pop3): New custom group.
24757         (pop3-retr): Remove `sleep-for' statements.
24758         Suggested by Dave Love <fx@gnu.org>.
24759
24760         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24761         Windows/DOS.
24762
24763         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24764         (imap-parse-body): Fix incorrect use of `assert'.
24765         Suggested by Dave Love <fx@gnu.org>.
24766
24767         * mml.el (mml-minibuffer-read-disposition): Require match.
24768         Suggested by Dave Love <fx@gnu.org>.
24769
24770 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24771
24772         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24773         doc string.
24774
24775 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24776
24777         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24778
24779 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24780
24781         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24782         instead of calling `mm-insert-inline', to decode text/* parts
24783         before displaying them.
24784
24785 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24786
24787         * mm-uu.el (mm-uu-text-plain-type): New variable.
24788         (mm-uu-pgp-signed-extract-1): Use it.
24789         (mm-uu-pgp-encrypted-extract-1): Use it.
24790         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24791         bind mm-uu-text-plain-type with that value.
24792         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24793         mm-uu-dissect.
24794
24795 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24796
24797         * gnus-group.el (gnus-update-group-mark-positions):
24798         * gnus-sum.el (gnus-update-summary-mark-positions):
24799         * message.el (message-check-news-body-syntax):
24800         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24801         of string-as-multibyte.
24802
24803 2004-10-05  Juri Linkov  <juri@jurta.org>
24804
24805         * gnus-group.el (gnus-update-group-mark-positions):
24806         * gnus-sum.el (gnus-update-summary-mark-positions):
24807         * message.el (message-check-news-body-syntax):
24808         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24809         8-bit unibyte values to a multibyte string for search functions.
24810
24811 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24812
24813         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24814         (mm-uu-dissect-text-parts): New function.
24815
24816         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24817         dissect text parts.
24818
24819         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24820         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24821
24822         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24823
24824         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24825         Use gnus-current-topics instead of gnus-current-topic.
24826
24827 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24828
24829         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24830
24831 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24832
24833         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24834         where appropriate.
24835
24836         * nnml.el (nnml-generate-active-info): do.
24837
24838         * nndiary.el (nndiary-generate-active-info): do.
24839
24840         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24841         (gnus-topic-move): do.
24842
24843         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24844         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24845
24846         * gnus-srvr.el (gnus-server-prepare)
24847         (gnus-server-open-all-servers): do.
24848
24849         * gnus-msg.el (gnus-summary-cancel-article)
24850         (gnus-summary-resend-message)
24851         (gnus-summary-mail-crosspost-complaint): do.
24852
24853         * gnus-move.el (gnus-change-server): do.
24854
24855         * gnus-group.el (gnus-group-unmark-all-groups)
24856         (gnus-group-set-current-level): do.
24857
24858 2004-10-04  Simon Josefsson  <jas@extundo.com>
24859
24860         * message.el (message-generate-hashcash): Doc fix.
24861
24862 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24863
24864         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24865         avoid infinite recursion via gnus-get-function.
24866
24867 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24868
24869         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24870
24871         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24872
24873         * nnmail.el (nnmail-split-history): do.
24874
24875         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24876         (nnml-request-delete-group): do.
24877
24878         * nnslashdot.el (nnslashdot-read-groups): do.
24879
24880         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24881         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24882
24883         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24884         (nnspool-sift-nov-with-sed): Use last.
24885         (nnspool-retrieve-headers-with-nov): Use mapc.
24886         (nnspool-request-newgroups): Use dolist.
24887         (nnspool-request-group): Use last.
24888
24889         * nntp.el (nntp-read-server-type): Use dolist.
24890
24891         * nnvirtual.el (nnvirtual-create-mapping)
24892         (nnvirtual-update-read-and-marked): Use dolist.
24893         (nnvirtual-convert-headers): Simplify.
24894
24895 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24896
24897         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24898         Add support for sync'ing tick marks.
24899
24900 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24901
24902         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24903         there's no visible header.
24904
24905 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24906
24907         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24908         When necessary, pass full group name to gnus-request-set-marks.
24909
24910 2004-10-01  Simon Josefsson  <jas@extundo.com>
24911
24912         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24913         acroread.
24914
24915 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24916
24917         * spam-report.el (spam-report-gmane): Fix interactive.
24918
24919         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24920
24921         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24922         when writing file.
24923         (gnus-agent-synchronize-flags): Don't default to being
24924         interactive.
24925
24926 2004-09-30  Simon Josefsson  <jas@extundo.com>
24927
24928         * message.el (message-generate-hashcash): Add.
24929         (message-send-mail): Use it, call mail-add-payment.
24930
24931 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24932
24933         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24934
24935 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24936
24937         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24938         gnus-requst-update-info with explicit code to sync the in-memory
24939         info read flags with the marks being sync'd to the backend.
24940
24941         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24942
24943 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24944
24945         * spam.el (spam-verify-bogofilter): Add new function.
24946         (spam-check-bogofilter)
24947         (spam-bogofilter-register-with-bogofilter): Use it.
24948         (spam-verify-bogofilter): Add small fixes.
24949
24950 2004-09-28  Simon Josefsson  <jas@extundo.com>
24951
24952         * hashcash.el (hashcash-generate-payment): Revert.
24953
24954 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24955
24956         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24957         Use gnus-extract-references instead of gnus-split-references.
24958
24959         * gnus-util.el (gnus-extract-references): Add new function, analogous
24960         to gnus-split-references but extracts only the message-ID without
24961         anything extra.
24962
24963         * hashcash.el (hashcash-generate-payment)
24964         (hashcash-check-payment): Do the right thing if hashcash-path is
24965         nil (because the hashcash program could not be found).
24966
24967         * spam.el (spam-use-hashcash): Remove comment.
24968
24969 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24970
24971         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24972         (gnus-cache-enter-article, gnus-cache-remove-article)
24973         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24974
24975         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24976
24977         * gnus-art.el (article-hide-boring-headers)
24978         (article-translate-strings, article-display-face)
24979         (gnus-article-mime-match-handle-first)
24980         (gnus-article-highlight-headers)
24981         (gnus-article-add-buttons-to-head): do.
24982
24983 2004-09-27  Simon Josefsson  <jas@extundo.com>
24984
24985         * hashcash.el: New version, from
24986         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24987         ../contrib/.
24988
24989 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24990
24991         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24992
24993 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24994
24995         * gnus-dup.el (gnus-dup-open): Use mapc.
24996         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24997
24998         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24999         Reported by Stefan Wiens <s.wi@gmx.net>.
25000
25001         * gnus.el (gnus-shutdown): Use dolist.
25002
25003         * gnus-undo.el (gnus-undo): Use mapc.
25004
25005         * nnrss.el (nnrss-generate-active): do.
25006
25007         * message.el (message-cite-original-without-signature)
25008         (message-cite-original): Use mapc.
25009         (message-do-actions, message-make-forward-subject): Use dolist.
25010
25011 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25012
25013         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25014         deletion to remove entire duplicate line.  Fixes merged article
25015         number bug.
25016
25017 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25018
25019         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25020         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25021         first ask if you want to open a server and then, even when you
25022         responded with no, asking if you want to synchronize the server's
25023         flags.
25024         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25025         multi-line expressions.
25026         (gnus-agent-synchronize-group-flags): New internal function.
25027         Updates marks in memory (in the info structure) AND in the
25028         backend.
25029
25030         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25031
25032         * nnagent.el (nnagent-request-set-mark):
25033         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25034         method, to ensure that synchronization updates marks in the
25035         backend and in the info (in memory) structure.
25036
25037 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25038
25039         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25040         convention fully; don't miss the root article of a thread; make
25041         the X-Draft-From header with correct article numbers.
25042
25043 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25044
25045         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25046         unless plugged.  Disable the agent so that an open failure causes
25047         an error.
25048
25049         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25050         Revert 2004-09-21 change.  The backend must be opened while
25051         synchronizing flags even when the backend stores the flags
25052         locally.
25053
25054 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25055
25056         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25057         in `header' match.  Reported by Svend Tollak Munkejord.
25058
25059         * message.el (message-cite-original): Fix use of
25060         `message-cite-articles-with-x-no-archive'.
25061
25062 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25063
25064         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25065         (gnus-window-to-buffer): Ditto.
25066
25067         * mml.el (mml-preview-buffer): New variable.
25068         (mml-preview): Manage window layout with gnus-buffer-configuration.
25069
25070         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25071         X-Draft-From header even if those articles aren't quoted.
25072
25073 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25074
25075         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25076         (gnus-request-set-mark, gnus-request-update-mark): Use new
25077         g-s-t-u-l-m to decide to use backend even when unplugged.
25078
25079 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25080
25081         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25082         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25083
25084 2004-09-20  Simon Josefsson  <jas@extundo.com>
25085
25086         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25087         "utf-16-le".
25088
25089 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25090
25091         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25092
25093 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25094
25095         * uudecode.el (uudecode-use-external): Add :version.
25096
25097         * smime.el (smime-CA-file, smime-encrypt-cipher)
25098         (smime-dns-server): Add :version.
25099
25100         * smiley.el (gnus-smiley-file-types): Add :version.
25101
25102         * sha1.el (sha1-use-external): Add :version.
25103
25104         * pgg-def.el (pgg-query-keyserver): Add :version.
25105
25106         * nnmail.el (nnmail-fancy-expiry-targets)
25107         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25108         Add :version.
25109
25110         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25111         (nnimap-retrieve-groups-asynchronous): Add :version.
25112         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25113
25114         * mml.el (mml-content-disposition-parameters)
25115         (mml-insert-mime-headers-always): Add :version.
25116
25117         * mm-util.el (mm-coding-system-priorities): Add :version.
25118
25119         * mm-decode.el (mm-inline-text-html-with-images)
25120         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25121         (mm-verify-option): Add :version.
25122         (mm-text-html-renderer): Change :version.
25123
25124         * message.el (message-fcc-externalize-attachments)
25125         (message-required-headers, message-draft-headers)
25126         (message-subject-trailing-was-query)
25127         (message-subject-trailing-was-ask-regexp)
25128         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25129         (message-mark-insert-end, message-archive-header)
25130         (message-archive-note, message-cross-post-default)
25131         (message-cross-post-note, message-followup-to-note)
25132         (message-cross-post-note-function, message-use-mail-followup-to)
25133         (message-subscribed-address-functions)
25134         (message-subscribed-address-file, message-subscribed-addresses)
25135         (message-subscribed-regexps, message-allow-no-recipients)
25136         (message-yank-cited-prefix, message-signature-insert-empty-line)
25137         (message-hidden-headers, message-hierarchical-addresses)
25138         (message-mail-user-agent, message-use-idna)
25139         (message-valid-fqdn-regexp)
25140         (message-strip-special-text-properties, message-header-synonyms)
25141         (message-beginning-of-line, message-tab-body-function): Add :version.
25142         (message-insert-canlock, message-wide-reply-confirm-recipients):
25143         Change :version.
25144
25145         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25146         and :version.
25147         (mail-source-delete-old-incoming-confirm)
25148         (mail-source-movemail-program): Add :version.
25149
25150         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25151         (gnus-agent-cache, gnus-agent): Change :version.
25152
25153         * gnus-util.el (gnus-use-byte-compile): Change :version.
25154
25155         * gnus-sum.el (gnus-summary-make-false-root-always)
25156         (gnus-summary-default-high-score)
25157         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25158         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25159         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25160         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25161         (gnus-sum-thread-tree-single-indent)
25162         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25163         (gnus-sum-thread-tree-leaf-with-other)
25164         (gnus-sum-thread-tree-single-leaf): Add :version.
25165         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25166         (gnus-article-loose-mime): Change :version.
25167
25168         * gnus-start.el (gnus-backup-startup-file)
25169         (gnus-save-startup-file-via-temp-buffer): Add :version.
25170
25171         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25172         (gnus-server-offline-face): Add :version.
25173
25174         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25175
25176         * gnus-msg.el (gnus-gcc-externalize-attachments)
25177         (gnus-debug-files, gnus-debug-exclude-variables)
25178         (gnus-discouraged-post-methods): Change :version.
25179         (gnus-confirm-mail-reply-to-news)
25180         (gnus-confirm-treat-mail-like-news): Add :version.
25181
25182         * gnus-int.el (gnus-server-unopen-status): Add :version.
25183
25184         * gnus-group.el (gnus-group-jump-to-group-prompt)
25185         (gnus-large-ephemeral-newsgroup)
25186         (gnus-fetch-old-ephemeral-headers): Add :version.
25187
25188         * gnus-fun.el (gnus-x-face-directory)
25189         (gnus-convert-pbm-to-x-face-command)
25190         (gnus-convert-image-to-x-face-command)
25191         (gnus-convert-image-to-face-command): Add :version.
25192
25193         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25194
25195         * gnus-cite.el (gnus-cite-blank-line-after-header)
25196         (gnus-article-boring-faces): Add :version.
25197
25198         * gnus-art.el (gnus-buttonized-mime-types)
25199         (gnus-inhibit-mime-unbuttonizing)
25200         (gnus-treat-display-face)
25201         (gnus-treat-body-boundary): Change :version.
25202         (gnus-body-boundary-delimiter, gnus-picon-databases)
25203         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25204         (gnus-treat-date-english, gnus-treat-fold-headers)
25205         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25206         (gnus-treat-mail-picon, gnus-treat-wash-html)
25207         (gnus-article-encrypt-protocol)
25208         (gnus-use-idna, gnus-article-over-scroll)
25209         (gnus-mime-display-multipart-alternative-as-mixed)
25210         (gnus-mime-display-multipart-related-as-mixed)
25211         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25212         (gnus-ctan-url, gnus-button-ctan-handler)
25213         (gnus-button-handle-ctan-bogus-regexp)
25214         (gnus-button-ctan-directory-regexp)
25215         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25216         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25217         (gnus-button-man-level, gnus-button-emacs-level)
25218         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25219
25220         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25221         (gnus-agent-go-online): Change :version.
25222         (gnus-agent-expire-unagentized-dirs)
25223         (gnus-agent-auto-agentize-methods): Add :version.
25224
25225         * flow-fill.el (fill-flowed-display-column)
25226         (fill-flowed-encode-column): Add :version.
25227
25228         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25229         (gnus-outlook-deuglify-unwrap-max)
25230         (gnus-outlook-deuglify-cite-marks)
25231         (gnus-outlook-deuglify-unwrap-stop-chars)
25232         (gnus-outlook-deuglify-no-wrap-chars)
25233         (gnus-outlook-deuglify-attrib-cut-regexp)
25234         (gnus-outlook-deuglify-attrib-verb-regexp)
25235         (gnus-outlook-deuglify-attrib-end-regexp)
25236         (gnus-outlook-display-hook): Add :version.
25237
25238         * binhex.el (binhex-use-external): Add :version.
25239
25240 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25241
25242         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25243         and `invisible'.
25244
25245 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25246
25247         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25248         in gnus-registry-trim.
25249
25250 2004-09-13  Simon Josefsson  <jas@extundo.com>
25251
25252         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25253
25254         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25255
25256         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25257         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25258         <yamaoka@jpl.org>.
25259         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25260         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25261         <yamaoka@jpl.org>.
25262
25263         * sieve.el (sieve-manage-mode): Ditto.
25264
25265 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25266
25267         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25268
25269 2004-09-11  Simon Josefsson  <jas@extundo.com>
25270
25271         * dns-mode.el: Add.
25272
25273         * mm-view.el (mm-display-dns-inline): Add.
25274
25275         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25276         (mm-automatic-display): Ditto.
25277
25278         * mailcap.el (mailcap-mime-data): Add text/dns.
25279         (mailcap-mime-extensions): Map .soa to text/dns.
25280
25281 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25282
25283         * gnus-art.el (article-decode-mime-words, article-babel)
25284         (gnus-article-highlight-signature, gnus-article-add-buttons)
25285         (gnus-signature-toggle): Remove unnecessary bindings of
25286         `inhibit-read-only' inherited from v5.10 merge.
25287
25288 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25289
25290         * nntp.el (nntp): New customization group.
25291         (nntp-authinfo-file): Add customization group.
25292
25293         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25294
25295         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25296
25297         * gnus.el (to-address, to-list, subscribed)
25298         (large-newsgroup-initial): Ditto.
25299
25300         * flow-fill.el (fill-flowed-display-column)
25301         (fill-flowed-encode-column): Ditto.
25302
25303 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25304
25305         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25306         Use point-min rather than 1.
25307         (message-send-mail): Use buffer-size rather than point-max.
25308
25309         * gnus-sum.el (gnus-summary-search-article-forward):
25310         Signal a specific `search-failed' rather than a generic `error'.
25311
25312         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25313         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25314         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25315
25316 2004-09-10  Simon Josefsson  <jas@extundo.com>
25317
25318         * nndb.el (require): Remove tcp and duplicate cl.
25319
25320 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25321
25322         * gnus-agent.el (directory-files-and-attributes): Move forward.
25323
25324 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25325
25326         * gnus-agent.el (directory-files-and-attributes):
25327         Optionally defined to support XEmacs.
25328
25329 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25330
25331         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25332         to avoid run-time CL dependencies.
25333         (gnus-agent-unfetch-articles): New function.
25334         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25335         article numbers even when local .overview file is missing.
25336         (gnus-agent-read-article-number): New function.  Only accepts
25337         27-bit article numbers.
25338         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25339         Use gnus-agent-read-article-number.
25340         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25341         from backend while recognizing that article numbers in .overview
25342         must be valid.
25343         (gnus-agent-update-files-total-fetched-for):
25344         Use directory-files-and-attributes to improve performance.
25345         * gnus-int.el (gnus-request-move-article):
25346         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25347         improve performance.
25348
25349         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25350         some users confused by references to .newsrc when they only have a
25351         .newsrc.eld file.
25352         (gnus-convert-mark-converter-prompt)
25353         (gnus-convert-converter-needs-prompt): Fix use of property list.
25354         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25355         New function.  Used internally to only display 'gnus converting
25356         files' message when actually necessary.
25357
25358         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25359         methods now autoloaded.
25360
25361 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25362
25363         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25364         identifiers.
25365
25366 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25367
25368         * gnus-picon.el: Fix indentation and closing parenthesis.
25369
25370 2004-09-01  Simon Josefsson  <jas@extundo.com>
25371
25372         * message.el (message-canlock-generate): Require sha1, not
25373         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25374         to require within a function.  Sadly, if sha1.el isn't loaded, the
25375         let binding in m-c-g will hide the defcustom definition, which is
25376         bad.)
25377
25378         * canlock.el: Require sha1, not sha1-el.
25379
25380         * message.el: Don't autoload sha1 (there is a autoload cookie in
25381         sha1.el).
25382
25383         * sha1-el.el: Rename to sha1.el.
25384
25385 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25386
25387         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25388
25389 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25390
25391         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25392
25393 2004-08-30  Kim F. Storm  <storm@cua.dk>
25394
25395         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25396
25397         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25398         Add :group 'nnimap.
25399
25400 2004-08-30  Andreas Schwab  <schwab@suse.de>
25401
25402         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25403         ?* and ?\;.
25404
25405         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25406         and ?\' to symbol instead of whitespace.
25407
25408 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25409
25410         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25411
25412         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25413         instead of re-search-forward.
25414
25415         * gnus-uu.el (gnus-uu-save-article): Ditto.
25416         (gnus-uu-post-encode-uuencode): Ditto.
25417
25418         * html2text.el (html2text-clean-list-items): Ditto.
25419         (html2text-clean-dtdd): Ditto.
25420         (html2text-format-tags): Ditto.
25421
25422         * message.el (message-send-mail-with-sendmail): Fix regexp.
25423         (message-fill-field-general): Use search-forward instead of
25424         re-search-forward.
25425         (unbold-region): Ditto.
25426
25427         * nnrss.el (nnrss-request-article): Ditto.
25428
25429         * nnslashdot.el (nnslashdot-request-article): Ditto.
25430
25431         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25432
25433         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25434         "Unrecognized menu descriptor" error in XEmacs.
25435
25436 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25437
25438         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25439         parent article of a sparse article in the thread hashtb.
25440
25441 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25442
25443         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25444         (nnmail-expand-newtext): Lowercase expanded entries if
25445         nnmail-split-lowercase-expanded is non-nil.
25446
25447 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25448
25449         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25450
25451         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25452         of gnus-tmp-news-method into string under XEmacs.  It will be
25453         passed to gnus-correct-length which takes only a string argument.
25454
25455 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25456
25457         * gnus-util.el (gnus-bind-print-variables): New macro.
25458         (gnus-prin1): Use it.
25459         (gnus-prin1-to-string): Use it.
25460         (gnus-pp): New function.
25461         (gnus-pp-to-string): New function.
25462
25463         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25464         Replace pp-to-string with gnus-pp-to-string.
25465         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25466         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25467         * gnus-msg.el (gnus-debug): Ditto.
25468         * gnus-score.el (gnus-score-save): Ditto.
25469         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25470         gnus-pp-to-string.
25471         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25472         with gnus-pp.
25473         * score-mode.el (gnus-score-pretty-print): Ditto.
25474         * webmail.el (webmail-debug): Ditto.
25475
25476 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25477
25478         * gnus-art.el (article-display-face, article-display-x-face):
25479         Use buffer-read-only.
25480
25481 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25482
25483         * gnus-art.el (article-hide-list-identifiers):
25484         Bind inhibit-read-only as t.
25485
25486 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25487
25488         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25489
25490 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25491
25492         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25493         (gnus-narrow-to-page): Don't assume point-min == 1.
25494         (gnus-article-edit-mode): Derive from message-mode.
25495
25496         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25497         point-min == 1.
25498
25499         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25500         Disable incorrect use of `assert'.
25501
25502         * message.el (message-mode): Set comment-start-skip.
25503
25504
25505 2004-08-22  Sam Steingold  <sds@gnu.org>
25506
25507         * pop3.el (pop3-leave-mail-on-server): New user variable.
25508         (pop3-movemail): Delete mail only when it is nil.
25509
25510 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25511
25512         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25513
25514         * mml.el (mml-preview): Use `pop-to-buffer'.
25515
25516         * message.el (message-goto-mail-followup-to): Insert after "To".
25517         (message-carefully-insert-headers): Add comment.
25518
25519         * gnus.el: Remove unused variable `gnus-article-check-size'.
25520
25521         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25522
25523         * gnus-art.el (gnus-button-alist):
25524         Improve `gnus-button-handle-library' entry.
25525
25526 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25527
25528         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25529         Use downcase, since XEmacs capitalizes error messages differently.
25530
25531 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25532
25533         * nntp.el: Add (require 'gnus) due to reference to
25534         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25535
25536 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25537
25538         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25539         Bind `mm-fill-flowed'.
25540
25541         * mm-decode.el (mm-dissect-singlepart): Check it.
25542
25543 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25544
25545         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25546         'imap' for netrc parsing.
25547
25548 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25549
25550         * mailcap.el (mailcap-mime-data): Mark as risky.
25551
25552 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25553
25554         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25555         may be included in the encoded word.
25556         (rfc2047-encode): Don't append a space if the encoded word
25557         includes close parenthesis.
25558
25559 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25560
25561         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25562         of text within parentheses.
25563
25564 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25565
25566         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25567         (gnus-encrypt-write-file-contents): Make the password key the file
25568         name PLUS the cipher, not just the cipher.  Also remove failed
25569         passwords from the cache.
25570
25571 2004-08-06  Simon Josefsson  <jas@extundo.com>
25572
25573         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25574         Doc fix.
25575
25576 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25577
25578         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25579         LWSP.
25580
25581 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25582
25583         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25584         Try to append in-reply-to: data to the references: header.
25585
25586         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25587         (netrc-parse): Use gnus-encrypt.el functions.
25588
25589         * gnus-encrypt.el: Add new file for encryption support; currently
25590         does only a few GPG ciphers and an internal XOR cipher.
25591
25592         * password.el: Add comments on using password-read-and-add.
25593         (password-read-and-add): Add function to read and add the
25594         password to the cache at once.
25595
25596 2004-07-28  Simon Josefsson  <jas@extundo.com>
25597
25598         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25599         parameter (but don't use it, for now).
25600
25601         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25602         instead of hard coding to nil.
25603
25604 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25605
25606         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25607         as mm-inline-image-xemacs does.
25608
25609 2004-07-26  Simon Josefsson  <jas@extundo.com>
25610
25611         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25612         Revert part of 2004-07-17 change below.
25613
25614 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25615
25616         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25617         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25618
25619 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25620
25621         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25622         quotes that actually start with ">" at the beginning of the
25623         lines.
25624
25625 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25626
25627         * rfc2047.el (rfc2047-encode-region): Fix last change.
25628         (rfc2047-encode-parameter): Remove useless concat.
25629
25630 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25631
25632         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25633         encode special characters; fix some kind of misconfigured headers;
25634         signal a real error if debug-on-quit or debug-on-error is non-nil.
25635         (rfc2047-encode-max-chars): New variable.
25636         (rfc2047-encode-1): Use it.
25637         (rfc2047-encode-parameter): New function.
25638
25639         * mml.el (mml-insert-parameter): Remove an excessive space.
25640
25641 2004-07-17  Simon Josefsson  <jas@extundo.com>
25642
25643         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25644         Kai Grossjohann <kai@emptydomain.de>.
25645         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25646         (gnus-group-make-menu-bar): Ditto.
25647
25648         * gnus-util.el (gnus-group-server): Add.
25649
25650 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25651
25652         * message.el (message-clone-locals): Clone sendmail and smtp
25653         variables.
25654
25655 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25656
25657         * rfc2047.el (rfc2047-encode-region): Fix last change.
25658
25659 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25660
25661         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25662         characters as non-special.
25663
25664 2004-07-09  Simon Josefsson  <jas@extundo.com>
25665
25666         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25667         Users will lose all flag changes made while unplugged with
25668         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25669         good default.  See numerous reports on ding mailing list.
25670
25671 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25672
25673         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25674         add generate-head-function and generate-article-function to the
25675         rfc822-forward entry.
25676         (nndoc-rfc822-forward-generate-article): New function.
25677         (nndoc-rfc822-forward-generate-head): New function.
25678
25679         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25680
25681 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25682
25683         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25684         respect display group parameter and gnus-summary-expunge-below.
25685         (gnus-articles-to-read): Remove unused reference to display group
25686         parameter.
25687
25688 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25689
25690         * nnheader.el (nnheader-uniquify-message-id): New experimental
25691         variable.
25692         (nnheader-nov-read-message-id): Use it.
25693
25694         * spam-report.el (spam-report-gmane): Add interactive.
25695
25696 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25697
25698         * mm-encode.el (mm-content-transfer-encoding-defaults):
25699         Use qp-or-base64 for the application/* types.
25700
25701 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25702
25703         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25704
25705 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25706
25707         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25708         trim value.
25709
25710 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25711
25712         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25713         New macro and function.
25714         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25715
25716 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25717
25718         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25719         after-load-alist.
25720
25721 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25722
25723         * gnus-group.el (gnus-group-get-new-news-this-group):
25724         Don't update info that isn't there.
25725
25726 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25727
25728         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25729         entry.
25730
25731 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25732
25733         * mm-view.el (mm-inline-render-with-function): Use multibyte
25734         buffer; decode html source by charset.
25735
25736         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25737
25738         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25739         Mule-UCS is loaded under XEmacs.
25740         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25741
25742 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25743
25744         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25745
25746 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25747
25748         * mm-util.el (mm-coding-system-p): Return a coding-system.
25749         (mm-mime-mule-charset-alist): Use shift_jis instead of
25750         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25751         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25752         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25753         instead of japanese-shift-jis and iso-latin-1 respectively in
25754         order to share the default value with both Emacs and XEmacs-mule.
25755         (mm-mule-charset-to-mime-charset):
25756         Make mm-coding-system-priorities effective.
25757         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25758         while predicating of candidates upon the priorities.
25759
25760 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25761
25762         * gnus-sum.el (gnus-summary-make-menu-bar):
25763         Add gnus-uu-invert-processable.
25764
25765         * gnus.el: Autoload gnus-uu-invert-processable.
25766
25767 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25768
25769         * mm-util.el (mm-with-multibyte-buffer): New macro.
25770
25771         * rfc2047.el (rfc2047-encode-string): Use it.
25772         (rfc2047-encode-region): Move point to the end of the region after
25773         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25774
25775 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25776
25777         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25778         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25779
25780 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25781
25782         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25783         (gnus-cite-parse): Ignore quoted envelope From_.
25784         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25785
25786 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25787
25788         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25789         invalid addresses.
25790
25791 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25792
25793         * spam.el: Change section markers, revise TODO list.
25794         (spam-backends): Make new master list of all installed backends.
25795         (spam-summary-exit-behavior): Add new variable to determine how
25796         messages moves are done at summary exit.
25797         (spam-move-spam-nonspam-groups-only)
25798         (spam-process-ham-in-nonham-groups)
25799         (spam-process-ham-in-spam-groups): Remove variables, the
25800         spam-summary-exit-behavior variable should be used to manage this
25801         behavior.
25802         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25803         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25804         and spam-old-spam-articles.
25805         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25806         Add empty variables, placeholders for the backends they represent.
25807         (spam-set-difference): Move, unchanged.
25808         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25809         unless the user has a processor variable.
25810         (spam-classifications, spam-classification-valid-p)
25811         (spam-backend-properties, spam-backend-property-valid-p)
25812         (spam-backend-function-type-valid-p)
25813         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25814         (spam-report-articles-gmane, spam-report-articles-resend):
25815         Remove functions, they are not needed.
25816         (spam-install-backend-super, spam-backend-list)
25817         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25818         (spam-backend-function, spam-backend-ham-registration-function)
25819         (spam-backend-spam-registration-function)
25820         (spam-backend-ham-unregistration-function)
25821         (spam-backend-spam-unregistration-function)
25822         (spam-backend-statistical-p, spam-backend-mover-p)
25823         (spam-install-backend-alias, spam-install-checkonly-backend)
25824         (spam-install-mover-backend, spam-install-nocheck-backend)
25825         (spam-install-backend, spam-install-statistical-backend)
25826         (spam-install-statistical-checkonly-backend): Add backend installation
25827         support.
25828         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25829         (spam-group-processor-p): Use the new backend code and respect the
25830         summary exit behavior.
25831         (spam-mark-spam-as-expired-and-move-routine): Remove.
25832         (spam-summary-prepare): Change to use the new spam-old-articles
25833         variable.
25834         (spam-copy-or-move-routine, spam-copy-spam-routine)
25835         (spam-move-spam-routine, spam-copy-ham-routine)
25836         (spam-move-ham-routine): Add code to copy/move ham or spam.
25837         (spam-fetch-field-fast): Improve doc and code, plus allow the
25838         'number request.
25839         (spam-list-of-checks, spam-list-of-statistical-checks):
25840         Remove variables.
25841         (spam-split, spam-find-spam): Use the new backend code.
25842         (spam-registration-functions): Remove variable.
25843         (spam-unregister-routine): Add convenience wrapper.
25844         (spam-log-undo-registration, spam-register-routine)
25845         (spam-log-processing-to-registry)
25846         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25847         where possible.
25848         (spam-check-gmane-xref, spam-check-regex-headers)
25849         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25850         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25851         (spam-check-bogofilter-headers, spam-check-spamoracle)
25852         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25853         (spam-check-crm114-headers): Use the spam-split-group that
25854         spam-split prepares, no need to determine it every time.
25855
25856         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25857         to the nnheader-parse-naked-head call.
25858
25859         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25860
25861         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25862         the nnheader-nov-read-message-id call.
25863
25864 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25865
25866         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25867         gnus-activate-group twice.  Suggested by Markus Peter
25868         <warp@spin.de>.
25869
25870 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25871
25872         * gnus-art.el (gnus-article-time-format): Exchange the order of
25873         day and month in the default value; fix customization type.
25874         (article-date-ut): Use add-text-properties.
25875         (article-make-date-line): Use message-make-date instead of
25876         current-time-string.
25877
25878         * message.el (message-fetch-field): Don't use set-text-properties.
25879         (message-make-date): Simplify.
25880
25881         * messagexmas.el (message-xmas-make-date): New function.
25882         (message-xmas-redefine): Defalias message-make-date to it.
25883
25884 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25885
25886         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25887         (rfc2047-encode-region): Treat text within parentheses as special;
25888         show the original text when error has occurred.
25889
25890         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25891         already-computed method to gnus-activate-group.
25892
25893         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25894         same select-methods identical Lisp objects.
25895
25896         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25897         object when modifying the info.
25898
25899 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25900
25901         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25902         gnus-opened-servers since it has never been opened with the new
25903         configuration yet.
25904
25905 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25906
25907         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25908         arg to nnheader-generate-fake-message-id.
25909
25910 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25911
25912         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25913         number and build a fake message ID localized to a group and
25914         article number (so it's repeatable from that point on).
25915         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25916         ID format.
25917
25918         * gnus-sum.el (gnus-get-newsgroup-headers):
25919         Call nnheader-generate-fake-message-id with the article number.
25920
25921 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25922
25923         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25924         end-of-buffer.
25925
25926 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25927
25928         * message.el (message-ignored-supersedes-headers): Add Approved.
25929
25930 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25931
25932         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25933         goto-char.
25934         (rfc2047-encode): Fold the line before encoding.
25935
25936 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25937
25938         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25939         folding -- not all headers can be folded, and this should be done
25940         by the message composition mode.  Probably.  I think.
25941
25942 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25943
25944         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25945         fast.
25946
25947         * gnus-ems.el (gnus-remove-image): Don't use
25948         message-text-with-property; remove only the image found first.
25949
25950         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25951         found first.
25952
25953 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25954
25955         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25956
25957 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25958
25959         * message.el (message-text-with-property): Make it fast and accept
25960         optional arguments.
25961         (message-strip-forbidden-properties): Use it.
25962         (message-fix-before-sending): Follow the m-t-w-p change.
25963
25964         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25965
25966 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25967
25968         * gnus-art.el (article-hide-headers): Don't change the buffer
25969         mistakenly when performing mml-preview even if
25970         gnus-single-article-buffer is nil.
25971
25972 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25973
25974         * message.el (message-expand-name-databases): New user option.
25975         (message-expand-name): Use it.
25976
25977 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25978
25979         * spam.el (spam-report-articles-resend)
25980         (spam-report-resend-register-routine): Allow ham reporting.
25981         (spam-report-resend-register-ham-routine): Add wrapper.
25982         (spam-registration-functions): Add ham resending functions.
25983         (spam-list-of-processors): Add ham resend processor.
25984
25985         * gnus.el (ham-resend-to): Add new group parameter.
25986         (spam-process): Add ham resend option.
25987
25988         * spam-report.el (spam-report-resend): Allow reporting ham.
25989         (spam-report-resend-ham): Add wrapper.
25990
25991 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25992
25993         * message.el (message-cite-articles-with-x-no-archive):
25994         New variable.
25995         (message-cite-original): Use it.
25996
25997 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25998
25999         * message.el (message-cite-original): Respect X-No-Archive.
26000
26001 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26002
26003         * gnus-art.el (article-hide-headers): Refer to the values for
26004         gnus-ignored-headers and gnus-visible-headers in the summary
26005         buffer since a user may have set them as group parameters.
26006
26007 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26008
26009         * assistant.el (assistant-node-name): Add convenience function.
26010         (assistant-render-text, assistant-render-node): Add error handling,
26011         plus handle multiple next nodes.
26012         (assistant-find-next-node): Comment out for now.
26013         (assistant-find-next-nodes): Add function, returns list of next
26014         nodes.
26015
26016 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26017
26018         * mail-source.el (mail-source-directory): Fix doc-string.
26019
26020 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26021
26022         * assistant.el (assistant-render-text, assistant-eval): Add :set
26023         widget type, which is different because it takes and returns a
26024         list.  Much hilarity ensues.
26025
26026 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26027
26028         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26029
26030         * gnus-group.el (gnus-group-get-new-news-this-group):
26031         Add doc-string.
26032
26033         * gnus-start.el (gnus-activate-group): Add doc-string.
26034
26035 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26036
26037         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26038
26039 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26040
26041         * assistant.el (assistant-render-text): Try to add a :set
26042         widget, more to come.
26043
26044         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26045         strings.
26046         (spam-report-articles-resend)
26047         (spam-register-routine): Do registration iff any articles warrant
26048         it.
26049         (spam-summary-prepare-exit): Change log message for nil group
26050         destinations.
26051
26052 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26053
26054         * spam.el (spam-report-resend-register-routine):
26055         Allow spam-report-resend-to to be a group parameter or a global value.
26056
26057 2004-05-26  Simon Josefsson  <jas@extundo.com>
26058
26059         * starttls.el: Merge with my GNUTLS based starttls.el.
26060         (starttls-gnutls-program, starttls-use-gnutls)
26061         (starttls-extra-arguments, starttls-process-connection-type)
26062         (starttls-connect, starttls-failure, starttls-success):
26063         New variables.
26064         (starttls-program, starttls-extra-args): Doc fix.
26065         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26066         New functions.
26067         (starttls-negotiate, starttls-open-stream):
26068         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26069         function if it is set.
26070
26071 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26072
26073         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26074         structured fields.
26075
26076 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26077
26078         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26079
26080 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26081
26082         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26083         Add variable.
26084         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26085         assigning the spam-mark to new messages.
26086
26087 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26088
26089         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26090
26091 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26092
26093         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26094
26095         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26096         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26097         default.
26098
26099 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26100
26101         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26102         correct data.
26103
26104 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26105
26106         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26107         (spam-group-processor-p): Fix function.
26108         (spam-group-processor-multiple-p)
26109         (spam-group-spam-processor-report-gmane-p)
26110         (spam-group-spam-processor-report-resend-p)
26111         (spam-group-spam-processor-bogofilter-p)
26112         (spam-group-spam-processor-blacklist-p)
26113         (spam-group-spam-processor-ifile-p)
26114         (spam-group-ham-processor-ifile-p)
26115         (spam-group-spam-processor-spamoracle-p)
26116         (spam-group-spam-processor-crm114-p)
26117         (spam-group-ham-processor-bogofilter-p)
26118         (spam-group-spam-processor-stat-p)
26119         (spam-group-ham-processor-stat-p)
26120         (spam-group-ham-processor-whitelist-p)
26121         (spam-group-ham-processor-BBDB-p)
26122         (spam-group-ham-processor-spamoracle-p)
26123         (spam-group-ham-processor-copy-p): Remove functions with some
26124         prejudice against unneeded code.
26125         (spam-report-articles-resend)
26126         (spam-report-resend-register-routine): Allow the group/topic
26127         spam-resend-to value to override spam-report-resend-to.
26128         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26129         properly now.
26130
26131         * gnus.el (spam-resend-to): Add group/topic parameter.
26132         (spam-process): Move the OBSOLETE processors to the end of the
26133         choices.
26134
26135 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26136
26137         * spam-report.el (spam-report-resend-to, spam-report-resend):
26138         Start with resend-to set to nil, and then ask the user if necessary.
26139         (spam-report-resend): spam-report-resend takes a list of articles, not
26140         separate article numbers.
26141
26142 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26143
26144         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26145         addition to emacs-w3m.
26146
26147 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26148
26149         * assistant.el (assistant-authinfo-data): New function.
26150         (assistant-eval): Eval for entire assistant.
26151
26152         * netrc.el (netrc-services-file): New variable.
26153         (netrc-parse-services): New function.
26154         (netrc-find-service-name): New function.
26155         (netrc-find-service-number): New function.
26156         (netrc-port-equal): New function.
26157         (netrc-machine): Use it.
26158
26159         * nnimap.el (nnimap-open-connection): Use netrc.
26160
26161         * gnus-util.el (gnus-netrc-get): Remove aliases.
26162
26163         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26164
26165         * assistant.el (wid-edit): Fix compilation.
26166
26167         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26168
26169 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26170
26171         * gnus-util.el (gnus-set-file-modes): New function.  (small
26172         patch).
26173
26174 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26175
26176         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26177
26178         * assistant.el (assistant-render-node): Fix up rendering and
26179         read-only text.
26180         (assistant-render-node): Reset.
26181         (assistant-make-read-only): Not sticky.
26182
26183 2004-05-20  Danny Siu  <dsiu@adobe.com>
26184
26185         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26186         centered even when gnus-auto-center-summary is t.
26187
26188 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26189
26190         * dns.el (dns-get-txt-answer): New function.
26191         (dns-read-txt): Ditto.
26192         (query-dns): Use it.
26193
26194 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26195
26196         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26197         active for foreign groups even if the group level is higher than
26198         the specified value.
26199
26200 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26201
26202         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26203         non-active groups.
26204
26205         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26206
26207 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26208
26209         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26210
26211 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26212
26213         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26214         (spam-crm114-header, spam-crm114-spam-switch)
26215         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26216         (spam-crm114-positive-spam-header)
26217         (spam-crm114-database-directory, spam-list-of-processors)
26218         (spam-group-spam-processor-crm114-p)
26219         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26220         (spam-generic-score, spam-list-of-checks)
26221         (spam-list-of-statistical-checks, spam-registration-functions)
26222         (spam-check-crm114-headers, spam-crm114-score)
26223         (spam-check-crm114, spam-crm114-register-with-crm114)
26224         (spam-crm114-register-spam-routine)
26225         (spam-crm114-unregister-spam-routine)
26226         (spam-crm114-register-ham-routine)
26227         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26228
26229 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26230
26231         * gnus.el: Add spam-use-crm114.
26232
26233         * spam.el (spam-list-of-processors, spam-registration-functions):
26234         Add spam-use-resend.
26235         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26236         (spam-report-articles-gmane): Add doc fix.
26237         (spam-report-articles-resend, spam-report-resend-register-routine):
26238         Add wrappers around spam-report-resend-to.
26239
26240         * spam-report.el (spam-report-resend-to, spam-report-resend):
26241         Add support for resending spam.
26242         (spam-report-gmane): Fix line length >80.
26243
26244         * gnus.el (spam-process): Add spam-use-resend.
26245
26246 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26247
26248         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26249         number of processed spam messages.
26250         (spam-ham-copy-or-move-routine): Return the number of processed
26251         ham messages.
26252         (spam-summary-prepare-exit): Use the above values to decide
26253         whether status messages should be displayed.
26254
26255 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26256
26257         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26258         `rfc2047-encoding-function-alist' in order to avoid conflicting
26259         with the old version.
26260         (rfc2047-encode-region): Concatenate words containing non-ASCII
26261         characters in structured fields; don't encode space-delimited
26262         ASCII words even in unstructured fields; don't break words at
26263         char-category boundaries.
26264         (rfc2047-encode-1): New function.
26265         (rfc2047-encode): Use it; encode text so that it occupies the
26266         maximum width within 76-column; work correctly on Q encoding for
26267         iso-2022-* charsets.
26268         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26269         sure not to break a line just after the header name.
26270         (rfc2047-b-encode-region): Remove.
26271         (rfc2047-b-encode-string): New function.
26272         (rfc2047-q-encode-region): Remove.
26273         (rfc2047-q-encode-string): New function.
26274
26275         * mm-util.el (mm-replace-in-string): New function.
26276
26277 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26278
26279         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26280         Really get it right.
26281         (gnus-inews-make-draft): Really.
26282
26283 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26284
26285         * nnmh.el (nnmh-request-list-1): Don't check the link count
26286         before descending.  (small patch)
26287
26288 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26289
26290         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26291         stuff.
26292
26293         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26294         Match on real group name.
26295
26296         * gnus-art.el (gnus-signature-limit): Doc fix.
26297
26298         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26299
26300         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26301
26302 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26303
26304         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26305         isn't a string.
26306
26307 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26308
26309         * gnus-draft.el (gnus-draft-send):
26310         Bind rfc2047-encode-encoded-words.
26311
26312         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26313         (rfc2047-encodable-p): Say that =? needs encoding.
26314         (rfc2047-encode-encoded-words): New variable.
26315
26316         * gnus-group.el (gnus-group-select-group): Doc fix.
26317
26318         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26319
26320         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26321         to nil.
26322
26323         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26324
26325         * nnheader.el (nnheader-get-lines-and-char): New function.
26326
26327 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26328
26329         * gnus-msg.el (gnus-summary-followup-with-original):
26330         Document yanking of region when active.
26331
26332 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26333
26334         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26335         groups if the group level is higher than the specified value.
26336
26337 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26338
26339         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26340         (gnus-group-jump-to-group): Add prefix argument using
26341         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26342         non-active group.
26343
26344         * compface.el (uncompface): Be verbose when changing
26345         `uncompface-use-external'.
26346
26347         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26348         handle manual section.
26349
26350 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26351
26352         * gnus-art.el (gnus-button-alist): Revert previous change.
26353
26354 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26355
26356         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26357
26358 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26359
26360         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26361         whether backend can accept message.
26362
26363         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26364
26365 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26366
26367         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26368         Avoid creating directory when nntp-marks-is-evil is true.
26369         Reported by Reiner Steib.
26370
26371 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26372
26373         * gnus-picon.el (gnus-picon-insert-glyph):
26374         Add optional `nostring' argument.
26375
26376 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26377
26378         * gnus-picon.el (gnus-picon-style): New variable.
26379         (gnus-picon-transform-address): Support `gnus-picon-style'.
26380
26381 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26382
26383         * message.el (message-fill-field): Return point.
26384         (message-generate-headers): Go to end of field.
26385
26386         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26387         stuff for non-living groups.
26388
26389 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26390
26391         * gnus-art.el (gnus-article-followup-with-original)
26392         (gnus-article-reply-with-original): gnus-mark-active-p ->
26393         gnus-region-active-p.
26394
26395 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26396
26397         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26398         only when there is spam or ham to be processed.
26399
26400 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26401
26402         * mail-source.el (mail-source-delete-crash-box): Refactor.
26403         (mail-source-fetch): Use it.
26404         (mail-source-fetch-file): Ditto.
26405         (mail-source-fetch-directory): Run postscript in loop.
26406         (mail-source-fetch-pop): Delete.
26407         (mail-source-fetch-maildir): Ditto.
26408         (mail-source-fetch-imap): Ditto.
26409
26410         * imap.el (imap-authenticators): Comment out sasl.
26411
26412         * message.el (message-skip-to-next-address): New function.
26413         (message-fill-header-address): Refactor.
26414         (message-fill-address): Use it.
26415         (message-delete-address): Use it.
26416         (message-fill-header-general): Refactor.
26417         (message-fill-field-address): Rename.
26418         (message-narrow-to-field): Find the start of the header.
26419         (message-header-format-alist): Don't pre-fill.
26420         (message-fill-header): Remove.
26421         (message-insert-header): New function.
26422         (message-shorten-references): Use it.
26423
26424         * rfc2047.el (rfc2047-field-value): Strip props.
26425
26426         * mail-parse.el (mail-header-make-address): New alias.
26427
26428         * ietf-drums.el (ietf-drums-make-address): New function.
26429
26430         * imap.el: Add compiler directives.
26431
26432         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26433
26434         * gnus-art.el (article-decode-idna-rhs): Don't use
26435         message-idna-inside-rhs-p.
26436
26437 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26438
26439         * message.el (message-idna-inside-rhs-p): Remove.
26440         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26441
26442         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26443         false positives.
26444
26445 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26446
26447         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26448
26449 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26450
26451         * nneething.el (nneething-file-name): Don't create spurious
26452         files.
26453
26454         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26455         (gnus-inews-do-gcc): Remove sleep.
26456
26457         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26458         part under point.
26459
26460         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26461         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26462
26463 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26464
26465         * spam.el (spam-summary-prepare-exit): Fix (length).
26466
26467 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26468
26469         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26470         as expired without moving it" message when there are spam
26471         messages left.
26472
26473 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26474
26475         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26476         header is not nil.
26477
26478 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26479
26480         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26481         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26482         (nntp-marks-changed-p): New arg SERVER.
26483         (nntp-request-update-info): Adjust caller.
26484
26485 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26486
26487         * nntp.el (nntp-save-marks): Pass missing arg.
26488
26489 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26490
26491         * nntp.el: Support marks.
26492         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26493         (nntp-marks-modtime, nntp-marks-directory): New variables.
26494         (nntp-request-set-mark, nntp-request-update-info)
26495         (nntp-possibly-create-directory, nntp-marks-changed-p)
26496         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26497         New functions.
26498
26499 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26500
26501         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26502         (gnus-xmas-redefine): Rename.
26503
26504         * gnus-score.el (gnus-score-insert-help):
26505         Use gnus-select-lowest-window.
26506
26507         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26508         appt-select-lowest-window and rename to gnus-select-lowest-window.
26509
26510         * gnus.el: do.
26511
26512 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26513
26514         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26515         encodings of MIME-encoded words, in order to improve
26516         interoperability with several broken MUAs.
26517
26518 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26519
26520         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26521         tags, only when charsets are not specified in headers.
26522         (mm-inline-text-html-render-with-w3m): Ditto.
26523
26524         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26525         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26526
26527 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26528
26529         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26530         instead of MIME-decoded from fields when checking
26531         `gnus-article-address-banner-alist'.
26532
26533 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26534
26535         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26536         description rather than subject.
26537
26538 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26539
26540         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26541
26542 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26543
26544         * gnus.el (gnus-version-number): Bump.
26545
26546 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26547
26548         * gnus.el: No Gnus v0.2 is released.
26549
26550 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26551
26552         * gnus-agent.el (gnus-agent-read-agentview):
26553         Inline gnus-uncompress-range.
26554
26555 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26556
26557         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26558         `exec-installed-p'.
26559
26560 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26561
26562         * gnus.el (spam-process, spam-autodetect-methods):
26563         Add bsfilter and bsfilter-headers.
26564
26565         * spam.el (spam-bsfilter): New customize group.
26566         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26567         (spam-bsfilter-header, spam-bsfilter-probability-header)
26568         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26569         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26570         (spam-bsfilter-database-directory): New options.
26571         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26572         (spam-list-of-statistical-checks, spam-registration-functions):
26573         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26574         (spam-bsfilter-score): New command.
26575         (spam-check-bsfilter-headers, spam-check-bsfilter)
26576         (spam-bsfilter-register-with-bsfilter)
26577         (spam-bsfilter-register-spam-routine)
26578         (spam-bsfilter-unregister-spam-routine)
26579         (spam-bsfilter-register-ham-routine)
26580         (spam-bsfilter-unregister-ham-routine): New functions.
26581         (spam-generic-score): Support bsfilter; Accept an optional argument
26582         to recalcurate spam score even if scoring header has already been
26583         added.
26584         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26585         optional argument to recalcurate spam score even if scoring header
26586         has already been added.
26587
26588 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26589
26590         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26591         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26592         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26593         link is missing.
26594
26595 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26596
26597         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26598         (html2text-get-attr): Rewrite.
26599
26600         * message.el (message-setup-1): Remove redundant put-text-property
26601         on mail-header-separator.
26602
26603 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26604
26605         * gnus-registry.el (gnus-registry-cache-whitespace)
26606         (gnus-registry-action, gnus-registry-spool-action)
26607         (gnus-registry-split-fancy-with-parent): Change message levels
26608         from 5 to 3 or 7, as needed.
26609
26610         * spam.el (spam-summary-prepare-exit)
26611         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26612         (spam-split, spam-find-spam, spam-log-undo-registration)
26613         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26614         level from 5 to 6.
26615
26616 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26617
26618         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26619         2004-03-04 change).
26620
26621 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26622
26623         * sieve-manage.el (sieve-manage-open):
26624         * nnweb.el (nnweb-insert-html):
26625         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26626         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26627         * nnspool.el (nnspool-request-group):
26628         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26629         * nnml.el (nnml-request-update-info):
26630         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26631         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26632         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26633         (nnimap-request-set-mark):
26634         * nnfolder.el (nnfolder-request-update-info):
26635         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26636         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26637         * gnus-uu.el (gnus-uu-find-articles-matching):
26638         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26639         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26640         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26641         * gnus-nocem.el (gnus-nocem-scan-groups):
26642         * gnus-int.el (gnus-start-news-server):
26643         * gnus-group.el (gnus-group-make-kiboze-group)
26644         (gnus-group-browse-foreign-server):
26645         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26646         Use mapc when appropriate.
26647
26648 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26649             Adam Sjøgren  <asjo@koldfront.dk>
26650             Wes Hardaker  <wes@hardakers.net>
26651             Michael Shields  <shields@msrl.com>
26652
26653         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26654         may need for spam sorting and scoring.
26655         (spam-user-format-function-S): Add user format function suitable for
26656         general use.
26657         (spam-article-sort-by-spam-status): Add sorting function for summary
26658         sorting.
26659         (spam-extra-header-to-number): Add function to get a score from a
26660         header.
26661         (spam-summary-score): Add function to get a numeric score from the
26662         headers.
26663         (spam-generic-score): Fix function doc, was in wrong place.
26664         (spam-initialize): Take symbols when it's run, and install the
26665         extra headers that spam-necessary-extra-headers thinks we need.
26666
26667 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26668
26669         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26670         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26671
26672 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26673
26674         * gnus-sum.el (gnus-set-global-variables)
26675         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26676         (gnus-article-get-xrefs, gnus-summary-best-group)
26677         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26678         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26679         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26680         Use with-current-buffer.
26681
26682 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26683
26684         * spam.el (spam-summary-prepare-exit): Simplify logic.
26685         (spam-fetch-article-header): Read the article header if it's not
26686         available.
26687         (spam-list-articles): Simplify logic.
26688         (spam-filelist-register-routine): Fix bug with unregister-list.
26689
26690         * gnus-registry.el: Fix comments at beginning.
26691
26692 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26693
26694         * message.el (message-cater-to-broken-inn): Remove.
26695         (message-shorten-references): Make sure the total folded length of
26696         References is shorter than 998 characters to cater to a bug in INN
26697         2.3.  Also, don't pretend that references aren't folded -- this
26698         hasn't worked for a while.
26699
26700 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26701
26702         * gnus-agent.el (gnus-agentize):
26703         gnus-agent-send-mail-real-function no longer set to current value
26704         of message-send-mail-function but rather a lambda that calls
26705         message-send-mail-function.  The change makes the agent real-time
26706         responsive to user changes to message-send-mail-function.
26707
26708 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26709
26710         * legacy-gnus-agent.el
26711         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26712         help from Florian Weimer <fw@deneb.enyo.de>
26713
26714 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26715
26716         * nnmail.el (nnmail-cache-insert): Revert last change.
26717
26718 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26719
26720         * nnmail.el (nnmail-cache-insert): Always check whether
26721         nnmail-cache-ignore-groups matches a group name.
26722
26723 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26724
26725         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26726         (spam-find-spam, spam-log-processing-to-registry)
26727         (spam-log-registered-p, spam-log-unregistration-needed-p)
26728         (spam-log-undo-registration): Use gnus-message instead of
26729         gnus-error, none of these errors are fatal.
26730
26731         * gnus-registry.el (gnus-registry-clean-empty-function)
26732         (gnus-registry-clean-empty): Remove only empty entries without
26733         extra data.
26734
26735 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26736
26737         * spam-stat.el (spam-stat-buffer-change-to-spam)
26738         (spam-stat-buffer-change-to-non-spam): Change (error) to
26739         (gnus-message 8) invocation.
26740
26741 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26742
26743         * nntp.el (nntp-via-netcat-command): New variable.
26744         (nntp-via-netcat-switches): New variable.
26745         (nntp-open-via-rlogin-and-netcat): New function.
26746         (nntp-open-connection-function): Doc fix.
26747         (nntp-telnet-command): Doc fix.
26748         (nntp-end-of-line): Doc fix.
26749         (nntp-via-rlogin-command): Doc fix.
26750         (nntp-via-user-name): Doc fix.
26751         (nntp-via-address): Doc fix.
26752
26753 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26754
26755         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26756         error in Emacs 21.1.
26757
26758 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26759
26760         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26761
26762 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26763
26764         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26765         (gnus-agent-with-refreshed-group): New macro.
26766         (gnus-agent-rename-group): New function.
26767         (gnus-agent-delete-group): New function.
26768         (gnus-agent-save-group-info): Use gnus-command-method when
26769         `method' parameter is nil.  Don't write nil entries into the
26770         active file.
26771         (gnus-agent-get-group-info): New function.
26772         (gnus-agent-fetch-articles):
26773         Use gnus-agent-update-files-total-fetched-for to increment disk space
26774         used.
26775         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26776         Use gnus-agent-update-view-total-fetched-for to increment disk space
26777         used.
26778         (gnus-agent-get-local): Add optional parameters to avoid calling
26779         gnus-group-real-name and gnus-find-method-for-group.
26780         (gnus-agent-set-local): Delete stored entry if either min, or max,
26781         are nil.
26782         (gnus-agent-fetch-session): Reworded error/quit messages.
26783         On quit, use gnus-agent-regenerate-group to record existance of any
26784         articles fetched to disk before the quit occurred.
26785         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26786         gnus-agent-update-view-total-fetched-for, and
26787         gnus-agent-update-files-total-fetched-for to decrement disk space
26788         used.
26789         (gnus-agent-retrieve-headers):
26790         Use gnus-agent-update-view-total-fetched-for to increment disk space
26791         used.
26792         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26793         with gnus-agent-update-files-total-fetched-for to decrement disk
26794         space and fresh group buffer.
26795         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26796         (gnus-agent-need-update-total-fetched-for): New variable.
26797         (gnus-agent-update-files-total-fetched-for): New function.
26798         (gnus-agent-update-view-total-fetched-for): New function.
26799         (gnus-agent-total-fetched-for): New function.
26800
26801         * gnus-cache.el (gnus-cache-save-buffers):
26802         Use gnus-cache-update-overview-total-fetched-for to change disk space
26803         used by this group.
26804         (gnus-cache-possibly-enter-article):
26805         Use gnus-cache-update-file-total-fetched-for to increment disk space
26806         used by this group.
26807         (gnus-cache-possibly-remove-article):
26808         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26809         used by this group.
26810         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26811         (gnus-cache-rename-group): New function.
26812         (gnus-cache-delete-group): New function.
26813         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26814         (gnus-cache-need-update-total-fetched-for): New variable.
26815         (gnus-cache-with-refreshed-group): New macro.
26816         (gnus-cache-update-file-total-fetched-for): New function.
26817         (gnus-cache-update-overview-total-fetched-for): New function.
26818         (gnus-cache-rename-group-total-fetched-for): New function.
26819         (gnus-cache-delete-group-total-fetched-for): New function.
26820         (gnus-cache-total-fetched-for): New function.
26821
26822         * gnus-group.el: Require gnus-sum and autoload functions to
26823         resolve warnings when gnus-group.el compiled alone.
26824         (gnus-group-line-format): Document new %F.
26825         (size of Fetched data) group line format; identifies disk space
26826         used by agent and cache.
26827         (gnus-group-line-format-alist): Define new F format.
26828         (gnus-total-fetched-for): New function.
26829         (gnus-group-delete-group): No longer update
26830         gnus-cache-active-altered as gnus-request-delete-group now keeps
26831         the cache in sync.
26832         (gnus-group-list-active): Let the agent store a server's active
26833         list if currently plugged.
26834
26835         * gnus-int.el (gnus-request-delete-group):
26836         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26837         local disk in sync with the server.
26838         (gnus-request-rename-group):
26839         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26840         local disk in sync with the server.
26841
26842         * gnus-start.el (gnus-get-unread-articles):
26843         Cosmetic simplification to logic.
26844
26845         * gnus-util.el (gnus-rename-file): New function.
26846
26847 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26848
26849         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26850
26851 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26852
26853         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26854         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26855
26856 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26857
26858         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26859         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26860
26861 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26862
26863         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26864
26865 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26866
26867         * spam.el (spam-set-difference): Add function to replace
26868         gnus-set-difference in spam.el.
26869         (spam-summary-prepare-exit): Use spam-set-difference.
26870
26871 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26872
26873         * gnus-registry.el (gnus-registry-cache-file): Update to use
26874         gnus-dribble-directory OR gnus-home-directory OR ~.
26875         (gnus-registry-split-fancy-with-parent): Fix doc.
26876
26877 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26878
26879         * message.el (message-exchange-point-and-mark):
26880         Use message-mark-active-p.  Suggested by Jesper Harder
26881         <harder@ifa.au.dk>.
26882
26883 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26884
26885         * message.el (message-exchange-point-and-mark): Don't activate
26886         region if it was inactive.  Suggested by Hiroshi Fujishima
26887         <pooh@nature.tsukuba.ac.jp>.
26888
26889 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26890
26891         * gnus-art.el (article-display-face): Display Faces in the same
26892         order as X-Faces.
26893
26894 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26895
26896         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26897
26898 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26899
26900         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26901         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26902         (gnus-article-mime-hierarchy): Remove.
26903         (gnus-article-mime-hierarchy-next): Remove.
26904         (gnus-article-mode): Revert 2004-03-19 change.
26905         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26906         (gnus-insert-mime-button): Revert 2004-03-19 change.
26907         (gnus-mime-accumulate-hierarchy): Remove.
26908         (gnus-mime-enter-multipart): Remove.
26909         (gnus-mime-leave-multipart): Remove.
26910         (gnus-mime-display-part): Revert 2004-03-19 change.
26911         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26912
26913         * mml.el (mml-preview): Revert 2004-03-19 change.
26914
26915 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26916
26917         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26918
26919 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26920
26921         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26922         t while entering a file name using the mm-with-multibyte macro.
26923         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26924
26925         * mm-util.el (mm-with-multibyte): New macro.
26926
26927 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26928
26929         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26930         New user option.
26931         (gnus-mime-multipart-functions): Doc and customization fix.
26932         (gnus-article-mime-hierarchy): New variable.
26933         (gnus-article-mime-hierarchy-next): New variable.
26934         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26935         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26936         gnus-article-mime-hierarchy-next to nil.
26937         (gnus-insert-mime-button): Show hierarchy numbers.
26938         (gnus-mime-accumulate-hierarchy): New function.
26939         (gnus-mime-enter-multipart): New function.
26940         (gnus-mime-leave-multipart): New function.
26941         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26942         (gnus-mime-display-alternative): Show hierarchy numbers.
26943
26944         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26945         gnus-article-mime-hierarchy-next to nil.
26946
26947 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26948
26949         * dns.el: Don't require gnus-xmas.
26950
26951 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26952
26953         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26954         inline PGP.
26955         (mml-menu): Disable mml-quote-region if mark is inactive.
26956
26957 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26958
26959         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26960         when the group's active is not available.
26961
26962 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26963
26964         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26965         error.
26966
26967 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26968
26969         * imap.el (imap-store-password): New variable.
26970         (imap-interactive-login): Use it.
26971         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26972
26973 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26974
26975         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26976         window-start and hscroll to summary window.
26977
26978 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26979
26980         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26981         conversion message to newsrc-dribble when an actual conversion is
26982         performed.
26983
26984 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26985
26986         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26987
26988 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26989
26990         * mm-decode.el (mm-complicated-handles): New function reviving
26991         former definition of mm-multiple-handles.
26992
26993         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26994         (gnus-mime-delete-part): Use it.
26995
26996 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26997
26998         * gnus-agent.el (gnus-agent-read-local):
26999         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27000         avoid the implicit assumption that they will always be equal.
27001         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27002         coding-system-for-write, as the with-temp-file macro first prints
27003         to a buffer then saves the buffer.
27004
27005 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27006
27007         * gnus-art.el (gnus-article-edit-part): New function.
27008         (gnus-mime-save-part-and-strip): Use it; do query instead of
27009         signaling an error; don't use mm-multiple-handles.
27010         (gnus-mime-delete-part): Ditto.
27011
27012 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27013
27014         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27015         old file versions.
27016         (gnus-group-prepare-hook): Remove function that converted list
27017         form of gnus-agent-expire-days to group properties.
27018
27019         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27020         (gnus-request-accept-article): Re-indented.
27021
27022         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27023         converters to handle old agent file formats.  Add logic for a
27024         "backup before upgrading warning".
27025         (gnus-convert-mark-converter-prompt): Developers can mark
27026         functions as needing (default), or not needing,
27027         gnus-convert-old-newsrc's "backup before upgrading warning".
27028         (gnus-convert-converter-needs-prompt): Tests whether the user
27029         should be protected from potentially irreversable changes by the
27030         function.
27031
27032         * legacy-gnus-agent.el: New.  Provides converters that are only
27033         loaded when gnus-convert-old-newsrc needs to call them.
27034
27035 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27036
27037         * mail-source.el (mail-source-touch-pop): Doc fix.
27038
27039         * message.el (message-smtpmail-send-it): Doc fix.
27040
27041 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27042
27043         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27044
27045         * nnmail.el (nnmail-split-fancy): do.
27046
27047         * gnus-kill.el (gnus-kill, gnus-execute): do.
27048
27049 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27050
27051         * gnus-sum.el (gnus-widget-reversible-match)
27052         (gnus-widget-reversible-to-internal)
27053         (gnus-widget-reversible-to-external): New functions.
27054         (gnus-widget-reversible): New widget.
27055         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27056
27057 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27058
27059         * gnus-sum.el (gnus-thread-sort-functions)
27060         (gnus-article-sort-functions): Document `(not F)' items.
27061
27062 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27063
27064         * spam.el (spam-use-gmane-xref): Add new backend.
27065         (spam-gmane-xref-spam-group): Add variable to control the name of the
27066         Gmane spam group.
27067         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27068         (spam-regex-headers-spam, spam-regex-headers-ham)
27069         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27070         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27071         backends and checks.
27072         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27073
27074         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27075         an autodetect method.
27076
27077 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27078
27079         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27080         articles are being added to a group.
27081         (gnus-request-replace-article): Inform the agent that articles
27082         need to be uncached as the cached contents are no longer valid.
27083
27084 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27085
27086         * binhex.el: Don't autoload executable-find.
27087
27088         * canlock.el: Don't autoload mail-fetch-field.
27089
27090         * dgnushack.el: Autoload c-mode for XEmacs.
27091
27092         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27093
27094         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27095         rmail-dont-reply-to and rmail-output.
27096
27097         * gnus-score.el: Don't autoload ffap-string-at-point.
27098
27099         * gnus-setup.el: Don't autoload sc-cite-original.
27100
27101         * imap.el: Don't autoload base64-decode-string,
27102         base64-encode-string and md5.
27103
27104         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27105         and rmail-msg-restore-non-pruned-header.
27106
27107         * mm-decode.el: Don't autoload executable-find.
27108
27109         * mm-url.el: Don't autoload executable-find.
27110
27111         * mm-view.el: Don't autoload diff-mode.
27112
27113         * nndb.el: Don't autoload news-reply-mode, news-setup,
27114         cancel-timer and telnet.
27115
27116         * password.el: Don't autoload run-at-time for Emacs.
27117
27118         * sha1-el.el: Don't autoload executable-find.
27119
27120         * sieve-mode.el: Don't autoload c-mode.
27121
27122         * uudecode.el: Don't autoload executable-find.
27123
27124 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27125
27126         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27127         (gnus-agent-possibly-alter-active): Avoid null in numeric
27128         comparison.
27129         (gnus-agent-set-local): Refuse to save null in local object table.
27130         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27131         list of articles that will be marked as unread.
27132
27133 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27134
27135         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27136
27137 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27138
27139         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27140         language tags.
27141
27142 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27143
27144         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27145         Don't bind "obarray".
27146
27147         * gnus-sum.el (gnus-thread-sort-functions):
27148         Add `gnus-thread-sort-by-most-recent-number' and
27149         `gnus-thread-sort-by-most-recent-date'.
27150         Reported by Kai Grossjohann <kai@emptydomain.de>.
27151
27152 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27153
27154         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27155
27156 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27157
27158         * gnus-cus.el (gnus-agent-customize-category):
27159         Remove ignore-errors macro reference that required cl to be loaded at
27160         run-time.
27161
27162         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27163         single-interval range of the form (min . max).  Previously the
27164         range had to look like ((min . max)).  Likewise, return
27165         (min . max) rather than ((min . max)).
27166         (gnus-range-map): Use gnus-range-normalize to accept
27167         single-interval range.
27168
27169         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27170         the cache, but not the agent, now appear with their usual face.
27171
27172         * dgnushack.el (loaddir): New variable that is bound to the
27173         directory containing the dgnushack.el file.  Use loaddir, rather
27174         than srcdir, to update load-path.  Change lets dgnushack compile
27175         code in directories other than GNUS/lisp.
27176
27177 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27178
27179         * lpath.el: Don't bind w3m-safe-url-regexp.
27180
27181         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27182         w3m-safe-url-regexp variable buffer-local.
27183
27184         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27185
27186 2004-02-27  Simon Josefsson  <jas@extundo.com>
27187
27188         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27189         gnus-group-real-prefix.
27190         (gnus-summary-move-article): Use it, instead of
27191         gnus-group-real-prefix.
27192
27193 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27194
27195         * lpath.el: Bind w3m-safe-url-regexp.
27196
27197         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27198         w3m-safe-url-regexp variable buffer-local and set it as the value
27199         of mm-w3m-safe-url-regexp.
27200
27201         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27202
27203         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27204         parsing gnus-posting-styles when the message is not for replying.
27205
27206         * dgnushack.el: Autoload sgml-mode for XEmacs.
27207
27208         * nnrss.el (nnrss-opml-export):
27209         Use mm-set-buffer-file-coding-system instead of
27210         set-buffer-file-coding-system.
27211
27212 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27213
27214         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27215         of checkdoc.el).
27216         * nnrss.el: do.
27217         * gnus-mlspl.el: do.
27218         * gnus-ml.el: do.
27219         * gnus-srvr.el: do.
27220
27221         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27222
27223 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27224
27225         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27226         Corrections to custom-manual links.
27227
27228         * gnus-art.el (gnus-article): Ditto.
27229
27230         * mm-decode.el (mime-display, mime-security): Ditto.
27231
27232 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27233
27234         * flow-fill.el: Typo.
27235
27236 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27237
27238         * spam-wash.el: New file.
27239
27240 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27241
27242         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27243
27244 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27245
27246         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27247         to be run with new-articles as LIST1, not LIST2.
27248         (spam-registration-functions): Add spam-use-ham-copy as a nil
27249         registration backend.
27250
27251 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27252
27253         * spam-stat.el (spam-stat-washing-hook): New option.
27254         (spam-stat-buffer-words): Use it.
27255         (spam-stat-process-directory, spam-stat-test-directory):
27256         Use insert-file-contents-literally.
27257         (spam-stat-coding-system): New variable.
27258         (spam-stat-load, spam-stat-save): Use it.
27259
27260 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27261
27262         * spam-report.el (spam-report-plug-agent):
27263         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27264
27265 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27266
27267         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27268         Allow / in mailto URLs.
27269
27270 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27271
27272         * spam-report.el (spam-report-process-queue): Fix interactive use.
27273         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27274         (spam-report-unplug-agent): Doc fixes.
27275         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27276         (spam-report-agentize, spam-report-deagentize): Autoload.
27277
27278 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27279
27280         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27281
27282         * message.el (message-setup-fill-variables): Add mml tags to
27283         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27284         <ajk@iu.edu>.
27285         (message-mode): Don't modify paragraph-separate there.
27286
27287 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27288
27289         * compface.el (uncompface-use-external): Default to undecided.
27290         (uncompface-use-external-threshold): New variable.
27291         (uncompface-float-time): New macro.
27292         (uncompface): Determine whether to use the external decoder if
27293         uncompface-use-external is undecided.
27294
27295 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27296
27297         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27298         after images.
27299
27300         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27301
27302 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27303
27304         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27305
27306         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27307
27308         * gnus-sum.el (gnus-summary-limit-to-age)
27309         (gnus-summary-limit-children): do.
27310
27311         * gnus-int.el (gnus-request-scan): do.
27312
27313         * gnus-group.el (gnus-group-suspend): do.
27314
27315         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27316
27317         * gnus-cite.el (gnus-cite-parse-attributions): do.
27318
27319         * gnus-agent.el (gnus-summary-set-agent-mark)
27320         (gnus-agent-regenerate-group): do.
27321
27322         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27323
27324         * binhex.el (binhex-decode-region-internal): do.
27325
27326 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27327
27328         * gnus-fun.el (gnus-face-properties-alist): New user option.
27329         (gnus-display-x-face-in-from): Use it.
27330
27331         * gnus-art.el (article-display-face): Ditto.
27332
27333         * compface.el (uncompface-use-external): Default to nil.
27334
27335 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27336
27337         * nntp.el (nntp-erase-buffer): New function.
27338         (nntp-retrieve-data, nntp-send-command)
27339         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27340         (nntp-possibly-change-group): Use it.
27341
27342         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27343         Use with-current-buffer.
27344
27345 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27346
27347         * compface.el: Merge the ELisp-based uncompface program.
27348         (compface): New customization group.
27349         (uncompface-use-external): New user option.
27350         (uncompface): Call uncompface-internal if uncompface-use-external
27351         is nil.
27352         (uncompface-internal): New function.  Note that there are also
27353         some other functions and variables added for this function.
27354
27355 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27356
27357         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27358         if necessary.
27359
27360 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27361
27362         * spam-report.el (spam-report-unplug-agent)
27363         (spam-report-plug-agent, spam-report-deagentize)
27364         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27365         Add support for the Agent in spam-report: when unplugged, report to a
27366         file; when plugged, submit all the requests.
27367
27368         * spam.el (spam-register-routine): Fix message about
27369         registration.
27370
27371 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27372
27373         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27374         dependencies.
27375         (rfc2047-encode): Use it.
27376
27377         * gnus-art.el (gnus-button-marker-list): Move before first
27378         reference.
27379
27380         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27381         (imap-parse-body): Fix format string mismatch.
27382
27383         * gnus-score.el (gnus-summary-increase-score): do.
27384
27385         * nnrss.el (nnrss-close): New function.
27386
27387 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27388
27389         * nnrss.el (nnrss-make-filename): New function.
27390         (nnrss-request-delete-group, nnrss-read-server-data)
27391         (nnrss-save-server-data, nnrss-read-group-data)
27392         (nnrss-save-group-data): Use it.
27393         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27394         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27395         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27396
27397 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27398
27399         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27400
27401 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27402
27403         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27404         files.
27405
27406         * message.el (message-generate-headers-first): Don't quote nil
27407         and t in docstrings.
27408
27409         * imap.el (imap-id): do.
27410
27411         * gnus-agent.el (gnus-agent-consider-all-articles)
27412         (gnus-agent-queue-mail): do.
27413
27414 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27415
27416         * spam-report.el (spam-report-process-queue): New function.
27417         Process requests from `spam-report-requests-file'.
27418         (spam-report-process-queue): Doc fix.
27419
27420 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27421
27422         * spam.el (spam-register-routine)
27423         (spam-log-processing-to-registry, spam-log-registered-p)
27424         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27425         Change "check" to "spam-check" for semi-clarity.
27426
27427 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27428
27429         * pop3.el: Require nnheader.
27430
27431         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27432
27433         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27434
27435         * gnus-picon.el: Require cl.
27436
27437         * gnus-fun.el: Require gnus-ems and gnus-util.
27438
27439         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27440
27441         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27442
27443         * gnus-art.el (gnus-article-edit-mode): Define before first
27444         reference.
27445
27446 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27447
27448         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27449         (gnus-uu-post-encoded): Use point-at-bol.
27450
27451         * gnus-topic.el (gnus-group-active-topic-p): do.
27452
27453         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27454
27455         * gnus-group.el (gnus-group-kill-region): do.
27456
27457         * gnus-art.el (article-date-ut): do.
27458
27459         * message.el (message-fetch-field): Remove redundant
27460         case-fold-search binding.
27461         (message-narrow-to-field): Simplify.
27462
27463 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27464
27465         * spam.el (spam-directory): Derive from `gnus-directory'.
27466
27467         * spam-report.el (spam-report-url-to-file)
27468         (spam-report-requests-file): New function and variable for offline
27469         reporting.
27470         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27471         and user defined function.
27472         (spam-report-url-ping-mm-url): Remove doubled slash.
27473
27474 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27475
27476         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27477
27478 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27479
27480         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27481         Fix format string mismatch.
27482
27483         * sieve.el (sieve-deactivate-all): do.
27484
27485         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27486
27487         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27488
27489         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27490
27491         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27492
27493 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27494
27495         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27496         the list of checks.
27497
27498 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27499
27500         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27501         padding.
27502
27503 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27504
27505         * mm-view.el (mm-fill-flowed): New variable.
27506         (mm-inline-text): Use it.
27507
27508 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27509
27510         * spam.el (spam-spamassassin-register-ham-routine)
27511         (spam-spamassassin-register-spam-routine): Fix function names.
27512
27513 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27514
27515         * gnus.el (gnus-tmp-grouplens): Remove.
27516         (gnus-summary-line-format): Remove grouplens.
27517
27518         * gnus-group.el (gnus-group-line-format): Ditto.
27519
27520         * gnus-spec.el (gnus-format-specs): Ditto.
27521         (gnus-update-format-specifications): Flush the group format spec
27522         cache if there's the grouplens stuff.
27523         (gnus-parse-simple-format): Replace %l with the empty string.
27524
27525 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27526
27527         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27528         omission.
27529
27530 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27531
27532         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27533         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27534
27535 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27536
27537         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27538         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27539         New macros and functions.
27540         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27541         Handle > NLINK_MAX messages.
27542         * nnmaildir.el (nnmaildir-request-set-mark):
27543         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27544
27545 2004-01-25  Alex Schroeder  <alex@gnu.org>
27546
27547         * spam-stat.el (spam-stat-process-directory-age): New option.
27548         (spam-stat-process-directory): Use it.
27549
27550 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27551
27552         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27553         (spam-stat-save): Accept prefix argument.
27554
27555 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27556
27557         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27558         links" error.
27559
27560 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27561
27562         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27563         the rest of the and/or forms.
27564
27565 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27566
27567         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27568         compatibility with old .newsrc.eld files.
27569
27570         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27571
27572         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27573
27574         * gnus-start.el (gnus-1): do.
27575
27576         * gnus-group.el (gnus-group-line-format-alist): do.
27577
27578         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27579
27580         * gnus-gl.el: Remove.
27581
27582 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27583
27584         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27585         marks consisting of a single range {for example, (3 . 5)} rather
27586         than a list of a single range { ((3 . 5)) }.
27587
27588 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27589
27590         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27591         Use with-current-buffer.
27592         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27593         avoid consing a string.
27594
27595         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27596         Remove obsolete entries for big5 and gb2312.
27597
27598 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27599
27600         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27601         uncompressed list.
27602
27603 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27604
27605         * spam-stat.el (spam-stat-strip-xref): New function.
27606         (spam-stat-process-directory): Use it.
27607
27608         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27609         here -- it's done in message-fetch-field.
27610
27611 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27612
27613         * gnus-agent.el (gnus-agent-queue-mail)
27614         (gnus-agent-prompt-send-queue): New variables.
27615         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27616         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27617         "nndraft:queue" along to gnus-draft-send.
27618         Use gnus-agent-prompt-send-queue.
27619         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27620         is "nndraft:queue".  Suggested by Gaute Strokkenes
27621         <gs234@srcf.ucam.org>
27622
27623         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27624         (agent-enable-undownloaded-faces): Add.
27625         (gnus-agent-cat-groups): Use eval-and-compile, not
27626         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27627         method of gnus-agent-cat-groups even when the buffer has been
27628         evaled.
27629         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27630         delete gnus-agent-save-active-1.
27631         (gnus-agent-save-groups): Delete.  Identical to
27632         gnus-agent-save-active.
27633         (gnus-agent-write-active): No longer adjust agent's copy of active
27634         file as agent's adjustments are now stored in their own
27635         file.  Remove optional parameter.
27636         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27637         servers.  Add use of min/max range limits from server's local
27638         file.
27639         (gnus-agent-save-alist): Remove unused optional argument.
27640         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27641         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27642         (gnus-agent-set-local): A per-server file that keeps min/max range
27643         limits for articles known to the agent.  Provides a fast mechanism
27644         for altering many active ranges.
27645         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27646         active file (local makes it unnecessary).
27647         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27648
27649         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27650         (agent-enable-undownloaded-faces): Add.
27651
27652         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27653         disable it when sending to "nndraft:queue".
27654         (gnus-group-send-queue): Add safety check to avoid sending queue
27655         when unplugged.
27656
27657         * gnus-group.el (gnus-group-catchup): Use new
27658         gnus-sequence-of-unread-articles, not
27659         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27660         numbers of articles.  Use gnus-range-map to avoid having to
27661         uncompress the unread list.
27662         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27663         Fix invalid ange-ftp reference.
27664
27665         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27666         (gnus-sorted-range-intersection): Intersection of two ranges
27667         without requiring that they first be uncompressed.
27668
27669         * gnus-start.el (gnus-activate-group): Unless blocked by the
27670         caller, possibly expand the active range to include both cached
27671         and agentized articles.
27672         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27673         multiple version-dependent converters.
27674         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27675         gnus-agent-save-active.
27676         (gnus-save-newsrc-file): Save dirty agent range limits.
27677
27678         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27679         gnus-agent-possibly-alter-active.
27680         (gnus-adjust-marked-articles): Faster handling of simple lists.
27681
27682 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27683
27684         * spam-stat.el (spam-stat-test-directory): New optional argument
27685         displays a list of files detected.  Suggested by Andrew Cohen
27686         <cohen@andy.bu.edu>.
27687         (spam-stat-buffer-words-with-scores): Don't narrow and change
27688         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27689
27690 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27691
27692         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27693         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27694         (spam-spamassassin-arguments)
27695         (spam-spamassassin-spam-flag-header)
27696         (spam-spamassassin-positive-spam-flag-header)
27697         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27698         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27699         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27700         (spam-list-of-processors, spam-list-of-checks)
27701         (spam-list-of-statistical-checks, spam-registration-functions)
27702         (spam-check-spamassassin-headers, spam-check-spamassassin)
27703         (spam-spamassassin-score)
27704         (spam-spamassassin-register-with-sa-learn)
27705         (spam-spamassassin-register-spam-routine)
27706         (spam-spamassassin-register-ham-routine)
27707         (spam-assassin-register-spam-routine)
27708         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27709         (spam-bogofilter-score): Fix to show article before scoring.
27710
27711 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27712
27713         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27714         default scoring function.
27715         (spam-generic-score): Call spam-spamassassin-score if
27716         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27717         spam-bogofilter-score otherwise.
27718
27719         * gnus.el (spam-process, spam-autodetect-methods):
27720         Add spamassassin and spamassassin-headers.
27721
27722 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27723
27724         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27725         Suppress unnecessary messages.
27726
27727 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27728
27729         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27730         make-hash-table.
27731
27732 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27733
27734         * canlock.el (base64-encode-string): Don't autoload it.
27735
27736 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27737
27738         * run-at-time.el: Remove useless (require 'itimer),
27739         eval-and-compile and (featurep 'xemacs).
27740
27741 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27742
27743         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27744         GROUP is a virtual group.
27745
27746 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27747
27748         * gnus.el: Autoload `message-y-or-n-p'.
27749
27750 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27751
27752         * pgg-parse.el: Remove unnecessary (require 'custom).
27753
27754         * pgg-def.el: do.
27755
27756         * nnmail.el: do.
27757
27758         * gnus-undo.el: do.
27759
27760         * gnus-picon.el: do.
27761
27762         * gnus-util.el: do.
27763
27764 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27765
27766         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27767
27768 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27769
27770         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27771         handle, as well as a list.
27772
27773         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27774         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27775         (mm-w3m-cid-retrieve): Simplify.
27776
27777 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27778
27779         * message.el (message-kill-to-signature): Allow prefix arg to
27780         specify number of lines to keep before signature.
27781
27782 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27783
27784         * message.el (message-kill-to-signature): Change docstring.
27785
27786 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27787
27788         * canlock.el: Always require sha1-el.
27789         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27790
27791         * message.el: Autoload sha1 only when compiling.
27792
27793         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27794         eudc-expand-inline for XEmacs.
27795
27796 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27797
27798         * message.el (message-canlock-generate): Require sha1-el.
27799
27800 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27801
27802         * message.el (message-expand-name): Silence the byte compiler.
27803
27804         * lpath.el: Add detect-coding-system.
27805
27806         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27807         cus-edit.
27808
27809 2004-01-13  Simon Josefsson  <jas@extundo.com>
27810
27811         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27812         Invoke gnus-score-mode.
27813         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27814
27815         * gnus-range.el (gnus-compress-sequence): Doc fix.
27816         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27817
27818 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27819
27820         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27821
27822 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27823
27824         * spam.el (spam-get-article-as-string): Update to use
27825         gnus-request-article-this-buffer, much simpler.
27826         (spam-get-article-as-buffer): Remove.
27827
27828 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27829
27830         * message.el (message-expand-name): Use EUDC if the user uses that.
27831
27832 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27833
27834         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27835         character for the encoding to avoid consing a string.
27836
27837         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27838         unnecessarily.
27839
27840         * mm-util.el (mm-replace-chars-in-string): Remove.
27841
27842         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27843         of mm-replace-chars-in-string.
27844
27845 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27846
27847         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27848
27849         * mm-util.el (mm-subst-char-in-string): Support inplace.
27850
27851         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27852         a new string in every iteration.  Use shy groups.
27853
27854 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27855
27856         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27857         * gnus-soup.el (gnus-soup-group-brew):
27858         * gnus-msg.el (gnus-put-message):
27859         * gnus-move.el (gnus-group-move-group-to-server):
27860         * gnus-kill.el (gnus-batch-score):
27861         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27862         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27863         (gnus-group-update-group, gnus-group-read-group)
27864         (gnus-group-make-group, gnus-group-make-help-group)
27865         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27866         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27867         (gnus-group-sort-by-unread, gnus-group-catchup)
27868         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27869         (gnus-group-yank-group, gnus-group-set-info)
27870         (gnus-group-list-groups):
27871         * gnus.el (gnus-generate-new-group-name):
27872         * gnus-delay.el (gnus-delay-send-queue):
27873         * nnvirtual.el (nnvirtual-catchup-group):
27874         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27875         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27876         (gnus-group-prepare-topics, gnus-topic-check-topology):
27877         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27878         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27879         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27880         (gnus-group-make-articles-read):
27881         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27882         (gnus-group-change-level, gnus-kill-newsgroup)
27883         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27884         (gnus-get-unread-articles, gnus-make-articles-unread)
27885         (gnus-make-ascending-articles-unread): Use accessor
27886         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27887         to get group information for improved readability.
27888
27889
27890 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27891
27892         * gnus-art.el (article-decode-mime-words, article-babel)
27893         (gnus-article-highlight-signature, gnus-article-add-buttons)
27894         (gnus-signature-toggle): Use gnus-with-article-buffer.
27895
27896         * gnus-art.el (gnus-article-highlight-headers)
27897         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27898
27899         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27900         (gnus-article-set-globals, gnus-request-article-this-buffer)
27901         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27902         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27903         (gnus-mime-display-alternative): Use with-current-buffer.
27904
27905 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27906
27907         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27908         also under 80 char limit, and call gnus-error if needed.
27909         (spam-fetch-article-header): Fix - it was a
27910         buffer-local variable (gnus-newsgroup-data).
27911         (spam-find-spam): Use spam-generate-fake-headers, forget about
27912         spam-insert-fake-headers.
27913         (spam-insert-fake-headers): Remove.
27914
27915 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27916
27917         * deuglify.el (gnus-article-outlook-unwrap-lines)
27918         (gnus-outlook-rearrange-article)
27919         (gnus-outlook-repair-attribution-outlook)
27920         (gnus-outlook-repair-attribution-block)
27921         (gnus-outlook-repair-attribution-other): Remove redundant
27922         save-excursion.
27923
27924 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27925
27926         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27927         (spam-fetch-field-subject-fast)
27928         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27929         (spam-fetch-article-header): Add functions to deal with Gnus
27930         internals for fast retrieval of article header data.
27931         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27932
27933 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27934
27935         * pop3.el (pop3-md5): Remove.
27936         (pop3-apop): Replace pop3-md5 with md5.
27937
27938         * mm-bodies.el: base64 is always built-in.
27939
27940         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27941         Use with-current-buffer.
27942
27943 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27944
27945         * canlock.el (canlock-insert-header): Remove excessive grouping in
27946         regexp.
27947
27948         * gnus-sum.el (gnus-summary-read-document): Ditto.
27949
27950         * gnus-uu.el (gnus-uu-part-number): Ditto.
27951
27952         * html2text.el (html2text-remove-tags): Ditto.
27953         (html2text-format-tags): Ditto.
27954         (html2text-format-single-elements): Ditto.
27955
27956         * mml.el (mml-parse-1): Ditto.
27957
27958 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27959
27960         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27961
27962         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27963
27964         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27965
27966         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27967
27968 2003-11-15  Simon Josefsson  <jas@extundo.com>
27969
27970         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27971         (pgg-gpg-lookup-key): Use regexp match instead of
27972         split-string (split-string is different between emacs 21.2 and
27973         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27974
27975 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27976
27977         * gnus-art.el (gnus-mime-view-all-parts)
27978         (gnus-article-part-wrapper, gnus-article-view-part):
27979         Use with-current-buffer.
27980
27981 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27982
27983         * spam.el (spam-disable-spam-split-during-ham-respool)
27984         (spam-spamoracle-database, spam-cache-lookups)
27985         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27986         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27987         (spam-group-ham-marks, spam-group-spam-marks)
27988         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27989         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27990         also add spam-use-blackholes to the statistical checks.
27991         (spam-fetch-field-fast): Add interface to fetching fields, may
27992         become a macro.
27993         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27994         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27995         (spam-insert-fake-headers): Fake an article when needed.
27996         (spam-find-spam): Fake article when possible.
27997         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27998         (spam-check-bogofilter-headers): Use message-fetch-field instead
27999         of nnmail-fetch-field.
28000
28001 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28002
28003         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28004
28005 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28006
28007         * spam.el (spam-split): Do not require spam-use-CHECK to be
28008         enabled if that check is passed to spam-split explicitly; also
28009         fix so 'spam doesn't get converted to spam-split-group when
28010         spam-split-symbolic-return is t.
28011         (spam-find-spam): Find registrations of the article and use those
28012         instead of re-running spam-split to find the spam/ham
28013         classification of the article.
28014         (spam-log-processing-to-registry, spam-log-registered-p)
28015         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28016         Use gnus-error instead of gnus-message.
28017         (spam-log-registration-type): Add function to determine the
28018         classification of a message based on registry entries; will
28019         return nil if both 'spam and 'ham are found.
28020         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28021         a reasonably fast local cache without the loading errors.
28022         (spam-cache-lookups): Set to t by default.
28023         (spam-find-spam): Don't try to guess spam-cache-lookups.
28024         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28025         spam-caches entry.
28026         (spam-filelist-build-cache, spam-filelist-check-cache):
28027         Fix caching of whitelist/blacklist entries.
28028         (spam-check-whitelist, spam-check-blacklist):
28029         Invoke spam-from-listed-p with a type, not a cache variable.
28030         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28031
28032 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28033
28034         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28035
28036         * nnmail.el (nnmail-split-fancy): do.
28037
28038         * mml.el (mml-parse): do.
28039
28040         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28041         (gnus-score-adaptive): do.
28042
28043 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28044
28045         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28046         (gnus-mime-button-map): Don't set keymap parent.
28047         (gnus-button-ctan-directory-regexp): Use shy grouping.
28048         (gnus-prev-page-map): Don't set keymap parent.
28049         (gnus-prev-page-map): Remove duplicated one.
28050         (gnus-next-page-map): Don't set keymap parent.
28051         (gnus-mime-security-button-map): Ditto.
28052
28053         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28054         version number.
28055
28056         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28057
28058 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28059
28060         * canlock.el (canlock-sha1-function): Remove.
28061         (canlock-sha1-function-for-verify): Remove.
28062         (canlock-openssl-program): Remove.
28063         (canlock-openssl-args): Remove.
28064         (canlock-ignore-errors): Remove.
28065         (canlock-sha1-with-openssl): Remove.
28066         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28067         (canlock-verify): Don't use canlock-ignore-errors.
28068
28069         * sha1-el.el (sha1-string-external): Make it can return a string
28070         in binary form.
28071         (sha1-region-external): Ditto.
28072         (sha1-string-internal): Ditto.
28073         (sha1-region-internal): Ditto.
28074         (sha1-region): Ditto.
28075         (sha1-string): Ditto.
28076         (sha1): Ditto.
28077
28078 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28079
28080         * spam.el (spam-report-articles-gmane): New command.
28081
28082 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28083
28084         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28085
28086         * run-at-time.el (run-at-time-saved): Remove.
28087         (run-at-time): Doc fix.
28088
28089 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28090
28091         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28092         (gnus-summary-limit-map): Add it.
28093         (gnus-summary-make-menu-bar): do.
28094
28095 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28096
28097         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28098         Make attempt at some caching support (done for BBDB only now).
28099         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28100         addresses to be checked.
28101         (spam-clear-cache-BBDB): Add function, to be invoked by
28102         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28103         (spam-check-BBDB): Check and use the caches, if
28104         spam-cache-lookups is on, remove superfluous (provide).
28105
28106 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28107
28108         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28109
28110 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28111
28112         * run-at-time.el (run-at-time-saved): Move to after the definition
28113         of `run-at-time'.
28114
28115         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28116
28117 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28118
28119         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28120         mm-w3m-local-map-property.
28121
28122         * mm-view.el (mm-w3m-mode-map): Remove.
28123         (mm-w3m-local-map-property): Remove.
28124         (mm-inline-text-html-render-with-w3m): Don't use
28125         mm-w3m-local-map-property.
28126
28127 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28128
28129         * run-at-time.el: New file.
28130
28131         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28132         under Emacs.
28133
28134         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28135         of gnus-set-text-properties.
28136
28137         * gnus-uu.el (gnus-uu-save-article): Ditto.
28138
28139         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28140
28141         * gnus-cite.el (gnus-cite-parse): Ditto.
28142
28143         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28144         of gnus-.
28145
28146         * gnus-xmas.el (run-at-time): Require run-at-time.
28147
28148         * gnus.el: Change calls to nnheader-run-at-time and
28149         password-run-at-time throughout to use run-at-time directly.
28150
28151         * password.el: Remove definition of run-at-time.
28152
28153         * nnheaderxm.el: Remove definition of run-at-time.
28154
28155 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28156
28157         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28158         in prompt.
28159
28160 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28161
28162         * messagexmas.el (message-xmas-redefine): Alias
28163         `message-make-caesar-translation-table' to
28164         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28165         version.
28166
28167         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28168         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28169         `gnus-xmas-set-text-properties'.
28170         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28171         `gnus-xmas-completing-read'.
28172         (gnus-xmas-completing-read): Removed.
28173         (gnus-xmas-open-network-stream): Removed.
28174
28175         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28176         XEmacs version.
28177
28178         * dns.el (dns-make-network-process): Use `open-network-stream'
28179         instead of `gnus-xmas-open-network-stream'.
28180
28181         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28182
28183         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28184
28185 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28186
28187         * gnus-art.el (gnus-mime-display-alternative)
28188         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28189         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28190         Don't use gnus-local-map-property.
28191
28192         * gnus-util.el (gnus-local-map-property): Remove.
28193
28194         * mm-view.el (mm-view-pkcs7-decrypt):
28195         Replace gnus-completing-read-maybe-default with completing-read.
28196
28197         * gnus-util.el (gnus-completing-read): do.
28198         (gnus-completing-read-maybe-default): Remove.
28199
28200 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28201
28202         * password.el: Only autoload `run-at-time' if not XEmacs.
28203         Only autoload the itimer functions if XEmacs.
28204
28205 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28206
28207         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28208         XEmacsen.
28209
28210         * dgnushack.el: Autoload executable-find for XEmacs.
28211
28212 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28213
28214         * gnus-art.el (gnus-read-string): Remove.
28215         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28216         read-string.
28217
28218 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28219
28220         * netrc.el: Autoload password-read.
28221         (netrc): Add configuration group.
28222         (netrc-encoding-method, netrc-openssl-path):
28223         Add variables for encoding and decoding of files with symmetric
28224         ciphers.
28225         (netrc-encode): Add assistant function to encode a file with
28226         netrc-encoding-method.
28227         (netrc-parse): Add interactive parameter, added optional
28228         decoding if netrc-encoding-method is non-nil but otherwise
28229         behavior is standard.
28230         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28231         Do s/encode/encrypt/ everywhere.
28232
28233         * spam.el: Remove executable-find autoload.
28234
28235 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28236
28237         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28238
28239         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28240
28241 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28242
28243         * gnus-art.el (gnus-treat-ansi-sequences)
28244         (article-treat-ansi-sequences): New variable and function.
28245         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28246
28247         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28248         Use it.
28249
28250 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28251
28252         * mm-util.el (mm-quote-arg): Remove.
28253
28254         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28255         shell-quote-argument.
28256
28257         * gnus-uu.el (gnus-uu-command): do.
28258
28259         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28260
28261         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28262         with make-char.
28263
28264         * mm-util.el (mm-make-char): Remove.
28265
28266         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28267         add-minor-mode.
28268
28269         * gnus-undo.el (gnus-undo-mode): do.
28270
28271         * gnus-topic.el (gnus-topic-mode): do.
28272
28273         * gnus-sum.el (gnus-dead-summary-mode): do.
28274
28275         * gnus-start.el (gnus-slave-mode): do.
28276
28277         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28278
28279         * gnus-ml.el (gnus-mailing-list-mode): do.
28280
28281         * gnus-gl.el (gnus-grouplens-mode): do.
28282
28283         * gnus-draft.el (gnus-draft-mode): do.
28284
28285         * gnus-dired.el (gnus-dired-mode): do.
28286
28287         * gnus-ems.el (gnus-add-minor-mode): Remove.
28288
28289         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28290         Replace gnus-char-width with char-width.
28291
28292         * gnus-ems.el (gnus-char-width): Remove.
28293
28294         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28295         Replace gnus-char-width with char-width.
28296
28297         * gnus-ems.el (gnus-char-width): Remove.
28298
28299         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28300         definition.
28301         Remove Emacs 20 hash table compatibility code.
28302
28303         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28304         20 compatibility code.
28305
28306         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28307
28308         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28309
28310         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28311         Replace with point-at-{eol,bol}.
28312
28313         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28314
28315         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28316
28317         * flow-fill.el (fill-flowed-point-at-bol)
28318         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28319
28320         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28321         Replace with point-at-{eol,bol} throughout all files.
28322
28323 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28324
28325         * ntlm.el (ntlm-string-as-unibyte): New macro.
28326         (ntlm-build-auth-response): Use it.
28327
28328         Remove Emacs 20 stuff:
28329         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28330         (butlast, mapc, remove): Remove the compiler macros.
28331         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28332         of delq and copy-sequence.
28333         * gnus-art.el (popup-menu): Remove the compiler macro.
28334         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28335         Emacs 20.
28336
28337 2004-01-05  Simon Josefsson  <jas@extundo.com>
28338
28339         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28340         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28341         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28342         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28343         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28344         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28345         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28346         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28347         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28348         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28349         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28350         string-xor into ntlm-string-xor.
28351         Suggested by Jesper Harder <harder@myrealbox.com>.
28352
28353         * ntlm.el: Don't include poem.
28354
28355         * md4.el (print-int32, print-string-hexa): Remove.
28356         Suggested by Jesper Harder <harder@myrealbox.com>.
28357
28358         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28359
28360         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28361         probably breaks emacs with DL patch, but do we care? Is anyone
28362         still using the DL stuff?)
28363
28364         * sieve-manage.el: Use the password package.
28365         (sieve-manage-read-passwd): Remove.
28366         (sieve-manage-interactive-login): Use password.  Re-add
28367         condition-case around loop.
28368
28369         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28370         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28371         Use the password package.
28372
28373 2003-02-19  Simon Josefsson  <jas@extundo.com>
28374
28375         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28376         token.
28377
28378 2002-08-07  Simon Josefsson  <jas@extundo.com>
28379
28380         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28381         (sieve-manage-authenticators)
28382         (sieve-manage-authenticator-alist): Add some SASL mechs.
28383         (sieve-sasl-auth): New function.
28384         (sieve-manage-cram-md5-auth)
28385         (sieve-manage-plain-auth): Rewrite using SASL library.
28386         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28387         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28388         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28389         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28390
28391 2004-01-05  Simon Josefsson  <jas@extundo.com>
28392
28393         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28394         New files.
28395
28396 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28397
28398         * gnus-group.el (gnus-no-groups-message): Update.
28399
28400         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28401
28402 2003-11-09  Simon Josefsson  <jas@extundo.com>
28403
28404         * imap.el: Support for ID IMAP extension (RFC 2971).
28405         (imap-local-variables): Add imap-id.
28406         (imap-id): New variable.
28407         (imap-id): New function.
28408         (imap-parse-response): Parse untagged ID response.
28409         * nnimap.el (nnimap-id): New variable.
28410         (nnimap-open-connection): Use it.
28411
28412 2003-12-28  Simon Josefsson  <jas@extundo.com>
28413
28414         * gnus-score.el (gnus-score-edit-all-score): New.
28415         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28416
28417 2004-01-04  Simon Josefsson  <jas@extundo.com>
28418
28419         * password.el: Add.
28420
28421 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28422
28423         * dns.el (dns-query-types): Fix typo.
28424         (dns-query-types): New function.
28425         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28426         PTR and SOA replies, see RFC 1035.
28427
28428 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28429
28430         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28431
28432         * Move to Changelog.2.
28433
28434 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28435
28436         * gnus.el (gnus-version-number): Bump version.
28437
28438 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28439
28440         * gnus.el: No Gnus v0.1 is released.
28441
28442 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28443
28444         * gnus.el: No Gnus v0.0 is released.
28445
28446 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28447
28448         * gnus.el (gnus-version-number): Bump.
28449         (gnus-version): No.
28450
28451 See ChangeLog.2 for earlier changes.
28452
28453   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28454
28455   This file is part of GNU Emacs.
28456
28457   GNU Emacs is free software: you can redistribute it and/or modify
28458   it under the terms of the GNU General Public License as published by
28459   the Free Software Foundation, either version 3 of the License, or
28460   (at your option) any later version.
28461
28462   GNU Emacs is distributed in the hope that it will be useful,
28463   but WITHOUT ANY WARRANTY; without even the implied warranty of
28464   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28465   GNU General Public License for more details.
28466
28467   You should have received a copy of the GNU General Public License
28468   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28469
28470 ;; Local Variables:
28471 ;; coding: utf-8
28472 ;; fill-column: 79
28473 ;; add-log-time-zone-rule: t
28474 ;; End: