nnimap.el: Explicitly ask for server capabilities
[gnus] / lisp / ChangeLog
1 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
2
3         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
4         capabilities instead of relying on LOGIN response.
5
6 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
7
8         * nnbabyl.el (nnbabyl-retrieve-headers):
9         * nndiary.el (nndiary-retrieve-headers):
10         * nneething.el (nneething-retrieve-headers):
11         * nnmbox.el (nnmbox-retrieve-headers):
12         * nnmh.el (nnmh-retrieve-headers):
13         * nnml.el (nnml-retrieve-headers):
14         * nnspool.el (nnspool-retrieve-headers):
15         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
16         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
17         progress-report percentages and the like.  This avoids problems
18         if (* 100 NUMERATOR) would overflow.
19
20         * gnus-registry.el (gnus-registry-import-eld):
21         * registry.el (registry-reindex):
22         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
23
24 2015-07-17  Julien Danjou  <jd@abydos>
25
26         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
27         command.
28
29 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
30
31         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
32         of function arguments.
33
34 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
35
36         * nnimap.el: Clean up "unused var" warnings.
37         (auth-source-creation-prompts): Declare.
38         (nnimap-retrieve-headers, nnimap-status-message)
39         (nnimap-request-create-group, nnimap-request-delete-group)
40         (nnimap-close-group, nnimap-request-move-article)
41         (nnimap-request-accept-article, nnimap-request-newgroups)
42         (nnimap-request-post, nnimap-dummy-active-number)
43         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
44         (nnimap-parse-flags): Remove unused var `p'.
45         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
46         (nnimap-flags-to-marks): Remove unused var `totalp'.
47
48 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
49
50         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
51         before RFC822.SIZE.
52
53 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
54
55         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
56         so that a 'plain value for the `nnimap-stream' server variable is
57         handled correctly.
58
59 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
60
61         Remove unused let variables
62         * nnimap.el (nnimap-request-group): Variables are not used.
63
64         Check if group names are already strings
65         * gnus-group.el (gnus-group-group-name):
66         The group name may already be a string.
67         Specifically, in the group list reached from the *Server* buffer,
68         the 'gnus-group text property returns a string.  Everywhere else
69         it returns a symbol.
70
71 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
72
73         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
74         (nnmaildir--update-nov): Remove unused var `numdir'.
75         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
76         (nnmaildir-request-group, nnmaildir-request-create-group)
77         (nnmaildir-request-post, nnmaildir-request-move-article)
78         (nnmaildir-request-accept-article, nnmaildir-active-number):
79         Mark unused args.
80         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
81         Declare.
82         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
83         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
84         `mark', `end', `new-mark', and `mark-sym'.
85         (nnmaildir-retrieve-headers):
86         Remove unused args `srv-dir', `dir', `nlist2'.
87         (nnmaildir-request-expire-articles):
88         Remove unused vars `article', `stop' and `nlist2'.
89         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
90         `end'.  Use nnmaildir--article when dyn-binding is needed.
91         Give the value directly in the `let' for `del-mark', `del-action',
92         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
93         (nnmaildir-close-server):
94         Declare those local vars that need to be dyn-bound.
95
96 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
97
98         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
99
100 2015-05-31  David Engster  <deng@randomsample.de>
101
102         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
103         instead of using `sleep-for', as the latter does not seem to reliably
104         wait (see for instance bug 15990).
105
106 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-art.el (gnus-button-alist): Re-revert last change.
109         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
110
111 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
112
113         * gnus-art.el (gnus-button-alist): Revert last change.
114         It wasn't that important, and it caused a Gnus build to fail.  See:
115         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
116
117         * gnus-art.el (gnus-button-alist):
118         Also treat "‘" and "’" as quoting chars.
119
120 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
121
122         * gnus-art.el (gnus-treat-strip-list-identifiers)
123         (gnus-article-mode-syntax-table):
124         * gnus-group.el (gnus-group-nnimap-edit-acl):
125         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
126         e.g., missing quote, ``x'' where `x' was meant, etc.
127
128 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
131         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
132         into just c.
133
134 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
137         Normalize characters into numbers in spec keys.
138
139 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * dgnushack.el (declare-function): Redefine it to use autoload.
142         * lpath.el (gnus-html-prefetch-images): Declare.
143
144 2015-05-04  Glenn Morris  <rgm@gnu.org>
145
146         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
147
148         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
149
150         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
151         (gnus-topic-create-topic, gnus-topic-enter-dribble):
152         Declare rather than autoload.
153
154         * mm-archive.el (gnus-recursive-directory-files)
155         (mailcap-extension-to-mime): Autoload at run-time.
156
157         * mm-util.el (latin-unity-massage-name)
158         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
159         (latin-unity-representations-present-region):
160         Declare rather than autoload.
161
162         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
163         Autoload at run-time.
164         (epg-context-set-signers, epg-context-result-for)
165         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
166         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
167         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
168         (epg-configuration, epg-expand-group, epa-select-keys):
169         Declare rather than autoload.
170
171         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
172         Autoload at run-time.
173         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
174         (gnus-registry-get-id-key, gnus-registry-action):
175         Declare rather than autoload.
176
177         * nnmail.el (mail-send-and-exit): Autoload at run-time.
178
179         * spam.el (spam-stat-buffer-change-to-non-spam)
180         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
181         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
182         (spam-stat-split-fancy): Remove pointless autoloads.
183
184         * mm-view.el (epg-decrypt-string): Autoload.
185         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
186         (epg-sub-key-validity): Fix declarations.
187
188 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
189
190         * gnus.el: Ma Gnus v0.13 is released.
191
192 2015-05-01  Glenn Morris  <rgm@gnu.org>
193
194         * gnus-util.el (iswitchb-read-buffer):
195         * mm-decode.el (libxml-parse-html-region):
196         * mml.el (libxml-parse-html-region):
197         * nnrss.el (libxml-parse-html-region): Update declaration.
198
199 2015-04-27  Glenn Morris  <rgm@gnu.org>
200
201         * message.el (gnus-extract-address-components):
202         Remove bogus declaration that was masking previous problem.
203
204 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
207         altering the buffer.
208         (hashcash-insert-payment-async-2): Revert previous change because it
209         still means that the mark is moving around.
210
211 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus-uu.el (gnus-uu-save-article):
214         Make the save-restriction/widen calls make more sense.
215
216 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * gnus-art.el (gnus-use-idna):
219         * gnus-sum.el (gnus-summary-idna-message):
220         * message.el (message-use-idna):
221         Catch the invalid-operation error that idna.el will issue.
222
223 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
224
225         * gnus-group.el (gnus-group--setup-tool-bar-update):
226         cursor-sensor-functions should be a list of functions.
227
228 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
229
230         * gnus-group.el (gnus-tmp-*): Declare.
231         (gnus-update-group-mark-positions): Remove unused `topic' var.
232         (gnus-group-insert-group-line): Remove unused var `header'.
233         (gnus-group--setup-tool-bar-update): New function.
234         (gnus-group-insert-group-line): Use it.
235         (gnus-group-update-eval-form): Declare local
236         dynamically-bound variables.
237         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
238
239         * gnus-topic.el (gnus-topic-jump-to-topic)
240         (gnus-group-prepare-topics, gnus-topic-update-topic)
241         (gnus-topic-change-level, gnus-topic-catchup-articles)
242         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
243         Use inhibit-read-only.
244         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
245         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
246
247 2015-04-12  João Távora  <joaotavora@gmail.com>
248
249         * message.el (message-mode):
250         Use `set' and `make-local-variable' instead of `setq-local'.
251
252 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
253
254         * gnus-sum.el (gnus-summary-refer-thread):
255         Make sure gnus-newsgroup-unreads remains sorted.
256
257 2015-04-12  João Távora  <joaotavora@gmail.com>
258
259         Improve sexp-based movement in message-mode
260         * message.el (message--syntax-propertize): New function.
261         (message-mode): Set syntax-related vars.d
262         (message-smileys): New variable.
263
264 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
265
266         * gnus-art.el (gnus-hidden-properties): Simplify.
267         (gnus-article-hide-text, gnus-article-unhide-text)
268         (gnus-article-unhide-text-type): Remove special handling of
269         `intangible' since that property is not used any more.
270         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
271
272 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
275         and a runtime function for it, of which the XEmacs version takes only
276         two arguments.
277
278 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
279
280         Use American spelling for 'normalize'
281         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
282         All uses changed.  Add an alias for obsolete usages.
283
284 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * gnus-art.el (gnus-article-browse-html-save-cid-content):
287         Always return relative file name.
288         (gnus-article-browse-html-parts):
289         Make external links absolute and cid file names relative.
290
291 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
292
293         * registry.el (registry-prune): Re-use `registry-full' in
294         `registry-prune'.  It's a bit of redundant work, but safer.
295         Also ensure that target-size is an integer.
296
297 2015-03-31  Daiki Ueno  <ueno@gnu.org>
298
299         * plstore.el (plstore--decrypt): Clear entry in
300         `plstore-passphrase-alist' if decryption failed (bug#20030).
301
302 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
303
304         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
305         to "Display" menu.
306
307 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
308
309         * nnimap.el (nnimap-split-incoming-mail): If a message is already
310         in the group it should be split to, don't re-copy it into the group.
311
312 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
313
314         * nnmh.el (nnmh-request-expire-articles):
315         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
316
317 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
318
319         * registry.el (registry-lookup-secondary, registry-full)
320         (registry-prune, registry-collect-prune-candidates):
321         * gnus-registry.el (gnus-registry-load): Use slot names rather than
322         initarg names in `oref' and `oset'.
323
324 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
325
326         * registry.el (registry-prune): Allow registry to reach full size
327         before pruning.
328
329 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
330
331         * registry.el (registry-collect-prune-candidates): Fix call to
332         cl-subseq.
333
334 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * registry.el (registry-db): Temporary fix old Emacsen compilation.
337
338 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
339
340         * gnus-registry.el (gnus-registry-handle-action)
341         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
342         (gnus-registry-keywords): Make it do something.
343         (gnus-registry-import-eld): Remove unused var `new-entry'.
344         (gnus-registry-action): Remove unused var `to-name'.
345         (gnus-registry-make-db): Prefer `make-instance' to avoid
346         compiler warnings.
347         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
348
349         * registry.el (registry-db): Don't oset-default an instance-allocated
350         slot.
351
352 2015-03-10  Glenn Morris  <rgm@gnu.org>
353
354         * message.el (message-valid-fqdn-regexp): Bump :version for
355         2014-11-17 change.
356
357 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
358
359         * gnus-notifications.el (gnus-notifications-action): Raise window
360         frame.
361         (gnus-notifications-action): Allow mark as read.
362         (gnus-notifications-notify): Show uption to mark as read.
363
364 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
365
366         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
367         (registry-search, registry-delete, registry-size, registry-insert)
368         (registry-reindex, registry-collect-prune-candidates):
369         * gnus-registry.el (gnus-registry-fixup-registry)
370         (gnus-registry-remove-extra-data): Use slot names rather than initarg
371         names in `oref' and `oset'.
372
373 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
374         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
375         in the group it should be split to, don't re-copy it into the group.
376
377 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
378
379         * message.el (message-insert-formatted-citation-line): Change %F to
380         fall back to email address if no first name could be determined.
381
382 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
385         Fix point motion when removing displayed MIME part.
386         (gnus-article-edit-part): Make jumping to the next part really work
387         when deleting or stripping.
388         (gnus-mime-buttonize-attachments-in-header): Make header attachment
389         buttons identical to the ones in the article body so as to work deleting
390         and stripping.
391
392 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * mm-decode.el (mm-shr)
395         * mm-view.el (mm-inline-text-html-render-with-w3m):
396         Revert my bogus change that made the start marker of a part
397         the "moves after insertion" type.
398
399 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
400
401         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
402         Tools: https://github.com/politza/pdf-tools) for viewing PDF
403         attachments in emacs.
404
405 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
406
407         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
408         instead of sasl-scram-sha-1, as the former is the name that can be
409         required.
410
411         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
412         (sasl-scram-sha-1-client-final-message)
413         (sasl-scram-sha-1-authenticate-server): Move to end of file.
414
415 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
418
419 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
422         (sasl-string-prefix-p): New compatibility functions.
423
424 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-compat.el (process-live-p): Added new compat function for Emacs
427         23.
428
429 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
430
431         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
432         from the server LIST response.
433
434 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
435
436         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
437         during header retrieval, error out instead of interpreting the data in
438         the buffer as the only messages there.  This way, we don't mark
439         articles as read on a server hangup (bug#19035).
440
441         * mm-decode.el (mm-head-p): New function.
442         (mm-display-part): Go to a blank line when inserting parts internally.
443
444 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
445
446         * sasl-scram-rfc.el: New file.
447
448         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
449         Add SCRAM-SHA-1 first.
450         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
451         entry (bug#17636).
452
453 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
454
455         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
456         that we don't get a warning when setting the buffer-local variable
457         (bug#19573).
458
459         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
460         `gnus-request-group'.
461
462 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-art.el (gnus-article-browse-html-save-cid-content)
465         (gnus-article-browse-html-parts): Make cid file names relative if and
466         only if html doesn't specify <base> directory.
467
468 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
469
470         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
471         parts, because that breaks filling (since buttons are in a bold face).
472
473 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
476         use gnus-overlays-at and gnus-overlay-put.
477
478 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
479
480         * mm-decode.el (mm-shr): Only pass the fill column when not using
481         fonts, because limiting the width to what's appropriate for followups
482         doesn't really help when not using proportional fonts.
483
484 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
485
486         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
487         shr, beacause that breaks folding.
488         (mm-shr): Don't shorten the width when using fonts.
489
490 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
491
492         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
493         variable; always check the newrc timestamp.
494         (gnus-save-newsrc-file): Always check timestamp.
495
496 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
497
498         * mail-source.el (mail-source-call-script): If scripts exit with an
499         error, pop up an error buffer.
500
501 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
504         as a default.
505
506         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
507         correct server.
508
509 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
510
511         * nnimap.el (nnimap-request-group-scan): Fix the function name.
512
513         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
514
515 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
518         that nnimap works for non-activated backends.
519
520 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
521
522         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
523         message, since we already get an obsolescence message.  Use `declare'.
524
525 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
526
527         * nnir.el: Revert "Enable non-ASCII IMAP searches".
528
529 2015-01-30  Glenn Morris  <rgm@gnu.org>
530
531         * gnus-registry.el (gnus-registry-max-pruned-entries)
532         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
533         Fix :version.
534         (gnus-registry-default-sort-function): Improve :type.
535
536 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
537
538         * nnimap.el (nnimap-request-group): Allow running this function on
539         groups that don't exist in Gnus yet.
540         (nnimap-request-group): Revert previous patch since that made it
541         impossible to enter nnimap groups.
542
543         * message.el (message-smtpmail-send-it): Remove the mail header
544         separator before sending.
545
546 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
547
548         * nnimap.el (nnimap-find-expired-articles): Fix handling of
549         (expiry-wait . never).
550
551 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
552
553         * nnimap.el (nnimap-request-group): Clear the buffer before returning
554         the data.
555
556 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * gnus-compat.el (string-bytes): Work for XEmacs.
559
560 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
561
562         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
563
564         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
565         IMAP.
566
567 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
568
569         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
570
571         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
572
573         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
574         be added to the backlog.
575
576 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
577
578         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
579         target with a recursive make call.
580
581 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
582
583         * nnimap.el (nnimap-header-parameters): Refactor and request
584         X-GM-LABELS if it's been announced.
585         (nnimap-transform-headers): Gather and output GM-LABELS.
586
587 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
588
589         * mm-decode.el (mm-display-part): Make non-string methods work.
590         Non-string methods are funcalled and work just fine, the test was
591         bogus.
592         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
593         whole frame.
594
595 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
596
597         * nnimap.el (nnimap-request-accept-article): Allow respooling using
598         nnimap.
599
600         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
601         request rescans when being run interactively.
602
603         * nnimap.el (nnimap-request-group): Don't rescan the group here,
604         because that can be very slow in large groups.
605
606         * gnus-int.el (gnus-request-group-scan): New backend function.
607
608         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
609
610 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
611
612         * gnus-group.el (gnus-group-suspend): Close all backends.
613
614 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
615
616         * dgnushack.el (dgnushack-compile-file): New function.
617         (dgnushack-compile): Use it (bug#19514).
618
619 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
622
623 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
624
625         * registry.el: Don't use <class> as a variable.
626
627 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
628
629         system-name's returned value can vary
630         Also, the system-name variable is now obsolete.
631         Fixes Bug#19438.
632         * message.el (message-make-fqdn):
633         * nnvirtual.el (nnvirtual-retrieve-headers)
634         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
635         and avoid naming locals 'system-name'.
636
637 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
638
639         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
640         lines don't get overlong when responding.
641
642 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * registry.el (cl-remf, cl-loop, cl-subseq):
645         Alias to remf, loop, and subseq respectively for old Emacsen.
646
647 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
648
649         * gnus-group.el (gnus-read-ephemeral-bug-group):
650         Bind coding-system-for-read and coding-system-for-write only around
651         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
652
653 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
654
655         * registry.el (registry-db): Set default slot later.
656         This is because its value is not a literal integer.
657
658 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
659
660         * registry.el (registry-db): Fix default registry-db max-size.
661
662 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
663
664         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
665         add warning.
666
667         * gnus-art.el: Fix up compiler warnings.
668         (article-display-face, article-display-x-face): Remove unused `face'.
669         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
670         (article-date-ut): Remove unused var `first'.
671         (gnus-article-prepare): Remove unused var `gnus-article'.
672         (gnus-mime-save-part-and-strip): Remove unused var `param'.
673         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
674         `coding-system' along with corresponding dead code.
675         (gnus-mime-view-part-externally): Remove unused var
676         `mm-user-display-methods'.
677         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
678         (gnus-display-mime): Remove unused var `handle'.
679         (gnus-mime-display-alternative): Remove unused var `props'.
680         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
681         (gnus-article-edit-done): Remove unused var `p'.
682         (gnus-url-mailto): Remove unused var `to'.
683         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
684         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
685
686 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
687
688         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
689         slots into a :max-size slot.
690         (registry-db-version): Add new variable for database version number.
691         (registry-prune): Use :max-size slot. Accept and use a sort-function
692         argument.
693         (registry-collect-prune-candidates): Add new function for finding
694         non-precious pruning candidates.
695         (registry-prune-hard-candidates, registry-prune-soft-candidates):
696         Remove obsolete functions.
697         (initialize-instance): Upgrade registry version when starting.
698
699         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
700         (gnus-registry-max-pruned-entries): Remove obsolete variable.
701         (gnus-registry-cache-file): Change default
702         filename extension to "eieio".
703         (gnus-registry-read): Add new function, split out from
704         `gnus-registry-load', that does the actual object reading.
705         (gnus-registry-load): Use it. Add condition case handler to check for
706         old filename extension and rename to the new one.
707         (gnus-registry-default-sort-function): New variable to specify a sort
708         function to use when pruning.
709         (gnus-registry-save, gnus-registry-insert): Use it.
710         (gnus-registry-sort-by-creation-time): Define a default sort function.
711
712         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
713         Adjust test for new object signature.
714         (gnustest-registry-pruning-test): Add new pruning test.
715         (gnustest-registry-sort-function): Default sort function for testing.
716         (gnustest-registry-pruning-sort-test): New test for sorting.
717
718 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
721         function for reuse.
722         (gnus-mime-buttonize-attachments-in-header): Adjust.
723
724 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * message.el (message-change-subject): Really check whether the subject
727         changed.
728
729 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
732         PDFs.
733         (mailcap-view-mime): New function.
734
735 2014-12-01  Glenn Morris  <rgm@gnu.org>
736
737         * gnus-cloud.el (gnus-cloud): Add :version tag.
738
739 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * gnus-art.el (gnus-use-idna):
742         * gnus-sum.el (gnus-summary-idna-message):
743         * message.el (message-use-idna):
744         Protect against nil value for idna-program.
745
746         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
747
748 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
749
750         * auth-source.el (auth-source-macos-keychain-search-items): Return
751         result of `auth-source-macos-keychain-result-append' (bug#19074).
752
753 2014-11-25  Glenn Morris  <rgm@gnu.org>
754
755         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
756         Add :version tag.
757
758 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * pop3.el (pop3-open-server): Warn unless encrypted.
761
762         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
763
764 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
765
766         Port new time stamp handling to Emacs 23.2.
767         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
768         * time-date.el (time-add, time-subtract, time-less-p):
769         Use eval-and-compile, not eval-when-compile.
770
771 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
772
773         * message.el (message-valid-fqdn-regexp): Add non-internaional new
774         TLDs.
775
776 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
777
778         Port new time stamp handling to old Emacs and to XEmacs.
779         This is needed for Gnus, which copies time-date.el and which
780         runs on older Emacs implementations.
781         * time-date.el (with-decoded-time-value):
782         Handle 'nil' and floating-point arg more compatibly with new Emacs.
783         (encode-time-value, with-decoded-time-value):
784         Obsolete only if new Emacs.
785         (time-add, time-subtract, time-less-p): Define if not new Emacs.
786
787         Improve time stamp handling, and be more consistent about it.
788         This implements a suggestion made in:
789         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
790         Among other things, this means timer.el no longer needs to
791         autoload the time-date module.
792         * time-date.el (seconds-to-time, days-to-time, time-since)
793         (with-decoded-time-value):
794         Treat 'nil' as current time.  This is mostly for XEmacs.
795         (encode-time-value, with-decoded-time-value): Obsolete.
796         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
797         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
798
799 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
802         discarding changes in ephemeral groups.
803
804         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
805         things the user isn't interested in.
806
807 2014-11-13  Julien Danjou  <jd@abydos>
808
809         * gnus-notifications.el (gnus-notifications-notify): Provide both
810         app-icon and image-path.
811
812 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
813
814         * mm-url.el (mm-url-encode-multipart-form-data):
815         Restore to handle "multipart/form-data" by eww.
816
817 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
818
819         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
820         Landscheidt.
821
822 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
823
824         Simplify use of current-time and friends.
825         * gnus-delay.el (gnus-delay-article):
826         * gnus-sum.el (gnus-summary-read-document):
827         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
828         * message.el (message-make-expires-date):
829         Omit unnecessary call to current-time.
830         * gnus-util.el (gnus-float-time): Simplify to an alias because
831         time-to-seconds now behaves like float-time with respect to nil arg.
832         (gnus-seconds-year): Don't call current-time twice to get the current
833         time stamp, as this can lead to inconsistent results.
834         * time-date.el (time-to-seconds) [!float-time]:
835         Use current time if arg is nil, to be compatible with float-time.
836         (time-date--day-in-year): New function, with most of the guts of
837         the old time-to-day-in-year.
838         (time-to-day-in-year): Use it.
839         (time-to-days): Use it, to avoid decoding the same time stamp twice.
840
841 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * gnus.el (gnus-mode-line-buffer-identification):
844         Don't add image data for a non-graphic display (bug#18813).
845
846 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
849         load-path, it blocks autoloading of find-image (bug#18813).
850
851 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
852
853         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
854         to keep connection open (bug#18728).
855
856 2014-10-20  Glenn Morris  <rgm@gnu.org>
857
858         * Merge in all changes up to 24.4 release.
859
860 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
861
862         * message.el (message-insert-signature): Use `newline' instead of
863         inserting explicit "\n".
864
865 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
866
867         * gnus-icalendar.el: Support vcal format timezones.
868         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
869         compute dates with associated timezone.
870         (gnus-icalendar-event-from-ical): Compute all timezones.
871
872 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
873
874         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
875         check the newsrc.eld file's timestamp before saving it.
876         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
877         timestamp has changed to be newer.
878
879 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
880
881         * gnus-icalendar.el (gnus-icalendar-identities):
882         Include message-alternative-emails.
883
884 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
887         New compatibility functions.
888         (ntlm-build-auth-response): Use them.
889
890 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
891
892         * ntlm.el (ntlm-build-auth-request):
893         Add NTLM2 Session support.  (Bug#15603)
894
895 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
896
897         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
898         expired messages only when it was built in reverse order.
899
900 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
901
902         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
903         last so it can be used in `message-send-hook'.
904
905 2014-09-29  Daiki Ueno  <ueno@gnu.org>
906
907         * mml.el (mml-parse-1): Error out if unknown mode is specified in
908         <#secure> tag (bug#18513).
909
910 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * parse-time.el: Require cl when compiling.
913
914 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         Use cl-lib as much as possible following the 2014-09-26 change
917         in the Emacs trunk.
918         * parse-time.el: Try requiring cl-lib.
919         (parse-time-incf): Alias to cl-incf or incf.
920         (digit-char-p): Remove.
921         (parse-time-integer): Alias to cl-parse-integer or the one defined.
922         (parse-integer): Rename to parse-time-integer.
923         (parse-time-tokenize, parse-time-rules, parse-time-string)
924         Use parse-time-incf and parse-time-integer.
925
926 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
927
928         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
929         of ":delete".
930
931 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus-art.el (gnus-article-browse-html-save-cid-content)
934         (gnus-article-browse-html-parts):
935         Revert last change that breaks links other than cid contents.
936
937 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * gnus-art.el (gnus-article-browse-html-save-cid-content)
940         (gnus-article-browse-html-parts): Make cid file names relative.
941
942 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * mm-view.el (mm-display-inline-fontify): Make the working buffer
945         temporarily displayed when running a mode function (at least org-mode
946         requires it).
947
948 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
949
950         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
951         the gnus-summary-article-expire-hook should be told where the function
952         is going. In particular, the Gnus registry might want to know.
953
954 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
955
956         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
957
958 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * gnus-sum.el (gnus-summary-expire-articles): Revert.
961
962 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
963
964         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
965         the gnus-summary-article-expire-hook should be told where the function
966         is going. In particular, the Gnus registry might want to know.
967
968 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
969
970         Don't mishandle year-9999 dates (Bug#18176).
971         * parse-time.el (parse-time-rules):
972         Allow years up to most-positive-fixnum.
973         * time-date.el (date-to-time):
974         Pass "Specified time is not representable" errors through.
975
976 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
977
978         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
979         groups and t.
980
981 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * gnus-utils.el (gnus-recursive-directory-files):
984         Unify hard or symbolic links (bug#18063).
985
986 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
987
988         * gnus-msg.el (gnus-configure-posting-style):
989         Allow string replacements in values when matching against a header.
990
991 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
994         the dribble buffer even when it is shrunk a lot.
995         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
996
997 2014-06-26  Glenn Morris  <rgm@gnu.org>
998
999         * mm-util.el (help-function-arglist): Remove outdated declaration.
1000
1001 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1002
1003         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1004         attribute values.  (Bug#17834)
1005
1006 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1007
1008         * gnus-sum.el (gnus-summary-edit-article-done):
1009         Prefer point-marker to copy-marker of point.
1010
1011 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * Makefile.in (install-el, install-el-elc): Compress .el files.
1014         (uninstall): Remove compressed .el files.
1015
1016 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1019         (gnus-article-read-summary-keys):
1020         Don't bug out when there is no article in the summary buffer.
1021         (gnus-mime-buttonize-attachments-in-header):
1022         Improve criterion that finds parts to display.
1023
1024         * gnus-art.el (gnus-mm-display-part):
1025         * mm-decode.el (mm-shr):
1026         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1027         (mm-insert-inline): Revert last changes.
1028
1029 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-art.el (gnus-mm-display-part):
1032         * mm-decode.el (mm-shr):
1033         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1034         (mm-insert-inline): Set insertion type of end-marker, not only
1035         start-marker, of undisplayer so as to stay after inserted text.
1036
1037 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1038
1039         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1040         attribute. (Bug#17613)
1041
1042 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1043
1044         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1045         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1046
1047 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1050         Don't delete next part button; keep spacing between buttons.
1051
1052 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1055         Work for the last MIME part in an article.
1056         (gnus-mime-display-single): Suppress excessive newlines between parts.
1057
1058         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1059         by leading or trailing newline.
1060
1061 2014-05-12  Sam Steingold  <sds@gnu.org>
1062
1063         * time-date.el (seconds-to-string): New function to pretty print time
1064         delay in seconds.
1065
1066 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1069         while prompting a user for a file name, etc.
1070         (gnus-mime-display-single): Display part with a common appearance no
1071         matter whether MIME button is omitted or not; don't add duplicate entry
1072         to gnus-article-mime-handle-alist.
1073         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1074
1075 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1076
1077         * mml2015.el (mml2015-display-key-image): New variable.
1078
1079 2014-05-08  Glenn Morris  <rgm@gnu.org>
1080
1081         * gnus-fun.el (gnus-grab-cam-face):
1082         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1083         This is CVE-2014-3421.
1084
1085 2014-05-04  Glenn Morris  <rgm@gnu.org>
1086
1087         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1088
1089 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1092         the displaying state of a part.
1093         (gnus-mm-display-part): Don't insert a newline in the beginning of
1094         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1095
1096         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1097         (mm-shr): Make undisplayer unbreakable.
1098
1099         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1100         Don't insert excessive newline.
1101         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1102         (mm-insert-inline): Make undisplayer unbreakable.
1103
1104 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1105
1106         * gnus.el: Ma Gnus v0.11 is released.
1107
1108 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * gnus-art.el (gnus-mm-display-part):
1111         Highlight header attachment buttons.
1112
1113 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1116         a part; redisplay a button (enbugged in 2014-02-05).
1117
1118 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1119
1120         * auth-source.el (auth-source-search, auth-source-search-backends):
1121         Treat :max 0 as an indicator that a boolean return is wanted, as
1122         documented. Reported by Joe Bloggs.
1123
1124 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * gnus-icalendar.el: Require gnus-art.
1127
1128 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1129
1130         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1131         (gnus-icalendar--update-org-event): put event timestamp in
1132         the org entry body instead of the drawer.
1133         (gnus-icalendar-event--get-attendee-names): list of participants should
1134         contain even attendees without common name attribute.
1135         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1136         property tags in org drawers.
1137
1138 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * gmm-utils.el (gmm-format-time-string): New function.
1141
1142         * message.el (message-insert-formatted-citation-line): Use the original
1143         author's time zone to express a date string.
1144
1145 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1146
1147         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1148         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1149         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1150         Silence compiler warnings.
1151         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1152
1153 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * mml.el: Require url when compiling.
1156
1157         * gnus-cloud.el (gnus-cloud-parse-version-1):
1158         Use plist-get rather than CL's getf.
1159         (gnus-activate-group, gnus-subscribe-group): Declare.
1160
1161         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1162
1163 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1166         buttons when toggling the header off.
1167
1168 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1169
1170         * tls.el (tls-program): Reflow docstring.
1171
1172 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1173
1174         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1175         groups work again.
1176
1177 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1178
1179         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1180         999 correctly (i.e. "1,342").
1181
1182 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1183
1184         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1185         out if the directory doesn't exist.
1186
1187 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1188
1189         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1190         commands here; instead, only check if epg-config.el is available.
1191
1192 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1193
1194         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1195         messages with embedded images.
1196         (mml-generate-mime): Don't bug out if you don't have libxml.
1197
1198 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1199
1200         * message.el (message-make-html-message-with-image-files): New command.
1201
1202 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1205
1206         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1207
1208 2014-02-23  David Engster  <deng@randomsample.de>
1209
1210         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1211         to stay compatible with older Emacsen, so replace `cl-loop' with
1212         `loop'.
1213
1214 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1215
1216         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1217         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1218         instead, build list of patterns.
1219
1220 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1223         Display header attachment buttons by gnus-article-prepare-display
1224         rather than gnus-article-prepare so as to view in mml-preview as well.
1225
1226 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1227
1228         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1229         in `auth-sources' means and link to EPA docs.
1230
1231 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1232
1233         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1234         (bug#12375).
1235
1236 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1239         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1240
1241 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1242
1243         * message.el (message-tab): Mention what happens on normal tabs
1244         (bug#11297).
1245
1246 2014-02-08  Glenn Morris  <rgm@gnu.org>
1247
1248         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1249
1250 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1253         buttons that are hidden in unselected alternative part as well.
1254         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1255
1256         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1257
1258 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1261         keystroke.
1262         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1263         types.
1264
1265         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1266         with an empty string.
1267
1268 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1271         buffer-local in some buffers, so bind it explicitly in the buffer we're
1272         trying to cancel the article in (bug#10808).
1273
1274 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1277         New functions.
1278
1279         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1280         New user option.
1281         (gnus-mime-buttonize-attachments-in-header): New function.
1282         (gnus-article-prepare): Use it.
1283         (gnus-mime-inline-part): Suppress extra newline.
1284         (gnus-mm-display-part): Save excursion;
1285         remove useless deleting and adding of buttons.
1286         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1287
1288         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1289         Add gnus-mime-buttonize-attachments-in-header.
1290
1291 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1292
1293         * nnimap.el (nnimap-request-articles): New command to download several
1294         articles at once.
1295
1296         * gnus.el (gnus-variable-list): Save Cloud variables.
1297
1298         * gnus-int.el (gnus-request-accept-article): Doc fix.
1299
1300 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1301
1302         * parse-time.el (parse-time-iso8601-regexp)
1303         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1304         it more generally.
1305
1306 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-cloud.el: New file to provide the Emacs Cloud.
1309
1310         * dgnushack.el: Silence XEmacs w3 warning.
1311
1312         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1313         `url-retrieve-synchronously', apparently.
1314
1315         * dgnushack.el: Silence XEmacs dns.el warning.
1316
1317         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1318         instead of in all files.
1319
1320         * dns.el (network-interface-list): Define for XEmacs.
1321
1322         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1323         XEmacs.
1324
1325         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1326
1327 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1328
1329         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1330         `gnus-group-split-fancy'.
1331
1332 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1333
1334         * message.el (message-remove-header): Doc fix.
1335         (message-forward-included-headers): New variable.
1336         (message-remove-ignored-headers): Use it.
1337
1338 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1339
1340         * nnir.el (nnir-request-update-mark): Don't try to update the source
1341         group if we can't find it (bug#16611).
1342
1343 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1344
1345         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1346
1347 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1348
1349         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1350         network interfaces changed.
1351         (dns-query): Use it to flush the data.
1352
1353 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1354
1355         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1356         from random face commands.
1357         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1358         Face.
1359         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1360         (gnus--random-face-with-type): Generic function returning a face-type
1361         as a string.
1362         (gnus--insert-random-face-with-type): Generic function inserting a face
1363         in a message buffer header.
1364         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1365         (gnus-insert-random-x-face-header): Rewritten to use
1366         `gnus--insert-random-face-with-type`.
1367         (gnus-random-face): Return random (png) Face as string.
1368         (nus-insert-random-face-header): Insert random (png) Face in a message
1369         buffer.
1370
1371 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1372
1373         * mm-url.el: Remove all usage of w3.
1374
1375         * nnrss.el: Ditto.
1376
1377         * mm-decode.el: Ditto.
1378
1379         * mm-view.el: Ditto.
1380
1381         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1382         outdated and all Emacsen have url.el built-in.
1383
1384         * gnus-setup.el: Remove outdated file.
1385
1386 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1387
1388         * gnus.el: Ma Gnus v0.9 is released.
1389
1390 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1391
1392         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1393
1394 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1395
1396         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1397         in the summary buffer (bug#13769).
1398
1399 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1400
1401         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1402         name if we're using a single article buffer.  Otherwise, it may point
1403         to a killed buffer (bug#13756).
1404
1405 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1406
1407         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1408         the match data, just save and restore it explicitly (bug#12375).
1409
1410         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1411         that's needed.
1412
1413         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1414         the code once (bug#9069).
1415
1416 2014-01-18  Steinar Bang  <sb@dod.no>
1417
1418         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1419         reading.
1420
1421 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1422
1423         * message.el (message-bury): Call bury-buffer with no argument
1424         in the message-return-action case too.
1425
1426 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1429         (nnimap-split-fancy, nnimap-split-methods): Declare.
1430
1431         * mm-util.el (help-function-arglist): Declare.
1432
1433 2013-12-28  Glenn Morris  <rgm@gnu.org>
1434
1435         * gnus-sieve.el (gnus-sieve-select-method):
1436         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1437         (gravatar-rating, gravatar-size):
1438         * message.el (message-minibuffer-local-map):
1439         * sieve-manage.el (sieve-manage-authenticators)
1440         (sieve-manage-authenticator-alist): Specify custom types.
1441
1442         * hashcash.el (hashcash-program): Rename from hashcash-path.
1443         Update callers.
1444
1445         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1446         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1447         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1448
1449         * auth-source.el (auth-sources):
1450         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1451         Fix custom types.
1452
1453         * tls.el (tls-certtool-program): Fix default value.
1454
1455 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1456
1457         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1458         we get proper traces there, too.
1459
1460 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1461
1462         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1463         value of the parameters if the current article has a Reply-To or From
1464         field.
1465
1466 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1469
1470 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-sum.el (gnus-summary-exit): Stop animations.
1473
1474 2013-12-19  Juri Linkov  <juri@jurta.org>
1475
1476         * gnus.el (gnus-suppress-keymap):
1477         * gnus-art.el (gnus-article-mode-map):
1478         * gnus-group.el (gnus-group-mode-map):
1479         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1480         Remove [backspace] key binding because it shadows DEL (bug#16035).
1481
1482         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1483
1484 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1487         Make sure work directory exists.
1488         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1489         rather than tmp directory.
1490         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1491         not necessarily always run, with it.
1492
1493 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1494
1495         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1496         value of gnus-icalendar-additional-identities work without restart.
1497
1498 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * mm-util.el (mm-make-temp-file):
1501         Alias to make-temp-file for modern Emacsen.
1502
1503 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1506         nnir-article-number and nnir-article-group.
1507
1508 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1509
1510         * message.el (message-send-mail-with-sendmail):
1511         Don't kill error buffer if sending fails.
1512
1513 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1514
1515         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1516         (gnus-icalendar-event->org-entry)
1517         (gnus-icalendar--update-org-event)
1518         (gnus-icalendar-event->gnus-calendar): Distinguish between
1519         required/optional/non-participant attendee status.  Fix bug causing
1520         the first required event participant to be omitted.
1521
1522 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * gnus-art.el (article-de-quoted-unreadable)
1525         (article-de-base64-unreadable, gnus-mime-copy-part)
1526         * gnus-html.el (gnus-article-html)
1527         * mm-view.el (mm-inline-text-html-render-with-w3)
1528         (mm-inline-text-html-render-with-w3m-standalone)
1529         * rfc2231.el (rfc2231-decode-encoded-string):
1530         Allow overriding charset by mm-charset-override-alist.
1531
1532         * gnus-art.el (gnus-article-browse-html-parts):
1533         Replace LWSPs with `&nbsp;'s in header.
1534
1535         Work for broken Chinese articles.
1536
1537         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1538         Exclude broken handles that gnus-summary-enter-digest-group may create.
1539         (gnus-article-browse-html-parts):
1540         Allow overriding charset by mm-charset-override-alist.
1541
1542 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1543
1544         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1545         (gnus-icalendar-identities): Support additional-identities.
1546
1547 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1548
1549         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1550         org-timestamp for events ending at midnight.
1551
1552 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1553
1554         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1555         .log files.
1556
1557 2013-11-20  David Engster  <deng@randomsample.de>
1558
1559         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1560
1561 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1562
1563         * message.el (message-beginning-of-line):
1564         Use beginning-of-visual-line when visual-line-mode is turned on.
1565
1566 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1567
1568         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1569         (gnus-icalendar-event-from-ical)
1570         (gnus-icalendar-event->org-entry)
1571         (gnus-icalendar--update-org-event): Required/optional participation,
1572         list of attendees synced to org.
1573
1574 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1575
1576         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1577         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1578         cancellations to be synced to org if the original appt has an org
1579         outline.
1580
1581 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1582
1583         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1584         (gnus-icalendar-event->org-entry)
1585         (gnus-icalendar--update-org-event)
1586         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1587
1588 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1589
1590         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1591         Fix timezone handling in gnus-icalendar export to org.
1592
1593 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1596
1597 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1600
1601 2013-10-30  Glenn Morris  <rgm@gnu.org>
1602
1603         * gnus-group.el (gnus-group-browse-foreign-server):
1604         * gnus-int.el (gnus-start-news-server):
1605         Silence compiler obsolescence warning.
1606
1607 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1608
1609         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1610         `nnoo-current-server' first, then for the actual `nnimap-address' to
1611         allow netrc entries for the nnoo server to coexist with netrc entries
1612         for the `nnimap-address'.
1613
1614 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * mm-decode.el (mm-dissect-buffer): Revert last change.
1617         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1618         The problem that motivated those changes was attributed to a broken
1619         mail sender, and has been fixed.
1620
1621 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1624         token is missing in the Content-Type header.
1625
1626         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1627
1628 2013-09-18  Glenn Morris  <rgm@gnu.org>
1629
1630         * gnus-util.el (image-size): Declare.
1631
1632 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1635         (gnus-icalendar-event-from-ical)
1636         (gnus-icalendar-event--build-reply-event-body)
1637         (gnus-icalendar-event-reply-from-buffer)
1638         (gnus-icalendar-find-org-event-file)
1639         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1640         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1641
1642         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1643
1644 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1645
1646         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1647         Use save-current-buffer.
1648         (gnus-tree-mode-map): Initialize in the declaration.
1649         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1650         (scroll-in-place): Defvar it.
1651         (gnus-tmp-*): Defvar them.
1652         (gnus-get-tree-buffer): Use derived-mode-p.
1653         (gnus--let-eval): New macro.
1654         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1655         non-prefixed variables.
1656         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1657
1658         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1659         vars since it doesn't seem to be available.
1660         (gnus-set-global-variables, gnus-summary-read-group-1)
1661         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1662         (gnus-summary-display-article, gnus-summary-select-article)
1663         (gnus-summary-next-article, gnus-offer-save-summaries)
1664         (gnus-summary-generic-mark): Use derived-mode-p.
1665         (gnus-summary-read-group-1, gnus-summary-exit)
1666         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1667         Adjust calls to gnus-tree-close and gnus-tree-open.
1668
1669         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1670
1671         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1672         (gnus-agent-mode): Use derived-mode-p.
1673         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1674         gnus-command-method and *-command-method to nil, but bind
1675         gnus-command-method to *-command-method instead!
1676         (gnus-agent-fetch-articles): Remove unused var `id'.
1677         (gnus-agent-fetch-headers): Remove unused arg `force'.
1678         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1679         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1680         (gnus-agent-short-article, gnus-agent-long-article)
1681         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1682         first use.
1683         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1684         `score-param'.
1685         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1686         (gnus-get-predicate): Push in front of the cache, rather than end.
1687         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1688         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1689         (gnus-agent-expire-unagentized-dirs): Don't rebind
1690         gnus-agent-expire-current-dirs since the defvar silences the warning.
1691         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1692         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1693         (gnus-agent-regenerate): Simplify interactive spec and doc.
1694
1695 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * gnus-int.el (gnus-open-server): Silence compiler.
1698
1699         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1700
1701         * message.el (message-display-completion-list): Abolish.
1702         (message-completion-in-region): Use display-completion-list.
1703
1704 2013-09-17  Glenn Morris  <rgm@gnu.org>
1705
1706         * gnus-util.el (gnus-message-with-timestamp-1):
1707         Use `messages-buffer' function if available.  Ignore read-only.
1708
1709 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * message.el (message-expand-group, message-completion-in-region):
1712         Correct the order of start and end of a region.
1713
1714 2013-09-13  Glenn Morris  <rgm@gnu.org>
1715
1716         * mml2015.el (gnus-create-image): Autoload it.
1717
1718         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1719
1720         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1721         (image-size): Declare.
1722
1723 2013-09-12  Glenn Morris  <rgm@gnu.org>
1724
1725         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1726         Avoid using `find', which i) might not be defined at runtime;
1727         ii) does not work, since its default test is eql, not equal.
1728         (gnus-mime-action-alist): Declare.
1729
1730 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1731
1732         * score-mode.el (gnus-score-mode-map): Move initialization
1733         into declaration.
1734         (gnus-score-mode): Use define-derived-mode.
1735         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1736         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1737         into declaration.
1738         (gnus-kill-file-mode): Use define-derived-mode.
1739         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1740         Use derived-mode-p.
1741         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1742         (gnus-group-setup-buffer, gnus-group-name-at-point)
1743         (gnus-group-make-web-group, gnus-group-enter-directory)
1744         (gnus-group-suspend): Use derived-mode-p.
1745         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1746         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1747         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1748         (gnus-article-setup-buffer, gnus-article-prepare)
1749         (gnus-article-prepare-display, gnus-sticky-article)
1750         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1751         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1752         (gnus-article-read-summary-keys): Use derived-mode-p.
1753
1754 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1757
1758 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1761         shift_jis from the default value set for Japanese users.
1762
1763 2013-08-13  Glenn Morris  <rgm@gnu.org>
1764
1765         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1766
1767         * gnus.el (gnus-valid-select-methods): Fix type.
1768
1769         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1770
1771 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * mm-decode.el (mm-display-external): Run a timer for the temp files
1774         deletion after a viewer exits; add a deletion timer for the needsterm
1775         case, too.
1776
1777         * mm-decode.el (mm-display-external): Try to delete temporary files by
1778         using a 1-min. timer.
1779
1780 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1783         New internal variables.
1784         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1785         (mm-display-external): Use it to delete temporary files instead of
1786         using timers.
1787
1788 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1791
1792 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1793
1794         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1795         with cond for backwards compatability.
1796
1797 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * mm-decode.el (mm-display-external): Bind process-connection-type to
1800         nil; don't delete a temp file immediately even if a viewer finishes,
1801         since it may be a shell script, like xdg-open, that launches a real
1802         viewer program belatedly.
1803
1804 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1805
1806         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1807         that we can create nndoc groups that excerpt other groups.
1808
1809 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * gnus-delay.el (gnus-delay-article): Fix typo.
1812
1813         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1814         articles.
1815
1816         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1817         we can get spell-checking etc.
1818
1819 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1822         a single one used for encoding the whole text in a header.
1823
1824 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1827         doesn't work properly on XEmacs.
1828
1829 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1832         before sending.
1833
1834         * dgnushack.el (dgnushack-compile): Add a temporary check for
1835         gnus-icalendar.
1836
1837         * mm-decode.el (mm-command-output): New face.
1838         (mm-display-external): Use it.
1839
1840 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1841
1842         * nnmbox.el (nnmbox-request-article): Don't change point.
1843
1844 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1847         Include `handle' parameter.
1848
1849 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1850
1851         * gnus-icalendar.el: New file.
1852
1853 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1856
1857         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1858         dummy roots, too.
1859
1860 2013-08-01  David Edmondson  <dme@dme.org>
1861
1862         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1863         out on ttys.
1864
1865 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1868         not empty.
1869
1870         * nnrss.el (nnrss-discover-feed): Indent.
1871
1872 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1875
1876 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1879         dirty to ensure nnimap data being saved.
1880
1881 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1882
1883         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1884         menu entry.
1885
1886         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1887         the current thread's total score instead of the current article's
1888         score.
1889
1890         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1891         (gnus-sort-threads-recursively): Delete defcustom.
1892         (gnus-sort-threads-recursive): Adapt accordingly.
1893
1894 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1895
1896         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1897         (gnus-sort-threads-recursive): Use it.
1898         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1899         again.  Now that determines how to sort subthreads.
1900
1901 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1902
1903         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1904         (gnus-sort-threads): Use it.
1905
1906 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1907
1908         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1909         punctuation characters follow parentheses (bug#14950).
1910
1911 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * gnus.el (gnus-continuum-version):
1914         * gnus-msg.el (gnus-extended-version): Simplify.
1915
1916         * gnus.el (gnus-continuum-version-1): Remove.
1917         * gnus-msg.el (gnus-bug): Revert.
1918
1919         Calculate gnus-version correctly on Cygwin.
1920
1921         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1922         (gnus-continuum-version-1): New function, return a string.
1923
1924         * gnus-msg.el (gnus-extended-version, gnus-bug):
1925         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1926
1927 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1928
1929         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1930         (bug#13384).
1931
1932 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1935         that were only relevant in a development version a long time ago.
1936
1937 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1940         that the old Emacs 24s bundle.
1941
1942 2013-07-10  David Engster  <deng@randomsample.de>
1943
1944         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1945         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1946         fixes a bug in Emacs trunk where the 'unexist' marks were always
1947         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1948         Gnus v0.03".
1949
1950 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1951
1952         * gnus.el (gnus-summary-line-format): Reference
1953         `gnus-user-date-format-alist' for the &user-date; format, not
1954         `gnus-summary-user-date-format-alist'.
1955
1956 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1959         delete files (bug#13481).
1960
1961 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1962
1963         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1964
1965 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1966
1967         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1968         display images.
1969
1970         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1971
1972         * message.el (message-cancel-news): According to
1973         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1974         preferred over "cmsg cancel" in the Subject.
1975
1976         * nnir.el (nnir-engines): Note that the group specs are regexps
1977         (bug#13238).
1978
1979         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1980         gotten read-only text properties, ensure that those aren't heeded when
1981         copying stuff over (bug#13434).
1982
1983         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1984         (bug#13762).
1985
1986 2013-07-05  David Kastrup  <dak@gnu.org>
1987
1988         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1989         authinfo file again (important for blank passwords).  This had been
1990         broken with 2013-06-15 change.
1991
1992 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1995         Revert 2013-01-14 change.
1996
1997 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1998
1999         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2000         of 'create-image' for XEmacs compatibility; check errors when decoding
2001         image.  Reported by Uwe Brauer.
2002
2003 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2006         gnus-button-push revised at 2011-01-19.
2007
2008 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2011         now live in the lisp/net Emacs 24 repository.
2012
2013 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * eww.el (eww-update-header-line-format): Quote % characters.
2016
2017 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * eww.el (eww-process-text-input): Display passwords as asterisks.
2020
2021         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2022
2023 2013-06-19  Tom Tromey  <tromey@redhat.com>
2024
2025         * eww.el (eww-top-url): Remove.
2026         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2027         (eww-render): Set new variables.  Don't set eww-top-url.
2028         (eww-handle-link): Handle "prev", "home", and "contents".
2029         Downcase the rel text.
2030         (eww-top-url): Choose best top URL.
2031
2032 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * eww.el: Rewrite to implement form elements "by hand" instead of
2035         relying in widget.el.  Using widget.el leads to too many
2036         user interface inconsistencies.
2037         (eww-self-insert): Implement entering commands in text fields.
2038         (eww-process-text-input): New function to make text input field editing
2039         work.
2040         (eww-submit): Rewrite to use the new-style form methods.
2041         (eww-select-display): Display the correct selected item.
2042         (eww-change-select): Implement changing the select value.
2043         (eww-toggle-checkbox): Implement radio/checkboxes.
2044         (eww-update-field): Fix compilation error.
2045         (eww-tag-textarea): Implement <textarea>.
2046
2047         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2048         don't shadow mode-specific bindings.
2049
2050         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2051         nothing to push.
2052
2053         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2054
2055 2013-06-19  Glenn Morris  <rgm@gnu.org>
2056
2057         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2058
2059 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2060
2061         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2062
2063 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * shr.el (shr-make-table-1): Implement <td rowspan>.
2066         (shr-table-horizontal-line): Allow nil as a value, and change the
2067         default.
2068         (shr-insert-table-ruler): Respect the nil value.
2069
2070 2013-06-18  Tom Tromey  <tromey@barimba>
2071
2072         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2073         New defvars.
2074         (eww-open-file): New defun.
2075         (eww-render): Initialize new variables.
2076         (eww-display-html): Handle "link" and "a".
2077         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2078         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2079         (eww-back-url): Rename from eww-previous-url.
2080         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2081         defuns.
2082
2083 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * shr.el (shr-tag-table): Insert the images after the table, so that
2086         they're not covered by the table colourisation, which often looked
2087         awkward.
2088         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2089         <dd>.
2090         (shr-make-table-1): Implement <td colspan=> support.
2091         (shr-insert-document): Use one less than window width if `shr-width' is
2092         nil, since otherwise things may get one character too wide.
2093
2094 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * eww.el (eww-detect-charset): Improve regexp; move backward.
2097
2098 2013-06-18  Glenn Morris  <rgm@gnu.org>
2099
2100         * mm-decode.el (widget-convert-button): Autoload.
2101
2102         * sieve-manage.el (mm-enable-multibyte): Autoload.
2103
2104         * shr.el (libxml-parse-html-region): Declare.
2105         (shr-render-buffer): Explicit error if no libxml2 support.
2106
2107 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2108
2109         * auth-source.el (auth-source-current-line): New function.
2110         (auth-source-netrc-parse-entries): When a data token is "machine",
2111         assume we're in the wrong place and abort parsing the current line.
2112
2113 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2116         (eww-convert-widgets): Don't bug out if the first widget starts at the
2117         beginning of the buffer.
2118         (eww-convert-widgets): Fix last patch.
2119         (eww-tag-input): Support <input type=image>.
2120
2121         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2122         (shr-tag-base): Protect against base specs that are degenerate.
2123         (shr-ensure-paragraph): Don't delete empty lines that have text
2124         properties, because these may be input fields.
2125
2126         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2127         we can navigate to them.
2128
2129         * shr.el (shr-colorize-region): Put the colours over the entire region.
2130         (shr-inhibit-decoration): New variable.
2131         (shr-add-font): Use it to inhibit text property decorations while doing
2132         preliminary table renderings.  This speeds up typical Wikipedia page
2133         renderings by 15%.
2134         (shr-tag-span): Don't respect the <title>, because that overwrites the
2135         help-echo from links inside the spans.
2136         (shr-next-link): Use `help-echo' for navigation, so that we can
2137         navigate to form elements, too.
2138
2139         * eww.el (eww-button): New face.
2140         (eww-convert-widgets): Use it to make submit buttons more button-like.
2141
2142         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2143         that Gnus commands work.
2144
2145         * shr.el (shr-render-td): Support horizontal alignment.
2146
2147         * eww.el (eww-put-color): Removed.
2148         (eww-colorize-region): Use `add-face-text-property'.
2149
2150         * shr.el (shr-add-font): Append face data, so that we get the correct
2151         precedence: The innermost value (which is applied first) wins.
2152         (shr-make-overlay): Obsolete function.
2153
2154         * mm-decode.el (mm-convert-shr-links): New function to convert
2155         new-style shr URL links into widgets.
2156         (mm-shr): Use it.
2157
2158         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2159         widget commands, since we're no longer using widgets for links.
2160
2161         * shr.el (shr-next-link): New command.
2162         (shr-previous-link): New command.
2163         (shr-urlify): Don't use `widget-convert', because that's slow.
2164         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2165         because collecting the overlays and reapplying them when generating
2166         tables is slow.
2167         (shr-insert-table): Ditto.
2168
2169 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2170
2171         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2172         * shr.el (browse-url): Require `url'.
2173         * eww.el (url): Require format-spec.
2174
2175 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * eww.el (eww-display-html): Default to using the entire window width.
2178         (eww-browse-url): Don't add a User-Agent header (twice), because that
2179         makes Bing refuse connection.
2180
2181         * shr.el (shr-make-table): Cache the table rendering at the table
2182         level, and not the <td> level.  This is a bit faster.
2183
2184         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2185         #id.
2186
2187         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2188         browsers don't.
2189         (shr-expand-url): Respect #anchor links.
2190         (shr-parse-base): Chop off the anchor before using.
2191         (shr-descend): Respect display: none.
2192         (shr-descend): Allow marking elements that have certain IDs.
2193
2194         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2195
2196         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2197
2198         * eww.el (eww-tag-textarea): Support <textarea>.
2199
2200 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2201
2202         * shr.el (shr-dom-to-xml): Fixed function call.
2203
2204         * eww.el (eww): New group.
2205         (eww-header-line-format): New custom variable.
2206         (eww-current-title): New variable.
2207         (eww-display-html): Update header and handle title tag.
2208         (eww-update-header-line-format): New function.
2209         (eww-tag-title): New function.
2210
2211         * shr.el (shr-dom-to-xml): New function.
2212         (shr-tag-svg): Add support for the SVG tag.
2213         (shr-bullet): New custom variable.
2214         (shr-tag-li): Support custom bullet in unordered lists.
2215
2216 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * shr.el (shr-expand-url): Respect // URLs.
2219
2220         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2221         put a background colour onto the entire buffer.
2222         (eww-render): When being redirected, use the redirect URL as the new
2223         base URL.
2224
2225         * shr.el (shr-parse-base): Fix parsing error.
2226
2227         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2228
2229         * shr.el (shr-parse-base): New function.
2230         (shr-expand-url): Use it to expand relative URLs reliably.
2231
2232 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2233
2234         * auth-source.el (auth-source-search-collection): Fix docstring.
2235         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2236         single-quoted strings and multiline entries.
2237         (auth-source-netrc-parse-next-interesting)
2238         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2239         functions to support parser.
2240
2241 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * eww.el (eww-submit): Get submit button logic right when hitting RET
2244         on non-submit buttons.
2245
2246         * shr.el: Remove shr-preliminary-table-render, since that can't really
2247         be used for anything in practice.
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-14  Glenn Morris  <rgm@gnu.org>
2255
2256         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2257
2258 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2259
2260         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2261         control the maximum size of photo ID image.
2262         (mml2015-epg-key-image-to-string): Respect it.
2263
2264 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2267         instead of the final one so that we can more easily distinguish them.
2268
2269         * eww.el (eww-submit): Compute the submission URL correctly.
2270
2271 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2272
2273         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2274         Use plist-get rather than CL's getf.
2275         (sieve-manage-parse-capability): Avoid CL's remove-if.
2276
2277 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2278
2279         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2280         (sieve-manage-quit).
2281
2282 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2285         last slash.
2286
2287         * eww.el (eww-tag-select): Use the first value as the default value.
2288
2289 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2290
2291         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2292         (eww-mode): Use `define-derived-mode'.
2293         (eww-parse-headers): Parse headers from beginning of buffer so that
2294         file:// links work.
2295
2296 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2299
2300 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2303         to handle them at all.
2304
2305 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2308         work, too.
2309         (eww-tag-select): Implement <select>.
2310
2311 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2312
2313         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2314         stream managing functions by using open-protocol-stream to do most of
2315         the work.  Has the nice benefit of enabling STARTTLS.
2316         Wait for capabilities after STARTTLS: following RFC5804, the server
2317         sends new capabilities after successfully establishing a TLS connection
2318         with the client.  The client should update the cached list of
2319         capabilities, but we just ignore the answer for now.
2320         (sieve-manage-network-p, sieve-manage-network-open)
2321         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2322         (sieve-manage-forward, sieve-manage-streams)
2323         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2324         API, nor called by any other function.
2325         Enable Multibyte for SieveManage buffers: The parser won't properly
2326         handle umlauts and line endings unless multibyte is turned on in the
2327         process buffer.
2328
2329 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * eww.el (eww-tag-input): Support password fields.
2332         (eww-submit): Support POST.
2333
2334 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * eww.el (eww-tag-form): Protect against degenerate forms.
2337
2338         * shr.el (shr-expand-url): Expand URLs that start with a slash
2339         correctly.
2340
2341         * eww.el (eww-submit): Get submit button logic right.
2342
2343         * shr.el (shr-final-table-render): New variable to signal when we're
2344         doing the final table rendering so that we can collect more data at
2345         that point.
2346
2347         * eww.el (eww-submit): Make form submission work.
2348         (eww-tag-input): Implement submit buttons.
2349         (eww-click-radio): Implement radio and checkboxes.
2350         (eww-submit): Handle hidden elements.
2351
2352         * shr.el (shr-descend): Allow other packages to override (or provide)
2353         rendering of elements.
2354         (shr-expand-url): Strip query strings from URLs before expanding them.
2355
2356         * eww.el: Don't require cl-lib.
2357         (eww-tag-form): Start form support.
2358
2359         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2360
2361         * eww.el: Start writing a new, tiny web browser.
2362         (eww-previous-url): New command.
2363         (eww-quit): New command.
2364
2365 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2366
2367         * sieve.el: Put point at beginning of buffer when viewing a script.
2368         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2369         number in sieve-buffer's header.  Fixed code to also work with a string
2370         as port specifier.  Properly close the connection on pressing 'q'.  Make
2371         sieve-manage-quit close the connection and process buffer.  Also, remove
2372         duplicate keybinding for 'q'.
2373
2374 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2375
2376         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2377         make it easier to read.
2378         (mm-pkcs7-enveloped-magic): Ditto.
2379
2380 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2381
2382         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2383         before `image-type-available-p' to avoid loading the image libraries
2384         needlessly.
2385
2386 2013-06-05  David Engster  <deng@randomsample.de>
2387
2388         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2389         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2390         to see whether the group was synced before.
2391
2392 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2393
2394         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2395         when opening the connection.
2396         Suggested by João Távora <joaotavora@gmail.com> in
2397         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2398
2399 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2402         assume Date header begins with "Date", that may be customized into
2403         something like "X-Sent" using gnus-article-time-format.
2404         (article-transform-date): Allow multi-line Date header.
2405
2406 2013-06-02  David Engster  <deng@randomsample.de>
2407
2408         * registry.el (initialize-instance, registry-lookup)
2409         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2410         (registry-lookup-secondary-value, registry-search, registry-delete)
2411         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2412         not wrap methods in `eval-and-compile'.  This breaks due to latest
2413         changes in EIEIO (introduction of eieio-core.el).
2414
2415 2013-05-30  Glenn Morris  <rgm@gnu.org>
2416
2417         * nnmail.el (nnmail-fancy-expiry-target):
2418         Also bind mail-dont-reply-to-names.
2419
2420         * spam-stat.el (spam-stat-save):
2421         No need to tweak font-lock in temp buffers.
2422
2423         * shr.el (shr-put-image): Silence compiler.
2424
2425 2013-05-29  Glenn Morris  <rgm@gnu.org>
2426
2427         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2428
2429         * gnus-group.el (gnus-sequence-of-unread-articles)
2430         (gnus-summary-add-mark, gnus-mark-article-as-read)
2431         (gnus-group-make-articles-read): Declare.
2432
2433         * gnus-sum.el (gnus-parameter-list-identifier)
2434         (gnus-article-stop-animations, gnus-stop-downloads)
2435         (gnus-article-only-boring-p, article-goto-body)
2436         (gnus-flush-original-article-buffer, article-narrow-to-head)
2437         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2438         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2439
2440         * gnus.el: No need to eval-and-compile autoloads.
2441
2442         * gravatar.el (help-function-arglist): Autoload.
2443
2444         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2445
2446         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2447
2448         * spam.el: No need to load spam-report when compiling.
2449         No need to eval-and-compile autoloads.
2450         (spam-report-resend-to): Declare.
2451         (spam-report-resend-register-routine): Require 'spam-report.
2452
2453 2013-05-24  Julien Danjou  <julien@danjou.info>
2454
2455         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2456         setup.
2457
2458 2013-05-23  Glenn Morris  <rgm@gnu.org>
2459
2460         * gnus-util.el (rmail-swap-buffers-maybe)
2461         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2462         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2463         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2464
2465         * mm-decode.el: No need to load term when compiling.
2466         (term-mode, term-char-mode): Declare.
2467
2468         * mm-util.el: No need to load jka-compr when compiling.
2469         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2470
2471         * nnmaildir.el: Require is automatically eval-and-compile.
2472         (nnmail): Require at run-time too.
2473
2474         * registry.el (registry-size): Move definition before use.
2475
2476 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2477
2478         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2479         signed data to conform the standard.  (Bug#14232)
2480
2481 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2482
2483         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2484         double angle quotation mark.
2485
2486 2013-05-20  Glenn Morris  <rgm@gnu.org>
2487
2488         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2489
2490 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2491
2492         * message.el (message-insert-formatted-citation-line): handle finding
2493         first/lastname when more than 2 names appear.
2494
2495 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2496
2497         * shr.el (shr-tag-span): New function.
2498
2499 2013-05-18  Glenn Morris  <rgm@gnu.org>
2500
2501         * message.el (message-mode): Use message-mode-abbrev-table,
2502         with text-mode-abbrev-table as parent.  (Bug#14413)
2503
2504 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * message.el (message-expand-group): Decode group names.
2507
2508 2013-05-16  Julien Danjou  <julien@danjou.info>
2509
2510         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2511         app-icon.
2512
2513 2013-05-15  Glenn Morris  <rgm@gnu.org>
2514
2515         * shr-color.el (shr-color-visible-luminance-min)
2516         (shr-color-visible-distance-min): Use shr-color group.
2517
2518 2013-05-11  Glenn Morris  <rgm@gnu.org>
2519
2520         * gnus-vm.el: Make it loadable without VM.
2521         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2522         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2523
2524 2013-05-09  Glenn Morris  <rgm@gnu.org>
2525
2526         * mml1991.el: Make it loadable.  (Bug#13456)
2527
2528         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2529         * gnus-async.el (gnus-async-post-fetch-function):
2530         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2531         * gnus-html.el (gnus-html-image-cache-ttl):
2532         * gnus-notifications.el (gnus-notifications-timeout):
2533         * gnus-picon.el (gnus-picon-properties):
2534         * gnus-util.el (gnus-completion-styles):
2535         * gnus.el (gnus-other-frame-resume-function):
2536         * message.el (message-user-organization-file)
2537         (message-cite-reply-position):
2538         * nnir.el (nnir-summary-line-format)
2539         (nnir-retrieve-headers-override-function):
2540         * shr-color.el (shr-color-visible-luminance-min):
2541         * shr.el (shr-blocked-images):
2542         * spam-report.el (spam-report-resend-to):
2543         * spam.el (spam-summary-exit-behavior): Fix custom types.
2544
2545         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2546
2547 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2550         because of let-binding help-xref-following.  (Bug#14356)
2551
2552 2013-05-06  Glenn Morris  <rgm@gnu.org>
2553
2554         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2555
2556 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2557
2558         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2559         entering into the registry.
2560
2561 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2562
2563         * gnus.el: Ma Gnus v0.7 is released.
2564
2565 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2568         (Bug#14304)
2569
2570 2013-04-27  Glenn Morris  <rgm@gnu.org>
2571
2572         * gnus.el (gnus-list-debbugs):
2573         Use require rather than autoload.  (Bug#14262)
2574
2575 2013-04-27  Julien Danjou  <julien@danjou.info>
2576
2577         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2578         port to "sieve" now that it has an official IANA port assigned.
2579
2580 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2583         Don't set the MAILHOST environment variable permanently (Bug#14271).
2584
2585 2013-04-26  Glenn Morris  <rgm@gnu.org>
2586
2587         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2588
2589 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2590
2591         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2592         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2593
2594 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2595
2596         * nnir.el (nnir-close-group): Make sure we are in the right group.
2597
2598         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2599         dependency table from all newly retrieved headers.
2600
2601 2013-04-16  David Edmondson  <dme@dme.org>
2602
2603         Support <img src="data:...">.
2604
2605         * shr.el (shr-image-from-data): New function.
2606         (shr-tag-img): Use it.
2607
2608 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2609
2610         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2611         group.
2612
2613 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2616         corresponding to any existing group (Bug#14166).
2617
2618 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2619
2620         * nnir.el (number-sequence): No longer used.
2621         (nnir-request-set-mark): New function.
2622         (nnir-request-update-info): Improve marks updating.
2623         (nnir-request-scan): Don't duplicate marks updating.
2624         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2625         Use 'assq rather than 'assoc.  Quote anonymous function.
2626         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2627         Use 'gnus-group-prefixed-p.
2628         (gnus-summary-create-nnir-group): Make sure server for method is open.
2629
2630 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2631
2632         * nnir.el (gnus-nnir-group-p): New function.
2633         (nnir-possibly-change-group): Use it.
2634
2635         * gnus-msg.el (gnus-setup-message): Use it.
2636
2637 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2640         `initial-input' for the argument name.
2641         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2642
2643 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2644
2645         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2646         (used by MH-E).
2647
2648 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2649
2650         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2651         group.
2652
2653         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2654         fix compilation.
2655
2656 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2657
2658         * nnir.el (nnir-method-default-engines): And another typo.
2659
2660 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2661
2662         * nnir.el (nnir-method-default-engines): Fix typo.
2663
2664 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2665
2666         * nnir.el: Define 'number-sequence for xemacs.
2667         (gnus-summary-create-nnir-group): New function to create an nnir group
2668         from an nnir summary buffer based on the current query.
2669         (nnir-request-create-group): Update to allow nnir group creation based
2670         on the current query.
2671
2672 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * nndraft.el (nndraft-request-expire-articles):
2675         Make expiry target always `delete'.
2676
2677 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2678
2679         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2680         buffer use the posting-style and gcc of the original article group.
2681         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2682
2683         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2684         after other deffoos.
2685
2686 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2687
2688         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2689         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2690         support for real (i.e. not ephemeral) nnir groups.
2691         (gnus-summary-make-nnir-group): New function for initiating searches
2692         from a summary buffer.
2693
2694 2013-03-18  Sam Steingold  <sds@gnu.org>
2695
2696         * message.el (message-bury): Minor cleanup.
2697
2698 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2699
2700         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2701
2702 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2705         nnml-request-list.  (Bug#13873)
2706         (nndir-request-newsgroups): Remove, unused.
2707
2708         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2709
2710 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2711
2712         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2713         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2714         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2715
2716 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2717
2718         * shr.el: Make all the overlays set the `evaporate' property so that
2719         they're removed properly.
2720
2721 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2722
2723         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2724         shell-quote-argument.
2725
2726 2013-02-22  David Engster  <deng@randomsample.de>
2727
2728         * gnus-registry.el (gnus-registry-save): Provide class name when
2729         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2730         `condition-case' to stay compatible with older EIEIO versions which
2731         only accept one argument.
2732
2733 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2734
2735         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2736         (epg-user-id-validity): Autoload.
2737         (mml2015-epg-check-user-id): New function.
2738         (mml2015-epg-check-sub-key): New function split from
2739         mml2015-epg-find-usable-key.
2740         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2741         optional name-is-key-id, to handle the case when user-id is unusable.
2742         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2743
2744 2013-02-17  Glenn Morris  <rgm@gnu.org>
2745
2746         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2747
2748 2013-02-16  Glenn Morris  <rgm@gnu.org>
2749
2750         * shr.el (shr-put-image): Only animate images that specify a delay.
2751         This is consistent with the old image-animated-p behavior.
2752
2753 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2756         for XEmacs.
2757
2758 2013-02-13  Juri Linkov  <juri@jurta.org>
2759
2760         * gnus-art.el (gnus-article-mode-map):
2761         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2762         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2763
2764 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2765
2766         * auth-source.el (auth-source-format-prompt): Don't get confused by
2767         any "\" in replacement text.  (Bug#13637)
2768
2769 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2770
2771         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2772         (gnus-backend-trace): Honour gnus-backend-trace.
2773
2774         * mml.el (mml-insert-part): Insert closing tag.
2775
2776         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2777
2778 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2781         able to find the article, which can happen in debbugs groups,
2782         apparently.
2783
2784 2013-01-16  Glenn Morris  <rgm@gnu.org>
2785
2786         * smiley.el (smiley-style): Make the file loadable in batch mode.
2787
2788 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2789
2790         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2791         imap process running.
2792
2793 2013-01-14  Julien Danjou  <julien@danjou.info>
2794
2795         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2796         Compare addresses against addresses, not against the full From field.
2797
2798 2013-01-13  Richard Stallman  <rms@gnu.org>
2799
2800         * message.el (message-forward-make-body-mime): New args BEG, END
2801         specify what part of FORWARD-BUFFER to use.  Do the work directly
2802         instead of calling `mml-insert-buffer'.
2803
2804 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2805
2806         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2807         cross-reference(s).
2808
2809         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2810         cross-reference(s).
2811
2812 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2813
2814         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2815         and point-max-marker.
2816         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2817
2818 2013-01-11  Julien Danjou  <julien@danjou.info>
2819
2820         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2821         max are almost equal.  Also return the correct value for V which is
2822         already between 0 and 1.
2823
2824 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2825
2826         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2827         to mml2015-encrypt-to-self.
2828         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2829
2830 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2831
2832         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2833         mml-smime-epg-find-usable-secret-key.
2834
2835 2013-01-08  Glenn Morris  <rgm@gnu.org>
2836
2837         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2838
2839 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2840
2841         * mml-smime.el: Support signing by sender.
2842         Requested by Uwe Brauer.
2843         (mml-smime-sign-with-sender): New user option analogous
2844         to mml2015-sign-with-sender.
2845         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2846         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2847         mml2015.el.
2848
2849 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2852         isn't running, because Gnus will probably not know how to handle the
2853         Gcc header (bug#11941).
2854
2855         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2856         articles.
2857
2858 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2861         (nnfolder-generate-active-file): Make this function work with recursive
2862         folder names.
2863
2864 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2865
2866         * nntp.el (nntp-open-connection): Use HELP as the capability command
2867         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2868         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2869
2870 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2871
2872         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2873         place holder since this gives `Invalid face reference: nil' messages.
2874         Use the `default' face instead.  It has the same effect here, even
2875         though it is not no-op.
2876
2877         * gnus-util.el
2878         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2879
2880 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2881
2882         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2883         non-string posting styles (bug#13285).
2884
2885 2012-12-27  Glenn Morris  <rgm@gnu.org>
2886
2887         * plstore.el (plstore-passphrase-callback-function):
2888         Use plstore-get-file.
2889
2890 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2891
2892         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2893         stderr.
2894
2895 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2898
2899         * gnus-compat.el (set-buffer-multibyte): Remove.
2900
2901 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2902
2903         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2904         temporary file to get PGP key image.  Pass no-show-photos when
2905         extracting image to avoid having it pop up twice.
2906
2907 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2908
2909         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2910         eligible for treatment.
2911
2912         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2913         lines.  This makes summary commands with hidden threads work more
2914         reliably.
2915
2916         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2917         button to mark the hidden citations (bug#9395).
2918
2919 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2920
2921         * mml2015.el (mml2015-epg-signature-to-string): New function.
2922         (mml2015-epg-verify-result-to-string): New function.
2923         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2924         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2925         instead of epg-verify-result-to-string.
2926         (epg-signature-key-id, epg-signature-to-string): Autoload.
2927         (epg-verify-result-to-string): Remove autoload.
2928
2929 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2930
2931         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2932         ID image from GPG public key.
2933         (mml2015-epg-key-image-to-string): New function.
2934
2935 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2936
2937         * plstore.el (plstore-passphrase-callback-function): Fix error when
2938         error when plstore-cache-passphrase-for-symmetric-encryption is set
2939         (bug#13264).
2940
2941 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2944         buffer to the article buffer here, because that clobbers multiple
2945         article buffers.
2946
2947         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2948         buffer always points to the right summary buffer.
2949
2950 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2951
2952         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2953         the password (bug#12097).
2954
2955 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2956
2957         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2958         (bug#13263).
2959
2960         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2961         buffer exists before using it (bug#12475).
2962
2963         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2964         offline groups (bug#11937).
2965
2966         * message.el (message-yank-original): When using customize to set the
2967         value of `message-cite-style', the variable it set to a symbol that's
2968         the name of the variable, which must then be dereferenced (bug#12616).
2969
2970 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2971
2972         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2973         the `face' property with a list whose car is the face specified in the
2974         format string and whose cdr is (nil).
2975         * lisp/gnus-util.el
2976         (gnus-put-text-property-excluding-characters-with-faces):
2977         Change accordingly.
2978         (gnus-get-text-property-excluding-characters-with-faces): New function.
2979         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2980         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2981         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2982
2983 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2984
2985         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2986         login methods.
2987         (nnimap-login): Respect the `nnimap-authenticator' variable.
2988
2989         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2990         mark state when moving articles.  Otherwise unticked articles will get
2991         their ticks back after moving.
2992
2993 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2994
2995         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2996
2997         * message.el (message-ignored-news-headers): Always remove
2998         X-Message-SMTP-Method to avoid information leakage if the user
2999         mistakenly inserts the header into news messages.
3000
3001         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3002
3003         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3004         right than four characters, this command would move point to
3005         `point-max'.  Don't do that.
3006
3007         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3008         to nil to allow re-selecting groups that gain articles.
3009         (gnus-bug-group-download-format-alist): Update the URL.
3010
3011 2012-12-23  Andreas Schwab  <schwab@suse.de>
3012
3013         * shr.el (shr-tag-em): Render em as italic, not bold.
3014
3015 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3016
3017         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3018         for reuse.
3019         (gnus-open-server): Use it to add more tracing.
3020         (gnus-finish-retrieve-group-infos): Add backend tracing.
3021         (gnus-backend-trace): Also note the elapsed seconds.
3022
3023 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3024
3025         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3026         Set epa-file-encrypt-to from variable to avoid querying.
3027
3028 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3029
3030         * sieve-mode.el (sieve-font-lock-keywords):
3031         Keywords should be word delimited.  (Bug#13173)
3032
3033 2012-12-13  Andreas Schwab  <schwab@suse.de>
3034
3035         * tls.el (tls-program): Update customize type.
3036
3037 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3040         instead of <pre> to align message header.
3041
3042 2012-12-12  Sam Steingold  <sds@gnu.org>
3043
3044         * gnus.el (gnus-other-frame-resume-function): Add user option.
3045         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3046
3047 2012-12-06  Sam Steingold  <sds@gnu.org>
3048
3049         * gnus-start.el (gnus-before-resume-hook): Add.
3050         (gnus-1): Run it when Gnus is alive.
3051
3052 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3055         * gnus-art.el (article-unsplit-urls)
3056         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3057         * gnus-registry.el (gnus-registry-get-article-marks)
3058         * message.el (message-goto-body): Use it.
3059         (message-called-interactively-p): Remove.
3060
3061         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3062         (spam-stat-score-buffer): Use it.
3063
3064         * spam.el: Silence the warnings against BBDB functions when compiling.
3065
3066         * gnus-score.el (gnus-score-decode-text-parts):
3067         Use append+mapcar instead of the cl function mapcan.
3068
3069 2012-12-05  Sam Steingold  <sds@gnu.org>
3070
3071         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3072         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3073         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3074
3075 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gmm-utils.el (gmm-called-interactively-p): Revert.
3078         This seems to cause Emacs to get stuck!
3079         * gnus-art.el (article-unsplit-urls)
3080         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3081         * gnus-registry.el (gnus-registry-get-article-marks)
3082         * message.el (message-goto-body)
3083         (message-called-interactively-p): Revert.
3084
3085         * gmm-utils.el (gmm-called-interactively-p): New function.
3086         * gnus-art.el (article-unsplit-urls)
3087         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3088         * gnus-registry.el (gnus-registry-get-article-marks)
3089         * message.el (message-goto-body): Use it.
3090         (message-called-interactively-p): Remove.
3091
3092         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3093         * gnus-sync.el (gnus-sync-lesync-call)
3094         * message.el (message-read-from-minibuffer): Use it.
3095
3096 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * gmm-utils.el (gmm-flet): Remove.
3099         * gnus-sync.el (gnus-sync-lesync-call)
3100         * message.el (message-read-from-minibuffer): Don't use it.
3101
3102 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3105
3106 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3109
3110         * gnus-sync.el (gnus-sync-lesync-call)
3111         * message.el (message-read-from-minibuffer): Use gmm-flet.
3112
3113         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3114
3115         * gnus-util.el (gnus-macroexpand-all): Remove.
3116
3117 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3118
3119         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3120         to TAB, not [tab].
3121         (gnus-summary-article-map): Likewise.
3122
3123         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3124         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3125
3126 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3127
3128         * time-date.el: Commentary fix.
3129
3130 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3131
3132         * color.el: Don't require cl.
3133         (color-complement): `caddr' -> `nth 2'.
3134
3135         * time-date.el (time-to-seconds): De-obsolete.
3136
3137 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * message.el (message-get-reply-headers):
3140         Make sure the reply goes to the author if it is a wide reply.
3141
3142 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3143
3144         * gnus-score.el (gnus-score-body):
3145         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3146         scoring by body.
3147
3148 2012-11-16  Glenn Morris  <rgm@gnu.org>
3149
3150         * gnus-diary.el (nndiary-request-create-group-functions)
3151         (nndiary-request-update-info-functions)
3152         (gnus-subscribe-newsgroup-functions)
3153         (nndiary-request-accept-article-functions):
3154         Use new names for hooks rather than obsolete aliases.
3155
3156 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3159
3160 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3163         in meta tag with the one the part specifies in its header.
3164
3165 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3166
3167         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3168         by default.
3169
3170 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3173         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3174
3175 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3178         and a runtime function for it, of which the XEmacs version takes only
3179         two arguments.
3180
3181 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3182
3183         * nndiary.el (nndiary-request-create-group-functions)
3184         (nndiary-request-update-info-functions)
3185         (nndiary-request-accept-article-functions):
3186         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3187         "-hooks" suffix.
3188
3189 2012-10-19  Julien Danjou  <julien@danjou.info>
3190
3191         * gnus-art.el: Require gnus-util because it uses
3192         `gnus-timer--function'.
3193
3194 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3195
3196         * starttls.el (starttls-extra-arguments): Doc fix.
3197
3198 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3201         it.
3202
3203 2012-10-06  Glenn Morris  <rgm@gnu.org>
3204
3205         * gnus-notifications.el (gnus-notifications):
3206         Add missing group :version tag.
3207         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3208         (gnus-gcc-post-body-encode-hook):
3209         * gnus-sync.el (gnus-sync-lesync-name)
3210         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3211
3212 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3213
3214         * color.el (color-hsl-to-rgb): Fix incorrect results for
3215         small and large hue values.  (Bug#12559)
3216
3217 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         New UIDL implementation.
3220
3221         * mail-source.el (mail-sources, mail-source-keyword-map):
3222         Add :leave as a pop3 keyword.
3223         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3224
3225         * pop3.el (pop3-leave-mail-on-server): Allow number.
3226         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3227         (pop3-movemail): Add UIDL support.
3228         (pop3-send-streaming-command): Take a list of mail numbers instead of
3229         the number of mails.
3230         (pop3-write-to-file): Add X-UIDL header.
3231         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3232         (pop3-uidl-add-xheader): New functions.
3233
3234         * message.el (message-ignored-resent-headers):
3235         Add X-Content-Length and X-UIDL headers.
3236
3237 2012-10-05  Glenn Morris  <rgm@gnu.org>
3238
3239         * color.el (color-name-to-rgb, color-rgb-to-hex)
3240         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3241         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3242         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3243         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3244
3245 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3248         a user about whether to delete temp files if once a user answered as n.
3249
3250 2012-09-25  Chong Yidong  <cyd@gnu.org>
3251
3252         * password-cache.el (password-read-and-add): Use a declare form to mark
3253         this function obsolete.
3254
3255 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * lpath.el: Bind mail-encode-mml for old Emacsen.
3258
3259 2012-09-17  Richard Stallman  <rms@gnu.org>
3260
3261         * message.el (message-in-body-p): Don't set mark or modify buffer.
3262
3263         * mml.el (mml-attach-file): Doc fix.
3264         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3265         Set mail-encode-mml when in Mail mode.
3266         Simplify code to set HEAD and move back to HEAD.
3267         (mml-insert-multipart, mml-insert-part):
3268         Set mail-encode-mml when in Mail mode.
3269
3270 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * gnus-util.el (gnus-timer--function): New function.
3273
3274         * gnus-art.el (gnus-article-stop-animations): Use it.
3275
3276 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3277
3278         Fix glitches caused by addition of psec to timers.
3279         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3280         rather than raw access to timer vector.
3281
3282 2012-09-11  Julien Danjou  <julien@danjou.info>
3283
3284         * gnus-notifications.el (gnus-notifications): Check for nil values in
3285         ignored addresses check.
3286
3287 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3288
3289         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3290
3291 2012-09-07  Chong Yidong  <cyd@gnu.org>
3292
3293         * gnus-util.el
3294         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3295
3296         * gnus-salt.el (gnus-tree-highlight-node):
3297         * gnus-sum.el (gnus-summary-highlight-line):
3298         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3299
3300 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3301
3302         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3303
3304 2012-09-06  Juri Linkov  <juri@jurta.org>
3305
3306         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3307         scheme for buffer names to be more consistent with other group and
3308         article buffer names in Gnus.
3309
3310 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3311
3312         * gnus-util.el
3313         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3314
3315         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3316         Jenkner.
3317
3318         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3319
3320         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3321
3322         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3323
3324 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3327         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3328
3329         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3330         string-prefix-p in Emacs >=23.2.
3331
3332         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3333         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3334         instead of string-match-p.
3335         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3336
3337 2012-09-06  Kenichi Handa  <handa@gnu.org>
3338
3339         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3340         lowercase a..f.
3341
3342 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3343
3344         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3345
3346 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3347
3348         * nnimap.el (nnimap-request-move-article): Decode the group name when
3349         doing internal moves to avoid charset issues.
3350
3351         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3352         TIME is set.
3353
3354 2012-09-05  Juri Linkov  <juri@jurta.org>
3355
3356         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3357         than one group at a time (bug#11961).
3358
3359 2012-09-05  Julien Danjou  <julien@danjou.info>
3360
3361         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3362         this hide the real reason with a message giving absolutely no hint.
3363
3364 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3365
3366         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3367         to the backend (bug#11804).
3368
3369         * message.el (message-insert-newsgroups): Don't insert newsgroup
3370         duplicates (bug#12275).
3371
3372 2012-09-05  John Wiegley  <johnw@newartisans.com>
3373
3374         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3375         sieve rules.
3376
3377 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3378
3379         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3380         function.
3381
3382         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3383
3384         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3385
3386 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3387
3388         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3389         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3390         This should make nnmaildir more usable with offlineimap.
3391
3392 2012-09-05  Julien Danjou  <julien@danjou.info>
3393
3394         * nnimap.el (nnimap-request-list): Revert change that made listing
3395         synchronous.
3396         (nnimap-get-responses): Restore.
3397
3398 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3399
3400         * dgnushack.el: XEmacs 21.5 compilation fix.
3401
3402         * gnus-notifications.el (gnus-notifications-notify): Use it.
3403
3404         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3405         warnings on XEmacs.
3406
3407 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3408
3409         Better seeds for (random).
3410         * gnus-sync.el (gnus-sync-lesync-setup):
3411         * message.el (message-canlock-generate, message-unique-id):
3412         Change (random t) to (random), now that the latter is more random.
3413
3414 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3415
3416         * nnimap.el (nnimap-change-group): Document result value
3417
3418         * auth-source.el (auth-sources): Fix macos keychain access.
3419
3420         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3421         allow the backend `request-head' function to determine the group
3422         name on its own.
3423         (gnus-request-expire-articles): Filter out negative article numbers
3424         during expiry (Bug#11980).
3425
3426         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3427         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3428
3429         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3430         you've found the article when you haven't.
3431
3432         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3433         that nnimap-change-group can return t.
3434
3435 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3436
3437         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3438
3439 2012-08-30  Julien Danjou  <julien@danjou.info>
3440
3441         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3442         `gnus-notifications-timeout'.
3443         (gnus-notifications-timeout): Add.
3444         (gnus-notifications-action): New function.
3445         (gnus-notifications-notify): Add :action using
3446         `gnus-notifications-action'.
3447         (gnus-notifications-id-to-msg): New variable.
3448         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3449         notifications id to messages.
3450
3451 2012-08-30  Kenichi Handa  <handa@gnu.org>
3452
3453         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3454         once.
3455
3456 2012-08-29  Julien Danjou  <julien@danjou.info>
3457
3458         * gnus-notifications.el: New file.
3459         (gnus-notifications-notify): New function.
3460         (gnus-notifications): Use `gnus-notifications-notify'.
3461
3462 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3465         transfer encoding first; bind gnus-newsgroup-charset to the charset
3466         that the article specifies (Bug#12209).
3467
3468 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3471         (gnus-group-customize-done): Encode values posting-style holds.
3472
3473         * gnus-msg.el (gnus-summary-resend-message)
3474         (gnus-configure-posting-styles): Decode values posting-style group
3475         parameter holds.
3476
3477 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3480         `name' and `address' in Resent-From header.
3481
3482 2012-08-14  Chong Yidong  <cyd@gnu.org>
3483
3484         * gnus-art.el (article-display-face): Handle failure in
3485         gnus-create-image (Bug#11802).
3486
3487 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3488
3489         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3490         Use defsetf.
3491
3492 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3493
3494         * auth-source.el (auth-source-plstore-search)
3495         (auth-source-secrets-search): Ignore :require and :type in search spec.
3496
3497 2012-08-06  Julien Danjou  <julien@danjou.info>
3498
3499         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3500         `nnimap-request-move-article'.
3501
3502         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3503         Remove autoload, already handled by gnus.el.
3504
3505         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3506
3507         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3508         supported by nnimap actually.  Reverts previous change.
3509
3510         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3511         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3512         to-buffer argument that is already supported.
3513
3514 2012-08-05  Julien Danjou  <julien@danjou.info>
3515
3516         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3517         Add autoload.
3518
3519 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * gnus.el (gnus-valid-select-methods): Fix custom type.
3522
3523 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3524
3525         * auth-source.el (auth-sources, auth-source-backend-parse)
3526         (auth-source-macos-keychain-search)
3527         (auth-source-macos-keychain-search-items)
3528         (auth-source-macos-keychain-result-append)
3529         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3530         auth-source.el through the /usr/bin/security utility.
3531         (auth-sources): Fix syntax error.
3532         (auth-source-macos-keychain-result-append): Fix variable name.
3533         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3534
3535 2012-07-27  Julien Danjou  <julien@danjou.info>
3536
3537         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3538         Emacs < 24.1
3539
3540 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * message.el (message-kill-address): Don't kill last newline.
3543         (message-skip-to-next-address): Don't move to the next header.
3544         (message-fill-field-address): Work properly.
3545
3546 2012-07-25  Julien Danjou  <julien@danjou.info>
3547
3548         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3549
3550 2012-07-24  Julien Danjou  <julien@danjou.info>
3551
3552         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3553
3554         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3555         (nntp-async-timer-handler): Remove, unused.
3556
3557         * nnimap.el (nnimap-get-responses): Remove, unused.
3558
3559         * nnheader.el (mail-header-set-extra): Remove, unused.
3560
3561         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3562         unused.
3563
3564         * mm-view.el (mm-view-sound-file): Remove, unused.
3565
3566         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3567         (mm-url-encode-multipart-form-data): Remove, unused.
3568
3569         * message.el (message-remove-signature, message-make-host-name)
3570         (message-fill-address): Remove, unused.
3571
3572         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3573         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3574         unused.
3575
3576         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3577         (gnus-xmas-call-region): Remove, unused.
3578
3579         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3580
3581         * gnus-util.el (gnus-extract-address-component-name)
3582         (gnus-extract-address-component-email, gnus-sortable-date)
3583         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3584         (gnus-process-live-p): Remove, unused.
3585
3586         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3587
3588         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3589         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3590         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3591         function.
3592
3593         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3594
3595         * gnus-score.el (gnus-summary-score-crossposting)
3596         (gnus-score-regexp-bad-p): Remove, unused.
3597
3598         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3599
3600         * gnus-range.el (gnus-sublist-p): Remove, unused.
3601
3602         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3603         unused.
3604
3605         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3606
3607         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3608         (gnus-request-associate-buffer): Remove, unused.
3609
3610         * gnus-group.el (gnus-group-set-method-info)
3611         (gnus-group-set-params-info): Remove, unused.
3612
3613         * gnus-fun.el (gnus-shell-command-to-string)
3614         (gnus-shell-command-on-region): Remove, unused.
3615
3616         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3617
3618         * gnus-art.el (gnus-article-text-type-exists-p)
3619         (article-translate-characters, gnus-article-hide-text-of-type)
3620         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3621         Remove, unused.
3622
3623 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3624
3625         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3626
3627 2012-07-21  Julien Danjou  <julien@danjou.info>
3628
3629         * message.el (message-dont-reply-to-names): Replace deprecated
3630         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3631         (message-get-reply-headers): Ditto.
3632
3633 2012-07-18  Julien Danjou  <julien@danjou.info>
3634
3635         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3636         `sieve-upload-and-kill'.
3637
3638         * sieve.el (sieve-bury-buffer): Remove function.
3639         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3640         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3641
3642 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3643
3644         * shr.el (shr-expand-url): Handle URL starting with `//'.
3645
3646 2012-07-13  Chong Yidong  <cyd@gnu.org>
3647
3648         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3649         instead of calling toggle-read-only with a (bogus) argument.
3650
3651 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3652
3653         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3654         of initial input when reading the author to restrict the summary to.
3655
3656 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * mm-decode.el (mm-shr):
3659         Allow overriding charset by mm-charset-override-alist.
3660
3661 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-art.el (gnus-article-view-part):
3664         Toggle subparts of multipart/alternative part.
3665
3666 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3667
3668         * shr.el (shr-render-buffer): New command.
3669         (shr-visit-file): Use it.
3670
3671 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3674         Set no-byte-compile and no-update-autoloads.
3675
3676 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3679
3680 2012-06-25  Julien Danjou  <julien@danjou.info>
3681
3682         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3683         `nnimap-request-move-articles-find-limit' since we do not use it only
3684         for move operations.
3685         (nnimap-request-accept-article): Use
3686         `nnimap-request-articles-find-limit' to limit search by message-id.
3687
3688 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3689
3690         Support higher-resolution time stamps (Bug#9000).
3691
3692         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3693         VARLIST.  It's optional, for backward compatibility.
3694         (encode-time-value): New optional arg PICO.  New type 3.
3695         (time-to-seconds) [!float-time]: Support the new picoseconds
3696         component if it's used.
3697         (seconds-to-time, time-subtract, time-add):
3698         Support ps-resolution time stamps as well.
3699
3700 2012-06-19  Julien Danjou  <julien@danjou.info>
3701
3702         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3703
3704         * nnimap.el (nnimap-log-buffer): Check that
3705         `window-point-insertion-type' is boundp, since it's not available in
3706         XEmacs.
3707
3708 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3709
3710         * nnimap.el (nnimap-log-buffer): Add this, setting
3711         `window-point-insertion-type' in the buffer to t.
3712         (nnimap-log-command): Use nnimap-log-buffer.
3713
3714 2012-06-19  Julien Danjou  <julien@danjou.info>
3715
3716         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3717         argument to be able to limit the search.
3718         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3719         (nnimap-request-move-articles-find-limit): Add this to limit the search
3720         by Message-Id after a message move.
3721         (nnimap): Add defgroup.
3722
3723 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3724
3725         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3726
3727 2012-06-15  Julien Danjou  <julien@danjou.info>
3728
3729         * nnimap.el (nnimap-find-article-by-message-id): Use
3730         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3731         (nnimap-possibly-change-group): Add read-only argument.
3732         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3733         issuing EXAMINE manually.
3734         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3735         with read-only argument.
3736         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3737         cannot possibly change because we need to be sure that it's either
3738         read-write or read-only.
3739
3740 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3743         being bound to a lambda form.
3744
3745 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3746
3747         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3748         articles when fetch-old is non-nil (bug#11370).
3749
3750 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3751
3752         * gnus-picon.el (gnus-picon-properties): New defcustom.
3753         (gnus-picon-create-glyph): Use it.
3754
3755 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * gnus-group.el (gnus-group-get-new-news): Respect
3758         `gnus-group-use-permanent-levels', as documented (bug#11638).
3759
3760 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3761
3762         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3763         groups (bug#11641).
3764
3765 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3766
3767         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3768         is an integer to avoid later problems.
3769
3770 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3773         locales.
3774
3775         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3776         on a handle.
3777
3778         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3779         address as the default.
3780         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3781
3782         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3783         makes no sense to query the user about internal files.
3784
3785         * gnus-spec.el: Remove all the byte-compilation stuff, since
3786         benchmarking shows that it doesn't help when entering large summary
3787         buffers.
3788
3789         * gnus-xmas.el (gnus-xmas-define): Remove.
3790
3791         * gnus-util.el (gnus-byte-code): Remove.
3792
3793         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3794         grouplens stuff.
3795
3796 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3799         (bug#11514).
3800
3801 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3802
3803         * message.el (message-buffers): Return all buffers derived from Message
3804         to make `gnus-dired-attach' work with mu4e.
3805
3806 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3807
3808         * nntp.el: Stop the `letf' madness.
3809         (nntp--report-1): New var.
3810         (nntp-report): Merge nntp-report-1 into it.
3811         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3812         the nntp-report function.
3813
3814         * auth-source.el: Fix comment-style to follow the convention.
3815
3816 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3817
3818         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3819         (mm-dissect-singlepart): Don't guess the MIME type of
3820         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3821         set.
3822         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3823         toplevel MIME type is multipart/encrypted.
3824
3825 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3828         a string so that Gcc works (bug#11514).
3829
3830 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3831
3832         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3833         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3834
3835 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3836
3837         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3838         jumping to *Server* from a dedicated *Group* window.
3839         (gnus-configure-frame): CSE.
3840
3841         * gnus-registry.el: Minor style cleanup.
3842         (gnus-registry--set/remove-mark): New function, extracted from
3843         gnus-registry-install-shortcuts.
3844         (gnus-registry-install-shortcuts): Use it.
3845
3846 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * nnspool.el (news-path): Use eval-and-compile.
3849
3850 2012-05-24  Glenn Morris  <rgm@gnu.org>
3851
3852         * nnspool.el (news-directory, news-path, news-inews-program):
3853         Move here from paths.el.  Don't see a need for these to be autoloaded.
3854
3855         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3856         Merge in doc from paths.el version.  Don't see any need for this to be
3857         autoloaded, or for the warning about users not setting it.
3858
3859 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3860
3861         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3862         format.  In particular, add an optional argument and a docstring.
3863
3864         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3865
3866         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3867         current before calling `gnus-groups-to-gnus-format'.
3868         Note that this was already the case for `gnus-active-to-gnus-format'.
3869
3870 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3871
3872         Fix minor Y10k bug.
3873         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3874
3875 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3876
3877         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3878         message once it's actually open.
3879
3880 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3881
3882         * gnus.el: Ma Gnus v0.5 is released.
3883
3884 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3885
3886         * auth-source.el (auth-source--aput-1, auth-source--aput)
3887         (auth-source--aget): New functions and macros.
3888         Use them instead of aput/aget.
3889
3890 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3891
3892         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3893
3894 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3895
3896         * plstore.el (plstore-called-interactively-p): New compat macro copied
3897         from message.el.
3898         (plstore-mode): Use it.
3899
3900 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3901
3902         * plstore.el: Revive the editing feature.
3903         (plstore-mode): New mode to edit plstore file.
3904         (plstore-mode-toggle-display, plstore-mode-original)
3905         (plstore-mode-decoded): New command.
3906         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3907         (plstore--insert-buffer, plstore--make): New function.
3908         (plstore-open, plstore-save): Simplify by using them.
3909
3910 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3913
3914 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3915
3916         * tls.el (open-tls-stream): Remove unused binding.
3917
3918 2012-04-16  Glenn Morris  <rgm@gnu.org>
3919
3920         * nndraft.el (nndraft-request-list): Fix declaration.
3921
3922 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * mm-decode.el (mm-dissect-buffer): Doc fix.
3925
3926         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3927         don't have a current group.
3928
3929         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3930         buffer if it doesn't exist.
3931
3932         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3933         given, mark the group as ephemeral with the current window conf.
3934
3935         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3936         buffer exists, which it doesn't if we haven't started Gnus.
3937         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3938
3939 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3942         type is.
3943
3944         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3945         `unexists' entries.
3946         (gnus-clean-old-newsrc): Fix last checkin.
3947
3948         * nnimap.el (nnimap-update-info): None of the articles below the active
3949         low-water mark exist.
3950
3951         * dgnushack.el: Get rid of XEmacs compilation warning.
3952
3953         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3954         would have gotten if we posted to the group, and use that to compare
3955         against the message we want to cancel (bug#10808).
3956
3957         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3958         on XEmacs.
3959
3960 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3961
3962         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3963         `scroll-margin'.
3964
3965 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3966
3967         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3968         citation prefix within a block of cited text should be considered part
3969         of that block *only* if it is a blank line.
3970
3971 2012-04-09  Chong Yidong  <cyd@gnu.org>
3972
3973         * binhex.el, hashcash.el, uudecode.el:
3974         Remove * characters from the front of variable docstrings.
3975
3976 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3979         before kinsoku-bol characters nor within kinsoku-eol characters.
3980
3981 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3984         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3985         (gnus-sync-read): Use mapc instead of mapcar.
3986
3987         * mm-archive.el: Require mm-decode for some macros.
3988         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3989         the byte compiler.
3990         (mm-archive-decoders): New function that returns the value of
3991         the mm-archive-decoders variable.
3992
3993         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3994         instead.
3995         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3996
3997         * nnimap.el (gnus-refer-thread-use-nnir):
3998         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3999
4000 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4003
4004 2012-03-12  Peter Münster  <pmrb@free.fr>
4005
4006         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4007         (gnus-demon-cancel): Ditto.
4008         (gnus-demon-run-callback): When function cannot be called due to low
4009         idleness, call it when idleness reaches the expected value, instead of
4010         waiting another timer period.
4011         (gnus-demon-init): Add `time' to arguments of call-back.
4012
4013 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4016
4017         * gnus.el: Register gnus-registry functions.
4018
4019         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4020         indent.
4021
4022         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4023         enabled before warping.
4024
4025 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4026
4027         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4028         registry about each article retrieved.
4029
4030         * gnus-int.el (gnus-select-group-with-message-id): New function.
4031         (gnus-try-warping-via-registry): Ditto.
4032         (gnus-warp-to-article): Fall back on the registry.
4033
4034 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4035
4036         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4037         inboxes.
4038
4039 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040
4041         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4042
4043 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4046         gnus-gcc-self-resent-messages may be a group parameter.
4047         (gnus-summary-resend-message): Don't encode encoded words in header
4048         when Gcc'ing resent message.
4049
4050 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051
4052         * shr.el (shr-insert): Treat non-breaking space just like normal
4053         space.  This seems to produce more pleasing results.
4054         (shr-insert): Only insert a blank line if we're starting from an image.
4055         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4056         (shr-ensure-paragraph): Consider lines with white space to be blank.
4057
4058 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4059
4060         * Makefile.in: Respect DESTDIR.
4061
4062 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4063
4064         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4065         and gnus-gcc-post-body-encode-hook.
4066
4067 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4070         messages that don't exist.
4071
4072         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4073
4074 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4077         Remove.
4078
4079         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4080
4081         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4082
4083 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4086         have a group name.
4087
4088         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4089         a multibyte buffer (bug#7410).
4090         (article-wash-html): Parse the original article buffer to get the
4091         unencoded data (bug#7410).
4092
4093         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4094         .newsrc.el files.
4095
4096 2012-04-05  Bastien Guerry  <bzg@altern.org>
4097
4098         * color.el (color-lighten-name): Fix typo.
4099
4100 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4103         "#" to avoid having them interpreted as comments.
4104
4105 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * shr.el (shr-insert): Update the text state properly to avoid
4108         inserting spurious paragraph starts.
4109
4110 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * shr.el (shr-table-widths): Divide the extra width more fairly over
4113         the TDs (bug#10973).
4114         (shr-render-td): Don't delete too much padding.
4115         (shr-natural-width): Compute the natural width more correctly.
4116         (shr-insert): Allow the natural width to be computed for tables again.
4117         (shr-tag-table-1): Rework how the natural widths are computed by
4118         rendering the table a third time.
4119         (shr-natural-width): Removed.
4120         (shr-buffer-width): New function.
4121         (shr-expand-newlines): Use it.
4122
4123         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4124         using a `gnus-use-full-window' setup (bug#11013).
4125
4126 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4129         24.1 release.
4130
4131 2012-03-10  David Edmondson  <dme@dme.org>
4132
4133         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4134         'Forwarded Message' header and the start of the message.
4135
4136 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4137
4138         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4139         isn't running (bug#10897).
4140
4141 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4144         This is inconsistent with all the other stream functions, which leave
4145         the setting up to the higher levels (if so wanted) (bug#10931).
4146
4147 2012-02-28  Glenn Morris  <rgm@gnu.org>
4148
4149         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4150         mm-decode.el: Standardize possessive apostrophe usage.
4151
4152 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4155
4156 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4157
4158         * parse-time.el (parse-time-string): Allow extractor to return nil.
4159
4160 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4163
4164 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4167
4168 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4169
4170         * mm-decode.el (mm-shr): Remove "soft hyphens".
4171
4172         * nnimap.el (nnimap-request-list): Return the group names encoded as
4173         utf8.  Otherwise non-European group names don't work.
4174         (nnimap-request-newgroups): Ditto.
4175
4176         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4177         the default in `read-string' (bug#10757).
4178
4179         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4180         topics (bug#10843).
4181
4182         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4183         buffer.  Suggested by Herbert Valerio Riedel.
4184         (nnimap-request-move-article): Delete the message from the correct IMAP
4185         server.
4186
4187 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4188
4189         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4190         Reported by Peter Münster.
4191
4192 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4193
4194         * shr.el (shr-image-fetched): Make sure we really kill the right
4195         buffer.
4196
4197 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4198
4199         * gnus-start.el (gnus-1): Avoid duplicate entries.
4200
4201 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4202
4203         * imap.el: Remove.
4204
4205         * nntp.el (nntp-coding-system-for-read): Remove.
4206         (nntp-coding-system-for-write): Ditto.
4207         (nntp-open-connection): Just use `binary' directly.
4208
4209         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4210         Gnus 0.3.
4211
4212 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4213
4214         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4215         application/octet-stream parts really is.
4216
4217         * gnus-sum.el (gnus-propagate-marks): Remove.
4218
4219 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4220
4221         * shr.el (shr-rescale-image): Undo previous change; see
4222         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4223
4224 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4225
4226         * gnus.el: Ma Gnus v0.3 is released.
4227
4228 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4229
4230         * gnus-sum.el (gnus-summary-local-variables): Make
4231         `gnus-newsgroup-unexist' into a local variable.
4232
4233 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4234
4235         * registry.el (registry-usage-test, registry-persistence-test): Move to
4236         tests/gnustest-registry.el.
4237         (registry-make-testable-db, registry-match-test)
4238         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4239
4240         * gnus-registry.el (gnus-registry-misc-test)
4241         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4242
4243         * tests/gnustest-registry.el: New file with the registry and
4244         gnus-registry ERT tests.
4245
4246 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-msg.el (gnus-summary-resend-message): Make
4249         gnus-summary-resend-message-insert-gcc be last item in
4250         message-header-setup-hook.
4251
4252 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4253
4254         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4255         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4256         Remove.
4257         (nnfolder-open-server): Don't use marks.
4258         (nnfolder-request-delete-group): Ditto.
4259         (nnfolder-request-rename-group): Ditto.
4260         (nnfolder-request-set-mark, nnfolder-request-marks)
4261         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4262         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4263
4264         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4265         (nnml-marks-modtime): Remove.
4266         (nnml-request-delete-group): Don't use marks.
4267         (nnml-request-rename-group): Ditto.
4268         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4269         (nnml-save-marks, nnml-open-marks): Remove.
4270
4271         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4272         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4273         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4274         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4275         (nntp-server-to-method-cache): Remove.
4276
4277         * shr.el (shr-rescale-image): Fix wrong merge.
4278
4279 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4280
4281         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4282         too-wide lines.
4283
4284 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4285
4286         * nnimap.el (nnimap-record-commands): New variable.
4287         (nnimap-log-command): Use it.
4288         (nnimap-make-process-buffer): Add a space to the process buffer.
4289         (nnimap-transform-headers): Don't bug out on header lines containing
4290         stuff that look like IMAP length encodings.
4291
4292         * shr.el (shr-rescale-image): Allow viewing large images.
4293
4294 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4295
4296         * nnml.el (nnml-request-compact-group): Delete the marks file after
4297         compaction (bug#10800).
4298
4299         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4300         group exit.
4301
4302         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4303         QRESYNC/FETCH output.
4304
4305 2012-02-11  Glenn Morris  <rgm@gnu.org>
4306
4307         * sieve-manage.el (sieve-manage-default-stream):
4308         * shr.el (shr):
4309         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4310         (nnir-retrieve-headers-override-function)
4311         (nnir-imap-default-search-key, nnir-notmuch-program)
4312         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4313         (nnir-method-default-engines):
4314         * message.el (message-cite-reply-position):
4315         * gssapi.el (gssapi-program):
4316         * gravatar.el (gravatar):
4317         * gnus-sum.el (gnus-refer-thread-use-nnir):
4318         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4319         (gnus-registry-max-pruned-entries):
4320         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4321         * gnus-int.el (gnus-after-set-mark-hook)
4322         (gnus-before-update-mark-hook):
4323         * gnus-async.el (gnus-async-post-fetch-function):
4324         * auth-source.el (auth-source-cache-expiry):
4325         Add missing :version tags to new defcustoms and defgroups.
4326
4327 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4328
4329         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4330         `gnus-newsgroup-unexist'.
4331
4332         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4333         marks.
4334         (gnus-article-special-mark-lists): Put the `unexist' in the special
4335         marks list instead.
4336
4337         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4338         articles in the list of articles to be selected.
4339
4340         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4341         articles.
4342         (nnimap-update-info): Keep track of unexisting articles.
4343         (nnimap-update-qresync-info): Ditto.
4344
4345 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4346
4347         * message.el (message-default-send-mail-function): Made into own
4348         function for reuse by emacsbug.el.
4349
4350 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4351
4352         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4353         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4354
4355 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4356
4357         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4358         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4359
4360         * gnus-compat.el: Define `timer-set-function'.
4361
4362         * mm-decode.el (mm-display-external): Output the text from the command
4363         in the buffer after the command finished.  This makes text-based
4364         commands behave better.
4365
4366 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4367
4368         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4369
4370 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4371
4372         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4373         23.1.
4374
4375 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4378
4379 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4380
4381         * message.el (smtpmail-smtp-user): Silence compiler warning.
4382
4383 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4384
4385         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4386         SMTP user name.
4387
4388 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-sum.el (gnus-summary-show-thread):
4391         next-single-char-property-change may return nil in XEmacs.
4392         (gnus-summary-article-map): Fix typo.
4393
4394 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4395
4396         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4397         running.
4398
4399         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4400
4401         * gnus.el (gnus-server-extend-method): Don't add an -address component
4402         if the method already has one (bug#9676).
4403
4404 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4405
4406         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4407         of an initial-input for consistency (bug#10757).
4408
4409         * dgnushack.el: Fix XEmacs compilation warning.
4410
4411         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4412
4413         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4414
4415 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4416
4417         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4418         lines that are narrower than the window width.  Otherwise background
4419         "blocks" will look less readable.
4420
4421 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4422
4423         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4424         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4425         have newlines within the strings, and where the UID comes after the
4426         BODYSTRUCTURE element (bug#10537).
4427
4428         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4429         (bug#10732).
4430
4431         * shr.el (shr-insert-document): Add doc string.
4432         (shr-visit-file): Ditto.
4433         (shr-remove-trailing-whitespace): New function.
4434         (shr-insert-document): Use it to clean up trailing whitespace as the
4435         final step (bug#10714).
4436
4437 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4440         buffer if `gnus-kill-summary-on-exit' is nil.
4441
4442 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4443
4444         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4445         when just reading a single group from "without" Gnus.
4446
4447 2012-02-06  Chong Yidong  <cyd@gnu.org>
4448
4449         * gnus-sum.el (gnus-summary-show-thread):
4450         next-single-char-property-change never returns nil (Bug#8657).
4451
4452 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4453
4454         * message.el (message-multi-smtp-send-mail): New function.
4455         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4456         header to implement multi-SMTP functionality.
4457
4458         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4459         (gnus-agentize): Don't set it.
4460         (gnus-agent-send-mail): Don't use it.
4461
4462         * gnus-sum.el (gnus-summary-widget-backward): New function and
4463         keystroke.
4464
4465         * gnus-compat.el: More the compat functions more compatible.
4466
4467         * shr.el (shr-put-image): Remove underlines from sliced images.
4468         (shr-zoom-image): Compute the region to be replaced more correctly.
4469
4470 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4473         (gnus-summary-resend-message-insert-gcc): New function.
4474         (gnus-summary-resend-message): Modify message-header-setup-hook and
4475         message-sent-hook to make it work for Gcc.
4476         (gnus-inews-do-gcc): Update the number of unread articles of groups
4477         that messages are Gcc'd to.
4478
4479         * message.el (message-resend): Run message-sent-hook to do Gcc.
4480
4481 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4482
4483         * lpath.el: Fix an XEmacs compilation warning.
4484
4485         * gnus-compat.el: Require `help-fns' to fix compilation error.
4486
4487         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4488         a higher level to silence compilation.
4489
4490         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4491         parameter to allow controlling the scaling.
4492
4493         * shr.el (shr-zoom-image): New command and keystroke.
4494         (shr-put-image): Take a `size' flag to say how to scale the image.
4495
4496         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4497         deletion unless already defined.
4498
4499         * gnus.el (gnus-compat): Require it.
4500
4501         * gnus-compat.el: New file.
4502
4503         * gnus-start.el (gnus-clean-old-newsrc): New function.
4504         (gnus-read-newsrc-file): Use it.
4505
4506         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4507         Use recursive deletion.
4508         (mm-dissect-archive): Add support for zip files.
4509
4510         * gnus-util.el (gnus-recursive-directory-files): New function.
4511
4512         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4513         (mm-archive-decoders): Add tgz support.
4514
4515         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4516         Otherwise inserting text into the Gnus buffer can look odd.
4517
4518         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4519
4520         * mm-archive.el (mm-archive-decoders): Add support for tar.
4521
4522         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4523
4524         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4525
4526 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4527
4528         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4529
4530         * mm-archive.el: New file.
4531
4532         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4533
4534         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4535
4536         * message.el (message-goto-*): Make all the `message-goto-*' commands
4537         push the mark before moving point.  This makes it easier to go back to
4538         where you came from after editing whatever you jumped to.
4539
4540 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4541
4542         * gnus.el: Ma Gnus v0.1 is released.
4543
4544 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4545
4546         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4547         without reconnecting.
4548         (nnimap-possibly-change-group): Ditto.
4549         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4550         connection has died before being called.
4551
4552 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4553
4554         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4555         an initial sync unless we're really doing one.
4556
4557         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4558         address parameter if one already exists (bug#9676).
4559
4560         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4561         not the prefix, as documented (bug#10689).
4562
4563 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4566         the "server".
4567
4568         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4569         the real error message with the useless "previously known to be down".
4570         Which isn't even correct.
4571
4572         * nntp.el (nntp-open-connection): Report the error message if the nntp
4573         server can't be reached.
4574
4575         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4576         groups we do a total scan for.
4577         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4578         doing that.
4579
4580 2012-01-31  Jim Meyering  <jim@meyering.net>
4581
4582         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4583         Correct a comment (insert "not") and hide nominally-doubled "to".
4584
4585 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4586
4587         * gnus.el (gnus-version): Change name to "Ma Gnus".
4588
4589 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4590
4591         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4592         section in the manual.
4593
4594 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4595
4596         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4597         words.
4598         (rfc2047-encode-string): Ditto.
4599         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4600         understand folded filename="..." parameters, for instance.
4601
4602         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4603         the message for greater debuggability.
4604
4605 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4606
4607         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4608         instead of setting it locally, since the latter doesn't seem to have
4609         any effect (most of the time).
4610
4611 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4612
4613         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4614         function call.
4615
4616 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4617
4618         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4619         seconds, and make the repeat clause with HH:MM specs work as
4620         documented.
4621
4622 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4623
4624         * proto-stream.el (proto-stream-capability-open): Fall back on
4625         :end-of-command if :end-of-capability doesn't exist.
4626
4627 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4630         bound globally in old Emacsen and XEmacsen.
4631
4632 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4633
4634         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4635         so that previous errors don't prohibit getting new news.
4636
4637         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4638
4639         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4640
4641 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4642
4643         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4644         buffer, not of the string which is its name.
4645
4646 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4647
4648         * proto-stream.el (proto-stream-capability-open): Wait for
4649         :end-of-capability, not :end-of-command.
4650
4651         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4652         non-server-marks groups.
4653         (gnus-group-make-articles-read): Ditto.
4654
4655         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4656         methods (bug#9676).
4657
4658         * gnus.el (gnus-method-ephemeral-p): New function.
4659
4660 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4663         left-to-right.
4664
4665 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4666
4667         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4668         warning.
4669
4670 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4673         macroexpand the nnir things, since they haven't been defined yet, and
4674         nnir requires gnus-sum.
4675
4676 2012-01-24  Julien Danjou  <julien@danjou.info>
4677
4678         * color.el (color-rgb-to-hsl): Fix value computing.
4679         (color-hue-to-rgb): New function.
4680         (color-hsl-to-rgb): New function.
4681         (color-clamp, color-saturate-hsl, color-saturate-name)
4682         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4683         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4684
4685 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686
4687         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4688
4689 2012-01-19  Julien Danjou  <julien@danjou.info>
4690
4691         * color.el (color-name-to-rgb): Use the white color to find the max
4692         color component value and return correctly computed values.
4693         (color-name-to-rgb): Add missing float conversion for max value.
4694
4695 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4696
4697         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4698         logical server name in addition to the actual machine address.
4699
4700         * auth-source.el (auth-source-user-and-password): Add convenience
4701         wrapper to search by just host and optionally user.
4702
4703 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4704
4705         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4706         after rendering.
4707
4708 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4709
4710         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4711         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4712         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4713
4714 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4717         (bug#9693).
4718         (gnus-summary-setup-buffer): Document return value (bug#9697).
4719
4720         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4721         since ido doesn't work on symbols (bug#9632).
4722
4723         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4724         when getting a single value as when getting all the values.  This means
4725         that atoms like `gcc-self' work cumulatively, like variable settings,
4726         instead of getting the value from the last matching clause.
4727         (gnus-group-find-parameter): Protect against the group buffer not
4728         existing (bug#9585).
4729
4730 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * gnus-start.el (gnus-activate-group): Document more parameters
4733         (bug#9694).
4734
4735         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4736         (bug#9692).
4737
4738         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4739         article was fetched, so that it can be expired later (bug#9958).
4740         (gnus-agent-summary-fetch-series): Add doc string.
4741         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4742         (bug#9517).
4743
4744         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4745         retrieval is happening.
4746
4747         * gnus.el (gnus-parameters): Doc fix.
4748
4749 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4750
4751         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4752         show the thread after expansion.
4753
4754 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4755
4756         * gnus-art.el (article-narrow-to-head): If the head is completely
4757         empty, narrow to the empty region (bug#9764).
4758
4759         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4760         read, and then mark them as unread only when the unread mark is used.
4761         This makes `C-- T k' actually work, even though it's confusing.
4762
4763         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4764         alive before we try to find its window.
4765
4766 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4767
4768         * mm-decode.el (mm-display-external): Use a longer timeout for the
4769         deletion to allow slow programs to display the file.
4770
4771 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4774         prompt to be less confusing.
4775
4776         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4777         argument to `message-reply'.  This broke `special-display-*' frame
4778         pop-uping (bug#10238).
4779
4780 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4783         systems, since these allegedly don't work there.
4784
4785 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4786
4787         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4788         live buffer.
4789
4790 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * nnir.el (nnir-retrieve-headers): Protect against the article not
4793         existing on the server (bug#10335).
4794
4795 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4796
4797         * gnus-agent.el (gnus-agent-load-local): Recompute
4798         gnus-agent-article-local on changing method.
4799
4800 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * gnus.el (gnus-parameters): Note precedence.
4803
4804 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4805
4806         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4807         in the group buffer.
4808
4809 2012-01-04  Julien Danjou  <julien@danjou.info>
4810
4811         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4812         change.
4813
4814 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4815
4816         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4817         too.
4818
4819         * nntp.el (nntp-retrieve-group-data-early): Use it.
4820
4821 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4822
4823         * nntp.el (nntp-retrieval-in-progress): New variable.
4824         (nntp-make-process-buffer): Make it buffer-local.
4825
4826         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4827         2010.
4828         (gnus-demon-init): Use it to compute the time if time is on the form
4829         "04:23".
4830
4831         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4832
4833         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4834         status in the correct buffer.
4835
4836 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4837
4838         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4839         when opening topics (bug#10407).
4840
4841 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4842
4843         * gnus-cus.el (gnus-score-customize):
4844         * gnus-sum.el (gnus-sort-gathered-threads):
4845         * message.el (message-shorten-references):
4846         * nnmairix.el (nnmairix-request-group):
4847         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4848
4849 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4850
4851         * gnus-agent.el (gnus-agent-regenerate-group):
4852         * gnus-int.el (gnus-retrieve-group-data-early):
4853         * mm-util.el (mm-codepage-ibm-list):
4854         * nndiary.el (Commentary, nndiary-get-new-mail):
4855         * nnir.el (nnir):
4856         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4857
4858 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * mm-view.el (mm-display-inline-fontify): Add comment.
4861
4862 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4863
4864         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4865         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4866
4867 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4868
4869         * gnus-art.el (gnus-split-methods):
4870         * gnus-msg.el (gnus-configure-posting-styles):
4871         * gnus-spec.el (gnus-parse-simple-format):
4872         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4873         * message.el (message-do-actions): Spelling fix.
4874
4875 2011-12-15  Juri Linkov  <juri@jurta.org>
4876
4877         * mm-decode.el (mm-inline-media-tests): Add missing
4878         `mm-handle-media-subtype'.
4879
4880 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4881
4882         * gnus-group.el (gnus-group-tool-bar):
4883         * gnus-sum.el (gnus-summary-tool-bar):
4884         * message.el (message-tool-bar):
4885         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4886
4887 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4888
4889         * plstore.el (plstore--insert-buffer): Spelling fix.
4890
4891 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4892
4893         * message.el (message-valid-fqdn-regexp): Update with newly approved
4894         top-level domain names ".tel" and ".asia".
4895
4896 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4899         unconditionally.
4900
4901 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4904         pop-to-buffer-same-window for old Emacsen.
4905
4906 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4907
4908         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4909
4910 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4911
4912         * netrc.el (netrc-credentials): Spelling fix.
4913
4914 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4915
4916         * gnus-fun.el (gnus-fun-ppm-change-string):
4917         * gnus-msg.el (gnus-inews-do-gcc):
4918         * gnus-sum.el (gnus-summary-find-for-reselect):
4919         * gnus.el (gnus-summary-cancelled):
4920         * message.el (message-cancel-hook, message-send-news):
4921         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4922         * nnir.el (nnir-run-hyrex):
4923         * nntp.el (nntp-with-open-group-function):
4924         * pgg.el (pgg-pending-timers): Spelling fix.
4925
4926 2011-12-04  Chong Yidong  <cyd@gnu.org>
4927
4928         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4929         change (Bug#10200).
4930
4931 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * compface.el (uncompface):
4934         * gnus-art.el (gnus-article-x-face-command): Update the header format
4935         of icon data for the most recent icontopbm program.
4936
4937 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * gnus-msg.el (gnus-inews-do-gcc):
4940         * message.el (message-send-mail):
4941         * mml.el (mml-generate-mime): Share the value of the buffer-local
4942         `message-options' variable between a draft buffer and temprary working
4943         buffers.
4944
4945 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4946
4947         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4948
4949 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4952         for Cygwin.
4953
4954 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4955
4956         * gnus-group.el (gnus-group-prepare-flat):
4957         * mm-bodies.el (mm-encode-body):
4958         * mml.el (mml-preview):
4959         * nnml.el (nnml-request-compact-group):
4960         * pop3.el (pop3-stream-type): Spelling fix.
4961
4962 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4963
4964         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4965
4966 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4967
4968         * color.el (color-rgb-to-hsl):
4969         * gmm-utils.el (gmm-tool-bar-style):
4970         * gnus-group.el (gnus-group-prepare-flat):
4971         * gnus-topic.el (gnus-topic-prepare-topic):
4972         * mm-decode.el (mm-discouraged-alternatives):
4973         * rfc2047.el (rfc2047-encode-1):
4974         * starttls.el: Spelling fix.
4975
4976 2011-11-24  Glenn Morris  <rgm@gnu.org>
4977
4978         * binhex.el (binhex-begin-line): Give it basic doc-string.
4979
4980         * starttls.el, tls.el: Fix case of "GnuTLS".
4981
4982 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4983
4984         * gnus-group.el (gnus-group-highlight): Fix typo.
4985
4986 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4987
4988         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4989         value of `delete-file', that returns nil for a local file but returns t
4990         for a remote file using ssh.
4991
4992 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4993
4994         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4995
4996 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4999         avoid later breakage.
5000
5001 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5004         article buffers' name.
5005
5006 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5007
5008         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5009         by Paul Eggert's spellfixes two days ago.
5010
5011 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5014         doesn't have it.
5015
5016         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5017         buffer-local instead of binding them to avoid warnings.  Also demote
5018         errors (bug#10063).
5019         (font-lock-mode-hook): Shut up byte compiler.
5020
5021 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5022
5023         * mm-util.el (mm-charset-after):
5024         * nnir.el (nnir-run-hyrex):
5025         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5026         (ntlm-get-password-hashes, ntlm-md4hash):
5027         * smime.el: Fix typo.
5028
5029 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5030
5031         * gnus-agent.el (gnus-agent-expire-group-1):
5032         * nndiary.el (nndiary-last-occurence):
5033         * nnimap.el (nnimap-request-set-mark):
5034         * nnmairix.el (nnmairix-only-use-registry):
5035         * gnus-group.el (gnus-group-prepare-flat):
5036         * gnus-sum.el (gnus-decode-encoded-word-methods):
5037         * message.el (message-wash-subject):
5038         * nntp.el (nntp-retrieve-headers-with-xover):
5039         * smime.el (smime-certificate-directory): Spelling fix.
5040
5041 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5042
5043         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5044
5045         * color.el:
5046         * gnus-agent.el (gnus-agent-possibly-alter-active):
5047         * gnus-dired.el (gnus-dired-print):
5048         * mail-parse.el:
5049         * nnmairix.el (nnmairix-request-group):
5050         * shr.el (shr-image-displayer):
5051         * sieve-manage.el:
5052         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5053
5054 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5055
5056         * gnus-sum.el (gnus-auto-select-subject):
5057         * spam-report.el (spam-report-resend): Spelling fix.
5058
5059 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5060
5061         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5062         * gnus-art.el (gnus-default-article-saver):
5063         * gnus-srvr.el (gnus-server-copy-server):
5064         * gnus.el (gnus-sloppily-equal-method-parameters):
5065         * html2text.el (html2text-format-tag-list):
5066         * message.el (message-narrow-to-head):
5067         * nndiary.el:
5068         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5069         * sieve.el: Spelling fix.
5070
5071 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5072
5073         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5074         * gnus-sum.el (gnus-summary-make-menu-bar):
5075         * gnus-uu.el (gnus-uu-decode-postscript)
5076         (gnus-uu-decode-postscript-and-save):
5077         * mailcap.el (mailcap-print-command):
5078         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5079         Fix typos.
5080
5081 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5082
5083         * gnus-art.el (gnus-article-part-wrapper):
5084         * html2text.el (html2text-fix-paragraphs):
5085         * mm-decode.el (mm-image-fit-p):
5086         * rfc2047.el (rfc2047-encode-message-header):
5087         * shr-color.el (shr-color-visible-distance-min)
5088         (shr-color-relative-to-absolute, set-minimum-interval)
5089         (shr-color-visible): Fix typos.
5090
5091 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5092
5093         * gmm-utils.el (gmm-tool-bar-item):
5094         * gnus-art.el (gnus-treat-body-boundary):
5095         * gnus-diary.el (gnus-user-format-function-d):
5096         * gnus-start.el (gnus-get-unread-articles):
5097         * pgg-gpg.el (pgg-gpg-update-agent):
5098         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5099
5100 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5101
5102         * gnus-topic.el (gnus-group-prepare-topics):
5103         * gnus-uu.el (gnus-extract-view):
5104         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5105
5106 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5107
5108         * spam.el: Move BBDB autoloads.
5109         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5110         BBDB 2 and 3.
5111         (spam-check-BBDB): Use it.
5112         (spam-enter-ham-BBDB): Use it.
5113
5114 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5115
5116         * smime.el (smime-draw-buffer): Spelling fix.
5117
5118 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5119
5120         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5121         for scanning exactly one level.
5122         * gnus-start.el (gnus-get-unread-articles): Ditto.
5123
5124 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5127         slightly clearer.
5128
5129 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5130
5131         * gnus-sync.el: More commentary about setup.
5132
5133 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * message.el (message-send-and-exit): Document `arg'.
5136
5137 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5138
5139         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5140
5141 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5142
5143         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5144
5145         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5146         we don't use `bound-and-true-p'.
5147
5148 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * gnus-util.el (gnus-bound-and-true-p): Remove.
5151         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5152         * nnir.el: Use it.
5153         * nnmairix.el: Use it.
5154
5155 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5156
5157         * gnus-sync.el: Improve docs about CouchDB admins.
5158
5159         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5160         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5161         for reasons unknown.
5162         * nnir.el: Use it.
5163         * nnmairix.el: Use it.
5164
5165         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5166         * nnir.el: Ditto.
5167         * nnmairix.el: Ditto.
5168
5169         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5170
5171 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5172
5173         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5174         not needed.  Provide xmlplistread list function to produce XML plist
5175         output for non-Gnus LeSync clients.
5176
5177 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5178
5179         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5180
5181         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5182         and save against it.  Group subscriptions, read marks, other marks,
5183         subscription levels, topic names, and topic offsets (the group's
5184         position within the topic) are saved.  This is an experimental backend
5185         and may change significantly.  Load json.el from the gnus-fallback-lib
5186         if it's not available otherwise.
5187         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5188
5189 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5190
5191         * message.el (message-completion-function): Make sure
5192         message-tab-body-function is not attempted if one of
5193         message-completion-alist fails to find a completion (bug#9158).
5194
5195 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5196
5197         * mml.el (mml-quote-region): Quote <#secure> tag.
5198         (mml-generate-mime-1): Unquote <#secure> tag.
5199
5200 2011-10-20  Chong Yidong  <cyd@gnu.org>
5201
5202         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5203         calling a minor mode from Lisp with nil arg enables it, so we have to
5204         make the wording a bit ambiguous here).
5205
5206 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5207
5208         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5209         * nnir.el (nnir-mode): Use it.
5210         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5211         Use it.
5212
5213         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5214         * nnmairix.el (gnus-registry-enabled): Ditto.
5215
5216 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5217
5218         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5219         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5220         only while we need to find out if it should be t or nil.
5221         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5222         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5223         the registry is installed.  Set it to nil when it's unloaded.
5224         (gnus-registry-install-p): Provide user guidance for the initial value
5225         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5226         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5227         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5228         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5229         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5230         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5231         `gnus-registry-install'.
5232
5233 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5234
5235         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5236         previous change.
5237         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5238         primary key is marked as disabled.
5239
5240 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5241
5242         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5243         primary key is marked as disabled.
5244
5245 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5246
5247         * html2text.el (html2text-clean-anchor): Check for quotes around
5248         `href' value.
5249
5250 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5253         searching.  Drop `bbdb-cache'.
5254
5255 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * message.el (message-signed-or-encrypted-p): Exclude header when
5258         checking if there is signed or encrypted body in text/plain message.
5259
5260 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5261
5262         * html2text.el (html2text-get-attr): Correctly handle attribute values
5263         containing "=".
5264
5265 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5266
5267         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5268         handle bindings.
5269
5270 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271
5272         * gnus-win.el (gnus-configure-windows): Protect against reading
5273         ephemeral groups outside of Gnus.
5274
5275 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * shr.el (shr-tag-img): Don't get images displayed in tables.
5278
5279 2011-10-03  Glenn Morris  <rgm@gnu.org>
5280
5281         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5282         the "maintainer" version of debbugs.gnu.org reports.
5283
5284 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5287         make asynchronous adjacent image insertion work better.
5288
5289 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5290
5291         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5292         documentation.
5293
5294 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5297         `gnus-asynchronous' isn't shadowed.
5298
5299 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5302
5303         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5304         (nnimap-insert-partial-structure): The charset parameter isn't
5305         case-sensitive.
5306
5307         * nnheader.el (nnheader-message-maybe): New function.
5308
5309         * shr.el (shr-tag-table): Render totally broken tables better.
5310
5311         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5312         computing the boundary.
5313
5314 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * pop3.el (pop3-number-of-responses): Remove.
5317         (pop3-wait-for-messages): Rewrite to take linear time instead of
5318         exponential time.
5319
5320 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5323         re-fetch images.
5324
5325         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5326         re-fetch images when hitting `g' in Gnus.
5327
5328 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5331         (mml-compute-boundary): Don't check collision if it is non-nil.
5332         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5333         before checking collision.
5334
5335 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336
5337         * message.el (message-indent-citation): Really make sure there's a
5338         newline at the end.
5339
5340         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5341         Fix suggested by John Wiegley.
5342
5343         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5344
5345         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5346
5347         * message.el (message-default-send-rename-function): Break out into its
5348         own function.
5349
5350         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5351         doesn't work under XEmacs.
5352
5353         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5354         of "imaps" to word around Windows problems.
5355         (nnimap-open-connection-1): Use it.
5356
5357         * message.el (message-indent-citation): Revert last change which made
5358         `F' not work.
5359
5360 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5361
5362         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5363         terminal as well.
5364
5365 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5368         because it displays images using overlays that aren't easy to copy to
5369         the article buffer.
5370
5371 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5372
5373         * message.el (message-indent-citation): Fix empty line removal at the
5374         end of the citation.
5375
5376 2011-09-20  Julien Danjou  <julien@danjou.info>
5377
5378         * auth-source.el (auth-source-netrc-create): Use default value for
5379         password if specified.  Evaluate default.
5380         (auth-source-plstore-create): Ditto.
5381         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5382         value evaluation.
5383         (auth-source-netrc-create): Typo fix.
5384         (auth-source-plstore-create): Ditto.
5385
5386         * password-cache.el (password-cache-remove): Remove entries even if the
5387         value is nil, so that password with a nil value (negative caching) is
5388         possible to invalidate.
5389
5390         * auth-source.el (auth-source-format-cache-entry): New function.
5391
5392 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5395
5396 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397
5398         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5399
5400 2011-09-19  Julien Danjou  <julien@danjou.info>
5401
5402         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5403         which work with things that are not ASCII.
5404
5405 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5408
5409 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5412         message level.
5413
5414 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5417
5418 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5421
5422 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5423
5424         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5425         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5426
5427 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5428
5429         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5430         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5431         articles.
5432
5433 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5434
5435         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5436         (message-mail-other-window, message-mail-other-frame)
5437         (message-news-other-window, message-news-other-frame):
5438         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5439         instead of setting buffer display varibles.
5440
5441 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442
5443         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5444
5445         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5446
5447 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5450         duplicates" to a higher level.
5451
5452         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5453         most egregious messages.
5454
5455 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5458
5459 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5460
5461         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5462         up the file (bug#9351).
5463
5464 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5467         it does with all other backends, but decode the names immediately after
5468         getting them.
5469
5470         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5471         decoding nnimap groups.
5472
5473         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5474         newsrc file.  It doesn't seem like an important optimization any more.
5475
5476 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5477
5478         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5479         overflows.
5480
5481 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482
5483         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5484         (gnus-interactive-exit): Extend to `quiet'.
5485
5486         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5487
5488         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5489         string.
5490
5491         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5492         renaming function arguments from `this'.
5493
5494         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5495
5496         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5497         has been renamed.
5498         (gnus-lrm-string-p): Include RLM and PDF, too.
5499
5500         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5501         (bug#9225).
5502
5503 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5504
5505         Add autoload cookies for functions used by sendmail.el.
5506         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5507
5508         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5509
5510 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus-art.el (article-date-ut): Work properly even when there are
5513         things like Date header in the body; work for forwarded parts.
5514
5515 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5516
5517         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5518         original-article-buffer.
5519
5520 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5521
5522         * nnir.el (nnir-compose-result): Fix matching of server type.
5523         (nnir-run-swish++): Ditto.
5524         (nnir-run-namazu): Ditto.
5525         (nnir-run-notmuch): Ditto.
5526
5527 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5528
5529         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5530         (bug#9405).
5531
5532         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5533         (bug#9421).
5534
5535         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5536         (bug#9425).
5537
5538         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5539         thing (bug#9426).
5540
5541 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5544         the error message.
5545
5546 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5547
5548         * message.el (message-setup-1): Return t (Bug#9392).
5549
5550 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5551
5552         * gnus-sum.el: When adding article headers to a summary buffer also
5553         update gnus-newsgroup-articles (bug#9386).
5554
5555 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * auth-source.el: Autoload help-mode.
5558
5559 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5562         names.
5563
5564 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5565
5566         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5567         mm-replace-in-string for compatibility issues.
5568         * mml2015.el (mml2015-epg-verify): Ditto.
5569
5570 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5573
5574         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5575
5576 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5579         continue on and do the clean-up phase (bug#9188).
5580
5581         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5582         just ignore groups that can't be opened instead of erroring out
5583         (bug#9225).
5584
5585         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5586         nil since some many people are fuddy-duddies.
5587
5588         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5589         images.
5590
5591         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5592         instead.
5593
5594         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5595
5596         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5597
5598         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5599         processing.
5600
5601         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5602         buffer to avoid warnings.
5603
5604 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5605
5606         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5607         specified to reduce precision.
5608
5609 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5612         bodystructures (bug#9314).
5613
5614 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5617         Make button keymap non-sticky after buttons.
5618
5619 2011-08-18  David Engster  <dengste@eml.cc>
5620
5621         * nnmairix.el (nnmairix-request-set-mark)
5622         (nnmairix-goto-original-article): Remove adding of article to registry,
5623         since `gnus-registry-add-group' isn't available anymore.
5624         (nnmairix-determine-original-group-from-registry):
5625         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5626         available anymore.
5627
5628 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5629
5630         * starttls.el (starttls-any-program-available): Define as obsolete
5631         function.
5632
5633 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5636         versions which Gnus use when appropriate.
5637
5638         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5639         a pretty destructive command.
5640
5641         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5642
5643 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5644
5645         * message.el (message-fix-before-sending): Make a different warning
5646         about NUL characters (bug#9270).
5647
5648         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5649         from custom (bug#9260).
5650
5651         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5652         things work in Emacs 22 and XEmacs, too.
5653
5654         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5655         default From.
5656
5657         * gnus-spec.el (gnus-lrm-string-p): New macro.
5658         (gnus-lrm-string): New constant.
5659         (gnus-summary-line-format-spec): LRM-ify the from.
5660         (gnus-tilde-max-form): LRM-ify string chopping.
5661
5662         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5663
5664         * message.el (message-is-yours-p): Allow disabling canlock checking
5665         (bug#9295).
5666         (message-shoot-gnksa-feet): Add `canlock-verify'.
5667         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5668         message directory isn't writable (bug#9304).
5669
5670         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5671         non-world-readable.
5672
5673 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5676         articles.
5677
5678 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5679
5680         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5681         copy-list.
5682
5683 2011-08-12  Sam Steingold  <sds@gnu.org>
5684
5685         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5686         in the reverse order to avoid modifying the cache with `nreverse'.
5687         (gnus-all-score-files): Do not modify the value returned by
5688         `gnus-score-find-alist' because it lives in a cache variable.
5689         (gnus-current-home-score-file): No need to `nreverse' the return value
5690         of `gnus-score-find-alist', it is already in the correct order.
5691
5692 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5693
5694         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5695         type MESSAGE and subtype RFC822 is slightly different from those of
5696         type TEXT.
5697
5698 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5699
5700         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5701         This allows article-referral to work from an nnir group.
5702
5703 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5704
5705         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5706
5707 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5708
5709         * mml1991.el (mml1991-epg-find-usable-key)
5710         (mml1991-epg-find-usable-secret-key): New function.
5711         (mml1991-epg-sign): Check if signing key is usable.
5712         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5713
5714 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5715
5716         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5717         server-variables only.  This should fix a bug introduced with commit
5718         e1889675b7f4adf057833c5513c9374134c4e053.
5719         (nnir-run-query): 'nnir-search-engine should not be set from the global
5720         environment.
5721
5722 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5723
5724         * nnir.el (nnir-search-thread): Position point on referring article
5725         line.
5726         (nnir-warp-to-article): Clean up summary buffers.
5727
5728         * nnimap.el (nnimap-request-thread): Whitespace fix.
5729
5730 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5731
5732         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5733
5734 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * starttls.el (starttls-available-p): Rename from
5737         `starttls-any-program-available' and changed return convention.
5738
5739 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5740
5741         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5742         `unix-sync' unless it's defined.
5743
5744 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5745
5746         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5747         `aref' for XEmacs compatibiltiy.
5748
5749 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5752
5753 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5754
5755         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5756         closures, quote the form properly (bug#9194).
5757
5758 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5761         (gnus-summary-insert-new-articles): Protect against servers that are
5762         down.
5763
5764 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5765
5766         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5767         in mm handle if none is specified.
5768
5769 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5770
5771         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5772
5773 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5774
5775         * nnir.el (nnir-search-thread): New function to make an nnir group
5776         based on a thread query.
5777
5778         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5779         of nnir in thread referral.
5780         (gnus-summary-refer-thread): Use it.
5781
5782         * nnimap.el (nnimap-request-thread): Use it.
5783
5784 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * shr.el (shr-tag-comment): Ignore HTML comments.
5787
5788 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5789
5790         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5791         argument.
5792         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5793         Use `nnir-address' to handle server info rather than passing an arg.
5794
5795         * nnimap.el (nnimap-make-thread-query): New utility function to format
5796         an imap thread search query.
5797         (nnimap-request-thread): Use it.
5798
5799         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5800         right select-method if we are not going back to the group buffer.
5801
5802 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5805         enter invalid buffer configurations into the quit form (bug#9107).
5806         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5807         unplugged/plugged.
5808
5809         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5810         keep track of which ones are unread (bug#9061).
5811
5812         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5813         (bug#9055).
5814
5815         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5816         (bug#9041).
5817
5818         * gnus-html.el (mm-util): Require (bug#9073).
5819
5820         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5821         (gnus-summary-refer-thread): Use it to remove duplicates in the
5822         un-threaded view (bug#9053).
5823         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5824
5825 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5826
5827         * nnir.el (nnir-read-server-parm): Use default value from global
5828         variable.  Without this the default search engine parameters aren't
5829         used at all.
5830
5831 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5832
5833         * message.el (message-unique-id): Don't use the undocumented return
5834         value from (random t) (bug#9118).
5835
5836 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * message.el (message-auto-save-directory): If the ~/Mail directory
5839         doesn't exist, use ~ as the auto-save directory (bug#4432).
5840
5841         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5842         hasn't already been started.
5843
5844 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5847
5848         * message.el (message-reply): Work around mysterious bug where
5849         `message-mode' seems to overwrite the locally bound `subject' variable.
5850
5851 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5852
5853         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5854         correct group.
5855
5856         * gnus-int.el (gnus-request-thread): Add group argument.
5857
5858         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5859
5860 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5861
5862         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5863
5864         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5865         renamed to `debbugs-gnu-*'.
5866
5867 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5868
5869         * plstore.el: Revert the editing feature since it is not urgent.
5870         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5871         (plstore-mode-decoded): Remove.
5872
5873 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5876         isn't very interesting any more, and it leaks potentially secret data.
5877         (gnus-debug): Remove.
5878
5879         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5880         use of :custom-show.
5881
5882 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5883
5884         * plstore.el: Add documentation.
5885         (plstore-mode): New mode to edit plstore file.
5886         (plstore-mode-toggle-display, plstore-mode-original)
5887         (plstore-mode-decoded): New command.
5888         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5889         (plstore--insert-buffer, plstore--make): New function.
5890         (plstore-open, plstore-save): Simplify by using them.
5891
5892 2011-07-06  Glenn Morris  <rgm@gnu.org>
5893
5894         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5895
5896 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897
5898         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5899         no longer is much used.
5900         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5901         Articles".
5902
5903 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5904
5905         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5906         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5907         `notmuch' backend.
5908
5909 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910
5911         * mm-decode.el (mm-text-html-renderer): Doc fix.
5912
5913         * gnus-msg.el (gnus-bug): Fix the MML tag.
5914
5915         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5916
5917 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5918
5919         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5920         secondary methods if started with `gnus-no-server'.
5921
5922 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5923
5924         * message.el (message-return-action): Fix typo in docstring.
5925
5926 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5929         bug reports at once.
5930
5931         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5932
5933 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * nndraft.el: Require gnus-group.
5936         (nndraft-request-list): Declare.
5937
5938         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5939         no unread article unless it matches gnus-permanently-visible-groups.
5940
5941         * nndraft.el (nndraft-update-unread-articles): New function.
5942         (nndraft-request-associate-buffer): Use it to update the number of
5943         unread articles for the nndraft groups in the group buffer when saving
5944         or killing a draft message.
5945
5946 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947
5948         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5949         systems to binary before writing and reading the mbox files.
5950
5951         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5952         instead of trying to list them all (bug#8978).
5953
5954 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5955
5956         * pop3.el (pop3-open-server): Use :end-of-capability.
5957
5958 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5961         the id is always a number.
5962
5963         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5964
5965         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5966         debbugs mode, if possible.
5967
5968 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5969
5970         * auth-source.el (auth-source-token-passphrase-callback-function):
5971         Reindent.
5972         (epg-context-operation): Remove unnecessary autoload.
5973
5974 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus.el (gnus-list-debbugs): New command.
5977
5978         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5979         mboxstat instead of the maintbox, since the stat seems to be fuller.
5980
5981         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5982         summary buffers.
5983
5984         * message.el (message-get-reply-headers): Delete all duplicates,
5985         instead of the first.
5986         (message-get-reply-headers): Ensure that we have progress while
5987         deleting duplicates.
5988
5989         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5990         gnus-posting-style value from the summary buffer to make it easier to
5991         make that a per-buffer conf.
5992
5993 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5994
5995         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5996         found by setting `shortcut' in 'query.
5997         (nnir-request-article): Use `shortcut' setting when requesting article
5998         by Message-ID.
5999
6000 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6001
6002         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6003         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6004         Bring the pseudo-headers back too.
6005
6006 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6007
6008         * auth-source.el (auth-source-token-passphrase-callback-function):
6009         Simplify and remove EPA dependency.
6010
6011 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6012
6013         * nnir.el (nnir-request-article): Fix error message text.
6014
6015 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6016
6017         * auth-source.el (plstore-delete): Autoload.
6018         (auth-source-plstore-search): Support delete operation.
6019         * plstore.el (plstore-delete): New function.
6020
6021 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6024         mark actually existing articles as unread rather than the ones that
6025         active asserts.
6026
6027 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6028
6029         * nntp.el (nntp-record-command):
6030         * gnus-util.el (gnus-message-with-timestamp-1):
6031         Use format-time-string rather than decoding time stamps by hand.
6032         This is simpler and insulates the code from potential changes to
6033         current-time format.
6034
6035 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6038
6039 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6040
6041         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6042         (plstore-save): Support public key encryption.
6043         (plstore--init-from-buffer): New function.
6044         (plstore-open): Use it; fix error when opening a non-existent file.
6045         (plstore-revert): Use plstore--init-from-buffer.
6046
6047 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6048
6049         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6050
6051 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6054         for old Emacsen.
6055
6056 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6057
6058         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6059         is not fully working.
6060
6061 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062
6063         * dgnushack.el: Autoload sha1 on XEmacs.
6064
6065         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6066         quit window configuration.
6067
6068         * auth-source.el (epg-context-set-passphrase-callback):
6069         Remove duplicate autoload.
6070
6071 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6072
6073         * nnir.el (nnir-request-article): Allow requesting articles by
6074         Message-ID with nnimap.
6075
6076         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6077         current server.
6078
6079 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6080
6081         * auth-source.el: Autoload EPA/EPG functions.
6082         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6083         changed when EPA/EPG is not available.
6084         (auth-source-backend): Rename "arg" member to "data".
6085         (auth-source-backend-parse, auth-source-plstore-search)
6086         (auth-source-plstore-create): Use it.
6087
6088 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6089
6090         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6091         `gnus-refer-article-methods'.
6092
6093 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6094
6095         * auth-source.el: Require EPA and EPG.
6096         (auth-source-passphrase-alist): New variable.
6097         (auth-source-passphrase-callback-function)
6098         (auth-source-token-passphrase-callback-function): Callbacks for the
6099         netrc field encryption (GPG tokens).
6100         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6101         Symmetric encryption and decryption of the netrc GPG tokens.
6102         (auth-source-netrc-normalize): Use them, simplifying the closure.
6103
6104 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6107         is available.
6108
6109 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110
6111         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6112         non-nil, and `nnimap-split-methods' is nil, use the former.
6113
6114 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6115
6116         * plstore.el (plstore-revert): New function.
6117         (plstore-open): Use it; hide the buffer from user.
6118
6119 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6120
6121         * auth-source.el (auth-source-backend): New member "arg".
6122         (auth-source-backend-parse): Handle new backend 'plstore.
6123         * plstore.el: New file.
6124
6125 2011-06-30  Glenn Morris  <rgm@gnu.org>
6126
6127         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6128
6129 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6132         expiring articles to.
6133
6134         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6135         variations as ASCII (bug#5458).
6136
6137 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6140
6141 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * message.el (message-point-in-header-p): Tweak the function to default
6144         to saying that we're not in the headers if there is no separator at
6145         all.  This makes it possible to use the Message version of `M-q' in
6146         buffers with no headers (bug#7987).
6147         (message-point-in-header-p): Fix last checkin to work with an empty
6148         mail-header-separator, too.
6149
6150         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6151         again, save the choice via customize.
6152
6153 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6156
6157         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6158         ended the connection, bail out before waiting infinitely on a new
6159         connection.
6160
6161 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6162
6163         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6164         reports.
6165
6166         * gnus.el (gnus-bug-package): Use "gnus."
6167         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6168
6169 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * dgnushack.el: Make the timer warning go away on XEmacs.
6172
6173         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6174         animations going on at article exit time.
6175
6176         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6177         since removing it breaks people upgrading.
6178
6179         * shr.el (shr-put-image): Use the new interface for animating images.
6180         (shr-put-image): Animate for 60 seconds.
6181
6182         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6183         avoid compiler warnings.
6184
6185         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6186         error with `find-file-hooks' on Emacs 22.
6187         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6188         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6189         on all architectures.
6190
6191         * spam.el (spam-stat): Require in a normal fashion without binding
6192         `spam-stat-install-hooks' to avoid compilation warnings.
6193
6194         * spam-stat.el (spam-stat-install-hooks): Remove.
6195         (spam-stat-install-hooks): Don't run automatically.
6196
6197 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6198
6199         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6200         and keystroke.
6201
6202 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * auth-source.el (auth-source-netrc-cache): Move forward.
6205
6206 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * proto-stream.el (proto-stream-open-starttls): Use
6209         `gnutls-available-p' to see whether we have built-in support.
6210
6211         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6212         we already know.
6213         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6214         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6215
6216 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6219         %S format, since that looks odd.
6220         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6221         file, especially when saving.
6222
6223 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6224
6225         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6226         article found.
6227
6228 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6229
6230         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6231         `auth-source-save-secrets' with a more sensitive alist that can be
6232         configured per file.  Experimental, so defaults to 'never.
6233         (auth-source-netrc-create): Use it.  Still experimental code.
6234         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6235         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6236
6237 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6238
6239         * auth-source.el (auth-source-save-secrets): New variable to control if
6240         secret tokens should be saved encrypted.
6241         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6242         to `auth-source-netrc-normalize'.
6243         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6244         on the EPA variables being defined.
6245         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6246         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6247         the lexical-let closure.
6248         (auth-source-netrc-create): Create "gpg:" tokens according to
6249         `auth-source-save-secrets'.
6250
6251 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-group.el (gnus-group-update-group): Add new argument
6254         `info-unchanged' that stops updating dribble buffer.
6255
6256         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6257         deletes lines matching to it in dribble buffer.
6258
6259         * gnus-agent.el (gnus-agent-fetch-group-1):
6260         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6261         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6262         * gnus-start.el (gnus-group-change-level):
6263         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6264
6265         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6266         if newsgroup info is not changed.
6267
6268         * gnus-group.el (gnus-group-get-new-news-this-group):
6269         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6270         Don't update dribble buffer.
6271
6272 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6273
6274         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6275         remove entries with groups we ignore.
6276
6277 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6278
6279         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6280         the underline comes at the bottom.
6281
6282 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6283
6284         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6285         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6286         (gnus-registry-article-marks-to-names): Rename from
6287         `gnus-registry-user-format-function-M2'.
6288
6289 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6292         ephemeral group.
6293
6294 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * shr.el (shr-browse-image): Copy the URL if called interactively.
6297
6298 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299
6300         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6301         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6302         done, then unselected articles may be marked as read.
6303
6304         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6305         since not doing this seems to lead to a race condition in pop3-logon.
6306
6307         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6308         so that the call chain it correct when we call "upwards".
6309
6310         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6311         in read-only groups.
6312
6313         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6314
6315         * message.el (message-cite-reply-position): Doc string fix.
6316
6317         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6318         avoid regexp overflow.
6319         (nnimap-transform-split-mail): Ditto.
6320
6321         * pop3.el (pop3-retr): Error out if the server closes the connection.
6322
6323 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6324
6325         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6326         mm-with-unibyte-current-buffer.  The buffer should not contain any
6327         multibyte chars anyway at this stage.
6328
6329 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6330
6331         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6332         at the end of lines.
6333
6334 2011-05-29  Julien Danjou  <julien@danjou.info>
6335
6336         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6337
6338 2011-05-27  Glenn Morris  <rgm@gnu.org>
6339
6340         * gnus-group.el (gnus-bug-group-download-format-alist):
6341         Use the "maintainer" version of debian reports as well.
6342
6343 2011-05-26  Glenn Morris  <rgm@gnu.org>
6344
6345         * gnus-group.el (gnus-bug-group-download-format-alist):
6346         Use the "maintainer" version of debbugs.gnu.org reports.
6347
6348 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6351
6352 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6353
6354         * gnus-cus.el (gnus-agent-customize-category):
6355         * gnus-delay.el (gnus-delay-send-queue):
6356         * gnus.el (gnus-other-frame):
6357         Don't quote lambda expressions with `quote'.
6358
6359 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6360
6361         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6362         the thread moves us backwards and so we loop forever.
6363
6364 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6367         whitespace in base64 data lines.
6368
6369 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6370
6371         * gnus-registry.el (gnus-registry-user-format-function-M):
6372         Use `mapconcat'.
6373         (gnus-registry-user-format-function-M2): Use to see the full text of
6374         the marks.  Make "," the mark text separator.
6375
6376         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6377         authentication with auth-source.
6378
6379 2011-05-17  Glenn Morris  <rgm@gnu.org>
6380
6381         * gnus-group.el (gnus-import-other-newsrc-file):
6382         Use insert-file-contents.
6383
6384 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6385
6386         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6387         1000 iterations.
6388
6389 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * nntp.el (nntp-open-connection): Check if process-type is available.
6392
6393 2011-05-16  Julien Danjou  <julien@danjou.info>
6394
6395         * shr.el (shr-tag-del): Add support for del tag.
6396
6397 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-html.el (gnus-html-put-image): Register a displayer.
6400
6401         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6402
6403 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6404
6405         * registry.el (prune-factor): New initialization parameter defaulting
6406         to 0.1.
6407         (registry-prune-hard): Use it.
6408
6409         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6410         0.1 expicitly.
6411
6412 2011-05-13  Glenn Morris  <rgm@gnu.org>
6413
6414         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6415         is bound, since this function requires sendmail.
6416
6417 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6418
6419         * registry.el (registry-usage-test): Disable pruning test.
6420
6421 2011-05-11  David Engster  <dengste@eml.cc>
6422
6423         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6424         Bind set-network-process-option for XEmacs.
6425
6426 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * registry.el (registry-prune-hard-candidates)
6429         (registry-prune-soft-candidates): Helper methods for registry pruning.
6430         (registry-prune): Use them.  Make the sort function optional.
6431
6432 2011-05-10  Jim Meyering  <meyering@redhat.com>
6433
6434         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6435
6436 2011-05-10  Julien Danjou  <julien@danjou.info>
6437
6438         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6439         symbol and not a list.
6440
6441 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * gnus-art.el (gnus-article-mode): Move binding of
6444         shr-put-image-function here from gnus-article-prepare-display.
6445
6446         * shr.el (shr-put-image-function): New variable.
6447         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6448         (shr-put-image): Return scaled image.
6449
6450         * gnus-art.el (gnus-shr-put-image): New function.
6451         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6452
6453         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6454         original ones, as deletable.
6455
6456 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6457
6458         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6459
6460 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6461
6462         * registry.el (registry-full): Add convenience method.  Fix logic.
6463         (registry-insert): Use it.  Fix logic here too.
6464
6465         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6466         `registry-prune' if `registry-full' returns t.
6467         (gnus-registry-handle-action)
6468         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6469         (gnus-registry-usage-test): Use it.
6470
6471 2011-05-07  Julien Danjou  <julien@danjou.info>
6472
6473         * shr.el (shr-link): Make shr-link inherit from link by default.
6474
6475 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6476
6477         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6478
6479 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6480
6481         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6482         error out because the face is not a list.
6483
6484 2011-05-05  Glenn Morris  <rgm@gnu.org>
6485
6486         * proto-stream.el (gnutls-negotiate): Fix declarations.
6487
6488         * gnus-start.el (gnus-propagate-marks): Declare.
6489
6490 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6491
6492         * registry.el (registry-reindex): Fix percentage message.
6493
6494         * proto-stream.el (network-stream-open-starttls): Adjust to call
6495         `gnutls-negotiate' with :process and :hostname arguments.
6496
6497 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6498
6499         * shr.el: Add shr-link face for links.
6500         (shr-urlify): Use it.
6501
6502         * registry.el (registry-insert): Make error message more helpful.
6503
6504 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * gnus-html.el (gnus-html-schedule-image-fetching):
6507         Use url-queue-retrieve, if it exists.
6508
6509         * shr.el (shr-tag-img): Ditto.
6510
6511         * gnus.el: Autoload more gnus-agent functions.
6512
6513         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6514         agent if we haven't already (bug#8502).
6515
6516         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6517         into the Agent, too.
6518
6519         * gnus-agent.el (gnus-agent-store-article): New function.
6520
6521         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6522         and moved from that file for reuse.
6523
6524         * pop3.el (pop3-open-server): Error messages are "-ERR".
6525
6526 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6527
6528         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6529         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6530
6531 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6532
6533         * gnus.el: No Gnus v0.17 is released.
6534
6535 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6536
6537         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6538         buffer has moved to a different frame.
6539
6540 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6543         to get the conversion from unibyte to multibyte buffers to work on
6544         Emacs 22.
6545
6546         * nntp.el (nntp-request-article): Slight clean-up.
6547
6548 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * shr.el (shr-strike-through): New face.
6551         (shr-tag-s): Use it to provide <s> support.
6552         (shr-tag-s): Remove duplicate definition.
6553
6554 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6555
6556         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6557         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6558
6559 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6560
6561         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6562         `gnutls-negotiate'.
6563         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6564
6565 2011-04-23  Glenn Morris  <rgm@gnu.org>
6566
6567         * gnus-sum.el (gnus-extra-headers): Bump :version.
6568
6569 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * shr.el (shr-tag-sup): New function.
6572         (shr-tag-sub): Ditto.
6573
6574 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6577         for the case where `gnus-registry-ignored-groups' is a list of lists,
6578         and don't call `gnus-parameter-registry-ignore' otherwise.
6579
6580 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6581
6582         * nnimap.el (nnimap-user): New backend variable.
6583         (nnimap-open-connection-1): Use it.
6584         (nnimap-credentials): Accept user parameter so it's explicit what user
6585         name is desired.
6586
6587         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6588         default.
6589
6590         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6591         not gnus-registry.el.
6592
6593         * gnus-registry.el: Mention in comments how to modify
6594         `gnus-extra-headers' for proper recipient tracking and that it may
6595         already have To and Cc recently, which it does as of this commit.
6596         (gnus-registry-ignored-groups): Remove defcustom.
6597         Explain why in comments.
6598         (gnus-registry-action): Fix data-header reference to use the extra
6599         headers.  Explain in package commentary how to add To and Cc headers to
6600         the gnus-extra-headers.
6601         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6602         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6603         parameter list or a string list in `gnus-registry-ignored-groups'.
6604         Fix logic error.
6605
6606 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6607
6608         * shr.el (shr-expand-url): Protect against null urls.
6609
6610 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * shr.el (shr-base): New binding.
6613         (shr-tag-base): Keep track of <base>.
6614         (shr-expand-url): New function used throughout.
6615
6616 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6617
6618         * gnus-registry.el
6619         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6620         (gnus-registry-ignored-groups): New variable.
6621         (gnus-registry-ignore-group-p): Use it.
6622         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6623         set the destination group to nil (same as delete) if it's ignored.
6624
6625 2011-04-20  David Engster  <dengste@eml.cc>
6626
6627         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6628
6629         * Makefile.in (test-nntp): New rule.
6630         (check): Add it.
6631         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6632
6633 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * gnus-registry.el (gnus-registry-action)
6636         (gnus-registry-fetch-header-fast):
6637         Don't use mail-header that looks an internal function of mailheader.el.
6638
6639 2011-04-19  Glenn Morris  <rgm@gnu.org>
6640
6641         * time-date.el (time-to-days): Remove unused local variables.
6642
6643 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-registry.el: Eliminate cl functions.
6646         (gnus-registry-sort-addresses): New function that replaces mapcan.
6647         (gnus-registry-action, gnus-registry-spool-action)
6648         (gnus-registry-split-fancy-with-parent)
6649         (gnus-registry-fetch-recipients-fast): Use it.
6650         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6651
6652         * registry.el (initialize-instance, registry-lookup)
6653         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6654         (registry-lookup-secondary-value, registry-search, registry-delete)
6655         (registry-insert, registry-reindex, registry-size, registry-prune):
6656         Use eval-and-compile.
6657
6658 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6659
6660         * registry.el (registry-reindex): New method to recreate the secondary
6661         registry indices.
6662
6663         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6664         tracked field changes.
6665         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6666         (gnus-registry-action, gnus-registry-spool-action)
6667         (gnus-registry-handle-action)
6668         (gnus-registry--split-fancy-with-parent-internal)
6669         (gnus-registry-split-fancy-with-parent)
6670         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6671         move, and delete actions, and for fancy splitting with parent.
6672         (gnus-registry-extract-addresses)
6673         (gnus-registry-fetch-recipients-fast)
6674         (gnus-registry-fetch-header-fast): Convenience functions.
6675         (gnus-registry-misc-test): ERT test of
6676         `gnus-registry-extract-addresses'.
6677
6678 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6681         Track by subject first, then sender.
6682
6683 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6684
6685         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6686
6687         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6688         Lisp.
6689
6690         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6691         (gnus-draft-send): Use it to avoid popping
6692         up frames from gnus-group-send-queue.
6693
6694 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * gnus-registry.el: Updated gnus-registry docs.
6697
6698 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6699
6700         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6701         Fix logic bug.
6702         (gnus-registry-post-process-groups): Fix logging of no results and
6703         quote sender and subject.
6704
6705 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6708         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6709         gnutls-cli are too slow to be done opportunistically.
6710
6711         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6712         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6713         we had no early-data returned.
6714         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6715         two async commands to the same server at the same time.
6716
6717 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6718
6719         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6720
6721 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722
6723         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6724         "warning" level.
6725
6726         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6727         (mm-url-insert-file-contents): Don't set the package names.
6728
6729 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * gnus-registry.el (gnus-registry-action): Remove properties and
6732         simplify subject in `gnus-registry-handle-action'.
6733         (gnus-registry-spool-action): Get subject and sender from message if
6734         they are not passed in.
6735         (gnus-registry-handle-action): Remove properties and simplify subject
6736         consistently.
6737
6738 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6739
6740         * registry.el: Require CL before using defmacro*.
6741
6742 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-art.el (article-treat-date): Assume that
6745         gnus-article-date-headers may be a group parameter.
6746
6747 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6750
6751         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6752         interactively so the newsrc file can contain foreign groups too.
6753         Useful for debugging but not much for users.
6754
6755 2011-04-07  David Engster  <dengste@eml.cc>
6756
6757         * registry.el (registry-usage-test): Only do
6758         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6759         lexical binding.
6760
6761 2011-04-07  David Engster  <dengste@eml.cc>
6762
6763         * Makefile.in (check, test-registry): New rules for test-suite.
6764
6765 2011-04-06  David Engster  <dengste@eml.cc>
6766
6767         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6768         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6769
6770 2011-04-06  David Engster  <dengste@eml.cc>
6771
6772         * registry.el (initialize-instance): Change :after to :AFTER to be
6773         compatible with old EIEIO version in XEmacs.
6774
6775 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * gnus-registry.el (gnus-registry-post-process-groups)
6778         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6779         and provide better messaging.
6780
6781 2011-04-06  David Engster  <dengste@eml.cc>
6782
6783         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6784         errors.
6785
6786         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6787         dgnushack-compile with error-on-warn enabled, and to signal an error if
6788         clean compilation failed.
6789         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6790         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6791
6792 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6793
6794         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6795         unconditionally anyway, discarding errors.
6796         (gnus-registry-delete-entries): New convenience function.
6797         (gnus-registry-import-eld): Import from old .eld registry.
6798
6799         * registry.el: Don't use ERT if it's not available.  Load it
6800         unconditionally anyway, discarding errors.
6801
6802         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6803         version from the Claudio Bley GnuTLS patch (extra optional parameters
6804         and host name).
6805
6806 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6807
6808         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6809         fixup the parameters that can be customized by the user between
6810         save/read cycles.
6811         (gnus-registry-read): Use it.
6812         (gnus-registry-make-db): Use it.
6813         (gnus-registry-spool-action, gnus-registry-handle-action):
6814         Fix messaging.
6815         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6816         Map references to actual group names with sender and subject tracking.
6817         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6818         (gnus-registry-usage-test): Add subject lookup test.
6819
6820         * registry.el (registry-db, initialize-instance): Set up constructor
6821         instead of :initform arguments for the sake of older Emacsen.
6822         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6823         pre-lexbind merge bug.
6824         (registry-usage-test): Use it.
6825         (initialize-instance, registry-db): Move the non-function initforms
6826         back to the class definition.
6827
6828 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6829
6830         * registry.el: New library to manage gnus-registry-style data.
6831
6832         * gnus-registry.el: Use it (major rewrite).
6833
6834         * nnregistry.el: Use it.
6835
6836         * spam.el: Use it.
6837
6838 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839
6840         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6841         marks on non-selected articles.
6842
6843 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6844
6845         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6846         parameter to open-protocol-stream.
6847
6848 2011-04-01  Julien Danjou  <julien@danjou.info>
6849
6850         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6851         fundamental-mode.
6852
6853 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6854
6855         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6856         servers.
6857
6858 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859
6860         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6861         made marks not propagate, again.
6862
6863 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6864
6865         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6866         Make this the default type.
6867         (proto-stream-open-plain): Rename from proto-stream-open-default.
6868         (open-protocol-stream, proto-stream-open-starttls)
6869         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6870         with `plain'.
6871
6872         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6873         value.
6874
6875         * nntp.el (nntp-open-connection-function): Document the fact that some
6876         values are not functions but are instead handled specially.
6877         Recognize nntp-open-plain-stream value.
6878         (nntp-open-connection): Recognize that value.
6879
6880 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6883         where it seems to be needed.
6884
6885 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6886
6887         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6888         stuff.
6889
6890         * gnus-score.el (gnus-score-string): Fix calling convention of
6891         `gnus-simplify-buffer-fuzzy' after last patches.
6892
6893         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6894         server for articles we didn't get any headers for.  This is a sanity
6895         check.
6896
6897 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6898
6899         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6900         new CAPABILITY, use it.
6901
6902 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6905         downloading anything.
6906
6907         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6908
6909 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6910
6911         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6912         colors.
6913         (gnus-splash-svg-color-symbols): New function.
6914
6915 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6916
6917         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6918         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6919         (gnus-simplify-subject-fuzzy): Use the local
6920         gnus-simplify-subject-fuzzy-regex instead of the global one.
6921         This makes using this variable in group parameters work.
6922
6923 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6924
6925         * gnus-registry.el (gnus-registry-unfollowed-groups):
6926         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6927         archive:sent-YYYY-MM-DD groups).
6928         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6929         tracking if there are more than `gnus-registry-max-track-groups'
6930         matches.
6931
6932 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6933
6934         * message.el (message--yank-original-internal): New function to do the
6935         insertion cleanly inside eval in `message-yank-original'.
6936         (message-yank-original): Use it.
6937
6938 2011-03-29  Julien Danjou  <julien@danjou.info>
6939
6940         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6941         local variables disabled rather than `normal-mode'.
6942
6943 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6944
6945         * imap.el (imap-shell-open, imap-process-connection-type):
6946         Use imap-process-connection-type for 'shell' streams as well as
6947         Kerberos, SSL, other subprocesses.
6948
6949 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6950
6951         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6952         with open-network-stream.
6953         (proto-stream-always-use-starttls): Option removed.
6954         (open-protocol-stream): Return a process object by default.  Provide a
6955         new parameter :return-list specifying a list-type return value, which
6956         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6957         :type `network' to `try-starttls', and `network-only' to `default'.
6958         Make `default' the default, for compatibility with open-network-stream.
6959         Handle the no-parameter case exactly as open-network-stream, with no
6960         additional stream processing.  Search plists using plist-get.
6961         Explicitly add :end-of-commend parameter if it is missing.
6962         (proto-stream-open-default): Rename from
6963         proto-stream-open-network-only.  Return 'default as the type.
6964         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6965         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6966         failed.  Always return a list with a (possibly dead) process as the
6967         first element, for compatibility with open-network-stream.
6968         (proto-stream-open-tls): Use plist-get.  Always return a list.
6969         (proto-stream-open-shell): Return `default' as connection type.
6970         (proto-stream-capability-open): Use plist-get.
6971         (proto-stream-eoc): Function deleted.
6972
6973         * nnimap.el (nnimap-stream, nnimap-open-connection)
6974         (nnimap-open-connection-1): Handle renaming of :type parameter for
6975         open-protocol-stream.
6976         (nnimap-open-connection-1): Pass a :return-list parameter
6977         open-protocol-stream to obtain a list return value.  Parse this list
6978         using plist-get.
6979
6980         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6981         for open-protocol-stream.  Accept open-protocol-stream return value
6982         that is a subprocess object instead of a list.  Handle the case of a
6983         dead returned process.
6984
6985 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6986
6987         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6988
6989         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6990
6991 2011-03-21  Julien Danjou  <julien@danjou.info>
6992
6993         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6994         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6995         query.
6996         (mm-inline-text): Render normal text with fontification whenever
6997         possible.
6998
6999         * gnus-sum.el (gnus-summary-save-parts-1):
7000         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7001         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7002         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7003         Use `mm-handle-filename'.
7004
7005         * mm-util.el (mm-handle-filename): New function, return the filename of
7006         an handle.
7007
7008 2011-03-18  Julien Danjou  <julien@danjou.info>
7009
7010         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7011         (gnus-buffer-live-p): Check that buffer is not nil.
7012
7013 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7014
7015         * gnus.el: No Gnus v0.15 is released.
7016
7017 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018
7019         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7020         avoid warning on XEmacs.
7021
7022         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7023         on XEmacs.
7024
7025         * gnus-art.el: Require mouse, which the build bot seems to say is
7026         needed.
7027
7028         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7029
7030         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7031         XEmacs, since it doesn't have url-retrieve-synchronously.
7032
7033         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7034         since assoc-string doesn't exist in XEmacs.
7035
7036 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7037
7038         * gnus-group.el (gnus-group-list-ticked): New function.
7039         (gnus-group-make-menu-bar): Provide a menu entry for it.
7040         (gnus-group-list-map): Provide a binding for it.
7041
7042 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * shr.el (shr-visit-file): New command.
7045
7046         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7047
7048 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7049
7050         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7051         servers.
7052
7053 2011-03-16  Julien Danjou  <julien@danjou.info>
7054
7055         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7056         inline.
7057
7058         * gnus-art.el (article-hide-list-identifiers):
7059         Use gnus-group-get-list-identifiers.
7060
7061         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7062         (gnus-summary-remove-list-identifiers):
7063         Use gnus-group-get-list-identifiers to get regexp.
7064         (gnus-select-newsgroup, gnus-summary-insert-subject)
7065         (gnus-summary-insert-articles):
7066         Call gnus-summary-remove-list-identifiers unconditionally.
7067
7068 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7071         we're selecting a group with unread articles.
7072
7073         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7074
7075         * gssapi.el: New file separated out from imap.el to provide a general
7076         Kerberos 5 connection facility for Emacs.
7077
7078         * message.el (message-elide-ellipsis): Document the format spec
7079         ellipsis.
7080
7081 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * message.el (message-elide-region): Allow the ellipsis to say how many
7084         lines were removed.
7085
7086 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7089         window configurations containing buffers that are now dead.
7090
7091         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7092         parsing to avoid integer overflows.
7093         (nnimap-parse-flags): Simplify the last change.
7094         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7095         too large for 32-bit Emacsen.
7096
7097 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7098
7099         * auth-source.el (auth-source-netrc-create):
7100         * message.el (message-yank-original): Fix use of `case'.
7101
7102 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7103
7104         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7105         XEmacs, which was one character too wide.
7106
7107 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7108
7109         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7110         default number of articles to display.
7111         (gnus-articles-to-read): Use pretty names for prompt.
7112
7113 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * gnus-int.el (gnus-open-server): Ditto.
7116
7117         * gnus-start.el (gnus-activate-group): Give a backtrace if
7118         debug-on-quit is set and the user hits `C-g'.
7119         (gnus-read-active-file): Ditto.
7120
7121         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7122
7123 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7124
7125         * message.el (message-yank-original): Use cond instead of CL case.
7126
7127 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7128
7129         * auth-source.el (auth-source-netrc-create): Use usual format for the
7130         default in prompts.
7131
7132 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * lpath.el: Fbind read-char-choice for XEmacs.
7135
7136 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * auth-source.el (auth-source-netrc-create): Show the default in the
7139         prompt when prompting for token creation.
7140
7141 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         * auth-source.el (auth-source-format-prompt): Always convert the value
7144         to a string to avoid evaluating non-string arguments.
7145         (auth-source-netrc-create): Offer default properly, not as initial
7146         content in `read-string'.
7147         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7148         of line to determine if we've been run before.  If so, don't run again,
7149         but print a trivial message to indicate the cache was hit instead.
7150
7151 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7152
7153         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7154         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7155         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7156         Gnus.
7157
7158 2011-03-11  Julien Danjou  <julien@danjou.info>
7159
7160         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7161         modified file".
7162
7163 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7164
7165         * auth-source.el (auth-source-read-char-choice): New function to read a
7166         character choice using `dropdown-list', `read-char-choice', or
7167         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7168         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7169         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7170         (auth-source-netrc-saver): Use it.
7171         (auth-source-pick-first-password): New convenience function.
7172
7173 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7174
7175         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7176         parameter in the credentials.
7177         (nnimap-open-connection-1): Use it after a successful login.
7178         (nnimap-credentials): Add IMAP-specific user and password prompt.
7179
7180         * auth-source.el (auth-source-search): Add :require parameter, taking a
7181         list.  Document it and the :save-function return token.  Pass :require
7182         down.  Change the CREATED message from a warning to a debug statement.
7183         (auth-source-search-backends): Pass :require down.
7184         (auth-source-netrc-search): Pass :require down.
7185         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7186         Change save prompt to indicate all modifications saved here are
7187         deletions.
7188         (auth-source-netrc-create): Take user login name as default in user
7189         prompt.  Move all the save functionality to a lexically bound function
7190         under the :save-function token in the returned list.  Set up clearer
7191         default prompts for user, host, port, and secret.
7192         (auth-source-netrc-saver): New function, intended to be wrapped for
7193         :save-function.
7194
7195 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7196
7197         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7198         lines to be spaces instead.
7199
7200 2011-03-07  Julien Danjou  <julien@danjou.info>
7201
7202         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7203         (sieve-sasl-auth): Check that auth-source-search did return something,
7204         or just return an empty string.
7205
7206 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7207
7208         * gnus.el (gnus-interactive): Use read-directory-name.
7209
7210         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7211         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7212         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7213         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7214         Likewise.
7215
7216         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7217
7218 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7221         onto the list of killed groups, too.  This makes killed nnimap groups,
7222         for instance, more reliably not reappear.
7223
7224         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7225         the parent.
7226
7227         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7228
7229         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7230         really have server-side marks.
7231
7232         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7233         since most backends do not usefully have server-side marks.
7234         (gnus-update-read-articles): Propagate marks to all backends that
7235         really have server-side marks.
7236
7237 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7238
7239         * message.el (message-cite-reply-position, message-cite-style):
7240         New variables.
7241         (message-yank-original): Use the new citation styles.
7242
7243 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7244
7245         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7246         buffer-local issue); don't mark it buffer-local when running under
7247         XEmacs.
7248
7249 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7250
7251         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7252         numbers too big to be `read'.
7253
7254 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7255
7256         * password-cache.el (password-in-cache-p): Add autoload.
7257
7258         * message.el (message-options): Make buffer-local two ways to attempt
7259         to fix a XEmacs bug.
7260
7261 2011-03-02  Julien Danjou  <julien@danjou.info>
7262
7263         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7264
7265 2011-03-01  Julien Danjou  <julien@danjou.info>
7266
7267         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7268         group.
7269         (article-hide-list-identifiers): Use list-identifier group parameter.
7270
7271 2011-02-28  Julien Danjou  <julien@danjou.info>
7272
7273         * sieve.el (sieve-buffer-script-name): New local variable to store
7274         sieve script name.
7275         (sieve-edit-script): Store sieve script name.
7276         (sieve-upload): Use sieve script name when uploading.
7277         (sieve-upload): Use substitute-command-keys.
7278         (sieve-edit-script): Use substitute-command-keys.
7279         (sieve-refresh-scriptlist): Use substitute-command-keys.
7280         (sieve-manage-mode-map): Define keymap properly.
7281         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7282         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7283         Remove commented code about cvs.
7284         (sieve-manage-quit): New function.
7285         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7286
7287 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7288
7289         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7290
7291 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7292
7293         * auth-source.el (auth-source-search): Cache empty result sets.
7294
7295         * password-cache.el (password-in-cache-p): Convenience function to
7296         check if a key is in the cache, even if the value is nil.
7297
7298         * auth-source.el (auth-source-save-behavior): New variable to replace
7299         `auth-source-never-create'.
7300         (auth-source-netrc-create): Use it.
7301         (auth-source-never-save): Remove.
7302
7303 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7304
7305         * nnimap.el (nnimap-stream): Doc fix.
7306         (nnimap-open-connection-1): Reverse the order of the ports to that the
7307         prompted-for port is first.
7308
7309         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7310         retrieval by the no-group selection.
7311
7312         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7313         numerical parameters.
7314
7315 2011-02-25  Julien Danjou  <julien@danjou.info>
7316
7317         * gnus-gravatar.el: Use gnus-with-article-buffer.
7318
7319         * gnus-art.el (gnus-with-article-buffer): Check that the
7320         gnus-article-buffer is alive.
7321
7322 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7323
7324         * auth-source.el (auth-source-creation-prompts): New variable to manage
7325         creation-time prompts.
7326         (auth-source-search): Document it.
7327         (auth-source-format-prompt): Add utility function.
7328         (auth-source-netrc-create): Don't default the user name to
7329         user-login-name.  Use `auth-source-creation-prompts' and some default
7330         prompts for user, host, port, and password (the default generic prompt
7331         remains ugly).
7332         (auth-source-never-save): Add customizable option to never save info.
7333         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7334         mode excursion.
7335
7336 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7339         argument that XEmacs doesn't support.
7340
7341         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7342         compiled for Emacsen having no `libxml-parse-html-region' support.
7343
7344         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7345
7346         * lpath.el: Bind buffer-save-without-query for XEmacs.
7347
7348 2011-02-23  Julien Danjou  <julien@danjou.info>
7349
7350         * gnus-art.el (article-make-date-line): Ignore errors if time is
7351         invalid and not convertible.
7352         (article-make-date-line): Only add lapsed time if time is not nil.
7353
7354 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7357         `read-char-choice' for backwards compatibility.
7358         (auth-source-netrc-element-or-first): New function to DTRT for
7359         parameter extraction.
7360         (auth-source-netrc-create): Use it and fix multiple parameter print
7361         bug.  Use the default passed from above (given-default) or the
7362         built-in (user-login-name for :user).
7363
7364 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7365
7366         * gnus-start.el (gnus-dribble-read-file):
7367         Set buffer-save-without-query, since we always want to save the dribble
7368         file, probably.
7369
7370         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7371         nnimap.
7372
7373         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7374         -summary- since it's a user-visible variable.
7375
7376         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7377         first time you use the new Gnus.
7378
7379 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7380
7381         * auth-source.el: Don't load netrc.el.
7382         (auth-sources): Search ~/.netrc as well by default.
7383         (auth-source-debug): Add 'trivia option for extra output.
7384         (auth-source-do-trivia): Use it.
7385         (auth-source-search): Simplify logic to use
7386         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7387         appropriate.  Don't keep a running count at this level.  Layer :create
7388         and :delete options appropriately on the first and second passes.
7389         Don't track the backend with the search results.
7390         (auth-source-search-backends): New function to search a list of
7391         backends for a processed spec.
7392         (auth-source-netrc-parse): Cache all netrc files, making
7393         auth-source-netrc-cache an alist keyed by the file name and using the
7394         file mtime as the caching criterion.  Keep the obfuscated data secret
7395         with a lexical bind.
7396         (auth-source-netrc-search): Don't calculate the length of the results
7397         unnecessarily.
7398         (auth-source-search-backends): Fix bug.
7399         (auth-source-netrc-create): Rework prompts.
7400
7401 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7402
7403         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7404         Lower case names of search constraints.
7405         (nnir-run-query): Cache and reuse search constraints for all imap
7406         servers.
7407
7408 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7409
7410         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7411         after exit.
7412         (gnus-setup-message): Define missing variable from last checkin.
7413
7414         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7415         value, show the raw article.
7416
7417 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7418
7419         * gnus.el: No Gnus v0.13 is released.
7420
7421 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7422
7423         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7424         auth-source now accepts numbers.
7425
7426         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7427         spec, too.
7428         (auth-source-ensure-strings): New function.
7429
7430         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7431         (gnus-article-setup-buffer): Always restart the date timer so that user
7432         changes to the frequency is respected.
7433
7434         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7435         port numbers, so make sure it gets that if nnimap-server-port is
7436         explicit.
7437
7438 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7439
7440         * nnimap.el (nnimap-inbox): Doc fix.
7441
7442 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7443
7444         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7445         Autoload.  Add optional arg FRAME, and pass it to color-values.
7446         (color-complement): Caller changed.  Doc fix.
7447         (color-gradient): Rewrite for better clarity and efficiency.
7448
7449 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7450
7451         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7452         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7453         color-lab-to-srgb.
7454
7455 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7456
7457         * color.el: First part of merge from hexrgb.el.
7458         (color-rgb-to-hex): Rename from color-rgb->hex.
7459         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7460         saturation to zero if the value is too small.
7461         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7462         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7463         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7464         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7465         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7466         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7467         (color-cie-de2000): Doc fix.
7468
7469 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7470
7471         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7472         given method as in the group name if we're using an extended method.
7473         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7474         command, if we're using that, instead of waiting for the beginning.
7475
7476         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7477         we're sure to get unique server names, and we don't output two async
7478         commands in the same buffer.  This fixes an NNTP hang for some users.
7479
7480 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7481
7482         * gnus.el: No Gnus v0.11 is released.
7483
7484 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7485
7486         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7487         summary buffer before reading going to the next buffer.  This avoids
7488         putting the point in the group buffer if you `C-g' the command.
7489
7490         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7491         cache (for now) to make ~/.authinfo.gpg files usable.
7492
7493         * nnfolder.el (copyright-update): Define for the compiler.
7494
7495         * auth-source.el (auth-source-search): Fix unbound variable.
7496
7497 2011-02-19  Glenn Morris  <rgm@gnu.org>
7498
7499         * gnus.el (gnus-meta): Doc fix.
7500
7501 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7502
7503         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7504         in case it's not yet loaded.
7505
7506 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7507
7508         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7509         line we're waiting for.
7510
7511 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7512
7513         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7514         face with line-width greater than zero will cause RET in gnus summary
7515         buffer to scroll down article page-wise because auto vscroll happens,
7516         it should be temporally disabled when doing a scroll-up.
7517
7518 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7519
7520         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7521         outputs from the server.
7522
7523 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7524
7525         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7526         later so that bbdb can hook in easier.
7527
7528 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7529
7530         * auth-source.el (auth-source-search): Don't try to create credentials
7531         if the caller doesn't want that.
7532         (auth-source-search): If we don't find a match, don't bug out on
7533         non-bound variables.
7534         (auth-source-search): Only ask a single backend to create the
7535         credentials.
7536
7537         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7538         logging.
7539         (nnimap-credentials): Protect against auth-source-search returning nil.
7540         (nnimap-request-list): Protect against not being able to open the
7541         server.
7542
7543 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7544
7545         * auth-source.el (auth-source-search): Do a two-phase search, one with
7546         no :create to get the responses from all backends.
7547
7548         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7549         when getting credentials.
7550
7551         * gnus-util.el (gnus-delete-duplicates): New function.
7552
7553 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7554
7555         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7556         a creation default, pass the whole port list down.  It will be
7557         completed.
7558
7559         * auth-source.el (auth-source-search): Updated docs to talk about
7560         multiple creation choices.
7561         (auth-source-netrc-create): Accept a list as a value (from the search
7562         parameters) and do completion on that list.  Keep a separate netrc line
7563         with the password obscured for showing the user.
7564
7565         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7566         first choice to `auth-source-search' so it will be used for entry
7567         creation instead of the server's Gnus-specific name.
7568         (nnimap-credentials): Rely on the auth-source library to select which
7569         port is actually wanted in the new netrc entry, so don't override
7570         `auth-source-creation-defaults'.
7571
7572         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7573         :protocol and accept a missing user, host, or port as a wildcard match.
7574         (auth-source-debug): Default to off.
7575
7576         (auth-source-netrc-search, auth-source-netrc-create)
7577         (auth-source-secrets-search, auth-source-secrets-create)
7578         (auth-source-user-or-password, auth-source-backend, auth-sources)
7579         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7580         instead of :protocol.
7581
7582         * nnimap.el (nnimap-credentials): Pass a port default to
7583         `auth-source-search' in case an entry needs to be created.
7584         (nnimap-open-connection-1): Use :port instead of :protocol.
7585
7586 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * auth-source.el: Bind load-path when loading EIEIO from
7589         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7590         21.4 doesn't support, to `require'.
7591         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7592         delete-dups that is not available in XEmacs 21.4.
7593
7594 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7595
7596         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7597         as EIEIO must also be loaded when auth-source.el is being
7598         byte-compiled.
7599
7600 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7601
7602         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7603
7604         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7605
7606         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7607
7608         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7609
7610         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7611
7612         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7613
7614         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7615
7616         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7617         necessary.
7618
7619 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7620
7621         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7622         nil means that nnimap doesn't get updated.
7623
7624 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7625
7626         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7627         result when the user doesn't want to write to the file.
7628         (auth-source-netrc-search): Expect a synthetic result and proceed
7629         accordingly.
7630         (auth-source-cache-expiry): New variable to override
7631         `password-cache-expiry'.
7632         (auth-source-remember): Use it.
7633
7634         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7635         parameter.  Create entry if necessary by using :create t.
7636         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7637
7638 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7639
7640         * auth-source.el (auth-source-debug): Enable by default and don't
7641         mention the obsolete `auth-source-hide-passwords'.
7642         (auth-source-do-warn): New function to debug unconditionally.
7643         (auth-source-do-debug): Use it.
7644         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7645         and for Secrets API entries when the secrets.el library is not
7646         available.
7647
7648 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7649
7650         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7651         (gnus-summary-exit): Kill the correct article buffer on exit from a
7652         `C-d' group.
7653
7654         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7655         gnus-propagate-marks.
7656
7657         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7658         before killing the buffers so that a non-full window conf gets handled
7659         correctly.
7660         (gnus-summary-exit): Ditto.
7661         (gnus-summary-read-group-1): Ditto.
7662
7663         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7664         async code again so that we can debug it properly.
7665
7666         * message.el (message-reply): Take an optional switch-buffer parameter
7667         so that Gnus window confs are respected better.
7668
7669 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7670
7671         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7672         `plist-get' to accept non-list parameters (XEmacs issue).
7673         Fix docstring.
7674         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7675         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7676         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7677         Login collection is "Login" and not "login".
7678
7679 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7680
7681         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7682         multiple headers.
7683
7684         * nnimap.el (nnimap-inhibit-logging): New variable.
7685         (nnimap-log-command): Don't log login commands.
7686
7687         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7688         to have more parameters.
7689
7690         * nnimap.el (nnimap-send-command): Mark the command time for each
7691         command, so that we don't get NOOPs stepping on our toes.
7692
7693         * gnus-art.el (article-date-ut): Get the date from the Date header on
7694         `t'.
7695
7696 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * auth-source.el (auth-source-search): Use copy-sequence instead of
7699         the cl.el copy-list.
7700
7701 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7702
7703         * imap.el: Bring it back (revert
7704         84d800cd31de3064f0ed39617d725709a2f8f42f).
7705
7706 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7707
7708         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7709         Improve prompt.
7710
7711 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7712
7713         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7714         washing status from the default format.  It isn't very informative.
7715
7716 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7717
7718         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7719         Fix Gcc processing on imap.
7720
7721 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7722
7723         * imap.el: Remove file.  All the functionality is in nnimap.el.
7724
7725 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7726
7727         * message.el (message-bury): Don't pop up a new window when selected
7728         window is dedicated.
7729
7730 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7731
7732         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7733
7734 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7735
7736         * sieve-manage.el: Autoload `auth-source-search'.
7737         (sieve-sasl-auth): Use it.
7738
7739 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7740
7741         * nnimap.el: Autoload `auth-source-forget+'.
7742         (nnimap-open-connection-1): Use it if the connection fails.
7743
7744         * auth-source.el: Require `password-cache'.
7745         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7746         obsolete.
7747         (auth-source-magic): Marker for `password-cache' keys.
7748         (auth-source-do-cache): Update docstring.
7749         (auth-source-search): Use and check cache.
7750         (auth-source-forget-all-cached, auth-source-remember)
7751         (auth-source-recall, auth-source-forget, auth-source-forget+)
7752         (auth-source-specmatchp): Caching support functions.
7753         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7754         Remove and obsolete.
7755         (auth-source-user-or-password): Remove caching to further discourage
7756         using it.  Always hide passwords.
7757
7758         * password-cache.el (password-cache-remove): Accept secrets that are
7759         not strings.
7760
7761 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7762
7763         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7764         code for now, since it doesn't work for all users.
7765
7766 2011-02-09  Julien Danjou  <julien@danjou.info>
7767
7768         * message.el (message-options): Make message-options really buffer
7769         local.
7770
7771 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7772
7773         * mail-source.el: Autoload `auth-source-search'.
7774         (mail-source-keyword-map): Note order matters.
7775         (mail-source-set-1): Get all the mail-source source values and
7776         defaults and search auth-source on those if needed.  This can all
7777         probably be simplified.
7778
7779         * nnimap.el: Autoload `auth-source-search'.
7780         (nnimap-credentials): Use it.
7781         (nnimap-open-connection-1): Ask for the virtual server and physical
7782         address in one shot.
7783
7784         * nntp.el: Autoload `auth-source-search'.
7785         (nntp-send-authinfo): Use it.  Note TODO.
7786
7787 2011-02-08  Julien Danjou  <julien@danjou.info>
7788
7789         * shr.el (shr-tag-body): Add support for text attribute in body
7790         markups.
7791
7792         * message.el (message-options): Make message-options a local variable.
7793
7794 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7795
7796         * auth-source.el (auth-source-secrets-search)
7797         (auth-source-user-or-password): Use `append' instead of `nconc'.
7798         (auth-source-user-or-password): Build return list better and protect
7799         against nil :secret.
7800
7801 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7802
7803         * nnimap.el (nnimap-update-info): Refactor slightly.
7804         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7805         (nnimap-update-info): Clean up slightly.
7806         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7807         characters.
7808         (nnimap-process-quirk): Rename function to avoid collision.
7809         (nnimap-update-info): Fix macrology bug-out.
7810         (nnimap-update-info): Simplify split history test.
7811
7812 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7813
7814         * auth-source.el (top): Require 'eieio unconditionally.
7815         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7816         (auth-source-secrets-search): Limit search when `max' is greater than
7817         number of results.
7818
7819 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7820
7821         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7822         part not returning any data.
7823
7824         * proto-stream.el (open-protocol-stream): Document the return value.
7825
7826 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7827
7828         * auth-source.el (auth-source-secrets-search): Add examples.
7829
7830 2011-02-06  Julien Danjou  <julien@danjou.info>
7831
7832         * message.el (message-setup-1): Handle message-generate-headers-first
7833         set to t.
7834
7835 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7836
7837         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7838         API with a string "secrets:collection-name" and with 'default.
7839         (auth-source-backend-parse): Parse "secrets:collection-name" and
7840         'default.  Recurse on parses instead of repeating code.  Use the
7841         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7842         message when ignoring a source.
7843         (auth-source-search): List ignored search keys at the top level.
7844         (auth-source-netrc-create): Use `case' instead of `cond'.
7845         (auth-source-secrets-search): Created with TODOs.
7846         (auth-source-secrets-create): Created with TODOs.
7847         (auth-source-retrieve, auth-source-create, auth-source-delete)
7848         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7849         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7850         (auth-source-user-or-password-sftp)
7851         (auth-source-user-or-password-smtp): Remove.
7852         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7853         around `auth-source-search'.  Not tested thoroughly.
7854
7855 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7856
7857         * auth-source.el: Bring in assoc and eioeio libraries.
7858         (secrets-enabled): New variable to track the status of the Secrets API.
7859         (auth-source-backend): New EIOEIO class to represent a backend.
7860         (auth-source-creation-defaults): New variable to set prompt defaults
7861         during token creation (see the `auth-source-search' docstring for
7862         details).
7863         (auth-sources): Simplify to allow a simple string as a netrc backend
7864         spec.
7865         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7866         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7867         (auth-source-search): Main auth-source API entry point.
7868         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7869         (auth-source-search-collection): Helper function for searching.
7870         (auth-source-netrc-parse, auth-source-netrc-normalize)
7871         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7872         Supports search, create, and delete.
7873         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7874         backend stubs.
7875         (auth-source-user-or-password): Call `auth-source-search' but it's not
7876         ready yet.
7877
7878 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7879
7880         * message.el (message-setup-1): Remove the read-only stuff, since it
7881         doesn't work under XEmacs, for some reason.
7882
7883         * gnus-sum.el (gnus-user-date): Rename back from
7884         gnus-summary-user-date since user code refers to it.
7885
7886         * shr.el (shr-render-td): Store the actual background color used.
7887
7888         * message.el (message-setup-1): Don't bind the constant
7889         -forbidden-properties.
7890         (message-setup-1): Revert previous change, since it needs to bind the
7891         props to insert them.
7892         (message-resend): Allow removing the read-only separator line.
7893
7894 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7895
7896         * nnimap.el (nnimap-request-accept-article): Give an error message if
7897         the APPEND wasn't successful.
7898
7899 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7900
7901         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7902         that have no groups.
7903
7904 2011-02-03  Julien Danjou  <julien@danjou.info>
7905
7906         * gnus-draft.el: Remove progn around gnus-draft-setup.
7907
7908 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7909
7910         * gnus-start.el (gnus-read-active-for-groups): This function is never
7911         called with a nil `infos', so clean that up.
7912         (gnus-get-unread-articles): Request active files from primary/secondary
7913         methods that have no groups (yet).
7914
7915 2011-02-03  Julien Danjou  <julien@danjou.info>
7916
7917         * message.el (message-setup-1): Always generate References first.
7918         (message-mail): Return the return value of message-setup, not always t.
7919         (message-setup-1): Insert mail-header-separator with read-only and
7920         intangible properties set.
7921
7922         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7923         user-date in docstring.
7924
7925         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7926
7927         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7928         docstring.
7929
7930         * gnus.el (gnus-user-date-format-alist): Change default value.
7931         Use defcustom, with type and group.  Move from gnus-util.el.
7932         Rename to gnus-summary-user-date-format-alist.
7933
7934 2011-02-03  Glenn Morris  <rgm@gnu.org>
7935
7936         * nnimap.el (gnus-fetch-headers): Declare.
7937
7938         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7939
7940 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7941
7942         * message.el (message-forward-make-body-digest-plain)
7943         (message-followup, message-reply): Clean up things noted by Stefan.
7944
7945         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7946         gnus-article-update-date-headers is nil.
7947         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7948         it didn't really work with defcustom.
7949         (article-update-date-lapsed): Make sure the window start doesn't move,
7950         either.
7951
7952 2011-02-01  Julien Danjou  <julien@danjou.info>
7953
7954         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7955         format.
7956
7957         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7958         standard in Emacs nowadays.
7959
7960         * color.el (color-gradient): Add a color-gradient function.
7961
7962 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7963
7964         * message.el (message-expand-name): Don't trust the return value of
7965         bbdb-complete-name.
7966         (message-check-news-header-syntax): Remove unused var `start'.
7967         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7968         (message-inhibit-body-encoding): Move to before first use.
7969         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7970         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7971         (Organization, Message-ID, Date, mh-previous-window-config):
7972         Defvar the vars using dynamic scoping.
7973
7974 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7975
7976         * shr.el (shr-render-td): Only do colors at the final rendering.
7977         Should be slightly faster.
7978         (shr-insert-table): Fix up TD background colors when doing the
7979         vertical padding.
7980
7981         * gnus-art.el (article-date-ut): Protect against articles with no Date
7982         header.
7983         (article-update-date-lapsed): Don't use current-column to find the
7984         horizontal position.  It's fragile in the presence of \003 characters.
7985
7986         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7987
7988 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7989
7990         * gnus-art.el (article-transform-date): Rewrite to still work when
7991         there are several rfc2822 parts.
7992         (article-transform-date): Fix infinite recursion.
7993         (article-date-ut): Replace infinitely many Date headers with a single
7994         one when called interactively.
7995
7996         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7997         secure manner.
7998
7999         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8000         move around by not using save-window-excursion.  It seems to work...
8001
8002 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-art.el (article-make-date-line): Work for user-defined format.
8005
8006 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8007
8008         * nntp.el (nntp-retrieve-group-data-early)
8009         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8010         fetching functions.
8011
8012         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8013         thoroughly for all backends that have no known groups.  This should
8014         allow new nnml methods to retrieve mail.
8015
8016         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8017         that Gnus doesn't know exists again.
8018
8019         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8020         (gnus-treat-date-ut): Ditto.
8021         (gnus-article-update-date-header): Rename.
8022         (gnus-treat-date-local): Remove.
8023         (gnus-treat-date-english): Remove.
8024         (gnus-treat-date-lapsed): Remove.
8025         (gnus-treat-date-combined-lapsed): Remove.
8026         (gnus-treat-date-original): Remove.
8027         (gnus-treat-date-iso8601): Remove.
8028         (gnus-treat-date-user-defined): Remove.
8029         (gnus-article-date-headers): New variable to control all the date
8030         header options.
8031         (article-date-ut): Rewrite to allow using the new way to format date
8032         headers(s).
8033
8034 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8035
8036         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8037         method.
8038         (nnmail-article-group): A better test for fanciness.
8039
8040         * nnimap.el (nnimap-request-head): Protect against not finding the
8041         article by Message-ID.
8042
8043 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8044
8045         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8046         keep point at the "same place".
8047
8048 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8049
8050         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8051         data if the group is inactive.
8052
8053 2011-01-28  Julien Danjou  <julien@danjou.info>
8054
8055         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8056         (gnus-all-windows-visible-p): Remove old compatibility code.
8057         (gnus-window-top-edge): Add docstring.
8058
8059         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8060
8061 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8062
8063         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8064         older request-update-info.
8065
8066         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8067
8068 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8069
8070         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8071         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8072
8073 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8074
8075         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8076         groups.  This makes the nndraft:queue group pop up if it's not already
8077         there.
8078
8079         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8080         messages" logic, which was reversed.
8081
8082         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8083         the "same place" even if point is on the line being replaced.
8084         (article-update-date-lapsed): Allow updating both the combined lapsed
8085         and the lapsed headers.
8086         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8087         (article-make-date-line): Limit the number of segments dynamically to
8088         avoid too-long lines.
8089
8090 2011-01-27  Julien Danjou  <julien@danjou.info>
8091
8092         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8093         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8094
8095 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8098         Use plist-get instead of the cl function getf.
8099
8100 2011-01-27  Glenn Morris  <rgm@gnu.org>
8101
8102         * gnus-util.el (float-time): Get rid of compiler warning, again.
8103
8104 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8105
8106         * shr.el (shr-put-color): Special-case background colors: Do put them
8107         at the blank parts at the front of the lines.
8108
8109         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8110         exit hook to nix out all data on readedness on group exit.
8111
8112         * gnus-util.el (float-time): If float-time is bound, always use it on
8113         all Emacsen.  It's unclear why the subrp check was there.
8114         (time-date): Require to make some autoload issues on XEmacs go away.
8115
8116         * shr.el (shr-put-color): Don't do the box padding in tables, since
8117         they're already padded.
8118
8119 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8120
8121         * gnus-art.el (gnus-article-next-page): When the last line of the
8122         article is displayed, scroll down once more instead of going to the
8123         next article at once.
8124         (article-lapsed-string): Refactor out and allow specifying how many
8125         segments you want.
8126         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8127         (gnus-article-update-lapsed-header): New variable.
8128
8129         * shr.el: Revert change that made headings use different-sized faces.
8130         The Emacs display engine isn't advanced enough that, for instance,
8131         tables can comfortably use differently-sized faces.
8132
8133 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8134
8135         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8136         used.
8137         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8138         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8139         we're using an encrypted connection.
8140
8141         * proto-stream.el: Alter the interface functions to also return the
8142         actual stream type used: network or tls.
8143
8144 2011-01-25  Julien Danjou  <julien@danjou.info>
8145
8146         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8147         (mm-display-javascript-inline): New function.
8148
8149         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8150         viewing function.
8151
8152 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * shr.el (shr-expand-newlines): Fix variable name.
8155
8156 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8157
8158         * shr.el (shr-expand-newlines): Make nested boxes work.
8159
8160 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8161
8162         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8163         backgrounds.
8164         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8165         in a more sensible manner.
8166
8167 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8168
8169         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8170         if EPG is loaded.
8171
8172 2011-01-24  Julien Danjou  <julien@danjou.info>
8173
8174         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8175         tags.
8176
8177 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8178
8179         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8180         commands.
8181
8182         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8183         in the article buffer.
8184         (gnus-gravatar-insert): Use blank space from the current buffer to
8185         avoid breaking text properties.  This makes X-Sent updating work again.
8186
8187         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8188
8189 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8190
8191         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8192         fix the bug in url-http.el instead.
8193
8194         * shr.el (shr-image-fetched): Ditto.
8195
8196         * shr.el (shr-image-fetched): Avoid having point move in the article
8197         buffer.
8198
8199         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8200         buffer after being called.  It's apparently being killed by url.el, and
8201         killing it made point move to end-of-buffer in a random buffer.
8202
8203         * shr.el (shr-image-fetched): Ditto.
8204
8205 2011-01-23  Julien Danjou  <julien@danjou.info>
8206
8207         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8208
8209         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8210         text/x-org.
8211
8212 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8213
8214         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8215         (i.e., nnimap) returning nil as the article number.
8216
8217 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8218
8219         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8220         "DelSp" parameter in RFC3676.
8221
8222 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8223
8224         * message.el (message-check-recipients): Display the encoded version of
8225         the bogus address if they differ.
8226
8227         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8228         after sending.
8229
8230         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8231
8232         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8233
8234         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8235         group buffer after sending the queue.
8236
8237         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8238
8239 2011-01-22  Julien Danjou  <julien@danjou.info>
8240
8241         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8242
8243 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8244
8245         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8246         nested related parts.
8247
8248         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8249         unexpired articles.  This fixes the regression that led expiry marks to
8250         disappear from nnfolder groups.
8251
8252 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8253
8254         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8255         Don't confuse the "ret" of "retrograde" with RET.
8256
8257 2011-01-21  Julien Danjou  <julien@danjou.info>
8258
8259         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8260         than mm-insert-inline.
8261
8262 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8265         Widen article buffer.
8266
8267 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8268
8269         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8270         the temp buffer.
8271         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8272
8273 2011-01-20  Julien Danjou  <julien@danjou.info>
8274
8275         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8276
8277         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8278         than mm-insert-inline to insert inline part: this respect
8279         mm-inline-media-tests displayers.
8280
8281         * mm-view.el (mm-display-shell-script-inline): New function.
8282
8283         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8284
8285         * mm-uu.el (mm-uu-type-alist): Add org block.
8286         (mm-uu-org-src-code-block-extract): New function.
8287
8288         * mm-view.el (mm-display-org-inline): New function.
8289
8290         * mm-decode.el (mm-automatic-display): Add text/org.
8291
8292         * mailcap.el (mailcap-mime-extensions): Add .org.
8293
8294 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8297         gnus-article-add-buttons.
8298
8299 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8300
8301         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8302         From header with a date and "nobody" as the sender.
8303
8304 2011-01-19  Julien Danjou  <julien@danjou.info>
8305
8306         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8307         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8308         if you have the same regexp several times.
8309         (gnus-button-push): Fix matching when regexp is symbol.
8310
8311 2011-01-15  Glenn Morris  <rgm@gnu.org>
8312
8313         * message.el (message-mail): A compose-mail function should
8314         accept headers as strings.
8315
8316 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8317
8318         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8319         Add :vert-only tags.
8320         (message-mail): New arg RETURN-ACTION.
8321         (message-return-action): New var.
8322         (message-bury): Use it.
8323         (message-mode): Make it buffer-local.
8324         (message-send-and-exit): Always call message-bury.
8325
8326         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8327         message-mail.
8328
8329 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8330
8331         * nnimap.el (nnimap-convert-partial-article): Protect against
8332         zero-length body parts.
8333
8334         * mm-decode.el (mm-preferred-alternative-precedence):
8335         Discourage showing empty parts.
8336
8337         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8338         and stuff if the backend didn't return the article number.  This fixes
8339         an Exchange-related nnimap bug.
8340
8341         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8342         group window, because it does the wrong thing when a separate frame
8343         displays the group buffer.
8344
8345         * proto-stream.el (open-protocol-stream): Protect against the low-level
8346         transport functions returning nil.
8347
8348 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8349
8350         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8351         (mml2015-epg-find-usable-secret-key): New function.
8352         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8353         mml2015-epg-find-usable-key (Bug#7797).
8354         (mml2015-epg-encrypt): Ditto.
8355
8356 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * dgnushack.el (rot13-string): Fix the way to get the argument.
8359
8360 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8363
8364 2011-01-03  Glenn Morris  <rgm@gnu.org>
8365
8366         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8367
8368         * sieve.el (sieve-open-server): Give a more explicit error if
8369         sieve-manage-open returns nil.  (Bug#7720)
8370
8371 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8372
8373         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8374
8375 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376
8377         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8378         This avoids sending passwords in plain text over non-encrypted
8379         channels.
8380
8381         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8382
8383         * nnimap.el (nnimap-login): Refactored out into own function, and
8384         implement CRAM-MD5.
8385         (nnimap-wait-for-line): Refactored out.
8386
8387         * mm-view.el (mml-smime): Require.
8388
8389 2010-12-20  David Engster  <deng@eml.cc>
8390
8391         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8392         use EPG to decrypt S/MIME messages instead of openssl.
8393
8394 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8395
8396         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8397
8398         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8399         status is the group clearly is unreachable.
8400
8401         * auth-source.el (auth-source-create): Add the optional second
8402         parameter to `local-variable-p' to be compatible with XEmacs.
8403
8404 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8405
8406         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8407         work when using a compressed nnml folder.
8408
8409 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410
8411         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8412         backends after sanitising on entry, because this never makes sense:
8413         If the articles have gone missing, then the data no longer exists on
8414         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8415         overwrite anything anyway.
8416
8417         * shr.el (shr-insert-document): Bind shr-width dynamically to
8418         window-width if it's nil.
8419
8420 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8421
8422         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8423         with the meaning of using the full emacs window width for rendering.
8424
8425 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8426
8427         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8428         case when sender is not given.
8429
8430 2010-12-23  Julien Danjou  <julien@danjou.info>
8431
8432         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8433         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8434         the addresses, otherwise we might misplaced the gravatar.
8435
8436 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8437
8438         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8439         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8440         obsolete in Emacs.
8441
8442 2010-12-20  Julien Danjou  <julien@danjou.info>
8443
8444         * gnus-util.el (gnus-rescale-image): Revert last change.
8445
8446 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8447
8448         * binhex.el: Improve commentary (Bug#7482).
8449
8450 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8451
8452         * gnus-group.el (gnus-group-delete-articles): New command.
8453
8454 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8455
8456         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8457
8458 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459
8460         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8461         here, since it's up to the backends to do CRLF removal if their
8462         protocol has it.
8463
8464         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8465
8466 2010-12-17  Julien Danjou  <julien@danjou.info>
8467
8468         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8469         they are from file.  Can also scale up.
8470
8471 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8472
8473         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8474         Restore gnus-use-agent.
8475         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8476
8477         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8478
8479 2010-12-17  Julien Danjou  <julien@danjou.info>
8480
8481         * gravatar.el (gravatar-retrieve-synchronously): New function.
8482         (gravatar-get-data): Make more robust.
8483
8484 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8487
8488 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8489
8490         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8491         to really consider the last line.
8492
8493 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8494
8495         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8496         list of recipient keys, or use symmetric encryption if not a list.
8497         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8498         EPA override, replacing the call to `netrc-store-data'.
8499
8500 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8501
8502         * gnus-srvr.el: Avoid passing nil regexp argument to
8503         delete-matching-lines.
8504
8505 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8508         fetching stops when Gnus exits.
8509
8510         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8511         function.
8512         (nnfolder-request-expire-articles): Save all the buffers after doing
8513         expiry.
8514
8515         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8516         the last article", since that led to serious performance regressions
8517         when expiring nnml groups.
8518
8519 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8520
8521         * nnir.el: Improve customizations.
8522
8523 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8526
8527         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8528         group has been killed.
8529         (gnus-group-yank-group): Ditto.
8530
8531         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8532
8533         * nnimap.el (nnimap-request-update-group-status): New function.
8534
8535         * gnus-int.el (gnus-request-update-group-status): New interface
8536         function.
8537
8538         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8539         copying read-ness to the backends.
8540
8541         * nnimap.el (nnimap-quirk): New function.
8542         (nnimap-retrieve-group-data-early): Use it.
8543         (nnimap-quirks): New alist.
8544
8545 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8548         don't delete it within indentation.
8549
8550 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8553         previous line.
8554
8555 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8558         QRESYNC command by deleting a superfluous space which broke Cyrus
8559         servers.  This change will break other servers that are buggy the other
8560         way around.
8561
8562 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * spam.el: Reindent and fix long lines.
8565         (spam-copy-or-move-routine): Exclude invalid move destinations.
8566
8567 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8568
8569         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8570         installed the registry.
8571
8572 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8575
8576 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8577
8578         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8579         groupname doesn't contain "gmane".
8580
8581 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8584         and netrc-bound-and-true-p bindings.
8585         (netrc-parse): Cache the netrc contents.
8586
8587         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8588         (gnus-1): Don't create the nndrafts group twice.
8589         (gnus-setup-news): There's no need to read the active file here, since
8590         that's done again later on a per-backend basis.
8591         (gnus-start-draft-setup): Make sure that the new group is started out
8592         empty.
8593
8594         * gnus-agent.el (gnus-agentize): Don't create the queue group
8595         automatically on startup.  It'll be created later, if needed.
8596
8597         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8598         of automatically subscribed groups.
8599         (gnus-auto-subscribed-categories): New variable.
8600         (gnus-matches-options-n): Use it.
8601         (gnus-default-subscribed-newsgroups): Remove unused variable.
8602         (gnus-start-draft-setup): Message a bit less.
8603
8604 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8605
8606         * nnir.el (nnir-run-imap): Return article list in order of increasing
8607         UID.
8608
8609 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8610
8611         * gnus-sum.el (gnus-summary-enter-digest-group):
8612         Mention gnus-auto-select-on-ephemeral-exit.
8613
8614         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8615         convention of the network-only option.
8616
8617 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * proto-stream.el (proto-stream-open-network-only): New function to
8620         have a way to specify non-STARTTLS upgrade connections.
8621
8622 2010-12-10  Julien Danjou  <julien@danjou.info>
8623
8624         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8625         email address is nil.
8626
8627         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8628
8629 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8630
8631         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8632         deletion.
8633         (nnir-run-imap): Only need to parse list once.
8634
8635 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * shr.el (shr-tag-script): Ignore <script>.
8638         (shr-tag-label): Add <label> support.
8639
8640 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8643
8644         * shr.el (shr-image-displayer): Work for images lined side by side.
8645
8646 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8647
8648         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8649         parameter, since XEmacs doesn't accept t as a parameter.
8650
8651 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8652
8653         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8654         ids.
8655         (nnir-run-gmane): Simplify groupspec formatting.
8656         (nnir-request-expire-articles): New function.
8657
8658 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659
8660         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8661         overflow, possibly.
8662
8663         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8664         (shr-render-td): Handle td style="" better.
8665         (shr-tag-table): Use the color from the style sheet.
8666         (shr-render-td): Make sure we copy over all the overlays, too.
8667
8668 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8669
8670         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8671         (nnir-request-article): Improve article retrieval.
8672
8673 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * mm-util.el (mm-extra-numeric-entities): New variable.
8676
8677         * mm-url.el (mm-url-decode-entities):
8678         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8679
8680         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8681
8682 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8683
8684         * message.el: Use completion-at-point.
8685         (message-completion-function): New fun, extracted from message-tab.
8686         (message-mode): Use it for completion-at-point-functions.
8687         (message-tab): Use it and completion-at-point.
8688
8689 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8692         character if a non-breakable character follows.
8693
8694 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8695
8696         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8697         any stream.
8698
8699         * shr.el (shr-tag-font): Colorize the region.
8700         (shr-tag-body): Ditto.
8701         (shr-tag-font): Actually let the styles be inherited instead of
8702         overwriting them.
8703         (shr-tag-font): Get the background color right.
8704         (shr-tag-style): Ignore all <style> tags for the moment.
8705
8706         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8707         a Message-ID to avoid having nnimap depend on gnus-sum.
8708
8709         * shr.el (shr-descend): Only colorize something if we have a node that
8710         sets colors.
8711
8712 2010-12-06  Julien Danjou  <julien@danjou.info>
8713
8714         * shr.el (shr-render-td): Render td content with shr-descend, so style
8715         will be applied to <td> too.
8716         (shr-colorize-region): Colorize region even if we only have a background.
8717         (shr-tag-body): Fix color and background color inheritance.
8718         Do not recolorize after shr-generic.
8719         (shr-tag-font): Let shr-generic colorize via inheritance.
8720
8721 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8724
8725 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8726
8727         * nnir.el (nnir-request-move-article): Remove obsolete code.
8728
8729 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8732
8733 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734
8735         * gnus-sum.el (gnus-summary-respool-article): The completion function
8736         expects a list instead of an alist.
8737
8738         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8739         string as the parameter.
8740
8741         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8742
8743         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8744         styles.
8745         (shr-colorize-region): New function.
8746         (shr-insert-background-overlay): Remove.
8747         (shr-render-td): Background setting should be taken care of on a higher
8748         level.
8749         (shr-tag-body): Use post-hoc colorizations.
8750         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8751         (shr-put-color-1): Don't overwrite old colors.
8752         (shr-colorize-region): When the background color isn't explicit, use
8753         a fixed background.
8754
8755         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8756         nnmail variables.
8757
8758 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8759
8760         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8761         unless necessary.
8762
8763 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8764
8765         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8766         server.
8767
8768 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8771         so that TAB works.
8772
8773         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8774         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8775
8776         * shr.el (shr-urlify): Show the URL before the title to avoid
8777         misleading URLs.
8778
8779 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8780
8781         * shr.el (shr-urlify): Display the title in <a> tags.
8782
8783 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8784
8785         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8786
8787 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8788
8789         * nnir.el: Rearrange code to allow macros to be autoloaded by
8790         gnus-sum.el.
8791         (nnir-retrieve-headers-override-function): Make this variable
8792         customizable.
8793         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8794
8795         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8796         from nnir.el.
8797
8798 2010-12-03  Julien Danjou  <julien@danjou.info>
8799
8800         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8801
8802 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8805         allow optional argument `environment'.
8806
8807 2010-12-03  Glenn Morris  <rgm@gnu.org>
8808
8809         * mm-extern.el (message-goto-body): Update declaration.
8810
8811 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-util.el (gnus-macroexpand-all): New function.
8814
8815         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8816         instead of macroexpand-all that is unavailable in XEmacs.
8817
8818 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8819
8820         * nnir.el (nnir-summary-line-format): New variable.
8821         (nnir-mode): Use it.
8822         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8823         (nnir-article-ids): Reimplement as defsubst.
8824         (nnir-retrieve-headers): Don't mangle the subject header.
8825         (nnir-run-imap): Use 100 as RSV score.
8826         (nnir-run-find-grep): Fix for full server searching.
8827         (nnir-run-gmane): Better restriction to gmane groups.
8828
8829         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8830         summary buffers.
8831
8832 2010-12-02  Julien Danjou  <julien@danjou.info>
8833
8834         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8835
8836         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8837
8838         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8839         support.
8840
8841 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8842
8843         * nnir.el: Update to handle the registry better.
8844         (autoload): Silence byte-compiler.
8845         (nnir-open-server): Add a hook for nnir groups.
8846         (nnir-request-move-article): Don't mangle the header.  Better to use
8847         formatting variables (which will be added in the future).
8848         (nnir-registry-action): Update the registry using the original article
8849         group name.
8850         (nnir-mode): Install nnir-specific hooks for updating the registry.
8851
8852         * gnus-sum.el
8853         (gnus-article-original-subject, gnus-newsgroup-original-name):
8854         Remove obsolete variables.
8855         (gnus-summary-move-article): Remove use of obsolete variables.
8856         (gnus-summary-local-variables): Make move and delete hooks local to
8857         summary buffers.
8858
8859 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8860
8861         * rtree.el: New file.
8862
8863 2010-12-01  Julien Danjou  <julien@danjou.info>
8864
8865         * message.el (message-user-organization): Do not use
8866         gnus-local-organization.
8867
8868         * gnus.el: Remove gnus-local-organization.
8869
8870         * gnus-msg.el: Remove nastygram thing.
8871
8872 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8873
8874         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8875         funcall.
8876
8877 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8880         names.
8881
8882         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8883         characters.
8884
8885         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8886         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8887         Suggested by Štěpán Němec <stepnem@gmail.com>.
8888         (gnus-gravatar-transform-address): Use mail-extract-address-components
8889         that supports non-ASCII names rather than mail-header-parse-addresses.
8890
8891 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * proto-stream.el (open-protocol-stream): All starttls connections are
8894         handled by the network handler.
8895
8896 2010-11-30  Julien Danjou  <julien@danjou.info>
8897
8898         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8899         (nnimap-open-connection-1): Fix PREAUTH.
8900
8901         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8902
8903 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8906         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8907         (shr-insert): Use them.
8908         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8909
8910 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8911
8912         * nnir.el (nnir-request-move-article): Bail out if original group
8913         doesn't support article moves.
8914         (nnir-get-active): Improve active list retrieval.
8915
8916 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8917
8918         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8919
8920 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8921
8922         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8923         seem to accept strings-with-numbers as port numbers.
8924
8925 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8926
8927         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8928         change the registry.
8929
8930 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8933         delete-dups that is not available in XEmacs 21.4.
8934
8935         * mm-util.el (mm-delete-duplicates): Add comment.
8936
8937 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8938
8939         * nnir.el (nnir-ignored-newsgroups): New variable.
8940         (nnir-get-active): Use it.
8941
8942 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8943
8944         * proto-stream.el (proto-stream-open-network): Add some comments.
8945
8946         * nntp.el (nntp-open-connection): Provide a :success condition.
8947
8948         * nnimap.el (nnimap-open-connection-1): Ditto.
8949
8950         * proto-stream.el (proto-stream-open-network): See what the response to
8951         the STARTTLS command is.
8952
8953         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8954         backwards compatibility).
8955         (nnimap-open-connection-1): Really respect nnimap-server-port.
8956
8957         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8958         TLS upgrades we don't really care about the identity of the peer.
8959         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8960         that what we've checked for.
8961         (proto-stream-always-use-starttls): Only default to t if
8962         open-gnutls-stream exists.
8963         (proto-stream-open-network): If STARTTLS failed, then just open a
8964         normal connection.
8965         (proto-stream-open-network): Wait until the greeting before doing
8966         STARTTLS.
8967
8968         * nntp.el (nntp-open-connection): Report what the connection error is.
8969
8970         * proto-stream.el (open-protocol-stream): Rename from
8971         open-proto-stream.
8972
8973 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8974
8975         * nnimap.el (nnimap-stream): Change default to `undecided'.
8976         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8977         first, and then network.
8978         (nnimap-open-connection-1): Respect nnimap-server-port.
8979         (nnimap-open-connection): Be more backwards-compatible.
8980
8981         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8982         (proto-stream-open-starttls): De-duplicate the starttls code.
8983         (proto-stream-open-starttls): Folded back into the main function.
8984         (proto-stream-open-network): Fix typo in the gnutls path.
8985         (proto-stream-command): Refactor out.
8986
8987         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8988
8989         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8990         starttls.el STARTTLS.
8991
8992         * color.el (color-lab->srgb): Fix function call name.
8993
8994         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8995         if we're using tls.el.
8996         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8997         built in, then don't try to establish a STARTTLS connection.
8998
8999         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9000         servers.
9001
9002         * proto-stream.el (open-proto-stream): Use network, not stream.
9003         (open-proto-stream): Add a way to specify what the end of a command is.
9004
9005         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9006         connections types.
9007         (nntp-open-network-stream): Remove.
9008         (nntp-open-ssl-stream): Remove.
9009         (nntp-open-tls-stream): Remove.
9010         (nntp-ssl-program): Remove.
9011
9012         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9013
9014 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9015
9016         * nnir.el: Fix typos.
9017         (nnir-retrieve-headers-override-function): Rename variable to reflect
9018         new semantics.
9019         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9020         macros.
9021         (nnir-request-article, nnir-request-move-article): Use them.
9022         (nnir-categorize): New function.
9023         (nnir-run-query): Use it.
9024         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9025         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9026         sorted.
9027         (nnir-group-full-name): Use gnus-group-full-name instead.
9028         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9029         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9030
9031 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032
9033         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9034
9035         * proto-stream.el: New library to provide protocol-specific
9036         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9037         protocols.
9038         (open-proto-stream): Complete the documentation.
9039         (proto-stream-open-network): Fix some typos.
9040
9041         * nnimap.el (nnimap-open-connection): Use it.
9042
9043 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9044
9045         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9046         negotiation.
9047
9048 2010-11-26  Julien Danjou  <julien@danjou.info>
9049
9050         * color.el: Rename various rgb functions to srgb.
9051
9052 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9053
9054         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9055         names.
9056
9057 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * shr.el (shr-insert): Revert last change.
9060         (shr-find-fill-point): Never leave point being at bol;
9061         relax the kinsoku limitation when rendering tables.
9062
9063 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9064
9065         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9066         results from -accept-article.
9067
9068         * shr-color.el: Require cl when compiling.
9069
9070         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9071         checkin.
9072
9073         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9074
9075         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9076
9077         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9078         'add and 'delete to set backend marks.
9079
9080         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9081
9082         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9083
9084         * nntp.el (nntp-request-set-mark): Use it.
9085
9086         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9087
9088         * nnml.el (nnml-request-set-mark): Ditto.
9089
9090         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9091         introduces regressions in article selection.
9092         (nnimap-find-uid-response): New function.
9093         (nnimap-request-accept-article): Use the UID returned, if any.
9094         (nnimap-request-move-article): Use the UID returned, if any.
9095         (nnimap-get-groups): Reimplement to work with folded lines.
9096         (nnimap-find-uid-response): The UID is the last element in the list.
9097         (nnimap-request-set-mark): Extend syntax with 'set.
9098
9099         * nnml.el (nnml-request-set-mark): Ditto.
9100
9101         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9102
9103         * nntp.el (nntp-request-set-mark): Ditto.
9104
9105 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * message.el (message-called-interactively-p): A temporary macro.
9108         (message-goto-body): Use it temporarily.
9109
9110 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9111
9112         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9113         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9114         (nnimap-last-response-string): Fix last unfolding fix.
9115
9116 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * shr.el (shr-insert): Fix the way to fold lines.
9119
9120 2010-11-25  Julien Danjou  <julien@danjou.info>
9121
9122         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9123
9124         * color.el: Rename from color-lab.el
9125         (color-rgb->hex): Add.
9126         (color-complement): Add.
9127         (color-complement-hex): Add.
9128
9129         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9130
9131 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * shr-color.el (shr-color-visible): Don't bug out if the color names
9134         don't exist.
9135
9136 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9139         assuming that article displaying or another mml-preview may be
9140         interrupted for an error or for the like.
9141
9142         * shr.el (shr-get-background): Fix argument name.
9143
9144 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9145
9146         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9147
9148         * gnus-sum.el (gnus-summary-include-articles): New function.
9149
9150         * message.el (message-goto-body): called-interactively-p needs a
9151         parameter, so use `any'.
9152
9153         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9154         clear marks before moving, since they're synced from the Gnus side
9155         first.
9156
9157         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9158         (gnus-summary-move-article): Copy over all marks before moving, so that
9159         IMAP doesn't think a new article has arrived.
9160
9161 2010-11-24  Julien Danjou  <julien@danjou.info>
9162
9163         * shr.el (shr-insert-background-overlay): Fix typo.
9164         (shr-render-td): Copy the background before rendering.
9165
9166         * shr-color.el (shr-color-visible): Fix docstring.
9167
9168         * shr.el (shr-tag-table): Add bgcolor support.
9169         (shr-render-td): Add bgcolor support.
9170         (shr-get-background): Add.
9171         (shr-insert-foreground-overlay): Use shr-get-background.
9172
9173         * message.el (message-goto-body): Use called-interactively-p.
9174         (message-in-body-p): message-goto-body returns point.
9175
9176 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9179         Fixes something or other in Emacs 23, and is backwards compatible.
9180
9181         * message.el (message-goto-body): Remove the <#secure special-casing,
9182         which is too special.
9183
9184         * shr.el (shr-parse-style): Drop !important from styles.
9185
9186 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9187
9188         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9189         this function to return incorrect results when calling it with an
9190         explicit article argument different from
9191         (gnus-summary-article-number).
9192
9193 2010-11-24  Julien Danjou  <julien@danjou.info>
9194
9195         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9196         (shr-tag-body): Add background support.
9197         (shr-descend): Add background support.
9198         (shr-tag-title): Add.
9199
9200         * shr-color.el (shr-color-visible): Really return original background
9201         if fixed.
9202
9203 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * shr.el (shr-color-check): Protect against non-existent color names.
9206
9207 2010-11-24  Julien Danjou  <julien@danjou.info>
9208
9209         * color-lab.el: Require 'cl when compiling.
9210
9211         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9212
9213         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9214         matched part.
9215
9216         * color-lab.el: Fix all expt calls to use float type.
9217
9218 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9221         expression to shr-color-check as is.
9222
9223         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9224
9225         * color-lab.el: Add coding cookie.
9226         (float-pi): Use eval-and-compile.
9227
9228         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9229         compiled for Emacsen having no `libxml-parse-html-region' support.
9230
9231 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9232
9233         * shr.el (shr-insert-color-overlay): Split stuff like
9234         "#444444 !important" to find the real color.
9235         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9236         parse <font color="red"> entries.
9237
9238 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9239
9240         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9241         point when parsing headers.
9242
9243         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9244         is positioned properly when parsing headers.
9245
9246 2010-11-23  Julien Danjou  <julien@danjou.info>
9247
9248         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9249
9250         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9251
9252         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9253
9254         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9255         Use shr-color-hue-to-rgb.
9256         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9257
9258 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9259
9260         * shr.el (shr-color->hexadecimal): Autoload.
9261         (shr-descend): Add color to all tags.
9262
9263 2010-11-22  Julien Danjou  <julien@danjou.info>
9264
9265         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9266         shr-color->hexadecimal.
9267
9268         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9269         RGB() or HSL() color representation.
9270
9271         * shr.el (shr-tag-font): Add.
9272         (shr-tag-color-check): New function to get better colors.
9273         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9274         tag-span.
9275
9276         * shr-color.el: New file.
9277
9278         * color-lab.el: New file.
9279
9280         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9281
9282 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9283
9284         * nnir.el: Fix typo in comments.
9285         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9286         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9287
9288 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289
9290         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9291
9292         * nnimap.el (nnimap-get-capabilities): Refactor out.
9293         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9294
9295 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9296
9297         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9298         appearing when `mm-uu-hide-markers' is nil.
9299
9300 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * nnimap.el (nnimap-unselect-group): Make into its own function.
9303         (nnimap-request-rename-group): Unselect group before renaming.
9304         This had gotten lost somewhere.
9305         (nnimap-request-accept-article): Keep track of examined groups, and
9306         unselect the group before APPENDing to read-only groups.
9307         (nnimap-request-move-article): Clear flags before moving so that they
9308         can be re-set later.
9309
9310 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9313         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9314
9315 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * gnus-art.el (gnus-mime-display-single):
9318         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9319         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9320         parameter.
9321
9322 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9325         (shr-table-vertical-line): New variable.
9326         (shr-insert-table): Use it.
9327
9328 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * gnus-html.el (gnus-html-wash-images): Don't display images if
9331         gnus-inhibit-images is non-nil; register displayer for cid images.
9332         (gnus-html-display-image): Work for cid image.
9333         (gnus-html-insert-image): Allow arguments.
9334         (gnus-html-put-image): Inhibit read-only.
9335         (gnus-html-prefetch-images): Don't prefetch images if
9336         gnus-inhibit-images is non-nil.
9337
9338 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * shr.el (shr-put-image): Break lines when inserting big pictures.
9341
9342 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9343
9344         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9345         sender, thanks Katsumi Yamaoka.
9346
9347 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9348
9349         * nnir.el (nnir-run-imap): Reverse the article list for each group
9350         rather than the whole list.
9351
9352 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * shr.el (shr-image-displayer): Protect function against non-existent
9355         image source.
9356
9357         * gnus-art.el (gnus-inhibit-images): New user option.
9358         (gnus-mime-display-single): Don't display image if it is non-nil.
9359
9360         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9361         gnus-inhibit-images.
9362
9363         * shr.el (shr-image-displayer): New function.
9364         (shr-tag-img): Use it.
9365
9366 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9367
9368         * mml2015.el (mml2015-epg-sign): Use From header.
9369
9370 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9371
9372         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9373
9374         * gnus-util.el (gnus-find-text-property-region): Return markers.
9375
9376         * shr.el (shr-tag-img): Put a displayer in the text property.
9377
9378         * gnus-util.el (gnus-find-text-property-region): New utility function.
9379
9380         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9381         (gnus-html-show-images): Remove.
9382
9383         * gnus-art.el (gnus-article-show-images): New, more general function.
9384
9385         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9386         image url text properties.
9387
9388         * shr.el: Ditto.
9389
9390         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9391         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9392
9393 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9396         work for two or more articles.
9397
9398 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9401         divide an image that's in an html article to two or more when washing
9402         non-ASCII characters in alt text of it.
9403
9404 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9407         smime-decrypt-region using function argument.
9408         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9409
9410         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9411
9412         * smime.el (smime-decrypt-region): Catch it.
9413
9414 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9415
9416         * smime.el (smime-mode-map): Move initialization into declaration.
9417         (gnus-run-mode-hooks): Don't autoload.
9418         (smime-mode): Use define-derived-mode.
9419
9420 2010-11-11  Glenn Morris  <rgm@gnu.org>
9421
9422         * smime.el (from): Restrict declaration to XEmacs.
9423
9424         * nnir.el (gnus-group-topic-name): Autoload.
9425
9426 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * shr.el (shr-insert): Don't break long line if it is because of
9429         kinsoku-bol characters in the line end.
9430
9431 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9432
9433         * nnir.el (nnir-request-move-article): Fix to provide original group
9434         and subject.
9435         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9436         been retrieved.
9437
9438         * gnus-sum.el (gnus-summary-move-article): Use original group and
9439         subject for virtual articles such as those in an nnir summary buffer.
9440
9441 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9444         least 21.5).
9445
9446         * smime.el (from): Declare it again for XEmacs.
9447
9448 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449
9450         * message.el (message-resend): Don't disable encoding unless it's
9451         already encoded.
9452
9453         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9454         low-numbered articles.
9455
9456 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * rfc2047.el (rfc2047-syntax-table): Simplify.
9459
9460         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9461
9462         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9463         set-char-table-range for XEmacs.
9464
9465 2010-11-10  Glenn Morris  <rgm@gnu.org>
9466
9467         * time-date.el (time-to-seconds): Always an alias on Emacs,
9468         never a real function.
9469         (with-no-warnings): Remove compat stub, now unused.
9470         (time-less-p): Doc fix.
9471         (time-to-number-of-days): Simplify.
9472
9473         * smime.el (from): Remove unused declaration.
9474
9475         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9476         (gnus-float-time): On Emacs, always an alias.
9477
9478         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9479         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9480
9481 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * dgnushack.el: Don't use ignore-errors in the top level form since it
9484         is unavailable in XEmacs even if cl is loaded.
9485
9486         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9487
9488 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9489
9490         * shr.el (browse-url-mailto): Autoload.
9491
9492         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9493
9494         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9495         regexp doesn't need quoting.
9496
9497 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9498
9499         * message.el (message-subject-trailing-was-ask-regexp)
9500         (message-subject-trailing-was-regexp): Match was: in addition to was.
9501
9502 2010-11-09  Glenn Morris  <rgm@gnu.org>
9503
9504         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9505         (nnbabyl-check-mbox): Use point-at-bol.
9506
9507 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9510
9511         * message.el (message-mailto): New function.
9512         (message-mailto): Should accept other parameters.
9513         (message-mailto): Remove since it duplicates browse-url-mailto
9514         functionality.
9515
9516 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9519         methods.
9520         (gnus-read-active-file): Ditto.
9521
9522         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9523         ": " from the prompt.
9524         (gnus-group-make-group): Ditto.
9525
9526 2010-11-07  Glenn Morris  <rgm@gnu.org>
9527
9528         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9529         (gnus-bookmark-kill-line): Use point-at-eol.
9530
9531 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9534         asterisks in From header.
9535
9536 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9539         string to avoid making the From headers syntactically invalid.
9540
9541         * message.el (message-send-mail): Don't insert courtesy messages if the
9542         message already has List-Post and List-ID messages.
9543
9544 2010-11-06  Glenn Morris  <rgm@gnu.org>
9545
9546         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9547         `condition', `type', `length' a prefix.
9548         (gnus-treat-predicate): Update for above name changes.
9549
9550 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9551
9552         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9553         binding.  Handled by `gnus-summary-refer-thread' instead.
9554         (nnir-warp-to-article): New backend function.
9555
9556         * nnimap.el (nnimap-request-thread): Force dependency updating.
9557
9558         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9559         (gnus-summary-refer-thread): Rework to improve thread-referral.
9560
9561         * gnus-int.el (gnus-warp-to-article): New function.
9562
9563         * gnus-sum.el (gnus-summary-article-map): Bind it.
9564
9565 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9566
9567         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9568         gnus-summary-refer-thread.
9569
9570         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9571         headers.
9572         (gnus-summary-limit-include-thread): Prevent articles in thread from
9573         being cut in gnus-cut-threads.
9574         (gnus-summary-refer-thread): Limit retrieved headers to those in
9575         thread.
9576
9577 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9578
9579         * message.el (message-send-mail): Use the value of
9580         message-courtesy-message from the message buffer.
9581
9582         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9583
9584         * shr.el (shr-browse-url): Implement mailto: URLs.
9585
9586         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9587         "raw".
9588
9589         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9590         if it's already selected.
9591
9592         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9593
9594 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9597         to measure the length and truncate alt text.
9598
9599 2010-11-03  Glenn Morris  <rgm@gnu.org>
9600
9601         * nndiary.el (nndiary-generate-nov-databases-1)
9602         (nndiary-generate-active-info): Rename dynamic variable `files' to
9603         something less generic.
9604
9605 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9606
9607         * nnir.el (nnir-request-move-article): Call the underlying backend to
9608         move articles from nnir.
9609
9610 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9613
9614 2010-11-02  Julien Danjou  <julien@danjou.info>
9615
9616         * nnir.el: Remove wais support.
9617
9618 2010-11-02  Glenn Morris  <rgm@gnu.org>
9619
9620         * gnus-html.el: Reorder requirements to quieten compiler.
9621
9622 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9625         properly for XEmacs as well.
9626         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9627         (gnus-article-natural-long-line-p): Use window-width rather than
9628         frame-width.
9629
9630 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9631
9632         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9633         (nnir-read-parms): Don't modify query.
9634         (nnir-run-query): Add ability to search topic on current line.
9635         (nnir-get-active): Clean up.
9636
9637 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9640         degenerate articles.
9641
9642         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9643         (gnus-print-buffer): Just print the buffer as is, without any copying
9644         to a buffer and then re-highlighting.
9645
9646         * nnimap.el (nnimap-request-group): Store the new updated info.
9647         (nnimap-request-group): Select the group when we don't know whether it
9648         exists or not.
9649
9650         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9651         groups.
9652
9653         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9654         groups.
9655
9656         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9657         groups.
9658
9659         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9660         long-lines case by only filling the long lines.
9661
9662         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9663         (bug#7311).
9664
9665 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * shr.el: No need to declare `declare-function' since shr.el is for
9668         only Emacsen that provide `libxml-parse-html-region'.
9669
9670         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9671         effective only in a file it is referred to.
9672
9673 2010-11-01  Glenn Morris  <rgm@gnu.org>
9674
9675         * mm-util.el (gnus-completing-read): Autoload.
9676         (mm-read-coding-system): Simplify Emacs definition.
9677
9678         * nnmail.el (gnus-activate-group):
9679         * nnimap.el (gnutls-negotiate):
9680         * nntp.el (netrc-parse): Fix declarations.
9681
9682 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9685         string-match-p in Emacs >=23.
9686
9687         * gnus-msg.el (gnus-configure-posting-styles):
9688         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9689
9690 2010-11-01  Glenn Morris  <rgm@gnu.org>
9691
9692         * nnir.el (declare-function): Add compat stub.
9693         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9694         (nnir-run-gmane): Require 'mm-url.
9695
9696         * mm-util.el (mm-string-to-multibyte): Simplify.
9697
9698         * shr.el (declare-function): Add compat stub.
9699         (url-cache-create-filename): Declare.
9700         (mm-disable-multibyte, widget-convert-button): Autoload.
9701
9702         * smime.el (ldap-search): Declare.
9703         (smime-cert-by-ldap-1): Require ldap on Emacs.
9704
9705         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9706         (nnimap-keepalive): Use gnus-float-time.
9707
9708         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9709         (mail-source-delete-crash-box): Use gnus-float-time.
9710
9711         * gnus-dired.el (gnus-completing-read): Autoload.
9712
9713         * mm-view.el (gnus-rescale-image): Autoload.
9714
9715         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9716
9717         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9718
9719         * sieve-manage.el: Require 'cl when compiling.
9720
9721         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9722         (gnus-iswitchb-completing-read): Require iswitchb.
9723         (gnus-select-frame-set-input-focus): Silence compiler.
9724
9725 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * message.el (message-subject-trailing-was-query): Change default to t,
9728         since I think that's what most people want.
9729
9730         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9731         appending for easier debugging.
9732         (nnimap-wait-for-connection): Take a regexp.
9733         (nnimap-request-accept-article): Wait for the continuation line before
9734         sending anything unless we're streaming.
9735
9736         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9737         leave the header washing to take place.
9738
9739 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9740
9741         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9742         regular expression match and replace in posting styles.
9743
9744 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9745
9746         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9747         an entire server.
9748         (nnir-get-active): New function.
9749         (nnir-run-imap): Use it.
9750         (nnir-run-gmane): Who knew, gmane search returns an article score!
9751
9752         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9753         server on the current line with nnir.
9754
9755 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9758         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9759         left edge.
9760         (gnus-article-foldable-buffer): Skip past the prefix when determining
9761         raggedness.
9762
9763         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9764         the raw article, and change `C-u g' to show the article without doing
9765         treatments.
9766
9767         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9768         on to `gnus-treat-article'.
9769         (gnus-inhibit-article-treatments): New variable.
9770
9771         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9772
9773         * gnus-art.el (gnus-treatment-function-alist): Have
9774         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9775         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9776         sections.
9777
9778         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9779         parameter.
9780         (gnus-article-fill-cited-long-lines): New function.
9781         (gnus-article-fill-cited-article): Allow filling only long sections.
9782
9783         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9784         and non-punctuation (like after the apostrophe in "'We").
9785
9786         * gnus-sum.el (gnus-summary-select-article): Make sure
9787         gnus-original-article-buffer is alive.
9788
9789         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9790         reflect the order they're in in the digest.
9791
9792         * gnus.el (gnus-group-startup-message): Move point to the start of the
9793         buffer.
9794
9795         * nnimap.el (nnimap-capability): New function.
9796         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9797         is set.
9798
9799 2010-10-31  David Engster  <dengste@eml.cc>
9800
9801         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9802         conform with changes to gnus-completing-read.
9803
9804 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9805
9806         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9807
9808 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9809
9810         * nnir.el: Move defvar, defcustom around to keep file organized
9811         and keep byte-compiler quiet.
9812         (nnir-read-parms): Accept search-engine as arg.
9813         (nnir-run-query): Pass search-engine as arg.
9814         (nnir-search-engine): Remove.
9815
9816 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817
9818         * shr.el (shr-generic): The text nodes should be text, not :text.
9819
9820         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9821         later in the file.
9822
9823 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9824
9825         * nnir.el: General clean up.  Allow searching with multiple engines.
9826         Allow separate extra-parameters for each engine.
9827         Batch queries when possible.
9828         (nnir-imap-default-search-key, nnir-method-default-engines):
9829         Add customize interface.
9830         (nnir-run-gmane): New engine.
9831         (nnir-engines): Use it.  Qualify all prompts with engine name.
9832         (nnir-search-engine): Remove global variable.
9833         (nnir-run-hyrex): Restore for now.
9834         (nnir-extra-parms, nnir-search-history): New variables.
9835         (gnus-group-make-nnir-group): Use them.
9836         (nnir-group-server): Remove in favor of gnus-group-server.
9837         (nnir-request-group): Avoid searching twice.
9838         (nnir-sort-groups-by-server): New function.
9839
9840 2010-10-30  Julien Danjou  <julien@danjou.info>
9841
9842         * gnus-group.el: Remove gnus-group-fetch-control.
9843
9844         * gnus-start.el (gnus-find-new-newsgroups):
9845         Remove gnus-check-first-time-used.
9846
9847         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9848
9849 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9850
9851         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9852         set on groups that don't have \* permanentflags.
9853
9854 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855
9856         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9857         control the background color.
9858         (shr-tag-img): Ignore very small web bug type images.
9859         (shr-put-image): Add help-echo alt texts to the images.
9860         (shr-tag-video): Show the video poster image.
9861
9862 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9863
9864         * shr.el (shr-table-depth): New variable.
9865         (shr-tag-table-1): Only insert the images after the top-level table.
9866
9867         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9868
9869         * gnus-util.el (gnus-list-memq-of-list): New function.
9870
9871         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9872         selected.
9873         (nnimap-unsplittable-articles): New slot.
9874         (nnimap-new-articles): Use it.
9875
9876 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9877
9878         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9879         move to the previous line on `M-g'.
9880
9881 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9884         *-request-group, which seems unnecessary.
9885
9886         * nnimap.el (nnimap-quote-specials): Function copied over from
9887         imap.el.
9888         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9889         they support that.  Suggested by Tom Regner.
9890
9891 2010-10-29  Julien Danjou  <julien@danjou.info>
9892
9893         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9894         defalias.
9895         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9896
9897         * gnus.el: Remove `gnus-nntp-service' variable.
9898         (gnus-secondary-servers): Make obsolete.
9899         (gnus-nntp-server): Make obsolete.
9900
9901         * gnus-start.el (gnus-1): Remove x-splash calls.
9902
9903         * gnus-ems.el (gnus-x-splash): Remove.
9904
9905         * gnus.el (gnus-group-startup-message): Simplify/update code.
9906
9907         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9908         definition.
9909
9910         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9911         capability before doing anything.
9912         (gnus-group-insert-group-line): Remove useless
9913         gnus-group-remove-excess-properties.
9914
9915 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9918
9919 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9922         config after reselecting.
9923
9924 2010-10-28  Julien Danjou  <julien@danjou.info>
9925
9926         * shr.el (shr-put-image): Use point even if only inserting text.
9927         (shr-put-image): Save excursion when inserting alt text on non-graphic
9928         display, so the behavior is the same when we are on a graphic display.
9929
9930         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9931
9932 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9935         (gnus-mime-copy-part): Check coding system, not charset.
9936         (gnus-mime-view-part-externally): Never remove part.
9937         (gnus-mime-view-part-internally): Don't remove part here.
9938         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9939         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9940         multipart/alternative.
9941
9942         * mm-decode.el (mm-display-part): Take optional arg `force'.
9943
9944 2010-10-26  Julien Danjou  <julien@danjou.info>
9945
9946         * gnus-group.el (gnus-group-default-list-level): Add this function to
9947         compute the default list level.
9948         (gnus-group-default-list-level): Add possibility to use a function.
9949
9950 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9953
9954         * gnus-group.el (gnus-group-completing-read)
9955         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9956         gnus-replace-in-string.
9957
9958 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * shr.el (shr-tag-div): Add.
9961
9962         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9963
9964 2010-10-25  Julien Danjou  <julien@danjou.info>
9965
9966         * gnus-util.el: Remove `gnus-with-local-quit'.
9967
9968         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9969
9970 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9971
9972         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9973         the original article buffer.
9974
9975 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * nnimap.el (nnimap-request-head): New function.
9978         (nnimap-request-move-article): Try to be slightly faster by not
9979         requesting the entire message when moving.
9980         (nnimap-transform-headers): Don't bug out on bodiless articles.
9981         (nnimap-send-command): Have no outstanding messages if the IMAP server
9982         doesn't support streaming.
9983         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9984
9985 2010-10-24  Julien Danjou  <julien@danjou.info>
9986
9987         * message.el (message-default-headers): Fix type.
9988
9989 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9990
9991         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9992         prefetching images.
9993
9994         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9995         backend for unknown groups.  This is mainly useful for nnimap groups.
9996
9997         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9998         group isn't covered by the agent.
9999
10000 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10001
10002         * nnir.el (nnir-method-default-engines): New variable.
10003         (nnir-run-query): Use it.
10004         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10005         (gnus-summary-nnir-goto-thread): Change group if needed.
10006
10007         * gnus-group.el (gnus-group-group-map): Add key binding for
10008         gnus-group-make-nnir-group.
10009
10010 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * shr.el (shr-tag-object): Add.
10013
10014         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10015         original article buffer live.
10016         (gnus-summary-select-article-buffer):
10017         Mention gnus-widen-article-buffer.
10018
10019 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10020
10021         * shr.el (shr-tag-strong): Add.
10022
10023 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10026         group names.  They mess up the group buffer badly.
10027
10028         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10029
10030         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10031         instead of the summary one.
10032
10033 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * mml.el (mml-preview): Work properly when editing article.
10036
10037         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10038         gnus-have-read-active-file if it's already been in.
10039
10040 2010-10-22  Tom Tromey  <tromey@redhat.com>
10041
10042         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10043         gnus-group-completing-read.
10044
10045 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046
10047         * message.el (message-mode-map): Don't bind M-; to comment region, to
10048         allow the global comment-dwim to work.
10049
10050 2010-10-21  Julien Danjou  <julien@danjou.info>
10051
10052         * message.el (message-setup-1): Allow message-default-headers to be a
10053         function.
10054
10055 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * shr.el (shr-tag-table): Simplify.
10058
10059 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10062         to avoid trying to snarf invalid stuff.
10063
10064         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10065
10066         * gnus.el (gnus-message-archive-group): Quote value.
10067         (gnus-message-archive-group): Mark as changed.
10068
10069         * shr.el (shr-add-font): Don't put the font properties on the newline
10070         or the indentation.
10071
10072         * message.el (message-fix-before-sending): Change options when sending
10073         non-printable characters.
10074
10075         * gnus.el (gnus-message-archive-method): Change the default to
10076         monthly outgoing groups.
10077
10078         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10079         that have gotten new numbers.
10080
10081         * nnimap.el (nnimap-request-replace-article): New function.
10082
10083 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10086         (nnrss-request-article): Don't use special html washing code.
10087
10088 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * shr.el (shr-tag-table): Remove useless nconc.
10091
10092 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10093
10094         * gnus-art.el (article-wash-html): Simplify and remove the charset
10095         stuff.  Use the normal html rendering code instead of the special html
10096         washing code.
10097
10098         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10099         `gnus-w3m' symbols.
10100         (mm-text-html-washer-alist): Remove.
10101
10102         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10103         (mm-inline-media-tests): Remove use.
10104         (mm-text-html-renderer): Change default to the `shr' symbol.
10105
10106         * mm-view.el (mm-inline-text-html): Remove use.
10107
10108         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10109         `gnus-blocked-images' to be a function.
10110         (gnus-article-wash-function): Remove.
10111
10112 2010-10-20  Julien Danjou  <julien@danjou.info>
10113
10114         * spam.el (spam-list-of-processors): Mark as obsolete.
10115
10116         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10117         (nnimap-insert-partial-structure): Fix boundary detection.
10118
10119 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10120
10121         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10122         run file-truename on remote files.  This can be expensive and even
10123         prevent one from editing drafts if some unrelated buffer has a stale
10124         connection.
10125
10126 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10129         kinsoku-eol regardless of shr-kinsoku-shorten.
10130         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10131         (shr-tag-table): Support caption, thead, and tfoot.
10132
10133 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10136         lines.
10137         (shr-save-contents): New command and keystroke.
10138
10139         * nndoc.el (nndoc-type-alist): Add git support.
10140         (nndoc-git-type-p): New function.
10141         (nndoc-transform-git-article): Ditto.
10142         (nndoc-transform-git-headers): Ditto.
10143         (nndoc-transform-git-headers): Generate Subject headers.
10144
10145         * shr.el (shr-parse-style): New function.
10146         (shr-tag-span): Ditto.
10147
10148         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10149         to `G G' to avoid collisions.
10150
10151 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * shr.el: Load kinsoku if necessary.
10154         (shr-kinsoku-shorten): New internal variable.
10155         (shr-find-fill-point): Make kinsoku shorten text line if
10156         shr-kinsoku-shorten is bound to non-nil.
10157         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10158         shr-indentation too when testing if table is wider than frame width.
10159         (shr-insert-table): Use `string-width' instead of `length' to measure
10160         text width.
10161         (shr-insert-table-ruler): Make sure indentation is done at bol.
10162
10163 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10164
10165         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10166         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10167         undecoded network data.
10168
10169 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170
10171         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10172         name in the mode line spec so that the mode line menu works
10173         (bug#2431).
10174
10175         * message.el (message-get-reply-headers): If we're fed `to-address',
10176         then always use that.
10177
10178         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10179         aren't so wide as to need to switch off the edit menu.
10180
10181         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10182         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10183
10184         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10185         `M-g'.
10186         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10187         the permanent marks.
10188
10189 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10190
10191         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10192         Splitting according to references/in-reply-to obeys the ignore-groups
10193         variable, while splitting by sender and subject do not.
10194
10195 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10196
10197         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10198         alist, so that we can look for non-Unicode chars.
10199         (article-translate-strings): Allow both character and string maps.
10200
10201 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * shr.el (shr-insert): Don't insert space behind a wide character
10204         categorized as kinsoku-bol, or between characters both categorized as
10205         nospace.
10206
10207 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10208
10209         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10210         headers to gnus-newsgroup-headers.
10211
10212 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10213
10214         * shr.el (shr-tag-img): Don't align images -- since we're not
10215         rescaling, this often leads to ugly displays.
10216
10217 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10218
10219         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10220         duplicates.
10221
10222 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10223
10224         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10225         call.
10226
10227 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * gnus.el: Autoload gnus-html-show-images.
10230
10231         * nnimap.el: Use nnheader-message throughout.
10232
10233         * shr.el (shr-tag-img): Ignore images with no data.
10234
10235 2010-10-15  Julien Danjou  <julien@danjou.info>
10236
10237         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10238         a possibility to disable format=flow encoding when using hard newlines.
10239
10240 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * shr.el (shr-insert): Remove space inserted before or after a
10243         breakable character or at the beginning or the end of a line.
10244         (shr-find-fill-point): Do kinsoku; find the second best point or give
10245         it up if there's no breakable point.
10246
10247 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * nnimap.el (nnimap-open-connection): Message when opening connection
10250         for debugging purposes.
10251
10252         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10253         on every setup buffer call to allow this to change from article to
10254         article.
10255
10256         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10257         buffers where we have a wide table.
10258
10259 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10260
10261         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10262         uses *-request-thread.
10263
10264 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10267         incantation, which is no longer valid.
10268
10269 2010-10-14  Julien Danjou  <julien@danjou.info>
10270
10271         * shr.el: Fix defcustom type (char -> character).
10272
10273 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10274
10275         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10276         programs.
10277
10278 2010-10-14  Julien Danjou  <julien@danjou.info>
10279
10280         * shr.el (shr-tag-a): Use url-link as widget type.
10281
10282         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10283         `gnus-group-get-icon'.
10284
10285 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286
10287         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10288         This should make server editing work better.
10289
10290         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10291
10292         * tls.el (tls-program): Remove spurious %s from openssl.
10293
10294         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10295         (nnimap-parse-flags): Fix regexp.
10296
10297         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10298         probably work for CJVK text, too.
10299
10300         * nnimap.el (nnimap-extend-tls-programs): Remove.
10301         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10302
10303         * tls.el (tls-starttls-switches): Remove starttls hack.
10304         (open-tls-stream): Ditto.
10305         (tls-find-starttls-argument): Ditto.
10306
10307 2010-10-13  Julien Danjou  <julien@danjou.info>
10308
10309         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10310         responses.
10311
10312 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10315
10316         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10317         anything in Emacs.
10318
10319         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10320
10321 2010-10-13  Julien Danjou  <julien@danjou.info>
10322
10323         * shr.el (shr-width): Make shr-width a defcustom with default to
10324         fill-column.
10325         (shr-tag-img): Use shr-width rather than fill-column.
10326
10327 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * dgnushack.el (byte-optimize-apply):
10330         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10331
10332         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10333         position when (X-)Faces exist.
10334         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10335         avatars when called interactively.
10336
10337 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10340         gnus-article-x-face-too-ugly is bound.
10341
10342 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10345
10346         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10347         mailbox that doesn't exist.
10348
10349 2010-10-12  Julien Danjou  <julien@danjou.info>
10350
10351         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10352         (shr-get-image-data): Encode URL properly when fetching from cache.
10353         (shr-tag-img): Use aligned-to spaces to align correctly images.
10354
10355         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10356         before inserting the Gravatar.
10357
10358         * shr.el (shr-tag-img): Add align attribute support for <img>.
10359
10360 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * gnus-gravatar.el (gnus-art): Require.
10363
10364         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10365         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10366         Remove long obsoleted functions.
10367
10368 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10371
10372         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10373
10374         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10375         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10376         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10377         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10378         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10379         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10380         * sieve-manage.el, smime.el, spam.el:
10381         Fix comment for declare-function.
10382
10383 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * nnimap.el (nnimap-request-rename-group): Select group read-only
10386         before renaming it.
10387
10388         * shr.el (shr-insert): Fix up the white space only regexp.
10389
10390         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10391         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10392
10393         * shr.el (shr-current-column): New function.
10394         (shr-find-fill-point): New function.
10395
10396 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10397
10398         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10399         numbers.
10400
10401 2010-10-11  Julien Danjou  <julien@danjou.info>
10402
10403         * shr.el (shr-hr-line): Add.
10404         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10405         display hr lines.
10406         (shr-max-columns): Do not change state to nil if we just inserting
10407         spaces.
10408
10409 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10412         select the last group.
10413
10414 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10415
10416         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10417
10418 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10419
10420         * dig.el (dig-mode-map): Declare and define in one step.
10421
10422 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10423
10424         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10425         for Gnus.
10426         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10427         (nnimap-update-qresync-info): Mark \Seen articles as read.
10428
10429         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10430         non-variable, too.
10431
10432         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10433         available.
10434         (nnimap-update-info): Rely more on the current active than the param
10435         active to avoid marking articles as read too much.
10436
10437         * auth-source.el (auth-source-create): Use (user-login-name) for the
10438         user name default.
10439
10440         * nnimap.el (nnimap-update-info): If the server doesn't return any
10441         useful info, just use the previous info.
10442         (nnimap-update-info): Prefer old info over start-article.
10443         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10444
10445 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10446
10447         * nnir.el (autoload): Clean up autoloads.
10448         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10449         Use key rather than value.
10450         (nnir-imap-search-other): New variable.
10451         (nnir-read-parm): Use it.
10452         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10453         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10454
10455 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10456
10457         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10458         the process, too.
10459
10460 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10461
10462         * spam.el (gnus-summary-mode-map): Bind to "$".
10463         Suggested by Russ Allbery.
10464
10465         * shr.el: Rework the way things are indented by <li> slightly.
10466
10467         * gnus.el (gnus-group-set-parameter): Fix typo.
10468
10469         * nnimap.el: Start implementing QRESYNC support.
10470
10471 2010-10-09  Julien Danjou  <julien@danjou.info>
10472
10473         * nnir.el (nnir-engines): Fix too many arguments.
10474
10475 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10476
10477         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10478         group is the "last", so that the backends like nnfolder actually save
10479         their folders.
10480
10481         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10482         try to use that for the tls stream.
10483         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10484         UIDVALIDITY and find out which groups are read-only and not.
10485         (nnimap-get-flags): Use the same marks parsing code as the rest of
10486         nnimap.
10487
10488 2010-10-09  Julien Danjou  <julien@danjou.info>
10489
10490         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10491
10492         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10493         retrieving gravatars.
10494
10495         * shr.el (shr-table-corner): Add.
10496         (shr-table-line): Add.
10497         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10498
10499 2010-10-08  Julien Danjou  <julien@danjou.info>
10500
10501         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10502
10503 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10504
10505         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10506
10507         * gnus-sum.el (gnus-mark-article-as-unread)
10508         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10509         (gnus-summary-set-bookmark): Use it.
10510
10511         * gnus-msg.el (gnus-setup-message): Use it.
10512
10513         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10514
10515         * gnus.el (gnus-group-remove-parameter): Use it.
10516
10517         * gnus-group.el (gnus-group-make-web-group): Use it.
10518
10519         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10520
10521         * nnregistry.el: Update docs to mention manual.
10522
10523         * gnus-registry.el: Update docs to mention nnregistry.el.
10524         (gnus-registry-initialize): Don't install nnregistry refer method
10525         automatically.
10526         (gnus-registry-install-nnregistry): Remove it.
10527
10528 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10529
10530         * shr.el (shr-insert): Don't insert double spaces.
10531
10532 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-gravatar.el (gnus-treat-from-gravatar)
10535         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10536         called interactively.
10537
10538         * gnus-art.el (gnus-mime-view-part-externally)
10539         (gnus-mime-view-part-internally): Make predicate function passed to
10540         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10541         of a mime type.
10542
10543         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10544
10545 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10546
10547         * shr.el (require): Require cl when compiling.
10548         (shr-tag-hr): New function.
10549
10550         * nnimap.el (nnimap-update-info): Remove double setting of high.
10551         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10552         This makes nnimap work properly on Courier again.
10553
10554         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10555         the variable for backwards compatibility.
10556
10557         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10558         the file name before using to avoid setting mm-default-directory to
10559         nil.
10560
10561         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10562         bidning gnus-agent variables.
10563
10564         * shr.el (shr-render-td): Use a cache for the table rendering function
10565         to avoid getting an exponential rendering behavior in nested tables.
10566         (shr-insert): Rework the line-breaking algorithm.
10567         (shr-insert): Don't leave trailing spaces.
10568         (shr-insert-table): Also insert empty TDs.
10569         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10570
10571 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10572
10573         * gnus-sum.el (gnus-number): Rename from `number'.
10574         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10575         (gnus-summary-limit-children): Update uses correspondingly.
10576
10577 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10580         (gnus-gravatar-transform-address): Don't show avatars of people of
10581         which mail addresses match gnus-gravatar-too-ugly.
10582
10583 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10584
10585         * shr.el (shr-table-widths): Expand TD elements to fill available
10586         space.
10587
10588 2010-10-07  Julien Danjou  <julien@danjou.info>
10589
10590         * nnimap.el (nnimap-request-rename-group): Add this method.
10591
10592 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10595         name from XEmacs' function-arglist.
10596
10597         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10598         gravatar under XEmacs.
10599
10600 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10601
10602         * auth-source.el: Update docs with TODO items.
10603
10604         * gnus-sync.el: Update docs to explain state and plans.
10605
10606         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10607         Hooks for mark updates.
10608         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10609
10610         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10611         hooks with arguments, which is needed for mark update hooks.
10612
10613 2010-10-06  Julien Danjou  <julien@danjou.info>
10614
10615         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10616         was matched.
10617
10618         * sieve-manage.el: Update example in `Commentary'.
10619
10620         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10621
10622         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10623         not 2000.
10624         (sieve-manage-authenticate): Re-add function.
10625
10626 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * shr.el (shr-insert): Get 'space transition right.
10629         (shr-render-td): Only delete space at the end of the TD.
10630
10631         * nnimap.el (nnimap-open-connection): Prepare to support
10632         open-gnutls-stream.
10633
10634         * shr.el: Rearrange function order to be more logical.
10635
10636 2010-10-06  Julien Danjou  <julien@danjou.info>
10637
10638         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10639         (nnrss-discover-feed): Remove 404 URL in docstring.
10640
10641         * nnir.el: Fix Swish-E URL.
10642         Fix Namazu URL.
10643
10644         * message.el (message-change-subject): Remove 404 URL in a comment.
10645
10646 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10649         called interactively.
10650
10651         * gnus-util.el (gnus-remove-if): Allow hash table.
10652         (gnus-remove-if-not): New function.
10653
10654         * gnus-art.el (gnus-mime-view-part-as-type):
10655         * gnus-score.el (gnus-summary-score-effect):
10656         * gnus-sum.el (gnus-read-move-group-name):
10657         Replace remove-if-not with gnus-remove-if-not.
10658
10659         * gnus-group.el (gnus-group-completing-read):
10660         Regard collection as a hash table if it is not a list.
10661
10662 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10665
10666         * shr.el: Document the table-rendering algorithm.
10667
10668 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10671         for Emacsen having no `libxml-parse-html-region' support.
10672
10673 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10676         invalid URLs.
10677
10678         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10679         line-broken.
10680         (shr-tag-img): Ignore image fetching errors.
10681         (shr-overlays-in-region): Compute overlay positions correctly.
10682
10683         * mm-decode.el (mm-shr): Require shr.
10684
10685         * gnus-art.el (gnus-blocked-images): Move variable here.
10686
10687         * shr.el (shr-insert-table): Bind free variable.
10688
10689         * mm-decode.el (mm-shr): Bind shr-content-function.
10690
10691         * shr.el (shr-content-function): New variable.
10692
10693         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10694         added for symmetry.
10695
10696         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10697
10698         * gnus-group.el (gnus-group-make-group): Doc fix.
10699
10700         * nnimap.el (nnimap-request-newgroups): Return success.
10701
10702         * shr.el (shr-find-elements): New function.
10703         (shr-tag-table): Put all the images after the table.
10704         (shr-tag-table): Really inhibit images inside the table.
10705         (shr-collect-overlays): Copy over overlays from the TD elements to the
10706         main document.
10707
10708         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10709         gnus-blocked-images.
10710
10711 2010-10-05  Julien Danjou  <julien@danjou.info>
10712
10713         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10714
10715         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10716         (gnus-html-maximum-image-size): Add this function.
10717         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10718
10719         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10720         server-value of the capability is nil.
10721
10722 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * shr.el (shr-tag-em): Add <EM> tag.
10725
10726 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10727
10728         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10729         customizable.
10730
10731         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10732         handing broken links to browse-url.
10733
10734 2010-10-05  Julien Danjou  <julien@danjou.info>
10735
10736         * gnus-util.el (gnus-emacs-completing-read)
10737         (gnus-iswitchb-completing-read): Use autoload rather than require.
10738
10739 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10742         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10743         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10744         iswitchb-temp-buflist for XEmacs.
10745
10746         * gnus-util.el (gnus-completing-read-function): Exclude
10747         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10748         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10749         XEmacs.
10750
10751         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10752         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10753
10754         * gnus-html.el: Don't require help-fns under XEmacs.
10755         (gnus-html-schedule-image-fetching): Work for XEmacs.
10756
10757         * mm-decode.el (mm-shr): Decode contents by charset.
10758
10759 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10760
10761         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10762         unknown.
10763
10764         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10765         (shr-get-image-data): Ensure against the cache file missing.
10766
10767         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10768         for data.
10769
10770         * spam-report.el (spam-report-url-ping-plain): Don't query about
10771         killing the process.
10772
10773         * shr.el (shr-render-td): Protect against too-wide text.
10774
10775 2010-10-04  Julien Danjou  <julien@danjou.info>
10776
10777         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10778         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10779
10780         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10781         retrieved.
10782
10783 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * shr.el (browse-url): Require.
10786         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10787         lines.
10788         (shr-show-alt-text, shr-browse-image): New commands.
10789         (shr-browse-url, shr-copy-url): New commands.
10790
10791         * gnus-sum.el (gnus-widen-article-window): New variable.
10792         (gnus-summary-select-article-buffer): Use it.
10793
10794         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10795         without @ signs.
10796
10797 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10798
10799         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10800
10801 2010-10-04  Julien Danjou  <julien@danjou.info>
10802
10803         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10804         for XEmacs.
10805
10806 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807
10808         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10809
10810         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10811         (nnimap-close-server): Implement.
10812
10813         * dgnushack.el (iswitchb): Require to shut up the compiler.
10814
10815         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10816         (shr-insert): Tweak line breaking.
10817         (shr-insert): Handle <pre> better.
10818         (shr-tag-li): Get <li> indentation right.
10819         (shr-tag-li): Get <li> indentation even righter.
10820         (shr-tag-blockquote): Ensure paragraph start.
10821         (shr-make-table): Tweak table generation.
10822         (shr-make-table): Fix typo.
10823
10824         * shr.el: Implement table rendering.
10825
10826 2010-10-04  Julien Danjou  <julien@danjou.info>
10827
10828         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10829
10830 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10831
10832         * shr.el (shr-insert): Use string anchors instead of line anchors.
10833
10834 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10835
10836         * shr.el: Add headings.
10837         (shr-ensure-paragraph): Actually work.
10838         (shr-tag-li): Make <ul> prettier.
10839         (shr-insert): Get white space at the beginning/end of elements right.
10840         (shr-tag-p): Collapse subsequent <p>s.
10841         (shr-ensure-paragraph): Don't insert double line feeds after blank
10842         lines.
10843         (shr-insert): \t is also space.
10844         (shr-tag-s): Fix "s" tag name function.
10845         (shr-tag-s): Fix face prop name.
10846
10847 2010-10-03  Julien Danjou  <julien@danjou.info>
10848
10849         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10850
10851         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10852         gnus-window-inside-pixel-edges.
10853
10854         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10855         gnus-ems.
10856
10857         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10858
10859         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10860         function.
10861
10862         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10863         resize choice.
10864
10865 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10868         beginning of the buffer.
10869
10870         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10871         article buffer again.
10872
10873         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10874
10875         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10876         when it's at the start of the buffer.
10877
10878         * shr.el (shr-tag-blockquote): Convert name.
10879         (shr-rescale-image): Use the right image-size variant.
10880
10881         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10882         buffer isn't shown, then select the current article first instead of
10883         bugging out.
10884         (gnus-summary-select-article-buffer): Show both the article and summary
10885         buffers again.
10886
10887         * shr.el (shr-fontize-cont): Protect against regions with no text.
10888         Rename tag functions to shr-tag-* for enhanced security.
10889         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10890
10891 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10892
10893         * shr.el (shr-insert):
10894         * pop3.el (pop3-movemail):
10895         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10896         loaded.
10897
10898 2010-10-03  Glenn Morris  <rgm@gnu.org>
10899
10900         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10901
10902         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10903
10904         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10905
10906         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10907
10908         * gnus-util.el (gnus-make-local-hook): Simplify.
10909
10910 2010-10-02  Julien Danjou  <julien@danjou.info>
10911
10912         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10913         (gnus-ido-completing-read): New function.
10914         (gnus-emacs-completing-read): New function.
10915         (gnus-completing-read): Use gnus-completing-read-function.
10916         Add gnus-completing-read-function.
10917
10918 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * shr.el (shr-insert-document): Autoload.
10921         (shr-img): Be silent.
10922         (shr-insert): Add a newline after every picture before text.
10923         (shr-add-font): Use overlays for combining faces.
10924         (shr-insert): Pass upwards the text start point.
10925
10926         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10927         possible.
10928         (mm-shr): New function.
10929
10930 2010-10-02  Julien Danjou  <julien@danjou.info>
10931
10932         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10933         should go backward.
10934
10935 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10936
10937         * shr.el (shr): Fix typo in provide call.
10938
10939 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10940
10941         * shr.el: New file.
10942
10943         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10944
10945         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10946         completing read.
10947
10948 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949
10950         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10951         we're being queried about.  Suggested by Dan Jacobson.
10952
10953         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10954         Suggested by Jason Eisner.
10955
10956         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10957         table, too.  Suggested by Stefan Wiens.
10958         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10959         the table unnecessary.  Suggested by Stefan Wiens.
10960
10961         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10962         longer needed, and probably doesn't work either, as pointed out by
10963         Stefan Wiens.
10964         (gnus-summary-exit): Remove call to the clearing function.
10965         (gnus-summary-exit-no-update): Ditto.
10966
10967         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10968         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10969         Reported by Stefan Monnier.
10970         (gnus-summary-save-in-rmail): Ditto.
10971
10972         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10973         article buffer, instead of both the article buffer and the summary
10974         buffer.  Sort of suggested by Dan Jacobson.
10975
10976         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10977
10978         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10979         Suggested by Dan Jacobson.
10980
10981         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10982         documentation clearer.
10983
10984         * message.el (message-shorten-references): Comment on the number "21".
10985         Suggested by Stefan Monnier.
10986
10987         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10988         Suggested by Dan Jacobson.
10989
10990         * gnus.el (gnus-large-newsgroup):
10991         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10992
10993         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10994         externalize attachments.  Bug reported by Steve Wen.
10995
10996         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10997         really message anything to the user.
10998
10999         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11000         directly.
11001
11002         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11003         messages in empty groups.
11004
11005 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11006
11007         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11008         non-UIDNEXT group.
11009
11010 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11013         not the value from the collection.
11014
11015         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11016         values.  This sometimes happens on some groups that have no info.
11017         (nnimap-request-newgroups): New function.
11018
11019 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11020
11021         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11022         check into `gnus-registry-initialize'.
11023         (gnus-registry-initialize): Ditto.
11024         Fix and extend header docs.
11025
11026 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11027
11028         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11029         regexp backtrace overflows.
11030
11031         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11032         for starttls that tls.el implements; i.e. openssl.
11033
11034         * tls.el (tls-starttls-switches): Give up on using starttls with
11035         gnutls-cli.
11036         (tls-program): Add --insecure to be consistent with the defaults from
11037         openssl s_client.  Now all three commands are insecure.
11038
11039 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * lpath.el: Bind completion-styles-alist for XEmacs.
11042
11043         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11044         (gravatar-create-image): New function that's an alias to
11045         gnus-xmas-create-image, gnus-create-image, or create-image.
11046         (gravatar-data->image): Use it.
11047
11048 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11049
11050         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11051         install the nnregistry refer method.
11052         (gnus-registry-install-hooks): Use it.
11053         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11054         unfollowed groups.
11055
11056 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11057
11058         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11059         expanding threads.
11060
11061 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062
11063         * nnir.el: Use the server names without suffixes (bug#7009).
11064
11065         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11066         unencrypted to STARTTLS, if possible.
11067
11068 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11069
11070         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11071         headers before superseding.
11072
11073 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11074
11075         * nnrss.el (nnrss-use-local): Add documentation.
11076
11077         * nnimap.el (nnimap-extend-tls-programs): New function.
11078         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11079         (nnimap-wait-for-connection): Accept the greeting from the stupid
11080         output from openssl s_client -starttls, too.
11081
11082         * tls.el (tls-starttls-switches): New variable.
11083         (tls-find-starttls-argument): Use it.
11084         (open-tls-stream): Ditto.
11085
11086         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11087         (netrc-machine): Ditto.
11088
11089         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11090         article number.
11091         (nnimap-split-fancy): New variable.
11092         (nnimap-split-incoming-mail): Use it.
11093
11094         * nntp.el (nntp-server-list-active-group): Document.
11095
11096         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11097         SELECT to get the message-id.
11098
11099         * mail-source.el (mail-sources): Remove webmail support.
11100         (defvar): Ditto.
11101         (mail-source-fetcher-alist): Ditto.
11102         (mail-source-fetch-webmail): Remove.
11103
11104         * webmail.el: Remove -- doesn't seem relevant any more.
11105
11106         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11107
11108         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11109         the \r.
11110
11111 2010-09-30  Julien Danjou  <julien@danjou.info>
11112
11113         * gnus-agent.el (gnus-agent-add-group): Fix call to
11114         gnus-completing-read.
11115
11116 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11117
11118         * nndoc.el (nndoc-retrieve-groups): New function.
11119
11120         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11121         `default', use nnmail-split-methods.
11122         (nnimap-request-article): Downcase the NILs so that they are nil.
11123
11124         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11125         symbol.
11126
11127         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11128         code, since if the user has requested network, that's what they ought
11129         to get.
11130         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11131         (nnimap-split-rule): Mark as obsolete.
11132
11133         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11134         New variable.
11135
11136         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11137         correct slot, too.
11138
11139 2010-09-29  Julien Danjou  <julien@danjou.info>
11140
11141         * gnus.el (gnus-local-domain): Declare variable obsolete.
11142
11143         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11144         Fix history computing.
11145         (gnus-ido-completing-read): Require ido.
11146
11147 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11148
11149         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11150         build Gnus.
11151
11152         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11153         when interpreting the structures.
11154         (nnimap-request-accept-article): Add \r\n to the lines to make this
11155         work with Cyrus.
11156
11157         * nndraft.el (nndraft-request-expire-articles): Use the group name
11158         instead if "nndraft".  Fix found by Nils Ackermann.
11159
11160 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11161
11162         * nnregistry.el: Add.
11163
11164 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11165
11166         * nnmail.el (group, group-art-list, group-art):
11167         Remove unneeded directives.
11168
11169 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11172         (mm-mime-charset):
11173         * rfc2047.el (rfc2047-syntax-table):
11174         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11175
11176         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11177         rather than `insert-file-contents' and `eval-region'.
11178
11179         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11180         construction.
11181
11182         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11183
11184         * time-date.el: No need to require cl for Emacs 21.
11185
11186 2010-09-29  Julien Danjou  <julien@danjou.info>
11187
11188         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11189         replacement of `gnus-gravatar-relief' to mimic
11190         `gnus-faces-properties-alist'.
11191         Add :version property.
11192
11193 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * mail-source.el (mail-source-report-new-mail):
11196         * message.el (message-default-mail-headers):
11197         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11198
11199         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11200
11201 2010-09-28  Julien Danjou  <julien@danjou.info>
11202
11203         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11204         mail-address contains the same string as real-name.
11205
11206         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11207         non-blank in header, otherwise it'll get stripped.
11208
11209         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11210         real-name, and then for mail address rather than doing : or , search.
11211
11212 2010-09-27  Julien Danjou  <julien@danjou.info>
11213
11214         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11215         right completing-read function.
11216         (gnus-use-ido): New variable
11217         (gnus-completing-read-with-default): Remove.
11218         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11219         (gnus-agent-add-group):
11220         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11221         * mm-view.el (mm-view-pkcs7-decrypt):
11222         * mm-util.el (mm-codepage-setup):
11223         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11224         * mml-smime.el (mml-smime-openssl-sign-query):
11225         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11226         (mml-insert-multipart):
11227         * gnus-msg.el (gnus-summary-yank-message):
11228         * gnus-int.el (gnus-start-news-server):
11229         * mm-decode.el (mm-interactively-view-part):
11230         * gnus-dired.el (gnus-dired-attach):
11231         * gnus.el (gnus-read-method):
11232         * gnus-bookmark.el (gnus-bookmark-jump):
11233         * gnus-art.el (gnus-mime-view-part-as-type)
11234         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11235         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11236         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11237         * nnmairix.el (nnmairix-create-server-and-default-group)
11238         (nnmairix-update-groups, nnmairix-get-server)
11239         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11240         (nnmairix-get-group-from-file-path):
11241         * nnrss.el (nnrss-find-rss-via-syndic8):
11242         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11243         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11244         (gnus-group-browse-foreign-server):
11245         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11246         (gnus-summary-execute-command, gnus-summary-respool-article)
11247         (gnus-read-move-group-name):
11248         * gnus-score.el (gnus-summary-increase-score)
11249         (gnus-summary-score-effect):
11250         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11251
11252 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11255         x-focus-frame.
11256
11257         * nnimap.el (auth-source-forget-user-or-password)
11258         (auth-source-user-or-password): Autoload.
11259
11260         * message.el (message-from-style, message-interactive)
11261         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11262         (message-yank-prefix, message-indentation-spaces, message-signature)
11263         (message-signature-file): Add comment.
11264
11265 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11266
11267         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11268         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11269         new articles.
11270
11271         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11272         parts.
11273         (nnimap-request-article): Work with the t setting, too.
11274
11275         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11276         that you don't get flashes of other buffers.
11277         (gnus-summary-show-complete-article): Intern before setting.
11278
11279 2010-09-27  David Engster  <dengste@eml.cc>
11280
11281         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11282         well as HEADERS.
11283         (nnmairix-retrieve-headers): Provide new argument for the above.
11284
11285 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11286
11287         * gnus-sum.el (gnus-summary-move-article): Don't alter
11288         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11289         group.
11290
11291         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11292
11293         * message.el (message-cite-prefix-regexp): Revert my last edit.
11294
11295         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11296         variable instead of the Gnus variable.
11297
11298         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11299
11300         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11301
11302         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11303         since some servers don't like it.
11304         (nnimap-open-connection): Forget credentials if the server says the
11305         password was wrong.
11306         (nnimap-parse-line): Protect against invalid data.
11307
11308         * gnus-sum.el (gnus-summary-move-article): Add comment.
11309         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11310         nothing alters it while scanning for new messages.
11311
11312         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11313         which may or may not help.
11314         (nnimap-open-connection): If we're doing a stream connection, and then
11315         discover we're on a STARTTLS-capable server, then open a STARTTLS
11316         connection instead.
11317
11318 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11319
11320         * nnimap.el (utf7): Require.
11321
11322         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11323         prefix.
11324
11325 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11326
11327         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11328
11329 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330
11331         * nnimap.el (nnimap-request-accept-article): Message the error on
11332         error.
11333
11334 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11337
11338 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11339
11340         * nndoc.el (nndoc-request-list): Return success always.
11341
11342         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11343         `fetch-old' -- we only want to fetch the articles we've requested.
11344         The rest are in the agent, probably.
11345         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11346         disappeared server" to something low.  It's not important.
11347
11348         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11349         arrived before the FETCH data.
11350
11351         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11352         target here, because we don't know the Gnus name of the group.
11353
11354         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11355         for the correct group.
11356
11357         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11358
11359         * gnus.el (gnus): Give a final warning after startup.
11360
11361         * gnus-util.el (gnus-action-message-log): New variable.
11362         (gnus-message): Use it.
11363         (gnus-final-warning): New function.
11364
11365         * nnimap.el (nnimap-open-connection): Record the greeting.
11366         (nnimap): Add greeting.
11367
11368 2010-09-26  Julien Danjou  <julien@danjou.info>
11369
11370         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11371         arguments.
11372         (gnus-html-wash-images): Fix spec computing to include start/end.
11373
11374         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11375
11376 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11377
11378         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11379         deletion.
11380         (nnimap-retrieve-headers): Don't select the group, because that's
11381         already done by nnimap-possibly-change-group.
11382
11383         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11384         (gnus-picon-transform-address): Use it.
11385
11386         * mail-source.el (mail-source-value): Revert previous patch.
11387
11388         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11389         on failure.
11390         (nnimap-open-connection): Look up both virtual and physical server name
11391         credentials.
11392
11393         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11394
11395 2009-02-07  Dave Love  <fx@gnu.org>
11396
11397         * tls.el (open-tls-stream): Don't query killing process.
11398
11399 2009-02-08  Dave Love  <fx@gnu.org>
11400
11401         * gnus-win.el (gnus-window-to-buffer-helper)
11402         (gnus-all-windows-visible-p): Function needn't be a symbol.
11403
11404         * mail-source.el (mail-source-value): Function needn't be a symbol.
11405
11406 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11407
11408         * message.el (message-cite-prefix-regexp): Remove } from the cite
11409         prefix.
11410
11411         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11412         highlight again, so that the highlight is correct.
11413
11414         * gnus-picon.el (gnus-picon): Remove again.
11415         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11416
11417         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11418         doing the header highlightling, so that the background color of the
11419         picon is correct.
11420
11421         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11422         (gnus-picon): Ditto.
11423         (gnus-picon): Reinstate.  The background color for picons is white.
11424         (gnus-picon-insert-glyph): Make the background white.
11425
11426         * nnml.el (nnml-open-nov): Don't return dead buffers.
11427
11428         * auth-source.el (auth-source-create): Query the user for whether to
11429         store the credentials.
11430
11431         * netrc.el (netrc-store-data): New function.
11432
11433         * auth-source.el (auth-source-user-or-password): Use the existing auth
11434         sources, if any, for creation.
11435
11436         * gnus.el (gnus-group-fast-parameter): Return the last matching
11437         parameter instead of the first matching parameter.
11438
11439 2010-09-26  Julien Danjou  <julien@danjou.info>
11440
11441         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11442
11443 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11444
11445         * mml2015.el (mml2015-use): Remove gpg support.
11446
11447         * mml1991.el (mml1991-function-alist): Remove gpg function.
11448         (mml1991-gpg-sign): Remove.
11449
11450 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11451
11452         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11453         (gnus-browse-unsubscribe-current-group): Document it.
11454         (gnus-browse-unsubscribe-group): Use it.
11455
11456 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11457
11458         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11459         address to the To list for easier response.
11460
11461         * gnus.el (gnus-play-startup-jingle): Remove.
11462         (gnus-splash): Don't play jingle.
11463         (gnus): Silence gnus-load message.
11464
11465         * gnus-art.el (gnus-treat-play-sounds): Remove.
11466
11467         * gnus.el (gnus-play-jingle): Remove audio support.
11468
11469         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11470
11471         * earcon.el: Remove -- no users.
11472
11473         * gnus-audio.el: Remove -- no users of this package.
11474
11475         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11476
11477         * gnus-start.el (gnus-setup-news): Remove nocem support.
11478
11479         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11480
11481         * gnus.el (gnus-use-nocem): Remove.
11482
11483         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11484         Remove.
11485
11486         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11487         uses NoCeM any more.
11488
11489         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11490         (gnus-button-ctan-handler): Ditto.
11491         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11492         (gnus-button-ctan-directory-regexp): Ditto.
11493         (gnus-button-handle-ctan): Ditto.
11494         (gnus-button-tex-level): Ditto.
11495         (gnus-button-alist): Remove CTAN stuff.
11496
11497 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11498
11499         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11500         nnimap-streaming test.
11501
11502         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11503         servers twice.
11504
11505         * nnimap.el (nnimap-open-connection): Add more error reporting when
11506         nnimap fails early.
11507
11508         * nnheader.el (nnheader-get-report-string): New function.
11509         (nnheader-get-report): Use it.
11510
11511         * gnus-int.el (gnus-check-server): Say what the error was when opening
11512         failed.
11513
11514         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11515         using streaming.
11516
11517 2010-09-25  Julien Danjou  <julien@danjou.info>
11518
11519         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11520         gnus-window-inside-pixel-edges.
11521
11522 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11525
11526         * mm-decode.el (mm-save-part): Allow saving to other directories the
11527         normal Emacs way.
11528
11529         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11530         Suggested by Jay Berkenbilt.
11531
11532         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11533         there isn't a single byte.
11534
11535         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11536         just do it.  It doesn't really seem to matter what the user responds
11537         here, I think, so it's just a confusing question.
11538
11539         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11540         non-streaming case.
11541
11542         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11543         (gnus-article-encrypt-body): Use it.
11544
11545         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11546         keystroke.
11547
11548         * nnimap.el (nnimap-find-wanted-parts-1):
11549         Use gnus-fetch-partial-articles.
11550
11551         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11552
11553         * nnimap.el (nnimap-insert-partial-structure): New function.
11554         (nnimap-get-partial-article): New function.
11555         (nnimap-request-article): Use it.
11556         (nnimap-wait-for-response): Return whether the wait was successful.
11557         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11558         retrieval wasn't successful.
11559         (nnimap-retrieve-group-data-early): Allow throttling servers.
11560         (nnimap-streaming): New variable.
11561         (nnimap-fetch-partial-articles): Remove.
11562
11563         * mm-decode.el (mm-with-part): Protect against killed buffers.
11564
11565         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11566         for prettier summary display.
11567
11568 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11569
11570         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11571
11572 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11575         apparently third-party libraries depend on it.
11576
11577         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11578         before starting negotiation.
11579
11580         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11581         privacy reasons.
11582         (gnus-treat-mail-gravatar): Ditto.
11583
11584         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11585         buffer when inserting images.  Inserting text into the headers, for
11586         instance, can make them invalid.
11587
11588 2010-09-25  Julien Danjou  <julien@danjou.info>
11589
11590         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11591         variables.
11592
11593         * nnheader.el: Remove useless variables news-reply-yank-from and
11594         news-reply-yank-message-id.
11595
11596         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11597         variables.
11598
11599         * mml1991.el: Remove useless mml1991-verbose.
11600
11601         * gnus.el: Remove useless variable gnus-use-generic-from.
11602         Remove obsolete variable gnus-topic-indentation.
11603
11604         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11605
11606         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11607
11608         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11609
11610         * gnus-group.el: Remove useless gnus-group-icon-cache.
11611         Remove useless gnus-ephemeral-group-server.
11612
11613         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11614
11615         * mml2015.el: Remove useless mml2015-verbose.
11616
11617         * mml-smime.el: Remove useless mml-smime-verbose.
11618
11619         * gnus.el: Remove useless gnus-local-domain.
11620
11621         * gnus-gravatar.el (gnus-gravatar-transform-address):
11622         Use gnus-gravatar-size.
11623
11624         * gnus-art.el: Remove useless gnus-treat-translate.
11625
11626 2010-09-24  Julien Danjou  <julien@danjou.info>
11627
11628         * gnus-sum.el: Add support for Gravatars.
11629
11630         * gnus-art.el: Add support for Gravatars.
11631
11632         * gnus-gravatar.el: Add this file.
11633
11634         * gravatar.el: Add this file.
11635
11636 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11637
11638         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11639
11640         * gnus-group.el (gnus-group-fetch-faq): Remove.
11641
11642         * gnus.el (gnus-group-faq-directory): Remove.
11643
11644         * gnus-group.el (gnus-group-fetch-charter): Remove.
11645
11646         * gnus.el (gnus-group-charter-alist): Remove.
11647
11648         * gnus-group.el (gnus-group-archive-directory): Remove.
11649         (gnus-group-recent-archive-directory): Ditto.
11650         (gnus-group-make-archive-group): Remove.
11651
11652         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11653
11654         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11655         use the same article number for all the cached articles.
11656
11657         * nnimap.el (nnimap-command): Register the last command time so
11658         that we can use it for idling NOOPs.
11659         (nnimap-open-connection): Start the keeplive timer.
11660         (nnimap-make-process-buffer): Store all the process buffers.
11661         (nnimap-keepalive): New function.
11662
11663         * starttls.el (starttls-open-stream): Add autoload cookie.
11664
11665 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11666
11667         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11668         handling.
11669
11670 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11671
11672         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11673         its data structures.
11674
11675         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11676         instead of the cl.el copy-list.
11677         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11678         equalp.
11679
11680 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11683         and tool-bar-local-item-from-menu.
11684
11685         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11686         mode-line-highlight face for Emacs.
11687
11688         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11689         loading gnus-sum.elc; fix comment for canlock-verify.
11690         (gnus-article-jump-to-part): Use read-number.
11691         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11692         Remove Emacs pre-21 compatible code for help-echo.
11693         (gnus-article-next-page-1): No need to adjust the number of lines.
11694         (gnus-article-describe-bindings): Always use help-buffer.
11695
11696         * gnus-audio.el (gnus-audio-inline-sound):
11697         * gnus-cus.el (gnus-custom-mode):
11698         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11699
11700         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11701
11702         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11703         compatible code.
11704
11705 2010-09-24  Glenn Morris  <rgm@gnu.org>
11706
11707         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11708         visiting the fcc file in rmail-mode.
11709
11710         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11711
11712 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * nnir.el: Silence the byte compiler.
11715
11716         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11717         alias to browse-url-url-encode-chars if any.
11718         (gnus-html-encode-url): Use it.
11719
11720 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11721
11722         * gnus-start.el (gnus-use-backend-marks): New variable.
11723         (gnus-get-unread-articles-in-group): Use it.
11724
11725         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11726         makeover.
11727
11728 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11729
11730         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11731
11732 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11733
11734         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11735         Remove.
11736         (gnus-setup-news-hook):
11737         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11738
11739         * gnus-int.el (gnus-request-update-info): Protect against backends not
11740         having the function.
11741
11742         * nnimap.el (nnimap-stream): Mention starttls.
11743         (nnimap-open-connection): Add starttls support.
11744
11745 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11746
11747         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11748
11749 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11750
11751         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11752         BODYSTRUCTUREs.
11753         (nnimap-transform-headers): Unfold quoted {42} headers.
11754
11755         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11756         the info.
11757         (gnus-get-unread-articles): Only call updatep on backends that support
11758         it.
11759
11760         * nnweb.el (nnweb-request-update-info): NOOP.
11761
11762         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11763
11764         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11765         since it only deals with marks.
11766
11767         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11768         gnus-request-marks, and make a new gnus-request-update-info.
11769
11770         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11771         the active instead of the high number, which is usually too low.
11772
11773 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11774
11775         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11776         * encrypt.el: Remove.
11777
11778 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11779
11780         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11781         server in symbolic form.
11782
11783         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11784
11785 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11788         (nnimap-update-info): Fix up code slightly.
11789
11790         * gnus-int.el (gnus-open-server): Add tracing for performance
11791         debugging.
11792
11793         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11794         (gnus-group-insert-group-line): Pass the real group name so that it
11795         gets the right data.
11796
11797         * gnus-start.el (gnus-get-unread-articles): Don't have
11798         `gnus-get-unread-articles-in-group' update info, since that can be
11799         really slow and doesn't seem to be needed?
11800
11801 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11802
11803         * time-date.el (date-to-time): Try using parse-time-string first before
11804         using the slower timezone-make-date-arpa-standard.
11805
11806 2010-09-22  Julien Danjou  <julien@danjou.info>
11807
11808         * gnus-group.el (gnus-group-insert-group-line):
11809         Call gnus-group-highlight-line.
11810         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11811         default hook list.
11812         (gnus-group-update-eval-form): Add new function.
11813         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11814         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11815
11816 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11817
11818         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11819         immediate, then expire all articles.
11820         (nnimap-update-info): Fix off-by-one errors.
11821         (nnimap-flags-to-marks): Would return no marks lists for group with no
11822         flags.  Instead return the other data.
11823
11824 2010-09-22  Julien Danjou  <julien@danjou.info>
11825
11826         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11827         Only return an icon.
11828         (gnus-group-insert-group-line): Compute icon to return.
11829
11830         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11831         (gnus-html-image-fetched): Only cache if
11832         gnus-html-image-automatic-caching is set.
11833         (gnus-html-image-fetched): Check for errors.
11834
11835 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11836
11837         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11838         once per method on `g'.  This ensures that backends like nnfolder don't
11839         open all their folders.
11840
11841         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11842         (nnimap-request-list): Nix out group in the correct buffer.
11843         (nnimap-parse-flags): Implement by using `read' instead of
11844         hand-parsing.
11845         (nnimap-flags-to-marks): Pass on permanent-flags.
11846         (nnimap-make-process-buffer): Record the server name.
11847         (nnimap-parse-flags): Fix typo.
11848         (nnimap-request-scan): Run split on the server in general, not just a
11849         single group.
11850
11851         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11852         parameter, and propagate this downwards.
11853
11854         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11855         since EXAMINE changes it on the server.
11856
11857         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11858         this command might take a while.
11859
11860 2010-09-22  Julien Danjou  <julien@danjou.info>
11861
11862         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11863         harmful if you have 2 images side-by-side, they can't be properly
11864         update on text deletion.  Using text-property is safer here.
11865         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11866         data.
11867
11868 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869
11870         * nnimap.el (nnimap-expunge-inbox): Remove.
11871         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11872         (nnimap-expunge): Flip default to t.
11873
11874         * gnus.el (gnus-method-to-server): Don't push things to the cache
11875         unless it's unique.
11876         (gnus-server-to-method): Ditto.
11877
11878 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11879
11880         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11881
11882 2010-09-22  Julien Danjou  <julien@danjou.info>
11883
11884         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11885         get the start of data.
11886         (gnus-html-encode-url): Add this function to encode special chars in
11887         URL.
11888         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11889         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11890
11891         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11892         default.
11893         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11894
11895         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11896         images alt-text.
11897         (gnus-html-put-image): Put alt-text as help-echo.
11898
11899 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11902         * mm-util.el (mm-decompress-buffer):
11903         * nnir.el (nnir-run-find-grep):
11904         * pop3.el (pop3-list): Use 3rd arg of split-string.
11905
11906         * time-date.el (format-seconds): Comment fix.
11907
11908         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11909         and byte-optimize-form-code-walker.
11910         (dgnushack-make-auto-load): Don't advise make-autoload.
11911
11912         * lpath.el: Remove Emacs 21 stuff.
11913
11914 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11915
11916         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11917         outside the active range.  Suggested by Dan Christensen.
11918
11919         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11920         slightly later to avoid double-getting it.
11921
11922         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11923         previous patch.
11924
11925         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11926
11927 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11928
11929         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11930
11931 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11932
11933         * gnus-int.el (gnus-open-server): Give a better error message in the
11934         "go offline" case.
11935
11936         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11937         marks for nnimap, which is seldom the right thing to do.
11938
11939         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11940         (gnus-same-method-different-name): New function.
11941
11942         * nnimap.el (parse-time): Require.
11943
11944         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11945         method in the presence of many similar methods.
11946
11947         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11948
11949         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11950         nnml-inhibit-expiry.
11951
11952         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11953         find out whether methods are equal.
11954
11955         * nnimap.el (nnimap-find-expired-articles): New function.
11956         (nnimap-process-expiry-targets): New function.
11957         (nnimap-request-move-article): Request the article before looking at
11958         what the Message-ID is.  Fix found by Andrew Cohen.
11959         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11960
11961         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11962         for oldness in addition to being a predicate.
11963
11964         * nnimap.el (nnimap-request-group): When we have zero articles, return
11965         the right data to Gnus.
11966         (nnimap-request-expire-articles): Only delete articles immediately if
11967         the target is 'delete.
11968
11969         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11970         method, this would bug out.
11971
11972         * gnus-group.el (gnus-group-expunge-group): Rename from
11973         gnus-group-nnimap-expunge, and implemented as a normal interface
11974         function.
11975
11976         * gnus-int.el (gnus-request-expunge-group): New function.
11977
11978         * nnimap.el (nnimap-request-create-group): Implement.
11979         (nnimap-request-expunge-group): New function.
11980
11981 2010-09-21  Julien Danjou  <julien@danjou.info>
11982
11983         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11984         (gnus-html-cache-expired): Add new function.
11985         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11986         wethever we should display image for fetch it.
11987         Compute alt-text earlier to pass it to the fetching function too.
11988         (gnus-html-schedule-image-fetching): Change function argument to only
11989         get one image at a time, not a list.
11990         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11991         cache.
11992         (gnus-html-get-image-data): New function to retrieve image data from
11993         cache.
11994         (gnus-html-put-image): Change buffer argument to use image data rather
11995         than file, and place image above region rather than inserting a new
11996         one.  Do not take alt-text as argument, since it's useless now: we place
11997         the image above alt-text.
11998         (gnus-html-prune-cache): Remove.
11999         (gnus-html-show-images): Start to fetch image when we find one, do not
12000         push into a temporary list.
12001         (gnus-html-prefetch-images): Only fetch image if they have expired.
12002         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12003         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12004
12005 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12008
12009 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12012         spec inser "*" if the group isn't active instead of 0.
12013
12014         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12015         opening the server.
12016         (nnimap-request-delete-group): Implement group deletion.
12017         (nnimap-transform-headers): Return the size of the entire message in
12018         the Bytes header, not just the size of the first part.
12019         (nnimap-request-move-article): When moving an article from nnimap,
12020         request the article first so the accepting form has an article to
12021         accept.  Reported by Dan Christensen.
12022         (nnimap-command): Make sure that the error message doesn't error out.
12023
12024 2010-09-20  David Edmondson  <dme@dme.org>
12025
12026         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12027         we haven't requested anything.
12028
12029 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12032         "".  Fix found by Andrew Cohen.
12033
12034         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12035         instead of -encode-string.
12036
12037 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12040
12041         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12042         by mm-subst-char-in-string.
12043
12044 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12045
12046         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12047         waiting for the connection string.
12048
12049         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12050         arriving.
12051
12052         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12053         bogus characters.  This allows selecting certain Gmail groups.
12054
12055         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12056         (nnimap-fetch-partial-articles): New variable.
12057         (nnimap-open-connection): When looking for credentials, also use the
12058         nnimap-server-port.
12059         (nnimap-request-article): Return the group/article number, so that Gnus
12060         `^' works as expected.
12061         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12062
12063         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12064         comments.
12065         (gnus-methods-sloppily-equal): New function.
12066         (gnus): When using the development version of Gnus, load the gnus-load
12067         file.
12068
12069         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12070         `gnus-open-server' on each method before trying to scan them etc.
12071         This ensures that all the backend parameters are set correctly.
12072
12073         * nnimap.el (nnimap-authenticator): New variable.
12074         (nnimap-open-connection): Allow anonymous login.
12075         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12076         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12077
12078         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12079         patch, found by Knut Anders Hatlen.
12080
12081 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12082
12083         * gnus-agent.el (gnus-agent-batch-confirmation)
12084         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12085         to gnus-message.
12086         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12087         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12088         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12089         * gnus-int.el (gnus-open-server): Likewise.
12090         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12091         (gnus-score-check-syntax): Likewise.
12092         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12093         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12094         Likewise.
12095         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12096
12097 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12098
12099         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12100         calling conventions so that prefetch doesn't bug out.
12101
12102 2010-09-19  Julien Danjou  <julien@danjou.info>
12103
12104         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12105         rather than `subst-char-in-region' in order to be able to replace ASCII
12106         char by UTF-8 ones.
12107
12108         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12109         than curl.
12110         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12111         the right URL and ALT text on images.
12112         (gnus-html-wash-tags): Fix tag case.
12113         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12114         (gnus-article-html): Add -o display_ins_del=2 option.
12115         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12116
12117 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12118
12119         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12120         the extra mail headers, which sometimes seem to happen for unknown
12121         reasons.
12122
12123         * mail-parse.el (mail-header-encode-parameter): Define as
12124         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12125         (or most, perhaps?) mail readers don't understand the latter, but do
12126         understand the former.
12127
12128         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12129         to nil, so that no methods are automatically agentized.  I think this
12130         is probably what most users want.
12131
12132         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12133         from url-retrieve, for instance about invalid URLs.
12134
12135         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12136         groups that have no articles.
12137         (nnimap-request-article): Check that we really got an article when we
12138         requested one.
12139
12140         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12141         doesn't exist.
12142
12143         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12144         nntp buffer so the agent can save it.
12145         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12146         that CRLF doesn't get translated to \n.
12147         (nnimap-open-connection): Don't make 'shell commands only send \n.
12148
12149 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12150
12151         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12152         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12153         Update var name.
12154         (nnml-generate-nov-file): Use dolist.
12155         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12156         Use with-current-buffer.
12157
12158 2010-09-18  Julien Danjou  <julien@danjou.info>
12159
12160         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12161         parallel.
12162
12163 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12166         the range update right.
12167         (nnimap-request-group): Don't make `M-g' bug out on group with no
12168         marks.
12169         (nnoo): Require, so that other packages can require nnimap.
12170         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12171         command we're looking for.  This helps when the server sends more
12172         responses after we've gotten everything we expected.
12173         (nnimap): Add a `newlinep' field to keep track of end-of-line
12174         conventions.
12175         Don't send CRLF to things that don't want it.
12176         (nnimap-request-accept-article): Ditto.
12177
12178 2010-09-18  Julien Danjou  <julien@danjou.info>
12179
12180         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12181         than curl to retrieve images.
12182
12183 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12184
12185         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12186         the marks.
12187         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12188         (nnimap-wait-for-connection): New function.
12189         (nnimap-open-connection): If we have PREAUTH, don't query for login
12190         credentials.
12191         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12192         when doing a partial update.
12193
12194 2010-09-18  Julien Danjou  <julien@danjou.info>
12195
12196         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12197         tags.
12198
12199 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12200
12201         * nnimap.el (nnimap-credentials): New function.
12202         (nnimap-open-connection): Use the new function to look for credentials
12203         also on the numeric equivalents of "imap" and "imaps".
12204
12205         * gnus-start.el (gnus-activate-group): Send the info to
12206         gnus-request-group.
12207
12208         * nnimap.el (nnimap-request-group): Have the "check" version of the
12209         function parse flags and update the info, so that a `M-g' get a total
12210         resync of all flags from the group.
12211
12212         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12213         to allow backends to alter the info on group selection.  Also alter all
12214         the backend -request-group functions to take the parameter.
12215
12216         * nnimap.el (nnimap-store-info): New function.
12217         (nnimap-update-info): Store the info for later usage.
12218         (nnimap-request-group): Use the stored info for the dont-check case, so
12219         that we don't retrieve all marks when we enter a group.
12220
12221         * nnimap.el: Use deffoo instead of defun for interface functions.
12222
12223         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12224         update the group info.  This makes the nndraft groups, for instance, go
12225         back to their old behavior.
12226
12227         * gnus-sum.el (gnus-select-newsgroup): Indent.
12228
12229         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12230         in.
12231         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12232         nothing.
12233
12234         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12235         from methods that are denied.
12236
12237         * gnus-int.el (gnus-method-denied-p): New function.
12238
12239         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12240         store the password instead of netrc.
12241         (nnimap-open-connection): Don't error out when we can't make a
12242         connections.
12243
12244         * auth-source.el (auth-source-create): In the password prompt, say what
12245         we're querying for.  Also prompt for user name if that hasn't been
12246         given.
12247
12248         * nnimap.el (nnimap-with-process-buffer): Remove.
12249
12250 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12251
12252         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12253         method when we're reading from the agent.
12254
12255         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12256
12257         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12258         that's probably most useful for users.
12259
12260         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12261         "failed" all the time.
12262
12263         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12264         ...)) with (with-current-buffer ... ).
12265
12266         * nntp.el (nntp-open-server): Return whether the open was successful or
12267         not.
12268
12269         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12270         select an unread unseen article first.
12271
12272         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12273         /etc/services, supply some sensible port defaults.
12274
12275         * dgnushack.el: Define netrc-credentials.
12276
12277 2010-09-17  Julien Danjou  <julien@danjou.info>
12278
12279         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12280
12281 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12282
12283         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12284         doesn't have any parameters.
12285
12286 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12287
12288         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12289         only upcased checks.
12290
12291         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12292
12293         * nnimap.el (nnimap-open-shell-stream): New function.
12294         (nnimap-open-connection): Use it.
12295         (nnimap-transform-headers): Get the number of lines in each message.
12296         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12297         number of lines.
12298         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12299         problem.
12300
12301         * utf7.el (utf7-encode): Autoload.
12302
12303         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12304         to allow the mail splitting to not return a default group.  This is
12305         useful for nnimap, which will leave unmatched mail in the inbox.
12306
12307         * nnimap.el: Rewritten.
12308
12309         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12310         nnimap usage.
12311
12312         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12313         if the move is internal, so that nnimap can do fast internal moves.
12314
12315         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12316         data.
12317         (gnus-read-active-for-groups): Support finishing the early retrieval of
12318         data.
12319
12320         * gnus-range.el (gnus-range-nconcat): New function.
12321
12322         * gnus-int.el (gnus-finish-retrieve-group-infos)
12323         (gnus-retrieve-group-data-early): New functions.
12324
12325 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12326
12327         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12328         (nnrss-retrieve-groups):
12329         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12330         (pop3-quit): Use with-current-buffer.
12331
12332 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12335         instead of nnheader-accept-process-output.
12336
12337         * dgnushack.el (dgnushack-compile): Add comment.
12338
12339         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12340
12341         * gnus-html.el (gnus-html-schedule-image-fetching)
12342         (gnus-html-prefetch-images): Replace process-kill-without-query by
12343         gnus-set-process-query-on-exit-flag.
12344
12345 2010-09-16  Romain Francoise  <romain@orebokech.com>
12346
12347         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12348
12349 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350
12351         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12352         parameter to unintern is mandatory-ish in Emacs 24.
12353
12354         * gnus-html.el (gnus-html-schedule-image-fetching)
12355         (gnus-html-prefetch-images): Check for curl before using it.
12356
12357         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12358         depend on curl, which isn't essential.
12359
12360         * imap.el: Revert back to version
12361         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12362         seem problematic.
12363
12364 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12365
12366         * gnus-registry.el (gnus-registry-install-shortcuts):
12367         Explicitly pass `obarray' to `unintern' to avoid a warning.
12368
12369 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12370
12371         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12372         change.
12373
12374         * nnrss.el (nnrss-request-list): Remove this function and related
12375         functions, including the moreover stuff.
12376
12377 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12378
12379         * nnrss.el (nnrss-retrieve-groups): New function.
12380
12381 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12382
12383         * .dir-locals.el: Add no-byte-compile cookie.
12384
12385 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * time-date.el (format-seconds): Comment fix.
12388
12389         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12390         for back end that doesn't support request-scan.
12391
12392 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12393
12394         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12395         then do request scans from the backends.
12396
12397         * netrc.el (netrc-credentials): New conveniency function.
12398
12399         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12400         avoid running a hook per line, since this takes a lot of time,
12401         profiling shows.
12402         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12403         directly if gnus-visual-p is true.
12404
12405 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12408         groups; replace mapcar with dolist which is a bit faster; pass groups
12409         info to gnus-read-active-file-1.
12410         (gnus-read-active-file-1): Scan only specified groups if the new
12411         optional arg `infos' is given.
12412
12413 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414
12415         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12416
12417         * pop3.el (pop3-movemail): Remove.
12418         (pop3-streaming-movemail): Rename to pop3-movemail.
12419
12420         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12421         don't restrict end-tag searches to the end of the line.
12422
12423 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12426         articles of every unchecked group to t, which means unknown since the
12427         server has never been opened.
12428
12429 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12430
12431         * gnus-html.el (gnus-html-show-alt-text): New command.
12432         (gnus-html-browse-image): Ditto.
12433         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12434         to browse the image directly.
12435         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12436         better.
12437
12438         * gnus-async.el (gnus-async-article-callback):
12439         Call `gnus-html-prefetch-images' unconditionally.
12440
12441         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12442         before feeding URLs to curl.
12443
12444 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12447         internal images as deletable by `W D D'.
12448
12449         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12450         (gnus-async-article-callback): Fix typo.
12451
12452 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12453
12454         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12455         current line to work around bugs in the output from w3m.
12456
12457         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12458         for groups that want that.
12459
12460         * nntp.el (nntp-wait-for-string): Supply a timeout for
12461         accept-process-output to ensure progress.
12462
12463         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12464         level to get unread articles from, then use that for foreign groups,
12465         too.
12466
12467         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12468         confuses the rest of the function.
12469
12470         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12471         for the methods that support -retrieve-groups, too.
12472
12473         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12474
12475 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12478         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12479
12480         * pop3.el: Require cl when compiling.
12481         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12482
12483 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12484
12485         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12486         that aren't going to be activated.
12487         (gnus-get-unread-articles): Fix up the last commit.
12488
12489         * gnus-html.el (gnus-article-html): Allow calling without specifying
12490         the handle.  In that case, dissect the buffer first.
12491
12492         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12493
12494         * nnimap.el (nnimap-open-connection): Revert the change that would look
12495         into authinfo for imaps instead of imap.
12496
12497         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12498         say that you don't want to call gnus-request-group with don-check, but
12499         do check the reponse.  This is for virtual groups only.
12500         (gnus-get-unread-articles): Count the archive groups as secondary, so
12501         that they're activated the same way as before.
12502
12503         * imap.el (imap-message-map): Removed optional buffer parameter, since
12504         no callers use it.
12505         (imap-message-get): Ditto.
12506         (imap-message-put): Ditto.
12507         (imap-mailbox-map): Ditto.
12508         (imap-mailbox-put): Ditto.
12509         (imap-mailbox-get): Ditto.
12510         (imap-mailbox-get): Revert last change for this function.
12511
12512         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12513         case-insensitively.
12514         (nnimap-debug): Remove.
12515
12516         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12517         callers to use `imap-fetch' instead.  According to the comments, this
12518         should be safe, since all other IMAP clients use the 1:* syntax.
12519         (imap-enable-exchange-bug-workaround): Remove.
12520         (imap-debug): Remove -- doesn't seem very useful.
12521
12522         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12523         mail from a file, and the file doesn't exist.
12524
12525         * imap.el (imap-log): New convenience function used throughout instead
12526         of repeating the same code all over the place.
12527
12528         * pop3.el (pop3-streaming-movemail): Return t for success.
12529
12530         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12531         .authinfo if we're using ssl connection.
12532
12533         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12534         already have if we're in a main Gnus `g' run.
12535
12536         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12537
12538 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12541
12542         * nnmh.el (nnmh-request-list-1): Bind `file'.
12543
12544         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12545         alias to set-process-query-on-exit-flag or process-kill-without-query.
12546         (pop3-open-server): Use it.
12547
12548 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12549
12550         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12551         box to the Incoming file.  Fixes mistake in previous checkin.
12552
12553         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12554         request loop (for debugging purposes) removed.
12555
12556         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12557         culprit is more visible.
12558         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12559         (nnml-add-incremental-nov): New functions to do "incremental" nov
12560         updates, where we just append to the end of the existing nov files
12561         without reading/writing them in full.
12562
12563         * mail-source.el (mail-source-delete-crash-box): Really only check the
12564         incoming files once in a while.
12565
12566         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12567
12568         * mail-source.el (mail-source-delete-crash-box): Only check the
12569         incoming files for deletion once per day to save a lot of file
12570         accesses.
12571
12572         * pop3.el (pop3-logon): Fix up unbound variable typo.
12573
12574         * mail-source.el (pop3-streaming-movemail): Autoload.
12575
12576         * pop3.el (pop3-streaming-movemail):
12577         Respect pop3-leave-mail-on-server.
12578
12579         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12580         retrieval.
12581
12582         * pop3.el (pop3-process-filter): Remove unused function.
12583         (pop3-streaming-movemail, pop3-send-streaming-command)
12584         (pop3-wait-for-messages, pop3-write-to-file)
12585         (pop3-number-of-responses): New functions for streaming pop3
12586         retrieval.
12587
12588         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12589         come from no known methods.
12590         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12591         list.
12592
12593         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12594         message sizes.
12595         (pop3-movemail): Use erase-buffer instead of looping and deleting
12596         regions, which seems rather odd.
12597
12598         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12599         file once per `g' run.
12600
12601         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12602         directories.  This makes the draft queue directory work.
12603
12604         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12605         data from the backends, so that we only request the list of groups from
12606         each method once.  This should speed things up considerably.
12607
12608         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12609         detect that it's not implemented.
12610
12611         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12612         we actually do recurse down into the tree, but don't stat all leaf
12613         nodes.
12614
12615         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12616         then say so instead of bugging out.
12617
12618         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12619         files exist before trying to read them.
12620
12621         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12622         around <pre_int>.
12623
12624         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12625
12626         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12627
12628 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12629
12630         * mm-util.el (mm-image-load-path): Just return the image directories,
12631         not all directories in the path in addition to the image directories.
12632         (mm-image-load-path): Maintain a cache of the image directories so that
12633         the `g' command in Gnus doesn't have to stat dozens of directories each
12634         time.
12635
12636         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12637         (gnus-html-wash-tags): Add a new `i' command to insert images.
12638         (gnus-html-insert-image): New command and keystroke.
12639         (gnus-html-redisplay-with-images): New command and keystroke.
12640         (gnus-html-show-images): Rename command.
12641         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12642         spacers.
12643         (gnus-html-wash-tags): Decode entities at the end, so that entities
12644         inside the tags don't mess up the rest of the "parsing".
12645
12646         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12647         so that nnimap methods aren't agentized by default.  There's apparently
12648         many problems related to agent/imap behavior.
12649
12650         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12651
12652         * gnus-html.el: Doc fix.
12653
12654 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12657         specifier-spec-list for Emacs 21.
12658
12659         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12660         glyph-width and glyph-height instead of display-graphic-p and
12661         image-size; make avoidance of displaying small images work for XEmacs.
12662
12663         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12664         for XEmacs.
12665
12666         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12667         of symbol that holds plist data.
12668         (gnus-process-plist): Remove plist of process after getting it.
12669
12670 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * message.el (message-generate-hashcash): Change default to
12673         'opportunistic if hashcash is installed.
12674
12675         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12676         (gnus-html-put-image): Only call image-size once, since it's somewhat
12677         time-consuming on remote X servers.
12678
12679 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12682         type on data, not a file name.
12683
12684         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12685         window-pixel-edges for Emacs 21.
12686
12687         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12688         decoded contents.
12689         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12690
12691 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12692
12693         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12694         group line format, since it isn't very interesting.
12695
12696         * gnus-agent.el (gnus-agent-short-article),
12697         (gnus-agent-long-article): Increase values for these two variables,
12698         since most people are likely to have more network connection and
12699         storage than before.
12700
12701         * gnus.el (gnus-refer-article-method): Change default to 'current.
12702         When referring an article, the common behavior is to refer it from the
12703         current select method, not the native select method.  The chances of
12704         the native select method having the message in question is rather slim
12705         these days.
12706
12707         * gnus-sum.el (gnus-auto-select-subject): Change default to
12708         `unseen-or-unread'.  I think it's likely that most people want to
12709         select an unseen article over a previously seen, but unread one.
12710
12711         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12712         means that in the article buffer none of the minor mode elements will
12713         be shown, usually, and this is not desirable in most cases.
12714
12715         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12716         that commands like `d' (and the like) go to the next line in the
12717         buffer, instead of the next unread article.  I think this is the
12718         behavior that is most natural for most users.
12719         (gnus-single-article-buffer): Change default to nil, so that people can
12720         have as many article buffers open as they have summary buffer.  I think
12721         this is the most natural way for the groups to behave.
12722
12723         * message.el (message-generate-new-buffers): Change default to
12724         `unsent', so that all new message buffers start their names with the
12725         string "*unsent", and it's easier to find the buffers if you move from
12726         them.
12727
12728 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12729
12730         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12731         small.  They're probably tracking images.
12732         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12733         (gnus-html-rescale-image): Yet another try at getting the image sizing
12734         right.
12735
12736         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12737         nntp-marks-file-name is nil.
12738
12739 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12740
12741         * gnus-html.el (gnus-html-wash-tags)
12742         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12743         Better logging.
12744
12745 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746
12747         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12748
12749         * gnus-html.el (gnus-html-wash-tags): Check the value of
12750         gnus-blocked-images in the summary buffer.
12751
12752 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12753
12754         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12755
12756 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757
12758         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12759         like "a", it seems like.
12760         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12761         since it needs to be picked from the correct buffer.
12762
12763         * nnwfm.el: Remove.
12764
12765         * nnlistserv.el: Remove.
12766
12767 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12768
12769         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12770         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12771
12772 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12773
12774         * nnkiboze.el: Remove.
12775
12776         * nndb.el: Remove.
12777
12778         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12779         alt text.
12780         (gnus-html-rescale-image): Try to get the rescaling logic right for
12781         images that are just wide and not tall.
12782
12783         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12784         overshadow variable bindings.
12785
12786 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12787
12788         * gnus-html.el (gnus-html-wash-tags)
12789         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12790         Add extra logging.
12791
12792 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12793
12794         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12795         (gnus-max-image-proportion): New variable.
12796         (gnus-html-rescale-image): New function.
12797         (gnus-html-put-image): Rescale images.
12798
12799 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12800
12801         Fix up some byte-compiler warnings.
12802         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12803         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12804         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12805         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12806         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12807         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12808         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12809
12810 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-html.el (gnus-article-html): Decode contents by charset.
12813
12814 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12817         (gnus-html-frame-width, gnus-blocked-images):
12818         * message.el (message-prune-recipient-rules): Add custom version.
12819         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12820
12821         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12822         functions.
12823
12824         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12825         gnus-process-get.
12826
12827 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12828
12829         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12830         instead of lsub directly.
12831
12832 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12833
12834         * nnwarchive.el: Remove.
12835
12836         * gnus-soup.el: Remove.
12837
12838         * nnsoup.el: Remove.
12839
12840         * nnultimate.el: Remove.
12841
12842         * gnus-html.el (gnus-blocked-images): New variable.
12843
12844         * message.el (message-prune-recipients): New function.
12845         (message-prune-recipient-rules): New variable.
12846
12847         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12848         guess whether a long line is natural text or not.
12849
12850         * gnus-html.el (gnus-html-schedule-image-fetching):
12851         Use gnus-process-plist and friends for compatibility.
12852
12853 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12854
12855         * gnus-html.el: Require packages that define macros used in this file.
12856         (gnus-article-mouse-face): Declare to silence byte-compiler.
12857         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12858         process-get.
12859         (gnus-html-put-image): Use plist-get to avoid getf.
12860         (gnus-html-prefetch-images): Use with-current-buffer.
12861
12862 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus-ems.el: Provide compatibility functions for
12865         gnus-set-process-plist.
12866
12867         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12868         header-line-format for XEmacs 21.4.
12869
12870         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12871         * gnus.el (gnus-valid-select-methods):
12872         * message.el (message-send-mail-partially-limit):
12873         * mm-decode.el (mm-text-html-renderer):
12874         * mml.el (mml-insert-mime-headers-always):
12875         * smiley.el (smiley-regexp-alist): Bump custom version.
12876
12877 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12878
12879         * gnus-html.el: Require mm-url.
12880         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12881         with the url to `url'.
12882         (gnus-html-wash-tags): Support cid: URLs/images.
12883
12884 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12885
12886         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12887         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12888         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12889
12890         * gnus-move.el: Remove file, since it doesn't really work.
12891
12892         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12893         UTF-8.  This seems to fix problems with some German web feeds.
12894
12895         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12896         at the top so that the proper colors are applied.
12897
12898         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12899         don't have dots in their names.
12900
12901         * gnus-art.el (gnus-article-view-part): Doc fix.
12902
12903         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12904         XEmacs-compatible.
12905         (gnus-html-put-image): Don't do images on non-graphic displays.
12906
12907         * nnslashdot.el: Remove this unused backend.
12908
12909         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12910         actions.
12911         (gnus-undo-register-1): Revert last change.
12912
12913         * gnus-group.el (gnus-group-completing-read): Protect against not
12914         having completion-styles bound.
12915
12916         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12917         make broken recipients happier.
12918
12919         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12920
12921         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12922         point parameter.
12923
12924         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12925
12926         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12927         completion-styles for group selection.
12928
12929 2009-02-04  Andreas Schwab  <schwab@suse.de>
12930
12931         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12932         headers and regexp-quote the match if necessary.
12933
12934 2009-03-24  Miles Bader  <miles@gnu.org>
12935
12936         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12937         the blinking smiley.
12938
12939 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12940
12941         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12942         blink smiley.
12943
12944 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12945
12946         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12947         where the dribbel file lives exists.
12948
12949         * message.el (message-send-mail-partially-limit): Change the default to
12950         nil, since most people don't want this.
12951
12952         * mm-url.el (mm-url-decode-entities): Also decode entities like
12953         &#x3212.
12954
12955 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12956
12957         * gnus-sum.el (gnus-summary-idna-message):
12958         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12959         Hyperlink urls in docstrings with URL `...'.
12960
12961 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12962
12963         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12964         functions.
12965
12966 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12967
12968         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12969         say what the mouseover text should be.
12970
12971         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12972         version of the mm-w3m-safe-url-regexp variable to only download images
12973         in the groups where we want that to happen.
12974
12975         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12976
12977         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12978         easier debugging.
12979         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12980         big pictures in the article buffer.
12981
12982         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12983         gnus-article-html.
12984         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12985         w3m.
12986
12987         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12988
12989 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12990
12991         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12992         which doesn't exist.
12993
12994         * message.el (message-inhibit-ecomplete): New variable to allow some
12995         function to inhibit ecomplete address storage.
12996         (message-resend): Disable ecomplete message storage when resending
12997         messages.
12998
12999         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13000
13001 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13004         Save excursion while copying, moving, and deleting articles in order to
13005         prevent the cursor from jumping to unforeseen place.
13006
13007 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * lpath.el: No need to bind bookmark-current-buffer,
13010         bookmark-yank-point and bookmark-make-record-function.
13011
13012 2010-08-17  Glenn Morris  <rgm@gnu.org>
13013
13014         * gnus-sync.el: Require gnus components whose functions are used.
13015
13016         * gnus-art.el (bookmark-make-record-function):
13017         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13018         Declare for compiler.
13019
13020         * mm-url.el (mml-compute-boundary): Autoload.
13021
13022 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13025
13026 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13027
13028         Typo fix "hoo4a" -> "hook".
13029
13030         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13031
13032 2010-08-14  Glenn Morris  <rgm@gnu.org>
13033
13034         * gnus-sync.el (gnus-sync): Fix defgroup version.
13035
13036 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13037
13038         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13039
13040         * gnus-sync.el: Fix docs.
13041         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13042         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13043
13044 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13045
13046         Optimizations for gnus-sync.el.
13047
13048         * gnus-sync.el: Add docs about gnus-sync-backend
13049         possibilities.
13050         (gnus-sync-save): Remove unnecessary message.
13051         (gnus-sync-read): Optimize and show what groups were skipped.
13052
13053 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13054
13055         Minor bug fixes for gnus-sync.el.
13056
13057         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13058         Don't read the sync on get-new-news.
13059
13060         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13061         quiet.
13062
13063         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13064         (fix typo).
13065
13066 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13067
13068         Make saving and restoring of hidden threads work with overlays.
13069         Patch applied by Ted Zlatanov.
13070
13071         * gnus-sum.el (gnus-hidden-threads-configuration)
13072         (gnus-restore-hidden-threads-configuration): Update to deal with text
13073         properties, rather than searching for a magic character.
13074
13075 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13076
13077         New gnus-sync.el library for synchronization of marks.
13078
13079         * gnus-sync.el: New library for synchronization of marks.
13080
13081         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13082         renamed from `gnus-registry-grep-in-list'.
13083
13084         * gnus-registry.el (gnus-registry-follow-group-p):
13085         Use `gnus-grep-in-list'.
13086
13087         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13088
13089 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13092         determining charset of text fails.
13093
13094 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * nnmail.el (nnmail-get-new-mail-1): Revert.
13097
13098         * nnml.el (nnml-active-number): Make sure names of newly created groups
13099         in nnml-group-alist are encoded.
13100
13101 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13104         containing non-ASCII characters in active file for nnml back end.
13105
13106 2010-07-24  David Engster  <dengste@eml.cc>
13107
13108         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13109         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13110
13111 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13112
13113         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13114         tag (Bug#6654).
13115
13116 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13119         the article buffer, not the summary buffer.
13120
13121 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13124         Emacs 23 as well.
13125
13126 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13129         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13130
13131 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13132
13133         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13134         Patch applied by Karl Fogel.
13135
13136         * gnus-sum.el (gnus-summary-bookmark-make-record):
13137         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13138
13139 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13140
13141         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13142         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13143         C-w still not working correctly from Article buffers; Thierry's
13144         patch to fix that will be applied after this.
13145
13146         * gnus-art.el (bookmark-make-record-function): New local variable.
13147
13148         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13149         article buffer.
13150         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13151
13152 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13153
13154         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13155         on changes in bookmark.el.
13156
13157 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13160         `no-log' instead of message not to log prompt string.
13161
13162 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13163
13164         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13165         the *other* type of HTML form submission.
13166
13167 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13168
13169         * auth-source.el (auth-source-pick): If choice does not contain a
13170         questioned keyword, set the check to t.
13171
13172 2010-06-12  Romain Francoise  <romain@orebokech.com>
13173
13174         * gnus-util.el (gnus-date-get-time): Move up before first use.
13175
13176 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13179         (gnus-article-edit-part): Bind it to make last part that is substituted
13180         or deleted visible.
13181         (gnus-mime-display-single): Buttonize part of which id equals to
13182         gnus-mime-buttonized-part-id.
13183
13184 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13185
13186         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13187         (gnus-dd-mmm): Use gnus-date-get-time.
13188         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13189         simplify logic.
13190         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13191         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13192
13193 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13194
13195         * auth-source.el (top): Autoload `secrets-list-collections',
13196         `secrets-create-item', `secrets-delete-item'.
13197         (auth-sources): Fix tag string.
13198         (auth-get-source, auth-source-retrieve, auth-source-create)
13199         (auth-source-delete): New defuns.
13200         (auth-source-pick): Rewrite in order to avoid 2 passes.
13201         (auth-source-forget-user-or-password): New parameter USERNAME.
13202         (auth-source-user-or-password): New parameters CREATE-MISSING and
13203         DELETE-EXISTING.  Retrieve password interactively, if needed.
13204
13205 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13206
13207         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13208         deleting unused directories when gnus-expert-user is t.
13209
13210 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13213         for each temp file when gnus-article-browse-delete-temp is ask.
13214
13215 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13216
13217         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13218         Replace Lisp calls to delete-backward-char by calls to delete-char.
13219
13220 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13221
13222         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13223
13224 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13225
13226         * password-cache.el (password-cache-remove): Fix docstring.
13227
13228 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13231         article unless decoding article to be saved.
13232
13233 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13236         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13237         generated within the mm-with-unibyte-current-buffer macro.
13238
13239 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13242         to nil when we're in a mml-preview buffer and no group is selected.
13243
13244 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13245
13246         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13247         when catching the `C-g'.  Reported by "Leo".
13248
13249 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * message.el (message-forward-make-body-plain)
13252         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13253         multibyte-string-p.
13254
13255         * lpath.el: Revert.
13256
13257 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * message.el (message-forward-make-body-mml): Assume original message
13260         is multibyte string; error on unibyte.
13261         (message-forward-make-body-plain): Ditto; don't add excessive newline
13262         in body end.
13263
13264         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13265
13266 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13267
13268         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13269         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13270
13271 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * mm-extern.el (mm-extern-url): Don't use
13274         mm-with-unibyte-current-buffer.
13275         (mm-extern-cache-contents): Use with-current-buffer instead of
13276         save-excursion + set-buffer.
13277
13278 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * mm-util.el (mm-emacs-mule): Remove.
13281
13282 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13283
13284         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13285         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13286         change.
13287
13288 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13291         bind the default value of enable-multibyte-characters to nil.
13292
13293 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * message.el (message-forward-make-body-plain)
13296         (message-forward-make-body-mml):
13297         Don't use mm-with-unibyte-current-buffer.
13298
13299 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13300
13301         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13302
13303 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13304
13305         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13306         (Bug#5592).
13307
13308 2010-05-07  Julien Danjou  <julien@danjou.info>
13309
13310         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13311         it to mm-pipe-part.
13312
13313         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13314         it is given.
13315
13316 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * binhex.el (binhex-decode-region-internal):
13319         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13320         (dns-query):
13321         * nnweb.el (nnweb-gmane-search):
13322         * pgg-parse.el (pgg-parse-armor):
13323         * pgg.el (pgg-verify-region):
13324         * sha1.el (sha1-string-external):
13325         * uudecode.el (uudecode-decode-region-internal):
13326         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13327         XEmacs.
13328
13329         * gnus-art.el (gnus-article-browse-html-parts):
13330         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13331         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13332         make-temp-file.
13333
13334         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13335         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13336         compiling.
13337
13338         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13339         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13340         XEmacs when compiling.
13341
13342         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13343         gnus-pick-mode-off-hook for XEmacs when compiling.
13344         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13345         gnus-binary-mode-off-hook for XEmacs when compiling.
13346
13347         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13348         Return nil if char-charset is not available.
13349
13350         * imap.el (imap-disable-multibyte)
13351         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13352         macros.
13353
13354         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13355         instead of encode-coding-string.
13356
13357         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13358         'xemacs) instead of mm-emacs-mule to switch function definitions.
13359         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13360
13361         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13362         bind temporary-file-directory for XEmacs;
13363         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13364         timer-set-function for XEmacs 21.4 and SXEmacs;
13365         bind timer-list for XEmacs 21.4 and SXEmacs;
13366         fbind char-charset and find-charset-region for non-Mule XEmacs;
13367         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13368         encode-coding-region and encode-coding-string for XEmacs having no
13369         file-coding feature.
13370
13371 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13372
13373         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13374
13375 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13378         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13379
13380 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13381
13382         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13383         alias `jka-compr-delete-temp-file' no longer exists.
13384
13385 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13386
13387         Use define-minor-mode in Gnus where applicable.
13388         * mml.el (mml-mode): Use define-minor-mode.
13389         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13390         (gnus-undo-mode): Use define-minor-mode.
13391         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13392         (gnus-dead-summary-mode): Use define-minor-mode.
13393         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13394         Initialize in declaration.
13395         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13396         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13397         (gnus-mailing-list-mode): Use define-minor-mode.
13398         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13399         (gnus-draft-mode): Use define-minor-mode.
13400         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13401         (gnus-dired-mode): Use define-minor-mode.
13402
13403 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13404
13405         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13406         handles on recursive mml-to-mime translation and check them for
13407         boundary delimiter collisions.  Reported by Greg Troxel.
13408
13409 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13412
13413 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13414
13415         * mm-util.el (mm-find-buffer-file-coding-system):
13416         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13417
13418 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13419
13420         * message.el (message-generate-headers): Record insertion of optional
13421         headers as well.  Otherwise the check to prevent repeated insertion of
13422         optional headers is a no-op.
13423
13424 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13425
13426         * smime.el: Don't mention CVS.
13427
13428         * nnrss.el (nnrss-fetch): Don't mention CVS.
13429
13430         * nnir.el: Don't mention CVS.
13431
13432 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13433
13434         * gnus-sum.el (gnus-summary-bookmark-make-record):
13435         Add `location' field.
13436
13437 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * lpath.el: Fbind bookmark-default-handler,
13440         bookmark-get-bookmark-record, bookmark-make-record-default,
13441         bookmark-prop-get for Emacs <23 and XEmacs.
13442
13443 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13444
13445         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13446         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13447         Use with-current-buffer to silence the byte-compiler.
13448         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13449         bother to require `gnus'.
13450         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13451
13452 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13453
13454         * gnus-sum.el (gnus-summary-bookmark-make-record)
13455         (gnus-summary-bookmark-jump): New functions.
13456         (gnus-summary-mode): Setup bookmark support.
13457
13458 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13459
13460         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13461         if set.
13462
13463 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13466         gnus-article-browse-html-save-cid-image; make it work recursively for
13467         forwarded messages as well.
13468         (gnus-article-browse-html-parts): Work when prefix arg is given.
13469         (gnus-article-browse-html-article): Doc fix.
13470
13471 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13472
13473         * message.el (message-default-mail-headers)
13474         (message-default-headers): Carry the value mail-default-headers over
13475         into message-default-mail-headers, rather than message-default-headers.
13476
13477 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13478
13479         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13480         charset.
13481
13482         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13483         charset into the <meta> tag when the article is encoded to utf-8.
13484
13485 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-art.el (gnus-article-browse-delete-temp-files):
13488         Delete directories as well.
13489         (gnus-article-browse-html-parts): Work for images that do not specify
13490         file names; delete temp directory when quitting; insert header at the
13491         right place; use file: scheme for image files.
13492
13493 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13494
13495         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13496         (gnus-article-browse-html-parts): Use it to make temporary cid image
13497         files in addition to html file so that browser may display them.
13498
13499 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13502
13503 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13504
13505         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13506
13507 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13508
13509         * auth-source.el (auth-sources): Change default to be simpler.
13510         Explain about Secret Service API sources.  Improve Customize options.
13511         (auth-source-pick): Change to accept any number of search parameters.
13512         Implement fallbacks iteratively, not recursively.  Add scoring on the
13513         second pass and sort by score.  Call Secret Service API when needed.
13514         (auth-source-user-or-password): Use it.  Call Secret Service API
13515         directly when needed to get the user name and the password.
13516
13517 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13518
13519         * message.el (message-interactive): Doc fix.
13520         (message-qmail-inject-args): Reflow.
13521         (message-kill-to-signature): Fix typo in docstring.
13522
13523         * smiley.el (smiley-buffer): Fix typo in docstring.
13524
13525 2010-03-24  Glenn Morris  <rgm@gnu.org>
13526
13527         * mail-source.el (gnus-message): Declare.
13528         (mail-source-delete-old-incoming): Require gnus-util.
13529
13530 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13533
13534         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13535
13536         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13537         password-cache's default if it is not bound.
13538         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13539         password-cache-expiry's default if it is not bound.
13540
13541         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13542         available in Emacs 21.
13543
13544         * lpath.el: Suppress compiler warnings for:
13545         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13546         XEmacs;
13547         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13548         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13549         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13550
13551 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13552
13553         * auth-source.el (auth-sources): Fix up definition so extra parameters
13554         are always inline.
13555
13556 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13557
13558         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13559         wasn't updated after mismatch.  Clear cached mailbox info correctly
13560         when uidvalidity changes.
13561         (nnimap-group-prefixed-name): New function to avoid some code
13562         duplication.
13563         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13564         (nnimap-request-group): Use it.
13565         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13566         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13567         with many imap folders.  This is done by caching the group status from
13568         the imap server persistently in a group parameter `imap-status'.  (This
13569         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13570         but not persistently, so every Gnus startup was still very slow.)
13571
13572 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13573
13574         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13575         delete the extra newline.  Otherwise editing of :string and :number
13576         types don't work.
13577
13578 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13579
13580         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13581         secrets.el dependency.
13582         (auth-sources): Add optional user name.  Add secrets.el configuration
13583         choice (unused right now).
13584
13585 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13586
13587         * gnus-sum.el (gnus-summary-make-menu-bar):
13588         Let `gnus-registry-install-shortcuts' fill in the functions.
13589
13590         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13591         warnings.
13592         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13593         (gnus-registry-install-shortcuts): Populate and use it in a
13594         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13595
13596 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13597
13598         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13599         In-place substitutions for the group name encoding/decoding.
13600         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13601         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13602         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13603         (nnimap-update-unseen, nnimap-request-list)
13604         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13605         (nnimap-request-set-mark, nnimap-split-to-groups)
13606         (nnimap-split-articles, nnimap-request-newgroups)
13607         (nnimap-request-create-group, nnimap-request-accept-article)
13608         (nnimap-request-delete-group, nnimap-request-rename-group)
13609         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13610         `encoded-mbx' for consistency.
13611         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13612         variable `imap-current-mailbox'.
13613
13614         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13615         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13616
13617 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13618
13619         * pop3.el (pop3-display-message-size-flag): Display message size byte
13620         counts during POP3 download.
13621         (pop3-movemail): Use it.
13622         (pop3-list): Implement listing of available messages.
13623
13624 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13625
13626         * nnir.el (nnir-get-article-nov-override-function): New function to
13627         override the normal NOV retrieval.
13628         (nnir-retrieve-headers): Use it.
13629
13630 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13631
13632         * auth-source.el (netrc-machine-user-or-password): Autoload.
13633
13634 2010-03-19  Glenn Morris  <rgm@gnu.org>
13635
13636         Stop message.el from loading about 40 libraries it doesn't always need.
13637         The general approach is to autoload rather than require, and to
13638         require in the specific functions rather than the file.  (Bug#5642)
13639
13640         * gmm-utils.el: Don't require wid-edit.
13641         (widget-create-child-value, widget-convert, widget-default-get):
13642         Autoload.
13643
13644         * gnus-util.el: Don't require time-date, netrc.
13645         (message-fetch-field, gnus-group-name-decode): Declare rather than
13646         autoloading.
13647         (gnus-fetch-field): Require message.
13648         (gnus-decode-newsgroups): Require gnus-group.
13649
13650         * ietf-drums.el: Don't require time-date.
13651
13652         * message.el: Don't require hashcash, canlock, ecomplete.
13653         Do require mail-utils.  Require nnheader only when compiling.
13654         (smtpmail-default-smtp-server): Remove declaration.
13655         (message-send-mail-function): Check smtpmail-default-smtp-server
13656         is bound rather than requiring smtpmail.
13657         (message-auto-save-directory, message-insert-signature):
13658         Use expand-file-name rather than nnheader-concat.
13659         (nnheader-insert-file-contents): Autoload.
13660         (hashcash-wait-async): Declare.
13661         (message-send-mail): Only call gnus-setup-posting-charset if
13662         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13663         (message-send-mail-with-sendmail): Require sendmail.
13664         (canlock-password, canlock-password-for-verify): Declare.
13665         (message-canlock-password): Require canlock.
13666         (nnheader-get-report): Autoload.
13667         (gnus-setup-posting-charset): Declare.
13668         (message-send-news): Require gnus-msg.
13669         (message-make-references, message-make-in-reply-to): Use mail-header-id
13670         rather than the alias mail-header-message-id.
13671         (ecomplete-add-item, ecomplete-save): Declare.
13672         (message-put-addresses-in-ecomplete): Require ecomplete.
13673         (ecomplete-display-matches): Autoload.
13674
13675         * mm-decode.el: Don't require mailcap, gnus-util.
13676         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13677         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13678         Autoload.
13679         (mailcap-mime-extensions): Declare.
13680
13681         * mm-encode.el: Don't require mailcap.
13682         (mailcap-extension-to-mime): Autoload.
13683
13684         * mml-sec.el: Don't require password-cache.
13685
13686         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13687         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13688         (mml-minibuffer-read-type): Require mailcap.
13689         (mml-preview): Require gnus-msg.
13690
13691         * mml1991.el: Require password-cache.
13692         (password-cache-expiry): Remove declaration.
13693
13694         * mml2015.el: Require password-cache.
13695         (password-cache-expiry): Remove declaration.
13696
13697         * nneething.el (mailcap): Require mailcap.
13698
13699         * nnheader.el (declare-function): Add compatibility stub.
13700         (message-remove-header): Declare rather than autoload.
13701         (nnheader-replace-header): Require message.
13702
13703         * nnimap.el (declare-function): Add compatibility stub.
13704         (netrc-parse, netrc-machine-user-or-password): Declare.
13705         (nnimap-open-connection): Require netrc.
13706
13707         * nntp.el (declare-function): Add compatibility stub.
13708         (netrc-parse, netrc-machine, netrc-get): Declare.
13709         (nntp-send-authinfo): Require netrc.
13710
13711         * rfc2047.el: Don't require qp.
13712         (quoted-printable-encode-region, quoted-printable-decode-string):
13713         Autoload.
13714
13715         * sieve-mode.el: Don't require easymenu.
13716         (easy-menu-add-item): Autoload it.
13717
13718         * spam-stat.el (time-to-number-of-days): Autoload it.
13719
13720 2010-03-19  Glenn Morris  <rgm@gnu.org>
13721
13722         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13723
13724 2010-03-18  Glenn Morris  <rgm@gnu.org>
13725
13726         * hashcash.el (declare-function): Remove duplicate definition.
13727
13728 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13729
13730         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13731         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13732         value if any backslash escapes).
13733
13734 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13737         if it is available.  (bug#5647)
13738
13739         * lpath.el: Suppress compiler warning for coding-system-from-name for
13740         Emacs 21 and XEmacs.
13741
13742 2010-03-14  Juri Linkov  <juri@jurta.org>
13743
13744         * hmac-def.el:
13745         * hmac-md5.el:
13746         * netrc.el: Fix keywords.
13747
13748 2010-02-26  Glenn Morris  <rgm@gnu.org>
13749
13750         * message.el (message-send-mail-function): Change the default, so that
13751         it inherits from a customized send-mail-function.  (Bug#5643)
13752
13753 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13754
13755         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13756         shell-command-to-string signals an error (bug#5299).
13757
13758 2010-02-24  Glenn Morris  <rgm@gnu.org>
13759
13760         * message.el (message-smtpmail-send-it)
13761         (message-send-mail-with-mailclient): Doc fixes.
13762
13763 2010-02-16  Glenn Morris  <rgm@gnu.org>
13764
13765         * message.el (message-default-mail-headers): Change the default value
13766         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13767
13768 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13771         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13772
13773 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13774
13775         * time-date.el (date-to-time): Doc fix (Bug#5408).
13776
13777 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13778
13779         * message.el (message-mail): Just pass yank-action on to message-setup.
13780         (message-setup): Handle (FUN . ARGS) form of yank-action.
13781         (message-with-reply-buffer, message-widen-reply)
13782         (message-yank-original): Handle non-buffer values of
13783         message-reply-buffer (Bug#4080).
13784         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13785
13786 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13787
13788         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13789         Fix typo in docstring.
13790
13791 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13792
13793         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13794         response.
13795
13796 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13799
13800         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13801
13802         * message.el (message-check-news-header-syntax): Protect against a
13803         string that `rfc822-addresses' returns when parsing fails.
13804
13805 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13808         (gnus-previous-char-property-change): New functions.
13809
13810         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13811
13812 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13813
13814         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13815         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13816
13817 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13818
13819         * message.el (message-exchange-point-and-mark): Rework last change to
13820         avoid using optional arg of exchange-point-and-mark, for backward
13821         compatibility.
13822
13823 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13824
13825         * message.el (message-exchange-point-and-mark):
13826         Call exchange-point-and-mark with an argument rather than setting
13827         mark-active by hand (Bug#5175).
13828
13829 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * nntp.el (nntp-service-to-port): Work for service expressed with
13832         numeric string; replace [:digit:] with [0-9] for XEmacs.
13833
13834 2009-12-17  Glenn Morris  <rgm@gnu.org>
13835
13836         * gnus-group.el (gnus-bug-group-download-format-alist):
13837         Change emacs entry to debbugs.gnu.org.  Bump :version.
13838
13839 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13840
13841         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13842
13843 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13844
13845         * message.el (message-info): Explain why we use `Info-goto-node'.
13846
13847 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13850
13851 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13852
13853         * message.el (message-completion-in-region): New compatibility function.
13854         (message-expand-group): Use it.
13855
13856 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13859         with no unread article should be listed if the 2nd arg `predicate' is
13860         given.
13861
13862 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13865
13866 2009-11-29  Juri Linkov  <juri@jurta.org>
13867
13868         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13869         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13870         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13871
13872 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13873
13874         * sha1.el (sha1-string-external): default-directory "/" in case
13875         otherwise non-existent.  process-connection-type pipe for touch of
13876         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13877
13878 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13879
13880         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13881         it's comms related and sgml-mode.el has "comm" on that basis too.
13882
13883 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13886         containing tspecial characters if they have been already quoted.
13887
13888 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13889
13890         * dns-mode.el (auto-mode-alist): Purecopy string.
13891
13892 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13893
13894         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13895
13896 2009-10-24  Glenn Morris  <rgm@gnu.org>
13897
13898         * gnus-art.el (help-xref-stack-item): Define for compiler.
13899
13900 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13901
13902         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13903
13904 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13907
13908 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13911         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13912
13913 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13916         (gnus-overlays-in): New alias to overlays-in.
13917
13918         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13919         gnus-overlay-get, and gnus-delete-overlay.
13920         (gnus-summary-show-thread): Make it work as well for systems in which
13921         next-single-char-property-change is not available.
13922         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13923
13924         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13925         (gnus-overlay-get): New alias to extent-property.
13926         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13927
13928         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13929         SXEmacs.
13930
13931         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13932         SXEmacs.
13933
13934 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13937
13938 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13939
13940         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13941         and XEmacs that don't have `remove-overlays'.
13942
13943 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13944
13945         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13946         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13947         selective display.  Use overlays instead.
13948
13949 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13950
13951         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13952
13953 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13954
13955         * spam-stat.el (spam-stat-load): Fix typo in message.
13956
13957 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13958
13959         * dig.el (dig-invoke): Fix typo in docstring.
13960         (query-dig): Reflow docstring.
13961
13962 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13963
13964         * gnus-art.el (gnus-article-encrypt-body):
13965         * message.el (message-check-recipients):
13966         * mm-util.el (mm-codepage-setup):
13967         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13968         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13969
13970 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13971
13972         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13973         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13974         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13975         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13976         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13977
13978 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13979
13980         * dig.el: Add "Keywords: comm", as per net-utils.el.
13981
13982 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13983
13984         * dig.el (dig-mode): Use define-derived-mode.
13985
13986 2009-09-19  Glenn Morris  <rgm@gnu.org>
13987
13988         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13989
13990 2009-09-18  Glenn Morris  <rgm@gnu.org>
13991
13992         * gnus-diary.el (gnus-diary-check-message):
13993         * message.el (message-insert-formatted-citation-line):
13994         * nnbabyl.el (top-level):
13995         * nndiary.el (nndiary-schedule):
13996         Fix typos in condition-case handlers.
13997
13998 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14001         configuration that provides the sole article window in a frame;
14002         position point correctly after deleting a part.
14003
14004 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14005
14006         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14007         (spam-resolve-registrations-routine): Use it to unregister articles
14008         that change status.
14009
14010 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14013         with XEmacs.
14014         (parse-time-string-chars): Use it.
14015
14016 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14017
14018         * imap.el (imap-interactive-login): Better messages.
14019         (imap-open): Fix bug with renamed buffer on reconnect.
14020         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14021         for easier debugging and cleaner code.  On successful (guessed based on
14022         server capabilities) secondary authentication, set imap-state
14023         correctly.
14024         (imap-last-authenticator): Define imap-last-authenticator as a variable
14025         to avoid warnings.
14026
14027 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * nnrss.el (nnrss-request-article): Remove binding of
14030         default-enable-multibyte-characters that has gotten needless by
14031         the 2007-07-13 change in rfc2047-encode-message-header.
14032
14033         * mml.el (mml-insert-multipart): Error on the message header.
14034         (mml-insert-part): Error on the message header; position point at
14035         the end of a MIME tag.
14036
14037 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * time-date.el (autoload): Expand define-obsolete-function-alias into
14040         defalias and make-obsolete for old Emacsen that Gnus supports.
14041         (with-no-warnings): Define it for old Emacsen.
14042         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14043         is available.
14044         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14045         float-time is available; suppress compile warning for time-to-seconds.
14046
14047         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14048         (gnus-float-time): Alias to float-time if it exists.
14049
14050         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14051         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14052         float-time is available; suppress compile warning for time-to-seconds.
14053
14054         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14055         XEmacs.
14056
14057 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14058
14059         * imap.el (imap-message-map): Docstring fix.
14060
14061 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14064         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14065         Add the optional argument `encoding' that overrides the default.
14066
14067         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14068         mm-encode-buffer.
14069
14070 2009-09-04  Glenn Morris  <rgm@gnu.org>
14071
14072         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14073         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14074         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14075         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14076         * mm-util.el (mm-with-unibyte-current-buffer)
14077         (mm-find-buffer-file-coding-system):
14078         * yenc.el (yenc-decode-region): Use default-value rather than
14079         default-enable-multibyte-characters.
14080
14081 2009-09-03  Glenn Morris  <rgm@gnu.org>
14082
14083         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14084         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14085         than default-enable-multibyte-characters.
14086
14087 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14088
14089         * gnus-art.el (gnus-article-read-summary-keys):
14090         Fix gnus-buffer-configuration's value temporarily used.
14091
14092 2009-09-02  Glenn Morris  <rgm@gnu.org>
14093
14094         * gnus-util.el (gnus-float-time): New function.
14095         * gnus-delay.el (gnus-delay-article):
14096         * gnus-sum.el (gnus-thread-latest-date):
14097         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14098         * nnspool.el (nnspool-request-newgroups):
14099         Use gnus-float-time rather than time-to-seconds.
14100         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14101
14102         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14103         (gnus-header-subject-face, gnus-header-newsgroups-face)
14104         (gnus-header-name-face, gnus-header-content-face):
14105         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14106         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14107         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14108         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14109         (gnus-cite-face-11):
14110         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14111         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14112         (gnus-server-closed-face, gnus-server-denied-face)
14113         (gnus-server-offline-face):
14114         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14115         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14116         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14117         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14118         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14119         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14120         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14121         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14122         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14123         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14124         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14125         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14126         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14127         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14128         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14129         (gnus-summary-high-undownloaded-face)
14130         (gnus-summary-low-undownloaded-face)
14131         (gnus-summary-normal-undownloaded-face)
14132         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14133         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14134         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14135         (gnus-splash-face):
14136         * message.el (message-header-to-face, message-header-cc-face)
14137         (message-header-subject-face, message-header-newsgroups-face)
14138         (message-header-other-face, message-header-name-face)
14139         (message-header-xheader-face, message-separator-face)
14140         (message-cited-text-face, message-mml-face):
14141         * sieve-mode.el (sieve-control-commands-face)
14142         (sieve-action-commands-face, sieve-test-commands-face)
14143         (sieve-tagged-arguments-face):
14144         * spam.el (spam-face):
14145         Mark face aliases with "-face" in the name as obsolete.
14146
14147 2009-09-01  Glenn Morris  <rgm@gnu.org>
14148
14149         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14150         than goto-line.
14151
14152 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14155         Don't move point if the command is invoked inside the message header.
14156
14157 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14158
14159         * imap.el (imap-send-command): Simplify.
14160         (imap-wait-for-tag): point-max -> buffer-size.
14161
14162 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14163
14164         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14165         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14166         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14167         * nnir.el (nnir-swish-e-index-file):
14168         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14169         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14170         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14171         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14172         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14173         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14174
14175 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14178         Don't save excursion.
14179
14180 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14181
14182         * nnheader.el (nnheader-find-file-noselect):
14183         * mm-util.el (mm-insert-file-contents):
14184         Use (default-value 'major-mode) instead of default-major-mode.
14185
14186 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14187
14188         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14189
14190 2009-08-26  Glenn Morris  <rgm@gnu.org>
14191
14192         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14193         than placing in files.el.
14194
14195 2009-08-25  Glenn Morris  <rgm@gnu.org>
14196
14197         * nnir.el (top-level): Don't require cl at run-time.
14198         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14199         Replace cl-function substitute with gnus-replace-in-string.
14200         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14201         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14202         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14203         simplified expansions.
14204
14205 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14206
14207         * dig.el (dig): Add autoload cookie.
14208
14209 2009-08-22  Glenn Morris  <rgm@gnu.org>
14210
14211         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14212         goto-line.
14213
14214 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14215
14216         * parse-time.el (parse-time-string-chars): Save match data.
14217
14218 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14219
14220         * parse-time.el (parse-time-string-chars): Compute using character
14221         classes, to handle non-ascii characters (Bug#3190).
14222
14223 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14226
14227         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14228         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14229         (gnus-mm-display-part, gnus-mime-display-single)
14230         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14231         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14232
14233         * gnus-sum.el
14234         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14235         (gnus-summary-move-article): Add expirable mark to articles copied or
14236         moved to group that has auto-expire turned on if the option is non-nil.
14237
14238 2009-07-24  Glenn Morris  <rgm@gnu.org>
14239
14240         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14241         Fix typo.  (Bug#3903)
14242
14243 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14246         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14247         that should not be used for draft articles.
14248         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14249         that has no concern in minor mode keys.
14250         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14251         Abolish.
14252
14253 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14256         article without making inquiry to a user for unknown encoding.
14257
14258         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14259         (nnmaildir--scan): Assume i-node and device number that file-attributes
14260         returns might be cons-cell.
14261
14262         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14263
14264         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14265
14266 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14267
14268         * auth-source.el: Remove docs now in auth.texi.  Don't use
14269         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14270         `auth-source-hide-passwords' and use them.
14271
14272 2009-07-15  Glenn Morris  <rgm@gnu.org>
14273
14274         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14275
14276 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14279         excessive whitespace from the default values of title and description.
14280
14281 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14284         mail-fetch-field to fetch Content-Description header in order to
14285         exclude newlines.
14286
14287 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14288
14289         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14290         format used by GnuPG 2.0.11.
14291
14292 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14295         to deleted part.
14296
14297 2009-05-30  David Engster  <dengste@eml.cc>
14298
14299         * nnmairix.el: Remove old documentation in the commentary block.
14300         (nnmairix-request-group): Do not update active file for nnml back ends.
14301         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14302         end so that overview files are ignored.
14303         (nnmairix-update-groups): Make updating the groups more robust by using
14304         marks.
14305         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14306         with dollar characters in message-id.
14307
14308 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14309
14310         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14311         2008-12-25 in dns.el.
14312
14313 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14314
14315         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14316         could happen if the text is only composed of spaces and/or tabs.
14317
14318 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14319
14320         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14321         when sending a queued message to avoid extra mml tags.
14322
14323 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14326
14327 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14330         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14331         rmail-toggle-header for XEmacs;
14332         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14333
14334 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-dired.el: Remove autoload for gnus-setup-message.
14337         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14338         displaying Gnus logo; always use compose-mail.
14339
14340 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14343
14344 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14347         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14348         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14349         available.
14350         (gnus-nocem-epg-verify): New function.
14351
14352 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14355
14356 2009-02-15  Glenn Morris  <rgm@gnu.org>
14357
14358         * gnus-util.el (rmail-insert-rmail-file-header)
14359         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14360         autoloads.
14361         (rmail-default-rmail-file): Remove unnecessary declaration.
14362         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14363
14364 2009-02-14  Glenn Morris  <rgm@gnu.org>
14365
14366         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14367         variable (only used in gnus-util, which declares it anyway).
14368         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14369         which was only needed by gnus-art (changed to not use it any more).
14370         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14371         only used in gnus-util, which autoloads it itself.
14372         (rmail-update-summary): Fix autoload.
14373
14374         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14375         rather than rmail-output-to-rmail-file.
14376
14377 2009-02-07  Glenn Morris  <rgm@gnu.org>
14378
14379         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14380         autoload of function that no longer exists.
14381         (rmail-toggle-header): Declare.
14382         (message-forward-rmail-make-body): Handle mbox Rmail.
14383
14384 2009-01-31  Glenn Morris  <rgm@gnu.org>
14385
14386         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14387         2009-01-09 change.
14388
14389 2009-01-31  Dave Love  <fx@gnu.org>
14390
14391         * imap.el (imap-fetch-safe): Bind debug-on-error.
14392         (imap-debug): Add imap-fetch-safe.
14393
14394 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14395
14396         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14397         (auth-source-forget-all-cached): New convenience function.
14398         (auth-source-user-or-password): Accept list of modes or a single mode.
14399
14400         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14401         auth-source modes.
14402
14403         * netrc.el (netrc-machine-user-or-password): Use list of
14404         auth-source modes.
14405
14406         * nnimap.el (nnimap-open-connection): Use list of
14407         auth-source modes.
14408
14409         * nntp.el (nntp-send-authinfo): Use list of
14410         auth-source modes.
14411
14412 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14413
14414         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14415         now.
14416
14417 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14420         coding system in XEmacs; add a workaround for XEmacs.
14421
14422         * lpath.el: Fbind coding-system-aliasee.
14423
14424 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14427         of current-language-environment.
14428
14429 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14432         available at runtime.
14433
14434 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14437
14438 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14439
14440         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14441         the greatest positive fixnum value doesn't work under an XEmacs with
14442         bignum support; use the most-positive-fixnum constant instead,
14443         available since Emacs 21.1 with cl and XEmacs 21.1.
14444
14445 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14448         XEmacs gets not to work.
14449
14450 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * mm-util.el (mm-coding-system-priorities): Allow the value like
14453         "Japanese (UTF-8)" of current-language-environment.
14454
14455 2009-01-09  Glenn Morris  <rgm@gnu.org>
14456
14457         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14458         with last-command-event.
14459
14460 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14461
14462         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14463         in the doc string.
14464
14465         * message.el (message-fix-before-sending): Amend comment.
14466
14467 2009-01-08  Dave Love  <fx@gnu.org>
14468
14469         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14470
14471 2009-01-07  David Engster  <dengste@eml.cc>
14472
14473         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14474         simplified server definitions by converting it via
14475         gnus-server-to-method.
14476
14477 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14480         parameter's operands.
14481
14482 2009-01-06  David Engster  <dengste@eml.cc>
14483
14484         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14485         primary select method (for gnus-group-mark-article-as-read).
14486
14487 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14488
14489         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14490         `(gnus)Face', not `(gnus)X-Face'.
14491
14492 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * mm-util.el (mm-ucs-to-char): New function.
14495
14496         * mm-url.el (mm-url-decode-entities): Use it.
14497
14498         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14499         unicode-to-char.
14500
14501 2009-01-05  Dave Love  <fx@gnu.org>
14502
14503         * time-date.el: Require cl for `declare'.
14504
14505 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14508         Dave Love.
14509
14510 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * message.el (message-fix-before-sending): Add `eight-bit' to
14513         illegible-text check.
14514
14515 2009-01-03  Michael Olson  <mwolson@gnu.org>
14516
14517         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14518         `headers' is nil.  This can occur if the IMAP server does not have
14519         permissions to read messages from a folder, but can write new messages
14520         to the folder.
14521         (nnimap-request-article-part): Do not insert `data' if it is nil.
14522
14523         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14524         characters which will confuse `read', so skip past them.
14525
14526 2009-01-01  Dave Love  <fx@gnu.org>
14527
14528         * imap.el (imap-string-to-integer): Fix typo.
14529         (imap-fetch-safe): New function.
14530         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14531
14532         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14533
14534         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14535         (imap-parse-greeting): Fix doc strings.
14536         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14537         (imap-parse-flag-list): Make messages unique.
14538         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14539
14540         * nnimap.el: Fix author email.
14541         (nnimap-split-rule): Add FIXME comment.
14542         (nnimap-debug): Fix doc string.
14543
14544 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14547
14548 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14551         nslookup if resolv.conf isn't available.
14552         (dns-query): Rename from query-dns.
14553         (dns-query-cached): Rename from query-dns-cached.
14554
14555 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14558         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14559         to check if those variables exist (first appeared in Emacs 18.50).
14560
14561 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * mm-util.el (mm-line-number-at-pos): New function.
14564
14565         * spam-report.el (spam-report-process-queue): Use it.
14566
14567 2008-12-24  David Engster  <dengste@eml.cc>
14568
14569         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14570         parameters that haven't existed as variables as buffer-local variables.
14571
14572 2008-12-23  Dave Love  <fx@gnu.org>
14573
14574         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14575         cadar.
14576
14577         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14578         imap-starttls-p.
14579         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14580
14581 2008-12-22  Dave Love  <fx@gnu.org>
14582
14583         * imap.el: Fix author email.  Doc fixes.
14584         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14585         reply.
14586
14587 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * spam-report.el (spam-report-gmane-max-requests): New constant.
14590         (spam-report-gmane-wait): New variable.
14591         (spam-report-gmane-ham, spam-report-gmane-spam)
14592         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14593         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14594         the server.
14595
14596         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14597         Add explanations.
14598
14599         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14600         nnheader-accept-process-output and nnheader-read-timeout if available.
14601         (pop3-movemail): Use it.
14602
14603         * message.el (message-check-news-body-syntax): Fix signature check if
14604         there's an attachment.
14605
14606 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * mm-util.el: Add comments to the mm- emulating functions.
14609
14610 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14611
14612         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14613         Reported by Stephen Berman <stephen.berman@gmx.net>.
14614
14615 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * mm-util.el (mm-substring-no-properties): New function.
14618         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14619         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14620         (mm-string-to-multibyte): Doc fix.
14621
14622         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14623
14624 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * mml.el (mml-attach-file): Strip text properties from file name.
14627         (Bug#1574)
14628
14629 2008-12-16  Glenn Morris  <rgm@gnu.org>
14630
14631         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14632
14633 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14636         knows since the charset specified might be a bogus alias that
14637         mm-charset-synonym-alist provides.
14638
14639 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14642         "ISO_8859-1".
14643
14644         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14645
14646 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * mm-util.el (mm-charset-eval-alist):
14649         Define it before mm-charset-to-coding-system.
14650         (mm-charset-to-coding-system): Add optional argument `silent';
14651         define it before mm-charset-override-alist.
14652         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14653         default value if it can be used in Emacs currently running;
14654         silence mm-charset-to-coding-system.
14655
14656 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14659         `allow-override' which says whether to use `mm-charset-override-alist'.
14660         (rfc2047-decode-encoded-words): Use it.
14661
14662         * mm-util.el (mm-charset-override-alist): Fix custom type;
14663         add `(gb2312 . gbk)' to choices.
14664
14665 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14668         fast.
14669
14670         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14671
14672         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14673
14674 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14675
14676         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14677         on links.
14678
14679         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14680
14681 2008-12-03  Lute Kamstra  <lute@gnu.org>
14682
14683         * sha1.el: Remove leading * from docstrings of defcustoms,
14684         deffaces, defconsts and defuns.
14685
14686 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14689         users' addresses that don't have domain parts.
14690         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14691         rather than message-narrow-to-head since there will be the message
14692         header separator.
14693
14694 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14695
14696         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14697         since the result is inserted in a unibyte buffer anyway.
14698         (nnimap-demule-use-string-to-multibyte): Remove.
14699         (nnimap-demule): Alias it to mm-string-to-multibyte.
14700
14701 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14704         variable for debugging bug#464 and bug#1174.
14705         (nnimap-demule): Use it.
14706
14707 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14710         score calculation correctly.
14711
14712 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14713
14714         * message.el (message-send-mail): Just set the buffer to unibyte
14715         rather than use mm-with-unibyte-current-buffer which does a lot more.
14716         (message-send-mail-partially): Don't bother with
14717         mm-with-unibyte-current-buffer since it's already been made unibyte by
14718         message-send-mail.
14719
14720 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14721
14722         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14723
14724 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14725
14726         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14727
14728 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14731         require itself and to remove `with-no-warnings'.
14732
14733 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14734
14735         * starttls.el (starttls-any-program-available): Get the name of the
14736         available TLS layer program.
14737         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14738         well as the host name in the "opening" message.
14739
14740         * auth-source.el (auth-source-cache, auth-source-do-cache)
14741         (auth-source-user-or-password): Cache passwords and logins by default,
14742         allow override with `auth-source-do-cache'.
14743         (auth-source-forget-user-or-password): Allow users to remove cache
14744         entries if needed.
14745
14746 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14747
14748         * md4.el (md4-buffer): Fix typo in docstring.
14749         (md4, md4-64): Doc fixes.
14750         (md4-pack-int32): Reflow docstring.
14751
14752 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14753
14754         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14755         condition-case to only the forward-sexp call.
14756
14757 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14758
14759         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14760         quotes contained.  Make it more robust regardless by an extra
14761         condition-case wrapper.
14762
14763 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14766
14767 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * nnml.el (nnml-request-expire-articles): Check if the function set to
14770         `nnmail-expiry-target' returns the symbol `delete'.
14771
14772         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14773
14774         * nnmail.el (nnmail-expiry-target): Fix custom type.
14775
14776 2008-10-02  Glenn Morris  <rgm@gnu.org>
14777
14778         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14779         Silence compiler warning.
14780
14781 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14782
14783         * tls.el (open-tls-stream): Show the actual command being
14784         executed, instead of the format string.
14785
14786 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * lpath.el: Fbind codepage-setup for Emacs 23.
14789
14790 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14791
14792         * mml.el (mml-menu): Don't assume mml2015 is bound.
14793
14794 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14797         exists.
14798
14799 2008-09-27  Glenn Morris  <rgm@gnu.org>
14800
14801         * gnus-util.el (mail-header-remove-comments): Autoload it.
14802
14803 2008-09-27  Andreas Schwab  <schwab@suse.de>
14804
14805         * gnus-util.el (gnus-split-references): Strip comments.
14806         (gnus-parent-id): Likewise.
14807
14808 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * message.el (message-confirm-send): Fix version.
14811
14812 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * message.el (message-idna-to-ascii-rhs-1): Use
14815         mail-extract-address-components rather than mail-header-parse-addresses
14816         that is an alias by default to ietf-drums-parse-addresses that does not
14817         support non-ASCII names in headers' contents.
14818
14819 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14820
14821         * message.el (message-confirm-send): Fix variable documentation to
14822         avoid the "y/n" wording.
14823
14824 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14825
14826         * message.el (message-set-auto-save-file-name): Save to a different
14827         filename so multiple messages (especially drafts) can be recovered.
14828
14829 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14830
14831         * message.el (message-confirm-send): Add appropriate version.
14832
14833 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14834
14835         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14836         defvar.
14837
14838 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14839
14840         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14841         (mm-pkcs7-enveloped-magic): Ditto.
14842
14843 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14844
14845         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14846         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14847
14848 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14849
14850         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14851         default, it's better.
14852
14853 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14854
14855         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14856         summary line gnus-number property and ignore them (with a warning
14857         message).
14858
14859 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14862         macro caddr in the interactive form since it won't be expanded.
14863
14864 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14867         `charset'; fix name of function called recursively.
14868         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14869
14870 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14873         (gnus-mime-set-charset-parameters): New function.
14874         (gnus-mime-view-part-as-charset): Use it to correctly display part
14875         specifying wrong charset.
14876
14877 2008-09-08  David Engster  <dengste@eml.cc>
14878
14879         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14880         in completing-read for back end server.
14881
14882 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14883
14884         * message.el (message-confirm-send): New variable to confirm sending a
14885         message.
14886         (message-send): Use it.
14887
14888 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14889
14890         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14891
14892 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14895
14896 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14897
14898         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14899         prevent tracking too many groups.
14900         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14901         Use it.
14902
14903 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14904
14905         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14906         moving point to the bottom of the window in order to avoid recentering.
14907
14908 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14911
14912         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14913         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14914         (gnus-article-beginning-of-window): Fix calculation.
14915
14916 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * gnus-msg.el (gnus-summary-supersede-article)
14919         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14920         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14921         message header.
14922
14923 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14924
14925         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14926         pending output coming after the status change.
14927
14928 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14929
14930         * message.el:
14931         * gnus-start.el:
14932         * gnus-registry.el: Remove VMS support.
14933
14934 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14937         macro.
14938         (rfc2104-hash): Use it.
14939
14940 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14943         (gnus-summary-sort-by-most-recent-date): New commands.
14944         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14945         and menu entries.
14946
14947 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14950         don't redisplay article for raw contents; remove plural articles stuff.
14951
14952         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14953         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14954         on gnus-summary-save-article; display results properly.
14955
14956 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * lpath.el: No need to fbind ns-focus-frame.
14959
14960 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14963
14964 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * gnus-art.el (gnus-summary-save-in-pipe):
14967         Consider gnus-save-all-headers.
14968
14969 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14970
14971         * gnus-util.el (ns-focus-frame): Remove declaration.
14972         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14973         like x.
14974
14975 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14976
14977         * rfc2104.el (rfc2104-zero): Delete defconst.
14978         (rfc2104-hex-alist): Likewise.
14979         (rfc2104-hex-to-int): Delete func.
14980         (rfc2104-hexstring-to-bitstring): Likewise.
14981         (rfc2104-nybbles): New defconst.
14982         (rfc2104-hash): Rewrite for speed.
14983
14984 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * tls.el (open-tls-stream): Make it work with the 2nd argument
14987         BUFFER that is a string but does not exist as a buffer object, as
14988         mentioned in the doc-string.
14989
14990 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14993         SXEmacs.
14994
14995 2008-07-16  Glenn Morris  <rgm@gnu.org>
14996
14997         * gnus-util.el (ns-focus-frame): Declare for compiler.
14998
14999 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15002         set as a group parameter.
15003         (gnus-summary-save-in-pipe): Work when it is called independently.
15004         (gnus-summary-pipe-to-muttprint): Don't modify
15005         gnus-summary-pipe-output-default-command.
15006
15007 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15008
15009         * message.el (message-send-mail-with-sendmail):
15010         Display the error message.
15011
15012 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * gnus-art.el (gnus-default-article-saver):
15015         Add gnus-summary-save-in-pipe to choices.
15016         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15017         gnus-summary-pipe-output-default-command as the default command.
15018         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15019         instead of gnus-last-shell-command.
15020
15021         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15022         New user option.
15023         (gnus-summary-muttprint-program): Mention the value will be changed.
15024         (gnus-summary-save-article): Force showing of all headers.
15025         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15026
15027 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15028
15029         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15030
15031 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15032
15033         * nnimap.el (nnimap-id):
15034         * sieve-manage.el (sieve-manage-open): Doc fixes.
15035
15036 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15037
15038         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15039         if available.
15040
15041 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15042
15043         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15044
15045         * nnkiboze.el (nnkiboze-generate-group):
15046         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15047
15048         * nnmairix.el: Require CL.
15049
15050 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * dgnushack.el: Autoload get-display-table and put-display-table for
15053         XEmacs 21.5.
15054
15055         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15056         21.4 and SXEmacs.
15057
15058 2008-06-15  David Engster  <dengste@eml.cc>
15059
15060         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15061
15062 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15063
15064         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15065         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15066         runtime choice under XEmacs.
15067
15068         * gnus-sum.el (gnus-summary-set-display-table):
15069         Use `gnus-put-display-table', `gnus-get-display-table',
15070         `gnus-set-display-table' for the display table, instead of `aset'.
15071
15072         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15073         Use `gnus-put-display-table', `gnus-get-display-table',
15074         `gnus-set-display-table' for the display table.
15075
15076 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * nnmairix.el: Add autoloads.
15079
15080 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * nnmairix.el (nnmairix-delete-recreate-group)
15083         (nnmairix-update-and-clear-marks): Fix error messages.
15084
15085 2008-06-14  David Engster  <dengste@eml.cc>
15086
15087         * nnmairix.el: Upgrade to version 0.6.
15088         (nnmairix-group-toggle-propmarks-this-group)
15089         (nnmairix-group-toggle-readmarks-this-group)
15090         (nnmairix-group-delete-recreate-this-group)
15091         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15092         (nnmairix-remove-tick-mark-original-article): New commands.
15093         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15094         (nnmairix-propagate-marks-to-nnmairix-groups)
15095         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15096         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15097         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15098         functions needed for marks propagation and manipulation of read marks.
15099         (nnmairix-update-groups): New function.
15100         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15101         (nnmairix-determine-original-group-from-registry)
15102         (nnmairix-determine-original-group-from-path)
15103         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15104         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15105         New helper functions.
15106         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15107         keystrokes for new commands.
15108         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15109         (nnmairix-request-group): Check allow-fast group parameter.
15110         (nnmairix-request-create-group): Set allow-fast group parameter if
15111         nnmairix-allowfast-default is set.
15112         (nnmairix-close-group): Propagate marks upon closing if needed.
15113         (nnmairix-group-toggle-threads-this-group): Use new.
15114         nnmairix-group-toggle-parameter helper function.
15115         (nnmairix-search): Better check for empty search result.
15116         (nnmairix-goto-original-article): Use new helper functions for
15117         determining original article.
15118         (nnmairix-show-original-article): Make sure message-id is in brackets.
15119         (nnmairix-call-mairix-binary): Change variable name.
15120         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15121         helper function.
15122         (nnmairix-widget-toggle-activate): Fix doc string.
15123
15124 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * nnir.el: Require edmacro when compiling with XEmacs.
15127         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15128         available in Emacs 21.
15129
15130 2008-06-11  Glenn Morris  <rgm@gnu.org>
15131
15132         * gnus-util.el (x-focus-frame):
15133         * gnus.el (image-size):
15134         * mm-decode.el (image-size): Declare.
15135
15136         * gnus-picon.el (declare-function): Add compat definition.
15137         (image-size): Declare.
15138
15139         * gnus-group.el (tool-bar-map):
15140         * gnus-sum.el (tool-bar-map): Define for compiler.
15141
15142         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15143
15144         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15145
15146         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15147         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15148         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15149         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15150         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15151         * sieve-manage.el, spam-report.el, spam.el:
15152         Remove unnecessary eval-and-compile of autoloads.
15153
15154 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15155
15156         * auth-source.el: Precise Tramp doc.
15157
15158 2008-06-07  Glenn Morris  <rgm@gnu.org>
15159
15160         * nnmairix.el: Remove unnecessary eval-when-compile.
15161
15162 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * lpath.el: Fbind propertize for XEmacs 21.4.
15165
15166 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * nnir.el: Move here from ../contrib.
15169
15170 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15171
15172         * gnus-util.el (gnus-read-shell-command): New function.
15173         * mm-decode.el (mm-pipe-part):
15174         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15175
15176 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15179
15180 2008-06-03  Glenn Morris  <rgm@gnu.org>
15181
15182         * pop3.el (nnheader-accept-process-output): Autoload it.
15183
15184 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15187         are not 2-digit hexadecimal characters that follow `%'s.
15188
15189 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15190
15191         * message.el (message-bogus-recipient-p): Fix type in doc string.
15192         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15193         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15194         Improve custom options.
15195         (message-bogus-recipient-p): Adjust accordingly.
15196
15197 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15198
15199         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15200         long-form month and day names.
15201
15202 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * dgnushack.el: Autoload debug, eudc-expand-inline and
15205         pgg-snarf-keys-region for XEmacs.
15206
15207         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15208
15209         * nnmairix.el: Require edmacro when compiling with XEmacs.
15210
15211 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15214         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15215
15216 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15217
15218         * auth-source.el: Add more docs.
15219
15220         * netrc.el (netrc-machine): Always match if the port is not given.
15221
15222 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15223
15224         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15225         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15226         retrieval faster in some cases, but might make CPU usage larger.
15227         If this has any bad side effects, we might revert this change.
15228
15229         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15230         seems to make mail retrieval much, much faster.
15231         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15232         unconditionally.
15233
15234         * gnus-draft.el (gnus-group-send-queue):
15235         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15236
15237 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15240
15241         * message.el (message-bogus-address-regexp): Fix and improve custom
15242         type.
15243         (message-setup-hook): Add message-check-recipients as custom option.
15244
15245 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * message.el (message-cite-function): Remove bogus autoload which crept
15248         in during merge from v5-10.
15249
15250 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15251
15252         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15253
15254         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15255
15256         * auth-source.el: Preliminary Tramp docs.
15257         (auth-sources): Change the default auth-sources to use
15258         EPA .gpg files.
15259
15260 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15261
15262         * nntp.el: Autoload `auth-source-user-or-password'.
15263         (nntp-send-authinfo): Use it.
15264
15265         * nnimap.el: Autoload `auth-source-user-or-password'.
15266         (nnimap-open-connection): Use it.
15267
15268         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15269         for the gnus-message function.
15270         (auth-source-user-or-password): Use it.
15271
15272 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15273
15274         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15275         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15276         (rfc2104-hash): Use it.
15277
15278 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15279
15280         * gnus-art.el (gnus-article-toggle-truncate-lines):
15281         Don't use `iff' in docstring.
15282
15283 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15284
15285         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15286
15287         * gnus-util.el (gnus-extract-address-component-name)
15288         (gnus-extract-address-component-email): Convenience functions around
15289         `gnus-extract-address-components'.
15290
15291         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15292         Use `gnus-extract-address-component-email' to fix bug of comparing full
15293         sender name to `user-mail-address'.
15294
15295 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15296
15297         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15298         catch/throw to optimize.
15299         (gnus-registry-find-keywords): Just use member to find a keyword.
15300
15301 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15302
15303         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15304         is current before calling gnus-server-prepare.
15305         (gnus-server-setup-buffer, gnus-server-update-server)
15306         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15307
15308 2008-05-04  Juri Linkov  <juri@jurta.org>
15309
15310         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15311         (mailcap-file-default-commands): Use mailcap-replace-in-string
15312         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15313         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15314
15315 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15316
15317         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15318
15319 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15320
15321         * gnus.el: Bump version to 0.11.
15322
15323 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15324
15325         * gnus.el: No Gnus v0.10 is released.
15326
15327 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15328
15329         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15330         hooks.
15331         (gnus-update-read-articles): Speed up non-marks-using users.
15332         (gnus-use-marks): Define gnus-use-marks.
15333         (gnus-propagate-marks): Rename variable to something more sensible.
15334
15335 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15336
15337         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15338         (gmm-image-load-path-for-library): Fix typos in docstrings.
15339         (gmm-message): Reflow docstring.
15340
15341 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15342
15343         * mail-source.el (mail-source-set-1, mail-source-bind):
15344         Move auth-source code out of the macro to clean it up and fix bugs.
15345
15346 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15347
15348         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15349         by sender if it's equal to user-mail-address, it's likely to be
15350         useless.
15351
15352         * mail-source.el (mail-source-bind): Don't use user or password if they
15353         are not bound.  Unintern them if they are nil.  Don't use server unless
15354         it's bound, and default it to empty string otherwise.
15355
15356 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15357
15358         * mail-source.el: Load auth-source.el.
15359         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15360         get user name or password, if auth-sources is set up.
15361
15362         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15363         strategy of splitting with parent.
15364         (gnus-registry-split-fancy-with-parent)
15365         (gnus-registry-post-process-groups): Use it and fix prior
15366         bug (returning a list as the split result).
15367
15368         * auth-source.el (auth-sources): Remove server parameter.
15369         (auth-source-pick, auth-source-user-or-password)
15370         (auth-source-user-or-password-imap)
15371         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15372         (auth-source-user-or-password-sftp)
15373         (auth-source-user-or-password-smtp): Remove server parameter.
15374
15375 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15376
15377         * smime.el (smime-sign-region, smime-encrypt-region)
15378         (smime-decrypt-region):
15379         Remove redundant calls to `generate-new-buffer-name'.
15380
15381 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15382
15383         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15384         Don't use QP for message/rfc822.
15385         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15386
15387 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15388
15389         * sieve-manage.el (sieve-string-bytes): Remove.
15390         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15391         correct byte-length only if the process's coding-system is the same as
15392         the one used internally by Emacs to represent strings.
15393
15394 2008-04-22  Juri Linkov  <juri@jurta.org>
15395
15396         * mailcap.el (mailcap-file-default-commands): New function.
15397
15398 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * message.el (message-signature-separator, message-cite-function):
15401         Change custom version.
15402
15403 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15404
15405         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15406         commands.
15407         (tls-checktrust): Ditto.
15408
15409 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15410
15411         * mm-decode.el (mm-display-external): Make temp file read-only.
15412
15413 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15416         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15417         `C-c C-f d'.
15418
15419 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15420
15421         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15422
15423 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15424
15425         * gnus.el: Bump version to 0.9.
15426
15427 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * gnus.el: No Gnus v0.8 is released.
15430
15431 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15432
15433         * mail-source.el (mail-source-value):
15434         Prefer fboundp to functionp so it works with macros as well.
15435
15436 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15437
15438         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15439         Fix last change in case the element is not even a symbol.
15440
15441 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15442
15443         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15444         Prefer fboundp to functionp so it works with macros as well.
15445
15446 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15447
15448         * auth-source.el: Add docs.
15449         (auth-sources): Modify format to support server.
15450         (auth-source-pick, auth-source-user-or-password)
15451         (auth-source-user-or-password-imap)
15452         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15453         (auth-source-user-or-password-sftp)
15454         (auth-source-user-or-password-smtp): Add server parameter.
15455
15456 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * gnus-registry.el: Initialize the registry when gnus-registry-install
15459         is t.
15460
15461 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * compface.el (uncompface): Make buffer unibyte.
15464
15465 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15466
15467         * mail-source.el (mail-source-value):
15468         Prefer fboundp to functionp so it works with macros as well.
15469
15470 2008-04-05  Glenn Morris  <rgm@gnu.org>
15471
15472         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15473
15474 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15475
15476         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15477         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15478
15479         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15480         multibyteness after rather than before erasing it.
15481
15482         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15483         mm-with-multibyte.
15484         (gnus-request-article-this-buffer): Make sure the proper decoding is
15485         used if gnus-original-article-buffer happens to be unibyte.
15486
15487         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15488         default-enable-multibyte-characters.
15489
15490         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15491         default-enable-multibyte-characters.
15492
15493         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15494
15495         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15496
15497 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15498
15499         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15500         Fix last change in case the element is not even a symbol.
15501
15502 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15503
15504         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15505         (imap-message-copyuid-1): Use it.
15506         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15507         J. Williams in
15508         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15509
15510         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15511         imap-enable-exchange-bug-workaround.
15512         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15513
15514 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15515
15516         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15517         a 100 byte status-checks into a 2-3MB transfer for each group.
15518         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15519         to enable bug workaround or not.
15520         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15521
15522 2008-03-31  Glenn Morris  <rgm@gnu.org>
15523
15524         * message.el (mml2015-use): Declare for compiler.
15525         (message-info): Require mml2015 when appropriate.
15526
15527 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15530         whitespace.
15531
15532 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15533
15534         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15535         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15536         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15537         (nntp-service-to-port): New function.
15538         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15539         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15540         (nntp-open-netcat-stream): New function.
15541         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15542
15543 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15544
15545         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15546
15547 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15548
15549         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15550
15551 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15552
15553         * dns.el (dns-write): Use set-buffer-multibyte.
15554
15555 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15556
15557         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15558
15559 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * message.el (message-signature-separator): Change default.
15562         Improve custom type.
15563         (message-cite-function): Change default to
15564         message-cite-original-without-signature.
15565
15566         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15567         toggle.
15568
15569         * message.el (message-check-news-body-syntax): Fix signature check.
15570         (message-setup-1): Mark buffer as unmodified _after_ running
15571         message-setup-hook and handling message-alternative-emails.
15572         (message-shorten-references): Be more strict when building list of
15573         valid references to comply with GNKSA.
15574
15575         * gnus-group.el (gnus-read-ephemeral-bug-group)
15576         (gnus-read-ephemeral-debian-bug-group)
15577         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15578
15579         * message.el (message-info): Don't use booleanp which isn't supported
15580         in Emacs 21 and XEmacs.
15581
15582 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15583
15584         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15585         gnus-group-gmane-group-download-format.
15586         (gnus-group-read-ephemeral-gmane-group): Rename from
15587         gnus-group-read-ephemeral-gmane-group.
15588         (gnus-read-ephemeral-gmane-group-url): Rename from
15589         gnus-group-read-ephemeral-gmane-group-url.
15590         (gnus-bug-group-download-format-alist): New variable.
15591         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15592         (gnus-read-ephemeral-emacs-bug-group): New commands.
15593
15594 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15597         (gnus-visible-headers): Improve custom type.
15598
15599 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * mml.el (mml-menu): Add workarounds for XEmacs.
15602
15603         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15604         X-Boundary header.
15605
15606         * message.el (message-simplify-recipients): Fix previous commit.
15607
15608 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15609
15610         * mm-util.el (mm-set-buffer-multibyte): New function.
15611         * mm-decode.el (mm-copy-to-buffer): Use it.
15612
15613         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15614         Prefer fboundp to functionp so it works with macros as well.
15615
15616 2008-03-19  Glenn Morris  <rgm@gnu.org>
15617
15618         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15619         Accidentally removed in the sync process with Emacs.
15620
15621 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15622
15623         * message.el (message-alter-recipients-discard-bogus-full-name):
15624         New function.
15625         (message-alter-recipients-function): New variable.
15626         (message-get-reply-headers): Use it.
15627         (message-replace-header): New helper function.
15628         (message-recipients-without-full-name): New variable.
15629         (message-simplify-recipients): New command.
15630
15631         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15632
15633         * message.el (message-info): Handle EasyPG manual.
15634
15635         * mml.el (mml-menu): Add entry for EasyPG.
15636
15637 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15638
15639         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15640         parameter.
15641
15642         * message.el (message-disassociate-draft): Specify drafts group name
15643         fully.
15644
15645 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15646
15647         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15648         Eliminate unnecessary duplicates from the match list.
15649
15650 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15653
15654         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15655
15656         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15657         args of `how-many' of which the XEmacs version doesn't take; declare
15658         Info-index-next as function.
15659
15660 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus-score.el (gnus-score-headers): Fix handling of
15663         gnus-inhibit-slow-scoring.
15664
15665         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15666         string.
15667         (gnus-button-url-regexp): Improve handling of parenthesis.
15668         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15669         (gnus-button-handle-info-keystrokes): Handle index entries.
15670
15671 2008-03-15  Glenn Morris  <rgm@gnu.org>
15672
15673         * parse-time.el (parse-time-string): Simplify.
15674
15675 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15678         Incoming* files.
15679
15680 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15681
15682         * auth-source.el (auth-sources): Rename from auth-source-choices.
15683         (auth-source-pick): Use it.
15684
15685 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15686
15687         * binhex.el (binhex-decode-region-internal):
15688         * uudecode.el (uudecode-decode-region-internal):
15689         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15690         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15691         setting default-enable-multibyte-characters.
15692
15693 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15694
15695         * auth-source.el (auth-source-protocols)
15696         (auth-source-protocols-customize, auth-source-choices): Add and
15697         modified variable customizations and defaults.
15698         (auth-source-pick, auth-source-user-or-password)
15699         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15700         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15701         (auth-source-user-or-password-sftp)
15702         (auth-source-user-or-password-smtp): Use new variables and provide an
15703         interface to netrc.el.
15704
15705 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15708         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15709         Make sure the nntp port to specify is a string.
15710
15711 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15712
15713         * nntp.el: Use with-current-buffer.
15714         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15715         dubious mm-with-unibyte-current-buffer.
15716         (nntp-with-open-group-function): New function extracted from
15717         nntp-with-open-group macro.
15718         (nntp-with-open-group): Use the function, so it's easier to debug.
15719         Add indentation and debugging info.
15720         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15721         Recommend the use of the netcat alternatives.
15722
15723         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15724         Avoid mm-string-as-multibyte as well.
15725
15726         * nnweb.el (nnweb-insert-html):
15727         Remove use of nnheader-string-as-multibyte.
15728
15729         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15730         (nnheader-string-as-multibyte): Remove.
15731
15732         * mm-view.el: Use inhibit-read-only.
15733         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15734         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15735         or unibyte-string.
15736
15737         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15738         (mm-uu-yenc-extract): Use with-current-buffer.
15739
15740         * gnus-soup.el (gnus-soup-send-packet): Don't use
15741         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15742
15743         * nnmh.el: Use with-current-buffer.
15744         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15745         mm-string-as-multibyte on the output of mm-encode-coding-string.
15746
15747         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15748         (nnimap-request-move-article): Use with-current-buffer.
15749
15750         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15751         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15752         conversion uses string-make-unibyte rather than string-as-unibyte.
15753
15754         * gnus-msg.el: Use with-current-buffer.
15755
15756         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15757
15758 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15759
15760         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15761         string for caching if it is 'PIN.
15762
15763 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * lpath.el: Consider the case without Emacs/W3.
15766
15767 2008-03-08  Glenn Morris  <rgm@gnu.org>
15768
15769         * time-date.el (date-to-time, time-subtract, time-add)
15770         (safe-date-to-time): Doc fixes.
15771
15772 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15773
15774         * mail-source.el (mail-source-delete-old-incoming-confirm):
15775         Change default to nil.
15776         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15777
15778 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * lpath.el: Rearrange.
15781
15782         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15783         (gnus-article-goto-prev-page): Work for articles having ^L's.
15784
15785         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15786
15787         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15788
15789 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15790
15791         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15792         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15793         (gnus-bookmark-jump): Adjust some variable names.
15794
15795 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15796
15797         * auth-source.el: New package.
15798         (auth-source-choices): Add customization entry point variable.
15799
15800         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15801         bug.
15802
15803 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15804
15805         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15806         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15807         (gnus-registry-install-shortcuts): Rename from
15808         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15809         the `gnus-registry-mark-map' keymap dynamically from
15810         `gnus-registry-marks'.  The generated functions update the summary line
15811         when a registry mark is added or deleted, and will call
15812         `gnus-registry-install-p' (see the comments in the code).
15813         (gnus-registry-user-format-function-M): Use concat intelligently.
15814
15815         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15816         the registry mark functions.
15817
15818 2008-03-05  Glenn Morris  <rgm@gnu.org>
15819
15820         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15821         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15822         gnus-art.
15823         (top-level): No need to load own source when compiling.
15824
15825 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15828         Suggested by <chris.anderton@zetnet.co.uk>.
15829
15830 2008-03-04  Glenn Morris  <rgm@gnu.org>
15831
15832         * gnus-sum.el (top-level): No need to require gnus when compiling,
15833         since unconditionally required near start of file.
15834         (gnus-summary-display-while-building): Move definition before use.
15835
15836 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15837
15838         * gnus-registry.el (gnus-registry-user-format-function-M):
15839         Add formatting function.
15840
15841 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15844         with plists.
15845         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15846         Use new format.
15847
15848 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15851         `where-is-internal' that returns a range of key sequences.
15852
15853 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15854
15855         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15856
15857         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15858         (gnus-summary-jump-to-group): Consider windows on other displayed
15859         frames as well.  Similar changes might be needed elsewhere, but that's
15860         the one I've bumped into during my use.
15861
15862         * nndoc.el (nndoc-oe-dbx-type-p):
15863         * gnus-msg.el (gnus-debug):
15864         * gnus-group.el (gnus-update-group-mark-positions):
15865         Use mm-string-to-multibyte.
15866
15867 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15870         doesn't handle NotDashEscaped.
15871
15872         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15873         (mml-dnd-attach-options): Fix typo in custom choice.
15874
15875         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15876         Change nndoc-article-type to mbox.
15877         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15878
15879         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15880         to nil, instead of html2text.
15881
15882         * imap.el (imap-debug): Add `imap-ping-server'.
15883
15884         * gnus-bookmark.el: Add FIXMEs.
15885
15886         * message.el (message-form-letter-separator)
15887         (message-send-form-letter-delay): New variables.
15888         (message-send-form-letter): Use them.  New command to send form
15889         letters.  Requested by Uwe Siart.
15890         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15891
15892 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * Update copyright years.
15895
15896 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         Sync from EMACS_22_BASE.
15899
15900         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15901
15902 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15903
15904         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15905         empty author.
15906
15907 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15908
15909         * gnus-registry.el (gnus-registry-marks): Add variable for
15910         customization of marks and their appearance.
15911         (gnus-registry-read-mark): Use it.
15912         (gnus-registry-do-marks): Add utility function to loop through
15913         `gnus-registry-marks'.
15914         (gnus-registry-install-shortcuts-and-menus): Add function to install
15915         shortcuts and menus.
15916         (gnus-registry-initialize): Use it.
15917         (gnus-registry-default-mark): Clarify documentation.
15918
15919 2008-02-29  Glenn Morris  <rgm@gnu.org>
15920
15921         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15922         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15923         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15924         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15925         Change defcustom :version from 23.0 to 23.1.
15926
15927 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15928
15929         * gnus-registry.el (gnus-registry-follow-group-p)
15930         (gnus-registry-post-process-groups): Add functions to aid registry
15931         splitting and improve logging.  Clarify behavior in function
15932         documentation.
15933         (gnus-registry-split-fancy-with-parent): Use them.
15934
15935 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15936
15937         * gnus-art.el: Use with-current-buffer.
15938
15939 2008-02-27  David Engster  <dengste@eml.cc>
15940
15941         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15942         Express real group name in the response.
15943
15944 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15947         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15948         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15949         autoload gnus-registry-fetch-group when compiling.
15950         (nnmairix-request-group-with-article-number-correction):
15951         Remove unreferenced argument passed to nnmairix-call-backend.
15952
15953 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15956         (mm-uu-extract): Improve face for low color ttys.
15957         Reported by Sascha Wilde.
15958
15959 2008-02-27  Glenn Morris  <rgm@gnu.org>
15960
15961         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15962         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15963         variables to defconsts.  Convert comments to doc-strings.
15964         (nnmairix-last-server, nnmairix-current-server): Convert from free
15965         variables to defvars.  Convert comments to doc-strings.
15966         (gnus-registry-fetch-group): Autoload.
15967         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15968         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15969         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15970         caddr.
15971         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15972         nnmairix-request-group-with-article-number-correction call.
15973         (nnmairix-fast, nnmairix-group): New, less general names, for free
15974         variables passed from nnmairix-request-group to
15975         nnmairix-request-group-with-article-number-correction.  Declare.
15976         (nnmairix-request-group-with-article-number-correction):
15977         Use nnmairix-fast, nnmairix-group rather than fast, group.
15978
15979 2008-02-26  David Engster  <dengste@eml.cc>
15980
15981         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15982         version 0.5.
15983
15984 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15985
15986         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15987         instead of making an extra function call.  Don't add the current group
15988         to articles only when they have the group.  Use
15989         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15990         Reported by David <de_bb@arcor.de>.
15991
15992 2008-02-24  Miles Bader  <miles@gnu.org>
15993
15994         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15995         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15996         (mm-find-mime-charset-region):
15997         * mm-bodies.el (mm-encode-body):
15998         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15999
16000 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16003         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16004
16005 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * mail-source.el (mail-source-delete-incoming): Change default.
16008         Supplement doc string.
16009
16010         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16011
16012 2008-02-14  Glenn Morris  <rgm@gnu.org>
16013
16014         * time-date.el (format-seconds): New function.
16015
16016 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16017
16018         * nnmail.el (nnmail-message-id-cache-file): Derive from
16019         `gnus-home-directory'.
16020
16021 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16022
16023         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16024         Document negative prefix.
16025
16026         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16027
16028 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16029
16030         * message.el (message-unsent-separator): Add the Exim bounce
16031         separator.
16032
16033 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16034
16035         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16036         list.
16037         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16038         recipient/signer list.
16039
16040 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * Makefile.in (datarootdir): Define.
16043         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16044         name that might contain whitespace.
16045
16046 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16047
16048         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16049         fbound (Emacs 23 unicode), signal an error.
16050
16051 2008-02-08  Glenn Morris  <rgm@gnu.org>
16052
16053         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16054
16055 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16056
16057         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16058         ports to the calls to `netrc-machine-user-or-password' in addition to
16059         "imap" and "imaps".
16060
16061 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16062
16063         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16064
16065         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16066
16067 2008-02-01  Kenichi Handa  <handa@m17n.org>
16068
16069         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16070         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16071         (rfc2104-hash): Convert the result of concat to unibyte string.
16072
16073 2008-02-01  Dave Love  <fx@gnu.org>
16074
16075         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16076         coding-system-for-read.
16077         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16078
16079 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16080
16081         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16082         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16083         <hanche@math.ntnu.no>.
16084
16085 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16088
16089         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16090
16091 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16092
16093         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16094         * message.el (message-beginning-of-line): Use featurep instead of bound
16095         tests in order to resolve conditionals at compile time.
16096
16097 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16098
16099         * mail-source.el (mail-sources): Add `group' choice.
16100
16101         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16102         parameter `in-group' to control into which group the articles go.
16103         Add treatment of `group' mail-source.
16104
16105 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16108
16109         * mm-decode.el (mm-dissect-buffer): Decode description.
16110
16111         * mml.el (mml-to-mime): Encode message header first.
16112
16113 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16116         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16117
16118         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16119         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16120
16121 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16122
16123         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16124
16125 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16128         prefix keys.
16129         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16130         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16131         gnus-xmas.el.
16132
16133         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16134         (gnus-xmas-article-describe-bindings): New function.
16135         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16136         gnus-xmas-article-describe-bindings.
16137
16138         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16139
16140 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16141
16142         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16143         Add new variables for article mark management.
16144         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16145         list of extra data entries which, when present, will indicate that the
16146         article ID should not be trimmed from the registry.
16147         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16148         functions.
16149         (gnus-registry-read-mark): New function to read a mark name from the
16150         user.
16151         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16152         (gnus-registry-set-article-mark-internal): New functions to add and
16153         remove marks.
16154         (gnus-registry-get-article-marks): New function to show the marks for
16155         an article, or retrieve them for further use.
16156
16157 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16160         keys when no argument is given.
16161
16162 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * imap.el (imap-ping-server): New variable.
16165         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16166         (imap-ping-server): Minor doc string fixes.
16167
16168 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16169
16170         * imap.el (imap-ping-server): New function.
16171         (imap-opened): Call imap-ping-server.
16172
16173 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * gnus-sum.el (gnus-article-sort-by-random)
16176         (gnus-thread-sort-by-random): Fix doc strings.
16177         Reported by jidanni@jidanni.org.
16178
16179 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-art.el (gnus-article-describe-bindings): New function.
16182         (gnus-article-read-summary-keys): Use it.
16183         (gnus-article-mode-map): Bind `C-h b' to it.
16184
16185 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16188         XEmacs.
16189         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16190         Protect against non-character events.
16191
16192         * lpath.el: Fbind map-keymap for Emacs 21.
16193
16194 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16195
16196         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16197         New command.
16198         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16199         instead of END.  Change name of the temp file.
16200         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16201         customizable.
16202
16203 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16206         bind `S W' to gnus-article-wide-reply-with-original; set default
16207         binding to gnus-article-read-summary-send-keys.
16208         (gnus-article-read-summary-keys): Fix the order of keys; display
16209         continuation keys correctly in the echo area; describe bindings
16210         correctly when keys end with `C-h'.
16211         (gnus-article-read-summary-send-keys): New function.
16212         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16213         Work for gnus-article-read-summary-send-keys; display continuation keys
16214         correctly in the echo area.
16215         (gnus-article-reply-with-original): Ignore prefix argument.
16216         (gnus-article-wide-reply-with-original): New function.
16217
16218         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16219         Emacs 21.
16220
16221 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16224         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16225
16226 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16227
16228         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16229         (gnus-group-read-ephemeral-gmane-group): New command.
16230
16231 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16232
16233         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16234
16235 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16236
16237         * message.el (message-send-mail-function): Increase custom version.
16238
16239         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16240         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16241
16242 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16243
16244         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16245         for the cases where imap-authenticate is called with a nil buffer
16246         parameter.
16247
16248 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16251         html parts correctly; support forwarded messages.
16252         (gnus-article-browse-html-article): Remove work buffers.
16253
16254         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16255         compiling.
16256         (netrc-bound-and-true-p): New macro.
16257         (netrc-parse): Use it instead of bound-and-true-p that is not available
16258         in XEmacs 21.4.
16259
16260 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16261
16262         * gnus-registry.el (gnus-registry-mark-article)
16263         (gnus-registry-article-marks): Add functionality to mark articles
16264         through the Gnus registry.
16265
16266         * encrypt.el: Clarify documentation for the new pgg method.
16267         (encrypt-file-alist): Add PGG option.
16268         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16269         functionality.  Abstract password key and messaging to external
16270         functions.
16271         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16272         (encrypt-message-method-and-cipher): Add new convenience external
16273         functions.
16274         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16275         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16276
16277         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16278         (netrc-parse): Use encrypt-file-alist to determine if
16279         encrypt-find-model or encrypt-insert-file-contents should be used.
16280
16281         * encrypt.el: Clarify documentation.  Load password-cache or
16282         password, whichever one is found first, instead of autoloading.
16283
16284 2007-12-19  Glenn Morris  <rgm@gnu.org>
16285
16286         * mml.el (message-options-set, message-narrow-to-head)
16287         (message-in-body-p, message-mail-p, message-encode-message-body):
16288         Autoload.
16289         (message-remove-header, message-narrow-to-headers-or-head)
16290         (message-subscribed-p, message-make-mail-followup-to)
16291         (message-position-on-field, message-news-p)
16292         (message-options-set-recipient, message-generate-headers)
16293         (message-sort-headers): Declare as functions.
16294
16295 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16296
16297         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16298         convention in doc string.
16299
16300 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16303         title to html parts.
16304         (gnus-article-browse-html-article): Pass message header to it.
16305
16306         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16307
16308 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16309
16310         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16311         or password compatible with XEmacs.
16312
16313 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16314
16315         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16316         format document.
16317         (gnus-mime-delete-part): Don't write description line if empty.
16318         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16319
16320 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16321
16322         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16323         (gnus-summary-mark-read-and-unread-as-read)
16324         (gnus-summary-mark-current-read-and-unread-as-read)
16325         (gnus-summary-mark-unread-as-ticked): Doc fix.
16326         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16327
16328 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16331         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16332
16333 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16336         yes-or-no-p.
16337
16338 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * mm-decode.el (mm-add-meta-html-tag): New function.
16341         (mm-save-part-to-file, mm-pipe-part): Use it.
16342
16343         * gnus-art.el (gnus-article-browse-delete-temp-files):
16344         Use gnus-y-or-n-p instead of y-or-n-p.
16345         (gnus-article-browse-html-parts): Work with message/external-body; use
16346         mm-add-meta-html-tag.
16347
16348 2007-12-11  Glenn Morris  <rgm@gnu.org>
16349
16350         * gnus-cache.el: Require gnus-sum not just when compiling.
16351
16352         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16353
16354         * gnus-int.el (gnus-server-opened, gnus-status-message):
16355         Move definitions before use.
16356
16357         * mm-decode.el: Require gnus-util.
16358         (mm-remove-part): Only call delete-annotation on XEmacs.
16359
16360         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16361
16362         * nnmail.el: Require gnus-int.
16363
16364         * spam.el: Move `require's before `eval-when-compile's.
16365
16366         * gnus-ems.el (gnus-alive-p):
16367         * gnus-fun.el (message-goto-eoh):
16368         * gnus-util.el (gnus-group-name-decode):
16369         * mail-source.el (gnus-compress-sequence):
16370         * message.el (Info-goto-node, format-spec):
16371         * mm-bodies.el (message-options-get):
16372         * mm-decode.el (mm-view-pkcs7):
16373         * mm-util.el (gmm-write-region):
16374         * mml-smime.el (mml-compute-boundary)
16375         (gnus-completing-read-with-default):
16376         * mml.el (widget-button-press, gnus-make-hashtable):
16377         * mml1991.el (mm-decode-content-transfer-encoding)
16378         (mm-encode-content-transfer-encoding)
16379         (message-options-get, message-options-set):
16380         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16381         * nnfolder.el (gnus-request-group):
16382         * nnheader.el (ietf-drums-unfold-fws):
16383         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16384         * smime.el (gnus-run-mode-hooks):
16385         * spam-stat.el (gnus-message): Autoload.
16386
16387         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16388         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16389         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16390         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16391         Add declare-function compatibility definition.
16392
16393         * gnus-cache.el (nnvirtual-find-group-art):
16394         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16395         (gnus-add-image, gnus-add-wash-type):
16396         * gnus-group.el (nnkiboze-score-file):
16397         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16398         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16399         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16400         (message-tokenize-header, gnus-get-buffer-create)
16401         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16402         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16403         * gnus.el (gnus-group-decoded-name):
16404         * mail-source.el (imap-capability):
16405         * mm-bodies.el (message-options-set):
16406         * mm-decode.el (gnus-configure-windows):
16407         * mm-extern.el (message-goto-body):
16408         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16409         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16410         (epg-sub-key-validity, message-options-set):
16411         * mml.el (widget-event-point, gnus-configure-windows):
16412         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16413         * mml2015.el (epg-check-configuration, epg-configuration)
16414         (message-options-set):
16415         * nndb.el (nndb-request-article):
16416         * nnfolder.el (gnus-request-create-group):
16417         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16418         * nnmaildir.el (gnus-group-mark-article-read):
16419         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16420         * rfc1843.el (message-fetch-field):
16421         * spam.el (gnus-extract-address-components):
16422         Declare as functions.
16423
16424 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16427
16428         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16429
16430         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16431         bind show-trailing-whitespace for XEmacs.
16432
16433 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16434
16435         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16436         new no-op macro for backward compatibility.
16437
16438         * imap.el (imap-string-to-integer): New function.
16439
16440 2007-12-09  Glenn Morris  <rgm@gnu.org>
16441
16442         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16443
16444         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16445         * message.el, mm-view.el, sieve-manage.el, smime.el:
16446         Add declare-function compatibility definition.
16447
16448         * gnus-art.el (w3-region, w3m-region, Info-menu):
16449         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16450         * gnus-sum.el (gnus-get-predicate):
16451         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16452         * message.el (mail-abbrev-in-expansion-header-p):
16453         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16454         (w3m-detect-meta-charset, w3m-region):
16455         * sieve-manage.el (password-read, password-cache-add)
16456         (password-cache-remove):
16457         * smime.el (password-read-and-add): Declare as functions.
16458
16459 2007-12-08  David Kastrup  <dak@gnu.org>
16460
16461         * gnus-sum.el (gnus-summary-simplify-subject-query):
16462         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16463         `message'.
16464
16465 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16468         it to bind idna-program, installation-directory, defined-colors, and
16469         face-attribute for XEmacs of the version that compiles defcustom forms.
16470
16471 2007-12-07  Glenn Morris  <rgm@gnu.org>
16472
16473         * gnus-art.el (article-make-date-line): Revert previous change.
16474
16475 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16476
16477         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16478
16479 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16480
16481         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16482         Call gnus-add-to-range ranges only once with a prepared article-list.
16483
16484 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16485
16486         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16487         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16488         group names with backslashes.
16489         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16490
16491 2007-12-06  Deepak Goel  <deego3@gmail.com>
16492
16493         * gnus-art.el (article-make-date-line):
16494         * gnus-start.el (gnus-load):
16495         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16496
16497 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-art.el (gnus-use-idna):
16500         * gnus-start.el (gnus-site-init-file):
16501         * message.el (message-use-idna):
16502         * mm-uu.el (mm-uu-hide-markers):
16503         * smiley.el (smiley-style): Revert changes that suppress warnings.
16504
16505 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16508         specify charset to html source.
16509         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16510
16511 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16514         idna-program in order to suppress byte compile warning issued by XEmacs
16515         that came to byte compile the default value section of defcustom forms
16516         recently.
16517
16518         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16519         value of installation-directory.
16520
16521         * message.el (message-use-idna): Don't directly refer to the value of
16522         idna-program.
16523
16524         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16525
16526         * smiley.el (smiley-style): Don't directly call face-attribute.
16527
16528 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16529
16530         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16531
16532         * gnus-dired.el: Reduce Gnus dependencies.
16533         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16534         Don't require.  Use autoloads instead.
16535         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16536         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16537         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16538         (gnus-dired-mode): Adjust doc string.
16539         (gnus-dired-mail-mode): New variable.
16540         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16541         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16542         (gnus-dired-mail-buffers): New function.  Return mail or message
16543         composition buffers.
16544         (gnus-dired-attach): Use it.
16545         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16546         NO-DECODE.
16547         (gnus-dired-print): Use `gnus-print-buffer' depending on
16548         `gnus-dired-mail-mode'.
16549
16550 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * rfc2047.el (rfc2047-encoded-word-regexp)
16553         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16554         explaining what regexp patterns are for.
16555
16556 2007-12-04  Glenn Morris  <rgm@gnu.org>
16557
16558         * password.el: Move to password-cache.el.
16559
16560         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16561         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16562         * mml-smime.el (password-read, password-cache-add)
16563         (password-cache-remove):
16564         No need to autoload, since mml-sec requires password.
16565
16566         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16567         * message.el (gnus-extract-address-components):
16568         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16569
16570         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16571         password.
16572
16573 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16574
16575         * mailcap.el: Reduce dependencies.
16576         (mail-header-parse-content-type): Autoload.
16577         (mailcap-delete-duplicates): New alias.
16578         (mailcap-mime-info): Add optional argument NO-DECODE.
16579         (mailcap-mime-types): Use mailcap-delete-duplicates.
16580
16581         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16582
16583 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16584
16585         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16586         (imap-parse-status): Upcase status-att for servers that sends them
16587         lower-case (e.g., MS Exchange 2007).
16588
16589 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16590
16591         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16592         function.
16593
16594         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16595         (gnus-uu-yenc-article): New function.
16596
16597         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16598
16599         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16600
16601 2007-12-02  Glenn Morris  <rgm@gnu.org>
16602
16603         * binhex.el (binhex): New custom group.
16604         (binhex-decoder-program, binhex-decoder-switches)
16605         (binhex-use-external): Move to the binhex custom group.
16606
16607         * uudecode.el (uudecode): New custom group.
16608         (uudecode-decoder-program, uudecode-decoder-switches)
16609         (uudecode-use-external): Move to the uudecode custom group.
16610
16611         * netrc.el (top-level): Don't load `encrypt' features.
16612         (netrc-parse): Don't use encrypt.
16613         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16614
16615         * encrypt.el: Remove file.
16616
16617 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16618
16619         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16620         matches on patches.
16621
16622         * gnus-art.el (gnus-article-browse-html-article):
16623         Mention `mm-text-html-renderer' in the doc string.
16624
16625         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16626         string.  Add comments.
16627
16628         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16629         if rhs is ASCII.
16630
16631 2007-12-01  Glenn Morris  <rgm@gnu.org>
16632
16633         * mail-source.el (top-level): Require format-spec before
16634         eval-when-compile.
16635
16636 2007-11-30  Glenn Morris  <rgm@gnu.org>
16637
16638         * encrypt.el: Require password, rather than autoloading password-read.
16639
16640 2007-11-29  Glenn Morris  <rgm@gnu.org>
16641
16642         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16643         (sasl-make-client, sasl-next-step, sasl-step-data)
16644         (sasl-step-set-data): Declare as functions.
16645
16646 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16647
16648         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16649
16650 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16651
16652         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16653         certs should be verified and what is to be done in the event of a
16654         verification failure.
16655
16656         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16657         caller can indicate whether the cache should be disregarded for this
16658         call.  This way the result of the call is reproducible at all times and
16659         can be considered a canonical server name for the supplied method.
16660         (gnus-agent-method-p): Canonicalize server names by pushing their
16661         method through `gnus-method-to-server' using the no-cache argument.
16662
16663         * gnus-srvr.el (gnus-server-insert-server-line):
16664         Call `gnus-method-to-server' with `no-cache' argument.
16665
16666         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16667         gnus-agent-possibly-synchronize-flags as this should be called when the
16668         server is actually being opened.
16669         (gnus-agent-possibly-synchronize-flags)
16670         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16671         flags file of an agentized server to the latter function.
16672
16673         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16674         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16675         after a connection has been established successfully.
16676
16677 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16678
16679         * gnus-art.el (article-display-face): Force to display face if called
16680         interactively; check if gnus-article-x-face-too-ugly matches author.
16681         (article-display-x-face): Display face even if From header is missing
16682         as article-display-face does.
16683
16684 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16685
16686         * hashcash.el (message-narrow-to-headers-or-head)
16687         (message-fetch-field, message-goto-eoh)
16688         (message-narrow-to-headers): Declare as functions.
16689
16690 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * mail-source.el (mail-sources): Default to fetch from file for
16693         compatibility with default of nnmail-spool-file.
16694
16695 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16698         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16699         to look for encoded word that should be encoded again.
16700         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16701         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16702         encoding pattern.
16703         (rfc2047-decode-region): Switch strict regexp and loose one according
16704         to rfc2047-allow-irregular-q-encoded-words.
16705
16706 2007-11-25  Romain Francoise  <romain@orebokech.com>
16707
16708         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16709
16710 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * tls.el (tls-program): Provide more custom choices from
16713         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16714         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16715
16716 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16719         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16720
16721         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16722         `nnmail-spool-file'.
16723
16724         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16725         `nnmail-spool-file'.
16726
16727         * gnus-move.el (gnus-change-server): Ditto.
16728
16729         * gnus-kill.el (gnus-batch-score): Ditto.
16730
16731         * gnus-cache.el (gnus-jog-cache): Ditto.
16732
16733         * gnus-msg.el (gnus-summary-reply):
16734         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16735
16736 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16737
16738         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16739         version.  Minor improvement to doc strings.
16740         (tls-program): Add comment.
16741
16742 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16743
16744         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16745         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16746         mismatch between the hostname provided in the certificate and the name
16747         of the host connnecting to.
16748         (open-tls-stream): Use them.  Check certificates against trusted root
16749         certificates.
16750
16751 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16752
16753         * gnus-cache.el (gnus-cache-generate-nov-databases):
16754         Use nnml-generate-nov-databases-directory instead of
16755         nnml-generate-nov-databases-1.
16756
16757 2007-11-24  Glenn Morris  <rgm@gnu.org>
16758
16759         * message.el (message-tool-bar-retro): Update for rename
16760         mail_send.xpm->mail-send.xpm.
16761
16762 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16763
16764         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16765         `smime-ldap-search' for Emacs 22 and up.
16766
16767 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16768
16769         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16770
16771         * message.el (message-send-mail-function): Fix error convention.
16772         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16773         (message-widen-reply, message-send-mail, message-talkative-question)
16774         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16775         (message-clone-locals, message-send-news): Use with-current-buffer.
16776         (message-insert-or-toggle-importance): Remove unused var `valid'.
16777         (message-make-references): Remove unused var `new-references'.
16778         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16779
16780 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16781
16782         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16783         (spam-split-symbolic-return-positive): Reflow docstring.
16784         (spam-backends, spam-summary-exit-behavior)
16785         (spam-mark-ham-unread-before-move-from-spam-group)
16786         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16787         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16788         (spam-clear-cache, spam-backend-check, spam-install-backend)
16789         (spam-install-statistical-backend, spam-list-of-processors)
16790         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16791         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16792         (spam-check-crm114, spam-initialize, spam-unload-hook):
16793         Fix typos in docstrings.
16794
16795 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16798         been checked if they have never been read and those group levels are
16799         higher than the one that a user specified.
16800
16801 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16804         foreign groups unless a group level is specified by a user.
16805         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16806
16807 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * message.el (message-send-mail-function): Require sendmail.
16810
16811 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16812
16813         * message.el (message-send-mail-function): Check for smtpmail too.
16814
16815         * utf7.el (utf7-encode, utf7-decode): Use coding system
16816         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16817
16818         * message.el (message-send-mail-function): New function.
16819         (message-send-mail-function): Set default using
16820         message-send-mail-function.  Adjust doc string.
16821         (message-send-mail-with-mailclient): New function.
16822
16823 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16824
16825         * smime.el (from):
16826         * rfc2047.el (message-posting-charset):
16827         * qp.el (mm-use-ultra-safe-encoding):
16828         * pop3.el (parse-time-months):
16829         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16830         * nnml.el (files):
16831         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16832         (jka-compr-compression-info-list, ange-ftp-path-format)
16833         (efs-path-regexp):
16834         * nndiary.el (files):
16835         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16836         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16837         (epg-digest-algorithm-alist, inhibit-redisplay)
16838         (password-cache-expiry):
16839         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16840         (pgg-output-buffer, password-cache-expiry):
16841         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16842         (efs-path-regexp):
16843         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16844         (inhibit-redisplay):
16845         * mm-uu.el (file-name, start-point, end-point, entry)
16846         (gnus-newsgroup-name, gnus-newsgroup-charset):
16847         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16848         (latin-unity-ucs-list):
16849         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16850         (mm-uu-binhex-decode-function):
16851         * message.el (gnus-message-group-art, gnus-list-identifiers)
16852         (rmail-enable-mime-composing, gnus-local-organization)
16853         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16854         (gnus-read-active-file, facemenu-add-face-function)
16855         (facemenu-remove-face-function, gnus-article-decoded-p)
16856         (tool-bar-mode):
16857         * mail-source.el (display-time-mail-function):
16858         * gnus-util.el (nnmail-pathname-coding-system)
16859         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16860         (gnus-original-article-buffer, gnus-user-agent)
16861         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16862         (xemacs-codename, sxemacs-codename, emacs-program-version):
16863         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16864         * gnus-start.el (gnus-agent-covered-methods)
16865         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16866         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16867         (gnus-newsgroup-headers, gnus-group-list-mode)
16868         (gnus-group-mark-positions, gnus-newsgroup-data)
16869         (gnus-newsgroup-unreads, nnoo-state-alist)
16870         (gnus-current-select-method, mail-sources)
16871         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16872         (nnmail-spool-file, gnus-cache-active-hashtb):
16873         * gnus-mh.el (mh-lib-progs):
16874         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16875         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16876         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16877         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16878         (gnus-group-buffer):
16879         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16880         (font-lock-set-defaults):
16881         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16882         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16883         (gnus-summary-post-menu, total-parts, type, condition, length):
16884         * gnus-agent.el (gnus-agent-read-agentview):
16885         * flow-fill.el (show-trailing-whitespace):
16886         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16887         eval-and-compile wrappers for byte compiler pacifiers.
16888
16889         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16890         (mm-display-inline-fontify): Check for featurep 'xemacs not
16891         extent-list.
16892
16893         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16894         itimer-list.
16895         (mm-create-image-xemacs): Only do something for XEmacs.
16896         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16897
16898         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16899
16900         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16901         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16902
16903 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16904
16905         * nnimap.el (nnimap-split-download-body):
16906         * gnus-demon.el (gnus-demon):
16907         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16908
16909 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16912         New macros.
16913         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16914         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16915         copy data from unibyte buffer to multibyte current buffer.
16916         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16917         to copy data from unibyte current buffer to multibyte buffer.
16918         (nntp-make-process-buffer): Make process buffer unibyte.
16919
16920         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16921
16922 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16923
16924         * pop3.el (pop3-open-server): Accept and process data more robustly at
16925         connection start to avoid spurious "POP SSL connection failed" errors.
16926
16927 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16930         read group names.
16931
16932 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16933
16934         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16935
16936 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16939         (nnmail-save-active): Use a unibyte buffer when saving active file,
16940         which may contain non-ASCII group names.
16941
16942         * nnml.el (nnml-request-group): Decode group names in messages.
16943
16944 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * message.el (message-citation-line-function)
16947         (message-insert-formatted-citation-line): Fix spelling of
16948         `message-insert-formated-citation-line'.
16949
16950 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16951
16952         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16953
16954 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16955
16956         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16957         nnmail-pathname-coding-system.
16958
16959         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16960         that a user enters; decode group names in messages.
16961
16962         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16963
16964 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16965
16966         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16967
16968         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16969
16970         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16971         risky local variable.
16972
16973         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16974
16975 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16976
16977         * encrypt.el: Improve documentation to fix function name typo.
16978         Reported by Daiki Ueno <ueno@unixuser.org>.
16979
16980 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16983         even if the point is not in the last page of an article.
16984         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16985         back to the previous page.
16986
16987 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16988
16989         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16990
16991 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16994
16995 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16996
16997         * message.el (message-check-news-body-syntax):
16998         Avoid mm-string-as-multibyte.
16999         (message-hide-headers): Don't assume (point-min)==1.
17000
17001 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17002
17003         * message.el (message-remove-blank-cited-lines): Fix if remove is
17004         given.
17005         (message-bogus-address-regexp): New variable.
17006         (message-bogus-recipient-p): New function.
17007         (message-check-recipients): New command.
17008         (message-syntax-checks): Add `bogus-recipient'.
17009         (message-fix-before-sending): Add `bogus-recipient'.
17010
17011         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17012         (gnus-treat-body-boundary): Don't test window-system.
17013
17014 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17015
17016         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17017
17018 2007-10-28  Miles Bader  <miles@gnu.org>
17019
17020         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17021         at compile-time too.
17022
17023 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * gnus-msg.el (gnus-message-setup-hook):
17026         Add `message-remove-blank-cited-lines' to options.
17027
17028 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17029
17030         * message.el (message-remove-blank-cited-lines): New function.
17031         Suggested by Karl Plästerer.
17032
17033 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17036         mapc.
17037
17038         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17039         (top-level): Use mapc to set functions to be traced for debugging.
17040
17041         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17042         called for effect with while loop.
17043
17044         * message.el (message-talkative-question): Replace mapcar called for
17045         effect with mapc.
17046
17047         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17048         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17049         called for effect with dolist.
17050
17051         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17052
17053         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17054         gnus-extra-headers and nnmail-extra-headers.
17055
17056         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17057         called for effect with dolist.
17058         (top-level): Use mapc to set functions to be traced for debugging.
17059
17060         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17061         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17062         dolist.
17063
17064         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17065         Replace mapcar called for effect with mapc.
17066         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17067         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17068         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17069         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17070
17071         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17072         remove-if that's a cl function.
17073
17074         * webmail.el (webmail-debug): Replace mapcar called for effect with
17075         dolist.
17076
17077         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17078         with mapc.
17079
17080 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17083         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17084         with while loop.
17085
17086         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17087         functions from article-* functions.
17088         (gnus-multi-decode-header): Replace mapcar called for effect with
17089         dolist.
17090
17091         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17092         (gnus-bookmark-show-details): Replace mapcar called for effect with
17093         while loop.
17094
17095         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17096         called for effect with while loop.
17097
17098         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17099         with dolist.
17100
17101         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17102         Replace mapcar called for effect with dolist.
17103
17104         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17105
17106         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17107         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17108         Replace mapcar called for effect with dolist.
17109         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17110         mapc.
17111
17112         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17113         Replace mapcar called for effect with dolist.
17114         (gnus-topic-list): Replace mapcar called for effect with mapc.
17115
17116         * gnus.el: Use mapc instead of mapcar to add autoloads.
17117
17118 2007-10-23  Richard Stallman  <rms@gnu.org>
17119
17120         * gnus-group.el (gnus-group-highlight): Mark as risky.
17121
17122 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus.el (gnus-server-to-method): Return method found first in
17125         gnus-newsrc-alist.
17126
17127         * gnus-art.el (gnus-article-highlight-signature)
17128         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17129         button overlay without the front stickiness.
17130
17131 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17132
17133         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17134         overview buffer needed a catch to receive its throw.
17135         (gnus-agent-flush-cache): Declare as interactive to make this function
17136         easier to use.
17137
17138 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17139
17140         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17141         `next-line'.
17142
17143 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17146         exclude address matching message-dont-reply-to-names.
17147
17148 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * gnus-util.el (gnus-string<): New function.
17151
17152         * gnus-sum.el (gnus-article-sort-by-author)
17153         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17154
17155 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17158         the frame-focus tag is set in gnus-buffer-configuration.
17159
17160 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17163         the front stickiness.
17164
17165 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17168         url pattern; remove duplicate one.
17169         (gnus-article-extend-url-button): New function.
17170         (gnus-article-add-buttons): Use it.
17171         (gnus-button-push): Use concatenated url that it makes.
17172
17173 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17174
17175         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17176
17177 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17178
17179         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17180         Don't hardcode point-min==1.
17181
17182 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17183
17184         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17185         Fix comment about "iso8859-1".
17186
17187 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17188
17189         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17190         ones returned from the verify-function.
17191
17192         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17193         Call mml2015-extract-cleartext-signature if extraction failed.
17194
17195 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17196
17197         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17198         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17199         failed.
17200
17201 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17204
17205 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17208         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17209         recommends to use EasyPG instead of PGG.
17210
17211         * pgg.el: Revert to revision 6.23.2.16.
17212
17213         * pgg-def.el: Revert to revision 6.6.2.14.
17214
17215         * pgg-gpg.el: Revert to revision 6.23.2.34.
17216
17217 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17218
17219         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17220         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17221         thread for both the null and zero (kill/expire thread) universal prefix
17222         cases.
17223         (gnus-summary-expire-thread): Add new function to expire a thread,
17224         using gnus-summary-kill-thread.
17225         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17226         shortcuts for gnus-summary-expire-thread.
17227         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17228         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17229
17230 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17231
17232         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17233         extras value, so an extras entry can be deleted.
17234         (gnus-registry-delete-extra-entry): Use it.
17235         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17236         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17237         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17238         storage through the gnus-registry, and provide an appropriate API for
17239         it.
17240
17241 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17244         Suggested by Leo <sdl.web@gmail.com>.
17245
17246         * gnus.el: Do.
17247
17248 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17251         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17252
17253         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17254
17255         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17256         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17257
17258 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17261         newline.
17262         (nnmbox-request-accept-article): Don't change article in source buffer;
17263         narrow to header to use message-fetch-field rather than
17264         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17265         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17266         as delimiters; make sure article ends with newline.
17267         (nnmbox-delete-mail): Correct last position of article to be deleted;
17268         ignore X-Gnus-Newsgroup header in article body.
17269         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17270         positions; make sure article ends with newline.
17271
17272         * message.el (message-display-abbrev): Don't infloop when a user
17273         inserts SPC in the beginning of header.
17274
17275         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17276         coding-system-for-read and coding-system-for-write for XEmacs having no
17277         file-coding feature.
17278
17279         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17280
17281 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17282
17283         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17284         list of groups not followed by default.  Fix type to be regexp.
17285         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17286
17287 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17288
17289         * hmac-def.el (define-hmac-function): Switch from old-style to
17290         new-style backquotes.
17291
17292         * md4.el (md4-make-step): Likewise.
17293
17294 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17297         raw-text coding system when saving .newsrc file, which may contain
17298         non-ASCII group names.
17299
17300 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-cus.el (gnus-score-extra): New widget.
17303         (gnus-score-extra-convert): New function.
17304         (gnus-score-customize): Use it for Extra.
17305
17306 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17307
17308         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17309         (mml2015-mailcrypt-clear-verify): Use it.
17310         (mml2015-gpg-clear-verify): Use it.
17311         (mml2015-pgg-clear-verify): Use it.
17312         (mml2015-epg-clear-verify): Replace the current part with the output
17313         from GnuPG; don't extract the plaintext by itself.
17314
17315         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17316         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17317         mml2015-clear-verify-function; don't touch the armor headers or
17318         dash-escaped text here.
17319
17320 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17323         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17324         parts, or application/octet-stream as a last resort.
17325         (gnus-mime-view-part-as-type): Don't toggle display.
17326         (gnus-mime-view-part-as-charset): Don't turn off display before
17327         querying charset.
17328
17329         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17330         stuff to undisplayer function in Emacs.
17331         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17332
17333         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17334         text/calendar parts.
17335
17336 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17339         decoding text/calendar parts.
17340
17341         * message.el (message-forward-make-body-mime): Always mark body as
17342         having no illegible text; remove signed-or-encrypted argument.
17343         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17344
17345         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17346         (mml-generate-mime-1): Don't encode body if it is specified to be in
17347         raw form; don't make buffer be unibyte when inserting multibyte string.
17348
17349 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17350
17351         * sha1.el: Fix up comment style.
17352         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17353         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17354
17355         * hex-util.el: Fix up comment style.
17356         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17357
17358         * gnus-salt.el: Use with-current-buffer.
17359         (gnus-pick-setup-message): Fix long-standing typo.
17360
17361 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * imap.el (imap-logout-timeout): New variable.
17364         (imap-logout, imap-logout-wait): New functions.
17365         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17366
17367         * nnimap.el (nnimap-logout-timeout): New server variable.
17368         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17369         nnimap-logout-timeout.
17370
17371         * gnus-art.el (gnus-article-summary-command-nosave)
17372         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17373
17374 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * gnus.el (gnus-maximum-newsgroup): New variable.
17377
17378         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17379         according to gnus-maximum-newsgroup.
17380
17381         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17382         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17383         Limit the range of articles according to gnus-maximum-newsgroup.
17384
17385 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17386
17387         * gnus-art.el (gnus-sticky-article): Fix problems described in
17388         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17389         Don't perform gnus-configure-windows here; reuse existing sticky
17390         article buffer.
17391
17392         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17393         it doesn't exist in gnus-article-mode.
17394
17395 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17398         (gnus-agent-decoded-group-name): New function.
17399         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17400         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17401
17402 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17403
17404         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17405         Add binding for gnus-sticky-article.
17406         (gnus-summary-exit): Don't kill sticky article buffers.
17407
17408         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17409         article buffer.
17410         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17411         (gnus-kill-sticky-article-buffers): New commands.
17412
17413 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * nntp.el (nntp-xref-number-is-evil): New server variable.
17416         (nntp-find-group-and-number): If it is non-nil, don't trust article
17417         numbers in the Xref header.
17418
17419 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-agent.el (gnus-agent-read-group): New function.
17422         (gnus-agent-flush-group, gnus-agent-expire-group)
17423         (gnus-agent-regenerate-group): Use it.
17424         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17425         nnmail-pathname-coding-system.
17426
17427 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17430
17431         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17432         that are unread as unread, and also as selected so that information of
17433         marks having been changed by a user may be updated when exiting group.
17434
17435 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17436
17437         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17438
17439 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17442         calculated ignoring signature parts to gnus-treat-article.
17443
17444 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17445
17446         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17447         a point here in order to keep the window start.
17448         (gnus-insert-mime-security-button): Make a button overlay without the
17449         front stickiness.
17450         (gnus-mime-display-security): Goto the end of a button.
17451
17452         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17453
17454 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17457         group-name-at-point.
17458         (gnus-group-completing-read): New function that offers decoded
17459         non-ASCII group names for completion.
17460         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17461         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17462         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17463         (gnus-group-fetch-control): Use it.
17464         (gnus-fetch-group): Use group-name-at-point for the initial value
17465         rather than the default value; use gnus-alive-p.
17466
17467         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17468         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17469         (gnus-summary-post-news): Use gnus-group-completing-read.
17470
17471         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17472         (gnus-read-move-group-name): Decode group name for completion.
17473
17474 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17475
17476         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17477         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17478         Yamaoka slightly modified the code).
17479
17480 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17483         (nnmail-split-incoming): Bind it.
17484
17485         * nnml.el (nnml-group-name-charset): New function.
17486         (nnml-decoded-group-name): Use it; don't decode group name if
17487         nnmail-group-names-not-encoded-p is non-nil.
17488         (nnml-encoded-group-name): New function.
17489         (nnml-group-pathname): Inline nnml-decoded-group-name.
17490         (nnml-request-expire-articles): Decode group name in message.
17491         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17492         nnmail-pathname-coding-system.
17493         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17494         not decoded ones according to nnmail-group-names-not-encoded-p.
17495         (nnml-generate-active-info): Use nnml-encoded-group-name.
17496
17497 2007-08-08  Glenn Morris  <rgm@gnu.org>
17498
17499         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17500         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17501         doc-strings and comments.
17502
17503 2007-07-25  Glenn Morris  <rgm@gnu.org>
17504
17505         * Relicense all FSF files to GPLv3 or later.
17506
17507 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * gnus-sum.el (gnus-summary-move-article):
17510         Make gnus-summary-respool-article work.
17511
17512 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17513
17514         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17515         string.
17516
17517 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17518
17519         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17520         that should be ignored when comparing distant RSS articles with local
17521         ones.
17522         (nnrss-make-hash-index): New function.  Create a hash index according
17523         to the ignored fields.
17524         (nnrss-check-group): Use it.
17525
17526 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17529
17530         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17531
17532         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17533         the new optional argument ENCODED is non-nil.
17534         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17535         coding system for encoding group name.
17536         (gnus-group-make-rss-group): Pass un-encoded group name to
17537         gnus-group-make-group.
17538         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17539         encoded.
17540
17541         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17542         Encode group name to which articles are moved or copied.
17543         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17544         coding system for encoding Newsgroup, Followup-To and Xref headers.
17545
17546         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17547         marks; use nnheader-file-coding-system to write a file.
17548         (nnagent-retrieve-headers): Bind file-name-coding-system to
17549         nnmail-pathname-coding-system.
17550
17551         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17552
17553         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17554         (nnml-request-article, nnml-request-create-group)
17555         (nnml-request-rename-group, nnml-find-id)
17556         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17557         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17558         (nnml-save-marks): Use nnml-group-pathname instead of
17559         nnmail-group-pathname.
17560
17561         (nnml-request-create-group, nnml-request-expire-articles)
17562         (nnml-request-move-article, nnml-request-delete-group)
17563         (nnml-deletable-article-p, nnml-possibly-create-directory)
17564         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17565         (nnml-open-marks): Bind file-name-coding-system to
17566         nnmail-pathname-coding-system.
17567
17568         (nnml-request-article): Pass server argument to nnml-find-group-number.
17569         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17570         Pass server argument to nnml-possibly-create-directory.
17571         (nnml-request-accept-article): Pass server argument to
17572         nnml-active-number and nnml-save-mail.
17573         (nnml-find-group-number): Pass server argument to nnml-find-id.
17574         (nnml-request-update-info): Pass server argument to
17575         nnml-marks-changed-p.
17576
17577         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17578         (nnml-save-mail, nnml-active-number): Add server argument.
17579
17580         (nnml-request-delete-group): Warn if group is missing.
17581         (nnml-get-nov-buffer): Decode group name.
17582         (nnml-generate-active-info): Encode group name.
17583         (nnml-open-marks): Decode group name in messages.
17584
17585 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17588         if it is not specified.
17589         (gnus-article-pipe-part, gnus-article-save-part)
17590         (gnus-article-interactively-view-part, gnus-article-copy-part)
17591         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17592         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17593         (gnus-article-replace-part, gnus-article-delete-part)
17594         (gnus-article-view-part-as-type): Pass raw prefix argument to
17595         gnus-article-part-wrapper.
17596
17597 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-agent.el (gnus-agent-save-active):
17600         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17601
17602         * gnus-cache.el (gnus-cache-save-buffers)
17603         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17604         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17605         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17606         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17607         (gnus-cache-generate-active, gnus-cache-rename-group)
17608         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17609         (gnus-cache-update-overview-total-fetched-for):
17610         Bind file-name-coding-system to nnmail-pathname-coding-system.
17611         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17612         New variables.
17613         (gnus-cache-decoded-group-name): New function.
17614         (gnus-cache-file-name): Use it.
17615         (gnus-cache-generate-active): Use non-decoded group name for active.
17616
17617         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17618         right place.
17619         (gnus-write-active-file): Don't break non-ASCII group names.
17620
17621         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17622         nnmail-pathname-coding-system.
17623
17624         * lpath.el: Bind default-file-name-coding-system,
17625         file-name-coding-system and language-info-alist for XEmacs.
17626
17627         * gnus-uu.el (gnus-uu-decode-save): Typo.
17628
17629 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17632
17633 2007-07-14  David Kastrup  <dak@gnu.org>
17634
17635         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17636         finishing actions if we did not edit the article.
17637
17638 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17641         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17642         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17643         (gnus-agent-flush-group, gnus-agent-flush-cache)
17644         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17645         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17646         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17647         (gnus-agent-regenerate-group)
17648         (gnus-agent-update-files-total-fetched-for)
17649         (gnus-agent-update-view-total-fetched-for):
17650         Bind file-name-coding-system to nnmail-pathname-coding-system.
17651         (gnus-agent-group-pathname): Don't encode file names by
17652         nnmail-pathname-coding-system.
17653         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17654         coding-system-for-write instead of buffer-file-coding-system to
17655         gnus-agent-file-coding-system.
17656
17657         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17658         Decode group name.
17659
17660         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17661
17662         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17663         (gnus-read-newsrc-el-file): Make group names unibyte.
17664
17665         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17666         nnmail-pathname-coding-system.
17667
17668         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17669         (nnrss-request-delete-group): Bind file-name-coding-system to
17670         nnmail-pathname-coding-system.
17671         (nnrss-read-server-data, nnrss-read-group-data):
17672         Bind file-name-coding-system correctly.
17673         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17674
17675         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17676         (nntp-server-to-method-cache): New variable.
17677         (nntp-group-pathname): New function that decodes non-ASCII group names.
17678         (nntp-possibly-create-directory, nntp-marks-changed-p)
17679         (nntp-save-marks, nntp-open-marks): Use it.
17680         (nntp-possibly-create-directory, nntp-open-marks):
17681         Bind file-name-coding-system to nnmail-pathname-coding-system.
17682         (nntp-open-marks): Decode group names when bootstrapping marks.
17683
17684         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17685         Newsgroups and Followup-To headers.
17686
17687 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17690         (gnus-server-closed-face, gnus-server-denied-face)
17691         (gnus-server-offline-face): Remove variable.
17692         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17693
17694         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17695         of modifying message-stack directly for XEmacs.
17696
17697         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17698         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17699         if the coding-system argument is nil for XEmacs.
17700
17701         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17702         mm-charset-override-alist.
17703
17704         * rfc2047.el: Don't require base64; require rfc2045 for the function
17705         rfc2045-encode-string.
17706         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17707         to quote the parameter value.
17708
17709 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17712         form in gnus-group-name-charset-method-alist.
17713
17714         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17715         overrides the default layout edit-form.
17716
17717         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17718
17719         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17720
17721 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17724         as unfetched articles.
17725
17726 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17727
17728         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17729
17730 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17731
17732         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17733         original back end that keeps marks in the local system.
17734
17735 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17738         arg of pop-to-buffer for XEmacs.
17739         (gnus-article-read-summary-keys): Ditto; don't restore window
17740         configuration if summary command ends up with neither article buffer
17741         nor summary buffer; describe bindings if summary keys end with C-h.
17742
17743 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * message.el (message-fix-before-sending): Skip raw message part to be
17746         forwarded while checking illegible text.
17747         (message-forward-make-body-mime, message-forward-make-body):
17748         Mark signed or encrypted raw message as having no illegible text.
17749
17750 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17753         (gnus-message-with-timestamp-1): New macro.
17754         (gnus-message-with-timestamp): New function.
17755         (gnus-message): Use them.
17756
17757         * nnheader.el (nnheader-message): Use them.
17758
17759 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17760
17761         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17762         .newsrc.eld file.
17763
17764 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * gnus-agent.el (gnus-agent-fetch-headers)
17767         (gnus-agent-retrieve-headers):
17768         Bind gnus-decode-encoded-address-function to identity.
17769
17770         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17771         available also when the server returns simply a dot.
17772
17773         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17774
17775 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17778
17779 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * gnus-ems.el (gnus-x-splash): Make it work.
17782
17783         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17784         from being used.
17785
17786         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17787
17788 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17789
17790         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17791         4th and the 5th arguments.
17792
17793         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17794         the front stickiness.
17795         (gnus-article-summary-command-nosave): Correct the order of the
17796         arguments passed to pop-to-buffer.
17797         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17798         summary command ends up with the article buffer.
17799
17800         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17801         the same faces.
17802
17803 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17804
17805         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17806
17807 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17808
17809         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17810         * gnus-sum.el (gnus-summary-highlight):
17811         * pgg.el (pgg-sign-region, pgg-sign):
17812         * mail-source.el (mail-source-delete-old-incoming-confirm):
17813         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17814
17815 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus-art.el (gnus-mime-view-part-externally)
17818         (gnus-mime-view-part-internally): Fix predicate function passed to
17819         completing-read.
17820
17821         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17822
17823         * gnus.el (gnus-update-message-archive-method): Add :version.
17824
17825 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * gnus.el (gnus-update-message-archive-method): New variable.
17828
17829         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17830         according to gnus-message-archive-method if
17831         gnus-update-message-archive-method is non-nil.
17832
17833 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17836         Suggested by Loic Dachary <loic@dachary.org>.
17837         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17838
17839 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * message.el (message-pop-to-buffer): Add switch-function argument.
17842         (message-mail): Pass switch-function argument to it.
17843
17844 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17845
17846         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17847         Improve doc string.
17848
17849 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17852         (gnus-header-content):
17853         * gnus-cite.el (gnus-cite-10):
17854         * gnus-srvr.el (gnus-server-closed):
17855         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17856         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17857         (gnus-group-mail-3-empty, gnus-group-mail-low)
17858         (gnus-group-mail-low-empty, gnus-splash):
17859         * message.el (message-header-to, message-header-cc)
17860         (message-header-subject, message-header-other, message-header-name)
17861         (message-header-xheader, message-separator, message-cited-text)
17862         (message-mml): Lighten colors of faces used for dark background.
17863
17864 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17865
17866         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17867         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17868
17869 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * message.el (message-narrow-to-headers-or-head):
17872         Ignore mail-header-separator in the body.
17873
17874 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17877         same as window size.
17878
17879 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17880
17881         * message.el (message-font-lock-keywords): Use message-header-xheader
17882         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17883         ahead of the anything pattern, to get it recognized.
17884
17885 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17888         spam.el loads uses it in the compiled defadvice form.
17889
17890 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17891
17892         * gnus-sum.el (gnus-articles-to-read)
17893         (gnus-summary-insert-old-articles): Don't truncate group name for
17894         `read-string'.
17895
17896         * gnus-util.el (gnus-limit-string): Delete this function.
17897
17898         * gnus-sum.el (gnus-simplify-subject-fully):
17899         Use `truncate-string-to-width' instead.
17900
17901 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17902
17903         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17904         Tell if, on summary exit, the next group has to be selected.
17905         (gnus-summary-exit): Use it.
17906
17907 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17908
17909         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17910         non-break space.
17911
17912 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17915         Check if group is not a directory.
17916         (nnfolder-request-expire-articles): Don't delete articles if the target
17917         group is not available.
17918
17919         * nnml.el (nnml-request-create-group): Properly check if group is not a
17920         file.
17921         (nnml-request-expire-articles): Don't delete articles if the target
17922         group is not available.
17923
17924         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17925         Don't quote characters that are within parentheses.
17926
17927 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17930         (gnus-handle-ephemeral-exit): Select article according to it.
17931
17932 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17933
17934         * message.el (message-insert-formated-citation-line): Remove newline.
17935         (message-citation-line-format): Add final \n here so that the user can
17936         avoid a blank line.
17937
17938 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17939
17940         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17941         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17942         Update lanl/arXiv support.
17943
17944 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17945
17946         * gnus.el: Bump version number.
17947
17948 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17949
17950         * gnus.el (gnus-version-number): Bump version.
17951
17952 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17953
17954         * gnus.el: No Gnus v0.6 is released.
17955
17956 2007-04-27  Didier Verna  <didier@xemacs.org>
17957
17958         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17959         * gmm-utils.el (gmm-regexp-concat): ... here.
17960         * message.el: Don't require 'gnus-util.
17961         (message-dont-reply-to-names): Handle name change above.
17962         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17963
17964 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17967         since the initial value varies according to the system.
17968
17969 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17972
17973 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17974
17975         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17976
17977 2007-04-24  Didier Verna  <didier@xemacs.org>
17978
17979         Improve the type of gnus-ignored-from-addresses.
17980         * gnus-util.el (gnus-orify-regexp): New function.
17981         * message.el (gnus-util): Require it.
17982         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17983         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17984         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17985
17986 2007-04-24  Didier Verna  <didier@xemacs.org>
17987
17988         * gnus-sum.el:
17989         * gnus-utils.el: Fix some trailing whitespaces.
17990
17991 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17994         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17995         article's Message-ID; refer parent article in summary buffer.
17996
17997         * message.el (message-bounce): Call mime-to-mml.
17998
17999         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18000         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18001         optimize and/or forms properly.
18002
18003 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18004
18005         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18006         URL.
18007
18008 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18011
18012 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18015         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18016         displayed of multipart/alternative part if it is invoked from summary
18017         buffer.
18018
18019         * mm-view.el (mm-inline-text-html-render-with-w3m)
18020         (mm-inline-text-html-render-with-w3m-standalone)
18021         (mm-inline-render-with-function): Use mail-parse-charset by default.
18022
18023 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18024
18025         * parse-time.el (parse-time-string-chars): Check if CHAR
18026         is less than the length of parse-time-syntax.
18027
18028 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18031         from gnus-newsgroup-processable.
18032
18033 2007-04-16  Didier Verna  <didier@xemacs.org>
18034
18035         * gnus-msg.el (gnus-configure-posting-styles):
18036         Handle message-signature-directory properly with :file syntax.
18037         Reported by "Leo".
18038
18039 2007-04-11  Didier Verna  <didier@xemacs.org>
18040
18041         New user option: message-signature-directory.
18042         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18043         * message.el (message-insert-signature): Ditto.
18044         * message.el (message-signature-file): Doc update.
18045         * message.el (message-signature-directory): New.
18046
18047 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * gnus-msg.el (gnus-inews-yank-articles):
18050         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18051
18052 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * message.el (message-yank-original): Make sure cited text ends with
18055         newline; don't exchange point and mark.
18056
18057 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18058
18059         * tls.el (open-tls-stream): Properly handle case where there
18060         is no associated buffer.
18061
18062 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18063
18064         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18065         message-yank-original, make sure (< mark TEXT point).
18066
18067 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18068
18069         * message.el (message-fill-column): New variable.
18070         (message-mode): Use it.  Add comment on a possible new hook.
18071
18072         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18073         (nnmail-get-new-mail): Reformat.
18074
18075         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18076
18077         * gmm-utils.el: Fix Commentary.
18078         (gmm-tool-bar-from-list): Fix typo in doc string.
18079
18080 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18081
18082         * message.el (message-yank-original): Don't switch point and mark
18083         unnecessarily to put point and mark as documented.
18084
18085 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18086
18087         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18088         from the message heads.
18089
18090 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18091
18092         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18093         article buffer does not have a window.  This may not be the best
18094         solution but is certainly better than setting the start of the null,
18095         that is the current, window.
18096
18097 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18098
18099         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18100         (gnus-draft-setup): Run it.
18101
18102         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18103         gnus-score-fast-scoring.  Allow regexp.
18104         (gnus-score-headers): Use it.
18105
18106         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18107         XEmacs.
18108
18109         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18110         string.
18111         (gnus-button-alist): Also catch `<f1> k ...'.
18112         (gnus-treat-display-x-face): Fix doc string.
18113
18114 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18115
18116         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18117         evaluation of gnus-extended-version to ensure correct generation of the
18118         User-Agent header when message-generate-headers-first is used.
18119
18120 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18121
18122         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18123         hashcash-path is nil.  Don't call callback with incorrect number of
18124         parameters if val is 0.
18125
18126 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18127
18128         * message.el (message-required-news-headers):
18129         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18130
18131 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18132
18133         * tls.el (open-tls-stream): In handshake-waiting loop,
18134         don't wait more if there is output available to process.
18135
18136 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18137
18138         * tls.el (tls-program): Doc fix.
18139
18140 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * message.el (message-generate-new-buffers): Change the meaning of the
18143         nil value; add `standard' to the choices; treat t as `unique'; improve
18144         doc string.
18145         (gnus-select-frame-set-input-focus): Autoload.
18146         (message-buffer-name): Search for the existing message buffer if
18147         message-generate-new-buffers is nil or `standard'; treat the value t of
18148         message-generate-new-buffers as `unique'.
18149         (message-pop-to-buffer): Raise the frame already displaying the message
18150         buffer; clear the echo area after querying.
18151         (message-setup): Pass the `continue' argument to compose-mail.
18152         (message-mail): Prefer `switch-function' if it is given; search for the
18153         existing message buffer if the `continue' argument is non-nil; pass
18154         continue and switch-function arguments to compose-mail by way of
18155         message-setup.
18156         (message-mail-other-window): Adjust argument of message-setup.
18157         (message-mail-other-frame): Ditto.
18158
18159 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18162         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18163         to turn font-lock on when turning gnus-message-citation-mode on.
18164
18165 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18166
18167         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18168         (mml-smime-function-alist): New variable; add epg as the backend.
18169         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18170         mml-smime- functions instead.
18171         * mm-view.el: Require smime.
18172
18173 2007-03-05  Didier Verna  <didier@xemacs.org>
18174
18175         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18176         instead of just inheritance for posting styles.
18177         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18178
18179 2007-02-24  Chris Moore  <dooglus@gmail.com>
18180
18181         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18182         * pgg-pgp.el (pgg-pgp-encrypt-region):
18183         * pgg-gpg.el (pgg-gpg-encrypt-region):
18184         Check pgg-encrypt-for-me if no other recipients.
18185
18186 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18187
18188         * tls.el (tls-certtool-program): Fix custom type.
18189
18190 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18193         and point-at-eol instead of line-(beginning|end)-position.
18194
18195         * assistant.el (assistant-parse-buffer): Ditto.
18196
18197         * netrc.el (netrc-parse-services): Ditto.
18198
18199 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18200
18201         * mml2015.el (mml2015-epg-find-usable-key): New function.
18202         (mml2015-epg-sign): Use it.
18203         (mml2015-epg-encrypt): Use it.
18204
18205 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * message.el (message-make-in-reply-to): Quote name containing
18208         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18209         if there are special characters.  Reported by NAKAJI Hiroyuki
18210         <nakaji@jp.freebsd.org>.
18211
18212 2007-02-27  Didier Verna  <didier@xemacs.org>
18213
18214         Include the group parameters as well as the topic ones in the
18215         inheritance filter process.
18216         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18217         argument GROUP-PARAMS-LIST.
18218         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18219
18220 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * nntp.el (nntp-never-echoes-commands)
18223         (nntp-open-connection-functions-never-echo-commands): New variables.
18224         (nntp-send-command): Use them.
18225
18226 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18227
18228         * mml2015.el (mml2015-epg-verify): Simplify.
18229
18230 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * mml.el (mml-content-disposition-alist): New user option.
18233         (mml-content-disposition): New function.
18234         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18235         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18236
18237 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18238
18239         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18240         verification.
18241
18242 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18243
18244         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18245         articles posted in the last 24 hours.
18246
18247 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18248
18249         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18250
18251 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18252
18253         * nntp.el (nntp-send-command): Don't wait for echoes when
18254         nntp-open-ssl-stream is used.
18255
18256 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18259         (gnus-message-add-citation-keywords)
18260         (gnus-message-remove-citation-keywords): Remove.
18261         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18262         directly, make the variables in font-lock-defaults buffer-local, add
18263         gnus-message-citation-keywords to them and then update the value of
18264         font-lock-keywords.
18265
18266 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * message.el (message-cite-original-1): Don't call
18269         gnus-article-highlight-citation.
18270
18271         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18272         citations; fix line count.
18273
18274 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18277         (gnus-message-add-citation-keywords)
18278         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18279         versions of font-lock-add-keywords and font-lock-remove-keywords to
18280         work with XEmacs correctly.
18281
18282 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * gnus-cite.el (gnus-cite-face-list): Set the values of
18285         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18286         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18287         (gnus-message-cite-prefix-regexp): New variable.
18288         (gnus-message-search-citation-line): Use it; protect against long
18289         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18290         the 0th match data for Emacs.
18291         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18292         (gnus-message-add-citation-keywords): Append keywords rather than
18293         prepending; emulate font-lock-add-keywords if it is not available.
18294         (gnus-message-remove-citation-keywords):
18295         Emulate font-lock-remove-keywords if it is not available.
18296
18297         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18298
18299         * message.el (message-cite-prefix-regexp): Set the value of
18300         gnus-message-cite-prefix-regexp.
18301
18302 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18303
18304         * nnweb.el (nnweb-google-parse-1): Update parser.
18305
18306 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18307
18308         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18309
18310 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18311
18312         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18313         regexp.
18314
18315 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18318         string-to-multibyte.
18319         (uudecode-decode-region-internal): Use it.
18320
18321         * lpath.el: Fbind string-as-multibyte for XEmacs.
18322
18323 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18324
18325         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18326         Fix custom choice.
18327
18328         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18329
18330 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18331
18332         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18333
18334         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18335         `write-region' to respect `mm-inhibit-file-name-handlers'.
18336
18337 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18338
18339         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18340         Use gnus-home-directory instead of "~/" or "$HOME".
18341
18342 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18343
18344         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18345         to mention filename.
18346         Add comments at beginning regarding usage.
18347         (encrypt-write-file-contents): Change interactive so a string is
18348         acceptable.  If the file has no associated model, show an error instead
18349         of a nonsense prompt.
18350
18351 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18352
18353         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18354         Thanks to Yoshihiko Yamada for kind notification of this typo.
18355
18356 2007-01-12  Kenichi Handa  <handa@m17n.org>
18357
18358         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18359         multibyte buffer.
18360
18361 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18362
18363         * gnus-score.el (gnus-score-fast-scoring): New variable.
18364         (gnus-score-headers): Use it.
18365
18366         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18367
18368         * message.el (message-cite-original-1):
18369         Call gnus-article-highlight-citation if requested.
18370         (message-make-from): Allow name and address as optional arguments.
18371
18372         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18373
18374         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18375         bugs to doc string.
18376         (gnus-button-alist): Add mid\\|message-id.
18377         (gnus-button-fetch-group): Extend for use in
18378         `browse-url-browser-function'.
18379         (gnus-button-url-regexp): Try to catch paired parentheses like in
18380         Wikipedia URLs.
18381
18382         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18383         Suggested by Simon Krahnke <overlord@gmx.li>.
18384
18385 2007-01-13  Romain Francoise  <romain@orebokech.com>
18386
18387         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18388         Update copyright.
18389
18390 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18391
18392         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18393
18394 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18395
18396         * gnus-registry.el (gnus-registry-unfollowed-groups)
18397         (gnus-registry-split-fancy-with-parent): Fix documentation.
18398
18399 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18400
18401         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18402         from nnweb groups.
18403
18404 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18405
18406         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18407         Xref urls.  Erase buffer before requesting head.
18408
18409         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18410
18411 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18412
18413         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18414         customizable.
18415
18416 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18417
18418         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18419         no signing key is found.
18420         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18421         no encrypting and/or signing key is found.
18422
18423 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18424
18425         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18426
18427 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18428
18429         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18430         headers read from disk with the ones newly found in the current search.
18431         This should no longer cause problems, because the article numbers in
18432         Gmane's `nov.php' output are ignored since the previous change.
18433
18434 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18435
18436         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18437
18438 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18441         replace-regexp-in-string; bind url-version; fbind display-images-p and
18442         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18443         find-face and set-itimer-function for Emacs; bind itimer-list for
18444         Emacs.
18445
18446         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18447
18448 2007-01-01  Romain Francoise  <romain@orebokech.com>
18449
18450         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18451
18452 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18453
18454         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18455         `define-minor-mode' macro definition expanded properly.
18456         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18457         exclude it there.
18458
18459         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18460         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18461         `fboundp' test.
18462         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18463         This is OK to autoload in (S)XEmacs now.
18464
18465 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18466
18467         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18468         keystroke.
18469         (gnus-summary-limit-to-singletons): Fix typo.
18470
18471         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18472         else fails.
18473
18474 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18475
18476         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18477         docstring.
18478
18479         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18480         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18481         (gnus-summary-insert-dormant-articles): Fix typo in message.
18482
18483 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18484
18485         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18486         nil for XEmacs.
18487         (gnus-message-citation-mode): Don't autoload in XEmacs.
18488
18489         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18490
18491 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18492
18493         * nnimap.el (nnimap-expunge-search-string):
18494         Mention nnimap-search-uids-not-since-is-evil in docstring.
18495
18496 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18497
18498         * spam.el: Revert to make-obsolete-variable because
18499         define-obsolete-variable-alias is not supported in Emacs 21.
18500
18501         * spam.el (spam-ifile-path, spam-ifile-database-path)
18502         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18503         make-obsolete-variable.
18504         (spam-bsfilter-path, spam-bsfilter-program)
18505         (spam-spamassassin-path, spam-spamassassin-program)
18506         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18507         Don't use "path" inappropriately.
18508         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18509         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18510         variable names.
18511
18512 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18513
18514         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18515         summary buffer.
18516
18517         * password.el (password-cache-remove): Use clear-string to burn
18518         password, if available.
18519
18520 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18521
18522         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18523
18524         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18525
18526         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18527         (gnus-message-highlight-citation): Move defcustom here from
18528         gnus-cite.el.
18529         (gnus-message-citation-mode): Autoload.
18530
18531         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18532         checks to make it compile with XEmacs.
18533         (gnus-message-citation-mode): New minor mode.
18534         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18535         (gnus-message-highlight-citation): New variables.
18536         (gnus-message-search-citation-line)
18537         (gnus-message-add-citation-keywords)
18538         (gnus-message-remove-citation-keywords)
18539         (turn-on-gnus-message-citation-mode)
18540         (turn-off-gnus-message-citation-mode): New functions.
18541
18542 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18543
18544         * gnus-cite.el: Enable highlighting of different citation levels in
18545         message-mode.
18546
18547 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18548
18549         * message.el (message-make-fqdn): Fix comment.
18550         (message-bogus-system-names): Add ".local".
18551
18552         * spam.el (spam-ifile-path, spam-ifile-program)
18553         (spam-ifile-database-path, spam-ifile-database)
18554         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18555         Don't use "path" inappropriately.
18556         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18557         strings.
18558         (spam-check-ifile, spam-ifile-register-with-ifile)
18559         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18560         Use new variable names.
18561
18562         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18563         (gnus-treat-display-smileys): Simplify using
18564         gnus-image-type-available-p.
18565
18566         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18567         available.
18568
18569         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18570         Use `display-images-p' if available.
18571
18572 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18573
18574         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18575         one after turning on the buffer's multibyteness instead of decoding
18576         them directly in the unibyte buffer that causes unexpected conversion
18577         in Emacs 23 (unicode).
18578
18579 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18580
18581         * message.el (message-generate-hashcash): Fix custom type.
18582
18583 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18584
18585         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18586
18587 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18588
18589         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18590         disconnect icons.  Add help text.
18591
18592 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18593
18594         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18595         negated to be consistent with the others we handle.
18596
18597 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18598
18599         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18600         version of gnus-summary-buffer to something, so that we can use two
18601         article buffers at the same time.
18602
18603 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18604
18605         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18606         trigger all the extra headers.
18607         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18608         sorting.
18609
18610 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18611
18612         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18613         solid groups.
18614
18615 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18616
18617         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18618
18619 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * legacy-gnus-agent.el: Add Copyright notice.
18622
18623 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18624
18625         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18626
18627 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18628
18629         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18630
18631         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18632         to make it work reliably in CVS Emacs.
18633         (gnus-summary-limit-strange-charsets-predicate)
18634         (gnus-summary-limit-to-predicate): New functions.
18635
18636 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18637
18638         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18639         specifying array size.
18640         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18641         array if it is too small.
18642         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18643         (gnus-sort-threads-loop): New function.
18644
18645 2006-12-06  Chris Moore  <dooglus@gmail.com>
18646
18647         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18648         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18649
18650 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18651
18652         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18653         options.
18654
18655 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18656
18657         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18658         DOS-ing the recipient.
18659
18660         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18661         the headers when creating the mapping to avoid mismappings.
18662         (nnweb-gmane-create-mapping): Always nix out old mapping.
18663
18664 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18667         and mm-verify-option to never.
18668
18669 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * message.el (message-signed-or-encrypted-p): New function.
18672         (message-forward-make-body): Use it.
18673
18674         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18675         Replace encode-coding-string with mm-encode-coding-string.
18676
18677 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * nneething.el (nneething-decode-file-name):
18680         Replace decode-coding-string with mm-decode-coding-string.
18681
18682         * gnus-int.el (gnus-open-server): Say failed server's name.
18683
18684 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18685
18686         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18687         strings to a single string.  Quote `errors-file-name'.
18688         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18689         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18690         Adjust calls.  Use `shell-quote-argument'.
18691
18692 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18693
18694         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18695         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18696
18697         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18698         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18699         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18700         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18701         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18702         (gnus-subscribe-newsgroup, gnus-1):
18703         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18704         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18705         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18706         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18707
18708 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18709
18710         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18711         keystroke.
18712         (gnus-summary-limit-to-bodies): Implement headersp.
18713
18714 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18715
18716         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18717
18718 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18721
18722 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18723
18724         * message.el (message-generate-hashcash): Expand range of values to
18725         include `opportunistic'.
18726         (message-send-mail): Use it.
18727
18728 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18729
18730         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18731         and comment it.
18732
18733         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18734
18735 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18736
18737         * gnus-util.el (gnus-extract-address-components): Improve comment.
18738
18739 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * gnus-util.el (gnus-extract-address-components): Work with address in
18742         which the name portion contains @.
18743
18744         * lpath.el: Fbind custom-autoload.
18745
18746 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18747
18748         * gnus.el (gnus-start): Move custom group up.
18749         (gnus-select-method): Don't autoload, but make it available for
18750         `customize-variable'.
18751         (gnus-getenv-nntpserver): Don't autoload.
18752
18753 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18754
18755         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18756
18757 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18758
18759         * message.el (message-sendmail-extra-arguments): New variable.
18760         (message-send-mail-with-sendmail): Use it.
18761
18762 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18765         mm-with-unibyte-current-buffer to make string unibyte.
18766
18767         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18768         mm-string-as-multibyte.
18769
18770 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18771
18772         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18773         Reported by Werner Koch <wk@gnupg.org>.
18774
18775 2006-11-14  Daiki Ueno  <ueno@p360>
18776
18777         * mml2015.el: Autoload epa-select-keys when compiling.
18778
18779 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18780
18781         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18782         message-options.
18783         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18784
18785 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18786
18787         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18788         EasyPG (< 0.0.6).
18789         (mml2015-always-trust): New user option.
18790         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18791         prompt.
18792
18793 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * nntp.el (nntp-authinfo-force): New variable.
18796         (nntp-send-authinfo): Use it.
18797
18798 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18801         decode encoded words.  Improve prompt.  Add comment about forwarding.
18802         (message-replacement-char): Move up.
18803
18804 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18805
18806         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18807         instead of gnus-intersection because arguments of gnus-sorted-nunion
18808         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18809
18810 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18813         (message-simplify-subject-functions):
18814         Enable message-strip-subject-encoded-words by default.
18815
18816 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18817
18818         * message.el (message-strip-subject-encoded-words): New function.
18819         (message-simplify-subject-functions): New variable.
18820         (message-simplify-subject): Use it.  Fix typo in doc string.
18821         Support message-strip-subject-encoded-words.
18822
18823 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18824
18825         * gnus-diary.el (gnus-diary-delay-format-function):
18826         * nndiary.el (nndiary-reminders):
18827         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18828
18829 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18830
18831         * gnus-art.el (article-hide-boring-headers): Fetch date from
18832         gnus-original-article-buffer to avoid problems with localized date
18833         strings.
18834
18835 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18838
18839 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18840
18841         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18842         New variables.
18843         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18844         (mm-charset-synonym-alist): Move some entries to
18845         mm-codepage-iso-8859-list.
18846         (mm-charset-synonym-alist, mm-charset-override-alist):
18847         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18848
18849 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18850
18851         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18852
18853 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18854
18855         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18856         with Emacs 21 and XEmacs.
18857
18858 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18859
18860         * spam.el (spam-parse-address): New function for better parsing,
18861         catching errors, etc.
18862         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18863
18864 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18865
18866         * mm-view.el: Add interactive arg to html2text autoload.
18867
18868 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18871
18872 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18873
18874         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18875         New variables.
18876         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18877         (mm-charset-synonym-alist): Move some entries to
18878         mm-codepage-iso-8859-list.
18879
18880         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18881
18882 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * message.el (message-citation-line-format)
18885         (message-insert-formated-citation-line): Fix implementation of %E, %N
18886         and %n according to the doc string.
18887
18888 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18889
18890         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18891         Use car-safe to avoid bad parses.
18892
18893 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18896         names.
18897
18898         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18899
18900 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18903         header.
18904
18905         * message.el (message-draft-headers): Add Date.
18906         (message-headers-to-generate): Fix typo in docstring.
18907
18908         * nndraft.el (nndraft-required-headers): New variable.
18909         (nndraft-generate-headers): Use it.
18910
18911         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18912
18913 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18914
18915         * gnus-registry.el (gnus-registry-wash-for-keywords)
18916         (gnus-registry-find-keywords): New functions to allow easy searching of
18917         articles that are in the registry.
18918
18919 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18920
18921         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18922         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18923         Reported by Damien Elmes <damien@repose.cx>.
18924
18925 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * gnus.el (gnus-mime): Remove unused custom group.
18928
18929 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18930
18931         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18932         "blank line" when searching for end of armor headers.
18933
18934 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * gmm-utils.el (gmm-write-region): Fix variable name.
18937
18938 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18939
18940         * gmm-utils.el (gmm-write-region): New function based on compatibility
18941         code from `mm-make-temp-file'.
18942
18943         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18944
18945         * nnmaildir.el (nnmaildir--update-nov)
18946         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18947         Use `gmm-write-region'.
18948
18949 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18950
18951         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18952         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18953
18954         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18955
18956         * message.el (message-replacement-char): New variable.
18957         (message-fix-before-sending): Use it.
18958         (message-simplify-subject): New function to remove duplicate code.
18959         (message-reply, message-followup): Use it.
18960
18961         * gnus-sum.el (gnus-summary-make-menu-bar):
18962         Clarify gnus-summary-limit-to-articles.
18963
18964 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * gnus-util.el (gnus-with-local-quit): New macro.
18967
18968         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18969
18970 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18971
18972         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18973         ignore non-string data.
18974
18975 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18976
18977         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18978         non-string data (needs to be done in the registry too).
18979
18980 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18981
18982         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18983         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18984         (gnus-registry-split-fancy-with-parent)
18985         (gnus-registry-fetch-simplified-message-subject-fast)
18986         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18987         Remove text properties on ingress into the registry and when it's saved.
18988         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18989         registry from entries with no groups.
18990
18991 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18992
18993         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18994         function to remove string properties.
18995
18996 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18997
18998         * gmm-utils.el (gmm): Adjust custom version.
18999
19000         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19001         Adjust custom version.
19002
19003         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19004
19005 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19006
19007         * gnus-art.el (gnus-insert-prev-page-button)
19008         (gnus-insert-next-page-button): Simplify.  Reformat.
19009
19010 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19011
19012         * gnus-art.el (gnus-insert-prev-page-button)
19013         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19014
19015 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19016
19017         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19018
19019 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19020
19021         * gnus-art.el (gnus-insert-mime-button)
19022         (gnus-insert-mime-security-button):
19023         Apply gnus-article-button-face to MIME and security buttons.
19024
19025 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19026
19027         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19028         readable.
19029
19030 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19033
19034 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19035
19036         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19037         `browse-url-of-file' instead of `browse-url'.
19038
19039 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19040
19041         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19042         regexp.  Articles containing quotation were cut prematurely.
19043
19044 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * message.el (message-cite-original-1): Use nobody by default for the
19047         value of From header.
19048         (message-reply): Ditto.
19049
19050 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19051
19052         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19053         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19054         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19055
19056 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19057
19058         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19059         mails in the doc string.  Add some URLs in comment.
19060         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19061
19062 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19065         backslashes handling and the way to find boundaries of quoted strings.
19066
19067 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19068
19069         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19070         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19071         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19072         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19073
19074 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19075
19076         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19077         doc string.
19078         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19079
19080 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * lpath.el: Fbind epg-check-configuration.
19083
19084 2006-09-06  Simon Josefsson  <jas@extundo.com>
19085
19086         * mml2015.el (mml2015-use): Doc fix, mention epg.
19087
19088 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19089
19090         * mml2015.el (mml2015-use): Default to epg, if available.
19091
19092 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19093
19094         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19095         message-sender.
19096         (mml1991-epg-encrypt): Ditto.
19097         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19098         message-sender.
19099         (mml2015-epg-encrypt): Ditto.
19100
19101 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19102
19103         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19104         several common directories.
19105
19106 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19107
19108         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19109         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19110
19111 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * gnus-art.el (article-decode-encoded-words): Make it fast.
19114
19115 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19118
19119         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19120         in quoted string into `\'.
19121
19122 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19123
19124         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19125         Use standard-syntax-table.
19126
19127 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * gnus-art.el (gnus-decode-address-function): New variable.
19130         (article-decode-encoded-words): Use it to decode headers which are
19131         assumed to contain addresses.
19132         (gnus-mime-delete-part): Remove useless `or'.
19133
19134         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19135         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19136         (gnus-nov-parse-line): Use it to decode From header.
19137         (gnus-get-newsgroup-headers): Ditto.
19138         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19139
19140         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19141         (mail-decode-encoded-address-string): New alias.
19142
19143         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19144         New function.
19145         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19146         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19147         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19148         (rfc2047-decode-string): Ditto.
19149         (rfc2047-decode-address-region): New function.
19150         (rfc2047-decode-address-string): New function.
19151
19152 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * message.el (message-caesar-buffer-body): Allow rotating headers.
19155
19156         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19157
19158         * message.el (message-insert-formated-citation-line): Fix %f.
19159         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19160
19161 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19164         (gnus-bookmark-mouse-available-p): New macro.
19165         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19166         (gnus-bookmark-bmenu-show-infos): Use it.
19167         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19168         (gnus-bookmark-bmenu-hide-infos): Ditto.
19169         (gnus-bookmark-remove-properties): New function.
19170         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19171         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19172         (gnus-bookmark-write-file): Bind coding-system-for-write.
19173         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19174         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19175         group before selecting it.
19176         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19177         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19178         quit-window if it is not available; use gnus-mouse-2 and bind it to
19179         gnus-bookmark-bmenu-select-by-mouse.
19180         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19181         (gnus-bookmark-bmenu-select-by-mouse): New function.
19182
19183 2006-08-13  Romain Francoise  <romain@orebokech.com>
19184
19185         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19186         space.
19187
19188 2006-08-10  Romain Francoise  <romain@orebokech.com>
19189
19190         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19191         (dns-mode-soa-auto-increment-serial): New user option.
19192         (dns-mode-soa-maybe-increment-serial): New function.
19193         (dns-mode): Add the latter to `write-contents-functions'.
19194
19195 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19196
19197         * compface.el (uncompface): Use binary rather than raw-text-unix.
19198
19199 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * compface.el (uncompface): Make sure the eol conversion doesn't take
19202         place when communicating with the external programs.
19203         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19204
19205 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19208
19209 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19210
19211         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19212         Make it more robust by parsing author and date independently.
19213
19214 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19217
19218 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19219
19220         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19221         first matching secret key.
19222         (mml2015-epg-encrypt): Ditto.
19223
19224         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19225         first matching secret key.
19226         (mml1991-epg-encrypt): Ditto.
19227
19228         * mml2015.el (mml2015-encrypt-to-self): New user option.
19229         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19230         mml2015-epg-encrypt-to-self is set.
19231
19232         * mml1991.el (mml1991-encrypt-to-self): New variable.
19233         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19234         mml1991-epg-encrypt-to-self is set.
19235
19236         * mml2015.el (mml2015-signers): New user option.
19237         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19238         (mml2015-epg-encrypt): Allow to select signing keys.
19239
19240         * mml1991.el (mml1991-signers): New variable.
19241         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19242         (mml1991-epg-encrypt): Allow to select signing keys.
19243
19244 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * nnheader.el (nnheader-insert-head): Make it work even if the file
19247         uses CRLF for the line-break code.
19248
19249 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19250
19251         * mml2015.el: Require mml-sec instead of password.
19252         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19253         (mml2015-cache-passphrase): Inherit the default value from
19254         mml-secure-cache-passphrase.
19255         (mml2015-passphrase-cache-expiry): Inherit the default value from
19256         mml-secure-passphrase-cache-expiry.
19257
19258         * mml1991.el: Require mml-sec instead of password.
19259         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19260         (mml1991-cache-passphrase): Inherit the default value from
19261         mml-secure-cache-passphrase.
19262         (mml1991-passphrase-cache-expiry): Inherit the default value from
19263         mml-secure-passphrase-cache-expiry.
19264
19265         * mml-sec.el: Require password.
19266         (mml-secure-verbose): New user option.
19267         (mml-secure-cache-passphrase): New user option.
19268         (mml-secure-passphrase-cache-expiry): New user option.
19269
19270 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19271             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19272
19273         * pgg-def.el (pgg-truncate-key-identifier):
19274         Truncate the key ID to 8 letters from the end.
19275
19276 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19277
19278         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19279         workaround for the url package included with Emacs.
19280
19281         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19282
19283 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19284
19285         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19286         correctly.  This fixes a bug caused by the 2006-05-12 change.
19287
19288 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19289
19290         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19291         some information about the error when saying that the `bogus' mail
19292         group will be used.
19293
19294 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19295
19296         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19297         string.
19298
19299 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19300
19301         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19302
19303 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19304
19305         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19306
19307 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19308
19309         * mml1991.el (mml1991-function-alist): Add epg.
19310         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19311         (mml1991-epg-encrypt): New functions.
19312
19313 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19314
19315         * mml2015.el (mml2015-verbose): New variable.
19316         (mml2015-cache-passphrase): Ditto.
19317         (mml2015-passphrase-cache-expiry): Ditto.
19318         (mml2015-function-alist): Add epg.
19319         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19320         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19321         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19322         New functions.
19323
19324 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19325
19326         * message.el (message-cite-original-1): Preserve region when removing
19327         quoted text due to X-No-Archive in order to avoid bogus attribution
19328         when citing multiple messages.
19329
19330 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19331
19332         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19333         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19334
19335 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19336
19337         * gnus-diary.el (gnus-user-format-function-d)
19338         (gnus-user-format-function-D): Autoload.
19339
19340         * imap.el (Commentary): Fix typo.
19341
19342         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19343         2006-04-22 contribution.
19344
19345 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19346
19347         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19348         It didn't really fix the bogosity I'm seeing with solid web groups.
19349
19350 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19351
19352         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19353         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19354         created using server names.  If we use the feature without declaring
19355         it, Gnus does not properly manage server and group state.
19356
19357         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19358         bound.
19359
19360 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19361
19362         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19363         looking up the method using GROUP's prefix before inventing a new one.
19364         It is used on killed/unknown groups in various places where returning
19365         an all-new method isn't expected by the caller.
19366
19367         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19368         and match semantics of gnus-group-real-prefix.
19369
19370 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19371
19372         * nnmail.el (nnmail-broken-references-mailers): New variable.
19373         (nnmail-ignore-broken-references): New function generalizing
19374         nnmail-fix-eudora-headers.
19375         (nnmail-fix-eudora-headers): Now obsolete.
19376
19377         * gnus-art.el (gnus-button-handle-custom):
19378         Support `customize-apropos*'.
19379
19380 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19381
19382         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19383
19384         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19385         articles.
19386
19387 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19388
19389         * message.el (message-cite-reply-above): New variable.
19390         (message-yank-original): Use it.
19391
19392 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19395
19396 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19397
19398         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19399         as read.
19400
19401         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19402
19403 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19404
19405         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19406         (gnus-bookmark-default-file): Use gnus-directory.
19407         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19408         Remove "*" in doc string.
19409         (gnus-bookmark-write-file): Simplify.
19410         (gnus-bookmark-maybe-sort-alist): Use `when'.
19411         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19412         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19413         Add FIXME about Emacs 21 and XEmacs compatibility.
19414         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19415         compatibility.
19416         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19417         compatibility.
19418         (gnus-bookmark-menu-heading): Fix version.
19419
19420 2006-06-19  Bastien Guerry  <bzg@altern.org>
19421
19422         * gnus-bookmark.el: New file.
19423
19424 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * message.el (message-syntax-checks): Doc fix.
19427
19428 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19429
19430         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19431         unsubscribed groups as if they were killed ones.  It causes duplicate
19432         entries in gnus-newsrc-alist.
19433
19434 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19435
19436         * message.el (message-syntax-checks): Doc fix.
19437         (message-send-mail): Add check for continuation headers.
19438         (message-check-news-header-syntax): Fix regexp used to check for
19439         continuation headers.
19440
19441 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19444
19445 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19446
19447         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19448
19449 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19452         default-truncate-lines.
19453
19454 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19455
19456         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19457         to fill the utf-8 entry.
19458
19459         * lpath.el: Fbind unicode-precedence-list.
19460
19461 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19462
19463         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19464
19465 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19466
19467         * gnus-agent.el (directory-files-and-attributes): Move all the way
19468         forward (the third and final move).
19469         (gnus-agent-read-agentview): Trap reconstruction errors due to
19470         nonexistent directory.  Handle by returning nil.
19471
19472 2006-05-30  Didier Verna  <didier@xemacs.org>
19473
19474         * message.el (message-dont-reply-to-names): Update the custom type.
19475         * message.el (message-dont-reply-to-names): New defsubst: potentially
19476         convert a list of regexps into a single one.
19477         * message.el (message-get-reply-headers): Use it.
19478         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19479
19480 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * gnus-agent.el (directory-files-and-attributes): Move forward.
19483
19484 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19485
19486         * gnus-ml.el (gnus-mailing-list-subscribe)
19487         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19488         (gnus-mailing-list-message): Fix doc strings.
19489
19490 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19491
19492         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19493         of doing it manually.
19494
19495 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19496
19497         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19498         comment.
19499
19500 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19501
19502         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19503         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19504         (gnus-agent-read-local): All symbols allocated in my-obarray.
19505         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19506         (gnus-agent-regenerate-group): Check numeric names to see if they are
19507         messages or groups.
19508         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19509         better way of do this...)
19510
19511         * gnus-cache.el (gnus-agent-total-fetched-for):
19512         Ignore 'dummy.group' (there should be a better way of do this...)
19513
19514 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19517         (gnus-saved-headers): Ditto.
19518         (gnus-default-article-saver): Mention functions may have properties.
19519         (gnus-article-save): Override gnus-save-all-headers and
19520         gnus-saved-headers by :headers property which saver function may have.
19521         (gnus-summary-save-in-file): Add :headers property.
19522         (gnus-summary-write-to-file): Ditto.
19523
19524         * gnus-sum.el (gnus-summary-save-article): Bind
19525         gnus-prompt-before-saving to t when saving many articles in a file;
19526         always show all headers.
19527
19528         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19529
19530 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19531
19532         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19533         marks.
19534
19535         * message.el (message-indent-citation): Add optional arguments to allow
19536         using it outside of message buffers.
19537
19538         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19539         (gnus-article-treat-unfold-headers): Use it.
19540         (gnus-article-truncate-lines): New variable.
19541         (gnus-article-mode): Use it.
19542         (gnus-article-toggle-truncate-lines): New function.
19543
19544         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19545         Add gnus-article-toggle-truncate-lines.
19546
19547         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19548         coding system in XEmacs, use binary.
19549
19550 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19553         after-load-alist.
19554
19555         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19556         this function should save decoded articles.
19557         (gnus-summary-write-to-file): Use property to specify this function
19558         should save decoded articles and specify gnus-summary-save-in-file
19559         should be used to save articles other than the first one when saving
19560         many articles.
19561         (gnus-summary-save-body-in-file): Use property to specify this
19562         function should save decoded articles.
19563         (gnus-summary-write-body-to-file): Use property to specify this
19564         function should save decoded articles and specify
19565         gnus-summary-save-body-in-file should be used to save articles other
19566         than the first one when saving many articles.
19567
19568         * gnus-sum.el (gnus-summary-save-article): Simplify.
19569
19570 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * gnus-art.el (gnus-default-article-saver):
19573         Add gnus-summary-write-body-to-file.
19574         (gnus-article-save-coding-system): Don't use coding system object
19575         in XEmacs.
19576         (gnus-read-save-file-name): Add optional `dir-var' argument which
19577         specifies directory in which files are saved; work even if optional
19578         `variable' argument is not specified.
19579         (gnus-summary-write-to-file): Read file name.
19580         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19581         (gnus-summary-write-body-to-file): New function.
19582
19583         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19584         (gnus-summary-local-variables): Add it.
19585         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19586         (gnus-summary-save-article): Remove optional `decode' argument;
19587         determine whether to decode articles by the value of
19588         gnus-default-article-saver; when saving many files using
19589         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19590         it first and use gnus-summary-save-in-file or
19591         gnus-summary-save-body-in-file thereafter unless
19592         gnus-prompt-before-saving is always; move point to article which
19593         will be saved.
19594         (gnus-summary-save-article-file): Revert.
19595         (gnus-summary-write-article-file): Revert.
19596         (gnus-summary-save-article-body-file): Revert.
19597         (gnus-summary-write-article-body-file): New function.
19598
19599 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * gnus-art.el (gnus-default-article-saver): Doc fix.
19602         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19603         from gnus-summary-save-article-coding-system, and default to a
19604         certain coding system.
19605         (gnus-output-to-file): Add coding cookie and encode text according
19606         to gnus-article-save-coding-system; don't use mm-append-to-file.
19607
19608         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19609         gnus-art.el and rename to gnus-article-save-coding-system.
19610         (gnus-summary-save-article): Require gnus-art; don't show all
19611         headers if it decodes articles; don't add coding cookie here;
19612         don't bind mm-text-coding-system-for-write.
19613         (gnus-summary-save-article-file): Save decoded articles.
19614         (gnus-summary-write-article-file): When saving many files, use
19615         gnus-summary-write-to-file first and gnus-summary-save-in-file
19616         thereafter unless gnus-prompt-before-saving is always.
19617         (gnus-summary-save-article-body-file): Save decoded articles.
19618
19619         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19620
19621 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19622
19623         * nnrss.el (nnrss-check-group): Bind hash-index.
19624
19625 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19626
19627         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19628         its hash index.  Store this hash in `nnrss-group-data'.
19629         (nnrss-read-group-data): Update accordingly.
19630
19631 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19632
19633         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19634         entry.
19635
19636         * gnus-sum.el (gnus-summary-make-menu-bar):
19637         Add gnus-article-browse-html-article.
19638
19639 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19640
19641         * gnus-sum.el (gnus-summary-mime-map):
19642         Add gnus-article-browse-html-article.
19643
19644         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19645
19646 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19647
19648         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19649         suitable coding systems in customize.
19650
19651 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19652
19653         * mail-source.el (mail-sources): Fix custom type.
19654
19655 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19656
19657         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19658         (gnus-summary-expire-articles-now): Shorten prompt.
19659
19660         * gmm-utils.el (wid-edit): Require.
19661         (defun-gmm): Rename from `gmm-defun-compat'.
19662         (gmm-image-search-load-path): Use it.
19663         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19664
19665 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19666
19667         * gnus-sum.el (gnus-summary-save-article-coding-system):
19668         New variable.
19669         (gnus-summary-save-article): Add optional `decode' argument.
19670         If it is set and gnus-summary-save-article-coding-system is non-nil,
19671         save decoded article.
19672         (gnus-summary-write-article-file): Save decoded article if
19673         gnus-summary-save-article-coding-system is non-nil.
19674
19675         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19676         type.
19677
19678 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19681
19682 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19683
19684         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19685         first to test gnus-single-article-buffer which may be buffer-local.
19686
19687         * gnus-sum.el (gnus-summary-setup-buffer):
19688         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19689         group; make gnus-article-buffer, gnus-article-current, and
19690         gnus-original-article-buffer always buffer-local.
19691         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19692         group.
19693         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19694
19695 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19696
19697         * nnml.el (nnml-request-compact-group): Compressed files might not
19698         have .gz extension.
19699
19700 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19701
19702         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19703         (mm-copy-to-buffer): Use with-current-buffer.
19704         (mm-display-part): Simplify.
19705         (mm-inlinable-p): Add optional arg `type'.
19706
19707 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19708
19709         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19710         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19711         Try harder to show the attachment internally or externally using
19712         gnus-mime-view-part-as-type.
19713
19714 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19715
19716         * message.el (message-from-style, message-signature-separator)
19717         (message-user-organization-file, message-send-mail-function)
19718         (message-citation-line-function, message-yank-prefix)
19719         (message-indent-citation-function, message-signature)
19720         (message-signature-file, message-signature-insert-empty-line):
19721         Remove autoloads.
19722
19723         * gnus-art.el (gnus-buttonized-mime-types):
19724         Remove "multipart/signed".  Revert 2006-04-26 change.
19725
19726 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19727
19728         * gnus.el (gnus-version-number): Bump version.
19729
19730 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19731
19732         * gnus.el: No Gnus v0.5 is released.
19733
19734 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19735
19736         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19737         fetching articles by message-id.
19738
19739 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19740
19741         * message.el (hashcash): Require hashcash as normal.
19742
19743         * ecomplete.el (ecomplete-highlight-match-line):
19744         Use point-at-eol.
19745         (ecomplete-highlight-match-line): Use `highlight', because that
19746         face exists in both Emacs and XEmacs.
19747
19748         * message.el (message-display-abbrev): Use point-at-bol.
19749
19750         * mail-source.el: Don't require timer/timer-funcs.
19751
19752         * gnus-async.el: Ditto.
19753
19754         * password.el: Ditto.
19755
19756         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19757
19758         * mm-url.el: Ditto.
19759
19760         * gnus-xmas.el: Don't require timer-funcs.
19761
19762         * mm-util.el: Require timer/timer-funcs.
19763
19764 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19765
19766         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19767         Close.
19768
19769 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19770
19771         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19772         unibyte after clear-decrypt function runs.
19773
19774         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19775         returns as a unibyte string.
19776
19777 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19778
19779         * lpath.el: Revert.
19780
19781         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19782         (pgg-gpg-process-sentinel): Revert.
19783
19784         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19785         (pgg-pgp-lookup-key): Revert.
19786
19787         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19788         (pgg-pgp5-lookup-key): Revert.
19789
19790         * pgg.el (pgg-fetch-key): Revert.
19791
19792 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * lpath.el: Fbind string-as-multibyte for XEmacs.
19795
19796         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19797         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19798         (mml1991-pgg-encrypt): Ditto.
19799
19800         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19801         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19802         a multibyte buffer.
19803
19804         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19805         (pgg-pgp-lookup-key): Ditto.
19806
19807         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19808         (pgg-pgp5-lookup-key): Ditto.
19809
19810         * pgg.el (pgg-fetch-key): Ditto.
19811
19812 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19813
19814         * message.el (message-user-organization-file): Check several
19815         locations of the organization file.
19816
19817         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19818         Add gnus-article-view-part-as-type.
19819
19820         * gnus-art.el (gnus-article-view-part-as-type): New function.
19821
19822         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19823         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19824
19825         * mml.el: Simplify autoload.
19826         (mml-mode): defvar dnd-protocol-alist instead of using
19827         symbol-value.
19828         (mml-default-directory): New variable.
19829         (mml-minibuffer-read-file): Use it.
19830         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19831
19832         * message.el (message-citation-line-format): New variable.
19833         (message-insert-formated-citation-line): New function.
19834         (message-citation-line-function):
19835         Add `message-insert-formated-citation-line' to custom type.
19836
19837         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19838         to doc string.
19839
19840         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19841         depending on mm-verify-option.
19842
19843 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19844
19845         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19846         binding pgg-* variables; reimplement the section which prevents
19847         MIME header from being signed.
19848         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19849         pgg-text-mode; remove a blank line at the top of body.
19850
19851         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19852         lines at the top of body; use gnus-newsgroup-charset if there's no
19853         Charset header.
19854
19855 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * message.el (message-self-insert-commands): Doc fix.
19858
19859         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19860         (mm-uu-pgp-encrypted-test): Ditto.
19861         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19862         between header and body; return application/pgp-encrypted handle
19863         if decryption failed; decode decrypted body by charset.
19864
19865         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19866         element match to application/pgp-*.
19867
19868 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19869
19870         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19871         HTML.
19872
19873 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19874
19875         * mail-source.el (mail-source-call-script): Message the error
19876         string.
19877
19878 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19879
19880         * gnus-util.el (gnus-byte-compile): Use it.
19881
19882 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19883
19884         * gnus-util.el (kill-empty-logs): New function.
19885
19886 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19887
19888         * message.el (message-mail-alias-type): Doc fix.
19889         (message-mail-alias-type-p): New function.
19890         (message-send): Use it.
19891         (message-mode): Ditto.
19892         (message-strip-forbidden-properties): Ditto.
19893
19894         * ecomplete.el (ecomplete-database-file-coding-system):
19895         New variable.
19896         (ecomplete-save): Use it.
19897         (ecomplete-setup): Use it.
19898
19899 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19900
19901         * message.el (message-self-insert-commands): New variable.
19902         (message-strip-forbidden-properties): Use it.
19903
19904 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19905
19906         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19907         that doesn't make XEmacs choke.
19908
19909 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19910
19911         * gnus-util.el (gnus-replace-in-string):
19912         Prefer replace-regexp-in-string over of replace-in-string.
19913
19914 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19915
19916         * gnus-util.el (gnus-select-frame-set-input-focus):
19917         Use select-frame-set-input-focus if it is available in XEmacs; use
19918         definition defined in Emacs 22 for old Emacsen.
19919
19920         * dgnushack.el: Autoload unmorse-region for XEmacs.
19921
19922         * lpath.el: Bind cursor-in-non-selected-windows and
19923         select-frame-set-input-focus for XEmacs.
19924
19925 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19926
19927         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19928
19929 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19930
19931         * gnus-registry.el (gnus-registry-cache-save): Remove text
19932         properties when saving via the temp buffer.
19933
19934 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19935
19936         * message.el (message-generate-hashcash): Honor custom type.
19937
19938 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19939
19940         * message.el (message-generate-hashcash): Default to non-nil when
19941         hashcash is found.
19942
19943         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19944         (gnus-refer-thread-limit): Increase default to 500.
19945
19946         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19947
19948         * flow-fill.el (fill-flowed): Allow delete-space.
19949
19950 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19951
19952         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19953         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19954         Remove autoloads.
19955
19956 2006-04-18  Simon Josefsson  <jas@extundo.com>
19957
19958         * message.el (message-generate-hashcash): Default to.
19959
19960 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19961
19962         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19963         concatenating segments rather than before concatenating them.
19964
19965 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19966
19967         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19968
19969 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19970
19971         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19972
19973         * message.el (message-forward-make-body-plain):
19974         Allow message-forward-ignored-headers to be a list.
19975         (message-remove-ignored-headers): Factor out into function.
19976         (message-forward-make-body-mml): Use it.
19977
19978         * imap.el (imap-quote-specials): New function.
19979         (imap-login-auth): Quote specials.
19980
19981         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19982         (rfc2231-parse-string): Allow concatanation of parameters that
19983         aren't contiguous.  The test case is
19984           (mail-header-parse-content-type "message/external-body;
19985             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19986             access-type=LOCAL-FILE;
19987             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19988
19989 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19990
19991         * nntp.el (nntp-accept-process-output): Return the value of
19992         `nnheader-accept-process-output'.
19993
19994 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19995
19996         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19997         (gnus-button-alist): Recognize more diff formats.
19998         (gnus-button-patch): Strip directory.
19999
20000 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20001
20002         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20003         Emacs 22 when setting focus.
20004
20005 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20006
20007         * gnus-art.el (gnus-article-treat-types): Do treatment of
20008         text/x-verbatim parts.
20009         (gnus-button-patch): New command.
20010
20011         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20012         addresses that contain invalid characters.
20013
20014 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20015
20016         * message.el (message-put-addresses-in-ecomplete):
20017         Use gnus-replace-in-string.
20018         (message-is-yours-p): Use the more correct
20019         mail-header-parse-address instead of
20020         mail-extract-address-components.
20021         (message-put-addresses-in-ecomplete): Fix typo.
20022
20023         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20024         keystroke.
20025
20026         * gnus-art.el (gnus-treatment-function-alist): Change order of
20027         newsgroups/generic header folding to avoid double-folding.
20028
20029         * message.el (message-hidden-headers): Add X-Draft-From.
20030
20031         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20032         New command.
20033         (gnus-summary-repeat-search-article-backward): New command.
20034
20035         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20036         groups in the parent topic.
20037
20038 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20039
20040         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20041         (spam-extra-header-to-number): Return the CRM114 number as a
20042         number instead of a string.
20043
20044 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20045
20046         * gnus-art.el (gnus-face-properties-alist): Move here from
20047         gnus-fun.
20048
20049         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20050
20051 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20052
20053         * message.el (message-strip-forbidden-properties): Only display on
20054         self-insert-command.
20055
20056         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20057         reindent.
20058         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20059
20060 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20061
20062         * smiley.el (smiley-style): Fix typo.
20063
20064 2006-03-23  Kenichi Handa  <handa@m17n.org>
20065
20066         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20067         instead of set-buffer-multibyte.
20068
20069 2006-03-23  Kenichi Handa  <handa@m17n.org>
20070
20071         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20072         buffer and then decode the buffer text if necessary.
20073         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20074         first, and after mm-encode-body, change the buffer to unibyte.
20075
20076 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20077
20078         * hashcash.el (hashcash-insert-payment-async-2):
20079         Use message-goto-eoh instead of doing it manually.
20080         (mail-add-payment): Use message-narrow-to-header instead of trying
20081         to do the same itself.
20082
20083         * message.el (message-hidden-headers): Add Face.
20084
20085         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20086         reparenting code.
20087         (gnus-summary-reparent-children): Refactored out code.
20088         (gnus-summary-thread-map): New keystroke.
20089         (gnus-summary-reparent-children): Make into command.
20090
20091         * smiley.el (smiley-style): Default to `medium' if using a large
20092         font.
20093
20094         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20095         does it itself.
20096
20097         * message.el (message-point-in-header-p): Simplify definition.
20098
20099 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20100
20101         * nnagent.el (nnagent-request-set-mark): Silence log file
20102         writing.
20103         (nnagent-request-set-mark): Use write-region instead of
20104         append-to-file.
20105
20106         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20107         strange select method.
20108
20109         * ecomplete.el (ecomplete-display-matches): Get highlightling
20110         right.
20111         (ecomplete-display-matches): Use literals.
20112         (ecomplete-display-matches): Disable message logging.
20113
20114         * message.el (message-display-abbrev): Small optimization.
20115
20116         * ecomplete.el (ecomplete-display-matches): Allow automatic
20117         display.
20118
20119         * message.el (message-strip-forbidden-properties):
20120         Display abbrevs.
20121         (message-display-abbrev): Get automatic display right.
20122
20123         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20124         keystrokes.
20125
20126 2006-04-13  Romain Francoise  <romain@orebokech.com>
20127
20128         TODO: Backport to v5-10!
20129
20130         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20131         Move here (and rename) from gnus-registry.el.
20132
20133         * gnus-registry.el: Require gnus-util.
20134         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20135
20136 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20137
20138         * gnus-group.el (gnus-group-catchup-current):
20139         Change if-then-else-if-then-else into cond.
20140         (gnus-group-catchup): Indent.
20141         (group-name-at-point): New function.
20142         (gnus-fetch-group): Provide default from thing at point.
20143
20144 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20145
20146         * message.el (message-display-abbrev): Fix regexp.
20147
20148         * ecomplete.el (ecomplete-highlight-match-line):
20149         Reimplement choosing.
20150         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20151         dead variables.
20152
20153         * message.el (message-newline-and-indent): Remove debugging.
20154         (message-display-abbrev): Use new implementation.
20155
20156 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20157
20158         * gnus-art.el (gnus-article-mode):
20159         Set cursor-in-non-selected-windows to nil.
20160
20161         * smiley.el: Revert previous change.
20162         (smiley-data-directory): defvar it before using it in the
20163         defcustom of `smiley-style'.
20164
20165 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20166
20167         * message.el (message-newline-and-indent): New function.
20168
20169         * ecomplete.el: Implement more bits.
20170
20171         * message.el (message-put-addresses-in-ecomplete): Clean up the
20172         string.
20173
20174         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20175
20176         * gnus-sum.el (gnus-summary-save-parts):
20177         Bind gnus-summary-save-parts-counter and use it to make unique file
20178         names.
20179
20180         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20181
20182         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20183         parameter to say whether to actually parse the individual
20184         addresses.
20185
20186         * message.el (message-put-addresses-in-ecomplete): New function.
20187         (ecomplete): Require.
20188         (message-mail-alias-type): Add ecomplete as an option.
20189
20190 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20191
20192         * flow-fill.el (fill-flowed): Remove trailing space from blank
20193         quoted lines.
20194
20195 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20196
20197         * smiley.el (smiley-style): Move definition later to avoid a
20198         compilation warning.
20199
20200 2006-04-12  Kenichi Handa  <handa@m17n.org>
20201
20202         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20203         buffer and then decode the buffer text if necessary.
20204         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20205         first, and after mm-encode-body, change the buffer to unibyte.
20206         Use mm-disable-multibyte instead of set-buffer-multibyte.
20207
20208 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20211         Content-Type header instead of Content-Disposition header.
20212         (gnus-mime-inline-part): Ditto.
20213         (gnus-mime-view-part-as-charset): Ignore charset that the part
20214         specifies.
20215
20216         * mm-decode.el (mm-display-part): Work with external parts and
20217         usual parts similarly.
20218
20219         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20220         instead of gnus-display-mime.
20221
20222         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20223         instead of with-temp-buffer.
20224
20225         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20226         tag to summarized topics part in order to encode non-ASCII text.
20227
20228 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20229
20230         * smiley.el (smiley-style): New variable.
20231         (smiley-directory): New function.
20232         (smiley-data-directory): Derive from `smiley-style' using
20233         `smiley-directory'.
20234         (smiley-regexp-alist): Add new entries.
20235
20236         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20237         (gnus-article-browse-delete-temp): Add :version.
20238
20239 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20240
20241         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20242         the sieve region.
20243
20244 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20245
20246         * gnus.el (gnus-version-number): Bump version.
20247
20248 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20249
20250         * gnus.el: No Gnus v0.4 is released.
20251
20252 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20253
20254         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20255         layout.
20256
20257         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20258         unknown charset.
20259
20260         * message.el (message-header-synonyms): Add Original-To to the
20261         default.
20262
20263         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20264         optional parameter.
20265
20266 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20267
20268         * gnus-fun.el (gnus): Require it for gnus-directory.
20269
20270 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20271
20272         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20273
20274 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20275
20276         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20277
20278 2006-04-05  Simon Josefsson  <jas@extundo.com>
20279
20280         * password.el (password-reset): New function.
20281
20282 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20283
20284         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20285         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20286
20287 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20288
20289         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20290         Some whitespace was matched into the url, which broke browsing hits
20291         > 100 when mm-url-use-external was nil.
20292
20293 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20294
20295         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20296         Check gnus-extra-headers for 'Newsgroups.
20297
20298         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20299         bound.
20300
20301 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20302
20303         * pgg-gpg.el: Clean up process buffers every time gpg processes
20304         complete.
20305
20306 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20307
20308         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20309         doc string.
20310
20311 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20312
20313         * pgg-gpg.el (pgg-gpg-process-filter)
20314         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20315
20316         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20317         lines, temporary fix.
20318
20319 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20320
20321         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20322
20323 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20324
20325         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20326         default-enable-multibyte-characters.  This reverts the change from
20327         revision 6.17 which is no longer necessary because the passphrase
20328         is sent separately now.  GnuPG messages are unreadable under
20329         multibyte locales with default-enable-multibyte-characters set to
20330         nil.
20331
20332 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20333
20334         * message.el (message-tool-bar-gnome): Move "spell".
20335
20336 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20337
20338         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20339         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20340         instead.
20341
20342 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20343
20344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20345         Improve newsgroups handling for NNTP overviews which don't include
20346         Newsgroups.
20347
20348 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20349
20350         * message.el (message-resend): Bind message-generate-hashcash to nil.
20351
20352 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20353
20354         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20355         when searching for already-paid recipients.
20356
20357 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20358
20359         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20360         passphrases when it is not needed.
20361         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20362         passphrase stuff from gpg, should only be necessary when you use
20363         gpg with a smartcard.
20364
20365 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20366
20367         * mml.el (mml-insert-mime): Ignore cached contents of
20368         message/external-body part.
20369
20370         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20371         (mm-insert-part): Ditto.
20372
20373 2006-03-23  Simon Josefsson  <jas@extundo.com>
20374
20375         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20376         Reiner.
20377         (pgg-gpg-use-agent-p): Use it again.
20378
20379 2006-03-23  Simon Josefsson  <jas@extundo.com>
20380
20381         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20382         older emacsen.
20383         (pgg-gpg-use-agent-p): Don't use it.
20384
20385 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20386
20387         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20388         if we can.
20389
20390 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20391
20392         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20393         (pgg-gpg-update-agent): New function.
20394         (pgg-gpg-use-agent-p): New function.
20395         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20396         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20397         (pgg-gpg-sign-region): Use it.
20398
20399 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20400
20401         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20402         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20403
20404 2006-03-21  Simon Josefsson  <jas@extundo.com>
20405
20406         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20407         <wilde@sha-bang.de>.
20408         (pgg-gpg-use-agent): New variable.
20409         (pgg-gpg-process-region): Use it.
20410         (pgg-gpg-encrypt-region): Likewise.
20411         (pgg-gpg-encrypt-symmetric-region): Likewise.
20412         (pgg-gpg-decrypt-region): Likewise.
20413         (pgg-gpg-sign-region): Likewise.
20414         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20415
20416 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20417
20418         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20419
20420         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20421         Add comment on version.
20422
20423 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20424
20425         * smiley.el: Add missing test smiley.
20426
20427 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20428
20429         * mm-decode.el (mm-with-part): New macro.
20430         (mm-get-part): Use it; work with message/external-body as well.
20431         (mm-save-part): Treat name and filename equally.
20432
20433         * mm-extern.el (mm-extern-cache-contents): New function.
20434         (mm-inline-external-body): Use it; force the part to be displayed;
20435         move undisplayer added to the cached handle to the parent.
20436
20437         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20438         (gnus-mime-view-part-as-type): Work with message/external-body.
20439
20440         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20441
20442 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20443
20444         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20445         images in image-load-path.  [Sync with image.el, revision 1.60, in
20446         Emacs.]
20447
20448 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20449
20450         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20451         path rather than symbol.  Always return list of directories.
20452         Guarantee that image directory comes first.  [Sync with image.el,
20453         revision 1.59, in Emacs.]
20454
20455         * message.el (message-make-tool-bar): Adjust to new API of
20456         `gmm-image-load-path-for-library'.
20457
20458         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20459
20460         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20461
20462 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20463
20464         * gnus-art.el (gnus-article-only-boring-p):
20465         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20466         intangible text.
20467         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20468
20469 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20470
20471         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20472         Use `defun' instead of `gmm-defun-compat'.
20473
20474 2006-03-14  Simon Josefsson  <jas@extundo.com>
20475
20476         * message.el (message-unique-id): Don't use message-number-base36
20477         if (user-uid) is a float.
20478         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20479
20480 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20481
20482         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20483
20484         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20485         empty line between a part and a message part.
20486
20487 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20488
20489         * smiley.el: Add more test smileys.
20490         (smiley-data-directory, smiley-regexp-alist)
20491         (gnus-smiley-file-types): Fix doc strings.
20492         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20493         adding new elements.
20494         (smiley-mouse-map): Unused code.  Make it a comment.
20495
20496 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20497
20498         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20499         scan latest NoCeM messages instead of old ones.
20500         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20501         delimiters that are recently used.
20502         (gnus-nocem-load-cache): Add autoload cookie.
20503
20504         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20505
20506         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20507         level which is larger than gnus-use-nocem is specified.
20508
20509         * gnus-group.el (gnus-group-get-new-news): Ditto.
20510
20511 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20512
20513         * gnus-util.el (gnus-tool-bar-update): New function.
20514
20515         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20516         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20517
20518         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20519
20520         * gnus-group.el (gnus-group-redraw-when-idle)
20521         (gnus-group-redraw-check): Remove.
20522         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20523
20524 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20525
20526         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20527         if optional last element is specified in splits (FIELD VALUE...).
20528
20529 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20530
20531         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20532         to gmm-image-load-path-for-library.  Call with no-error argument.
20533         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20534
20535         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20536
20537         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20538
20539         * gmm-utils.el (gmm-image-load-path): Remove alias.
20540
20541 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20542
20543         * gmm-utils.el (gmm-image-load-path): Add alias.
20544
20545         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20546         nnml-generate-nov-databases-1.
20547         (nnml-generate-nov-databases): Use it.
20548         (nnml-generate-nov-databases-directory): Document no-active
20549         argument.
20550
20551         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20552         directory if path is t.  Add no-error.
20553
20554         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20555         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20556
20557         * gnus-art.el (gnus-article-browse-delete-temp-files):
20558         Simplify resetting gnus-article-browse-html-temp-list.
20559
20560         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20561         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20562         Add example to docstring.  Rename local variables.  Move error
20563         checks to default case in cond and simplify.
20564
20565 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20566
20567         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20568         handle is multipart when calling it recursively.
20569         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20570
20571 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20572
20573         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20574         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20575
20576 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20577
20578         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20579         is loaded.
20580
20581         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20582         loaded.
20583
20584 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20585
20586         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20587         to "Emacs 23 (unicode)" in doc string.
20588
20589         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20590         "Emacs 23 (unicode)" in comment.
20591
20592 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20593
20594         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20595
20596         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20597         characters 160 through 255 in Emacs 23.
20598
20599 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20600
20601         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20602         gnus-article-browse-html-temp.
20603         (gnus-article-browse-delete-temp): Make it customizable.
20604         Add `file'.  Adjust doc string.
20605         (gnus-article-browse-delete-temp-files): Add argument.
20606         Allow query for each file.  Adjust doc string.
20607         (gnus-article-browse-html-parts):
20608         Add `gnus-article-browse-delete-temp-files' to
20609         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20610
20611 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20612
20613         * gnus-art.el (gnus-article-browse-html-temp)
20614         (gnus-article-browse-delete-temp): New variables.
20615         (gnus-article-browse-delete-temp-files): New function.
20616         (gnus-article-browse-html-parts): Use it.
20617
20618 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20619
20620         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20621
20622         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20623         string.
20624
20625         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20626         gnus-summary-insert-new-articles when unplugged.
20627         Remove gnus-summary-search-article-forward.
20628
20629         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20630         display-visual-class instead of display-color-cells.
20631
20632 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20633
20634         * dgnushack.el: Autoload customize-group for XEmacs.
20635
20636         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20637         message/* containing non-ASCII text properly.
20638
20639 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20640
20641         * message.el: Require gmm-utils, remove autoloads.
20642         (message-tool-bar): Set default based on
20643         gmm-tool-bar-style.
20644         (message-tool-bar-gnome): Add gmm-customize-mode.
20645
20646         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20647         gmm-tool-bar-style.
20648         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20649
20650         * gnus-group.el (gnus-group-tool-bar): Set default based on
20651         gmm-tool-bar-style.
20652         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20653
20654         * gmm-utils.el (gmm-image-directory): Rename variable from
20655         gmm-image-load-path.
20656         (gmm-image-load-path): Use gmm-image-directory.
20657         (gmm-customize-mode): New function.
20658         (gmm-tool-bar-style): New variable.
20659
20660         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20661         gnus-group-redraw-line-number.
20662         (gnus-group-redraw-check): Simplify.
20663         (gnus-group-tool-bar-update): Remove redraw check.
20664         (gnus-group-make-tool-bar): Add redraw check.
20665
20666 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20667
20668         * gnus-art.el (gnus-button): Add missing parentheses.
20669
20670 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20671
20672         * lpath.el: Fbind line-number-at-pos.
20673
20674 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20675
20676         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20677
20678 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20679
20680         * gnus-art.el (gnus-button): New face.
20681         (gnus-article-button-face): Use it.
20682
20683         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20684         Add gnus-summary-next-page.  Re-order.
20685
20686         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20687         next-node are now included.
20688         (gnus-group-redraw-line-number): New internal variable.
20689         (gnus-group-redraw-check): Helper function for updating the tool
20690         bar.
20691         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20692
20693         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20694
20695         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20696         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20697         Use it to match format of Spamassassin 3.0 and later.
20698         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20699         (spam-check-bogofilter)
20700         (spam-bogofilter-register-with-bogofilter): Fix args of
20701         `gnus-error' calls.
20702
20703 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20706         unnecessary interaction when sending queued mails.
20707         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20708
20709 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20710
20711         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20712         first or last are nil.
20713
20714 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20715
20716         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20717
20718 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20719
20720         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20721
20722 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20723
20724         * dns.el (query-dns): Protect more against buggy tcp output.
20725
20726 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20727
20728         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20729         nov.php.
20730
20731 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20732
20733         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20734         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20735         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20736         output on the server side.
20737         (nnweb-google-create-mapping): Update regexps and add some
20738         progress indication.
20739
20740 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20741
20742         * gnus-group.el (gnus-group-tool-bar-gnome):
20743         Fix gnus-agent-toggle-plugged.  Re-order icons.
20744         (gnus-group-tool-bar-gnome):
20745         Add gnus-group-{prev,next}-unread-group.
20746         (gnus-group-tool-bar-gnome): Re-order icons.
20747
20748         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20749         Move gnus-summary-insert-new-articles.
20750
20751         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20752         Fix comments.
20753
20754         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20755         also available in Emacs 21.3.
20756
20757         * message.el (message-fix-before-sending): Change "Emacs 22" to
20758         "Emacs 23 (unicode)" in comment.
20759
20760         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20761         "Emacs 23 (unicode)" in comment.
20762
20763         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20764         comment.
20765         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20766
20767         * mm-view.el (mm-fill-flowed): Add :version.
20768
20769 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20770
20771         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20772         and load-path.
20773
20774 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20775
20776         * message.el: Autoload gmm-image-load-path.
20777         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20778         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20779         consitency.
20780
20781         * gmm-utils.el (gmm-image-load-path): Also search in
20782         "../etc/images".  Don't set gmm-image-load-path if we don't find
20783         the image.
20784
20785 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20786
20787         * gmm-utils.el (gmm-image-load-path): Don't make
20788         `gmm-image-load-path' include subdirectories which the second arg
20789         `image' might specify.
20790
20791         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20792         subdirectory to icon file names.
20793
20794         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20795
20796 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20797
20798         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20799         gmm-image-load-path calls.
20800
20801         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20802
20803         * message.el (message-make-tool-bar): Ditto.
20804
20805         * mml.el (mml-preview): Add comment concerning tool bar icons.
20806
20807         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20808         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20809
20810         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20811         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20812
20813         * message.el (message-tool-bar-gnome): Use new icon names.
20814         (message-make-tool-bar): Use `gmm-image-load-path'.
20815
20816         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20817         New functions from MH-E.
20818         (gmm-image-load-path): New variable from MH-E.
20819         (gmm-image-load-path): New function from MH-E.  Add arguments
20820         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20821         *-image-load-path-called-flag.
20822
20823 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20824
20825         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20826
20827 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20828
20829         * nnimap.el (nnimap-request-move-article): Change folder back to
20830         source group before deleting.
20831
20832 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20833
20834         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20835
20836         * gnus-art.el (mm-url-insert-file-contents-external):
20837         Autoload mm-url.
20838
20839         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20840
20841 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20842
20843         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20844         coding system which mm-charset-to-coding-system returns for a
20845         given charset is valid.
20846
20847 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20848
20849         * html2text.el (html2text-remove-tag-list):
20850         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20851
20852 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20853
20854         * gnus-cus.el: Revert 2005-10-17 change.
20855
20856 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20857
20858         * gnus-art.el (article-strip-banner):
20859         Call article-really-strip-banner only when the regexp match is made.
20860
20861 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20862
20863         * gnus-art.el (article-strip-banner):
20864         Use gnus-extract-address-components instead of
20865         mail-header-parse-addresses to make it work with non-ASCII text;
20866         remove mail-encode-encoded-word-string.
20867
20868         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20869         values which are surrounded with \"...\"; make it never cause a
20870         Lisp error; give up parsing of parameters if it failed in
20871         extracting type.
20872
20873 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20874
20875         * smime.el (smime-cert-by-ldap-1): Fix bug where
20876         `smime-ldap-search' returns results without userCertificates.
20877
20878 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20881
20882 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20883
20884         * spam.el (spam-check-spamassassin-headers): Adapt format for
20885         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20886         <ari@mbf.ocn.ne.jp>.
20887         (spam-list-of-processors): Add spam-use-gmane.
20888
20889 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20890
20891         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20892         make-temp-file; make it work with XEmacs as well.
20893
20894         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20895         mm-make-temp-file.
20896
20897         * mm-decode.el (mm-display-external): Use the 3rd arg of
20898         mm-make-temp-file.
20899         (mm-create-image-xemacs): Ditto.
20900
20901 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20902
20903         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20904         with message-narrow-to-headers.
20905         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20906         (gnus-draft-check-draft-articles): New function.
20907         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20908
20909 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20910
20911         * gnus-art.el (gnus-article-browse-html-parts):
20912         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20913         Don't use suffix argument for mm-make-temp-file for Emacs 21
20914         compatibility.  Remove useless `format'.
20915
20916 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20917
20918         * nnweb.el (nnweb-google-wash-article): Update regexps.
20919         (nnweb-group-alist): Use defvoo instead of defvar.
20920
20921 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20922
20923         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20924         re-loading nn* modules.
20925
20926 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20927
20928         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20929         for `tool-bar-mode' and don't check it's default-value.
20930
20931         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20932
20933         * message.el (message-make-tool-bar): Ditto.
20934
20935         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20936         `substring'.  Shorten tmp-file name.
20937
20938         * gnus.el: Remove bogus comment.
20939
20940 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20941
20942         * gnus-art.el (gnus-article-browse-html-parts): New function.
20943         (gnus-article-browse-html-article): New function for viewing html
20944         articles with a browser.
20945
20946 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20947
20948         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20949         in elisp.
20950         (pgg-gpg-encrypt-symmetric-region): Ditto.
20951         (pgg-gpg-sign-region): Ditto.
20952
20953         * pgg-def.el (pgg-text-mode): New variable.
20954
20955         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20956         (mml2015-pgg-encrypt): Ditto.
20957
20958         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20959         (mml1991-pgg-encrypt): Ditto.
20960
20961 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20962
20963         * nnfolder.el (nnfolder-insert-newsgroup-line):
20964         Use message-make-date instead of current-time-string.
20965
20966         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20967         to gnus-decoded which mm-uu might set.
20968
20969 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20970
20971         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20972         don't decode quoted parameters; remove misimported Emacs code.
20973         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20974         (rfc2231-decode-encoded-string): Don't use split-string which
20975         behaves differently according to Emacs version; use
20976         mm-decode-coding-region to convert charset to coding-system.
20977         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20978         (rfc2231-encode-string): Remove misimported Emacs code.
20979
20980 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20981
20982         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20983         when calling mail-header-parse-content-type.
20984         (article-de-quoted-unreadable): Ditto.
20985         (article-de-base64-unreadable): Ditto.
20986         (article-wash-html): Ditto.
20987
20988         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20989         calling mail-header-parse-content-type and
20990         mail-header-parse-content-disposition.
20991         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20992         mail-header-parse-content-type.
20993
20994         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20995         insert charset and format parameters; encode description after
20996         inserting it to buffer.
20997         (mml-insert-parameter): Fold lines properly even if a parameter is
20998         segmented into two or more lines; change the max column to 76.
20999
21000         * rfc1843.el (rfc1843-decode-article-body): Don't use
21001         ignore-errors when calling mail-header-parse-content-type.
21002
21003         * rfc2231.el (rfc2231-parse-string): Return at least type if
21004         possible; don't cause an error even if it fails in parsing of
21005         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21006         (rfc2231-encode-string): Don't break lines at the beginning, leave
21007         it to mml-insert-parameter.
21008
21009         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21010         calling mail-header-parse-content-type.
21011
21012 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21013
21014         * spam-report.el (spam-report-gmane-use-article-number):
21015         Improve doc string.
21016         (spam-report-gmane-internal): Check if a suitable header was found
21017         in the article.
21018
21019 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21020
21021         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21022         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21023
21024 2006-02-05  Romain Francoise  <romain@orebokech.com>
21025
21026         Update copyright notices of all files in the gnus directory.
21027
21028 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21029
21030         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21031
21032 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21033
21034         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21035         segmented lines of parameter value to cope with Thunderbird 1.5
21036         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21037         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21038         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21039
21040 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21041
21042         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21043         parts.
21044
21045 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21046
21047         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21048         there's only one active file for all servers.
21049         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21050         solid groups.  Gnus might have used a FAST request to select the group.
21051         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21052         and nnweb-search redundantly in the active file.
21053         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21054         (nnweb-request-create-group): Don't use ARGS.
21055         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21056         initializations.  Let nnoo do the work.
21057
21058 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21059
21060         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21061         Say the part has been decoded.
21062
21063         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21064
21065 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21066
21067         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21068         mailcap-viewer-test-cache when there's no 'test clause, since that
21069         will invert the meaning of a "nil" test previously determined by
21070         mailcap-mailcap-entry-passes-test.
21071
21072 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21073
21074         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21075         compiling.
21076
21077         * gnus-sum.el: Ditto.
21078
21079         * message.el: Don't bind tool-bar-map when compiling.
21080
21081 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21082
21083         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21084
21085 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21086
21087         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21088         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21089         current Google Groups.
21090
21091 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21092
21093         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21094         and tool-bar-mode.
21095
21096         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21097         and tool-bar-mode.
21098
21099         * message.el (message-tool-bar-update): Simplify.
21100         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21101
21102         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21103         gnus-summary-buffer.
21104         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21105         gnus-summary-reply.
21106
21107         * gmm-utils.el (gmm): Add :version.
21108
21109 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21110
21111         * Makefile.in (clean): New rule.
21112         (distclean): Use it.
21113
21114 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21115
21116         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21117         Don't autoload.
21118
21119 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21120
21121         * gmm-utils.el (gmm-verbose): Add :group.
21122
21123 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21124
21125         * message.el: Change some comments WRT tool-bars.
21126
21127         * gnus-sum.el (gnus-summary-tool-bar)
21128         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21129         (gnus-summary-tool-bar-zap-list): New variables.
21130         (gnus-summary-make-tool-bar): Complete rewrite using
21131         `gmm-tool-bar-from-list'.
21132
21133         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21134         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21135         New variables.
21136         (gnus-group-make-tool-bar): Complete rewrite using
21137         `gmm-tool-bar-from-list'.
21138         (gnus-group-tool-bar-update): New function.
21139
21140         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21141
21142 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21143
21144         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21145         is dissected into a single part of which the type is the same as
21146         the given one; decode charset.
21147
21148 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21149
21150         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21151         into alists as symbol not string, since that's what
21152         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21153         look for.
21154
21155 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21156
21157         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21158         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21159
21160         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21161
21162 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21165         (gnus-xmas-mime-security-button-menu): New function.
21166
21167         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21168         (gnus-mime-security-button-menu): New definition.
21169         (gnus-mime-security-button-map): Use them.
21170         (gnus-mime-security-button-menu): New function.
21171         (gnus-insert-mime-security-button): Addition to help echo.
21172         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21173         (gnus-mime-security-pipe-part): New functions.
21174
21175         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21176         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21177
21178         * mm-decode.el (mm-handle-set-disposition): Remove.
21179         (mm-handle-set-description): Remove.
21180
21181 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21182
21183         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21184         (mm-w3m-standalone-supports-m17n-p): New function.
21185         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21186         w3m usage.
21187
21188         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21189         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21190
21191 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21192
21193         * message.el (message-tool-bar-zap-list):
21194         Use gmm-tool-bar-zap-list as custom type.
21195         (message-tool-bar-update): New function.
21196         (message-tool-bar, message-tool-bar-gnome)
21197         (message-tool-bar-retro): Add message-tool-bar-update.
21198         (message-tool-bar-gnome): Add flyspell-buffer.
21199
21200         * gnus-util.el (gnus-error): Describe `args'.
21201
21202         * gmm-utils.el (gmm-error): Describe `args'.
21203         (gmm-tool-bar-zap-list): New widget.
21204         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21205
21206 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21209         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21210         the number of recursive calls.
21211
21212         * mm-decode.el (mm-handle-set-disposition): New macro.
21213         (mm-handle-set-description): New macro.
21214
21215 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21216
21217         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21218         encoding.
21219
21220 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21221
21222         * message.el (message-tool-bar-zap-list, message-tool-bar)
21223         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21224         (message-tool-bar-local-item-from-menu): Remove.
21225         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21226         (message-make-tool-bar): New function.
21227         (message-mode): Use `message-make-tool-bar'.
21228
21229         * gmm-utils.el: New file.
21230         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21231         (gmm-lazy): New widget copied from `nnmail.el'.
21232         (gmm-tool-bar-from-list): New function for creating customizable
21233         tool bars.
21234         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21235         output.
21236         (gmm): Add :prefix to defgroup.
21237
21238 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21239
21240         * gmm-utils.el (gmm-widget-p): New function.
21241
21242 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21243
21244         * mml.el (mml-attach-file): Describe `description' in doc string.
21245         (mml-menu): Add Emacs MIME manual and PGG manual.
21246
21247 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21248
21249         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21250
21251 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21252
21253         * nntp.el (nntp-end-of-line): Doc fix.
21254
21255 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21256
21257         * imap.el (imap-open): Handle case where buffer is a buffer
21258         object.
21259
21260 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21261
21262         * gnus-delay.el (gnus-delay): Don't autoload.
21263         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21264         to be re-loaded when customizing the `gnus-delay' group.
21265
21266 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21267
21268         * message.el (message-insert-citation-line): Use newlines.
21269
21270 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21271
21272         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21273         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21274         these routines, so the passphrase can be managed externally and
21275         passed in to the system.
21276         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21277         pgg-add-passphrase-to-cache function.
21278
21279         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21280         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21281         these routines, so the passphrase can be managed externally and
21282         passed in to the system.
21283         (pgg-pgp5-sign-region): Use new name of
21284         pgg-add-passphrase-to-cache function.
21285
21286 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21287
21288         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21289         part of the decoded armor to find the key-identifier.
21290         (pgg-gpg-lookup-key-owner): New function to return the
21291         human-readable identifier of a key owner.
21292         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21293         itself.
21294         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21295         the key value) if we have a key and can match it against a secret
21296         key.  Also, added a note pointing out fact that the prompt only
21297         indicates the first matching key.
21298
21299         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21300         pgg-decrypt-region.
21301         (pgg-add-passphrase-to-cache): Rename from
21302         `pgg-add-passphrase-cache' to reduce confusion (all callers
21303         changed).
21304         (pgg-remove-passphrase-from-cache): Rename from
21305         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21306         changed).
21307         (pgg-read-passphrase, pgg-add-passphrase-cache)
21308         (pgg-remove-passphrase-cache): Add informative docstrings.
21309         (pgg-decrypt): Convey provided passphrase in subordinate call to
21310         pgg-decrypt-region.
21311
21312 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21313
21314         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21315         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21316         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21317         'passphrase' argument, so the passphrase can be managed externally
21318         and then passed in to the system.
21319
21320         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21321         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21322         so the passphrase cache can be used reliably with identifiers
21323         besides a pgp packet's key id.
21324
21325         * pgg-gpg.el (pgg-gpg-encrypt-region)
21326         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21327         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21328         these routines, so the passphrase can be managed externally and
21329         passed in to the system.
21330
21331         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21332         'notruncate' argument, so the passphrase cache can be used
21333         reliably with identifiers besides a pgp packet's key id.
21334
21335 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21336
21337         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21338         symmetric encryption.
21339         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21340         encrypted session key.
21341         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21342         message ask for the passphrase in a proper way.
21343
21344         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21345         New user commands for symmetric encryption.
21346
21347 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21348
21349         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21350
21351         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21352
21353 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21354
21355         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21356
21357 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21358
21359         * mm-decode.el (mm-inlined-types): Add application/pgp.
21360         (mm-automatic-display): Ditto.
21361
21362         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21363         part as text.
21364
21365 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21366
21367         * nnrss.el: Update copyright.
21368         (nnrss-opml-import): Query whether to subscribe to each entry.
21369
21370         * gnus-art.el:
21371         * gnus-sum.el:
21372         * gnus-xmas.el:
21373         * messagexmas.el:
21374         * mm-uu.el:
21375         * mm-view.el: Update copyright.
21376
21377 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21378
21379         * message.el (message-info): New function.
21380         (message-mode-menu): Add it.
21381         Update copyright.
21382
21383         * ChangeLog: Fix and update copyright.
21384
21385 2006-01-13  Romain Francoise  <romain@orebokech.com>
21386
21387         * message.el (message-forward-subject-name-subject): Prefer the
21388         address to 'nowhere' if the sender has no name.
21389         Fix typo.  Update copyright year.
21390
21391 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21392
21393         * gnus-art.el (article-wash-html):
21394         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21395         (gnus-article-wash-html-with-w3m-standalone): New function.
21396
21397         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21398         mm-inline-text-html-render-with-w3m-standalone.
21399         (mm-text-html-washer-alist): Map w3m-standalone to
21400         gnus-article-wash-html-with-w3m-standalone.
21401         (mm-inline-text-html-render-with-w3m-standalone): New function.
21402
21403 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21404
21405         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21406         Improve LaTeX.
21407
21408 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21409
21410         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21411         (nnrss-request-article): Render text/plain parts as HTML.
21412
21413         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21414         the buffer.
21415
21416 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21417
21418         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21419         custom definition of `gnus-posting-styles'.
21420
21421         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21422         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21423
21424 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21425
21426         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21427         Use nntp for bug archive.
21428
21429 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21430
21431         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21432         parts.
21433         (nnrss-normalize-date): New function converts ISO 8601 date into
21434         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21435         (nnrss-check-group): Use it.
21436
21437 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21438
21439         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21440
21441         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21442         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21443         (nnrss-insert-w3): Ditto.
21444
21445 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21446
21447         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21448         the articles to be forwarded including the case where neither a
21449         number of articles nor a region is specified.
21450
21451 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21452
21453         * nnrss.el (nnrss-request-article): Fix last change; fill
21454         text/plain parts.
21455
21456 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21457
21458         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21459         in text/plain part.
21460         (nnrss-check-group): Don't add excessive newline to dc:subject.
21461
21462 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21463
21464         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21465         article.
21466
21467 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21468
21469         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21470         (nnml-use-compressed-files, nnml-save-mail): Support other
21471         comression programs such as bzip2.
21472
21473 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21474
21475         * dns.el (query-dns): Make sure we check the buffer size before
21476         removing tcp headers.
21477
21478 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21479
21480         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21481         remove MIME buttons associated with multipart/alternative parts.
21482         (gnus-mime-display-alternative): Tag buttons using `article-type'
21483         text property.
21484
21485         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21486         associated with multipart/alternative parts.
21487
21488         * gnus-art.el (gnus-signature-separator): Fix custom type.
21489
21490         * mm-decode.el (mm-inlined-types): Fix custom type.
21491         (mm-keep-viewer-alive-types): Ditto.
21492         (mm-automatic-display): Ditto.
21493         (mm-attachment-override-types): Ditto.
21494         (mm-inline-override-types): Ditto.
21495         (mm-automatic-external-display): Ditto.
21496
21497 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21498
21499         * spam-report.el (spam-report-user-mail-address)
21500         (spam-report-user-agent): New variables.
21501         (spam-report-url-ping-plain): Use spam-report-user-agent.
21502
21503 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21504
21505         * gnus-art.el (gnus-button-handle-custom): Do not just use
21506         `customize-apropos' for any "M-x customize-*" button but the
21507         function called for.  Accept both the function name and its
21508         argument in order to achieve this.
21509         (gnus-button-alist): Remove support for "custom:" URL's.
21510         Pass function name to `gnus-button-handle-custom' in case of "M-x
21511         customize-*" buttons.
21512
21513 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21514
21515         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21516         multipart/alternative and add xref to mm-discouraged-alternatives
21517         in doc string.
21518
21519         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21520         gnus-buttonized-mime-types in doc string.
21521
21522 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21523
21524         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21525         Suggest image/.* in the doc string.
21526
21527 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21528
21529         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21530         message-marks (Debian bug#342521).
21531
21532 2005-12-12  Simon Josefsson  <jas@extundo.com>
21533
21534         * password.el (password-read-from-cache): Add.
21535         (password-read): Use it.
21536
21537 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21538
21539         * rfc2047.el (rfc2047-charset-to-coding-system):
21540         Recognize us-ascii as a MIME charset.
21541
21542         * mm-bodies.el (mm-decode-content-transfer-encoding):
21543         Protect against the case where the 2nd arg TYPE is nil.
21544
21545 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21546
21547         * pop3.el (pop3-stream-type): Fix custom version.
21548
21549         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21550
21551 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21552
21553         * mm-decode.el (mm-display-external): Add missing cdr.
21554
21555 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21556
21557         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21558         RFC1524) if it is in mailcap or add a suffix according to
21559         mailcap-mime-extensions when generating a temp filename; postpone
21560         deleting a temp file for 2 seconds for some wrappers, shell
21561         scripts, and so on, which might exit right after having started a
21562         viewer command as a background job.
21563
21564 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21565
21566         * nntp.el (nntp-marks-directory): Fix custom group.
21567
21568         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21569         steps when < 10.
21570
21571         * gnus-start.el (gnus-no-server-1):
21572         Mention `gnus-level-default-subscribed' in doc string.
21573
21574 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21575
21576         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21577         parens.
21578
21579 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21580
21581         * gnus-xmas.el (gnus-use-toolbar): Revert.
21582         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21583         gnus-use-toolbar is default.
21584
21585         * messagexmas.el (message-use-toolbar): Revert.
21586         (message-setup-toolbar): Use global default-toolbar if
21587         message-use-toolbar is default.
21588
21589 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21590
21591         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21592         according to default-toolbar-visible-p.
21593
21594         * messagexmas.el (message-use-toolbar): Ditto.
21595
21596 2005-11-26  Dave Love  <fx@gnu.org>
21597
21598         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21599         (tls-program, tls-success): Provide openssl alternative.
21600
21601         * starttls.el: Doc fixes.
21602         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21603         SERVICE to PORT.
21604
21605         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21606         port null or service name.
21607         (starttls-negotiate): Autoload.
21608
21609 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21610
21611         * message.el (message-kill-to-signature): Fix interactive spec.
21612
21613 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21614
21615         * pop3.el (pop3-open-server): Recognize a string as a service name.
21616
21617 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21618
21619         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21620
21621 2005-11-23  Dave Love  <fx@gnu.org>
21622
21623         Add pop3s, pop3/starttls.
21624
21625         * pop3.el (pop3-authentication-scheme): Clarify doc.
21626         (open-tls-stream, starttls-open-stream): Autoload.
21627         (pop3-stream-type): New.
21628         (pop3-open-server): Use it.
21629
21630         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21631         for POP.
21632         (mail-source-keyword-map): Add :stream for POP.
21633         (mail-source-fetch-pop): Use pop3-stream-type.
21634
21635 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21636
21637         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21638         of current-time-string.
21639
21640 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21641
21642         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21643         date header.
21644
21645 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21646
21647         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21648         it can seriously impact performance as it bypasses the agent's
21649         local caches.
21650
21651 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21652
21653         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21654         must be explicitly online rather than "not explicitly offline" for
21655         its flags to be synchronized.
21656
21657         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21658         that gnus-uu-unmark-thread will function correctly.
21659
21660         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21661         1024K is instead displayed as 1M.
21662
21663 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21664
21665         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21666
21667 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21668
21669         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21670
21671 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21672
21673         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21674         error message to display actual error condition.
21675         (gnus-agent-save-local): Avoid saving symbols that are bound to
21676         nil as they simply result in a warning message in
21677         gnus-agent-read-local.
21678
21679 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21680
21681         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21682         rather than make-variable-buffer-local for file-precious-flag.
21683
21684 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21685
21686         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21687         for duplicates which are removed.  The invalid sort check then
21688         triggers a rescan after the sort as sorting may have moved
21689         duplicate entries such that they can be cheaply detected.
21690
21691 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21692
21693         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21694
21695 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21696
21697         * gnus-agent.el (gnus-agent-article-alist-save-format):
21698         Change internal variable to a custom variable.  Change default value
21699         from compressed(2) to uncompressed(1).
21700         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21701         support for uncompressed agentview files.  Taken together, reading
21702         the agentview file should now be 6-7 times faster.
21703
21704 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21705
21706         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21707         as a buffer-local variable.  This avoids creating truncated
21708         dribble files as a result of a hang up, eg.
21709
21710 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21711
21712         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21713         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21714         XEmacs.
21715
21716 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21717
21718         * gnus-start.el (gnus-start-draft-setup):
21719         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21720
21721         * gnus.el (gnus-splash): Change custom group.
21722         (gnus-group-get-parameter, gnus-group-parameter-value):
21723         Describe allow-list argument.
21724
21725         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21726         string.
21727
21728 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21729
21730         * gnus-art.el (gnus-default-article-saver): Add user-defined
21731         `function' to custom type.
21732
21733 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21734
21735         * imap.el (imap-open): Handle case where buffer is a buffer
21736         object.
21737
21738 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21739
21740         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21741         long lines.
21742         (gnus-cache-delete-group): Wrap doc strings.
21743
21744         * gnus-agent.el (gnus-agent-rename-group)
21745         (gnus-agent-delete-group): Wrap doc strings.
21746
21747 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21748
21749         * messagexmas.el (message-use-toolbar): Change the valid values
21750         into default, top, bottom, left, and right.
21751         (message-toolbar-thickness): New variable.
21752         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21753         well.
21754         (message-setup-toolbar): Make it work.
21755
21756         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21757         (gnus-use-toolbar): Change the valid values into default, top,
21758         bottom, left, and right.
21759         (gnus-toolbar-thickness): New variable.
21760         (gnus-xmas-setup-toolbar): New function.
21761         (gnus-xmas-setup-group-toolbar): Use it.
21762         (gnus-xmas-setup-summary-toolbar): Use it.
21763
21764 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21765
21766         * gnus-start.el (gnus-1): Add "native" to
21767         gnus-predefined-server-alist.
21768
21769         * gnus.el (gnus-method-to-server): Don't add "native" to the
21770         lists here, because that leads to problems when
21771         gnus-select-method is bound.
21772
21773 2005-11-09  Simon Josefsson  <jas@extundo.com>
21774
21775         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21776         use (not sort-by-date) instead.
21777
21778 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21779
21780         * gnus-delay.el (gnus-delay-group): Don't autoload.
21781         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21782         to be re-loaded when customizing the `gnus-delay' group.
21783
21784 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21785
21786         * message.el: Revert last changes.
21787         (message-insert-citation-line): Use newlines.
21788
21789 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21790
21791         * message.el (message-courtesy-message)
21792         (message-mark-insert-begin, message-mark-insert-end)
21793         (message-elide-ellipsis, message-cancel-message)
21794         (message-add-header, message-change-subject)
21795         (message-cross-post-followup-to-header)
21796         (message-cross-post-insert-note, message-reduce-to-to-cc)
21797         (message-widen-reply, message-delete-not-region)
21798         (message-kill-to-signature, message-insert-signature)
21799         (message-insert-importance-high, message-insert-importance-low)
21800         (message-insert-or-toggle-importance)
21801         (message-insert-disposition-notification-to)
21802         (message-indent-citation, message-yank-original)
21803         (message-cite-original-without-signature, message-cite-original)
21804         (message-insert-citation-line, message-position-on-field)
21805         (message-fix-before-sending, message-send-mail-partially)
21806         (message-send-mail, message-send-mail-with-sendmail)
21807         (message-send-mail-with-qmail, message-send-news)
21808         (message-check-news-header-syntax, message-generate-headers)
21809         (message-insert-courtesy-copy, message-fill-address)
21810         (message-fill-header, message-shorten-references)
21811         (message-setup-1, message-cancel-news)
21812         (message-forward-make-body-plain, message-forward-make-body-mime)
21813         (message-forward-make-body-mml, message-encode-message-body)
21814         (message-forward-make-body-digest-plain)
21815         (message-forward-make-body-digest-mime)
21816         (message-use-alternative-email-as-from): Insert `hard-newline'
21817         instead of ordinary newlines.
21818
21819 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21820
21821         * message.el (message-generate-headers): Downcase the argument
21822         given to message-check-element.
21823
21824 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21825
21826         * nntp.el (nntp-authinfo-rejected): New error condition.
21827         (nntp-wait-for): Use new error condition to signal authentication
21828         error.
21829         (nntp-retrieve-data): Rethrow new error condition to break out of
21830         recursive call to nntp-send-authinfo.
21831
21832 2005-11-08  Romain Francoise  <romain@orebokech.com>
21833
21834         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21835         (gnus-summary-exit-map): Bind to `Z p'.
21836         (gnus-summary-make-menu-bar): Add menu item.
21837
21838 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21839
21840         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21841         (gnus-treat-*): Add `first' in all doc strings.
21842
21843         * gnus-group.el (gnus-group-compact-group): Fix typo.
21844
21845 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21846
21847         * gnus.el (gnus-parameters-case-fold-search): New variable.
21848         (gnus-parameters-get-parameter): Use it.
21849
21850         * gnus-score.el (gnus-home-score-file): Doc fix.
21851
21852 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21853
21854         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21855
21856 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21857
21858         * mm-util.el (mm-special-display-p): New function.
21859
21860         * mml.el (mml-preview): Use it; doc fix.
21861
21862 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21863
21864         * imap.el (imap-open): Handle case where buffer is a buffer object.
21865
21866 2005-10-29  Romain Francoise  <romain@orebokech.com>
21867
21868         * message.el (message-fix-before-sending): Fix comment.
21869
21870 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21871
21872         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21873
21874 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21875
21876         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21877         Used in gnus-score.el.
21878
21879 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21880
21881         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21882
21883 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21884
21885         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21886         whitespace removed in revision 7.8.  Use concatenated string to
21887         protect trailing whitespace.
21888
21889 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21890
21891         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21892         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21893         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21894         Courier IMAP ("some version from 2004").  Mostly based on similar
21895         code in the same function.
21896
21897 2005-10-26  Didier Verna  <didier@xemacs.org>
21898
21899         * gnus-group.el (gnus-group-compact-group): Invalidate original
21900         article buffer.
21901         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21902         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21903         NOV database and in article itself.
21904         Invalidate article backlog.
21905
21906 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21907
21908         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21909
21910 2005-10-26  Simon Josefsson  <jas@extundo.com>
21911
21912         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21913         part of 2004-07-25 change.
21914
21915 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21916
21917         * message.el (message-display-completion-list): New function.
21918         (message-expand-group): Use it; make sure the Completions buffer
21919         is modifiable.
21920 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21921
21922         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21923         user-mail-name is an empty string.
21924
21925 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21926
21927         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21928         depending on gnus-score-decay-constant.
21929
21930         * encrypt.el (encrypt-insert-file-contents)
21931         (encrypt-write-file-contents): Don't use `gnus-message'.
21932
21933         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21934         arguments.
21935         (mm-uu-type-alist): Add message-marks and insert-marks.
21936         Pass arguments to mm-uu-verbatim-marks-extract.
21937         (mm-uu-hide-markers): New variable.
21938         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21939
21940         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21941         (gnus-convert-image-to-face-command): Use "convert" by default to
21942         allow other input image formats.
21943         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21944         accordingly.
21945
21946 2005-10-23  Simon Josefsson  <jas@extundo.com>
21947
21948         * imap.el (imap-gssapi-program): Align command line parameters
21949         with latest GNU SASL.
21950         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21951
21952 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21953
21954         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21955         HTML.
21956         (nnslashdot-request-article): Ditto.
21957
21958         * lpath.el (featurep): Add nobreak-char-display.
21959
21960 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21961
21962         * mail-source.el (mail-source-fetch-pop): Require pop3.
21963         (mail-source-check-pop): Ditto.
21964
21965 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21966
21967         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21968         errors.
21969
21970 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21971
21972         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21973         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21974
21975         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21976
21977         * mm-bodies.el (mm-decode-string):
21978         Call `mm-charset-to-coding-system' with allow-override argument.
21979
21980 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21981
21982         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21983         (rfc2047-charset-to-coding-system): New function.
21984         (rfc2047-decode-encoded-words): New function.
21985         (rfc2047-decode-region): Use them.
21986         (rfc2047-decode-cte): Remove.
21987         (rfc2047-parse-and-decode): Remove.
21988         (rfc2047-decode): Remove.
21989
21990 2005-10-15  Kenichi Handa  <handa@m17n.org>
21991
21992         * rfc2047.el (rfc2047-decode-cte): New function.
21993         (rfc2047-decode-region): Change the way to decode successive
21994         encoded-words: decode B- or Q-encoding in each encoded-word,
21995         concatenate them, and decode it as charset.
21996
21997 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21998
21999         * lpath.el: Fbind codepage-setup for XEmacs.
22000
22001 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22002
22003         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22004         widget-move-and-invoke.
22005         (gnus-custom-mode): Use gnus-custom-map.
22006
22007 2005-10-15  Bill Wohler  <wohler@newt.com>
22008
22009         * message.el (message-tool-bar-map): Rename image file from
22010         mail_send to mail/send.
22011
22012 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22013
22014         * message.el (message-expand-group): Pass the common
22015         prefix substring of completion to `display-completion-list'.
22016
22017 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22018
22019         * mml-sec.el (mml-secure-method): New internal variable.
22020         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22021         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22022         New functions using mml-secure-method.
22023
22024         * mml.el (mml-mode-map): Add key bindings for those functions.
22025         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22026         Harder <harder@myrealbox.com>.
22027         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22028         Goto end of message if point is the headers of the message.
22029
22030         * message.el (message-in-body-p): New function.
22031
22032         * assistant.el: Autoload gnus-util and netrc.
22033
22034         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22035         Use `mm-charset-override-alist' only when decoding.
22036
22037         * mm-bodies.el (mm-decode-body):
22038         Call `mm-charset-to-coding-system' with allow-override argument.
22039
22040         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22041         `filename' from Content-Disposition if Content-Type doesn't
22042         provide `name'.
22043         (gnus-mime-view-part-as-type): Set default instead of
22044         initial-input.
22045
22046 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22047
22048         * format-spec.el (format-spec): Propagate text properties of % spec.
22049
22050 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22051
22052         * gnus-art.el (gnus-treat-predicate): Add `first'.
22053
22054 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22055
22056         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22057         (mm-charset-override-alist): New variable.
22058         (mm-charset-to-coding-system): Use it.
22059         (mm-codepage-setup): New helper function.
22060         (mm-charset-eval-alist): New variable.
22061         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22062         Warn about unknown charsets.
22063
22064         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22065
22066 2005-10-04  David Hansen  <david.hansen@gmx.net>
22067
22068         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22069         (nnrss-check-group): Ditto.
22070
22071 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22072
22073         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22074         Rename x-gnus-verbatim to x-verbatim.
22075         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22076
22077         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22078         x-verbatim.
22079
22080         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22081
22082         * gnus-util.el (gnus-remove-duplicates): Remove.
22083
22084         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22085         instead of gnus-remove-duplicates.
22086
22087         * message.el (message-remove-duplicates): Remove.
22088         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22089         message-remove-duplicates.
22090
22091         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22092         available, else use implementation from `delete-dups'.
22093
22094         * message.el (message-insert-expires): New function.
22095         (message-mode-map): Add key binding.
22096         (message-mode-field-menu): Add menu entry.
22097         (message-mode): Document it.
22098         (message-make-expires-date): Use `message-make-date'.
22099
22100 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22101
22102         * message.el (message-make-expires-date): New function.
22103
22104 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * Makefile.in (list-installed-shadows): New entry.
22107         (install): Use it.
22108         (remove-installed-shadows): New entry.
22109
22110         * dgnushack.el (dgnushack-default-load-path): New variable.
22111         (dgnushack-find-lisp-shadows): New function.
22112         (dgnushack-remove-lisp-shadows): New function.
22113
22114 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22115
22116         * Makefile.in (install-el-elc): New entry.
22117         (install): Use it so that .el files are necessarily installed.
22118
22119 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22120
22121         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22122
22123 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22124
22125         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22126         function rather than the diff-mode.el package.
22127         (mm-display-external): Use with-current-buffer.
22128         (mm-viewer-completion-map, mm-viewer-completion-map):
22129         Move initialization inside declaration.
22130
22131 2005-09-29  Simon Josefsson  <jas@extundo.com>
22132
22133         * spam.el: Load hashcash when compiling, to avoid warnings.
22134         Don't autoload mail-check-payment.
22135         (spam-check-hashcash): Define unconditionally, since hashcash.el
22136         is part of Gnus now.  Ignore errors from payment checking.
22137
22138 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22139
22140         * message.el (message-bold-region, message-unbold-region):
22141         Rename from `bold-region' and `unbold-region'.
22142
22143         * message.el: Remove useless autoloads.
22144
22145 2005-09-28  Simon Josefsson  <jas@extundo.com>
22146
22147         * message.el (message-use-idna): Default to t.
22148         (message-use-idna): Test whether encoding works too.  Doc fix.
22149
22150 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22151
22152         * nntp.el (nntp-warn-about-losing-connection): Remove.
22153
22154 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22155
22156         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22157         customizable.  Change default value.
22158         (mm-uu-diff-groups-regexp): Change default value.
22159         (mm-uu-type-alist): Add doc string.
22160         (mm-uu-configure): Add doc string.  Make it interactive.
22161         (mm-uu-tex-groups-regexp): New variable.
22162         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22163         (mm-uu-type-alist): Add LaTeX documents.
22164         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22165         of "text/verbatim".
22166         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22167
22168         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22169         instead of "text/verbatim".
22170
22171         * message.el (message-mark-inserted-region)
22172         (message-mark-insert-file): Use slrn style marks when called with
22173         prefix argument.
22174
22175 2005-09-27  Simon Josefsson  <jas@extundo.com>
22176
22177         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22178
22179 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22180
22181         * message.el (message-remove-duplicates): New function.
22182         Implementation borrowed from `gnus-remove-duplicates'.
22183         (message-idna-to-ascii-rhs): Also encode idna addresses in
22184         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22185         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22186         only ask about the same idna domain once per header and also tell
22187         in what header to replace the idna domain.
22188
22189         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22190         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22191         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22192         a header is decoded and not just the last one.
22193
22194 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22195
22196         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22197         has been decoded.
22198
22199         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22200         (mm-insert-part): Don't modify text if it has been decoded.
22201
22202         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22203         decoded.
22204
22205         * mm-view.el (mm-inline-text): Don't strip text props unless
22206         decoding enriched or richtext parts.
22207
22208 2005-09-25  Romain Francoise  <romain@orebokech.com>
22209
22210         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22211         * gnus-start.el (gnus-subscribe-interactively):
22212         * gnus-uu.el (gnus-uu-grab-articles):
22213         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22214         space.
22215
22216 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22217
22218         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22219         * mm-view.el (mm-view-pkcs7-decrypt):
22220         * gnus-sum.el (gnus-summary-limit-to-extra)
22221         (gnus-summary-respool-article, gnus-read-move-group-name):
22222         * gnus-score.el (gnus-summary-increase-score):
22223         * gnus-util.el (gnus-completing-read-with-default):
22224         * gnus-art.el (gnus-read-save-file-name)
22225         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22226         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22227         * message.el (message-check-news-header-syntax):
22228         Follow convention for reading with the minibuffer.
22229
22230 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22231
22232         * spam-report.el (spam-report-url-ping-plain):
22233         Use gnus-extended-version as User-Agent.
22234
22235         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22236         default value is nil.
22237
22238         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22239         (mm-uu-verbatim-marks-extract): New function.
22240         (mm-uu-extract): New face.
22241         (mm-uu-copy-to-buffer): Use it.
22242
22243         * spam-report.el (spam-report-gmane-ham): Rename from
22244         `spam-report-gmane-unspam'.
22245         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22246         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22247
22248         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22249         Autoload.
22250         (spam-report-gmane-unregister-routine):
22251         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22252
22253 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22254
22255         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22256         (spam-report-gmane-unregister-routine): Add support for gmane
22257         unregistration.
22258
22259         * spam-report.el (spam-report-gmane-unspam)
22260         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22261         (spam-report-gmane): Change to take a single article and do unspam
22262         registration.
22263
22264 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22265
22266         * mm-url.el (mm-url-decode-entities): Fix regexp.
22267
22268 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22269
22270         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22271         default to nil, to be able to use Gnus at all.  If the default
22272         switches to something else, then the function should be fixed not
22273         be exceedingly slow.
22274
22275 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22276
22277         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22278         fail hard.
22279
22280         * spam-report.el: Add better Keywords line.
22281
22282         * spam.el: Add Maintainer and better Keywords line.
22283
22284 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22285
22286         * gnus-art.el (gnus-article-replace-part)
22287         (gnus-mime-replace-part): New functions.
22288         (gnus-mime-action-alist, gnus-mime-button-commands)
22289         (gnus-mime-save-part-and-strip): Add file argument.
22290         (gnus-article-part-wrapper): Add interactive argument.
22291
22292         * gnus-sum.el (gnus-summary-mime-map):
22293         Add `gnus-article-replace-part'.
22294
22295 2005-09-19  Didier Verna  <didier@xemacs.org>
22296
22297         The nnml compaction feature:
22298         * nnml.el (nnml-request-compact-group): New function.
22299         * nnml.el (nnml-request-compact): New function.
22300         * gnus-int.el (gnus-request-compact-group): New function.
22301         * gnus-int.el (gnus-request-compact): New function.
22302         * gnus-group.el (gnus-group-compact-group): New function.
22303         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22304         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22305         * gnus-srvr.el (gnus-server-compact-server): New function.
22306         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22307         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22308
22309 2005-09-18  Deepak Goel  <deego@gnufans.org>
22310
22311         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22312         format spec.
22313
22314 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22315
22316         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22317
22318 2005-09-15  Romain Francoise  <romain@orebokech.com>
22319
22320         * message.el (message-fill-paragraph): Clarify docstring.
22321
22322 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22323
22324         * gnus-art.el (gnus-mime-display-part): Protect against broken
22325         MIME messages.
22326
22327 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22330         before parsing header.
22331
22332 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22333
22334         * html2text.el (html2text-replace-list): Add new entities.
22335
22336 2005-09-11  Romain Francoise  <romain@orebokech.com>
22337
22338         * message.el (message-alternative-emails): Improve docstring.
22339         (message-setup-1): Call `message-use-alternative-email-as-from'
22340         after `message-setup-hook' to give it precedence over posting
22341         styles, etc.
22342         (message-use-alternative-email-as-from): Add docstring.
22343         Remove the original From header if present.
22344
22345         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22346         (nnml-save-mail): Use it.
22347
22348         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22349         articles.  Add new argument `silent'.
22350         (gnus-uu-mark-all): Report the total number of marked articles.
22351
22352 2005-09-10  Romain Francoise  <romain@orebokech.com>
22353
22354         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22355         (gnus-uu-mark-series): Likewise.
22356
22357 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22358
22359         * spam-report.el (spam-report-gmane): Fix generation of spam
22360         report URL.
22361
22362 2005-09-10  Simon Josefsson  <jas@extundo.com>
22363
22364         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22365         t, based on discussion on the ding list with Robert Epprecht
22366         <epprecht@solnet.ch>.
22367
22368 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22369
22370         * spam-report.el (spam-report-gmane): Make it work without
22371         X-Report-Spam header.  Gmane now only provides Archived-At.
22372         This is only used if `spam-report-gmane-use-article-number' is nil.
22373         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22374
22375         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22376         make `gnus-summary-sort-by-recipient' work with threading.
22377
22378         * nnweb.el (nnweb-google-wash-article): Print a message if article
22379         is not available.
22380
22381 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22382
22383         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22384         change.  Decode text/* parts content before displaying.
22385
22386 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22387
22388         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22389
22390 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22391
22392         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22393
22394         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22395         url-package-name, url-package-version,
22396         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22397         w3m-display-inline-images, and w3m-minor-mode-map.
22398
22399 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22400
22401         * message.el (message-tab-body-function): Fix mismatched custom type.
22402
22403         * gnus.el (gnus-group-change-level-function): Ditto.
22404
22405         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22406
22407         * gnus-art.el (gnus-signature-limit)
22408         (gnus-article-mime-part-function): Ditto.
22409
22410 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22411
22412         * mml.el (mml-mode): Silence the byte compiler.
22413
22414         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22415         using `(sit-for 0)' before moving the point to the specified part;
22416         skip unbuttonized parts.
22417         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22418         return to the summary window if gnus-auto-select-part is non-nil.
22419
22420 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22421
22422         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22423         New variables.
22424         (mml-dnd-attach-file, mml-mode): Use them.
22425
22426         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22427         Make fetching article by MID work again for Google Groups.
22428         Add FIXME concerning gnus-group-make-web-group.
22429
22430         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22431         Don't depend on Gnus by using mail-extract-address-components if
22432         gnus-extract-address-components is not bound.
22433
22434 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22435
22436         * gnus-art.el (gnus-mime-display-security): Don't display the
22437         signature, but only the signed part.
22438
22439 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22440
22441         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22442
22443         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22444         list, not listp.
22445
22446 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22447
22448         * mm-encode.el (mm-encode-content-transfer-encoding):
22449         Likewise when encoding.
22450
22451         * mm-bodies.el (mm-decode-content-transfer-encoding):
22452         De-canonicalize CRLF for all text content types, not just
22453         text/plain.
22454
22455 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22456
22457         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22458         valid article; point arrow and cursor at the MIME button.
22459
22460 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22461
22462         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22463         Suggested by Dan Christensen <jdc@uwo.ca>.
22464
22465         * mm-decode.el (mm-save-part): Enable change of prompt.
22466
22467 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22468
22469         * gnus-msg.el (gnus-inews-add-send-actions):
22470         Make `message-post-method' lambda parameter ARG `&optional'.
22471
22472 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22473
22474         * gnus-sum.el (gnus-summary-mime-map):
22475         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22476         gnus-article-jump-to-part.
22477
22478         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22479         (gnus-article-edit-part): Use it.
22480         (gnus-article-part-wrapper): Add no-handle argument.
22481         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22482         New functions.
22483
22484 2005-08-29  Romain Francoise  <romain@orebokech.com>
22485
22486         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22487         docstring.
22488         (gnus-face-from-file): Likewise.
22489
22490 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22491
22492         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22493         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22494         non-nil.
22495         (gnus-auto-select-part): New variable.
22496         (gnus-article-jump-to-part): New function.
22497         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22498         (gnus-mime-delete-part): Allow selecting specified part after
22499         deleting or stripping parts.
22500         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22501         part if argument is bogus.
22502
22503 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22504
22505         * gnus-art.el (w3m-minor-mode-map):
22506         * gnus-spec.el (gnus-newsrc-file-version):
22507         * gnus-util.el (nnmail-active-file-coding-system)
22508         (gnus-original-article-buffer, gnus-user-agent):
22509         * gnus.el (gnus-ham-process-destinations)
22510         (gnus-parameter-ham-marks-alist)
22511         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22512         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22513         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22514         * mm-decode.el (gnus-current-window-configuration):
22515         * mm-extern.el (gnus-article-mime-handles):
22516         * mm-url.el (url-current-object, url-package-name)
22517         (url-package-version):
22518         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22519         (smime-keys, w3m-cid-retrieve-function-alist)
22520         (w3m-current-buffer, w3m-display-inline-images)
22521         (w3m-minor-mode-map):
22522         * mml-smime.el (gnus-extract-address-components):
22523         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22524         (gnus-newsrc-hashtb, message-default-charset)
22525         (message-deletable-headers, message-options)
22526         (message-posting-charset, message-required-mail-headers)
22527         (message-required-news-headers):
22528         * mml1991.el (mc-pgp-always-sign):
22529         * mml2015.el (mc-pgp-always-sign):
22530         * nnheader.el (nnmail-extra-headers):
22531         * rfc1843.el (gnus-decode-encoded-word-function)
22532         (gnus-decode-header-function, gnus-newsgroup-name):
22533         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22534
22535 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22536
22537         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22538         the end of the date treatments.
22539
22540 2005-08-15  Simon Josefsson  <jas@extundo.com>
22541
22542         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22543         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22544         Capello and Romain Francoise.
22545         (pgg-fetch-key-function): Remove, not used?
22546         (pgg-insert-url-with-w3): Require url, to get
22547         url-insert-file-contents regardless of where it is defined.
22548
22549 2005-08-13  Romain Francoise  <romain@orebokech.com>
22550
22551         * message.el (message-cite-original-1): New function.
22552         (message-cite-original): Use it.
22553         (message-cite-original-without-signature): Ditto.
22554
22555 2005-08-08  Romain Francoise  <romain@orebokech.com>
22556
22557         * message.el (message-yank-empty-prefix): New variable.
22558         (message-indent-citation): Use it.
22559         (message-cite-original-without-signature): Respect X-No-Archive.
22560
22561 2005-08-08  Simon Josefsson  <jas@extundo.com>
22562
22563         * pgg.el: Autoload url-insert-file-contents instead of loading
22564         w3/url.
22565         (pgg-insert-url-with-w3): Don't load url here.
22566
22567 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22568
22569         * message.el (message-kill-to-signature): Don't insert newline at
22570         bol.
22571         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22572
22573 2005-08-06  Romain Francoise  <romain@orebokech.com>
22574
22575         * message.el (message-user-fqdn): Fix typo in docstring.
22576
22577 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22578
22579         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22580
22581         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22582
22583 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22584
22585         * mm-bodies.el (mm-encode-body): Use coding system rather than
22586         charset to encode text.
22587
22588         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22589         number of charsets if utf-8 is available (XEmacs).
22590
22591 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22592
22593         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22594         taken from `gnus-button-mid-or-mail-regexp'.
22595         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22596         (gnus-button-alist): Improve regexp for domain part of the MIDs
22597         for news:localpart@domain buttons.
22598         (gnus-button-ctan-directory-regexp): Update.
22599
22600 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22601
22602         * sieve-manage.el (sieve-manage-interactive-login):
22603         Use make-local-variable rather than make-variable-buffer-local.
22604         (sieve-manage-open): Ditto.
22605         (sieve-manage-authenticate): Ditto.
22606
22607         * mml.el (mml-generate-mime-1): Make the content type default to
22608         text/plain if the filename is not specified.
22609
22610 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22611
22612         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22613         instead of insert-buffer.
22614
22615         * message.el (message-yank-original): Ditto; set the mark at the
22616         end of the yanked message.
22617
22618 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22619
22620         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22621         lines to scroll rather than to stop it.
22622
22623         * mml.el (mml-generate-default-type): Add doc string.
22624         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22625         default to application/octet-stream when determining the content
22626         type if it is not specified for the part or the mml contents; add
22627         a comment about mml-generate-default-type.
22628
22629 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22630
22631         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22632         make it default to application/octet-stream when determining the
22633         content type if it is not specified for the external contents.
22634
22635 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22636
22637         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22638         segmented parameter but also other parameters might be there.
22639
22640 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22641
22642         * mm-decode.el (mm-display-external): Delete temp file, directory
22643         and buffer immediately if the external process is exited.
22644
22645 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22646
22647         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22648         fewer lines than that of scroll-margin.
22649         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22650
22651 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * gnus-art.el (gnus-article-next-page): Revert.
22654         (gnus-article-beginning-of-window): New macro.
22655         (gnus-article-next-page-1): Use it.
22656         (gnus-article-prev-page): Ditto.
22657         (gnus-article-edit-part): Use insert-buffer-substring instead of
22658         insert-buffer.
22659         (gnus-article-edit-exit): Ditto.
22660
22661         * gnus-util.el (gnus-beginning-of-window): Remove.
22662         (gnus-end-of-window): Remove.
22663
22664         * lpath.el: Don't bind header-line-format and scroll-margin.
22665
22666 2005-07-25  Simon Josefsson  <jas@extundo.com>
22667
22668         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22669         to have the url package without w3.  Reported by Daiki Ueno
22670         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22671
22672 2005-07-20  Didier Verna  <didier@xemacs.org>
22673
22674         * gnus-diary.el: Remove the description comment (nndiary is now
22675         properly documented in the Gnus manual).
22676         Fix the spelling of "Back End".
22677         * nndiary.el: Ditto.
22678         Fix the copyright notice.
22679
22680 2005-07-18  Romain Francoise  <romain@orebokech.com>
22681
22682         * gnus-sum.el (gnus-summary-to-prefix)
22683         (gnus-summary-newsgroup-prefix): New variables.
22684         (gnus-summary-from-or-to-or-newsgroups): Use them.
22685
22686 2005-07-17  Romain Francoise  <romain@orebokech.com>
22687
22688         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22689         space as it's generally not especially interesting to the user.
22690
22691 2005-07-16  Romain Francoise  <romain@orebokech.com>
22692
22693         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22694         nil to avoid prompting and file modification if one of the
22695         messages at the top of the nnfolder file contains a copyright
22696         notice.
22697         Update copyright notice.
22698
22699         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22700         instead of `current-time-string' as the latter creates a time
22701         string that is not RFC 2822 compliant (it lacks the zone).
22702         Update copyright notice.
22703
22704 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22705
22706         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22707         for text/rtf.  Display default in prompt.  Pass default for M-n.
22708
22709         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22710
22711 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22712
22713         * gnus-msg.el (gnus-button-mailto):
22714         Remove save-selected-window-window hackery because it relies on
22715         save-selected-window internals.
22716
22717 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22718
22719         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22720         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22721         (gnus-article-prev-page): Ditto.
22722
22723         * gnus-util.el (gnus-beginning-of-window): New function.
22724         (gnus-end-of-window): New function.
22725
22726         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22727
22728 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22729
22730         * gnus-score.el (gnus-score-edit-all-score):
22731         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22732         gnus-message.
22733
22734 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22735
22736         * gnus-msg.el (gnus-button-mailto):
22737         Remove save-selected-window-window hackery because it relies on
22738         save-selected-window internals.
22739
22740 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22741
22742         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22743         add-minor-mode.
22744         (gnus-binary-mode): Ditto.
22745
22746         * gnus-topic.el (gnus-topic-mode): Ditto.
22747
22748 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22749
22750         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22751         (gnus-article-prev-page): Take scroll-margin into consideration.
22752
22753 2005-07-04  Lute Kamstra  <lute@gnu.org>
22754
22755         Update FSF's address in GPL notices.
22756
22757 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22758
22759         * gnus.el (gnus-exit):
22760         * gnus-group.el (gnus-group-icons):
22761         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22762
22763         * gnus-nocem.el (gnus-nocem):
22764         * message.el (message-various, message-buffers, message-sending)
22765         (message-interface, message-forwarding, message-insertion)
22766         (message-headers, message-news, message-mail):
22767         * pgg-gpg.el (pgg-gpg):
22768         * pgg-parse.el (pgg-parse):
22769         * pgg-pgp.el (pgg-pgp):
22770         * pgg-pgp5.el (pgg-pgp5):
22771         * pop3.el (pop3): Finish `defgroup' description with period.
22772
22773 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22774
22775         * gnus-art.el (article-display-face): Improve the efficiency.
22776         (article-display-x-face): Ditto; remove gray x-face stuff.
22777
22778 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22779
22780         * gnus-art.el (article-display-face): Correct the position in
22781         which Faces are inserted.
22782
22783 2005-06-29  Didier Verna  <didier@xemacs.org>
22784
22785         * gnus-art.el (article-display-face): Display faces in correct
22786         order.
22787
22788 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22789
22790         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22791         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22792         (gnus-nocem-check-article): Fetch the Type header.
22793         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22794         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22795         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22796         make sure gnus-nocem-hashtb is initialized.
22797         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22798         (gnus-nocem-unwanted-article-p): Ditto.
22799
22800         * pgg.el (pgg-verify): Return the verification result.
22801
22802 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22803
22804         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22805         is ascii.
22806
22807 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22808
22809         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22810         `show-nonbreak-escape'.
22811
22812 2005-06-23  Lute Kamstra  <lute@gnu.org>
22813
22814         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22815
22816         * dig.el (dig-mode):
22817         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22818
22819 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22820
22821         * nnimap.el (nnimap-split-download-body): Fix spellings.
22822
22823 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22824
22825         * gnus-art.el (gnus-article-encrypt-body):
22826         * gnus-cus.el (gnus-score-customize):
22827         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22828         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22829
22830 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22831
22832         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22833         header by looking for magic "MII" at the beginning.
22834
22835 2005-06-16  Miles Bader  <miles@gnu.org>
22836
22837         * gnus-xmas.el (gnus-xmas-group-startup-message):
22838         Use renamed gnus-splash face.
22839
22840         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22841         (assistant-field-face): New backward-compatibility alias for renamed
22842         face.
22843         (assistant-render-text): Use renamed assistant-field face.
22844
22845         * spam.el (spam): Remove "-face" suffix from face name.
22846         (spam-face): New backward-compatibility alias for renamed face.
22847         (spam-face, spam-initialize): Use renamed spam face.
22848
22849         * message.el (message-header-to, message-header-cc)
22850         (message-header-subject, message-header-newsgroups)
22851         (message-header-other, message-header-name)
22852         (message-header-xheader, message-separator, message-cited-text)
22853         (message-mml): Remove "-face" suffix from face names.
22854         (message-header-to-face, message-header-cc-face)
22855         (message-header-subject-face, message-header-newsgroups-face)
22856         (message-header-other-face, message-header-name-face)
22857         (message-header-xheader-face, message-separator-face)
22858         (message-cited-text-face, message-mml-face):
22859         New backward-compatibility aliases for renamed faces.
22860         (message-font-lock-keywords): Use renamed message faces.
22861
22862         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22863         (sieve-test-commands, sieve-tagged-arguments):
22864         Remove "-face" suffix from face names.
22865         (sieve-control-commands-face, sieve-action-commands-face)
22866         (sieve-test-commands-face, sieve-tagged-arguments-face):
22867         New backward-compatibility aliases for renamed faces.
22868         (sieve-control-commands-face, sieve-action-commands-face)
22869         (sieve-test-commands-face, sieve-tagged-arguments-face):
22870         Use renamed sieve faces.
22871
22872         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22873         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22874         (gnus-group-news-3-empty, gnus-group-news-4)
22875         (gnus-group-news-4-empty, gnus-group-news-5)
22876         (gnus-group-news-5-empty, gnus-group-news-6)
22877         (gnus-group-news-6-empty, gnus-group-news-low)
22878         (gnus-group-news-low-empty, gnus-group-mail-1)
22879         (gnus-group-mail-1-empty, gnus-group-mail-2)
22880         (gnus-group-mail-2-empty, gnus-group-mail-3)
22881         (gnus-group-mail-3-empty, gnus-group-mail-low)
22882         (gnus-group-mail-low-empty, gnus-summary-selected)
22883         (gnus-summary-cancelled, gnus-summary-high-ticked)
22884         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22885         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22886         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22887         (gnus-summary-low-undownloaded)
22888         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22889         (gnus-summary-low-unread, gnus-summary-normal-unread)
22890         (gnus-summary-high-read, gnus-summary-low-read)
22891         (gnus-summary-normal-read, gnus-splash):
22892         Remove "-face" suffix from face names.
22893         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22894         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22895         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22896         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22897         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22898         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22899         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22900         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22901         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22902         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22903         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22904         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22905         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22906         (gnus-summary-normal-ticked-face)
22907         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22908         (gnus-summary-normal-ancient-face)
22909         (gnus-summary-high-undownloaded-face)
22910         (gnus-summary-low-undownloaded-face)
22911         (gnus-summary-normal-undownloaded-face)
22912         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22913         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22914         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22915         (gnus-splash-face):
22916         New backward-compatibility aliases for renamed faces.
22917         (gnus-group-startup-message): Use renamed gnus faces.
22918
22919         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22920         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22921         (gnus-server-agent): Remove "-face" suffix from face names.
22922         (gnus-server-agent-face, gnus-server-opened-face)
22923         (gnus-server-closed-face, gnus-server-denied-face)
22924         (gnus-server-offline-face):
22925         New backward-compatibility aliases for renamed faces.
22926         (gnus-server-agent-face, gnus-server-opened-face)
22927         (gnus-server-closed-face, gnus-server-denied-face)
22928         (gnus-server-offline-face): Use renamed gnus faces.
22929
22930         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22931         Remove "-face" suffix from face names.
22932         (gnus-picon-xbm-face, gnus-picon-face):
22933         New backward-compatibility aliases for renamed faces.
22934
22935         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22936         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22937         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22938         (gnus-cite-11): Remove "-face" suffix from face names.
22939         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22940         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22941         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22942         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22943         New backward-compatibility aliases for renamed faces.
22944         (gnus-cite-attribution-face, gnus-cite-face-list)
22945         (gnus-article-boring-faces): Use renamed gnus faces.
22946
22947         * gnus-art.el (gnus-signature, gnus-header-from)
22948         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22949         (gnus-header-content): Remove "-face" suffix from face names.
22950         (gnus-signature-face, gnus-header-from-face)
22951         (gnus-header-subject-face, gnus-header-newsgroups-face)
22952         (gnus-header-name-face, gnus-header-content-face):
22953         New backward-compatibility aliases for renamed faces.
22954         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22955
22956         * gnus-sum.el (gnus-summary-selected-face)
22957         (gnus-summary-highlight): Use renamed gnus faces.
22958         * gnus-group.el (gnus-group-highlight): Likewise.
22959
22960 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22961
22962         * gnus-sieve.el (gnus-sieve-article-add-rule):
22963         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22964         * spam-stat.el (spam-stat-buffer-change-to-spam)
22965         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22966
22967         * message.el (message-is-yours-p):
22968         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22969
22970 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22971
22972         * mm-view.el (mm-inline-text): Withdraw the last change.
22973
22974 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22975
22976         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22977         executing enriched-decode.
22978
22979 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22980
22981         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22982         charset of tar files.
22983
22984 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22985
22986         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22987
22988 2005-06-04  Lute Kamstra  <lute@gnu.org>
22989
22990         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22991         information is never recorded.
22992
22993 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22994
22995         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22996
22997 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22998
22999         * pop3.el (pop3-apop): Run md5 in the binary mode.
23000
23001         * starttls.el (starttls-set-process-query-on-exit-flag):
23002         Use eval-and-compile.
23003
23004 2005-05-31  Simon Josefsson  <jas@extundo.com>
23005
23006         * smime.el (smime-replace-in-string): Define.
23007         (smime-cert-by-ldap-1): Use it.
23008
23009 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23010
23011         * gnus-art.el (article-display-x-face): Replace
23012         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23013
23014         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23015         set-process-query-on-exit-flag or process-kill-without-query.
23016
23017         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23018         loop instead of replace-regexp.
23019
23020         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23021         instead of process-kill-without-query if it is available.
23022
23023         * lpath.el: Fbind ldap-search-entries.
23024
23025         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23026         instead of find-file-hooks if it is available.
23027
23028         * mml1991.el: Bind pgg-default-user-id when compiling.
23029
23030         * mml2015.el: Bind pgg-default-user-id when compiling.
23031
23032         * nndraft.el (nndraft-request-associate-buffer):
23033         Use write-contents-functions instead of write-contents-hooks if it is
23034         available.
23035
23036         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23037         instead of find-file-hooks if it is available.
23038
23039         * nntp.el (nntp-open-connection): Replace
23040         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23041         (nntp-open-ssl-stream): Ditto.
23042         (nntp-open-tls-stream): Ditto.
23043
23044         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23045         set-process-query-on-exit-flag or process-kill-without-query.
23046         (starttls-open-stream-gnutls): Use it instead of
23047         process-kill-without-query.
23048         (starttls-open-stream): Ditto.
23049
23050 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23051
23052         * smime.el (smime-cert-by-ldap-1): Don't use
23053         replace-regexp-in-string.
23054
23055 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23056
23057         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23058
23059         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23060         in PEM format.  Adjust to the XEmacs compatibility.
23061
23062 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23063
23064         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23065         by `string-to-number'.
23066         * gnus-agent.el (gnus-agent-regenerate-group)
23067         (gnus-agent-fetch-articles): Ditto.
23068         * gnus-art.el (gnus-button-fetch-group): Ditto.
23069         * gnus-cache.el (gnus-cache-generate-active)
23070         (gnus-cache-articles-in-group): Ditto.
23071         * gnus-group.el (gnus-group-set-current-level)
23072         (gnus-group-insert-group-line): Ditto.
23073         * gnus-score.el (gnus-score-set-expunge-below)
23074         (gnus-score-set-mark-below, gnus-summary-score-effect)
23075         (gnus-summary-score-entry): Ditto.
23076         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23077         (gnus-soup-pack): Ditto.
23078         * gnus-spec.el (gnus-xmas-format): Ditto.
23079         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23080         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23081         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23082         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23083         * nndb.el (nndb-get-remote-expire-response): Ditto.
23084         * nndiary.el (nndiary-parse-schedule-value)
23085         (nndiary-string-to-number, nndiary-request-replace-article)
23086         (nndiary-request-article): Ditto.
23087         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23088         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23089         * nneething.el (nneething-make-head): Ditto.
23090         * nnfolder.el (nnfolder-request-article)
23091         (nnfolder-retrieve-headers): Ditto.
23092         * nnheader.el (nnheader-file-to-number): Ditto.
23093         * nnkiboze.el (nnkiboze-request-article): Ditto.
23094         * nnmail.el (nnmail-process-unix-mail-format)
23095         (nnmail-process-babyl-mail-format): Ditto.
23096         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23097         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23098         (nnmh-request-create-group, nnmh-request-list-1)
23099         (nnmh-request-group, nnmh-request-article): Ditto.
23100         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23101         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23102         * nnsoup.el (nnsoup-make-active): Ditto.
23103         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23104         * nntp.el (nntp-find-group-and-number)
23105         (nntp-retrieve-headers-with-xover): Ditto.
23106         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23107         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23108         (pgg-format-key-identifier): Ditto.
23109         * pop3.el (pop3-last, pop3-stat): Ditto.
23110         * qp.el (quoted-printable-decode-region): Ditto.
23111
23112         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23113         of concat.
23114
23115 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23116
23117         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23118
23119         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23120
23121         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23122
23123         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23124
23125         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23126
23127         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23128
23129         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23130         (gnus-carpal-mode): Ditto.
23131
23132         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23133         (gnus-browse-mode): Ditto.
23134
23135         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23136
23137         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23138
23139 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23140
23141         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23142
23143 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23144
23145         * gnus-util.el (gnus-run-mode-hooks): New function.
23146
23147         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23148
23149         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23150         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23151
23152 2005-05-27  Lute Kamstra  <lute@gnu.org>
23153
23154         * dns-mode.el (dns-mode): Specify customization group.
23155
23156 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23157
23158         * gnus-agent.el (gnus-agent-make-mode-line-string):
23159         Use mode-line-highlight as mouse-face.
23160
23161 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23162
23163         * canlock.el (canlock): Change the parent group to news.
23164
23165         * deuglify.el (gnus-outlook-deuglify): Add :group.
23166
23167         * dig.el (dig): Add :group.
23168
23169         * dns-mode.el (dns-mode): Add :group.
23170
23171         * encrypt.el (encrypt): Add :group.
23172
23173         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23174         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23175         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23176         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23177         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23178
23179         * gnus-diary.el (gnus-diary): Add :group.
23180
23181         * gnus.el (gnus-group-news-1-face): Add :group.
23182         (gnus-group-news-1-empty-face): Ditto.
23183         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23184         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23185         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23186         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23187         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23188         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23189         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23190         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23191         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23192         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23193         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23194         (gnus-summary-high-ticked-face): Ditto.
23195         (gnus-summary-low-ticked-face): Ditto.
23196         (gnus-summary-normal-ticked-face): Ditto.
23197         (gnus-summary-high-ancient-face): Ditto.
23198         (gnus-summary-low-ancient-face): Ditto.
23199         (gnus-summary-normal-ancient-face): Ditto.
23200         (gnus-summary-high-undownloaded-face): Ditto.
23201         (gnus-summary-low-undownloaded-face): Ditto.
23202         (gnus-summary-normal-undownloaded-face): Ditto.
23203         (gnus-summary-high-unread-face): Ditto.
23204         (gnus-summary-low-unread-face): Ditto.
23205         (gnus-summary-normal-unread-face): Ditto.
23206         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23207         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23208
23209         * hashcash.el (hashcash): New custom group.
23210         (hashcash-default-payment): Add :group.
23211         (hashcash-payment-alist): Ditto.
23212         (hashcash-default-accept-payment): Ditto.
23213         (hashcash-accept-resources): Ditto.
23214         (hashcash-path): Ditto.
23215         (hashcash-extra-generate-parameters): Ditto.
23216         (hashcash-double-spend-database): Ditto.
23217         (hashcash-in-news): Ditto.
23218
23219         * message.el (message-minibuffer-local-map): Add :group.
23220
23221         * netrc.el (netrc): Add :group.
23222
23223         * sieve-manage.el (sieve-manage-log): Add :group.
23224         (sieve-manage-default-user): Diito.
23225         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23226         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23227         (sieve-manage-authenticators): Ditto.
23228         (sieve-manage-authenticator-alist): Ditto.
23229         (sieve-manage-default-port): Ditto.
23230
23231         * sieve-mode.el (sieve-control-commands-face): Add :group.
23232         (sieve-action-commands-face): Ditto.
23233         (sieve-test-commands-face): Ditto.
23234         (sieve-tagged-arguments-face): Ditto.
23235
23236         * smime.el (smime): Add :group.
23237
23238         * spam-report.el (spam-report): Add :group.
23239
23240         * spam.el (spam, spam-face): Add :group.
23241
23242 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23243
23244         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23245         return \n.\n.\n at the end of articles.  Protect against that.
23246         (nntp-with-open-group): Allow debugging.
23247
23248         * nnheader.el (mail-header-set-extra): Make into a function
23249         because I just could't understand how to quote the list properly.
23250
23251         * dns.el (query-dns-cached): New function.
23252
23253 2005-05-26  Lute Kamstra  <lute@gnu.org>
23254
23255         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23256
23257 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23258
23259         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23260
23261         * gnus-art.el: Don't autoload mail-extract-address-components.
23262
23263         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23264         eval-and-compile to evaluate it.
23265
23266         * hashcash.el: Don't autoload executable-find.
23267
23268         * nndb.el: Don't declare the nndb back end two or more times; don't
23269         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23270
23271         * nntp.el: Autoload format-spec instead of format; use
23272         eval-and-compile to evaluate autoload forms.
23273
23274 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23275
23276         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23277
23278 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23279
23280         * gnus.el (gnus-version-number): Bump version.
23281
23282 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23283
23284         * gnus.el: No Gnus v0.3 is released.
23285
23286 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23287
23288         * lpath.el (featurep): Bind show-nonbreak-escape.
23289
23290 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23291
23292         * gnus-art.el (gnus-article-edit-part): Disable undo.
23293
23294 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23295
23296         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23297         gnus-article-date-lapsed-new-header is t if date timer is active;
23298         skip headers in which the original date value is empty.
23299         (gnus-article-save-original-date): Redefine it as a macro.
23300         (gnus-display-mime): Use it.
23301
23302 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23303
23304         * gnus-art.el (article-date-ut): Support converting date in
23305         forwarded parts as well.
23306         (gnus-article-save-original-date): New function.
23307         (gnus-display-mime): Use it.
23308
23309 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23310
23311         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23312         enclosure element of <item>.
23313
23314 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23315
23316         * message.el (message-kill-buffer-query): Rename from
23317         `message-kill-buffer-query-if-modified'.  Add :version.
23318
23319 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23320
23321         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23322         window layout.
23323
23324 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23325
23326         * mml.el: Autoload dnd when compiling.
23327
23328 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23329
23330         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23331         x-dnd-*.
23332
23333 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23334
23335         * qp.el (quoted-printable-encode-region): Save excursion.
23336
23337 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23338
23339         * message.el (message-kill-buffer-query-if-modified): Add new variable
23340         so the user can kill a modified message buffer quickly.
23341         (message-kill-buffer): Use it.
23342
23343 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23344
23345         * lpath.el: Fbind display-time-event-handler; don't fbind
23346         string-to-multibyte.
23347
23348         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23349
23350 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23351
23352         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23353         contained in text because xml.el decodes entities) with LFs.
23354
23355 2005-04-11  Lute Kamstra  <lute@gnu.org>
23356
23357         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23358         differently.
23359
23360 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23361
23362         * mm-util.el (mm-detect-coding-region): Typo.
23363
23364 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23365
23366         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23367
23368 2005-04-06  Deepak Goel  <deego@gnufans.org>
23369
23370         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23371         user-function allow user modifications of the scores.
23372         (spam-stat-score-buffer-user): New function, to allow
23373         user-computed modifications to the score.
23374         (spam-stat-score-buffer-user-functions): List of additional
23375         scoring functions.
23376         (spam-stat-error-holder): Global temporary error holder.
23377         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23378         variable.
23379
23380 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23381
23382         * gnus-registry.el (gnus-registry-clean-empty-function)
23383         (gnus-registry-trim, gnus-registry-fetch-groups)
23384         (gnus-registry-delete-group): Groups that match
23385         `gnus-registry-ignored-groups' are removed from the registry
23386         entries, not just ignored for splitting.  This helps clean up the
23387         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23388         to get all the groups a message ID is in.
23389
23390         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23391         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23392         (spam-stat-score-buffer-user-functions): Add :number custom type.
23393
23394 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23395
23396         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23397         argument in XEmacs.
23398
23399         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23400         (nnrss-request-group): Decode group name first.
23401         (nnrss-request-article): Make a text/plain article if mml-to-mime
23402         failed.
23403         (nnrss-get-encoding): Return a compatible encoding according to
23404         nnrss-compatible-encoding-alist.
23405         (nnrss-find-el): Use consp instead of listp.
23406         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23407
23408 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23409
23410         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23411         which Emacs 20 doesn't support.
23412         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23413
23414 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23415
23416         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23417         silence the byte compiler inside the defun.
23418
23419         * gnus-demon.el (parse-time-string): Add autoload.
23420
23421         * gnus-delay.el (parse-time-string): Add autoload.
23422
23423         * gnus-art.el (parse-time-string): Add autoload.
23424
23425         * nnultimate.el (parse-time): Require for `parse-time-string'.
23426
23427 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23428
23429         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23430
23431         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23432
23433         * smime.el (smime-ldap-host-list): Add :version.
23434
23435 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23436
23437         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23438         pass it to `gnus-browse-read-group'.
23439         (gnus-browse-read-group): Add NUMBER argument and pass it to
23440         `gnus-group-read-ephemeral-group'.
23441
23442         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23443         argument and pass it to `gnus-group-read-group'.
23444
23445 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23446
23447         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23448         mm-xemacs-find-mime-charset-1 if we have the mule feature
23449         available at runtime.
23450
23451 2005-03-25  Werner Lemberg  <wl@gnu.org>
23452
23453         * nnmaildir.el: Replace `illegal' with `invalid'.
23454
23455 2005-03-23  Lute Kamstra  <lute@gnu.org>
23456
23457         * time-date.el: Add comment on time value formats.
23458         Don't require parse-time.
23459         (with-decoded-time-value): New macro.
23460         (encode-time-value): New function.
23461         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23462         (days-to-time): Return a valid time value when arg is huge.
23463         (time-since): Use time-subtract.
23464         (time-to-number-of-days): Use time-to-seconds.
23465
23466 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23467
23468         * gnus-start.el (gnus-display-time-event-handler):
23469         Check display-time-timer at runtime rather than only at load time
23470         in case display-time-mode is turned off in the mean time.
23471
23472 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23473
23474         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23475         used.
23476
23477         * nneething.el (nneething-map-file-directory): Derive from
23478         `gnus-directory'.
23479
23480         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23481         the To/Cc button.
23482
23483 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23484
23485         * nnmaildir.el (nnmaildir-request-accept-article):
23486         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23487
23488 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23489
23490         * gnus-async.el: Require timer-funcs at compile time when in
23491         XEmacs for `run-with-idle-timer'.
23492
23493 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23494
23495         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23496         autoloaded function.
23497
23498 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23499
23500         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23501
23502 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23503
23504         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23505
23506 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23507
23508         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23509         Add gnus-expert-user to default.
23510
23511 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23512
23513         * nnimap.el (nnimap-open-server): Ditto.
23514
23515         * imap.el (imap-authenticate): Fix typo.
23516
23517 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23518
23519         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23520         buffer (since IMAP server might return FETCH response out of
23521         order, and the nntp buffer must be sorted).
23522
23523 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23524
23525         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23526         comparison on string.
23527
23528         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23529         (gnus-agent-score): Rename category keywords to match gnus-cus.
23530         (gnus-agent-summary-fetch-series): Modify to protect against
23531         gnus-agent-summary-fetch-group clearing processable flags.
23532         (gnus-agent-synchronize-group-flags): Update live group buffer as
23533         synchronization may occur due to the user toggle the plugged
23534         status.
23535         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23536         successfully downloaded.
23537         (gnus-agent-expire-group-1): Avoid using markers when the overview
23538         is in ascending order; greatly improves performance.
23539         (gnus-agent-regenerate-group):
23540         Use gnus-agent-synchronize-group-flags to reset read status in both
23541         gnus and server.
23542         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23543
23544 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23545
23546         * message.el: Don't autoload former message-utils variables.
23547         (message-strip-subject-trailing-was): Change doc string.
23548
23549         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23550         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23551         (nnweb-google-search): Add "hl=en" here.
23552         (nnweb-google-parse-1, nnweb-google-create-mapping):
23553         Don't hardcode URL.
23554
23555 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23556
23557         * message.el (message-get-reply-headers, message-followup):
23558         Mention related variables `message-use-followup-to' and
23559         `message-use-mail-followup-to', in the information buffer.
23560
23561         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23562         of broken groups(-beta).google.com.
23563
23564 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23565
23566         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23567         parameter to invoked gnus-request-move-article; remove the
23568         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23569         all at once instead of once per article.
23570         (gnus-summary-remove-process-mark): Accept a list of articles as
23571         well as a single article for processing.
23572
23573         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23574         parameter.
23575
23576         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23577
23578         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23579
23580         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23581         parameter.
23582
23583         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23584         parameter.
23585
23586         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23587         parameter and remove the gnus-sum-hint-move-is-internal variable.
23588
23589         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23590         parameter.
23591
23592         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23593         parameter.
23594
23595         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23596         parameter.
23597
23598         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23599
23600         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23601         parameter.
23602
23603         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23604         parameter.
23605
23606 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23607
23608         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23609         a more conservative way.
23610
23611 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23612
23613         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23614         buffer, so it moves the window's cursor.
23615
23616 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23617
23618         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23619         `mm-dissect-multipart' and receive the from field as an (optional)
23620         argument from `mm-dissect-multipart'.
23621         (mm-dissect-multipart): Receive the from field as an argument and
23622         pass it on when we call `mm-dissect-buffer' on MIME parts.
23623         Fixes verification/decryption of signed/encrypted MIME parts.
23624
23625 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23626
23627         * gnus-sum.el (gnus-summary-move-article):
23628         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23629         whatever it calls (right now, only nnimap-request-move article
23630         respects it).
23631
23632         * nnimap.el (nnimap-request-move-article):
23633         When gnus-sum-hint-move-is-internal is set, don't do the extra
23634         nnimap-request-article.
23635
23636 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23637
23638         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23639
23640         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23641         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23642
23643         * gnus-sum.el (gnus-summary-caesar-message):
23644         Apply `gnus-treat-article' after rotation.
23645
23646         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23647         doc string.
23648
23649 2005-02-22  Simon Josefsson  <jas@extundo.com>
23650
23651         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23652         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23653         <arne@arnested.dk>.
23654         (encrypt): Add password-cache and password-cache-expiry as group
23655         members.
23656
23657 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23658
23659         * smime.el (smime-ldap-host-list): Doc fix.
23660         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23661         cache) password.
23662         (smime-sign-region): Use it.
23663         (smime-decrypt-region): Use it.
23664         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23665         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23666         fails.
23667         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23668         certificate from DER to PEM format rather than calling openssl.
23669
23670         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23671
23672         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23673         for signing/encryption.
23674
23675         * mml.el (mml-parse-1): Use them.
23676
23677 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23678
23679         * nnrss.el (nnrss-verbose): Remove.
23680         (nnrss-request-group): Use `nnheader-message' instead.
23681
23682 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23683
23684         * nnrss.el (nnrss-verbose): New variable.
23685         (nnrss-request-group): Make it say nnrss is requesting a group.
23686
23687 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23688
23689         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23690         Handle news URL with given port correctly.
23691
23692 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23693
23694         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23695         containing special characters.
23696
23697         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23698
23699         * mml.el (mime-to-mml): Ditto.
23700
23701         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23702         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23703         (rfc2047-decode-region): Quote decoded words containing special
23704         characters when rfc2047-quote-decoded-words-containing-tspecials
23705         is non-nil.
23706
23707 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23708
23709         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23710
23711         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23712
23713 2005-02-15  Simon Josefsson  <jas@extundo.com>
23714
23715         * nnimap.el (nnimap-debug): Doc fix.
23716
23717         * imap.el (imap-debug): Doc fix.
23718
23719 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23720
23721         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23722
23723 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23724
23725         * gnus.el (spam-contents): Improve docs for spam-contents
23726         parameter in its variable incarnation.
23727
23728 2005-02-14  Simon Josefsson  <jas@extundo.com>
23729
23730         * smime-ldap.el: Use require instead of load-library for ldap.
23731         (smime-ldap-search): Indent.
23732         (smime-ldap-search-internal): Shorten line.
23733
23734         * smime.el (smime-cert-by-dns): Add doc-string.
23735         (smime-cert-by-ldap-1): Indent.
23736
23737         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23738         mml-smime-get-dns-ldap.
23739         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23740
23741 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23742
23743         * smime.el: Require smime-ldap.
23744         (smime-ldap-host-list): New variable.
23745         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23746
23747         * mml-smime.el (mml-smime-encrypt-query): New function.
23748         (mml-smime-encrypt-query): Use it.
23749
23750         * smime-ldap.el: New file.
23751
23752 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23753
23754         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23755
23756 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23757
23758         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23759         argument in doc string.  Make query for type more clear.
23760
23761 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23762
23763         * gnus.el (gnus-group-startup-message): Search for gnus images in
23764         etc/images/gnus.
23765         * mm-util.el (mm-image-load-path): Likewise.
23766         * smiley.el (smiley-data-directory): Search for smilies in
23767         etc/images/smilies.
23768
23769 2005-02-09  Kim F. Storm  <storm@cua.dk>
23770
23771         Change Emacs release version from 21.4 to 22.1 throughout.
23772         Change Emacs development version from 21.3.50 to 22.0.50.
23773
23774 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23775
23776         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23777
23778         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23779         non-Mule XEmacs as well.
23780         (mm-decompress-buffer): Signal an error intentionally if it does
23781         not decompress compressed data because auto-compression-mode is
23782         disabled.
23783
23784 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23785
23786         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23787         an ID in the registry even if it has no groups.
23788
23789 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23790
23791         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23792         merge it into mm-decompress-buffer.
23793         (gnus-mime-copy-part): Use the MIME part charset, the value which
23794         a user specified or gnus-newsgroup-charset for decoding, like
23795         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23796         save-buffer what was used.  Suggested by Kevin Ryde
23797         <user42@zip.com.au>.
23798         (gnus-mime-inline-part): Allow the name parameter as well as the
23799         filename parameter; force decompressing of compressed data; always
23800         display contents being not decoded as unibyte.
23801
23802         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23803         as well as the filename parameter.
23804
23805         * mm-util.el (mm-decompress-buffer):
23806         Merge gnus-mime-jka-compr-maybe-uncompress.
23807         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23808         of compressed data.
23809
23810 2005-02-08  Simon Josefsson  <jas@extundo.com>
23811
23812         * imap.el (imap-log): Doc fix.
23813
23814 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23815
23816         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23817         the coding cookies; decompress compressed parts.
23818
23819         * mml.el (mml-generate-mime-1): Add the charset parameter according
23820         to the value which a user specified manually or the coding cookie.
23821
23822         * mm-util.el (mm-string-to-multibyte): New function.
23823         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23824         (mm-coding-system-to-mime-charset): New function.
23825         (mm-decompress-buffer): New function.
23826         (mm-find-buffer-file-coding-system): New function.
23827
23828         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23829         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23830         parts.
23831
23832 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23833
23834         * mm-view.el (mm-display-inline-fontify): Decode a part according
23835         to the charset parameter.
23836
23837 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23838
23839         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23840         prefix arg is neither nil nor a number, as info specifies.
23841
23842 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23843
23844         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23845         timestamps.
23846
23847 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23848
23849         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23850         groups error checking and notify user.
23851
23852 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23853
23854         * message.el (message-send-mail-function): Check existence of
23855         sendmail-program first before using default value
23856         `message-send-mail-with-sendmail'.  Otherwise use more generic
23857         `smtpmail-send-it'.
23858
23859 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23860
23861         * nntp.el (nntp-request-update-info): Always return nil.
23862
23863 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23864
23865         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23866
23867 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23868
23869         * message.el (message-beginning-of-line): Change the behavior when
23870         invoked between BOL and : so that it first moves backward.
23871
23872 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23873
23874         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23875         article buffer when editing of the article is discarded.
23876         (gnus-article-prepare): Revert.
23877
23878 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23879
23880         * gnus-art.el (gnus-article-prepare):
23881         Remove message-strip-forbidden-properties from the local hook.
23882
23883 2005-01-27  Simon Josefsson  <jas@extundo.com>
23884
23885         * password.el (password-cache-add): Only start one timer per key.
23886         Reported by Derek Atkins <warlord@MIT.EDU>.
23887
23888 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23889
23890         * run-at-time.el: Remove.  It is no longer needed as
23891         timer-funcs.el in the xemacs-base package has a working version of
23892         `run-at-time'.
23893
23894         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23895
23896         * password.el: Require timer-funcs instead of run-at-time in
23897         XEmacs.
23898         Remove `password-run-at-time' macro.
23899         (password-cache-add): Use `run-at-time' instead of
23900         `password-run-at-time'.
23901
23902         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23903         Remove `nnheader-cancel-function-timers' alias,
23904         `cancel-function-timers' exists in XEmacs in timer-funcs.
23905
23906         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23907         for `run-with-idle-timer'.
23908
23909         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23910         for `run-at-time'.
23911
23912         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23913         for `with-timeout'.
23914
23915         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23916         the same as for XEmacs 21.4.
23917         No need to ignore `run-with-idle-timer', this function exists in
23918         XEmacs now in timer-funcs.el in the xemacs-base package.
23919         (dgnushack-compile): No need to delete
23920         run-at-time.el from the list of files to compile because it
23921         doesn't exist anymore.
23922
23923 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23924
23925         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23926         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23927
23928 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23929
23930         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23931         sensitively.
23932
23933 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23934
23935         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23936
23937 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23938
23939         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23940         which will be inserted according to the multibyteness of a buffer
23941         rather than the type of contents.  Suggested by ARISAWA Akihiro
23942         <ari@mbf.ocn.ne.jp>.
23943
23944         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23945         of string which old xml.el may return rather than a string.
23946
23947 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23950
23951 2005-01-16  Simon Josefsson  <jas@extundo.com>
23952
23953         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23954         idn/idna.el isn't available.
23955         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23956         <michael@waxrat.com>.
23957
23958         * hashcash.el: Remove non-FSF copyright header.
23959
23960         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23961         (hashcash-generate-payment): Use it.
23962         (hashcash-generate-payment-async): Use it.
23963
23964 2005-01-15  Simon Josefsson  <jas@extundo.com>
23965
23966         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23967         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23968
23969         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23970         gnus-summary-idna-message.
23971         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23972         (gnus-summary-idna-message): New function.
23973
23974 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23975
23976         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23977         gnus-novice-user.
23978
23979 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23980
23981         * nnrss.el (nnrss-request-delete-group): Delete entries in
23982         nnrss-group-alist as well.
23983         (nnrss-save-server-data): Insert newline.
23984
23985 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23986
23987         * gnus.el (gnus-user-agent): Use list of symbols instead of
23988         symbols.  Display full version number for (S)XEmacs.
23989         Optionally display (S)XEmacs codename.
23990
23991         * gnus-util.el (gnus-emacs-version): Update for new
23992         `gnus-user-agent'.
23993
23994         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23995         Gnus version.
23996
23997 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23998
23999         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24000         which is unreadable in some setups.
24001
24002 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24003
24004         * gnus-spec.el (gnus-update-format-specifications): Flush the
24005         group format spec cache if it doesn't support decoded group names.
24006
24007 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24008
24009         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24010         Allow to apply decay on score files matching a regexp.
24011
24012 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24013
24014         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24015         compatibility in %g and %c.
24016
24017 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24018
24019         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24020         name for only %g and %c.
24021         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24022         of gnus-tmp-group to decoded group name.
24023         (gnus-group-make-rss-group): Exclude `/'s from group names.
24024
24025 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24026
24027         * nnrss.el (nnrss-get-encoding): Fix regexp.
24028
24029 2004-12-27  Simon Josefsson  <jas@extundo.com>
24030
24031         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24032         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24033         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24034
24035 2004-12-17  Kim F. Storm  <storm@cua.dk>
24036
24037         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24038
24039         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24040
24041 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24042
24043         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24044
24045 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24046
24047         * nnrss.el: Require rfc2047 and mml.
24048         (nnrss-file-coding-system): New variable.
24049         (nnrss-format-string): Redefine it as an inline function.
24050         (nnrss-decode-group-name): New function.
24051         (nnrss-string-as-multibyte): Remove.
24052         (nnrss-retrieve-headers): Decode group name; don't use
24053         nnrss-format-string.
24054         (nnrss-request-group): Decode group name.
24055         (nnrss-request-article): Decode group name; allow a Message-ID as
24056         well as an article number; don't use nnrss-format-string; encode a
24057         Message-ID string which may contain non-ASCII characters; use
24058         mml-to-mime to compose a MIME article.
24059         (nnrss-request-expire-articles): Decode group name.
24060         (nnrss-request-delete-group): Decode group name.
24061         (nnrss-fetch): Clarify error message.
24062         (nnrss-read-server-data): Use insert-file-contents instead of load;
24063         bind file-name-coding-system; use multibyte buffer.
24064         (nnrss-save-server-data): Bind coding-system-for-write to the
24065         value of nnrss-file-coding-system; bind file-name-coding-system;
24066         add coding cookie.
24067         (nnrss-read-group-data): Use insert-file-contents instead of load;
24068         bind file-name-coding-system; use multibyte buffer.
24069         (nnrss-save-group-data): Bind coding-system-for-write to the
24070         value of nnrss-file-coding-system; bind file-name-coding-system.
24071         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24072         make it work with non-ASCII text.
24073         (nnrss-find-el): Make it work with old xml.el as well.
24074
24075 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24076
24077         * nnrss.el (nnrss-get-encoding): New function.
24078         (nnrss-fetch): Use unibyte buffer initially; bind
24079         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24080         decode contents according to the encoding attribute.
24081         (nnrss-save-group-data): Add coding cookie.
24082         (nnrss-mime-encode-string): New function.
24083         (nnrss-check-group): Use it to encode subject and author.
24084
24085 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24086
24087         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24088         imaginary variable.
24089
24090 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24091
24092         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24093         correctly even if there are wide characters.
24094
24095 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24096
24097         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24098         downcased symbol names; make a new cache instead of reusing
24099         bbdb-hashtable.
24100
24101 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24102
24103         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24104         concatenating segments rather than before concatenating them.
24105         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24106
24107         * message.el (message-get-reply-headers): Bind `extra'.
24108
24109 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24110
24111         * message.el (message-extra-wide-headers): New variable.
24112         (message-get-reply-headers): Use it.
24113
24114 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24115
24116         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24117         (gnus-agent-group-pathname): Ditto.
24118
24119         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24120
24121         * gnus-group.el (gnus-group-make-group): Decode group name.
24122         (gnus-group-make-rss-group): Register the group data after opening
24123         the nnrss group.
24124
24125 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24126
24127         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24128         by expiry now get marked as read.
24129
24130 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24131
24132         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24133
24134 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24135
24136         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24137         unify Latin characters in XEmacs.
24138         (mm-find-mime-charset-region): Use it.
24139
24140 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24141
24142         * gnus-util.el (gnus-delete-directory): New function.
24143
24144         * gnus-agent.el (gnus-agent-delete-group): Use it.
24145
24146         * gnus-cache.el (gnus-cache-delete-group): Use it.
24147
24148 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24149
24150         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24151         names.
24152
24153 2004-12-16  Simon Josefsson  <jas@extundo.com>
24154
24155         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24156
24157 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24158
24159         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24160
24161         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24162         (gnus-group-set-current-level): Decode group name.
24163
24164 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24165
24166         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24167         failed.
24168
24169 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24170
24171         * gnus-group.el (gnus-group-delete-group): Decode group name.
24172         (gnus-group-make-rss-group): Encode group name.
24173         (gnus-group-catchup-current): Decode group name.
24174         (gnus-group-kill-group): Decode group name.
24175
24176 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24177
24178         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24179
24180 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24181
24182         * gnus-group.el (gnus-group-make-rss-group):
24183         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24184
24185         * gnus-start.el (gnus-setup-news): Honor user's setting to
24186         gnus-message-archive-method.  Suggested by Lute Kamstra
24187         <lute@gnu.org>.
24188
24189 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24190
24191         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24192         global counterparts of the buffer-local variables.
24193
24194 2004-11-16  Romain Francoise  <romain@orebokech.com>
24195
24196         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24197         counterparts of the buffer-local variables.
24198
24199 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24200
24201         * message.el (message-forbidden-properties): Fix typo in doc
24202         string.
24203
24204 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24205
24206         * gnus-util.el (gnus-replace-in-string): Add doc string.
24207
24208         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24209         to avoid problems when splitting mails with many recipients.
24210
24211 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24212
24213         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24214         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24215
24216 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24217
24218         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24219         if there is no hashtable in memory or file modification time is
24220         newer than cached timestamp.
24221
24222 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24223
24224         * gnus-sum.el (gnus-summary-limit-to-recipient):
24225         Implement not-matching option.
24226
24227 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24228
24229         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24230         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24231         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24232         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24233         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24234         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24235
24236 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24237
24238         * message.el (message-forward-make-body-mml): Remove headers
24239         according to message-forward-ignored-headers if a message is decoded.
24240
24241 2004-12-02  Romain Francoise  <romain@orebokech.com>
24242
24243         * message.el (message-forward-make-body-plain): Always remove
24244         headers according to message-forward-ignored-headers.
24245
24246 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24247
24248         * spam.el (spam-summary-prepare-exit): Remove the
24249         gnus-summary-limit pop for now, it has problems with ham marks for
24250         me.
24251
24252 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24253
24254         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24255         correctly.
24256
24257 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24258
24259         * format-spec.el (format-spec): Message the char.
24260
24261 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24262
24263         * gnus-art.el (gnus-split-methods): Reformat comments.
24264
24265         * spam.el (spam-summary-prepare-exit): Remove article limits
24266         before exiting the summary buffer.
24267
24268 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24269
24270         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24271         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24272
24273         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24274         order to silence the byte compiler.
24275
24276         * spam.el: Fix the way to silence the byte compiler, which
24277         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24278         bbdb-search-simple, spam-BBDB-register-routine,
24279         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24280         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24281         spam-stat-buffer-is-spam, spam-stat-load,
24282         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24283         spam-stat-save and spam-stat-split-fancy.
24284
24285 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24286
24287         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24288         which may confuse users.
24289         (canlock-password-for-verify): Ditto.
24290
24291         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24292
24293         * gnus-art.el (gnus-emphasis-alist): Ditto.
24294
24295         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24296
24297         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24298
24299         * gnus-start.el (gnus-save-killed-list): Ditto.
24300
24301         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24302         (gnus-sum-thread-tree-root): Ditto.
24303         (gnus-sum-thread-tree-false-root): Ditto.
24304         (gnus-sum-thread-tree-single-indent): Ditto.
24305
24306         * message.el (message-courtesy-message): Ditto.
24307         (message-archive-note): Ditto.
24308         (message-subscribed-address-file): Ditto.
24309         (message-user-fqdn): Ditto.
24310
24311         * spam-report.el (spam-report-gmane-regex): Ditto.
24312
24313         * spam.el (spam-blackhole-good-server-regex): Ditto.
24314
24315 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24316
24317         * mml.el (mml-preview): Widen the message buffer before copying
24318         the contents to the preview buffer; sort headers before previewing.
24319
24320         * message.el (message-hidden-headers): Fix the way to avoid a bug
24321         in the `repeat' widget in Emacs 21.3 or earlier.
24322
24323 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24324
24325         * message.el (message-hidden-headers): Default to "^References:".
24326         Improve customization type.  Suggested by Reiner Steib
24327         <Reiner.Steib@gmx.de>.
24328
24329 2004-11-25  Romain Francoise  <romain@orebokech.com>
24330
24331         * message.el (message-strip-forbidden-properties): Remove check for
24332         obsolete `message-hidden' text property, hidden headers are not
24333         accessible in the buffer anymore.
24334
24335 2004-11-22  Romain Francoise  <romain@orebokech.com>
24336
24337         * message.el (message-header-format-alist): Add `From' in list
24338         so that it can be sorted.
24339         (message-fix-before-sending): Widen and sort headers before
24340         sending.
24341         (message-hide-headers): Use narrowing to hide headers by moving
24342         them to the top of the buffer and narrowing to the region
24343         underneath.
24344
24345 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24346
24347         * message.el (message-strip-forbidden-properties):
24348         Bind buffer-read-only (etc) to nil.
24349
24350 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24351
24352         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24353         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24354
24355 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24356
24357         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24358
24359 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24360
24361         * dns.el (query-dns): Use sit-for to time instead of
24362         accept-process-output, since that doesn't seem to work on udp
24363         sockets.
24364
24365 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24366
24367         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24368
24369 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24370
24371         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24372         doc string.  Improve doc string.
24373
24374 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24375
24376         * nntp.el (nntp-request-update-info): Return nil if
24377         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24378         may not call gnus-activate-group which uselessly issues the GROUP
24379         commands for all nntp groups and wastes time.  Reported by Romain
24380         Francoise <romain@orebokech.com>.
24381
24382         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24383
24384 2004-11-15  Simon Josefsson  <jas@extundo.com>
24385
24386         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24387         headers separately.
24388         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24389         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24390
24391 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24392
24393         * gnus-start.el (gnus-convert-old-newsrc):
24394         Assign legacy-gnus-agent to 5.10.7.
24395
24396 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24397
24398         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24399         start of the lines.
24400
24401 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24402
24403         * hashcash.el (hashcash-default-payment): Change default to 20.
24404         (hashcash-default-accept-payment): Change default to 20.
24405         (hashcash-process-alist): New variable.
24406         (hashcash-generate-payment-async): Add.
24407         (hashcash-already-paid-p): Add.
24408         (hashcash-insert-payment): Don't generate payments twice.
24409         (hashcash-insert-payment-async): Add.
24410         (hashcash-insert-payment-async-2): Add.
24411         (hashcash-cancel-async): Add.
24412         (hashcash-wait-async): Add.
24413         (hashcash-processes-running-p): Add.
24414         (hashcash-wait-or-cancel): Add.
24415         (mail-add-payment): New optional argument.  Conditionally start
24416         asynchronous calculation.
24417         (mail-add-payment-async): Add.
24418
24419         * message.el (message-send-mail): Wait for asynchronous hashcash
24420         results.  Don't clobber existing X-Hashcash headers.
24421         (message-setup-1): Call mail-add-payment-async when
24422         message-generate-hashcash is non-nil.
24423
24424 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24425
24426         * message.el (message-use-alternative-email-as-from): Examine the
24427         From header as well; use message-make-from in order to include a
24428         user's full name.
24429
24430 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24431
24432         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24433         default; improve customization type.
24434         (gnus-emphasis-custom-with-format): New macro.
24435         (gnus-emphasis-custom-value-to-external): New function.
24436         (gnus-emphasis-custom-value-to-internal): New function.
24437
24438 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24439
24440         * dns.el (query-dns): Resolve reverse addresses.
24441
24442 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24443
24444         * gnus-group.el (gnus-group-get-new-news): Use it.
24445
24446         * gnus-start.el (gnus-check-reasonable-setup): New function.
24447
24448 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24449
24450         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24451         "Args out of range" error.  Reported by Arnaud Giersch
24452         <arnaud.giersch@free.fr>.
24453
24454 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24455
24456         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24457
24458 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24459
24460         * spam.el (spam group): Add :version.
24461
24462         * pgg-def.el (pgg group): Add :version.
24463
24464 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24465
24466         * gnus-art.el (gnus-article-edit-article): Don't associate the
24467         article buffer with a draft file.  This is a temporary measure
24468         against the 2004-08-22 change to gnus-article-edit-mode.
24469
24470 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24471
24472         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24473         (html2text-format-tags): Remove unused variable `attr'.
24474
24475 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24476
24477         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24478
24479         * tls.el (tls-process-connection-type, tls-success)
24480         (tls-certtool-program): Add :version.
24481
24482         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24483         (starttls-extra-arguments, starttls-process-connection-type)
24484         (starttls-connect, starttls-failure, starttls-success): Add :version.
24485
24486         * spam-stat.el (spam-stat): Add :version.
24487
24488         * sieve.el (sieve): Add :version.
24489
24490         * sha1.el (sha1): Add :version.
24491         (sha1-use-external): Remove redundant version.
24492
24493         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24494         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24495         (nnmail-split-fancy-match-partial-words)
24496         (nnmail-split-lowercase-expanded): Add :version.
24497
24498         * nndiary.el (nndiary): Add :version.
24499
24500         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24501
24502         * mml-sec.el (mml-default-sign-method)
24503         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24504         Add :version.
24505
24506         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24507
24508         * mm-url.el (mm-url-use-external, mm-url-program)
24509         (mm-url-arguments): Add :version.
24510
24511         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24512         (mm-attachment-file-modes, mm-decrypt-option)
24513         (mm-w3m-safe-url-regexp): Add :version.
24514
24515         * message.el (message-cite-prefix-regexp)
24516         (message-sendmail-envelope-from, message-minibuffer-local-map)
24517         (message-user-fqdn, message-completion-alist): Add :version.
24518
24519         * gnus-win.el (gnus-configure-windows-hook)
24520         (gnus-use-frames-on-any-display): Add :version.
24521
24522         * gnus-art.el (gnus-article-address-banner-alist)
24523         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24524         (gnus-treat-from-picon, gnus-treat-mail-picon)
24525         (gnus-treat-x-pgp-sig): Add :version.
24526
24527         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24528         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24529         (gnus-summary-article-delete-hook)
24530         (gnus-summary-display-while-building): Add :version.
24531
24532         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24533         (gnus-get-top-new-news-hook): Add :version.
24534
24535         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24536         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24537
24538         * gnus-registry.el (gnus-registry): Add :version.
24539
24540         * gnus-spec.el (gnus-use-correct-string-widths)
24541         (gnus-make-format-preserve-properties): Add :version.
24542
24543         * gnus.el (gnus-group-charter-alist)
24544         (gnus-group-fetch-control-use-browse-url)
24545         (gnus-install-group-spam-parameters): Add :version.
24546
24547         * gnus-diary.el (gnus-diary): Add :version.
24548
24549         * gnus-delay.el (gnus-delay): Add :version.
24550
24551         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24552         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24553         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24554         Add :version.
24555
24556         * gnus-agent.el (gnus-agent-max-fetch-size)
24557         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24558         (gnus-agent-prompt-send-queue): Add :version.
24559
24560         * deuglify.el (gnus-outlook-deuglify): Add :version.
24561
24562         * html2text.el: Beautify code.  Improve doc strings.
24563         Some checkdoc cleanup.
24564         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24565
24566 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24567
24568         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24569
24570 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24571
24572         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24573         when package is loaded.
24574
24575         * spam.el (spam-summary-score-preferred-header): Add global preference
24576         for people who want to override the default SpamAssassin over
24577         Bogofilter preference (when both are set).
24578         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24579         (spam-user-format-function-S):
24580         Check spam-summary-score-preferred-header.
24581         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24582         (spam-user-format-function-S): Format the score correctly.
24583
24584 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24585
24586         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24587         signature file.  Suggested by Manoj Srivastava
24588         <srivasta@golden-gryphon.com>.
24589
24590         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24591         iso-2022-jp even in the Japanese language environment.
24592         Suggested by Jason Rumney <jasonr@gnu.org>.
24593
24594 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24595
24596         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24597         use the same characters as the dummy marks; make it free from
24598         getting affected by the language environment.
24599         (gnus-summary-read-group-1): Update mark positions only when the
24600         format spec is updated.
24601
24602         * gnus-spec.el (gnus-update-format-specifications): Return a list
24603         of updated types.
24604
24605 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24606
24607         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24608         of boundp to check if display-warning is available.
24609
24610 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24611
24612         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24613
24614 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24615
24616         * nnspool.el (nnspool-spool-directory): Use news-path if the
24617         news-directory variable is not bound.
24618
24619         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24620         function instead of display-warning if it is not available.
24621
24622 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24623
24624         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24625         v5-10: Use `point-at-bol'.
24626
24627 2004-10-26  Simon Josefsson  <jas@extundo.com>
24628
24629         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24630         <chenggao@gmail.com>.
24631
24632 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24633
24634         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24635         instead.
24636
24637 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24638
24639         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24640         to remove a server from the nnimap-server-buffer-alist.
24641         (nnimap-open-connection, nnimap-close-server): Use it.
24642
24643         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24644
24645 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24646
24647         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24648         running the major-mode function.
24649
24650 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24651
24652         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24653         dummy marks in the right way.
24654
24655 2004-10-18  David Edmondson  <dme@dme.org>
24656
24657         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24658         excessively.
24659
24660 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24661
24662         * gnus-util.el (gnus-split-references): Accept a nil references
24663         string and go on blissfully.
24664
24665         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24666         cases where the references string is non-nil but has no references.
24667
24668         * encrypt.el: Add autoload tags.
24669
24670         * spam.el (spam-resolve-registrations-routine): Remove article
24671         from unregistration list too.  Reported by David Hanak
24672         <dhanak@isis.vanderbilt.edu>
24673
24674 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24675
24676         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24677         nil.  Change custom type.
24678
24679 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24680
24681         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24682
24683         * gnus-sum.el (gnus-summary-move-article): Use it.
24684
24685 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24686
24687         * encrypt.el: Add autoload cookies.
24688
24689         * spam.el (spam-backend-article-list-property)
24690         (spam-backend-get-article-todo-list)
24691         (spam-backend-put-article-todo-list)
24692         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24693         Resolve registrations separately.
24694         (spam-register-routine): Format comments.
24695         (spam-unregister-routine, spam-register-routine): Always call with
24696         specific-articles, no default list.
24697         (spam-summary-prepare-exit): Use the spam-classifications function.
24698
24699         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24700         gnus-encrypt.el.
24701
24702         * encrypt.el: Copied from gnus-encrypt.el.
24703
24704         * gnus-encrypt.el: Commented that it's obsolete.
24705
24706 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24707
24708         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24709         (gnus-score-save): Use it.
24710
24711         * message.el (message-bury): Use `window-dedicated-p'.
24712
24713 2004-10-15  Simon Josefsson  <jas@extundo.com>
24714
24715         * pop3.el (top-level): Don't require nnheader.
24716         (pop3-read-timeout): Add.
24717         (pop3-accept-process-output): Add.
24718         (pop3-read-response, pop3-retr): Use it.
24719
24720 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24721
24722         * spam.el (spam-register-routine): Move comment.
24723         (spam-verify-bogofilter): Use 'unknown for the initial
24724         spam-bogofilter-valid state, not 'never.
24725
24726         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24727         for netrc-machine.
24728
24729         * nnimap.el (nnimap-open-connection):
24730         Use netrc-machine-user-or-password.
24731
24732 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24733
24734         * gnus-registry.el (gnus-registry-unload-hook):
24735         Set as a variable with add-hook.
24736
24737         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24738         of news-path.
24739
24740         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24741
24742         * spam.el: Delete duplicate `provide'.
24743         (spam-unload-hook): Set as a variable with add-hook.
24744
24745 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24746
24747         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24748         in the doc string.
24749
24750         * message.el (message-ignored-news-headers)
24751         (message-ignored-supersedes-headers)
24752         (message-ignored-resent-headers)
24753         (message-forward-ignored-headers): Improve custom type.
24754
24755 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24756
24757         * message.el (message-tokenize-header): Fix 2004-09-06 change
24758         which used point-min in the wrong place.
24759
24760 2004-10-12  Simon Josefsson  <jas@extundo.com>
24761
24762         * tls.el (tls-certtool-program): New variable.
24763         (tls-certificate-information): New function, based on
24764         ssl-certificate-information.
24765
24766 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24767
24768         * compface.el: Move the version of ELisp-based uncompface program
24769         to the contrib directory because of the copyright problem.
24770
24771 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24772
24773         * message.el (message-kill-buffer): Raise the current frame.
24774
24775 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24776
24777         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24778
24779         * gnus.el (message-y-or-n-p): Autoload.
24780
24781         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24782         (pop3-password-required, pop3-authentication-scheme)
24783         (pop3-leave-mail-on-server): Make customizable.
24784         (pop3): New custom group.
24785         (pop3-retr): Remove `sleep-for' statements.
24786         Suggested by Dave Love <fx@gnu.org>.
24787
24788         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24789         Windows/DOS.
24790
24791         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24792         (imap-parse-body): Fix incorrect use of `assert'.
24793         Suggested by Dave Love <fx@gnu.org>.
24794
24795         * mml.el (mml-minibuffer-read-disposition): Require match.
24796         Suggested by Dave Love <fx@gnu.org>.
24797
24798 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24799
24800         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24801         doc string.
24802
24803 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24804
24805         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24806
24807 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24808
24809         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24810         instead of calling `mm-insert-inline', to decode text/* parts
24811         before displaying them.
24812
24813 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24814
24815         * mm-uu.el (mm-uu-text-plain-type): New variable.
24816         (mm-uu-pgp-signed-extract-1): Use it.
24817         (mm-uu-pgp-encrypted-extract-1): Use it.
24818         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24819         bind mm-uu-text-plain-type with that value.
24820         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24821         mm-uu-dissect.
24822
24823 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24824
24825         * gnus-group.el (gnus-update-group-mark-positions):
24826         * gnus-sum.el (gnus-update-summary-mark-positions):
24827         * message.el (message-check-news-body-syntax):
24828         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24829         of string-as-multibyte.
24830
24831 2004-10-05  Juri Linkov  <juri@jurta.org>
24832
24833         * gnus-group.el (gnus-update-group-mark-positions):
24834         * gnus-sum.el (gnus-update-summary-mark-positions):
24835         * message.el (message-check-news-body-syntax):
24836         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24837         8-bit unibyte values to a multibyte string for search functions.
24838
24839 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24840
24841         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24842         (mm-uu-dissect-text-parts): New function.
24843
24844         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24845         dissect text parts.
24846
24847         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24848         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24849
24850         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24851
24852         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24853         Use gnus-current-topics instead of gnus-current-topic.
24854
24855 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24856
24857         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24858
24859 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24860
24861         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24862         where appropriate.
24863
24864         * nnml.el (nnml-generate-active-info): do.
24865
24866         * nndiary.el (nndiary-generate-active-info): do.
24867
24868         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24869         (gnus-topic-move): do.
24870
24871         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24872         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24873
24874         * gnus-srvr.el (gnus-server-prepare)
24875         (gnus-server-open-all-servers): do.
24876
24877         * gnus-msg.el (gnus-summary-cancel-article)
24878         (gnus-summary-resend-message)
24879         (gnus-summary-mail-crosspost-complaint): do.
24880
24881         * gnus-move.el (gnus-change-server): do.
24882
24883         * gnus-group.el (gnus-group-unmark-all-groups)
24884         (gnus-group-set-current-level): do.
24885
24886 2004-10-04  Simon Josefsson  <jas@extundo.com>
24887
24888         * message.el (message-generate-hashcash): Doc fix.
24889
24890 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24891
24892         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24893         avoid infinite recursion via gnus-get-function.
24894
24895 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24896
24897         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24898
24899         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24900
24901         * nnmail.el (nnmail-split-history): do.
24902
24903         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24904         (nnml-request-delete-group): do.
24905
24906         * nnslashdot.el (nnslashdot-read-groups): do.
24907
24908         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24909         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24910
24911         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24912         (nnspool-sift-nov-with-sed): Use last.
24913         (nnspool-retrieve-headers-with-nov): Use mapc.
24914         (nnspool-request-newgroups): Use dolist.
24915         (nnspool-request-group): Use last.
24916
24917         * nntp.el (nntp-read-server-type): Use dolist.
24918
24919         * nnvirtual.el (nnvirtual-create-mapping)
24920         (nnvirtual-update-read-and-marked): Use dolist.
24921         (nnvirtual-convert-headers): Simplify.
24922
24923 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24924
24925         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24926         Add support for sync'ing tick marks.
24927
24928 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24929
24930         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24931         there's no visible header.
24932
24933 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24934
24935         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24936         When necessary, pass full group name to gnus-request-set-marks.
24937
24938 2004-10-01  Simon Josefsson  <jas@extundo.com>
24939
24940         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24941         acroread.
24942
24943 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24944
24945         * spam-report.el (spam-report-gmane): Fix interactive.
24946
24947         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24948
24949         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24950         when writing file.
24951         (gnus-agent-synchronize-flags): Don't default to being
24952         interactive.
24953
24954 2004-09-30  Simon Josefsson  <jas@extundo.com>
24955
24956         * message.el (message-generate-hashcash): Add.
24957         (message-send-mail): Use it, call mail-add-payment.
24958
24959 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24960
24961         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24962
24963 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24964
24965         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24966         gnus-requst-update-info with explicit code to sync the in-memory
24967         info read flags with the marks being sync'd to the backend.
24968
24969         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24970
24971 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24972
24973         * spam.el (spam-verify-bogofilter): Add new function.
24974         (spam-check-bogofilter)
24975         (spam-bogofilter-register-with-bogofilter): Use it.
24976         (spam-verify-bogofilter): Add small fixes.
24977
24978 2004-09-28  Simon Josefsson  <jas@extundo.com>
24979
24980         * hashcash.el (hashcash-generate-payment): Revert.
24981
24982 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24983
24984         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24985         Use gnus-extract-references instead of gnus-split-references.
24986
24987         * gnus-util.el (gnus-extract-references): Add new function, analogous
24988         to gnus-split-references but extracts only the message-ID without
24989         anything extra.
24990
24991         * hashcash.el (hashcash-generate-payment)
24992         (hashcash-check-payment): Do the right thing if hashcash-path is
24993         nil (because the hashcash program could not be found).
24994
24995         * spam.el (spam-use-hashcash): Remove comment.
24996
24997 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24998
24999         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25000         (gnus-cache-enter-article, gnus-cache-remove-article)
25001         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25002
25003         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25004
25005         * gnus-art.el (article-hide-boring-headers)
25006         (article-translate-strings, article-display-face)
25007         (gnus-article-mime-match-handle-first)
25008         (gnus-article-highlight-headers)
25009         (gnus-article-add-buttons-to-head): do.
25010
25011 2004-09-27  Simon Josefsson  <jas@extundo.com>
25012
25013         * hashcash.el: New version, from
25014         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25015         ../contrib/.
25016
25017 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25018
25019         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25020
25021 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25022
25023         * gnus-dup.el (gnus-dup-open): Use mapc.
25024         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25025
25026         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25027         Reported by Stefan Wiens <s.wi@gmx.net>.
25028
25029         * gnus.el (gnus-shutdown): Use dolist.
25030
25031         * gnus-undo.el (gnus-undo): Use mapc.
25032
25033         * nnrss.el (nnrss-generate-active): do.
25034
25035         * message.el (message-cite-original-without-signature)
25036         (message-cite-original): Use mapc.
25037         (message-do-actions, message-make-forward-subject): Use dolist.
25038
25039 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25040
25041         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25042         deletion to remove entire duplicate line.  Fixes merged article
25043         number bug.
25044
25045 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25046
25047         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25048         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25049         first ask if you want to open a server and then, even when you
25050         responded with no, asking if you want to synchronize the server's
25051         flags.
25052         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25053         multi-line expressions.
25054         (gnus-agent-synchronize-group-flags): New internal function.
25055         Updates marks in memory (in the info structure) AND in the
25056         backend.
25057
25058         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25059
25060         * nnagent.el (nnagent-request-set-mark):
25061         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25062         method, to ensure that synchronization updates marks in the
25063         backend and in the info (in memory) structure.
25064
25065 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25066
25067         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25068         convention fully; don't miss the root article of a thread; make
25069         the X-Draft-From header with correct article numbers.
25070
25071 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25072
25073         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25074         unless plugged.  Disable the agent so that an open failure causes
25075         an error.
25076
25077         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25078         Revert 2004-09-21 change.  The backend must be opened while
25079         synchronizing flags even when the backend stores the flags
25080         locally.
25081
25082 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25083
25084         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25085         in `header' match.  Reported by Svend Tollak Munkejord.
25086
25087         * message.el (message-cite-original): Fix use of
25088         `message-cite-articles-with-x-no-archive'.
25089
25090 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25091
25092         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25093         (gnus-window-to-buffer): Ditto.
25094
25095         * mml.el (mml-preview-buffer): New variable.
25096         (mml-preview): Manage window layout with gnus-buffer-configuration.
25097
25098         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25099         X-Draft-From header even if those articles aren't quoted.
25100
25101 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25102
25103         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25104         (gnus-request-set-mark, gnus-request-update-mark): Use new
25105         g-s-t-u-l-m to decide to use backend even when unplugged.
25106
25107 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25108
25109         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25110         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25111
25112 2004-09-20  Simon Josefsson  <jas@extundo.com>
25113
25114         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25115         "utf-16-le".
25116
25117 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25118
25119         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25120
25121 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25122
25123         * uudecode.el (uudecode-use-external): Add :version.
25124
25125         * smime.el (smime-CA-file, smime-encrypt-cipher)
25126         (smime-dns-server): Add :version.
25127
25128         * smiley.el (gnus-smiley-file-types): Add :version.
25129
25130         * sha1.el (sha1-use-external): Add :version.
25131
25132         * pgg-def.el (pgg-query-keyserver): Add :version.
25133
25134         * nnmail.el (nnmail-fancy-expiry-targets)
25135         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25136         Add :version.
25137
25138         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25139         (nnimap-retrieve-groups-asynchronous): Add :version.
25140         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25141
25142         * mml.el (mml-content-disposition-parameters)
25143         (mml-insert-mime-headers-always): Add :version.
25144
25145         * mm-util.el (mm-coding-system-priorities): Add :version.
25146
25147         * mm-decode.el (mm-inline-text-html-with-images)
25148         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25149         (mm-verify-option): Add :version.
25150         (mm-text-html-renderer): Change :version.
25151
25152         * message.el (message-fcc-externalize-attachments)
25153         (message-required-headers, message-draft-headers)
25154         (message-subject-trailing-was-query)
25155         (message-subject-trailing-was-ask-regexp)
25156         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25157         (message-mark-insert-end, message-archive-header)
25158         (message-archive-note, message-cross-post-default)
25159         (message-cross-post-note, message-followup-to-note)
25160         (message-cross-post-note-function, message-use-mail-followup-to)
25161         (message-subscribed-address-functions)
25162         (message-subscribed-address-file, message-subscribed-addresses)
25163         (message-subscribed-regexps, message-allow-no-recipients)
25164         (message-yank-cited-prefix, message-signature-insert-empty-line)
25165         (message-hidden-headers, message-hierarchical-addresses)
25166         (message-mail-user-agent, message-use-idna)
25167         (message-valid-fqdn-regexp)
25168         (message-strip-special-text-properties, message-header-synonyms)
25169         (message-beginning-of-line, message-tab-body-function): Add :version.
25170         (message-insert-canlock, message-wide-reply-confirm-recipients):
25171         Change :version.
25172
25173         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25174         and :version.
25175         (mail-source-delete-old-incoming-confirm)
25176         (mail-source-movemail-program): Add :version.
25177
25178         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25179         (gnus-agent-cache, gnus-agent): Change :version.
25180
25181         * gnus-util.el (gnus-use-byte-compile): Change :version.
25182
25183         * gnus-sum.el (gnus-summary-make-false-root-always)
25184         (gnus-summary-default-high-score)
25185         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25186         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25187         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25188         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25189         (gnus-sum-thread-tree-single-indent)
25190         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25191         (gnus-sum-thread-tree-leaf-with-other)
25192         (gnus-sum-thread-tree-single-leaf): Add :version.
25193         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25194         (gnus-article-loose-mime): Change :version.
25195
25196         * gnus-start.el (gnus-backup-startup-file)
25197         (gnus-save-startup-file-via-temp-buffer): Add :version.
25198
25199         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25200         (gnus-server-offline-face): Add :version.
25201
25202         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25203
25204         * gnus-msg.el (gnus-gcc-externalize-attachments)
25205         (gnus-debug-files, gnus-debug-exclude-variables)
25206         (gnus-discouraged-post-methods): Change :version.
25207         (gnus-confirm-mail-reply-to-news)
25208         (gnus-confirm-treat-mail-like-news): Add :version.
25209
25210         * gnus-int.el (gnus-server-unopen-status): Add :version.
25211
25212         * gnus-group.el (gnus-group-jump-to-group-prompt)
25213         (gnus-large-ephemeral-newsgroup)
25214         (gnus-fetch-old-ephemeral-headers): Add :version.
25215
25216         * gnus-fun.el (gnus-x-face-directory)
25217         (gnus-convert-pbm-to-x-face-command)
25218         (gnus-convert-image-to-x-face-command)
25219         (gnus-convert-image-to-face-command): Add :version.
25220
25221         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25222
25223         * gnus-cite.el (gnus-cite-blank-line-after-header)
25224         (gnus-article-boring-faces): Add :version.
25225
25226         * gnus-art.el (gnus-buttonized-mime-types)
25227         (gnus-inhibit-mime-unbuttonizing)
25228         (gnus-treat-display-face)
25229         (gnus-treat-body-boundary): Change :version.
25230         (gnus-body-boundary-delimiter, gnus-picon-databases)
25231         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25232         (gnus-treat-date-english, gnus-treat-fold-headers)
25233         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25234         (gnus-treat-mail-picon, gnus-treat-wash-html)
25235         (gnus-article-encrypt-protocol)
25236         (gnus-use-idna, gnus-article-over-scroll)
25237         (gnus-mime-display-multipart-alternative-as-mixed)
25238         (gnus-mime-display-multipart-related-as-mixed)
25239         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25240         (gnus-ctan-url, gnus-button-ctan-handler)
25241         (gnus-button-handle-ctan-bogus-regexp)
25242         (gnus-button-ctan-directory-regexp)
25243         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25244         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25245         (gnus-button-man-level, gnus-button-emacs-level)
25246         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25247
25248         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25249         (gnus-agent-go-online): Change :version.
25250         (gnus-agent-expire-unagentized-dirs)
25251         (gnus-agent-auto-agentize-methods): Add :version.
25252
25253         * flow-fill.el (fill-flowed-display-column)
25254         (fill-flowed-encode-column): Add :version.
25255
25256         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25257         (gnus-outlook-deuglify-unwrap-max)
25258         (gnus-outlook-deuglify-cite-marks)
25259         (gnus-outlook-deuglify-unwrap-stop-chars)
25260         (gnus-outlook-deuglify-no-wrap-chars)
25261         (gnus-outlook-deuglify-attrib-cut-regexp)
25262         (gnus-outlook-deuglify-attrib-verb-regexp)
25263         (gnus-outlook-deuglify-attrib-end-regexp)
25264         (gnus-outlook-display-hook): Add :version.
25265
25266         * binhex.el (binhex-use-external): Add :version.
25267
25268 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25269
25270         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25271         and `invisible'.
25272
25273 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25274
25275         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25276         in gnus-registry-trim.
25277
25278 2004-09-13  Simon Josefsson  <jas@extundo.com>
25279
25280         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25281
25282         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25283
25284         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25285         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25286         <yamaoka@jpl.org>.
25287         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25288         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25289         <yamaoka@jpl.org>.
25290
25291         * sieve.el (sieve-manage-mode): Ditto.
25292
25293 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25294
25295         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25296
25297 2004-09-11  Simon Josefsson  <jas@extundo.com>
25298
25299         * dns-mode.el: Add.
25300
25301         * mm-view.el (mm-display-dns-inline): Add.
25302
25303         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25304         (mm-automatic-display): Ditto.
25305
25306         * mailcap.el (mailcap-mime-data): Add text/dns.
25307         (mailcap-mime-extensions): Map .soa to text/dns.
25308
25309 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25310
25311         * gnus-art.el (article-decode-mime-words, article-babel)
25312         (gnus-article-highlight-signature, gnus-article-add-buttons)
25313         (gnus-signature-toggle): Remove unnecessary bindings of
25314         `inhibit-read-only' inherited from v5.10 merge.
25315
25316 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25317
25318         * nntp.el (nntp): New customization group.
25319         (nntp-authinfo-file): Add customization group.
25320
25321         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25322
25323         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25324
25325         * gnus.el (to-address, to-list, subscribed)
25326         (large-newsgroup-initial): Ditto.
25327
25328         * flow-fill.el (fill-flowed-display-column)
25329         (fill-flowed-encode-column): Ditto.
25330
25331 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25332
25333         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25334         Use point-min rather than 1.
25335         (message-send-mail): Use buffer-size rather than point-max.
25336
25337         * gnus-sum.el (gnus-summary-search-article-forward):
25338         Signal a specific `search-failed' rather than a generic `error'.
25339
25340         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25341         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25342         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25343
25344 2004-09-10  Simon Josefsson  <jas@extundo.com>
25345
25346         * nndb.el (require): Remove tcp and duplicate cl.
25347
25348 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25349
25350         * gnus-agent.el (directory-files-and-attributes): Move forward.
25351
25352 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25353
25354         * gnus-agent.el (directory-files-and-attributes):
25355         Optionally defined to support XEmacs.
25356
25357 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25358
25359         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25360         to avoid run-time CL dependencies.
25361         (gnus-agent-unfetch-articles): New function.
25362         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25363         article numbers even when local .overview file is missing.
25364         (gnus-agent-read-article-number): New function.  Only accepts
25365         27-bit article numbers.
25366         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25367         Use gnus-agent-read-article-number.
25368         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25369         from backend while recognizing that article numbers in .overview
25370         must be valid.
25371         (gnus-agent-update-files-total-fetched-for):
25372         Use directory-files-and-attributes to improve performance.
25373         * gnus-int.el (gnus-request-move-article):
25374         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25375         improve performance.
25376
25377         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25378         some users confused by references to .newsrc when they only have a
25379         .newsrc.eld file.
25380         (gnus-convert-mark-converter-prompt)
25381         (gnus-convert-converter-needs-prompt): Fix use of property list.
25382         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25383         New function.  Used internally to only display 'gnus converting
25384         files' message when actually necessary.
25385
25386         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25387         methods now autoloaded.
25388
25389 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25390
25391         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25392         identifiers.
25393
25394 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25395
25396         * gnus-picon.el: Fix indentation and closing parenthesis.
25397
25398 2004-09-01  Simon Josefsson  <jas@extundo.com>
25399
25400         * message.el (message-canlock-generate): Require sha1, not
25401         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25402         to require within a function.  Sadly, if sha1.el isn't loaded, the
25403         let binding in m-c-g will hide the defcustom definition, which is
25404         bad.)
25405
25406         * canlock.el: Require sha1, not sha1-el.
25407
25408         * message.el: Don't autoload sha1 (there is a autoload cookie in
25409         sha1.el).
25410
25411         * sha1-el.el: Rename to sha1.el.
25412
25413 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25414
25415         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25416
25417 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25418
25419         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25420
25421 2004-08-30  Kim F. Storm  <storm@cua.dk>
25422
25423         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25424
25425         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25426         Add :group 'nnimap.
25427
25428 2004-08-30  Andreas Schwab  <schwab@suse.de>
25429
25430         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25431         ?* and ?\;.
25432
25433         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25434         and ?\' to symbol instead of whitespace.
25435
25436 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25437
25438         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25439
25440         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25441         instead of re-search-forward.
25442
25443         * gnus-uu.el (gnus-uu-save-article): Ditto.
25444         (gnus-uu-post-encode-uuencode): Ditto.
25445
25446         * html2text.el (html2text-clean-list-items): Ditto.
25447         (html2text-clean-dtdd): Ditto.
25448         (html2text-format-tags): Ditto.
25449
25450         * message.el (message-send-mail-with-sendmail): Fix regexp.
25451         (message-fill-field-general): Use search-forward instead of
25452         re-search-forward.
25453         (unbold-region): Ditto.
25454
25455         * nnrss.el (nnrss-request-article): Ditto.
25456
25457         * nnslashdot.el (nnslashdot-request-article): Ditto.
25458
25459         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25460
25461         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25462         "Unrecognized menu descriptor" error in XEmacs.
25463
25464 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25465
25466         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25467         parent article of a sparse article in the thread hashtb.
25468
25469 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25470
25471         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25472         (nnmail-expand-newtext): Lowercase expanded entries if
25473         nnmail-split-lowercase-expanded is non-nil.
25474
25475 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25476
25477         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25478
25479         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25480         of gnus-tmp-news-method into string under XEmacs.  It will be
25481         passed to gnus-correct-length which takes only a string argument.
25482
25483 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25484
25485         * gnus-util.el (gnus-bind-print-variables): New macro.
25486         (gnus-prin1): Use it.
25487         (gnus-prin1-to-string): Use it.
25488         (gnus-pp): New function.
25489         (gnus-pp-to-string): New function.
25490
25491         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25492         Replace pp-to-string with gnus-pp-to-string.
25493         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25494         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25495         * gnus-msg.el (gnus-debug): Ditto.
25496         * gnus-score.el (gnus-score-save): Ditto.
25497         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25498         gnus-pp-to-string.
25499         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25500         with gnus-pp.
25501         * score-mode.el (gnus-score-pretty-print): Ditto.
25502         * webmail.el (webmail-debug): Ditto.
25503
25504 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25505
25506         * gnus-art.el (article-display-face, article-display-x-face):
25507         Use buffer-read-only.
25508
25509 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25510
25511         * gnus-art.el (article-hide-list-identifiers):
25512         Bind inhibit-read-only as t.
25513
25514 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25515
25516         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25517
25518 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25519
25520         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25521         (gnus-narrow-to-page): Don't assume point-min == 1.
25522         (gnus-article-edit-mode): Derive from message-mode.
25523
25524         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25525         point-min == 1.
25526
25527         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25528         Disable incorrect use of `assert'.
25529
25530         * message.el (message-mode): Set comment-start-skip.
25531
25532
25533 2004-08-22  Sam Steingold  <sds@gnu.org>
25534
25535         * pop3.el (pop3-leave-mail-on-server): New user variable.
25536         (pop3-movemail): Delete mail only when it is nil.
25537
25538 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25539
25540         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25541
25542         * mml.el (mml-preview): Use `pop-to-buffer'.
25543
25544         * message.el (message-goto-mail-followup-to): Insert after "To".
25545         (message-carefully-insert-headers): Add comment.
25546
25547         * gnus.el: Remove unused variable `gnus-article-check-size'.
25548
25549         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25550
25551         * gnus-art.el (gnus-button-alist):
25552         Improve `gnus-button-handle-library' entry.
25553
25554 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25555
25556         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25557         Use downcase, since XEmacs capitalizes error messages differently.
25558
25559 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25560
25561         * nntp.el: Add (require 'gnus) due to reference to
25562         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25563
25564 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25565
25566         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25567         Bind `mm-fill-flowed'.
25568
25569         * mm-decode.el (mm-dissect-singlepart): Check it.
25570
25571 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25572
25573         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25574         'imap' for netrc parsing.
25575
25576 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25577
25578         * mailcap.el (mailcap-mime-data): Mark as risky.
25579
25580 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25581
25582         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25583         may be included in the encoded word.
25584         (rfc2047-encode): Don't append a space if the encoded word
25585         includes close parenthesis.
25586
25587 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25588
25589         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25590         of text within parentheses.
25591
25592 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25593
25594         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25595         (gnus-encrypt-write-file-contents): Make the password key the file
25596         name PLUS the cipher, not just the cipher.  Also remove failed
25597         passwords from the cache.
25598
25599 2004-08-06  Simon Josefsson  <jas@extundo.com>
25600
25601         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25602         Doc fix.
25603
25604 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25605
25606         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25607         LWSP.
25608
25609 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25610
25611         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25612         Try to append in-reply-to: data to the references: header.
25613
25614         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25615         (netrc-parse): Use gnus-encrypt.el functions.
25616
25617         * gnus-encrypt.el: Add new file for encryption support; currently
25618         does only a few GPG ciphers and an internal XOR cipher.
25619
25620         * password.el: Add comments on using password-read-and-add.
25621         (password-read-and-add): Add function to read and add the
25622         password to the cache at once.
25623
25624 2004-07-28  Simon Josefsson  <jas@extundo.com>
25625
25626         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25627         parameter (but don't use it, for now).
25628
25629         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25630         instead of hard coding to nil.
25631
25632 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25633
25634         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25635         as mm-inline-image-xemacs does.
25636
25637 2004-07-26  Simon Josefsson  <jas@extundo.com>
25638
25639         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25640         Revert part of 2004-07-17 change below.
25641
25642 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25643
25644         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25645         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25646
25647 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25648
25649         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25650         quotes that actually start with ">" at the beginning of the
25651         lines.
25652
25653 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25654
25655         * rfc2047.el (rfc2047-encode-region): Fix last change.
25656         (rfc2047-encode-parameter): Remove useless concat.
25657
25658 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25659
25660         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25661         encode special characters; fix some kind of misconfigured headers;
25662         signal a real error if debug-on-quit or debug-on-error is non-nil.
25663         (rfc2047-encode-max-chars): New variable.
25664         (rfc2047-encode-1): Use it.
25665         (rfc2047-encode-parameter): New function.
25666
25667         * mml.el (mml-insert-parameter): Remove an excessive space.
25668
25669 2004-07-17  Simon Josefsson  <jas@extundo.com>
25670
25671         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25672         Kai Grossjohann <kai@emptydomain.de>.
25673         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25674         (gnus-group-make-menu-bar): Ditto.
25675
25676         * gnus-util.el (gnus-group-server): Add.
25677
25678 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25679
25680         * message.el (message-clone-locals): Clone sendmail and smtp
25681         variables.
25682
25683 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25684
25685         * rfc2047.el (rfc2047-encode-region): Fix last change.
25686
25687 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25688
25689         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25690         characters as non-special.
25691
25692 2004-07-09  Simon Josefsson  <jas@extundo.com>
25693
25694         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25695         Users will lose all flag changes made while unplugged with
25696         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25697         good default.  See numerous reports on ding mailing list.
25698
25699 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25700
25701         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25702         add generate-head-function and generate-article-function to the
25703         rfc822-forward entry.
25704         (nndoc-rfc822-forward-generate-article): New function.
25705         (nndoc-rfc822-forward-generate-head): New function.
25706
25707         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25708
25709 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25710
25711         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25712         respect display group parameter and gnus-summary-expunge-below.
25713         (gnus-articles-to-read): Remove unused reference to display group
25714         parameter.
25715
25716 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25717
25718         * nnheader.el (nnheader-uniquify-message-id): New experimental
25719         variable.
25720         (nnheader-nov-read-message-id): Use it.
25721
25722         * spam-report.el (spam-report-gmane): Add interactive.
25723
25724 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25725
25726         * mm-encode.el (mm-content-transfer-encoding-defaults):
25727         Use qp-or-base64 for the application/* types.
25728
25729 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25730
25731         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25732
25733 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25734
25735         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25736         trim value.
25737
25738 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25739
25740         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25741         New macro and function.
25742         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25743
25744 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25745
25746         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25747         after-load-alist.
25748
25749 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25750
25751         * gnus-group.el (gnus-group-get-new-news-this-group):
25752         Don't update info that isn't there.
25753
25754 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25755
25756         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25757         entry.
25758
25759 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25760
25761         * mm-view.el (mm-inline-render-with-function): Use multibyte
25762         buffer; decode html source by charset.
25763
25764         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25765
25766         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25767         Mule-UCS is loaded under XEmacs.
25768         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25769
25770 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25771
25772         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25773
25774 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25775
25776         * mm-util.el (mm-coding-system-p): Return a coding-system.
25777         (mm-mime-mule-charset-alist): Use shift_jis instead of
25778         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25779         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25780         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25781         instead of japanese-shift-jis and iso-latin-1 respectively in
25782         order to share the default value with both Emacs and XEmacs-mule.
25783         (mm-mule-charset-to-mime-charset):
25784         Make mm-coding-system-priorities effective.
25785         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25786         while predicating of candidates upon the priorities.
25787
25788 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25789
25790         * gnus-sum.el (gnus-summary-make-menu-bar):
25791         Add gnus-uu-invert-processable.
25792
25793         * gnus.el: Autoload gnus-uu-invert-processable.
25794
25795 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25796
25797         * mm-util.el (mm-with-multibyte-buffer): New macro.
25798
25799         * rfc2047.el (rfc2047-encode-string): Use it.
25800         (rfc2047-encode-region): Move point to the end of the region after
25801         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25802
25803 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25804
25805         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25806         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25807
25808 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25809
25810         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25811         (gnus-cite-parse): Ignore quoted envelope From_.
25812         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25813
25814 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25815
25816         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25817         invalid addresses.
25818
25819 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25820
25821         * spam.el: Change section markers, revise TODO list.
25822         (spam-backends): Make new master list of all installed backends.
25823         (spam-summary-exit-behavior): Add new variable to determine how
25824         messages moves are done at summary exit.
25825         (spam-move-spam-nonspam-groups-only)
25826         (spam-process-ham-in-nonham-groups)
25827         (spam-process-ham-in-spam-groups): Remove variables, the
25828         spam-summary-exit-behavior variable should be used to manage this
25829         behavior.
25830         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25831         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25832         and spam-old-spam-articles.
25833         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25834         Add empty variables, placeholders for the backends they represent.
25835         (spam-set-difference): Move, unchanged.
25836         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25837         unless the user has a processor variable.
25838         (spam-classifications, spam-classification-valid-p)
25839         (spam-backend-properties, spam-backend-property-valid-p)
25840         (spam-backend-function-type-valid-p)
25841         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25842         (spam-report-articles-gmane, spam-report-articles-resend):
25843         Remove functions, they are not needed.
25844         (spam-install-backend-super, spam-backend-list)
25845         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25846         (spam-backend-function, spam-backend-ham-registration-function)
25847         (spam-backend-spam-registration-function)
25848         (spam-backend-ham-unregistration-function)
25849         (spam-backend-spam-unregistration-function)
25850         (spam-backend-statistical-p, spam-backend-mover-p)
25851         (spam-install-backend-alias, spam-install-checkonly-backend)
25852         (spam-install-mover-backend, spam-install-nocheck-backend)
25853         (spam-install-backend, spam-install-statistical-backend)
25854         (spam-install-statistical-checkonly-backend): Add backend installation
25855         support.
25856         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25857         (spam-group-processor-p): Use the new backend code and respect the
25858         summary exit behavior.
25859         (spam-mark-spam-as-expired-and-move-routine): Remove.
25860         (spam-summary-prepare): Change to use the new spam-old-articles
25861         variable.
25862         (spam-copy-or-move-routine, spam-copy-spam-routine)
25863         (spam-move-spam-routine, spam-copy-ham-routine)
25864         (spam-move-ham-routine): Add code to copy/move ham or spam.
25865         (spam-fetch-field-fast): Improve doc and code, plus allow the
25866         'number request.
25867         (spam-list-of-checks, spam-list-of-statistical-checks):
25868         Remove variables.
25869         (spam-split, spam-find-spam): Use the new backend code.
25870         (spam-registration-functions): Remove variable.
25871         (spam-unregister-routine): Add convenience wrapper.
25872         (spam-log-undo-registration, spam-register-routine)
25873         (spam-log-processing-to-registry)
25874         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25875         where possible.
25876         (spam-check-gmane-xref, spam-check-regex-headers)
25877         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25878         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25879         (spam-check-bogofilter-headers, spam-check-spamoracle)
25880         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25881         (spam-check-crm114-headers): Use the spam-split-group that
25882         spam-split prepares, no need to determine it every time.
25883
25884         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25885         to the nnheader-parse-naked-head call.
25886
25887         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25888
25889         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25890         the nnheader-nov-read-message-id call.
25891
25892 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25893
25894         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25895         gnus-activate-group twice.  Suggested by Markus Peter
25896         <warp@spin.de>.
25897
25898 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25899
25900         * gnus-art.el (gnus-article-time-format): Exchange the order of
25901         day and month in the default value; fix customization type.
25902         (article-date-ut): Use add-text-properties.
25903         (article-make-date-line): Use message-make-date instead of
25904         current-time-string.
25905
25906         * message.el (message-fetch-field): Don't use set-text-properties.
25907         (message-make-date): Simplify.
25908
25909         * messagexmas.el (message-xmas-make-date): New function.
25910         (message-xmas-redefine): Defalias message-make-date to it.
25911
25912 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25913
25914         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25915         (rfc2047-encode-region): Treat text within parentheses as special;
25916         show the original text when error has occurred.
25917
25918         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25919         already-computed method to gnus-activate-group.
25920
25921         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25922         same select-methods identical Lisp objects.
25923
25924         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25925         object when modifying the info.
25926
25927 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25928
25929         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25930         gnus-opened-servers since it has never been opened with the new
25931         configuration yet.
25932
25933 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25934
25935         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25936         arg to nnheader-generate-fake-message-id.
25937
25938 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25939
25940         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25941         number and build a fake message ID localized to a group and
25942         article number (so it's repeatable from that point on).
25943         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25944         ID format.
25945
25946         * gnus-sum.el (gnus-get-newsgroup-headers):
25947         Call nnheader-generate-fake-message-id with the article number.
25948
25949 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25950
25951         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25952         end-of-buffer.
25953
25954 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25955
25956         * message.el (message-ignored-supersedes-headers): Add Approved.
25957
25958 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25959
25960         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25961         goto-char.
25962         (rfc2047-encode): Fold the line before encoding.
25963
25964 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25965
25966         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25967         folding -- not all headers can be folded, and this should be done
25968         by the message composition mode.  Probably.  I think.
25969
25970 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25971
25972         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25973         fast.
25974
25975         * gnus-ems.el (gnus-remove-image): Don't use
25976         message-text-with-property; remove only the image found first.
25977
25978         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25979         found first.
25980
25981 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25982
25983         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25984
25985 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25986
25987         * message.el (message-text-with-property): Make it fast and accept
25988         optional arguments.
25989         (message-strip-forbidden-properties): Use it.
25990         (message-fix-before-sending): Follow the m-t-w-p change.
25991
25992         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25993
25994 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25995
25996         * gnus-art.el (article-hide-headers): Don't change the buffer
25997         mistakenly when performing mml-preview even if
25998         gnus-single-article-buffer is nil.
25999
26000 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26001
26002         * message.el (message-expand-name-databases): New user option.
26003         (message-expand-name): Use it.
26004
26005 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26006
26007         * spam.el (spam-report-articles-resend)
26008         (spam-report-resend-register-routine): Allow ham reporting.
26009         (spam-report-resend-register-ham-routine): Add wrapper.
26010         (spam-registration-functions): Add ham resending functions.
26011         (spam-list-of-processors): Add ham resend processor.
26012
26013         * gnus.el (ham-resend-to): Add new group parameter.
26014         (spam-process): Add ham resend option.
26015
26016         * spam-report.el (spam-report-resend): Allow reporting ham.
26017         (spam-report-resend-ham): Add wrapper.
26018
26019 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26020
26021         * message.el (message-cite-articles-with-x-no-archive):
26022         New variable.
26023         (message-cite-original): Use it.
26024
26025 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26026
26027         * message.el (message-cite-original): Respect X-No-Archive.
26028
26029 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26030
26031         * gnus-art.el (article-hide-headers): Refer to the values for
26032         gnus-ignored-headers and gnus-visible-headers in the summary
26033         buffer since a user may have set them as group parameters.
26034
26035 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26036
26037         * assistant.el (assistant-node-name): Add convenience function.
26038         (assistant-render-text, assistant-render-node): Add error handling,
26039         plus handle multiple next nodes.
26040         (assistant-find-next-node): Comment out for now.
26041         (assistant-find-next-nodes): Add function, returns list of next
26042         nodes.
26043
26044 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26045
26046         * mail-source.el (mail-source-directory): Fix doc-string.
26047
26048 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26049
26050         * assistant.el (assistant-render-text, assistant-eval): Add :set
26051         widget type, which is different because it takes and returns a
26052         list.  Much hilarity ensues.
26053
26054 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26055
26056         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26057
26058         * gnus-group.el (gnus-group-get-new-news-this-group):
26059         Add doc-string.
26060
26061         * gnus-start.el (gnus-activate-group): Add doc-string.
26062
26063 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26064
26065         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26066
26067 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26068
26069         * assistant.el (assistant-render-text): Try to add a :set
26070         widget, more to come.
26071
26072         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26073         strings.
26074         (spam-report-articles-resend)
26075         (spam-register-routine): Do registration iff any articles warrant
26076         it.
26077         (spam-summary-prepare-exit): Change log message for nil group
26078         destinations.
26079
26080 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26081
26082         * spam.el (spam-report-resend-register-routine):
26083         Allow spam-report-resend-to to be a group parameter or a global value.
26084
26085 2004-05-26  Simon Josefsson  <jas@extundo.com>
26086
26087         * starttls.el: Merge with my GNUTLS based starttls.el.
26088         (starttls-gnutls-program, starttls-use-gnutls)
26089         (starttls-extra-arguments, starttls-process-connection-type)
26090         (starttls-connect, starttls-failure, starttls-success):
26091         New variables.
26092         (starttls-program, starttls-extra-args): Doc fix.
26093         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26094         New functions.
26095         (starttls-negotiate, starttls-open-stream):
26096         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26097         function if it is set.
26098
26099 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26100
26101         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26102         structured fields.
26103
26104 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26105
26106         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26107
26108 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26109
26110         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26111         Add variable.
26112         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26113         assigning the spam-mark to new messages.
26114
26115 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26116
26117         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26118
26119 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26120
26121         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26122
26123         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26124         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26125         default.
26126
26127 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26128
26129         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26130         correct data.
26131
26132 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26133
26134         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26135         (spam-group-processor-p): Fix function.
26136         (spam-group-processor-multiple-p)
26137         (spam-group-spam-processor-report-gmane-p)
26138         (spam-group-spam-processor-report-resend-p)
26139         (spam-group-spam-processor-bogofilter-p)
26140         (spam-group-spam-processor-blacklist-p)
26141         (spam-group-spam-processor-ifile-p)
26142         (spam-group-ham-processor-ifile-p)
26143         (spam-group-spam-processor-spamoracle-p)
26144         (spam-group-spam-processor-crm114-p)
26145         (spam-group-ham-processor-bogofilter-p)
26146         (spam-group-spam-processor-stat-p)
26147         (spam-group-ham-processor-stat-p)
26148         (spam-group-ham-processor-whitelist-p)
26149         (spam-group-ham-processor-BBDB-p)
26150         (spam-group-ham-processor-spamoracle-p)
26151         (spam-group-ham-processor-copy-p): Remove functions with some
26152         prejudice against unneeded code.
26153         (spam-report-articles-resend)
26154         (spam-report-resend-register-routine): Allow the group/topic
26155         spam-resend-to value to override spam-report-resend-to.
26156         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26157         properly now.
26158
26159         * gnus.el (spam-resend-to): Add group/topic parameter.
26160         (spam-process): Move the OBSOLETE processors to the end of the
26161         choices.
26162
26163 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26164
26165         * spam-report.el (spam-report-resend-to, spam-report-resend):
26166         Start with resend-to set to nil, and then ask the user if necessary.
26167         (spam-report-resend): spam-report-resend takes a list of articles, not
26168         separate article numbers.
26169
26170 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26171
26172         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26173         addition to emacs-w3m.
26174
26175 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26176
26177         * assistant.el (assistant-authinfo-data): New function.
26178         (assistant-eval): Eval for entire assistant.
26179
26180         * netrc.el (netrc-services-file): New variable.
26181         (netrc-parse-services): New function.
26182         (netrc-find-service-name): New function.
26183         (netrc-find-service-number): New function.
26184         (netrc-port-equal): New function.
26185         (netrc-machine): Use it.
26186
26187         * nnimap.el (nnimap-open-connection): Use netrc.
26188
26189         * gnus-util.el (gnus-netrc-get): Remove aliases.
26190
26191         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26192
26193         * assistant.el (wid-edit): Fix compilation.
26194
26195         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26196
26197 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26198
26199         * gnus-util.el (gnus-set-file-modes): New function.  (small
26200         patch).
26201
26202 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26203
26204         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26205
26206         * assistant.el (assistant-render-node): Fix up rendering and
26207         read-only text.
26208         (assistant-render-node): Reset.
26209         (assistant-make-read-only): Not sticky.
26210
26211 2004-05-20  Danny Siu  <dsiu@adobe.com>
26212
26213         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26214         centered even when gnus-auto-center-summary is t.
26215
26216 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26217
26218         * dns.el (dns-get-txt-answer): New function.
26219         (dns-read-txt): Ditto.
26220         (query-dns): Use it.
26221
26222 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26223
26224         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26225         active for foreign groups even if the group level is higher than
26226         the specified value.
26227
26228 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26229
26230         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26231         non-active groups.
26232
26233         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26234
26235 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26236
26237         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26238
26239 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26240
26241         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26242         (spam-crm114-header, spam-crm114-spam-switch)
26243         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26244         (spam-crm114-positive-spam-header)
26245         (spam-crm114-database-directory, spam-list-of-processors)
26246         (spam-group-spam-processor-crm114-p)
26247         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26248         (spam-generic-score, spam-list-of-checks)
26249         (spam-list-of-statistical-checks, spam-registration-functions)
26250         (spam-check-crm114-headers, spam-crm114-score)
26251         (spam-check-crm114, spam-crm114-register-with-crm114)
26252         (spam-crm114-register-spam-routine)
26253         (spam-crm114-unregister-spam-routine)
26254         (spam-crm114-register-ham-routine)
26255         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26256
26257 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26258
26259         * gnus.el: Add spam-use-crm114.
26260
26261         * spam.el (spam-list-of-processors, spam-registration-functions):
26262         Add spam-use-resend.
26263         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26264         (spam-report-articles-gmane): Add doc fix.
26265         (spam-report-articles-resend, spam-report-resend-register-routine):
26266         Add wrappers around spam-report-resend-to.
26267
26268         * spam-report.el (spam-report-resend-to, spam-report-resend):
26269         Add support for resending spam.
26270         (spam-report-gmane): Fix line length >80.
26271
26272         * gnus.el (spam-process): Add spam-use-resend.
26273
26274 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26275
26276         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26277         number of processed spam messages.
26278         (spam-ham-copy-or-move-routine): Return the number of processed
26279         ham messages.
26280         (spam-summary-prepare-exit): Use the above values to decide
26281         whether status messages should be displayed.
26282
26283 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26284
26285         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26286         `rfc2047-encoding-function-alist' in order to avoid conflicting
26287         with the old version.
26288         (rfc2047-encode-region): Concatenate words containing non-ASCII
26289         characters in structured fields; don't encode space-delimited
26290         ASCII words even in unstructured fields; don't break words at
26291         char-category boundaries.
26292         (rfc2047-encode-1): New function.
26293         (rfc2047-encode): Use it; encode text so that it occupies the
26294         maximum width within 76-column; work correctly on Q encoding for
26295         iso-2022-* charsets.
26296         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26297         sure not to break a line just after the header name.
26298         (rfc2047-b-encode-region): Remove.
26299         (rfc2047-b-encode-string): New function.
26300         (rfc2047-q-encode-region): Remove.
26301         (rfc2047-q-encode-string): New function.
26302
26303         * mm-util.el (mm-replace-in-string): New function.
26304
26305 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26306
26307         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26308         Really get it right.
26309         (gnus-inews-make-draft): Really.
26310
26311 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26312
26313         * nnmh.el (nnmh-request-list-1): Don't check the link count
26314         before descending.  (small patch)
26315
26316 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26317
26318         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26319         stuff.
26320
26321         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26322         Match on real group name.
26323
26324         * gnus-art.el (gnus-signature-limit): Doc fix.
26325
26326         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26327
26328         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26329
26330 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26331
26332         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26333         isn't a string.
26334
26335 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26336
26337         * gnus-draft.el (gnus-draft-send):
26338         Bind rfc2047-encode-encoded-words.
26339
26340         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26341         (rfc2047-encodable-p): Say that =? needs encoding.
26342         (rfc2047-encode-encoded-words): New variable.
26343
26344         * gnus-group.el (gnus-group-select-group): Doc fix.
26345
26346         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26347
26348         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26349         to nil.
26350
26351         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26352
26353         * nnheader.el (nnheader-get-lines-and-char): New function.
26354
26355 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26356
26357         * gnus-msg.el (gnus-summary-followup-with-original):
26358         Document yanking of region when active.
26359
26360 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26361
26362         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26363         groups if the group level is higher than the specified value.
26364
26365 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26366
26367         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26368         (gnus-group-jump-to-group): Add prefix argument using
26369         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26370         non-active group.
26371
26372         * compface.el (uncompface): Be verbose when changing
26373         `uncompface-use-external'.
26374
26375         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26376         handle manual section.
26377
26378 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26379
26380         * gnus-art.el (gnus-button-alist): Revert previous change.
26381
26382 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26383
26384         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26385
26386 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26387
26388         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26389         whether backend can accept message.
26390
26391         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26392
26393 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26394
26395         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26396         Avoid creating directory when nntp-marks-is-evil is true.
26397         Reported by Reiner Steib.
26398
26399 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26400
26401         * gnus-picon.el (gnus-picon-insert-glyph):
26402         Add optional `nostring' argument.
26403
26404 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26405
26406         * gnus-picon.el (gnus-picon-style): New variable.
26407         (gnus-picon-transform-address): Support `gnus-picon-style'.
26408
26409 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26410
26411         * message.el (message-fill-field): Return point.
26412         (message-generate-headers): Go to end of field.
26413
26414         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26415         stuff for non-living groups.
26416
26417 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26418
26419         * gnus-art.el (gnus-article-followup-with-original)
26420         (gnus-article-reply-with-original): gnus-mark-active-p ->
26421         gnus-region-active-p.
26422
26423 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26424
26425         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26426         only when there is spam or ham to be processed.
26427
26428 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26429
26430         * mail-source.el (mail-source-delete-crash-box): Refactor.
26431         (mail-source-fetch): Use it.
26432         (mail-source-fetch-file): Ditto.
26433         (mail-source-fetch-directory): Run postscript in loop.
26434         (mail-source-fetch-pop): Delete.
26435         (mail-source-fetch-maildir): Ditto.
26436         (mail-source-fetch-imap): Ditto.
26437
26438         * imap.el (imap-authenticators): Comment out sasl.
26439
26440         * message.el (message-skip-to-next-address): New function.
26441         (message-fill-header-address): Refactor.
26442         (message-fill-address): Use it.
26443         (message-delete-address): Use it.
26444         (message-fill-header-general): Refactor.
26445         (message-fill-field-address): Rename.
26446         (message-narrow-to-field): Find the start of the header.
26447         (message-header-format-alist): Don't pre-fill.
26448         (message-fill-header): Remove.
26449         (message-insert-header): New function.
26450         (message-shorten-references): Use it.
26451
26452         * rfc2047.el (rfc2047-field-value): Strip props.
26453
26454         * mail-parse.el (mail-header-make-address): New alias.
26455
26456         * ietf-drums.el (ietf-drums-make-address): New function.
26457
26458         * imap.el: Add compiler directives.
26459
26460         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26461
26462         * gnus-art.el (article-decode-idna-rhs): Don't use
26463         message-idna-inside-rhs-p.
26464
26465 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26466
26467         * message.el (message-idna-inside-rhs-p): Remove.
26468         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26469
26470         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26471         false positives.
26472
26473 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26474
26475         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26476
26477 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26478
26479         * nneething.el (nneething-file-name): Don't create spurious
26480         files.
26481
26482         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26483         (gnus-inews-do-gcc): Remove sleep.
26484
26485         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26486         part under point.
26487
26488         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26489         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26490
26491 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26492
26493         * spam.el (spam-summary-prepare-exit): Fix (length).
26494
26495 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26496
26497         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26498         as expired without moving it" message when there are spam
26499         messages left.
26500
26501 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26502
26503         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26504         header is not nil.
26505
26506 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26507
26508         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26509         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26510         (nntp-marks-changed-p): New arg SERVER.
26511         (nntp-request-update-info): Adjust caller.
26512
26513 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26514
26515         * nntp.el (nntp-save-marks): Pass missing arg.
26516
26517 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26518
26519         * nntp.el: Support marks.
26520         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26521         (nntp-marks-modtime, nntp-marks-directory): New variables.
26522         (nntp-request-set-mark, nntp-request-update-info)
26523         (nntp-possibly-create-directory, nntp-marks-changed-p)
26524         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26525         New functions.
26526
26527 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26528
26529         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26530         (gnus-xmas-redefine): Rename.
26531
26532         * gnus-score.el (gnus-score-insert-help):
26533         Use gnus-select-lowest-window.
26534
26535         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26536         appt-select-lowest-window and rename to gnus-select-lowest-window.
26537
26538         * gnus.el: do.
26539
26540 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26541
26542         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26543         encodings of MIME-encoded words, in order to improve
26544         interoperability with several broken MUAs.
26545
26546 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26547
26548         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26549         tags, only when charsets are not specified in headers.
26550         (mm-inline-text-html-render-with-w3m): Ditto.
26551
26552         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26553         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26554
26555 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26556
26557         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26558         instead of MIME-decoded from fields when checking
26559         `gnus-article-address-banner-alist'.
26560
26561 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26562
26563         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26564         description rather than subject.
26565
26566 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26567
26568         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26569
26570 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26571
26572         * gnus.el (gnus-version-number): Bump.
26573
26574 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26575
26576         * gnus.el: No Gnus v0.2 is released.
26577
26578 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26579
26580         * gnus-agent.el (gnus-agent-read-agentview):
26581         Inline gnus-uncompress-range.
26582
26583 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26584
26585         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26586         `exec-installed-p'.
26587
26588 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26589
26590         * gnus.el (spam-process, spam-autodetect-methods):
26591         Add bsfilter and bsfilter-headers.
26592
26593         * spam.el (spam-bsfilter): New customize group.
26594         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26595         (spam-bsfilter-header, spam-bsfilter-probability-header)
26596         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26597         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26598         (spam-bsfilter-database-directory): New options.
26599         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26600         (spam-list-of-statistical-checks, spam-registration-functions):
26601         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26602         (spam-bsfilter-score): New command.
26603         (spam-check-bsfilter-headers, spam-check-bsfilter)
26604         (spam-bsfilter-register-with-bsfilter)
26605         (spam-bsfilter-register-spam-routine)
26606         (spam-bsfilter-unregister-spam-routine)
26607         (spam-bsfilter-register-ham-routine)
26608         (spam-bsfilter-unregister-ham-routine): New functions.
26609         (spam-generic-score): Support bsfilter; Accept an optional argument
26610         to recalcurate spam score even if scoring header has already been
26611         added.
26612         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26613         optional argument to recalcurate spam score even if scoring header
26614         has already been added.
26615
26616 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26617
26618         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26619         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26620         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26621         link is missing.
26622
26623 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26624
26625         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26626         (html2text-get-attr): Rewrite.
26627
26628         * message.el (message-setup-1): Remove redundant put-text-property
26629         on mail-header-separator.
26630
26631 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26632
26633         * gnus-registry.el (gnus-registry-cache-whitespace)
26634         (gnus-registry-action, gnus-registry-spool-action)
26635         (gnus-registry-split-fancy-with-parent): Change message levels
26636         from 5 to 3 or 7, as needed.
26637
26638         * spam.el (spam-summary-prepare-exit)
26639         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26640         (spam-split, spam-find-spam, spam-log-undo-registration)
26641         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26642         level from 5 to 6.
26643
26644 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26645
26646         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26647         2004-03-04 change).
26648
26649 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26650
26651         * sieve-manage.el (sieve-manage-open):
26652         * nnweb.el (nnweb-insert-html):
26653         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26654         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26655         * nnspool.el (nnspool-request-group):
26656         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26657         * nnml.el (nnml-request-update-info):
26658         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26659         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26660         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26661         (nnimap-request-set-mark):
26662         * nnfolder.el (nnfolder-request-update-info):
26663         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26664         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26665         * gnus-uu.el (gnus-uu-find-articles-matching):
26666         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26667         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26668         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26669         * gnus-nocem.el (gnus-nocem-scan-groups):
26670         * gnus-int.el (gnus-start-news-server):
26671         * gnus-group.el (gnus-group-make-kiboze-group)
26672         (gnus-group-browse-foreign-server):
26673         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26674         Use mapc when appropriate.
26675
26676 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26677             Adam Sjøgren  <asjo@koldfront.dk>
26678             Wes Hardaker  <wes@hardakers.net>
26679             Michael Shields  <shields@msrl.com>
26680
26681         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26682         may need for spam sorting and scoring.
26683         (spam-user-format-function-S): Add user format function suitable for
26684         general use.
26685         (spam-article-sort-by-spam-status): Add sorting function for summary
26686         sorting.
26687         (spam-extra-header-to-number): Add function to get a score from a
26688         header.
26689         (spam-summary-score): Add function to get a numeric score from the
26690         headers.
26691         (spam-generic-score): Fix function doc, was in wrong place.
26692         (spam-initialize): Take symbols when it's run, and install the
26693         extra headers that spam-necessary-extra-headers thinks we need.
26694
26695 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26696
26697         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26698         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26699
26700 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26701
26702         * gnus-sum.el (gnus-set-global-variables)
26703         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26704         (gnus-article-get-xrefs, gnus-summary-best-group)
26705         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26706         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26707         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26708         Use with-current-buffer.
26709
26710 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26711
26712         * spam.el (spam-summary-prepare-exit): Simplify logic.
26713         (spam-fetch-article-header): Read the article header if it's not
26714         available.
26715         (spam-list-articles): Simplify logic.
26716         (spam-filelist-register-routine): Fix bug with unregister-list.
26717
26718         * gnus-registry.el: Fix comments at beginning.
26719
26720 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26721
26722         * message.el (message-cater-to-broken-inn): Remove.
26723         (message-shorten-references): Make sure the total folded length of
26724         References is shorter than 998 characters to cater to a bug in INN
26725         2.3.  Also, don't pretend that references aren't folded -- this
26726         hasn't worked for a while.
26727
26728 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26729
26730         * gnus-agent.el (gnus-agentize):
26731         gnus-agent-send-mail-real-function no longer set to current value
26732         of message-send-mail-function but rather a lambda that calls
26733         message-send-mail-function.  The change makes the agent real-time
26734         responsive to user changes to message-send-mail-function.
26735
26736 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26737
26738         * legacy-gnus-agent.el
26739         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26740         help from Florian Weimer <fw@deneb.enyo.de>
26741
26742 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26743
26744         * nnmail.el (nnmail-cache-insert): Revert last change.
26745
26746 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26747
26748         * nnmail.el (nnmail-cache-insert): Always check whether
26749         nnmail-cache-ignore-groups matches a group name.
26750
26751 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26752
26753         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26754         (spam-find-spam, spam-log-processing-to-registry)
26755         (spam-log-registered-p, spam-log-unregistration-needed-p)
26756         (spam-log-undo-registration): Use gnus-message instead of
26757         gnus-error, none of these errors are fatal.
26758
26759         * gnus-registry.el (gnus-registry-clean-empty-function)
26760         (gnus-registry-clean-empty): Remove only empty entries without
26761         extra data.
26762
26763 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26764
26765         * spam-stat.el (spam-stat-buffer-change-to-spam)
26766         (spam-stat-buffer-change-to-non-spam): Change (error) to
26767         (gnus-message 8) invocation.
26768
26769 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26770
26771         * nntp.el (nntp-via-netcat-command): New variable.
26772         (nntp-via-netcat-switches): New variable.
26773         (nntp-open-via-rlogin-and-netcat): New function.
26774         (nntp-open-connection-function): Doc fix.
26775         (nntp-telnet-command): Doc fix.
26776         (nntp-end-of-line): Doc fix.
26777         (nntp-via-rlogin-command): Doc fix.
26778         (nntp-via-user-name): Doc fix.
26779         (nntp-via-address): Doc fix.
26780
26781 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26782
26783         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26784         error in Emacs 21.1.
26785
26786 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26787
26788         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26789
26790 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26791
26792         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26793         (gnus-agent-with-refreshed-group): New macro.
26794         (gnus-agent-rename-group): New function.
26795         (gnus-agent-delete-group): New function.
26796         (gnus-agent-save-group-info): Use gnus-command-method when
26797         `method' parameter is nil.  Don't write nil entries into the
26798         active file.
26799         (gnus-agent-get-group-info): New function.
26800         (gnus-agent-fetch-articles):
26801         Use gnus-agent-update-files-total-fetched-for to increment disk space
26802         used.
26803         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26804         Use gnus-agent-update-view-total-fetched-for to increment disk space
26805         used.
26806         (gnus-agent-get-local): Add optional parameters to avoid calling
26807         gnus-group-real-name and gnus-find-method-for-group.
26808         (gnus-agent-set-local): Delete stored entry if either min, or max,
26809         are nil.
26810         (gnus-agent-fetch-session): Reworded error/quit messages.
26811         On quit, use gnus-agent-regenerate-group to record existance of any
26812         articles fetched to disk before the quit occurred.
26813         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26814         gnus-agent-update-view-total-fetched-for, and
26815         gnus-agent-update-files-total-fetched-for to decrement disk space
26816         used.
26817         (gnus-agent-retrieve-headers):
26818         Use gnus-agent-update-view-total-fetched-for to increment disk space
26819         used.
26820         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26821         with gnus-agent-update-files-total-fetched-for to decrement disk
26822         space and fresh group buffer.
26823         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26824         (gnus-agent-need-update-total-fetched-for): New variable.
26825         (gnus-agent-update-files-total-fetched-for): New function.
26826         (gnus-agent-update-view-total-fetched-for): New function.
26827         (gnus-agent-total-fetched-for): New function.
26828
26829         * gnus-cache.el (gnus-cache-save-buffers):
26830         Use gnus-cache-update-overview-total-fetched-for to change disk space
26831         used by this group.
26832         (gnus-cache-possibly-enter-article):
26833         Use gnus-cache-update-file-total-fetched-for to increment disk space
26834         used by this group.
26835         (gnus-cache-possibly-remove-article):
26836         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26837         used by this group.
26838         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26839         (gnus-cache-rename-group): New function.
26840         (gnus-cache-delete-group): New function.
26841         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26842         (gnus-cache-need-update-total-fetched-for): New variable.
26843         (gnus-cache-with-refreshed-group): New macro.
26844         (gnus-cache-update-file-total-fetched-for): New function.
26845         (gnus-cache-update-overview-total-fetched-for): New function.
26846         (gnus-cache-rename-group-total-fetched-for): New function.
26847         (gnus-cache-delete-group-total-fetched-for): New function.
26848         (gnus-cache-total-fetched-for): New function.
26849
26850         * gnus-group.el: Require gnus-sum and autoload functions to
26851         resolve warnings when gnus-group.el compiled alone.
26852         (gnus-group-line-format): Document new %F.
26853         (size of Fetched data) group line format; identifies disk space
26854         used by agent and cache.
26855         (gnus-group-line-format-alist): Define new F format.
26856         (gnus-total-fetched-for): New function.
26857         (gnus-group-delete-group): No longer update
26858         gnus-cache-active-altered as gnus-request-delete-group now keeps
26859         the cache in sync.
26860         (gnus-group-list-active): Let the agent store a server's active
26861         list if currently plugged.
26862
26863         * gnus-int.el (gnus-request-delete-group):
26864         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26865         local disk in sync with the server.
26866         (gnus-request-rename-group):
26867         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26868         local disk in sync with the server.
26869
26870         * gnus-start.el (gnus-get-unread-articles):
26871         Cosmetic simplification to logic.
26872
26873         * gnus-util.el (gnus-rename-file): New function.
26874
26875 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26876
26877         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26878
26879 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26880
26881         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26882         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26883
26884 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26885
26886         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26887         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26888
26889 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26890
26891         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26892
26893 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26894
26895         * spam.el (spam-set-difference): Add function to replace
26896         gnus-set-difference in spam.el.
26897         (spam-summary-prepare-exit): Use spam-set-difference.
26898
26899 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26900
26901         * gnus-registry.el (gnus-registry-cache-file): Update to use
26902         gnus-dribble-directory OR gnus-home-directory OR ~.
26903         (gnus-registry-split-fancy-with-parent): Fix doc.
26904
26905 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26906
26907         * message.el (message-exchange-point-and-mark):
26908         Use message-mark-active-p.  Suggested by Jesper Harder
26909         <harder@ifa.au.dk>.
26910
26911 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26912
26913         * message.el (message-exchange-point-and-mark): Don't activate
26914         region if it was inactive.  Suggested by Hiroshi Fujishima
26915         <pooh@nature.tsukuba.ac.jp>.
26916
26917 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26918
26919         * gnus-art.el (article-display-face): Display Faces in the same
26920         order as X-Faces.
26921
26922 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26923
26924         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26925
26926 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26927
26928         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26929         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26930         (gnus-article-mime-hierarchy): Remove.
26931         (gnus-article-mime-hierarchy-next): Remove.
26932         (gnus-article-mode): Revert 2004-03-19 change.
26933         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26934         (gnus-insert-mime-button): Revert 2004-03-19 change.
26935         (gnus-mime-accumulate-hierarchy): Remove.
26936         (gnus-mime-enter-multipart): Remove.
26937         (gnus-mime-leave-multipart): Remove.
26938         (gnus-mime-display-part): Revert 2004-03-19 change.
26939         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26940
26941         * mml.el (mml-preview): Revert 2004-03-19 change.
26942
26943 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26944
26945         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26946
26947 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26948
26949         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26950         t while entering a file name using the mm-with-multibyte macro.
26951         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26952
26953         * mm-util.el (mm-with-multibyte): New macro.
26954
26955 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26956
26957         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26958         New user option.
26959         (gnus-mime-multipart-functions): Doc and customization fix.
26960         (gnus-article-mime-hierarchy): New variable.
26961         (gnus-article-mime-hierarchy-next): New variable.
26962         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26963         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26964         gnus-article-mime-hierarchy-next to nil.
26965         (gnus-insert-mime-button): Show hierarchy numbers.
26966         (gnus-mime-accumulate-hierarchy): New function.
26967         (gnus-mime-enter-multipart): New function.
26968         (gnus-mime-leave-multipart): New function.
26969         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26970         (gnus-mime-display-alternative): Show hierarchy numbers.
26971
26972         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26973         gnus-article-mime-hierarchy-next to nil.
26974
26975 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26976
26977         * dns.el: Don't require gnus-xmas.
26978
26979 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26980
26981         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26982         inline PGP.
26983         (mml-menu): Disable mml-quote-region if mark is inactive.
26984
26985 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26986
26987         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26988         when the group's active is not available.
26989
26990 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26991
26992         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26993         error.
26994
26995 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26996
26997         * imap.el (imap-store-password): New variable.
26998         (imap-interactive-login): Use it.
26999         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27000
27001 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27002
27003         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27004         window-start and hscroll to summary window.
27005
27006 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27007
27008         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27009         conversion message to newsrc-dribble when an actual conversion is
27010         performed.
27011
27012 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27013
27014         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27015
27016 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27017
27018         * mm-decode.el (mm-complicated-handles): New function reviving
27019         former definition of mm-multiple-handles.
27020
27021         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27022         (gnus-mime-delete-part): Use it.
27023
27024 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27025
27026         * gnus-agent.el (gnus-agent-read-local):
27027         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27028         avoid the implicit assumption that they will always be equal.
27029         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27030         coding-system-for-write, as the with-temp-file macro first prints
27031         to a buffer then saves the buffer.
27032
27033 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27034
27035         * gnus-art.el (gnus-article-edit-part): New function.
27036         (gnus-mime-save-part-and-strip): Use it; do query instead of
27037         signaling an error; don't use mm-multiple-handles.
27038         (gnus-mime-delete-part): Ditto.
27039
27040 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27041
27042         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27043         old file versions.
27044         (gnus-group-prepare-hook): Remove function that converted list
27045         form of gnus-agent-expire-days to group properties.
27046
27047         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27048         (gnus-request-accept-article): Re-indented.
27049
27050         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27051         converters to handle old agent file formats.  Add logic for a
27052         "backup before upgrading warning".
27053         (gnus-convert-mark-converter-prompt): Developers can mark
27054         functions as needing (default), or not needing,
27055         gnus-convert-old-newsrc's "backup before upgrading warning".
27056         (gnus-convert-converter-needs-prompt): Tests whether the user
27057         should be protected from potentially irreversable changes by the
27058         function.
27059
27060         * legacy-gnus-agent.el: New.  Provides converters that are only
27061         loaded when gnus-convert-old-newsrc needs to call them.
27062
27063 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27064
27065         * mail-source.el (mail-source-touch-pop): Doc fix.
27066
27067         * message.el (message-smtpmail-send-it): Doc fix.
27068
27069 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27070
27071         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27072
27073         * nnmail.el (nnmail-split-fancy): do.
27074
27075         * gnus-kill.el (gnus-kill, gnus-execute): do.
27076
27077 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27078
27079         * gnus-sum.el (gnus-widget-reversible-match)
27080         (gnus-widget-reversible-to-internal)
27081         (gnus-widget-reversible-to-external): New functions.
27082         (gnus-widget-reversible): New widget.
27083         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27084
27085 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27086
27087         * gnus-sum.el (gnus-thread-sort-functions)
27088         (gnus-article-sort-functions): Document `(not F)' items.
27089
27090 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27091
27092         * spam.el (spam-use-gmane-xref): Add new backend.
27093         (spam-gmane-xref-spam-group): Add variable to control the name of the
27094         Gmane spam group.
27095         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27096         (spam-regex-headers-spam, spam-regex-headers-ham)
27097         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27098         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27099         backends and checks.
27100         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27101
27102         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27103         an autodetect method.
27104
27105 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27106
27107         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27108         articles are being added to a group.
27109         (gnus-request-replace-article): Inform the agent that articles
27110         need to be uncached as the cached contents are no longer valid.
27111
27112 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27113
27114         * binhex.el: Don't autoload executable-find.
27115
27116         * canlock.el: Don't autoload mail-fetch-field.
27117
27118         * dgnushack.el: Autoload c-mode for XEmacs.
27119
27120         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27121
27122         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27123         rmail-dont-reply-to and rmail-output.
27124
27125         * gnus-score.el: Don't autoload ffap-string-at-point.
27126
27127         * gnus-setup.el: Don't autoload sc-cite-original.
27128
27129         * imap.el: Don't autoload base64-decode-string,
27130         base64-encode-string and md5.
27131
27132         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27133         and rmail-msg-restore-non-pruned-header.
27134
27135         * mm-decode.el: Don't autoload executable-find.
27136
27137         * mm-url.el: Don't autoload executable-find.
27138
27139         * mm-view.el: Don't autoload diff-mode.
27140
27141         * nndb.el: Don't autoload news-reply-mode, news-setup,
27142         cancel-timer and telnet.
27143
27144         * password.el: Don't autoload run-at-time for Emacs.
27145
27146         * sha1-el.el: Don't autoload executable-find.
27147
27148         * sieve-mode.el: Don't autoload c-mode.
27149
27150         * uudecode.el: Don't autoload executable-find.
27151
27152 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27153
27154         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27155         (gnus-agent-possibly-alter-active): Avoid null in numeric
27156         comparison.
27157         (gnus-agent-set-local): Refuse to save null in local object table.
27158         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27159         list of articles that will be marked as unread.
27160
27161 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27162
27163         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27164
27165 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27166
27167         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27168         language tags.
27169
27170 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27171
27172         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27173         Don't bind "obarray".
27174
27175         * gnus-sum.el (gnus-thread-sort-functions):
27176         Add `gnus-thread-sort-by-most-recent-number' and
27177         `gnus-thread-sort-by-most-recent-date'.
27178         Reported by Kai Grossjohann <kai@emptydomain.de>.
27179
27180 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27181
27182         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27183
27184 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27185
27186         * gnus-cus.el (gnus-agent-customize-category):
27187         Remove ignore-errors macro reference that required cl to be loaded at
27188         run-time.
27189
27190         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27191         single-interval range of the form (min . max).  Previously the
27192         range had to look like ((min . max)).  Likewise, return
27193         (min . max) rather than ((min . max)).
27194         (gnus-range-map): Use gnus-range-normalize to accept
27195         single-interval range.
27196
27197         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27198         the cache, but not the agent, now appear with their usual face.
27199
27200         * dgnushack.el (loaddir): New variable that is bound to the
27201         directory containing the dgnushack.el file.  Use loaddir, rather
27202         than srcdir, to update load-path.  Change lets dgnushack compile
27203         code in directories other than GNUS/lisp.
27204
27205 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27206
27207         * lpath.el: Don't bind w3m-safe-url-regexp.
27208
27209         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27210         w3m-safe-url-regexp variable buffer-local.
27211
27212         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27213
27214 2004-02-27  Simon Josefsson  <jas@extundo.com>
27215
27216         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27217         gnus-group-real-prefix.
27218         (gnus-summary-move-article): Use it, instead of
27219         gnus-group-real-prefix.
27220
27221 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27222
27223         * lpath.el: Bind w3m-safe-url-regexp.
27224
27225         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27226         w3m-safe-url-regexp variable buffer-local and set it as the value
27227         of mm-w3m-safe-url-regexp.
27228
27229         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27230
27231         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27232         parsing gnus-posting-styles when the message is not for replying.
27233
27234         * dgnushack.el: Autoload sgml-mode for XEmacs.
27235
27236         * nnrss.el (nnrss-opml-export):
27237         Use mm-set-buffer-file-coding-system instead of
27238         set-buffer-file-coding-system.
27239
27240 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27241
27242         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27243         of checkdoc.el).
27244         * nnrss.el: do.
27245         * gnus-mlspl.el: do.
27246         * gnus-ml.el: do.
27247         * gnus-srvr.el: do.
27248
27249         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27250
27251 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27252
27253         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27254         Corrections to custom-manual links.
27255
27256         * gnus-art.el (gnus-article): Ditto.
27257
27258         * mm-decode.el (mime-display, mime-security): Ditto.
27259
27260 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27261
27262         * flow-fill.el: Typo.
27263
27264 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27265
27266         * spam-wash.el: New file.
27267
27268 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27269
27270         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27271
27272 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27273
27274         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27275         to be run with new-articles as LIST1, not LIST2.
27276         (spam-registration-functions): Add spam-use-ham-copy as a nil
27277         registration backend.
27278
27279 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27280
27281         * spam-stat.el (spam-stat-washing-hook): New option.
27282         (spam-stat-buffer-words): Use it.
27283         (spam-stat-process-directory, spam-stat-test-directory):
27284         Use insert-file-contents-literally.
27285         (spam-stat-coding-system): New variable.
27286         (spam-stat-load, spam-stat-save): Use it.
27287
27288 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27289
27290         * spam-report.el (spam-report-plug-agent):
27291         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27292
27293 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27294
27295         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27296         Allow / in mailto URLs.
27297
27298 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27299
27300         * spam-report.el (spam-report-process-queue): Fix interactive use.
27301         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27302         (spam-report-unplug-agent): Doc fixes.
27303         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27304         (spam-report-agentize, spam-report-deagentize): Autoload.
27305
27306 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27307
27308         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27309
27310         * message.el (message-setup-fill-variables): Add mml tags to
27311         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27312         <ajk@iu.edu>.
27313         (message-mode): Don't modify paragraph-separate there.
27314
27315 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27316
27317         * compface.el (uncompface-use-external): Default to undecided.
27318         (uncompface-use-external-threshold): New variable.
27319         (uncompface-float-time): New macro.
27320         (uncompface): Determine whether to use the external decoder if
27321         uncompface-use-external is undecided.
27322
27323 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27324
27325         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27326         after images.
27327
27328         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27329
27330 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27331
27332         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27333
27334         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27335
27336         * gnus-sum.el (gnus-summary-limit-to-age)
27337         (gnus-summary-limit-children): do.
27338
27339         * gnus-int.el (gnus-request-scan): do.
27340
27341         * gnus-group.el (gnus-group-suspend): do.
27342
27343         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27344
27345         * gnus-cite.el (gnus-cite-parse-attributions): do.
27346
27347         * gnus-agent.el (gnus-summary-set-agent-mark)
27348         (gnus-agent-regenerate-group): do.
27349
27350         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27351
27352         * binhex.el (binhex-decode-region-internal): do.
27353
27354 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27355
27356         * gnus-fun.el (gnus-face-properties-alist): New user option.
27357         (gnus-display-x-face-in-from): Use it.
27358
27359         * gnus-art.el (article-display-face): Ditto.
27360
27361         * compface.el (uncompface-use-external): Default to nil.
27362
27363 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27364
27365         * nntp.el (nntp-erase-buffer): New function.
27366         (nntp-retrieve-data, nntp-send-command)
27367         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27368         (nntp-possibly-change-group): Use it.
27369
27370         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27371         Use with-current-buffer.
27372
27373 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27374
27375         * compface.el: Merge the ELisp-based uncompface program.
27376         (compface): New customization group.
27377         (uncompface-use-external): New user option.
27378         (uncompface): Call uncompface-internal if uncompface-use-external
27379         is nil.
27380         (uncompface-internal): New function.  Note that there are also
27381         some other functions and variables added for this function.
27382
27383 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27384
27385         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27386         if necessary.
27387
27388 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27389
27390         * spam-report.el (spam-report-unplug-agent)
27391         (spam-report-plug-agent, spam-report-deagentize)
27392         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27393         Add support for the Agent in spam-report: when unplugged, report to a
27394         file; when plugged, submit all the requests.
27395
27396         * spam.el (spam-register-routine): Fix message about
27397         registration.
27398
27399 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27400
27401         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27402         dependencies.
27403         (rfc2047-encode): Use it.
27404
27405         * gnus-art.el (gnus-button-marker-list): Move before first
27406         reference.
27407
27408         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27409         (imap-parse-body): Fix format string mismatch.
27410
27411         * gnus-score.el (gnus-summary-increase-score): do.
27412
27413         * nnrss.el (nnrss-close): New function.
27414
27415 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27416
27417         * nnrss.el (nnrss-make-filename): New function.
27418         (nnrss-request-delete-group, nnrss-read-server-data)
27419         (nnrss-save-server-data, nnrss-read-group-data)
27420         (nnrss-save-group-data): Use it.
27421         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27422         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27423         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27424
27425 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27426
27427         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27428
27429 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27430
27431         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27432         files.
27433
27434         * message.el (message-generate-headers-first): Don't quote nil
27435         and t in docstrings.
27436
27437         * imap.el (imap-id): do.
27438
27439         * gnus-agent.el (gnus-agent-consider-all-articles)
27440         (gnus-agent-queue-mail): do.
27441
27442 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27443
27444         * spam-report.el (spam-report-process-queue): New function.
27445         Process requests from `spam-report-requests-file'.
27446         (spam-report-process-queue): Doc fix.
27447
27448 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27449
27450         * spam.el (spam-register-routine)
27451         (spam-log-processing-to-registry, spam-log-registered-p)
27452         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27453         Change "check" to "spam-check" for semi-clarity.
27454
27455 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27456
27457         * pop3.el: Require nnheader.
27458
27459         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27460
27461         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27462
27463         * gnus-picon.el: Require cl.
27464
27465         * gnus-fun.el: Require gnus-ems and gnus-util.
27466
27467         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27468
27469         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27470
27471         * gnus-art.el (gnus-article-edit-mode): Define before first
27472         reference.
27473
27474 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27475
27476         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27477         (gnus-uu-post-encoded): Use point-at-bol.
27478
27479         * gnus-topic.el (gnus-group-active-topic-p): do.
27480
27481         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27482
27483         * gnus-group.el (gnus-group-kill-region): do.
27484
27485         * gnus-art.el (article-date-ut): do.
27486
27487         * message.el (message-fetch-field): Remove redundant
27488         case-fold-search binding.
27489         (message-narrow-to-field): Simplify.
27490
27491 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27492
27493         * spam.el (spam-directory): Derive from `gnus-directory'.
27494
27495         * spam-report.el (spam-report-url-to-file)
27496         (spam-report-requests-file): New function and variable for offline
27497         reporting.
27498         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27499         and user defined function.
27500         (spam-report-url-ping-mm-url): Remove doubled slash.
27501
27502 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27503
27504         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27505
27506 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27507
27508         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27509         Fix format string mismatch.
27510
27511         * sieve.el (sieve-deactivate-all): do.
27512
27513         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27514
27515         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27516
27517         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27518
27519         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27520
27521 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27522
27523         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27524         the list of checks.
27525
27526 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27527
27528         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27529         padding.
27530
27531 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27532
27533         * mm-view.el (mm-fill-flowed): New variable.
27534         (mm-inline-text): Use it.
27535
27536 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27537
27538         * spam.el (spam-spamassassin-register-ham-routine)
27539         (spam-spamassassin-register-spam-routine): Fix function names.
27540
27541 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27542
27543         * gnus.el (gnus-tmp-grouplens): Remove.
27544         (gnus-summary-line-format): Remove grouplens.
27545
27546         * gnus-group.el (gnus-group-line-format): Ditto.
27547
27548         * gnus-spec.el (gnus-format-specs): Ditto.
27549         (gnus-update-format-specifications): Flush the group format spec
27550         cache if there's the grouplens stuff.
27551         (gnus-parse-simple-format): Replace %l with the empty string.
27552
27553 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27554
27555         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27556         omission.
27557
27558 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27559
27560         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27561         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27562
27563 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27564
27565         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27566         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27567         New macros and functions.
27568         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27569         Handle > NLINK_MAX messages.
27570         * nnmaildir.el (nnmaildir-request-set-mark):
27571         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27572
27573 2004-01-25  Alex Schroeder  <alex@gnu.org>
27574
27575         * spam-stat.el (spam-stat-process-directory-age): New option.
27576         (spam-stat-process-directory): Use it.
27577
27578 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27579
27580         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27581         (spam-stat-save): Accept prefix argument.
27582
27583 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27584
27585         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27586         links" error.
27587
27588 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27589
27590         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27591         the rest of the and/or forms.
27592
27593 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27594
27595         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27596         compatibility with old .newsrc.eld files.
27597
27598         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27599
27600         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27601
27602         * gnus-start.el (gnus-1): do.
27603
27604         * gnus-group.el (gnus-group-line-format-alist): do.
27605
27606         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27607
27608         * gnus-gl.el: Remove.
27609
27610 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27611
27612         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27613         marks consisting of a single range {for example, (3 . 5)} rather
27614         than a list of a single range { ((3 . 5)) }.
27615
27616 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27617
27618         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27619         Use with-current-buffer.
27620         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27621         avoid consing a string.
27622
27623         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27624         Remove obsolete entries for big5 and gb2312.
27625
27626 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27627
27628         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27629         uncompressed list.
27630
27631 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27632
27633         * spam-stat.el (spam-stat-strip-xref): New function.
27634         (spam-stat-process-directory): Use it.
27635
27636         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27637         here -- it's done in message-fetch-field.
27638
27639 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27640
27641         * gnus-agent.el (gnus-agent-queue-mail)
27642         (gnus-agent-prompt-send-queue): New variables.
27643         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27644         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27645         "nndraft:queue" along to gnus-draft-send.
27646         Use gnus-agent-prompt-send-queue.
27647         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27648         is "nndraft:queue".  Suggested by Gaute Strokkenes
27649         <gs234@srcf.ucam.org>
27650
27651         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27652         (agent-enable-undownloaded-faces): Add.
27653         (gnus-agent-cat-groups): Use eval-and-compile, not
27654         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27655         method of gnus-agent-cat-groups even when the buffer has been
27656         evaled.
27657         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27658         delete gnus-agent-save-active-1.
27659         (gnus-agent-save-groups): Delete.  Identical to
27660         gnus-agent-save-active.
27661         (gnus-agent-write-active): No longer adjust agent's copy of active
27662         file as agent's adjustments are now stored in their own
27663         file.  Remove optional parameter.
27664         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27665         servers.  Add use of min/max range limits from server's local
27666         file.
27667         (gnus-agent-save-alist): Remove unused optional argument.
27668         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27669         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27670         (gnus-agent-set-local): A per-server file that keeps min/max range
27671         limits for articles known to the agent.  Provides a fast mechanism
27672         for altering many active ranges.
27673         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27674         active file (local makes it unnecessary).
27675         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27676
27677         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27678         (agent-enable-undownloaded-faces): Add.
27679
27680         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27681         disable it when sending to "nndraft:queue".
27682         (gnus-group-send-queue): Add safety check to avoid sending queue
27683         when unplugged.
27684
27685         * gnus-group.el (gnus-group-catchup): Use new
27686         gnus-sequence-of-unread-articles, not
27687         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27688         numbers of articles.  Use gnus-range-map to avoid having to
27689         uncompress the unread list.
27690         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27691         Fix invalid ange-ftp reference.
27692
27693         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27694         (gnus-sorted-range-intersection): Intersection of two ranges
27695         without requiring that they first be uncompressed.
27696
27697         * gnus-start.el (gnus-activate-group): Unless blocked by the
27698         caller, possibly expand the active range to include both cached
27699         and agentized articles.
27700         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27701         multiple version-dependent converters.
27702         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27703         gnus-agent-save-active.
27704         (gnus-save-newsrc-file): Save dirty agent range limits.
27705
27706         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27707         gnus-agent-possibly-alter-active.
27708         (gnus-adjust-marked-articles): Faster handling of simple lists.
27709
27710 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27711
27712         * spam-stat.el (spam-stat-test-directory): New optional argument
27713         displays a list of files detected.  Suggested by Andrew Cohen
27714         <cohen@andy.bu.edu>.
27715         (spam-stat-buffer-words-with-scores): Don't narrow and change
27716         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27717
27718 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27719
27720         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27721         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27722         (spam-spamassassin-arguments)
27723         (spam-spamassassin-spam-flag-header)
27724         (spam-spamassassin-positive-spam-flag-header)
27725         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27726         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27727         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27728         (spam-list-of-processors, spam-list-of-checks)
27729         (spam-list-of-statistical-checks, spam-registration-functions)
27730         (spam-check-spamassassin-headers, spam-check-spamassassin)
27731         (spam-spamassassin-score)
27732         (spam-spamassassin-register-with-sa-learn)
27733         (spam-spamassassin-register-spam-routine)
27734         (spam-spamassassin-register-ham-routine)
27735         (spam-assassin-register-spam-routine)
27736         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27737         (spam-bogofilter-score): Fix to show article before scoring.
27738
27739 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27740
27741         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27742         default scoring function.
27743         (spam-generic-score): Call spam-spamassassin-score if
27744         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27745         spam-bogofilter-score otherwise.
27746
27747         * gnus.el (spam-process, spam-autodetect-methods):
27748         Add spamassassin and spamassassin-headers.
27749
27750 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27751
27752         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27753         Suppress unnecessary messages.
27754
27755 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27756
27757         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27758         make-hash-table.
27759
27760 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27761
27762         * canlock.el (base64-encode-string): Don't autoload it.
27763
27764 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27765
27766         * run-at-time.el: Remove useless (require 'itimer),
27767         eval-and-compile and (featurep 'xemacs).
27768
27769 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27770
27771         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27772         GROUP is a virtual group.
27773
27774 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27775
27776         * gnus.el: Autoload `message-y-or-n-p'.
27777
27778 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27779
27780         * pgg-parse.el: Remove unnecessary (require 'custom).
27781
27782         * pgg-def.el: do.
27783
27784         * nnmail.el: do.
27785
27786         * gnus-undo.el: do.
27787
27788         * gnus-picon.el: do.
27789
27790         * gnus-util.el: do.
27791
27792 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27793
27794         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27795
27796 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27797
27798         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27799         handle, as well as a list.
27800
27801         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27802         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27803         (mm-w3m-cid-retrieve): Simplify.
27804
27805 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27806
27807         * message.el (message-kill-to-signature): Allow prefix arg to
27808         specify number of lines to keep before signature.
27809
27810 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27811
27812         * message.el (message-kill-to-signature): Change docstring.
27813
27814 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27815
27816         * canlock.el: Always require sha1-el.
27817         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27818
27819         * message.el: Autoload sha1 only when compiling.
27820
27821         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27822         eudc-expand-inline for XEmacs.
27823
27824 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27825
27826         * message.el (message-canlock-generate): Require sha1-el.
27827
27828 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27829
27830         * message.el (message-expand-name): Silence the byte compiler.
27831
27832         * lpath.el: Add detect-coding-system.
27833
27834         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27835         cus-edit.
27836
27837 2004-01-13  Simon Josefsson  <jas@extundo.com>
27838
27839         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27840         Invoke gnus-score-mode.
27841         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27842
27843         * gnus-range.el (gnus-compress-sequence): Doc fix.
27844         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27845
27846 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27847
27848         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27849
27850 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27851
27852         * spam.el (spam-get-article-as-string): Update to use
27853         gnus-request-article-this-buffer, much simpler.
27854         (spam-get-article-as-buffer): Remove.
27855
27856 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27857
27858         * message.el (message-expand-name): Use EUDC if the user uses that.
27859
27860 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27861
27862         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27863         character for the encoding to avoid consing a string.
27864
27865         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27866         unnecessarily.
27867
27868         * mm-util.el (mm-replace-chars-in-string): Remove.
27869
27870         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27871         of mm-replace-chars-in-string.
27872
27873 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27874
27875         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27876
27877         * mm-util.el (mm-subst-char-in-string): Support inplace.
27878
27879         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27880         a new string in every iteration.  Use shy groups.
27881
27882 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27883
27884         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27885         * gnus-soup.el (gnus-soup-group-brew):
27886         * gnus-msg.el (gnus-put-message):
27887         * gnus-move.el (gnus-group-move-group-to-server):
27888         * gnus-kill.el (gnus-batch-score):
27889         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27890         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27891         (gnus-group-update-group, gnus-group-read-group)
27892         (gnus-group-make-group, gnus-group-make-help-group)
27893         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27894         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27895         (gnus-group-sort-by-unread, gnus-group-catchup)
27896         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27897         (gnus-group-yank-group, gnus-group-set-info)
27898         (gnus-group-list-groups):
27899         * gnus.el (gnus-generate-new-group-name):
27900         * gnus-delay.el (gnus-delay-send-queue):
27901         * nnvirtual.el (nnvirtual-catchup-group):
27902         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27903         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27904         (gnus-group-prepare-topics, gnus-topic-check-topology):
27905         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27906         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27907         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27908         (gnus-group-make-articles-read):
27909         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27910         (gnus-group-change-level, gnus-kill-newsgroup)
27911         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27912         (gnus-get-unread-articles, gnus-make-articles-unread)
27913         (gnus-make-ascending-articles-unread): Use accessor
27914         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27915         to get group information for improved readability.
27916
27917
27918 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27919
27920         * gnus-art.el (article-decode-mime-words, article-babel)
27921         (gnus-article-highlight-signature, gnus-article-add-buttons)
27922         (gnus-signature-toggle): Use gnus-with-article-buffer.
27923
27924         * gnus-art.el (gnus-article-highlight-headers)
27925         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27926
27927         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27928         (gnus-article-set-globals, gnus-request-article-this-buffer)
27929         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27930         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27931         (gnus-mime-display-alternative): Use with-current-buffer.
27932
27933 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27934
27935         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27936         also under 80 char limit, and call gnus-error if needed.
27937         (spam-fetch-article-header): Fix - it was a
27938         buffer-local variable (gnus-newsgroup-data).
27939         (spam-find-spam): Use spam-generate-fake-headers, forget about
27940         spam-insert-fake-headers.
27941         (spam-insert-fake-headers): Remove.
27942
27943 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27944
27945         * deuglify.el (gnus-article-outlook-unwrap-lines)
27946         (gnus-outlook-rearrange-article)
27947         (gnus-outlook-repair-attribution-outlook)
27948         (gnus-outlook-repair-attribution-block)
27949         (gnus-outlook-repair-attribution-other): Remove redundant
27950         save-excursion.
27951
27952 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27953
27954         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27955         (spam-fetch-field-subject-fast)
27956         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27957         (spam-fetch-article-header): Add functions to deal with Gnus
27958         internals for fast retrieval of article header data.
27959         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27960
27961 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27962
27963         * pop3.el (pop3-md5): Remove.
27964         (pop3-apop): Replace pop3-md5 with md5.
27965
27966         * mm-bodies.el: base64 is always built-in.
27967
27968         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27969         Use with-current-buffer.
27970
27971 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27972
27973         * canlock.el (canlock-insert-header): Remove excessive grouping in
27974         regexp.
27975
27976         * gnus-sum.el (gnus-summary-read-document): Ditto.
27977
27978         * gnus-uu.el (gnus-uu-part-number): Ditto.
27979
27980         * html2text.el (html2text-remove-tags): Ditto.
27981         (html2text-format-tags): Ditto.
27982         (html2text-format-single-elements): Ditto.
27983
27984         * mml.el (mml-parse-1): Ditto.
27985
27986 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27987
27988         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27989
27990         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27991
27992         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27993
27994         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27995
27996 2003-11-15  Simon Josefsson  <jas@extundo.com>
27997
27998         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27999         (pgg-gpg-lookup-key): Use regexp match instead of
28000         split-string (split-string is different between emacs 21.2 and
28001         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28002
28003 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28004
28005         * gnus-art.el (gnus-mime-view-all-parts)
28006         (gnus-article-part-wrapper, gnus-article-view-part):
28007         Use with-current-buffer.
28008
28009 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28010
28011         * spam.el (spam-disable-spam-split-during-ham-respool)
28012         (spam-spamoracle-database, spam-cache-lookups)
28013         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28014         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28015         (spam-group-ham-marks, spam-group-spam-marks)
28016         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28017         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28018         also add spam-use-blackholes to the statistical checks.
28019         (spam-fetch-field-fast): Add interface to fetching fields, may
28020         become a macro.
28021         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28022         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28023         (spam-insert-fake-headers): Fake an article when needed.
28024         (spam-find-spam): Fake article when possible.
28025         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28026         (spam-check-bogofilter-headers): Use message-fetch-field instead
28027         of nnmail-fetch-field.
28028
28029 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28030
28031         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28032
28033 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28034
28035         * spam.el (spam-split): Do not require spam-use-CHECK to be
28036         enabled if that check is passed to spam-split explicitly; also
28037         fix so 'spam doesn't get converted to spam-split-group when
28038         spam-split-symbolic-return is t.
28039         (spam-find-spam): Find registrations of the article and use those
28040         instead of re-running spam-split to find the spam/ham
28041         classification of the article.
28042         (spam-log-processing-to-registry, spam-log-registered-p)
28043         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28044         Use gnus-error instead of gnus-message.
28045         (spam-log-registration-type): Add function to determine the
28046         classification of a message based on registry entries; will
28047         return nil if both 'spam and 'ham are found.
28048         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28049         a reasonably fast local cache without the loading errors.
28050         (spam-cache-lookups): Set to t by default.
28051         (spam-find-spam): Don't try to guess spam-cache-lookups.
28052         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28053         spam-caches entry.
28054         (spam-filelist-build-cache, spam-filelist-check-cache):
28055         Fix caching of whitelist/blacklist entries.
28056         (spam-check-whitelist, spam-check-blacklist):
28057         Invoke spam-from-listed-p with a type, not a cache variable.
28058         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28059
28060 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28061
28062         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28063
28064         * nnmail.el (nnmail-split-fancy): do.
28065
28066         * mml.el (mml-parse): do.
28067
28068         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28069         (gnus-score-adaptive): do.
28070
28071 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28072
28073         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28074         (gnus-mime-button-map): Don't set keymap parent.
28075         (gnus-button-ctan-directory-regexp): Use shy grouping.
28076         (gnus-prev-page-map): Don't set keymap parent.
28077         (gnus-prev-page-map): Remove duplicated one.
28078         (gnus-next-page-map): Don't set keymap parent.
28079         (gnus-mime-security-button-map): Ditto.
28080
28081         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28082         version number.
28083
28084         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28085
28086 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28087
28088         * canlock.el (canlock-sha1-function): Remove.
28089         (canlock-sha1-function-for-verify): Remove.
28090         (canlock-openssl-program): Remove.
28091         (canlock-openssl-args): Remove.
28092         (canlock-ignore-errors): Remove.
28093         (canlock-sha1-with-openssl): Remove.
28094         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28095         (canlock-verify): Don't use canlock-ignore-errors.
28096
28097         * sha1-el.el (sha1-string-external): Make it can return a string
28098         in binary form.
28099         (sha1-region-external): Ditto.
28100         (sha1-string-internal): Ditto.
28101         (sha1-region-internal): Ditto.
28102         (sha1-region): Ditto.
28103         (sha1-string): Ditto.
28104         (sha1): Ditto.
28105
28106 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28107
28108         * spam.el (spam-report-articles-gmane): New command.
28109
28110 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28111
28112         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28113
28114         * run-at-time.el (run-at-time-saved): Remove.
28115         (run-at-time): Doc fix.
28116
28117 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28118
28119         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28120         (gnus-summary-limit-map): Add it.
28121         (gnus-summary-make-menu-bar): do.
28122
28123 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28124
28125         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28126         Make attempt at some caching support (done for BBDB only now).
28127         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28128         addresses to be checked.
28129         (spam-clear-cache-BBDB): Add function, to be invoked by
28130         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28131         (spam-check-BBDB): Check and use the caches, if
28132         spam-cache-lookups is on, remove superfluous (provide).
28133
28134 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28135
28136         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28137
28138 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28139
28140         * run-at-time.el (run-at-time-saved): Move to after the definition
28141         of `run-at-time'.
28142
28143         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28144
28145 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28146
28147         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28148         mm-w3m-local-map-property.
28149
28150         * mm-view.el (mm-w3m-mode-map): Remove.
28151         (mm-w3m-local-map-property): Remove.
28152         (mm-inline-text-html-render-with-w3m): Don't use
28153         mm-w3m-local-map-property.
28154
28155 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28156
28157         * run-at-time.el: New file.
28158
28159         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28160         under Emacs.
28161
28162         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28163         of gnus-set-text-properties.
28164
28165         * gnus-uu.el (gnus-uu-save-article): Ditto.
28166
28167         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28168
28169         * gnus-cite.el (gnus-cite-parse): Ditto.
28170
28171         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28172         of gnus-.
28173
28174         * gnus-xmas.el (run-at-time): Require run-at-time.
28175
28176         * gnus.el: Change calls to nnheader-run-at-time and
28177         password-run-at-time throughout to use run-at-time directly.
28178
28179         * password.el: Remove definition of run-at-time.
28180
28181         * nnheaderxm.el: Remove definition of run-at-time.
28182
28183 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28184
28185         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28186         in prompt.
28187
28188 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28189
28190         * messagexmas.el (message-xmas-redefine): Alias
28191         `message-make-caesar-translation-table' to
28192         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28193         version.
28194
28195         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28196         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28197         `gnus-xmas-set-text-properties'.
28198         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28199         `gnus-xmas-completing-read'.
28200         (gnus-xmas-completing-read): Removed.
28201         (gnus-xmas-open-network-stream): Removed.
28202
28203         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28204         XEmacs version.
28205
28206         * dns.el (dns-make-network-process): Use `open-network-stream'
28207         instead of `gnus-xmas-open-network-stream'.
28208
28209         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28210
28211         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28212
28213 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28214
28215         * gnus-art.el (gnus-mime-display-alternative)
28216         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28217         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28218         Don't use gnus-local-map-property.
28219
28220         * gnus-util.el (gnus-local-map-property): Remove.
28221
28222         * mm-view.el (mm-view-pkcs7-decrypt):
28223         Replace gnus-completing-read-maybe-default with completing-read.
28224
28225         * gnus-util.el (gnus-completing-read): do.
28226         (gnus-completing-read-maybe-default): Remove.
28227
28228 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28229
28230         * password.el: Only autoload `run-at-time' if not XEmacs.
28231         Only autoload the itimer functions if XEmacs.
28232
28233 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28234
28235         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28236         XEmacsen.
28237
28238         * dgnushack.el: Autoload executable-find for XEmacs.
28239
28240 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28241
28242         * gnus-art.el (gnus-read-string): Remove.
28243         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28244         read-string.
28245
28246 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28247
28248         * netrc.el: Autoload password-read.
28249         (netrc): Add configuration group.
28250         (netrc-encoding-method, netrc-openssl-path):
28251         Add variables for encoding and decoding of files with symmetric
28252         ciphers.
28253         (netrc-encode): Add assistant function to encode a file with
28254         netrc-encoding-method.
28255         (netrc-parse): Add interactive parameter, added optional
28256         decoding if netrc-encoding-method is non-nil but otherwise
28257         behavior is standard.
28258         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28259         Do s/encode/encrypt/ everywhere.
28260
28261         * spam.el: Remove executable-find autoload.
28262
28263 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28264
28265         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28266
28267         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28268
28269 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28270
28271         * gnus-art.el (gnus-treat-ansi-sequences)
28272         (article-treat-ansi-sequences): New variable and function.
28273         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28274
28275         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28276         Use it.
28277
28278 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28279
28280         * mm-util.el (mm-quote-arg): Remove.
28281
28282         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28283         shell-quote-argument.
28284
28285         * gnus-uu.el (gnus-uu-command): do.
28286
28287         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28288
28289         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28290         with make-char.
28291
28292         * mm-util.el (mm-make-char): Remove.
28293
28294         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28295         add-minor-mode.
28296
28297         * gnus-undo.el (gnus-undo-mode): do.
28298
28299         * gnus-topic.el (gnus-topic-mode): do.
28300
28301         * gnus-sum.el (gnus-dead-summary-mode): do.
28302
28303         * gnus-start.el (gnus-slave-mode): do.
28304
28305         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28306
28307         * gnus-ml.el (gnus-mailing-list-mode): do.
28308
28309         * gnus-gl.el (gnus-grouplens-mode): do.
28310
28311         * gnus-draft.el (gnus-draft-mode): do.
28312
28313         * gnus-dired.el (gnus-dired-mode): do.
28314
28315         * gnus-ems.el (gnus-add-minor-mode): Remove.
28316
28317         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28318         Replace gnus-char-width with char-width.
28319
28320         * gnus-ems.el (gnus-char-width): Remove.
28321
28322         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28323         Replace gnus-char-width with char-width.
28324
28325         * gnus-ems.el (gnus-char-width): Remove.
28326
28327         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28328         definition.
28329         Remove Emacs 20 hash table compatibility code.
28330
28331         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28332         20 compatibility code.
28333
28334         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28335
28336         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28337
28338         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28339         Replace with point-at-{eol,bol}.
28340
28341         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28342
28343         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28344
28345         * flow-fill.el (fill-flowed-point-at-bol)
28346         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28347
28348         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28349         Replace with point-at-{eol,bol} throughout all files.
28350
28351 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28352
28353         * ntlm.el (ntlm-string-as-unibyte): New macro.
28354         (ntlm-build-auth-response): Use it.
28355
28356         Remove Emacs 20 stuff:
28357         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28358         (butlast, mapc, remove): Remove the compiler macros.
28359         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28360         of delq and copy-sequence.
28361         * gnus-art.el (popup-menu): Remove the compiler macro.
28362         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28363         Emacs 20.
28364
28365 2004-01-05  Simon Josefsson  <jas@extundo.com>
28366
28367         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28368         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28369         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28370         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28371         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28372         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28373         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28374         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28375         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28376         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28377         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28378         string-xor into ntlm-string-xor.
28379         Suggested by Jesper Harder <harder@myrealbox.com>.
28380
28381         * ntlm.el: Don't include poem.
28382
28383         * md4.el (print-int32, print-string-hexa): Remove.
28384         Suggested by Jesper Harder <harder@myrealbox.com>.
28385
28386         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28387
28388         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28389         probably breaks emacs with DL patch, but do we care? Is anyone
28390         still using the DL stuff?)
28391
28392         * sieve-manage.el: Use the password package.
28393         (sieve-manage-read-passwd): Remove.
28394         (sieve-manage-interactive-login): Use password.  Re-add
28395         condition-case around loop.
28396
28397         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28398         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28399         Use the password package.
28400
28401 2003-02-19  Simon Josefsson  <jas@extundo.com>
28402
28403         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28404         token.
28405
28406 2002-08-07  Simon Josefsson  <jas@extundo.com>
28407
28408         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28409         (sieve-manage-authenticators)
28410         (sieve-manage-authenticator-alist): Add some SASL mechs.
28411         (sieve-sasl-auth): New function.
28412         (sieve-manage-cram-md5-auth)
28413         (sieve-manage-plain-auth): Rewrite using SASL library.
28414         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28415         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28416         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28417         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28418
28419 2004-01-05  Simon Josefsson  <jas@extundo.com>
28420
28421         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28422         New files.
28423
28424 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28425
28426         * gnus-group.el (gnus-no-groups-message): Update.
28427
28428         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28429
28430 2003-11-09  Simon Josefsson  <jas@extundo.com>
28431
28432         * imap.el: Support for ID IMAP extension (RFC 2971).
28433         (imap-local-variables): Add imap-id.
28434         (imap-id): New variable.
28435         (imap-id): New function.
28436         (imap-parse-response): Parse untagged ID response.
28437         * nnimap.el (nnimap-id): New variable.
28438         (nnimap-open-connection): Use it.
28439
28440 2003-12-28  Simon Josefsson  <jas@extundo.com>
28441
28442         * gnus-score.el (gnus-score-edit-all-score): New.
28443         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28444
28445 2004-01-04  Simon Josefsson  <jas@extundo.com>
28446
28447         * password.el: Add.
28448
28449 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28450
28451         * dns.el (dns-query-types): Fix typo.
28452         (dns-query-types): New function.
28453         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28454         PTR and SOA replies, see RFC 1035.
28455
28456 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28457
28458         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28459
28460         * Move to Changelog.2.
28461
28462 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28463
28464         * gnus.el (gnus-version-number): Bump version.
28465
28466 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28467
28468         * gnus.el: No Gnus v0.1 is released.
28469
28470 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28471
28472         * gnus.el: No Gnus v0.0 is released.
28473
28474 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28475
28476         * gnus.el (gnus-version-number): Bump.
28477         (gnus-version): No.
28478
28479 See ChangeLog.2 for earlier changes.
28480
28481   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28482
28483   This file is part of GNU Emacs.
28484
28485   GNU Emacs is free software: you can redistribute it and/or modify
28486   it under the terms of the GNU General Public License as published by
28487   the Free Software Foundation, either version 3 of the License, or
28488   (at your option) any later version.
28489
28490   GNU Emacs is distributed in the hope that it will be useful,
28491   but WITHOUT ANY WARRANTY; without even the implied warranty of
28492   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28493   GNU General Public License for more details.
28494
28495   You should have received a copy of the GNU General Public License
28496   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28497
28498 ;; Local Variables:
28499 ;; coding: utf-8
28500 ;; fill-column: 79
28501 ;; add-log-time-zone-rule: t
28502 ;; End: