515843ca76487d905f458589ac093e14aa8a2c50
[gnus] / lisp / ChangeLog
1 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * message.el (message-overlay-put, message-make-overlay)
4         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
5         (message-delete-overlay, message-window-inside-pixel-edges):
6         Declare before using.
7
8 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * message.el (message-overlay-get, message-overlays-in)
11         (message-window-inside-pixel-edges):
12         * messagexmas.el (message-overlay-get, message-overlays-in):
13         XEmacs compatible functions.
14
15 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * message.el (message-toggle-image-thumbnails): New command.
18
19 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20
21         * message.el (message-send-form-letter): Change (message (format ...))
22         to (message ...).  This lessens the probability of confusion when
23         the output of `format' contains `%'.
24
25 2015-08-04  David Kastrup  <dak@gnu.org>
26
27         * gnus-art.el (gnus-article-describe-key)
28         (gnus-article-describe-key-briefly):
29         Do not overwrite preexisting contents of unread-command-events.
30
31 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
32
33         * nnimap.el (nnimap-request-move-article)
34         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
35         extension if available.
36
37 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
38
39         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
40         capabilities instead of relying on LOGIN response.
41
42 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
43
44         * nnbabyl.el (nnbabyl-retrieve-headers):
45         * nndiary.el (nndiary-retrieve-headers):
46         * nneething.el (nneething-retrieve-headers):
47         * nnmbox.el (nnmbox-retrieve-headers):
48         * nnmh.el (nnmh-retrieve-headers):
49         * nnml.el (nnml-retrieve-headers):
50         * nnspool.el (nnspool-retrieve-headers):
51         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
52         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
53         progress-report percentages and the like.  This avoids problems
54         if (* 100 NUMERATOR) would overflow.
55
56         * gnus-registry.el (gnus-registry-import-eld):
57         * registry.el (registry-reindex):
58         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
59
60 2015-07-17  Julien Danjou  <jd@abydos>
61
62         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
63         command.
64
65 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
66
67         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
68         of function arguments.
69
70 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
71
72         * nnimap.el: Clean up "unused var" warnings.
73         (auth-source-creation-prompts): Declare.
74         (nnimap-retrieve-headers, nnimap-status-message)
75         (nnimap-request-create-group, nnimap-request-delete-group)
76         (nnimap-close-group, nnimap-request-move-article)
77         (nnimap-request-accept-article, nnimap-request-newgroups)
78         (nnimap-request-post, nnimap-dummy-active-number)
79         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
80         (nnimap-parse-flags): Remove unused var `p'.
81         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
82         (nnimap-flags-to-marks): Remove unused var `totalp'.
83
84 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
85
86         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
87         before RFC822.SIZE.
88
89 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
90
91         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
92         so that a 'plain value for the `nnimap-stream' server variable is
93         handled correctly.
94
95 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
96
97         Remove unused let variables
98         * nnimap.el (nnimap-request-group): Variables are not used.
99
100         Check if group names are already strings
101         * gnus-group.el (gnus-group-group-name):
102         The group name may already be a string.
103         Specifically, in the group list reached from the *Server* buffer,
104         the 'gnus-group text property returns a string.  Everywhere else
105         it returns a symbol.
106
107 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
108
109         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
110         (nnmaildir--update-nov): Remove unused var `numdir'.
111         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
112         (nnmaildir-request-group, nnmaildir-request-create-group)
113         (nnmaildir-request-post, nnmaildir-request-move-article)
114         (nnmaildir-request-accept-article, nnmaildir-active-number):
115         Mark unused args.
116         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
117         Declare.
118         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
119         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
120         `mark', `end', `new-mark', and `mark-sym'.
121         (nnmaildir-retrieve-headers):
122         Remove unused args `srv-dir', `dir', `nlist2'.
123         (nnmaildir-request-expire-articles):
124         Remove unused vars `article', `stop' and `nlist2'.
125         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
126         `end'.  Use nnmaildir--article when dyn-binding is needed.
127         Give the value directly in the `let' for `del-mark', `del-action',
128         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
129         (nnmaildir-close-server):
130         Declare those local vars that need to be dyn-bound.
131
132 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
133
134         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
135
136 2015-05-31  David Engster  <deng@randomsample.de>
137
138         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
139         instead of using `sleep-for', as the latter does not seem to reliably
140         wait (see for instance bug 15990).
141
142 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * gnus-art.el (gnus-button-alist): Re-revert last change.
145         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
146
147 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
148
149         * gnus-art.el (gnus-button-alist): Revert last change.
150         It wasn't that important, and it caused a Gnus build to fail.  See:
151         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
152
153         * gnus-art.el (gnus-button-alist):
154         Also treat "‘" and "’" as quoting chars.
155
156 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
157
158         * gnus-art.el (gnus-treat-strip-list-identifiers)
159         (gnus-article-mode-syntax-table):
160         * gnus-group.el (gnus-group-nnimap-edit-acl):
161         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
162         e.g., missing quote, ``x'' where `x' was meant, etc.
163
164 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
167         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
168         into just c.
169
170 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
173         Normalize characters into numbers in spec keys.
174
175 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * dgnushack.el (declare-function): Redefine it to use autoload.
178         * lpath.el (gnus-html-prefetch-images): Declare.
179
180 2015-05-04  Glenn Morris  <rgm@gnu.org>
181
182         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
183
184         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
185
186         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
187         (gnus-topic-create-topic, gnus-topic-enter-dribble):
188         Declare rather than autoload.
189
190         * mm-archive.el (gnus-recursive-directory-files)
191         (mailcap-extension-to-mime): Autoload at run-time.
192
193         * mm-util.el (latin-unity-massage-name)
194         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
195         (latin-unity-representations-present-region):
196         Declare rather than autoload.
197
198         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
199         Autoload at run-time.
200         (epg-context-set-signers, epg-context-result-for)
201         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
202         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
203         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
204         (epg-configuration, epg-expand-group, epa-select-keys):
205         Declare rather than autoload.
206
207         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
208         Autoload at run-time.
209         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
210         (gnus-registry-get-id-key, gnus-registry-action):
211         Declare rather than autoload.
212
213         * nnmail.el (mail-send-and-exit): Autoload at run-time.
214
215         * spam.el (spam-stat-buffer-change-to-non-spam)
216         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
217         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
218         (spam-stat-split-fancy): Remove pointless autoloads.
219
220         * mm-view.el (epg-decrypt-string): Autoload.
221         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
222         (epg-sub-key-validity): Fix declarations.
223
224 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
225
226         * gnus.el: Ma Gnus v0.13 is released.
227
228 2015-05-01  Glenn Morris  <rgm@gnu.org>
229
230         * gnus-util.el (iswitchb-read-buffer):
231         * mm-decode.el (libxml-parse-html-region):
232         * mml.el (libxml-parse-html-region):
233         * nnrss.el (libxml-parse-html-region): Update declaration.
234
235 2015-04-27  Glenn Morris  <rgm@gnu.org>
236
237         * message.el (gnus-extract-address-components):
238         Remove bogus declaration that was masking previous problem.
239
240 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
243         altering the buffer.
244         (hashcash-insert-payment-async-2): Revert previous change because it
245         still means that the mark is moving around.
246
247 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-uu.el (gnus-uu-save-article):
250         Make the save-restriction/widen calls make more sense.
251
252 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * gnus-art.el (gnus-use-idna):
255         * gnus-sum.el (gnus-summary-idna-message):
256         * message.el (message-use-idna):
257         Catch the invalid-operation error that idna.el will issue.
258
259 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
260
261         * gnus-group.el (gnus-group--setup-tool-bar-update):
262         cursor-sensor-functions should be a list of functions.
263
264 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
265
266         * gnus-group.el (gnus-tmp-*): Declare.
267         (gnus-update-group-mark-positions): Remove unused `topic' var.
268         (gnus-group-insert-group-line): Remove unused var `header'.
269         (gnus-group--setup-tool-bar-update): New function.
270         (gnus-group-insert-group-line): Use it.
271         (gnus-group-update-eval-form): Declare local
272         dynamically-bound variables.
273         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
274
275         * gnus-topic.el (gnus-topic-jump-to-topic)
276         (gnus-group-prepare-topics, gnus-topic-update-topic)
277         (gnus-topic-change-level, gnus-topic-catchup-articles)
278         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
279         Use inhibit-read-only.
280         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
281         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
282
283 2015-04-12  João Távora  <joaotavora@gmail.com>
284
285         * message.el (message-mode):
286         Use `set' and `make-local-variable' instead of `setq-local'.
287
288 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
289
290         * gnus-sum.el (gnus-summary-refer-thread):
291         Make sure gnus-newsgroup-unreads remains sorted.
292
293 2015-04-12  João Távora  <joaotavora@gmail.com>
294
295         Improve sexp-based movement in message-mode
296         * message.el (message--syntax-propertize): New function.
297         (message-mode): Set syntax-related vars.d
298         (message-smileys): New variable.
299
300 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
301
302         * gnus-art.el (gnus-hidden-properties): Simplify.
303         (gnus-article-hide-text, gnus-article-unhide-text)
304         (gnus-article-unhide-text-type): Remove special handling of
305         `intangible' since that property is not used any more.
306         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
307
308 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
311         and a runtime function for it, of which the XEmacs version takes only
312         two arguments.
313
314 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
315
316         Use American spelling for 'normalize'
317         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
318         All uses changed.  Add an alias for obsolete usages.
319
320 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * gnus-art.el (gnus-article-browse-html-save-cid-content):
323         Always return relative file name.
324         (gnus-article-browse-html-parts):
325         Make external links absolute and cid file names relative.
326
327 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
328
329         * registry.el (registry-prune): Re-use `registry-full' in
330         `registry-prune'.  It's a bit of redundant work, but safer.
331         Also ensure that target-size is an integer.
332
333 2015-03-31  Daiki Ueno  <ueno@gnu.org>
334
335         * plstore.el (plstore--decrypt): Clear entry in
336         `plstore-passphrase-alist' if decryption failed (bug#20030).
337
338 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
339
340         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
341         to "Display" menu.
342
343 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
344
345         * nnimap.el (nnimap-split-incoming-mail): If a message is already
346         in the group it should be split to, don't re-copy it into the group.
347
348 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
349
350         * nnmh.el (nnmh-request-expire-articles):
351         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
352
353 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
354
355         * registry.el (registry-lookup-secondary, registry-full)
356         (registry-prune, registry-collect-prune-candidates):
357         * gnus-registry.el (gnus-registry-load): Use slot names rather than
358         initarg names in `oref' and `oset'.
359
360 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
361
362         * registry.el (registry-prune): Allow registry to reach full size
363         before pruning.
364
365 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
366
367         * registry.el (registry-collect-prune-candidates): Fix call to
368         cl-subseq.
369
370 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * registry.el (registry-db): Temporary fix old Emacsen compilation.
373
374 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
375
376         * gnus-registry.el (gnus-registry-handle-action)
377         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
378         (gnus-registry-keywords): Make it do something.
379         (gnus-registry-import-eld): Remove unused var `new-entry'.
380         (gnus-registry-action): Remove unused var `to-name'.
381         (gnus-registry-make-db): Prefer `make-instance' to avoid
382         compiler warnings.
383         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
384
385         * registry.el (registry-db): Don't oset-default an instance-allocated
386         slot.
387
388 2015-03-10  Glenn Morris  <rgm@gnu.org>
389
390         * message.el (message-valid-fqdn-regexp): Bump :version for
391         2014-11-17 change.
392
393 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
394
395         * gnus-notifications.el (gnus-notifications-action): Raise window
396         frame.
397         (gnus-notifications-action): Allow mark as read.
398         (gnus-notifications-notify): Show uption to mark as read.
399
400 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
401
402         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
403         (registry-search, registry-delete, registry-size, registry-insert)
404         (registry-reindex, registry-collect-prune-candidates):
405         * gnus-registry.el (gnus-registry-fixup-registry)
406         (gnus-registry-remove-extra-data): Use slot names rather than initarg
407         names in `oref' and `oset'.
408
409 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
410         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
411         in the group it should be split to, don't re-copy it into the group.
412
413 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
414
415         * message.el (message-insert-formatted-citation-line): Change %F to
416         fall back to email address if no first name could be determined.
417
418 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
421         Fix point motion when removing displayed MIME part.
422         (gnus-article-edit-part): Make jumping to the next part really work
423         when deleting or stripping.
424         (gnus-mime-buttonize-attachments-in-header): Make header attachment
425         buttons identical to the ones in the article body so as to work deleting
426         and stripping.
427
428 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * mm-decode.el (mm-shr)
431         * mm-view.el (mm-inline-text-html-render-with-w3m):
432         Revert my bogus change that made the start marker of a part
433         the "moves after insertion" type.
434
435 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
436
437         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
438         Tools: https://github.com/politza/pdf-tools) for viewing PDF
439         attachments in emacs.
440
441 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
442
443         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
444         instead of sasl-scram-sha-1, as the former is the name that can be
445         required.
446
447         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
448         (sasl-scram-sha-1-client-final-message)
449         (sasl-scram-sha-1-authenticate-server): Move to end of file.
450
451 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
454
455 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
458         (sasl-string-prefix-p): New compatibility functions.
459
460 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-compat.el (process-live-p): Added new compat function for Emacs
463         23.
464
465 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
466
467         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
468         from the server LIST response.
469
470 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
471
472         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
473         during header retrieval, error out instead of interpreting the data in
474         the buffer as the only messages there.  This way, we don't mark
475         articles as read on a server hangup (bug#19035).
476
477         * mm-decode.el (mm-head-p): New function.
478         (mm-display-part): Go to a blank line when inserting parts internally.
479
480 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
481
482         * sasl-scram-rfc.el: New file.
483
484         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
485         Add SCRAM-SHA-1 first.
486         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
487         entry (bug#17636).
488
489 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
492         that we don't get a warning when setting the buffer-local variable
493         (bug#19573).
494
495         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
496         `gnus-request-group'.
497
498 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * gnus-art.el (gnus-article-browse-html-save-cid-content)
501         (gnus-article-browse-html-parts): Make cid file names relative if and
502         only if html doesn't specify <base> directory.
503
504 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
505
506         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
507         parts, because that breaks filling (since buttons are in a bold face).
508
509 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
512         use gnus-overlays-at and gnus-overlay-put.
513
514 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
515
516         * mm-decode.el (mm-shr): Only pass the fill column when not using
517         fonts, because limiting the width to what's appropriate for followups
518         doesn't really help when not using proportional fonts.
519
520 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
521
522         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
523         shr, beacause that breaks folding.
524         (mm-shr): Don't shorten the width when using fonts.
525
526 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
527
528         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
529         variable; always check the newrc timestamp.
530         (gnus-save-newsrc-file): Always check timestamp.
531
532 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
533
534         * mail-source.el (mail-source-call-script): If scripts exit with an
535         error, pop up an error buffer.
536
537 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
538
539         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
540         as a default.
541
542         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
543         correct server.
544
545 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
546
547         * nnimap.el (nnimap-request-group-scan): Fix the function name.
548
549         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
550
551 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
554         that nnimap works for non-activated backends.
555
556 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
557
558         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
559         message, since we already get an obsolescence message.  Use `declare'.
560
561 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
562
563         * nnir.el: Revert "Enable non-ASCII IMAP searches".
564
565 2015-01-30  Glenn Morris  <rgm@gnu.org>
566
567         * gnus-registry.el (gnus-registry-max-pruned-entries)
568         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
569         Fix :version.
570         (gnus-registry-default-sort-function): Improve :type.
571
572 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
573
574         * nnimap.el (nnimap-request-group): Allow running this function on
575         groups that don't exist in Gnus yet.
576         (nnimap-request-group): Revert previous patch since that made it
577         impossible to enter nnimap groups.
578
579         * message.el (message-smtpmail-send-it): Remove the mail header
580         separator before sending.
581
582 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
583
584         * nnimap.el (nnimap-find-expired-articles): Fix handling of
585         (expiry-wait . never).
586
587 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
588
589         * nnimap.el (nnimap-request-group): Clear the buffer before returning
590         the data.
591
592 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-compat.el (string-bytes): Work for XEmacs.
595
596 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
597
598         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
599
600         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
601         IMAP.
602
603 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
604
605         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
606
607         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
608
609         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
610         be added to the backlog.
611
612 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
613
614         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
615         target with a recursive make call.
616
617 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
618
619         * nnimap.el (nnimap-header-parameters): Refactor and request
620         X-GM-LABELS if it's been announced.
621         (nnimap-transform-headers): Gather and output GM-LABELS.
622
623 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
624
625         * mm-decode.el (mm-display-part): Make non-string methods work.
626         Non-string methods are funcalled and work just fine, the test was
627         bogus.
628         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
629         whole frame.
630
631 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
632
633         * nnimap.el (nnimap-request-accept-article): Allow respooling using
634         nnimap.
635
636         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
637         request rescans when being run interactively.
638
639         * nnimap.el (nnimap-request-group): Don't rescan the group here,
640         because that can be very slow in large groups.
641
642         * gnus-int.el (gnus-request-group-scan): New backend function.
643
644         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
645
646 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus-group.el (gnus-group-suspend): Close all backends.
649
650 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
651
652         * dgnushack.el (dgnushack-compile-file): New function.
653         (dgnushack-compile): Use it (bug#19514).
654
655 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
658
659 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
660
661         * registry.el: Don't use <class> as a variable.
662
663 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
664
665         system-name's returned value can vary
666         Also, the system-name variable is now obsolete.
667         Fixes Bug#19438.
668         * message.el (message-make-fqdn):
669         * nnvirtual.el (nnvirtual-retrieve-headers)
670         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
671         and avoid naming locals 'system-name'.
672
673 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
674
675         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
676         lines don't get overlong when responding.
677
678 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * registry.el (cl-remf, cl-loop, cl-subseq):
681         Alias to remf, loop, and subseq respectively for old Emacsen.
682
683 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
684
685         * gnus-group.el (gnus-read-ephemeral-bug-group):
686         Bind coding-system-for-read and coding-system-for-write only around
687         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
688
689 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
690
691         * registry.el (registry-db): Set default slot later.
692         This is because its value is not a literal integer.
693
694 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
695
696         * registry.el (registry-db): Fix default registry-db max-size.
697
698 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
699
700         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
701         add warning.
702
703         * gnus-art.el: Fix up compiler warnings.
704         (article-display-face, article-display-x-face): Remove unused `face'.
705         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
706         (article-date-ut): Remove unused var `first'.
707         (gnus-article-prepare): Remove unused var `gnus-article'.
708         (gnus-mime-save-part-and-strip): Remove unused var `param'.
709         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
710         `coding-system' along with corresponding dead code.
711         (gnus-mime-view-part-externally): Remove unused var
712         `mm-user-display-methods'.
713         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
714         (gnus-display-mime): Remove unused var `handle'.
715         (gnus-mime-display-alternative): Remove unused var `props'.
716         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
717         (gnus-article-edit-done): Remove unused var `p'.
718         (gnus-url-mailto): Remove unused var `to'.
719         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
720         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
721
722 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
723
724         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
725         slots into a :max-size slot.
726         (registry-db-version): Add new variable for database version number.
727         (registry-prune): Use :max-size slot. Accept and use a sort-function
728         argument.
729         (registry-collect-prune-candidates): Add new function for finding
730         non-precious pruning candidates.
731         (registry-prune-hard-candidates, registry-prune-soft-candidates):
732         Remove obsolete functions.
733         (initialize-instance): Upgrade registry version when starting.
734
735         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
736         (gnus-registry-max-pruned-entries): Remove obsolete variable.
737         (gnus-registry-cache-file): Change default
738         filename extension to "eieio".
739         (gnus-registry-read): Add new function, split out from
740         `gnus-registry-load', that does the actual object reading.
741         (gnus-registry-load): Use it. Add condition case handler to check for
742         old filename extension and rename to the new one.
743         (gnus-registry-default-sort-function): New variable to specify a sort
744         function to use when pruning.
745         (gnus-registry-save, gnus-registry-insert): Use it.
746         (gnus-registry-sort-by-creation-time): Define a default sort function.
747
748         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
749         Adjust test for new object signature.
750         (gnustest-registry-pruning-test): Add new pruning test.
751         (gnustest-registry-sort-function): Default sort function for testing.
752         (gnustest-registry-pruning-sort-test): New test for sorting.
753
754 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
757         function for reuse.
758         (gnus-mime-buttonize-attachments-in-header): Adjust.
759
760 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * message.el (message-change-subject): Really check whether the subject
763         changed.
764
765 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
768         PDFs.
769         (mailcap-view-mime): New function.
770
771 2014-12-01  Glenn Morris  <rgm@gnu.org>
772
773         * gnus-cloud.el (gnus-cloud): Add :version tag.
774
775 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * gnus-art.el (gnus-use-idna):
778         * gnus-sum.el (gnus-summary-idna-message):
779         * message.el (message-use-idna):
780         Protect against nil value for idna-program.
781
782         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
783
784 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
785
786         * auth-source.el (auth-source-macos-keychain-search-items): Return
787         result of `auth-source-macos-keychain-result-append' (bug#19074).
788
789 2014-11-25  Glenn Morris  <rgm@gnu.org>
790
791         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
792         Add :version tag.
793
794 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * pop3.el (pop3-open-server): Warn unless encrypted.
797
798         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
799
800 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
801
802         Port new time stamp handling to Emacs 23.2.
803         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
804         * time-date.el (time-add, time-subtract, time-less-p):
805         Use eval-and-compile, not eval-when-compile.
806
807 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
808
809         * message.el (message-valid-fqdn-regexp): Add non-internaional new
810         TLDs.
811
812 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
813
814         Port new time stamp handling to old Emacs and to XEmacs.
815         This is needed for Gnus, which copies time-date.el and which
816         runs on older Emacs implementations.
817         * time-date.el (with-decoded-time-value):
818         Handle 'nil' and floating-point arg more compatibly with new Emacs.
819         (encode-time-value, with-decoded-time-value):
820         Obsolete only if new Emacs.
821         (time-add, time-subtract, time-less-p): Define if not new Emacs.
822
823         Improve time stamp handling, and be more consistent about it.
824         This implements a suggestion made in:
825         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
826         Among other things, this means timer.el no longer needs to
827         autoload the time-date module.
828         * time-date.el (seconds-to-time, days-to-time, time-since)
829         (with-decoded-time-value):
830         Treat 'nil' as current time.  This is mostly for XEmacs.
831         (encode-time-value, with-decoded-time-value): Obsolete.
832         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
833         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
834
835 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
838         discarding changes in ephemeral groups.
839
840         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
841         things the user isn't interested in.
842
843 2014-11-13  Julien Danjou  <jd@abydos>
844
845         * gnus-notifications.el (gnus-notifications-notify): Provide both
846         app-icon and image-path.
847
848 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
849
850         * mm-url.el (mm-url-encode-multipart-form-data):
851         Restore to handle "multipart/form-data" by eww.
852
853 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
854
855         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
856         Landscheidt.
857
858 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
859
860         Simplify use of current-time and friends.
861         * gnus-delay.el (gnus-delay-article):
862         * gnus-sum.el (gnus-summary-read-document):
863         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
864         * message.el (message-make-expires-date):
865         Omit unnecessary call to current-time.
866         * gnus-util.el (gnus-float-time): Simplify to an alias because
867         time-to-seconds now behaves like float-time with respect to nil arg.
868         (gnus-seconds-year): Don't call current-time twice to get the current
869         time stamp, as this can lead to inconsistent results.
870         * time-date.el (time-to-seconds) [!float-time]:
871         Use current time if arg is nil, to be compatible with float-time.
872         (time-date--day-in-year): New function, with most of the guts of
873         the old time-to-day-in-year.
874         (time-to-day-in-year): Use it.
875         (time-to-days): Use it, to avoid decoding the same time stamp twice.
876
877 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gnus.el (gnus-mode-line-buffer-identification):
880         Don't add image data for a non-graphic display (bug#18813).
881
882 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
885         load-path, it blocks autoloading of find-image (bug#18813).
886
887 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
888
889         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
890         to keep connection open (bug#18728).
891
892 2014-10-20  Glenn Morris  <rgm@gnu.org>
893
894         * Merge in all changes up to 24.4 release.
895
896 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
897
898         * message.el (message-insert-signature): Use `newline' instead of
899         inserting explicit "\n".
900
901 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
902
903         * gnus-icalendar.el: Support vcal format timezones.
904         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
905         compute dates with associated timezone.
906         (gnus-icalendar-event-from-ical): Compute all timezones.
907
908 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
909
910         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
911         check the newsrc.eld file's timestamp before saving it.
912         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
913         timestamp has changed to be newer.
914
915 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
916
917         * gnus-icalendar.el (gnus-icalendar-identities):
918         Include message-alternative-emails.
919
920 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
923         New compatibility functions.
924         (ntlm-build-auth-response): Use them.
925
926 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
927
928         * ntlm.el (ntlm-build-auth-request):
929         Add NTLM2 Session support.  (Bug#15603)
930
931 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
932
933         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
934         expired messages only when it was built in reverse order.
935
936 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
937
938         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
939         last so it can be used in `message-send-hook'.
940
941 2014-09-29  Daiki Ueno  <ueno@gnu.org>
942
943         * mml.el (mml-parse-1): Error out if unknown mode is specified in
944         <#secure> tag (bug#18513).
945
946 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * parse-time.el: Require cl when compiling.
949
950 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         Use cl-lib as much as possible following the 2014-09-26 change
953         in the Emacs trunk.
954         * parse-time.el: Try requiring cl-lib.
955         (parse-time-incf): Alias to cl-incf or incf.
956         (digit-char-p): Remove.
957         (parse-time-integer): Alias to cl-parse-integer or the one defined.
958         (parse-integer): Rename to parse-time-integer.
959         (parse-time-tokenize, parse-time-rules, parse-time-string)
960         Use parse-time-incf and parse-time-integer.
961
962 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
963
964         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
965         of ":delete".
966
967 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * gnus-art.el (gnus-article-browse-html-save-cid-content)
970         (gnus-article-browse-html-parts):
971         Revert last change that breaks links other than cid contents.
972
973 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * gnus-art.el (gnus-article-browse-html-save-cid-content)
976         (gnus-article-browse-html-parts): Make cid file names relative.
977
978 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * mm-view.el (mm-display-inline-fontify): Make the working buffer
981         temporarily displayed when running a mode function (at least org-mode
982         requires it).
983
984 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
985
986         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
987         the gnus-summary-article-expire-hook should be told where the function
988         is going. In particular, the Gnus registry might want to know.
989
990 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
991
992         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
993
994 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * gnus-sum.el (gnus-summary-expire-articles): Revert.
997
998 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
999
1000         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1001         the gnus-summary-article-expire-hook should be told where the function
1002         is going. In particular, the Gnus registry might want to know.
1003
1004 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1005
1006         Don't mishandle year-9999 dates (Bug#18176).
1007         * parse-time.el (parse-time-rules):
1008         Allow years up to most-positive-fixnum.
1009         * time-date.el (date-to-time):
1010         Pass "Specified time is not representable" errors through.
1011
1012 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1013
1014         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1015         groups and t.
1016
1017 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-utils.el (gnus-recursive-directory-files):
1020         Unify hard or symbolic links (bug#18063).
1021
1022 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1023
1024         * gnus-msg.el (gnus-configure-posting-style):
1025         Allow string replacements in values when matching against a header.
1026
1027 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1030         the dribble buffer even when it is shrunk a lot.
1031         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1032
1033 2014-06-26  Glenn Morris  <rgm@gnu.org>
1034
1035         * mm-util.el (help-function-arglist): Remove outdated declaration.
1036
1037 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1038
1039         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1040         attribute values.  (Bug#17834)
1041
1042 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1043
1044         * gnus-sum.el (gnus-summary-edit-article-done):
1045         Prefer point-marker to copy-marker of point.
1046
1047 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * Makefile.in (install-el, install-el-elc): Compress .el files.
1050         (uninstall): Remove compressed .el files.
1051
1052 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1055         (gnus-article-read-summary-keys):
1056         Don't bug out when there is no article in the summary buffer.
1057         (gnus-mime-buttonize-attachments-in-header):
1058         Improve criterion that finds parts to display.
1059
1060         * gnus-art.el (gnus-mm-display-part):
1061         * mm-decode.el (mm-shr):
1062         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1063         (mm-insert-inline): Revert last changes.
1064
1065 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus-art.el (gnus-mm-display-part):
1068         * mm-decode.el (mm-shr):
1069         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1070         (mm-insert-inline): Set insertion type of end-marker, not only
1071         start-marker, of undisplayer so as to stay after inserted text.
1072
1073 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1074
1075         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1076         attribute. (Bug#17613)
1077
1078 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1079
1080         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1081         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1082
1083 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1086         Don't delete next part button; keep spacing between buttons.
1087
1088 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1091         Work for the last MIME part in an article.
1092         (gnus-mime-display-single): Suppress excessive newlines between parts.
1093
1094         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1095         by leading or trailing newline.
1096
1097 2014-05-12  Sam Steingold  <sds@gnu.org>
1098
1099         * time-date.el (seconds-to-string): New function to pretty print time
1100         delay in seconds.
1101
1102 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1105         while prompting a user for a file name, etc.
1106         (gnus-mime-display-single): Display part with a common appearance no
1107         matter whether MIME button is omitted or not; don't add duplicate entry
1108         to gnus-article-mime-handle-alist.
1109         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1110
1111 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1112
1113         * mml2015.el (mml2015-display-key-image): New variable.
1114
1115 2014-05-08  Glenn Morris  <rgm@gnu.org>
1116
1117         * gnus-fun.el (gnus-grab-cam-face):
1118         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1119         This is CVE-2014-3421.
1120
1121 2014-05-04  Glenn Morris  <rgm@gnu.org>
1122
1123         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1124
1125 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1128         the displaying state of a part.
1129         (gnus-mm-display-part): Don't insert a newline in the beginning of
1130         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1131
1132         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1133         (mm-shr): Make undisplayer unbreakable.
1134
1135         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1136         Don't insert excessive newline.
1137         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1138         (mm-insert-inline): Make undisplayer unbreakable.
1139
1140 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1141
1142         * gnus.el: Ma Gnus v0.11 is released.
1143
1144 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * gnus-art.el (gnus-mm-display-part):
1147         Highlight header attachment buttons.
1148
1149 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1152         a part; redisplay a button (enbugged in 2014-02-05).
1153
1154 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1155
1156         * auth-source.el (auth-source-search, auth-source-search-backends):
1157         Treat :max 0 as an indicator that a boolean return is wanted, as
1158         documented. Reported by Joe Bloggs.
1159
1160 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-icalendar.el: Require gnus-art.
1163
1164 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1165
1166         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1167         (gnus-icalendar--update-org-event): put event timestamp in
1168         the org entry body instead of the drawer.
1169         (gnus-icalendar-event--get-attendee-names): list of participants should
1170         contain even attendees without common name attribute.
1171         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1172         property tags in org drawers.
1173
1174 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * gmm-utils.el (gmm-format-time-string): New function.
1177
1178         * message.el (message-insert-formatted-citation-line): Use the original
1179         author's time zone to express a date string.
1180
1181 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1182
1183         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1184         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1185         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1186         Silence compiler warnings.
1187         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1188
1189 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * mml.el: Require url when compiling.
1192
1193         * gnus-cloud.el (gnus-cloud-parse-version-1):
1194         Use plist-get rather than CL's getf.
1195         (gnus-activate-group, gnus-subscribe-group): Declare.
1196
1197         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1198
1199 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1202         buttons when toggling the header off.
1203
1204 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1205
1206         * tls.el (tls-program): Reflow docstring.
1207
1208 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1209
1210         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1211         groups work again.
1212
1213 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1214
1215         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1216         999 correctly (i.e. "1,342").
1217
1218 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1221         out if the directory doesn't exist.
1222
1223 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1224
1225         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1226         commands here; instead, only check if epg-config.el is available.
1227
1228 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1229
1230         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1231         messages with embedded images.
1232         (mml-generate-mime): Don't bug out if you don't have libxml.
1233
1234 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1235
1236         * message.el (message-make-html-message-with-image-files): New command.
1237
1238 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1239
1240         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1241
1242         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1243
1244 2014-02-23  David Engster  <deng@randomsample.de>
1245
1246         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1247         to stay compatible with older Emacsen, so replace `cl-loop' with
1248         `loop'.
1249
1250 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1251
1252         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1253         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1254         instead, build list of patterns.
1255
1256 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1259         Display header attachment buttons by gnus-article-prepare-display
1260         rather than gnus-article-prepare so as to view in mml-preview as well.
1261
1262 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1263
1264         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1265         in `auth-sources' means and link to EPA docs.
1266
1267 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1268
1269         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1270         (bug#12375).
1271
1272 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1275         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1276
1277 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1278
1279         * message.el (message-tab): Mention what happens on normal tabs
1280         (bug#11297).
1281
1282 2014-02-08  Glenn Morris  <rgm@gnu.org>
1283
1284         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1285
1286 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1289         buttons that are hidden in unselected alternative part as well.
1290         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1291
1292         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1293
1294 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1297         keystroke.
1298         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1299         types.
1300
1301         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1302         with an empty string.
1303
1304 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1307         buffer-local in some buffers, so bind it explicitly in the buffer we're
1308         trying to cancel the article in (bug#10808).
1309
1310 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1313         New functions.
1314
1315         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1316         New user option.
1317         (gnus-mime-buttonize-attachments-in-header): New function.
1318         (gnus-article-prepare): Use it.
1319         (gnus-mime-inline-part): Suppress extra newline.
1320         (gnus-mm-display-part): Save excursion;
1321         remove useless deleting and adding of buttons.
1322         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1323
1324         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1325         Add gnus-mime-buttonize-attachments-in-header.
1326
1327 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1328
1329         * nnimap.el (nnimap-request-articles): New command to download several
1330         articles at once.
1331
1332         * gnus.el (gnus-variable-list): Save Cloud variables.
1333
1334         * gnus-int.el (gnus-request-accept-article): Doc fix.
1335
1336 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1337
1338         * parse-time.el (parse-time-iso8601-regexp)
1339         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1340         it more generally.
1341
1342 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1343
1344         * gnus-cloud.el: New file to provide the Emacs Cloud.
1345
1346         * dgnushack.el: Silence XEmacs w3 warning.
1347
1348         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1349         `url-retrieve-synchronously', apparently.
1350
1351         * dgnushack.el: Silence XEmacs dns.el warning.
1352
1353         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1354         instead of in all files.
1355
1356         * dns.el (network-interface-list): Define for XEmacs.
1357
1358         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1359         XEmacs.
1360
1361         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1362
1363 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1364
1365         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1366         `gnus-group-split-fancy'.
1367
1368 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1369
1370         * message.el (message-remove-header): Doc fix.
1371         (message-forward-included-headers): New variable.
1372         (message-remove-ignored-headers): Use it.
1373
1374 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1375
1376         * nnir.el (nnir-request-update-mark): Don't try to update the source
1377         group if we can't find it (bug#16611).
1378
1379 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1380
1381         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1382
1383 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1384
1385         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1386         network interfaces changed.
1387         (dns-query): Use it to flush the data.
1388
1389 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1390
1391         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1392         from random face commands.
1393         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1394         Face.
1395         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1396         (gnus--random-face-with-type): Generic function returning a face-type
1397         as a string.
1398         (gnus--insert-random-face-with-type): Generic function inserting a face
1399         in a message buffer header.
1400         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1401         (gnus-insert-random-x-face-header): Rewritten to use
1402         `gnus--insert-random-face-with-type`.
1403         (gnus-random-face): Return random (png) Face as string.
1404         (nus-insert-random-face-header): Insert random (png) Face in a message
1405         buffer.
1406
1407 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1408
1409         * mm-url.el: Remove all usage of w3.
1410
1411         * nnrss.el: Ditto.
1412
1413         * mm-decode.el: Ditto.
1414
1415         * mm-view.el: Ditto.
1416
1417         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1418         outdated and all Emacsen have url.el built-in.
1419
1420         * gnus-setup.el: Remove outdated file.
1421
1422 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1423
1424         * gnus.el: Ma Gnus v0.9 is released.
1425
1426 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1427
1428         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1429
1430 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1431
1432         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1433         in the summary buffer (bug#13769).
1434
1435 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1438         name if we're using a single article buffer.  Otherwise, it may point
1439         to a killed buffer (bug#13756).
1440
1441 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1442
1443         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1444         the match data, just save and restore it explicitly (bug#12375).
1445
1446         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1447         that's needed.
1448
1449         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1450         the code once (bug#9069).
1451
1452 2014-01-18  Steinar Bang  <sb@dod.no>
1453
1454         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1455         reading.
1456
1457 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1458
1459         * message.el (message-bury): Call bury-buffer with no argument
1460         in the message-return-action case too.
1461
1462 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1465         (nnimap-split-fancy, nnimap-split-methods): Declare.
1466
1467         * mm-util.el (help-function-arglist): Declare.
1468
1469 2013-12-28  Glenn Morris  <rgm@gnu.org>
1470
1471         * gnus-sieve.el (gnus-sieve-select-method):
1472         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1473         (gravatar-rating, gravatar-size):
1474         * message.el (message-minibuffer-local-map):
1475         * sieve-manage.el (sieve-manage-authenticators)
1476         (sieve-manage-authenticator-alist): Specify custom types.
1477
1478         * hashcash.el (hashcash-program): Rename from hashcash-path.
1479         Update callers.
1480
1481         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1482         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1483         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1484
1485         * auth-source.el (auth-sources):
1486         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1487         Fix custom types.
1488
1489         * tls.el (tls-certtool-program): Fix default value.
1490
1491 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1492
1493         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1494         we get proper traces there, too.
1495
1496 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1497
1498         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1499         value of the parameters if the current article has a Reply-To or From
1500         field.
1501
1502 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1503
1504         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1505
1506 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1507
1508         * gnus-sum.el (gnus-summary-exit): Stop animations.
1509
1510 2013-12-19  Juri Linkov  <juri@jurta.org>
1511
1512         * gnus.el (gnus-suppress-keymap):
1513         * gnus-art.el (gnus-article-mode-map):
1514         * gnus-group.el (gnus-group-mode-map):
1515         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1516         Remove [backspace] key binding because it shadows DEL (bug#16035).
1517
1518         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1519
1520 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1523         Make sure work directory exists.
1524         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1525         rather than tmp directory.
1526         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1527         not necessarily always run, with it.
1528
1529 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1530
1531         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1532         value of gnus-icalendar-additional-identities work without restart.
1533
1534 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * mm-util.el (mm-make-temp-file):
1537         Alias to make-temp-file for modern Emacsen.
1538
1539 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1542         nnir-article-number and nnir-article-group.
1543
1544 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1545
1546         * message.el (message-send-mail-with-sendmail):
1547         Don't kill error buffer if sending fails.
1548
1549 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1550
1551         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1552         (gnus-icalendar-event->org-entry)
1553         (gnus-icalendar--update-org-event)
1554         (gnus-icalendar-event->gnus-calendar): Distinguish between
1555         required/optional/non-participant attendee status.  Fix bug causing
1556         the first required event participant to be omitted.
1557
1558 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gnus-art.el (article-de-quoted-unreadable)
1561         (article-de-base64-unreadable, gnus-mime-copy-part)
1562         * gnus-html.el (gnus-article-html)
1563         * mm-view.el (mm-inline-text-html-render-with-w3)
1564         (mm-inline-text-html-render-with-w3m-standalone)
1565         * rfc2231.el (rfc2231-decode-encoded-string):
1566         Allow overriding charset by mm-charset-override-alist.
1567
1568         * gnus-art.el (gnus-article-browse-html-parts):
1569         Replace LWSPs with `&nbsp;'s in header.
1570
1571         Work for broken Chinese articles.
1572
1573         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1574         Exclude broken handles that gnus-summary-enter-digest-group may create.
1575         (gnus-article-browse-html-parts):
1576         Allow overriding charset by mm-charset-override-alist.
1577
1578 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1579
1580         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1581         (gnus-icalendar-identities): Support additional-identities.
1582
1583 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1584
1585         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1586         org-timestamp for events ending at midnight.
1587
1588 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1589
1590         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1591         .log files.
1592
1593 2013-11-20  David Engster  <deng@randomsample.de>
1594
1595         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1596
1597 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1598
1599         * message.el (message-beginning-of-line):
1600         Use beginning-of-visual-line when visual-line-mode is turned on.
1601
1602 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1603
1604         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1605         (gnus-icalendar-event-from-ical)
1606         (gnus-icalendar-event->org-entry)
1607         (gnus-icalendar--update-org-event): Required/optional participation,
1608         list of attendees synced to org.
1609
1610 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1611
1612         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1613         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1614         cancellations to be synced to org if the original appt has an org
1615         outline.
1616
1617 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1618
1619         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1620         (gnus-icalendar-event->org-entry)
1621         (gnus-icalendar--update-org-event)
1622         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1623
1624 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1625
1626         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1627         Fix timezone handling in gnus-icalendar export to org.
1628
1629 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1632
1633 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1636
1637 2013-10-30  Glenn Morris  <rgm@gnu.org>
1638
1639         * gnus-group.el (gnus-group-browse-foreign-server):
1640         * gnus-int.el (gnus-start-news-server):
1641         Silence compiler obsolescence warning.
1642
1643 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1644
1645         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1646         `nnoo-current-server' first, then for the actual `nnimap-address' to
1647         allow netrc entries for the nnoo server to coexist with netrc entries
1648         for the `nnimap-address'.
1649
1650 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * mm-decode.el (mm-dissect-buffer): Revert last change.
1653         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1654         The problem that motivated those changes was attributed to a broken
1655         mail sender, and has been fixed.
1656
1657 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1660         token is missing in the Content-Type header.
1661
1662         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1663
1664 2013-09-18  Glenn Morris  <rgm@gnu.org>
1665
1666         * gnus-util.el (image-size): Declare.
1667
1668 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1671         (gnus-icalendar-event-from-ical)
1672         (gnus-icalendar-event--build-reply-event-body)
1673         (gnus-icalendar-event-reply-from-buffer)
1674         (gnus-icalendar-find-org-event-file)
1675         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1676         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1677
1678         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1679
1680 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1681
1682         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1683         Use save-current-buffer.
1684         (gnus-tree-mode-map): Initialize in the declaration.
1685         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1686         (scroll-in-place): Defvar it.
1687         (gnus-tmp-*): Defvar them.
1688         (gnus-get-tree-buffer): Use derived-mode-p.
1689         (gnus--let-eval): New macro.
1690         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1691         non-prefixed variables.
1692         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1693
1694         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1695         vars since it doesn't seem to be available.
1696         (gnus-set-global-variables, gnus-summary-read-group-1)
1697         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1698         (gnus-summary-display-article, gnus-summary-select-article)
1699         (gnus-summary-next-article, gnus-offer-save-summaries)
1700         (gnus-summary-generic-mark): Use derived-mode-p.
1701         (gnus-summary-read-group-1, gnus-summary-exit)
1702         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1703         Adjust calls to gnus-tree-close and gnus-tree-open.
1704
1705         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1706
1707         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1708         (gnus-agent-mode): Use derived-mode-p.
1709         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1710         gnus-command-method and *-command-method to nil, but bind
1711         gnus-command-method to *-command-method instead!
1712         (gnus-agent-fetch-articles): Remove unused var `id'.
1713         (gnus-agent-fetch-headers): Remove unused arg `force'.
1714         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1715         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1716         (gnus-agent-short-article, gnus-agent-long-article)
1717         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1718         first use.
1719         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1720         `score-param'.
1721         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1722         (gnus-get-predicate): Push in front of the cache, rather than end.
1723         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1724         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1725         (gnus-agent-expire-unagentized-dirs): Don't rebind
1726         gnus-agent-expire-current-dirs since the defvar silences the warning.
1727         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1728         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1729         (gnus-agent-regenerate): Simplify interactive spec and doc.
1730
1731 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-int.el (gnus-open-server): Silence compiler.
1734
1735         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1736
1737         * message.el (message-display-completion-list): Abolish.
1738         (message-completion-in-region): Use display-completion-list.
1739
1740 2013-09-17  Glenn Morris  <rgm@gnu.org>
1741
1742         * gnus-util.el (gnus-message-with-timestamp-1):
1743         Use `messages-buffer' function if available.  Ignore read-only.
1744
1745 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * message.el (message-expand-group, message-completion-in-region):
1748         Correct the order of start and end of a region.
1749
1750 2013-09-13  Glenn Morris  <rgm@gnu.org>
1751
1752         * mml2015.el (gnus-create-image): Autoload it.
1753
1754         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1755
1756         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1757         (image-size): Declare.
1758
1759 2013-09-12  Glenn Morris  <rgm@gnu.org>
1760
1761         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1762         Avoid using `find', which i) might not be defined at runtime;
1763         ii) does not work, since its default test is eql, not equal.
1764         (gnus-mime-action-alist): Declare.
1765
1766 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1767
1768         * score-mode.el (gnus-score-mode-map): Move initialization
1769         into declaration.
1770         (gnus-score-mode): Use define-derived-mode.
1771         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1772         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1773         into declaration.
1774         (gnus-kill-file-mode): Use define-derived-mode.
1775         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1776         Use derived-mode-p.
1777         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1778         (gnus-group-setup-buffer, gnus-group-name-at-point)
1779         (gnus-group-make-web-group, gnus-group-enter-directory)
1780         (gnus-group-suspend): Use derived-mode-p.
1781         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1782         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1783         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1784         (gnus-article-setup-buffer, gnus-article-prepare)
1785         (gnus-article-prepare-display, gnus-sticky-article)
1786         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1787         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1788         (gnus-article-read-summary-keys): Use derived-mode-p.
1789
1790 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1793
1794 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1797         shift_jis from the default value set for Japanese users.
1798
1799 2013-08-13  Glenn Morris  <rgm@gnu.org>
1800
1801         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1802
1803         * gnus.el (gnus-valid-select-methods): Fix type.
1804
1805         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1806
1807 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * mm-decode.el (mm-display-external): Run a timer for the temp files
1810         deletion after a viewer exits; add a deletion timer for the needsterm
1811         case, too.
1812
1813         * mm-decode.el (mm-display-external): Try to delete temporary files by
1814         using a 1-min. timer.
1815
1816 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1819         New internal variables.
1820         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1821         (mm-display-external): Use it to delete temporary files instead of
1822         using timers.
1823
1824 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1827
1828 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1829
1830         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1831         with cond for backwards compatability.
1832
1833 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * mm-decode.el (mm-display-external): Bind process-connection-type to
1836         nil; don't delete a temp file immediately even if a viewer finishes,
1837         since it may be a shell script, like xdg-open, that launches a real
1838         viewer program belatedly.
1839
1840 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1841
1842         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1843         that we can create nndoc groups that excerpt other groups.
1844
1845 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus-delay.el (gnus-delay-article): Fix typo.
1848
1849         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1850         articles.
1851
1852         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1853         we can get spell-checking etc.
1854
1855 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1858         a single one used for encoding the whole text in a header.
1859
1860 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1863         doesn't work properly on XEmacs.
1864
1865 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1868         before sending.
1869
1870         * dgnushack.el (dgnushack-compile): Add a temporary check for
1871         gnus-icalendar.
1872
1873         * mm-decode.el (mm-command-output): New face.
1874         (mm-display-external): Use it.
1875
1876 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1877
1878         * nnmbox.el (nnmbox-request-article): Don't change point.
1879
1880 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1883         Include `handle' parameter.
1884
1885 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1886
1887         * gnus-icalendar.el: New file.
1888
1889 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1892
1893         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1894         dummy roots, too.
1895
1896 2013-08-01  David Edmondson  <dme@dme.org>
1897
1898         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1899         out on ttys.
1900
1901 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1904         not empty.
1905
1906         * nnrss.el (nnrss-discover-feed): Indent.
1907
1908 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1909
1910         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1911
1912 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1915         dirty to ensure nnimap data being saved.
1916
1917 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1918
1919         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1920         menu entry.
1921
1922         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1923         the current thread's total score instead of the current article's
1924         score.
1925
1926         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1927         (gnus-sort-threads-recursively): Delete defcustom.
1928         (gnus-sort-threads-recursive): Adapt accordingly.
1929
1930 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1931
1932         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1933         (gnus-sort-threads-recursive): Use it.
1934         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1935         again.  Now that determines how to sort subthreads.
1936
1937 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1938
1939         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1940         (gnus-sort-threads): Use it.
1941
1942 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1943
1944         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1945         punctuation characters follow parentheses (bug#14950).
1946
1947 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * gnus.el (gnus-continuum-version):
1950         * gnus-msg.el (gnus-extended-version): Simplify.
1951
1952         * gnus.el (gnus-continuum-version-1): Remove.
1953         * gnus-msg.el (gnus-bug): Revert.
1954
1955         Calculate gnus-version correctly on Cygwin.
1956
1957         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1958         (gnus-continuum-version-1): New function, return a string.
1959
1960         * gnus-msg.el (gnus-extended-version, gnus-bug):
1961         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1962
1963 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1964
1965         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1966         (bug#13384).
1967
1968 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1971         that were only relevant in a development version a long time ago.
1972
1973 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1976         that the old Emacs 24s bundle.
1977
1978 2013-07-10  David Engster  <deng@randomsample.de>
1979
1980         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1981         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1982         fixes a bug in Emacs trunk where the 'unexist' marks were always
1983         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1984         Gnus v0.03".
1985
1986 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1987
1988         * gnus.el (gnus-summary-line-format): Reference
1989         `gnus-user-date-format-alist' for the &user-date; format, not
1990         `gnus-summary-user-date-format-alist'.
1991
1992 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1995         delete files (bug#13481).
1996
1997 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1998
1999         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2000
2001 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2002
2003         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2004         display images.
2005
2006         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2007
2008         * message.el (message-cancel-news): According to
2009         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2010         preferred over "cmsg cancel" in the Subject.
2011
2012         * nnir.el (nnir-engines): Note that the group specs are regexps
2013         (bug#13238).
2014
2015         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2016         gotten read-only text properties, ensure that those aren't heeded when
2017         copying stuff over (bug#13434).
2018
2019         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2020         (bug#13762).
2021
2022 2013-07-05  David Kastrup  <dak@gnu.org>
2023
2024         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2025         authinfo file again (important for blank passwords).  This had been
2026         broken with 2013-06-15 change.
2027
2028 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2031         Revert 2013-01-14 change.
2032
2033 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2034
2035         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2036         of 'create-image' for XEmacs compatibility; check errors when decoding
2037         image.  Reported by Uwe Brauer.
2038
2039 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2042         gnus-button-push revised at 2011-01-19.
2043
2044 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2047         now live in the lisp/net Emacs 24 repository.
2048
2049 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * eww.el (eww-update-header-line-format): Quote % characters.
2052
2053 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * eww.el (eww-process-text-input): Display passwords as asterisks.
2056
2057         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2058
2059 2013-06-19  Tom Tromey  <tromey@redhat.com>
2060
2061         * eww.el (eww-top-url): Remove.
2062         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2063         (eww-render): Set new variables.  Don't set eww-top-url.
2064         (eww-handle-link): Handle "prev", "home", and "contents".
2065         Downcase the rel text.
2066         (eww-top-url): Choose best top URL.
2067
2068 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * eww.el: Rewrite to implement form elements "by hand" instead of
2071         relying in widget.el.  Using widget.el leads to too many
2072         user interface inconsistencies.
2073         (eww-self-insert): Implement entering commands in text fields.
2074         (eww-process-text-input): New function to make text input field editing
2075         work.
2076         (eww-submit): Rewrite to use the new-style form methods.
2077         (eww-select-display): Display the correct selected item.
2078         (eww-change-select): Implement changing the select value.
2079         (eww-toggle-checkbox): Implement radio/checkboxes.
2080         (eww-update-field): Fix compilation error.
2081         (eww-tag-textarea): Implement <textarea>.
2082
2083         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2084         don't shadow mode-specific bindings.
2085
2086         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2087         nothing to push.
2088
2089         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2090
2091 2013-06-19  Glenn Morris  <rgm@gnu.org>
2092
2093         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2094
2095 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2096
2097         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2098
2099 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * shr.el (shr-make-table-1): Implement <td rowspan>.
2102         (shr-table-horizontal-line): Allow nil as a value, and change the
2103         default.
2104         (shr-insert-table-ruler): Respect the nil value.
2105
2106 2013-06-18  Tom Tromey  <tromey@barimba>
2107
2108         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2109         New defvars.
2110         (eww-open-file): New defun.
2111         (eww-render): Initialize new variables.
2112         (eww-display-html): Handle "link" and "a".
2113         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2114         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2115         (eww-back-url): Rename from eww-previous-url.
2116         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2117         defuns.
2118
2119 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * shr.el (shr-tag-table): Insert the images after the table, so that
2122         they're not covered by the table colourisation, which often looked
2123         awkward.
2124         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2125         <dd>.
2126         (shr-make-table-1): Implement <td colspan=> support.
2127         (shr-insert-document): Use one less than window width if `shr-width' is
2128         nil, since otherwise things may get one character too wide.
2129
2130 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * eww.el (eww-detect-charset): Improve regexp; move backward.
2133
2134 2013-06-18  Glenn Morris  <rgm@gnu.org>
2135
2136         * mm-decode.el (widget-convert-button): Autoload.
2137
2138         * sieve-manage.el (mm-enable-multibyte): Autoload.
2139
2140         * shr.el (libxml-parse-html-region): Declare.
2141         (shr-render-buffer): Explicit error if no libxml2 support.
2142
2143 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2144
2145         * auth-source.el (auth-source-current-line): New function.
2146         (auth-source-netrc-parse-entries): When a data token is "machine",
2147         assume we're in the wrong place and abort parsing the current line.
2148
2149 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2152         (eww-convert-widgets): Don't bug out if the first widget starts at the
2153         beginning of the buffer.
2154         (eww-convert-widgets): Fix last patch.
2155         (eww-tag-input): Support <input type=image>.
2156
2157         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2158         (shr-tag-base): Protect against base specs that are degenerate.
2159         (shr-ensure-paragraph): Don't delete empty lines that have text
2160         properties, because these may be input fields.
2161
2162         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2163         we can navigate to them.
2164
2165         * shr.el (shr-colorize-region): Put the colours over the entire region.
2166         (shr-inhibit-decoration): New variable.
2167         (shr-add-font): Use it to inhibit text property decorations while doing
2168         preliminary table renderings.  This speeds up typical Wikipedia page
2169         renderings by 15%.
2170         (shr-tag-span): Don't respect the <title>, because that overwrites the
2171         help-echo from links inside the spans.
2172         (shr-next-link): Use `help-echo' for navigation, so that we can
2173         navigate to form elements, too.
2174
2175         * eww.el (eww-button): New face.
2176         (eww-convert-widgets): Use it to make submit buttons more button-like.
2177
2178         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2179         that Gnus commands work.
2180
2181         * shr.el (shr-render-td): Support horizontal alignment.
2182
2183         * eww.el (eww-put-color): Removed.
2184         (eww-colorize-region): Use `add-face-text-property'.
2185
2186         * shr.el (shr-add-font): Append face data, so that we get the correct
2187         precedence: The innermost value (which is applied first) wins.
2188         (shr-make-overlay): Obsolete function.
2189
2190         * mm-decode.el (mm-convert-shr-links): New function to convert
2191         new-style shr URL links into widgets.
2192         (mm-shr): Use it.
2193
2194         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2195         widget commands, since we're no longer using widgets for links.
2196
2197         * shr.el (shr-next-link): New command.
2198         (shr-previous-link): New command.
2199         (shr-urlify): Don't use `widget-convert', because that's slow.
2200         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2201         because collecting the overlays and reapplying them when generating
2202         tables is slow.
2203         (shr-insert-table): Ditto.
2204
2205 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2206
2207         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2208         * shr.el (browse-url): Require `url'.
2209         * eww.el (url): Require format-spec.
2210
2211 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * eww.el (eww-display-html): Default to using the entire window width.
2214         (eww-browse-url): Don't add a User-Agent header (twice), because that
2215         makes Bing refuse connection.
2216
2217         * shr.el (shr-make-table): Cache the table rendering at the table
2218         level, and not the <td> level.  This is a bit faster.
2219
2220         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2221         #id.
2222
2223         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2224         browsers don't.
2225         (shr-expand-url): Respect #anchor links.
2226         (shr-parse-base): Chop off the anchor before using.
2227         (shr-descend): Respect display: none.
2228         (shr-descend): Allow marking elements that have certain IDs.
2229
2230         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2231
2232         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2233
2234         * eww.el (eww-tag-textarea): Support <textarea>.
2235
2236 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2237
2238         * shr.el (shr-dom-to-xml): Fixed function call.
2239
2240         * eww.el (eww): New group.
2241         (eww-header-line-format): New custom variable.
2242         (eww-current-title): New variable.
2243         (eww-display-html): Update header and handle title tag.
2244         (eww-update-header-line-format): New function.
2245         (eww-tag-title): New function.
2246
2247         * shr.el (shr-dom-to-xml): New function.
2248         (shr-tag-svg): Add support for the SVG tag.
2249         (shr-bullet): New custom variable.
2250         (shr-tag-li): Support custom bullet in unordered lists.
2251
2252 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * shr.el (shr-expand-url): Respect // URLs.
2255
2256         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2257         put a background colour onto the entire buffer.
2258         (eww-render): When being redirected, use the redirect URL as the new
2259         base URL.
2260
2261         * shr.el (shr-parse-base): Fix parsing error.
2262
2263         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2264
2265         * shr.el (shr-parse-base): New function.
2266         (shr-expand-url): Use it to expand relative URLs reliably.
2267
2268 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2269
2270         * auth-source.el (auth-source-search-collection): Fix docstring.
2271         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2272         single-quoted strings and multiline entries.
2273         (auth-source-netrc-parse-next-interesting)
2274         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2275         functions to support parser.
2276
2277 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * eww.el (eww-submit): Get submit button logic right when hitting RET
2280         on non-submit buttons.
2281
2282         * shr.el: Remove shr-preliminary-table-render, since that can't really
2283         be used for anything in practice.
2284
2285 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2286
2287         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2288         (sieve-manage-quit).
2289
2290 2013-06-14  Glenn Morris  <rgm@gnu.org>
2291
2292         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2293
2294 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2295
2296         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2297         control the maximum size of photo ID image.
2298         (mml2015-epg-key-image-to-string): Respect it.
2299
2300 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2303         instead of the final one so that we can more easily distinguish them.
2304
2305         * eww.el (eww-submit): Compute the submission URL correctly.
2306
2307 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2308
2309         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2310         Use plist-get rather than CL's getf.
2311         (sieve-manage-parse-capability): Avoid CL's remove-if.
2312
2313 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2314
2315         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2316         (sieve-manage-quit).
2317
2318 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2321         last slash.
2322
2323         * eww.el (eww-tag-select): Use the first value as the default value.
2324
2325 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2326
2327         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2328         (eww-mode): Use `define-derived-mode'.
2329         (eww-parse-headers): Parse headers from beginning of buffer so that
2330         file:// links work.
2331
2332 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2335
2336 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2339         to handle them at all.
2340
2341 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2344         work, too.
2345         (eww-tag-select): Implement <select>.
2346
2347 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2348
2349         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2350         stream managing functions by using open-protocol-stream to do most of
2351         the work.  Has the nice benefit of enabling STARTTLS.
2352         Wait for capabilities after STARTTLS: following RFC5804, the server
2353         sends new capabilities after successfully establishing a TLS connection
2354         with the client.  The client should update the cached list of
2355         capabilities, but we just ignore the answer for now.
2356         (sieve-manage-network-p, sieve-manage-network-open)
2357         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2358         (sieve-manage-forward, sieve-manage-streams)
2359         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2360         API, nor called by any other function.
2361         Enable Multibyte for SieveManage buffers: The parser won't properly
2362         handle umlauts and line endings unless multibyte is turned on in the
2363         process buffer.
2364
2365 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * eww.el (eww-tag-input): Support password fields.
2368         (eww-submit): Support POST.
2369
2370 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * eww.el (eww-tag-form): Protect against degenerate forms.
2373
2374         * shr.el (shr-expand-url): Expand URLs that start with a slash
2375         correctly.
2376
2377         * eww.el (eww-submit): Get submit button logic right.
2378
2379         * shr.el (shr-final-table-render): New variable to signal when we're
2380         doing the final table rendering so that we can collect more data at
2381         that point.
2382
2383         * eww.el (eww-submit): Make form submission work.
2384         (eww-tag-input): Implement submit buttons.
2385         (eww-click-radio): Implement radio and checkboxes.
2386         (eww-submit): Handle hidden elements.
2387
2388         * shr.el (shr-descend): Allow other packages to override (or provide)
2389         rendering of elements.
2390         (shr-expand-url): Strip query strings from URLs before expanding them.
2391
2392         * eww.el: Don't require cl-lib.
2393         (eww-tag-form): Start form support.
2394
2395         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2396
2397         * eww.el: Start writing a new, tiny web browser.
2398         (eww-previous-url): New command.
2399         (eww-quit): New command.
2400
2401 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2402
2403         * sieve.el: Put point at beginning of buffer when viewing a script.
2404         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2405         number in sieve-buffer's header.  Fixed code to also work with a string
2406         as port specifier.  Properly close the connection on pressing 'q'.  Make
2407         sieve-manage-quit close the connection and process buffer.  Also, remove
2408         duplicate keybinding for 'q'.
2409
2410 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2411
2412         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2413         make it easier to read.
2414         (mm-pkcs7-enveloped-magic): Ditto.
2415
2416 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2417
2418         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2419         before `image-type-available-p' to avoid loading the image libraries
2420         needlessly.
2421
2422 2013-06-05  David Engster  <deng@randomsample.de>
2423
2424         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2425         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2426         to see whether the group was synced before.
2427
2428 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2429
2430         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2431         when opening the connection.
2432         Suggested by João Távora <joaotavora@gmail.com> in
2433         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2434
2435 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2438         assume Date header begins with "Date", that may be customized into
2439         something like "X-Sent" using gnus-article-time-format.
2440         (article-transform-date): Allow multi-line Date header.
2441
2442 2013-06-02  David Engster  <deng@randomsample.de>
2443
2444         * registry.el (initialize-instance, registry-lookup)
2445         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2446         (registry-lookup-secondary-value, registry-search, registry-delete)
2447         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2448         not wrap methods in `eval-and-compile'.  This breaks due to latest
2449         changes in EIEIO (introduction of eieio-core.el).
2450
2451 2013-05-30  Glenn Morris  <rgm@gnu.org>
2452
2453         * nnmail.el (nnmail-fancy-expiry-target):
2454         Also bind mail-dont-reply-to-names.
2455
2456         * spam-stat.el (spam-stat-save):
2457         No need to tweak font-lock in temp buffers.
2458
2459         * shr.el (shr-put-image): Silence compiler.
2460
2461 2013-05-29  Glenn Morris  <rgm@gnu.org>
2462
2463         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2464
2465         * gnus-group.el (gnus-sequence-of-unread-articles)
2466         (gnus-summary-add-mark, gnus-mark-article-as-read)
2467         (gnus-group-make-articles-read): Declare.
2468
2469         * gnus-sum.el (gnus-parameter-list-identifier)
2470         (gnus-article-stop-animations, gnus-stop-downloads)
2471         (gnus-article-only-boring-p, article-goto-body)
2472         (gnus-flush-original-article-buffer, article-narrow-to-head)
2473         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2474         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2475
2476         * gnus.el: No need to eval-and-compile autoloads.
2477
2478         * gravatar.el (help-function-arglist): Autoload.
2479
2480         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2481
2482         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2483
2484         * spam.el: No need to load spam-report when compiling.
2485         No need to eval-and-compile autoloads.
2486         (spam-report-resend-to): Declare.
2487         (spam-report-resend-register-routine): Require 'spam-report.
2488
2489 2013-05-24  Julien Danjou  <julien@danjou.info>
2490
2491         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2492         setup.
2493
2494 2013-05-23  Glenn Morris  <rgm@gnu.org>
2495
2496         * gnus-util.el (rmail-swap-buffers-maybe)
2497         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2498         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2499         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2500
2501         * mm-decode.el: No need to load term when compiling.
2502         (term-mode, term-char-mode): Declare.
2503
2504         * mm-util.el: No need to load jka-compr when compiling.
2505         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2506
2507         * nnmaildir.el: Require is automatically eval-and-compile.
2508         (nnmail): Require at run-time too.
2509
2510         * registry.el (registry-size): Move definition before use.
2511
2512 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2513
2514         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2515         signed data to conform the standard.  (Bug#14232)
2516
2517 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2518
2519         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2520         double angle quotation mark.
2521
2522 2013-05-20  Glenn Morris  <rgm@gnu.org>
2523
2524         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2525
2526 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2527
2528         * message.el (message-insert-formatted-citation-line): handle finding
2529         first/lastname when more than 2 names appear.
2530
2531 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2532
2533         * shr.el (shr-tag-span): New function.
2534
2535 2013-05-18  Glenn Morris  <rgm@gnu.org>
2536
2537         * message.el (message-mode): Use message-mode-abbrev-table,
2538         with text-mode-abbrev-table as parent.  (Bug#14413)
2539
2540 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * message.el (message-expand-group): Decode group names.
2543
2544 2013-05-16  Julien Danjou  <julien@danjou.info>
2545
2546         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2547         app-icon.
2548
2549 2013-05-15  Glenn Morris  <rgm@gnu.org>
2550
2551         * shr-color.el (shr-color-visible-luminance-min)
2552         (shr-color-visible-distance-min): Use shr-color group.
2553
2554 2013-05-11  Glenn Morris  <rgm@gnu.org>
2555
2556         * gnus-vm.el: Make it loadable without VM.
2557         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2558         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2559
2560 2013-05-09  Glenn Morris  <rgm@gnu.org>
2561
2562         * mml1991.el: Make it loadable.  (Bug#13456)
2563
2564         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2565         * gnus-async.el (gnus-async-post-fetch-function):
2566         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2567         * gnus-html.el (gnus-html-image-cache-ttl):
2568         * gnus-notifications.el (gnus-notifications-timeout):
2569         * gnus-picon.el (gnus-picon-properties):
2570         * gnus-util.el (gnus-completion-styles):
2571         * gnus.el (gnus-other-frame-resume-function):
2572         * message.el (message-user-organization-file)
2573         (message-cite-reply-position):
2574         * nnir.el (nnir-summary-line-format)
2575         (nnir-retrieve-headers-override-function):
2576         * shr-color.el (shr-color-visible-luminance-min):
2577         * shr.el (shr-blocked-images):
2578         * spam-report.el (spam-report-resend-to):
2579         * spam.el (spam-summary-exit-behavior): Fix custom types.
2580
2581         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2582
2583 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2586         because of let-binding help-xref-following.  (Bug#14356)
2587
2588 2013-05-06  Glenn Morris  <rgm@gnu.org>
2589
2590         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2591
2592 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2593
2594         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2595         entering into the registry.
2596
2597 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2598
2599         * gnus.el: Ma Gnus v0.7 is released.
2600
2601 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2604         (Bug#14304)
2605
2606 2013-04-27  Glenn Morris  <rgm@gnu.org>
2607
2608         * gnus.el (gnus-list-debbugs):
2609         Use require rather than autoload.  (Bug#14262)
2610
2611 2013-04-27  Julien Danjou  <julien@danjou.info>
2612
2613         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2614         port to "sieve" now that it has an official IANA port assigned.
2615
2616 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2619         Don't set the MAILHOST environment variable permanently (Bug#14271).
2620
2621 2013-04-26  Glenn Morris  <rgm@gnu.org>
2622
2623         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2624
2625 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2626
2627         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2628         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2629
2630 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2631
2632         * nnir.el (nnir-close-group): Make sure we are in the right group.
2633
2634         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2635         dependency table from all newly retrieved headers.
2636
2637 2013-04-16  David Edmondson  <dme@dme.org>
2638
2639         Support <img src="data:...">.
2640
2641         * shr.el (shr-image-from-data): New function.
2642         (shr-tag-img): Use it.
2643
2644 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2645
2646         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2647         group.
2648
2649 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2652         corresponding to any existing group (Bug#14166).
2653
2654 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2655
2656         * nnir.el (number-sequence): No longer used.
2657         (nnir-request-set-mark): New function.
2658         (nnir-request-update-info): Improve marks updating.
2659         (nnir-request-scan): Don't duplicate marks updating.
2660         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2661         Use 'assq rather than 'assoc.  Quote anonymous function.
2662         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2663         Use 'gnus-group-prefixed-p.
2664         (gnus-summary-create-nnir-group): Make sure server for method is open.
2665
2666 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2667
2668         * nnir.el (gnus-nnir-group-p): New function.
2669         (nnir-possibly-change-group): Use it.
2670
2671         * gnus-msg.el (gnus-setup-message): Use it.
2672
2673 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2676         `initial-input' for the argument name.
2677         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2678
2679 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2680
2681         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2682         (used by MH-E).
2683
2684 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2685
2686         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2687         group.
2688
2689         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2690         fix compilation.
2691
2692 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2693
2694         * nnir.el (nnir-method-default-engines): And another typo.
2695
2696 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2697
2698         * nnir.el (nnir-method-default-engines): Fix typo.
2699
2700 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2701
2702         * nnir.el: Define 'number-sequence for xemacs.
2703         (gnus-summary-create-nnir-group): New function to create an nnir group
2704         from an nnir summary buffer based on the current query.
2705         (nnir-request-create-group): Update to allow nnir group creation based
2706         on the current query.
2707
2708 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * nndraft.el (nndraft-request-expire-articles):
2711         Make expiry target always `delete'.
2712
2713 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2714
2715         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2716         buffer use the posting-style and gcc of the original article group.
2717         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2718
2719         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2720         after other deffoos.
2721
2722 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2723
2724         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2725         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2726         support for real (i.e. not ephemeral) nnir groups.
2727         (gnus-summary-make-nnir-group): New function for initiating searches
2728         from a summary buffer.
2729
2730 2013-03-18  Sam Steingold  <sds@gnu.org>
2731
2732         * message.el (message-bury): Minor cleanup.
2733
2734 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2735
2736         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2737
2738 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2741         nnml-request-list.  (Bug#13873)
2742         (nndir-request-newsgroups): Remove, unused.
2743
2744         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2745
2746 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2747
2748         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2749         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2750         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2751
2752 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2753
2754         * shr.el: Make all the overlays set the `evaporate' property so that
2755         they're removed properly.
2756
2757 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2758
2759         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2760         shell-quote-argument.
2761
2762 2013-02-22  David Engster  <deng@randomsample.de>
2763
2764         * gnus-registry.el (gnus-registry-save): Provide class name when
2765         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2766         `condition-case' to stay compatible with older EIEIO versions which
2767         only accept one argument.
2768
2769 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2770
2771         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2772         (epg-user-id-validity): Autoload.
2773         (mml2015-epg-check-user-id): New function.
2774         (mml2015-epg-check-sub-key): New function split from
2775         mml2015-epg-find-usable-key.
2776         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2777         optional name-is-key-id, to handle the case when user-id is unusable.
2778         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2779
2780 2013-02-17  Glenn Morris  <rgm@gnu.org>
2781
2782         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2783
2784 2013-02-16  Glenn Morris  <rgm@gnu.org>
2785
2786         * shr.el (shr-put-image): Only animate images that specify a delay.
2787         This is consistent with the old image-animated-p behavior.
2788
2789 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2792         for XEmacs.
2793
2794 2013-02-13  Juri Linkov  <juri@jurta.org>
2795
2796         * gnus-art.el (gnus-article-mode-map):
2797         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2798         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2799
2800 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2801
2802         * auth-source.el (auth-source-format-prompt): Don't get confused by
2803         any "\" in replacement text.  (Bug#13637)
2804
2805 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2806
2807         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2808         (gnus-backend-trace): Honour gnus-backend-trace.
2809
2810         * mml.el (mml-insert-part): Insert closing tag.
2811
2812         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2813
2814 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2817         able to find the article, which can happen in debbugs groups,
2818         apparently.
2819
2820 2013-01-16  Glenn Morris  <rgm@gnu.org>
2821
2822         * smiley.el (smiley-style): Make the file loadable in batch mode.
2823
2824 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2825
2826         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2827         imap process running.
2828
2829 2013-01-14  Julien Danjou  <julien@danjou.info>
2830
2831         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2832         Compare addresses against addresses, not against the full From field.
2833
2834 2013-01-13  Richard Stallman  <rms@gnu.org>
2835
2836         * message.el (message-forward-make-body-mime): New args BEG, END
2837         specify what part of FORWARD-BUFFER to use.  Do the work directly
2838         instead of calling `mml-insert-buffer'.
2839
2840 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2841
2842         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2843         cross-reference(s).
2844
2845         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2846         cross-reference(s).
2847
2848 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2849
2850         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2851         and point-max-marker.
2852         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2853
2854 2013-01-11  Julien Danjou  <julien@danjou.info>
2855
2856         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2857         max are almost equal.  Also return the correct value for V which is
2858         already between 0 and 1.
2859
2860 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2861
2862         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2863         to mml2015-encrypt-to-self.
2864         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2865
2866 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2867
2868         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2869         mml-smime-epg-find-usable-secret-key.
2870
2871 2013-01-08  Glenn Morris  <rgm@gnu.org>
2872
2873         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2874
2875 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2876
2877         * mml-smime.el: Support signing by sender.
2878         Requested by Uwe Brauer.
2879         (mml-smime-sign-with-sender): New user option analogous
2880         to mml2015-sign-with-sender.
2881         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2882         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2883         mml2015.el.
2884
2885 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2888         isn't running, because Gnus will probably not know how to handle the
2889         Gcc header (bug#11941).
2890
2891         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2892         articles.
2893
2894 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2895
2896         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2897         (nnfolder-generate-active-file): Make this function work with recursive
2898         folder names.
2899
2900 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2901
2902         * nntp.el (nntp-open-connection): Use HELP as the capability command
2903         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2904         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2905
2906 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2907
2908         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2909         place holder since this gives `Invalid face reference: nil' messages.
2910         Use the `default' face instead.  It has the same effect here, even
2911         though it is not no-op.
2912
2913         * gnus-util.el
2914         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2915
2916 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2917
2918         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2919         non-string posting styles (bug#13285).
2920
2921 2012-12-27  Glenn Morris  <rgm@gnu.org>
2922
2923         * plstore.el (plstore-passphrase-callback-function):
2924         Use plstore-get-file.
2925
2926 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2927
2928         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2929         stderr.
2930
2931 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2934
2935         * gnus-compat.el (set-buffer-multibyte): Remove.
2936
2937 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2938
2939         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2940         temporary file to get PGP key image.  Pass no-show-photos when
2941         extracting image to avoid having it pop up twice.
2942
2943 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2944
2945         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2946         eligible for treatment.
2947
2948         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2949         lines.  This makes summary commands with hidden threads work more
2950         reliably.
2951
2952         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2953         button to mark the hidden citations (bug#9395).
2954
2955 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2956
2957         * mml2015.el (mml2015-epg-signature-to-string): New function.
2958         (mml2015-epg-verify-result-to-string): New function.
2959         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2960         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2961         instead of epg-verify-result-to-string.
2962         (epg-signature-key-id, epg-signature-to-string): Autoload.
2963         (epg-verify-result-to-string): Remove autoload.
2964
2965 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2966
2967         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2968         ID image from GPG public key.
2969         (mml2015-epg-key-image-to-string): New function.
2970
2971 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2972
2973         * plstore.el (plstore-passphrase-callback-function): Fix error when
2974         error when plstore-cache-passphrase-for-symmetric-encryption is set
2975         (bug#13264).
2976
2977 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2980         buffer to the article buffer here, because that clobbers multiple
2981         article buffers.
2982
2983         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2984         buffer always points to the right summary buffer.
2985
2986 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2987
2988         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2989         the password (bug#12097).
2990
2991 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2992
2993         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2994         (bug#13263).
2995
2996         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2997         buffer exists before using it (bug#12475).
2998
2999         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3000         offline groups (bug#11937).
3001
3002         * message.el (message-yank-original): When using customize to set the
3003         value of `message-cite-style', the variable it set to a symbol that's
3004         the name of the variable, which must then be dereferenced (bug#12616).
3005
3006 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3007
3008         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3009         the `face' property with a list whose car is the face specified in the
3010         format string and whose cdr is (nil).
3011         * lisp/gnus-util.el
3012         (gnus-put-text-property-excluding-characters-with-faces):
3013         Change accordingly.
3014         (gnus-get-text-property-excluding-characters-with-faces): New function.
3015         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3016         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3017         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3018
3019 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3020
3021         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3022         login methods.
3023         (nnimap-login): Respect the `nnimap-authenticator' variable.
3024
3025         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3026         mark state when moving articles.  Otherwise unticked articles will get
3027         their ticks back after moving.
3028
3029 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3030
3031         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3032
3033         * message.el (message-ignored-news-headers): Always remove
3034         X-Message-SMTP-Method to avoid information leakage if the user
3035         mistakenly inserts the header into news messages.
3036
3037         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3038
3039         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3040         right than four characters, this command would move point to
3041         `point-max'.  Don't do that.
3042
3043         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3044         to nil to allow re-selecting groups that gain articles.
3045         (gnus-bug-group-download-format-alist): Update the URL.
3046
3047 2012-12-23  Andreas Schwab  <schwab@suse.de>
3048
3049         * shr.el (shr-tag-em): Render em as italic, not bold.
3050
3051 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3052
3053         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3054         for reuse.
3055         (gnus-open-server): Use it to add more tracing.
3056         (gnus-finish-retrieve-group-infos): Add backend tracing.
3057         (gnus-backend-trace): Also note the elapsed seconds.
3058
3059 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3060
3061         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3062         Set epa-file-encrypt-to from variable to avoid querying.
3063
3064 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3065
3066         * sieve-mode.el (sieve-font-lock-keywords):
3067         Keywords should be word delimited.  (Bug#13173)
3068
3069 2012-12-13  Andreas Schwab  <schwab@suse.de>
3070
3071         * tls.el (tls-program): Update customize type.
3072
3073 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3076         instead of <pre> to align message header.
3077
3078 2012-12-12  Sam Steingold  <sds@gnu.org>
3079
3080         * gnus.el (gnus-other-frame-resume-function): Add user option.
3081         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3082
3083 2012-12-06  Sam Steingold  <sds@gnu.org>
3084
3085         * gnus-start.el (gnus-before-resume-hook): Add.
3086         (gnus-1): Run it when Gnus is alive.
3087
3088 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3091         * gnus-art.el (article-unsplit-urls)
3092         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3093         * gnus-registry.el (gnus-registry-get-article-marks)
3094         * message.el (message-goto-body): Use it.
3095         (message-called-interactively-p): Remove.
3096
3097         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3098         (spam-stat-score-buffer): Use it.
3099
3100         * spam.el: Silence the warnings against BBDB functions when compiling.
3101
3102         * gnus-score.el (gnus-score-decode-text-parts):
3103         Use append+mapcar instead of the cl function mapcan.
3104
3105 2012-12-05  Sam Steingold  <sds@gnu.org>
3106
3107         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3108         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3109         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3110
3111 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * gmm-utils.el (gmm-called-interactively-p): Revert.
3114         This seems to cause Emacs to get stuck!
3115         * gnus-art.el (article-unsplit-urls)
3116         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3117         * gnus-registry.el (gnus-registry-get-article-marks)
3118         * message.el (message-goto-body)
3119         (message-called-interactively-p): Revert.
3120
3121         * gmm-utils.el (gmm-called-interactively-p): New function.
3122         * gnus-art.el (article-unsplit-urls)
3123         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3124         * gnus-registry.el (gnus-registry-get-article-marks)
3125         * message.el (message-goto-body): Use it.
3126         (message-called-interactively-p): Remove.
3127
3128         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3129         * gnus-sync.el (gnus-sync-lesync-call)
3130         * message.el (message-read-from-minibuffer): Use it.
3131
3132 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * gmm-utils.el (gmm-flet): Remove.
3135         * gnus-sync.el (gnus-sync-lesync-call)
3136         * message.el (message-read-from-minibuffer): Don't use it.
3137
3138 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3141
3142 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3145
3146         * gnus-sync.el (gnus-sync-lesync-call)
3147         * message.el (message-read-from-minibuffer): Use gmm-flet.
3148
3149         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3150
3151         * gnus-util.el (gnus-macroexpand-all): Remove.
3152
3153 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3154
3155         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3156         to TAB, not [tab].
3157         (gnus-summary-article-map): Likewise.
3158
3159         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3160         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3161
3162 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3163
3164         * time-date.el: Commentary fix.
3165
3166 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3167
3168         * color.el: Don't require cl.
3169         (color-complement): `caddr' -> `nth 2'.
3170
3171         * time-date.el (time-to-seconds): De-obsolete.
3172
3173 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * message.el (message-get-reply-headers):
3176         Make sure the reply goes to the author if it is a wide reply.
3177
3178 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3179
3180         * gnus-score.el (gnus-score-body):
3181         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3182         scoring by body.
3183
3184 2012-11-16  Glenn Morris  <rgm@gnu.org>
3185
3186         * gnus-diary.el (nndiary-request-create-group-functions)
3187         (nndiary-request-update-info-functions)
3188         (gnus-subscribe-newsgroup-functions)
3189         (nndiary-request-accept-article-functions):
3190         Use new names for hooks rather than obsolete aliases.
3191
3192 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3195
3196 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3199         in meta tag with the one the part specifies in its header.
3200
3201 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3202
3203         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3204         by default.
3205
3206 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3209         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3210
3211 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3214         and a runtime function for it, of which the XEmacs version takes only
3215         two arguments.
3216
3217 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3218
3219         * nndiary.el (nndiary-request-create-group-functions)
3220         (nndiary-request-update-info-functions)
3221         (nndiary-request-accept-article-functions):
3222         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3223         "-hooks" suffix.
3224
3225 2012-10-19  Julien Danjou  <julien@danjou.info>
3226
3227         * gnus-art.el: Require gnus-util because it uses
3228         `gnus-timer--function'.
3229
3230 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3231
3232         * starttls.el (starttls-extra-arguments): Doc fix.
3233
3234 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3237         it.
3238
3239 2012-10-06  Glenn Morris  <rgm@gnu.org>
3240
3241         * gnus-notifications.el (gnus-notifications):
3242         Add missing group :version tag.
3243         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3244         (gnus-gcc-post-body-encode-hook):
3245         * gnus-sync.el (gnus-sync-lesync-name)
3246         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3247
3248 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3249
3250         * color.el (color-hsl-to-rgb): Fix incorrect results for
3251         small and large hue values.  (Bug#12559)
3252
3253 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         New UIDL implementation.
3256
3257         * mail-source.el (mail-sources, mail-source-keyword-map):
3258         Add :leave as a pop3 keyword.
3259         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3260
3261         * pop3.el (pop3-leave-mail-on-server): Allow number.
3262         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3263         (pop3-movemail): Add UIDL support.
3264         (pop3-send-streaming-command): Take a list of mail numbers instead of
3265         the number of mails.
3266         (pop3-write-to-file): Add X-UIDL header.
3267         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3268         (pop3-uidl-add-xheader): New functions.
3269
3270         * message.el (message-ignored-resent-headers):
3271         Add X-Content-Length and X-UIDL headers.
3272
3273 2012-10-05  Glenn Morris  <rgm@gnu.org>
3274
3275         * color.el (color-name-to-rgb, color-rgb-to-hex)
3276         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3277         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3278         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3279         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3280
3281 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3284         a user about whether to delete temp files if once a user answered as n.
3285
3286 2012-09-25  Chong Yidong  <cyd@gnu.org>
3287
3288         * password-cache.el (password-read-and-add): Use a declare form to mark
3289         this function obsolete.
3290
3291 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * lpath.el: Bind mail-encode-mml for old Emacsen.
3294
3295 2012-09-17  Richard Stallman  <rms@gnu.org>
3296
3297         * message.el (message-in-body-p): Don't set mark or modify buffer.
3298
3299         * mml.el (mml-attach-file): Doc fix.
3300         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3301         Set mail-encode-mml when in Mail mode.
3302         Simplify code to set HEAD and move back to HEAD.
3303         (mml-insert-multipart, mml-insert-part):
3304         Set mail-encode-mml when in Mail mode.
3305
3306 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-util.el (gnus-timer--function): New function.
3309
3310         * gnus-art.el (gnus-article-stop-animations): Use it.
3311
3312 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3313
3314         Fix glitches caused by addition of psec to timers.
3315         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3316         rather than raw access to timer vector.
3317
3318 2012-09-11  Julien Danjou  <julien@danjou.info>
3319
3320         * gnus-notifications.el (gnus-notifications): Check for nil values in
3321         ignored addresses check.
3322
3323 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3324
3325         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3326
3327 2012-09-07  Chong Yidong  <cyd@gnu.org>
3328
3329         * gnus-util.el
3330         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3331
3332         * gnus-salt.el (gnus-tree-highlight-node):
3333         * gnus-sum.el (gnus-summary-highlight-line):
3334         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3335
3336 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3339
3340 2012-09-06  Juri Linkov  <juri@jurta.org>
3341
3342         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3343         scheme for buffer names to be more consistent with other group and
3344         article buffer names in Gnus.
3345
3346 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-util.el
3349         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3350
3351         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3352         Jenkner.
3353
3354         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3355
3356         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3357
3358         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3359
3360 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3363         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3364
3365         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3366         string-prefix-p in Emacs >=23.2.
3367
3368         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3369         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3370         instead of string-match-p.
3371         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3372
3373 2012-09-06  Kenichi Handa  <handa@gnu.org>
3374
3375         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3376         lowercase a..f.
3377
3378 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3379
3380         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3381
3382 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3383
3384         * nnimap.el (nnimap-request-move-article): Decode the group name when
3385         doing internal moves to avoid charset issues.
3386
3387         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3388         TIME is set.
3389
3390 2012-09-05  Juri Linkov  <juri@jurta.org>
3391
3392         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3393         than one group at a time (bug#11961).
3394
3395 2012-09-05  Julien Danjou  <julien@danjou.info>
3396
3397         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3398         this hide the real reason with a message giving absolutely no hint.
3399
3400 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3401
3402         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3403         to the backend (bug#11804).
3404
3405         * message.el (message-insert-newsgroups): Don't insert newsgroup
3406         duplicates (bug#12275).
3407
3408 2012-09-05  John Wiegley  <johnw@newartisans.com>
3409
3410         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3411         sieve rules.
3412
3413 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3414
3415         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3416         function.
3417
3418         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3419
3420         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3421
3422 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3423
3424         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3425         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3426         This should make nnmaildir more usable with offlineimap.
3427
3428 2012-09-05  Julien Danjou  <julien@danjou.info>
3429
3430         * nnimap.el (nnimap-request-list): Revert change that made listing
3431         synchronous.
3432         (nnimap-get-responses): Restore.
3433
3434 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3435
3436         * dgnushack.el: XEmacs 21.5 compilation fix.
3437
3438         * gnus-notifications.el (gnus-notifications-notify): Use it.
3439
3440         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3441         warnings on XEmacs.
3442
3443 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3444
3445         Better seeds for (random).
3446         * gnus-sync.el (gnus-sync-lesync-setup):
3447         * message.el (message-canlock-generate, message-unique-id):
3448         Change (random t) to (random), now that the latter is more random.
3449
3450 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3451
3452         * nnimap.el (nnimap-change-group): Document result value
3453
3454         * auth-source.el (auth-sources): Fix macos keychain access.
3455
3456         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3457         allow the backend `request-head' function to determine the group
3458         name on its own.
3459         (gnus-request-expire-articles): Filter out negative article numbers
3460         during expiry (Bug#11980).
3461
3462         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3463         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3464
3465         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3466         you've found the article when you haven't.
3467
3468         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3469         that nnimap-change-group can return t.
3470
3471 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3472
3473         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3474
3475 2012-08-30  Julien Danjou  <julien@danjou.info>
3476
3477         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3478         `gnus-notifications-timeout'.
3479         (gnus-notifications-timeout): Add.
3480         (gnus-notifications-action): New function.
3481         (gnus-notifications-notify): Add :action using
3482         `gnus-notifications-action'.
3483         (gnus-notifications-id-to-msg): New variable.
3484         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3485         notifications id to messages.
3486
3487 2012-08-30  Kenichi Handa  <handa@gnu.org>
3488
3489         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3490         once.
3491
3492 2012-08-29  Julien Danjou  <julien@danjou.info>
3493
3494         * gnus-notifications.el: New file.
3495         (gnus-notifications-notify): New function.
3496         (gnus-notifications): Use `gnus-notifications-notify'.
3497
3498 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3501         transfer encoding first; bind gnus-newsgroup-charset to the charset
3502         that the article specifies (Bug#12209).
3503
3504 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3507         (gnus-group-customize-done): Encode values posting-style holds.
3508
3509         * gnus-msg.el (gnus-summary-resend-message)
3510         (gnus-configure-posting-styles): Decode values posting-style group
3511         parameter holds.
3512
3513 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3516         `name' and `address' in Resent-From header.
3517
3518 2012-08-14  Chong Yidong  <cyd@gnu.org>
3519
3520         * gnus-art.el (article-display-face): Handle failure in
3521         gnus-create-image (Bug#11802).
3522
3523 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3524
3525         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3526         Use defsetf.
3527
3528 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3529
3530         * auth-source.el (auth-source-plstore-search)
3531         (auth-source-secrets-search): Ignore :require and :type in search spec.
3532
3533 2012-08-06  Julien Danjou  <julien@danjou.info>
3534
3535         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3536         `nnimap-request-move-article'.
3537
3538         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3539         Remove autoload, already handled by gnus.el.
3540
3541         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3542
3543         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3544         supported by nnimap actually.  Reverts previous change.
3545
3546         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3547         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3548         to-buffer argument that is already supported.
3549
3550 2012-08-05  Julien Danjou  <julien@danjou.info>
3551
3552         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3553         Add autoload.
3554
3555 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * gnus.el (gnus-valid-select-methods): Fix custom type.
3558
3559 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3560
3561         * auth-source.el (auth-sources, auth-source-backend-parse)
3562         (auth-source-macos-keychain-search)
3563         (auth-source-macos-keychain-search-items)
3564         (auth-source-macos-keychain-result-append)
3565         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3566         auth-source.el through the /usr/bin/security utility.
3567         (auth-sources): Fix syntax error.
3568         (auth-source-macos-keychain-result-append): Fix variable name.
3569         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3570
3571 2012-07-27  Julien Danjou  <julien@danjou.info>
3572
3573         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3574         Emacs < 24.1
3575
3576 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * message.el (message-kill-address): Don't kill last newline.
3579         (message-skip-to-next-address): Don't move to the next header.
3580         (message-fill-field-address): Work properly.
3581
3582 2012-07-25  Julien Danjou  <julien@danjou.info>
3583
3584         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3585
3586 2012-07-24  Julien Danjou  <julien@danjou.info>
3587
3588         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3589
3590         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3591         (nntp-async-timer-handler): Remove, unused.
3592
3593         * nnimap.el (nnimap-get-responses): Remove, unused.
3594
3595         * nnheader.el (mail-header-set-extra): Remove, unused.
3596
3597         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3598         unused.
3599
3600         * mm-view.el (mm-view-sound-file): Remove, unused.
3601
3602         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3603         (mm-url-encode-multipart-form-data): Remove, unused.
3604
3605         * message.el (message-remove-signature, message-make-host-name)
3606         (message-fill-address): Remove, unused.
3607
3608         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3609         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3610         unused.
3611
3612         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3613         (gnus-xmas-call-region): Remove, unused.
3614
3615         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3616
3617         * gnus-util.el (gnus-extract-address-component-name)
3618         (gnus-extract-address-component-email, gnus-sortable-date)
3619         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3620         (gnus-process-live-p): Remove, unused.
3621
3622         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3623
3624         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3625         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3626         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3627         function.
3628
3629         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3630
3631         * gnus-score.el (gnus-summary-score-crossposting)
3632         (gnus-score-regexp-bad-p): Remove, unused.
3633
3634         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3635
3636         * gnus-range.el (gnus-sublist-p): Remove, unused.
3637
3638         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3639         unused.
3640
3641         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3642
3643         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3644         (gnus-request-associate-buffer): Remove, unused.
3645
3646         * gnus-group.el (gnus-group-set-method-info)
3647         (gnus-group-set-params-info): Remove, unused.
3648
3649         * gnus-fun.el (gnus-shell-command-to-string)
3650         (gnus-shell-command-on-region): Remove, unused.
3651
3652         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3653
3654         * gnus-art.el (gnus-article-text-type-exists-p)
3655         (article-translate-characters, gnus-article-hide-text-of-type)
3656         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3657         Remove, unused.
3658
3659 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3660
3661         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3662
3663 2012-07-21  Julien Danjou  <julien@danjou.info>
3664
3665         * message.el (message-dont-reply-to-names): Replace deprecated
3666         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3667         (message-get-reply-headers): Ditto.
3668
3669 2012-07-18  Julien Danjou  <julien@danjou.info>
3670
3671         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3672         `sieve-upload-and-kill'.
3673
3674         * sieve.el (sieve-bury-buffer): Remove function.
3675         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3676         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3677
3678 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3679
3680         * shr.el (shr-expand-url): Handle URL starting with `//'.
3681
3682 2012-07-13  Chong Yidong  <cyd@gnu.org>
3683
3684         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3685         instead of calling toggle-read-only with a (bogus) argument.
3686
3687 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3688
3689         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3690         of initial input when reading the author to restrict the summary to.
3691
3692 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * mm-decode.el (mm-shr):
3695         Allow overriding charset by mm-charset-override-alist.
3696
3697 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * gnus-art.el (gnus-article-view-part):
3700         Toggle subparts of multipart/alternative part.
3701
3702 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3703
3704         * shr.el (shr-render-buffer): New command.
3705         (shr-visit-file): Use it.
3706
3707 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3710         Set no-byte-compile and no-update-autoloads.
3711
3712 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3715
3716 2012-06-25  Julien Danjou  <julien@danjou.info>
3717
3718         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3719         `nnimap-request-move-articles-find-limit' since we do not use it only
3720         for move operations.
3721         (nnimap-request-accept-article): Use
3722         `nnimap-request-articles-find-limit' to limit search by message-id.
3723
3724 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3725
3726         Support higher-resolution time stamps (Bug#9000).
3727
3728         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3729         VARLIST.  It's optional, for backward compatibility.
3730         (encode-time-value): New optional arg PICO.  New type 3.
3731         (time-to-seconds) [!float-time]: Support the new picoseconds
3732         component if it's used.
3733         (seconds-to-time, time-subtract, time-add):
3734         Support ps-resolution time stamps as well.
3735
3736 2012-06-19  Julien Danjou  <julien@danjou.info>
3737
3738         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3739
3740         * nnimap.el (nnimap-log-buffer): Check that
3741         `window-point-insertion-type' is boundp, since it's not available in
3742         XEmacs.
3743
3744 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3745
3746         * nnimap.el (nnimap-log-buffer): Add this, setting
3747         `window-point-insertion-type' in the buffer to t.
3748         (nnimap-log-command): Use nnimap-log-buffer.
3749
3750 2012-06-19  Julien Danjou  <julien@danjou.info>
3751
3752         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3753         argument to be able to limit the search.
3754         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3755         (nnimap-request-move-articles-find-limit): Add this to limit the search
3756         by Message-Id after a message move.
3757         (nnimap): Add defgroup.
3758
3759 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3760
3761         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3762
3763 2012-06-15  Julien Danjou  <julien@danjou.info>
3764
3765         * nnimap.el (nnimap-find-article-by-message-id): Use
3766         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3767         (nnimap-possibly-change-group): Add read-only argument.
3768         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3769         issuing EXAMINE manually.
3770         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3771         with read-only argument.
3772         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3773         cannot possibly change because we need to be sure that it's either
3774         read-write or read-only.
3775
3776 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3779         being bound to a lambda form.
3780
3781 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3782
3783         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3784         articles when fetch-old is non-nil (bug#11370).
3785
3786 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3787
3788         * gnus-picon.el (gnus-picon-properties): New defcustom.
3789         (gnus-picon-create-glyph): Use it.
3790
3791 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * gnus-group.el (gnus-group-get-new-news): Respect
3794         `gnus-group-use-permanent-levels', as documented (bug#11638).
3795
3796 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3797
3798         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3799         groups (bug#11641).
3800
3801 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3802
3803         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3804         is an integer to avoid later problems.
3805
3806 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3809         locales.
3810
3811         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3812         on a handle.
3813
3814         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3815         address as the default.
3816         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3817
3818         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3819         makes no sense to query the user about internal files.
3820
3821         * gnus-spec.el: Remove all the byte-compilation stuff, since
3822         benchmarking shows that it doesn't help when entering large summary
3823         buffers.
3824
3825         * gnus-xmas.el (gnus-xmas-define): Remove.
3826
3827         * gnus-util.el (gnus-byte-code): Remove.
3828
3829         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3830         grouplens stuff.
3831
3832 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3835         (bug#11514).
3836
3837 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3838
3839         * message.el (message-buffers): Return all buffers derived from Message
3840         to make `gnus-dired-attach' work with mu4e.
3841
3842 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3843
3844         * nntp.el: Stop the `letf' madness.
3845         (nntp--report-1): New var.
3846         (nntp-report): Merge nntp-report-1 into it.
3847         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3848         the nntp-report function.
3849
3850         * auth-source.el: Fix comment-style to follow the convention.
3851
3852 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3853
3854         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3855         (mm-dissect-singlepart): Don't guess the MIME type of
3856         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3857         set.
3858         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3859         toplevel MIME type is multipart/encrypted.
3860
3861 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3864         a string so that Gcc works (bug#11514).
3865
3866 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3867
3868         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3869         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3870
3871 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3872
3873         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3874         jumping to *Server* from a dedicated *Group* window.
3875         (gnus-configure-frame): CSE.
3876
3877         * gnus-registry.el: Minor style cleanup.
3878         (gnus-registry--set/remove-mark): New function, extracted from
3879         gnus-registry-install-shortcuts.
3880         (gnus-registry-install-shortcuts): Use it.
3881
3882 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * nnspool.el (news-path): Use eval-and-compile.
3885
3886 2012-05-24  Glenn Morris  <rgm@gnu.org>
3887
3888         * nnspool.el (news-directory, news-path, news-inews-program):
3889         Move here from paths.el.  Don't see a need for these to be autoloaded.
3890
3891         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3892         Merge in doc from paths.el version.  Don't see any need for this to be
3893         autoloaded, or for the warning about users not setting it.
3894
3895 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3896
3897         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3898         format.  In particular, add an optional argument and a docstring.
3899
3900         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3901
3902         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3903         current before calling `gnus-groups-to-gnus-format'.
3904         Note that this was already the case for `gnus-active-to-gnus-format'.
3905
3906 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3907
3908         Fix minor Y10k bug.
3909         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3910
3911 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3912
3913         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3914         message once it's actually open.
3915
3916 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3917
3918         * gnus.el: Ma Gnus v0.5 is released.
3919
3920 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3921
3922         * auth-source.el (auth-source--aput-1, auth-source--aput)
3923         (auth-source--aget): New functions and macros.
3924         Use them instead of aput/aget.
3925
3926 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3927
3928         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3929
3930 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3931
3932         * plstore.el (plstore-called-interactively-p): New compat macro copied
3933         from message.el.
3934         (plstore-mode): Use it.
3935
3936 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3937
3938         * plstore.el: Revive the editing feature.
3939         (plstore-mode): New mode to edit plstore file.
3940         (plstore-mode-toggle-display, plstore-mode-original)
3941         (plstore-mode-decoded): New command.
3942         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3943         (plstore--insert-buffer, plstore--make): New function.
3944         (plstore-open, plstore-save): Simplify by using them.
3945
3946 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3949
3950 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3951
3952         * tls.el (open-tls-stream): Remove unused binding.
3953
3954 2012-04-16  Glenn Morris  <rgm@gnu.org>
3955
3956         * nndraft.el (nndraft-request-list): Fix declaration.
3957
3958 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * mm-decode.el (mm-dissect-buffer): Doc fix.
3961
3962         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3963         don't have a current group.
3964
3965         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3966         buffer if it doesn't exist.
3967
3968         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3969         given, mark the group as ephemeral with the current window conf.
3970
3971         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3972         buffer exists, which it doesn't if we haven't started Gnus.
3973         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3974
3975 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3978         type is.
3979
3980         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3981         `unexists' entries.
3982         (gnus-clean-old-newsrc): Fix last checkin.
3983
3984         * nnimap.el (nnimap-update-info): None of the articles below the active
3985         low-water mark exist.
3986
3987         * dgnushack.el: Get rid of XEmacs compilation warning.
3988
3989         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3990         would have gotten if we posted to the group, and use that to compare
3991         against the message we want to cancel (bug#10808).
3992
3993         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3994         on XEmacs.
3995
3996 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3997
3998         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3999         `scroll-margin'.
4000
4001 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4002
4003         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4004         citation prefix within a block of cited text should be considered part
4005         of that block *only* if it is a blank line.
4006
4007 2012-04-09  Chong Yidong  <cyd@gnu.org>
4008
4009         * binhex.el, hashcash.el, uudecode.el:
4010         Remove * characters from the front of variable docstrings.
4011
4012 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4015         before kinsoku-bol characters nor within kinsoku-eol characters.
4016
4017 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4020         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4021         (gnus-sync-read): Use mapc instead of mapcar.
4022
4023         * mm-archive.el: Require mm-decode for some macros.
4024         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4025         the byte compiler.
4026         (mm-archive-decoders): New function that returns the value of
4027         the mm-archive-decoders variable.
4028
4029         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4030         instead.
4031         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4032
4033         * nnimap.el (gnus-refer-thread-use-nnir):
4034         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4035
4036 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4039
4040 2012-03-12  Peter Münster  <pmrb@free.fr>
4041
4042         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4043         (gnus-demon-cancel): Ditto.
4044         (gnus-demon-run-callback): When function cannot be called due to low
4045         idleness, call it when idleness reaches the expected value, instead of
4046         waiting another timer period.
4047         (gnus-demon-init): Add `time' to arguments of call-back.
4048
4049 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4052
4053         * gnus.el: Register gnus-registry functions.
4054
4055         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4056         indent.
4057
4058         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4059         enabled before warping.
4060
4061 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4062
4063         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4064         registry about each article retrieved.
4065
4066         * gnus-int.el (gnus-select-group-with-message-id): New function.
4067         (gnus-try-warping-via-registry): Ditto.
4068         (gnus-warp-to-article): Fall back on the registry.
4069
4070 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4071
4072         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4073         inboxes.
4074
4075 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4078
4079 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4082         gnus-gcc-self-resent-messages may be a group parameter.
4083         (gnus-summary-resend-message): Don't encode encoded words in header
4084         when Gcc'ing resent message.
4085
4086 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * shr.el (shr-insert): Treat non-breaking space just like normal
4089         space.  This seems to produce more pleasing results.
4090         (shr-insert): Only insert a blank line if we're starting from an image.
4091         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4092         (shr-ensure-paragraph): Consider lines with white space to be blank.
4093
4094 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4095
4096         * Makefile.in: Respect DESTDIR.
4097
4098 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4099
4100         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4101         and gnus-gcc-post-body-encode-hook.
4102
4103 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4106         messages that don't exist.
4107
4108         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4109
4110 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4113         Remove.
4114
4115         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4116
4117         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4118
4119 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4122         have a group name.
4123
4124         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4125         a multibyte buffer (bug#7410).
4126         (article-wash-html): Parse the original article buffer to get the
4127         unencoded data (bug#7410).
4128
4129         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4130         .newsrc.el files.
4131
4132 2012-04-05  Bastien Guerry  <bzg@altern.org>
4133
4134         * color.el (color-lighten-name): Fix typo.
4135
4136 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137
4138         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4139         "#" to avoid having them interpreted as comments.
4140
4141 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * shr.el (shr-insert): Update the text state properly to avoid
4144         inserting spurious paragraph starts.
4145
4146 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * shr.el (shr-table-widths): Divide the extra width more fairly over
4149         the TDs (bug#10973).
4150         (shr-render-td): Don't delete too much padding.
4151         (shr-natural-width): Compute the natural width more correctly.
4152         (shr-insert): Allow the natural width to be computed for tables again.
4153         (shr-tag-table-1): Rework how the natural widths are computed by
4154         rendering the table a third time.
4155         (shr-natural-width): Removed.
4156         (shr-buffer-width): New function.
4157         (shr-expand-newlines): Use it.
4158
4159         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4160         using a `gnus-use-full-window' setup (bug#11013).
4161
4162 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4165         24.1 release.
4166
4167 2012-03-10  David Edmondson  <dme@dme.org>
4168
4169         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4170         'Forwarded Message' header and the start of the message.
4171
4172 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4173
4174         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4175         isn't running (bug#10897).
4176
4177 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4180         This is inconsistent with all the other stream functions, which leave
4181         the setting up to the higher levels (if so wanted) (bug#10931).
4182
4183 2012-02-28  Glenn Morris  <rgm@gnu.org>
4184
4185         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4186         mm-decode.el: Standardize possessive apostrophe usage.
4187
4188 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4191
4192 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4193
4194         * parse-time.el (parse-time-string): Allow extractor to return nil.
4195
4196 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4199
4200 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4201
4202         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4203
4204 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4205
4206         * mm-decode.el (mm-shr): Remove "soft hyphens".
4207
4208         * nnimap.el (nnimap-request-list): Return the group names encoded as
4209         utf8.  Otherwise non-European group names don't work.
4210         (nnimap-request-newgroups): Ditto.
4211
4212         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4213         the default in `read-string' (bug#10757).
4214
4215         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4216         topics (bug#10843).
4217
4218         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4219         buffer.  Suggested by Herbert Valerio Riedel.
4220         (nnimap-request-move-article): Delete the message from the correct IMAP
4221         server.
4222
4223 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4224
4225         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4226         Reported by Peter Münster.
4227
4228 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4229
4230         * shr.el (shr-image-fetched): Make sure we really kill the right
4231         buffer.
4232
4233 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4234
4235         * gnus-start.el (gnus-1): Avoid duplicate entries.
4236
4237 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4238
4239         * imap.el: Remove.
4240
4241         * nntp.el (nntp-coding-system-for-read): Remove.
4242         (nntp-coding-system-for-write): Ditto.
4243         (nntp-open-connection): Just use `binary' directly.
4244
4245         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4246         Gnus 0.3.
4247
4248 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4249
4250         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4251         application/octet-stream parts really is.
4252
4253         * gnus-sum.el (gnus-propagate-marks): Remove.
4254
4255 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4256
4257         * shr.el (shr-rescale-image): Undo previous change; see
4258         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4259
4260 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4261
4262         * gnus.el: Ma Gnus v0.3 is released.
4263
4264 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4265
4266         * gnus-sum.el (gnus-summary-local-variables): Make
4267         `gnus-newsgroup-unexist' into a local variable.
4268
4269 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4270
4271         * registry.el (registry-usage-test, registry-persistence-test): Move to
4272         tests/gnustest-registry.el.
4273         (registry-make-testable-db, registry-match-test)
4274         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4275
4276         * gnus-registry.el (gnus-registry-misc-test)
4277         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4278
4279         * tests/gnustest-registry.el: New file with the registry and
4280         gnus-registry ERT tests.
4281
4282 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * gnus-msg.el (gnus-summary-resend-message): Make
4285         gnus-summary-resend-message-insert-gcc be last item in
4286         message-header-setup-hook.
4287
4288 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4289
4290         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4291         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4292         Remove.
4293         (nnfolder-open-server): Don't use marks.
4294         (nnfolder-request-delete-group): Ditto.
4295         (nnfolder-request-rename-group): Ditto.
4296         (nnfolder-request-set-mark, nnfolder-request-marks)
4297         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4298         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4299
4300         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4301         (nnml-marks-modtime): Remove.
4302         (nnml-request-delete-group): Don't use marks.
4303         (nnml-request-rename-group): Ditto.
4304         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4305         (nnml-save-marks, nnml-open-marks): Remove.
4306
4307         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4308         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4309         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4310         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4311         (nntp-server-to-method-cache): Remove.
4312
4313         * shr.el (shr-rescale-image): Fix wrong merge.
4314
4315 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4316
4317         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4318         too-wide lines.
4319
4320 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4321
4322         * nnimap.el (nnimap-record-commands): New variable.
4323         (nnimap-log-command): Use it.
4324         (nnimap-make-process-buffer): Add a space to the process buffer.
4325         (nnimap-transform-headers): Don't bug out on header lines containing
4326         stuff that look like IMAP length encodings.
4327
4328         * shr.el (shr-rescale-image): Allow viewing large images.
4329
4330 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4331
4332         * nnml.el (nnml-request-compact-group): Delete the marks file after
4333         compaction (bug#10800).
4334
4335         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4336         group exit.
4337
4338         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4339         QRESYNC/FETCH output.
4340
4341 2012-02-11  Glenn Morris  <rgm@gnu.org>
4342
4343         * sieve-manage.el (sieve-manage-default-stream):
4344         * shr.el (shr):
4345         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4346         (nnir-retrieve-headers-override-function)
4347         (nnir-imap-default-search-key, nnir-notmuch-program)
4348         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4349         (nnir-method-default-engines):
4350         * message.el (message-cite-reply-position):
4351         * gssapi.el (gssapi-program):
4352         * gravatar.el (gravatar):
4353         * gnus-sum.el (gnus-refer-thread-use-nnir):
4354         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4355         (gnus-registry-max-pruned-entries):
4356         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4357         * gnus-int.el (gnus-after-set-mark-hook)
4358         (gnus-before-update-mark-hook):
4359         * gnus-async.el (gnus-async-post-fetch-function):
4360         * auth-source.el (auth-source-cache-expiry):
4361         Add missing :version tags to new defcustoms and defgroups.
4362
4363 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4364
4365         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4366         `gnus-newsgroup-unexist'.
4367
4368         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4369         marks.
4370         (gnus-article-special-mark-lists): Put the `unexist' in the special
4371         marks list instead.
4372
4373         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4374         articles in the list of articles to be selected.
4375
4376         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4377         articles.
4378         (nnimap-update-info): Keep track of unexisting articles.
4379         (nnimap-update-qresync-info): Ditto.
4380
4381 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4382
4383         * message.el (message-default-send-mail-function): Made into own
4384         function for reuse by emacsbug.el.
4385
4386 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4387
4388         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4389         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4390
4391 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4392
4393         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4394         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4395
4396         * gnus-compat.el: Define `timer-set-function'.
4397
4398         * mm-decode.el (mm-display-external): Output the text from the command
4399         in the buffer after the command finished.  This makes text-based
4400         commands behave better.
4401
4402 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4403
4404         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4405
4406 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4407
4408         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4409         23.1.
4410
4411 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4414
4415 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4416
4417         * message.el (smtpmail-smtp-user): Silence compiler warning.
4418
4419 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4420
4421         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4422         SMTP user name.
4423
4424 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus-sum.el (gnus-summary-show-thread):
4427         next-single-char-property-change may return nil in XEmacs.
4428         (gnus-summary-article-map): Fix typo.
4429
4430 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4431
4432         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4433         running.
4434
4435         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4436
4437         * gnus.el (gnus-server-extend-method): Don't add an -address component
4438         if the method already has one (bug#9676).
4439
4440 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4441
4442         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4443         of an initial-input for consistency (bug#10757).
4444
4445         * dgnushack.el: Fix XEmacs compilation warning.
4446
4447         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4448
4449         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4450
4451 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4452
4453         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4454         lines that are narrower than the window width.  Otherwise background
4455         "blocks" will look less readable.
4456
4457 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4458
4459         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4460         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4461         have newlines within the strings, and where the UID comes after the
4462         BODYSTRUCTURE element (bug#10537).
4463
4464         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4465         (bug#10732).
4466
4467         * shr.el (shr-insert-document): Add doc string.
4468         (shr-visit-file): Ditto.
4469         (shr-remove-trailing-whitespace): New function.
4470         (shr-insert-document): Use it to clean up trailing whitespace as the
4471         final step (bug#10714).
4472
4473 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4474
4475         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4476         buffer if `gnus-kill-summary-on-exit' is nil.
4477
4478 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4479
4480         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4481         when just reading a single group from "without" Gnus.
4482
4483 2012-02-06  Chong Yidong  <cyd@gnu.org>
4484
4485         * gnus-sum.el (gnus-summary-show-thread):
4486         next-single-char-property-change never returns nil (Bug#8657).
4487
4488 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4489
4490         * message.el (message-multi-smtp-send-mail): New function.
4491         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4492         header to implement multi-SMTP functionality.
4493
4494         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4495         (gnus-agentize): Don't set it.
4496         (gnus-agent-send-mail): Don't use it.
4497
4498         * gnus-sum.el (gnus-summary-widget-backward): New function and
4499         keystroke.
4500
4501         * gnus-compat.el: More the compat functions more compatible.
4502
4503         * shr.el (shr-put-image): Remove underlines from sliced images.
4504         (shr-zoom-image): Compute the region to be replaced more correctly.
4505
4506 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4509         (gnus-summary-resend-message-insert-gcc): New function.
4510         (gnus-summary-resend-message): Modify message-header-setup-hook and
4511         message-sent-hook to make it work for Gcc.
4512         (gnus-inews-do-gcc): Update the number of unread articles of groups
4513         that messages are Gcc'd to.
4514
4515         * message.el (message-resend): Run message-sent-hook to do Gcc.
4516
4517 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4518
4519         * lpath.el: Fix an XEmacs compilation warning.
4520
4521         * gnus-compat.el: Require `help-fns' to fix compilation error.
4522
4523         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4524         a higher level to silence compilation.
4525
4526         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4527         parameter to allow controlling the scaling.
4528
4529         * shr.el (shr-zoom-image): New command and keystroke.
4530         (shr-put-image): Take a `size' flag to say how to scale the image.
4531
4532         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4533         deletion unless already defined.
4534
4535         * gnus.el (gnus-compat): Require it.
4536
4537         * gnus-compat.el: New file.
4538
4539         * gnus-start.el (gnus-clean-old-newsrc): New function.
4540         (gnus-read-newsrc-file): Use it.
4541
4542         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4543         Use recursive deletion.
4544         (mm-dissect-archive): Add support for zip files.
4545
4546         * gnus-util.el (gnus-recursive-directory-files): New function.
4547
4548         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4549         (mm-archive-decoders): Add tgz support.
4550
4551         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4552         Otherwise inserting text into the Gnus buffer can look odd.
4553
4554         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4555
4556         * mm-archive.el (mm-archive-decoders): Add support for tar.
4557
4558         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4559
4560         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4561
4562 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4563
4564         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4565
4566         * mm-archive.el: New file.
4567
4568         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4569
4570         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4571
4572         * message.el (message-goto-*): Make all the `message-goto-*' commands
4573         push the mark before moving point.  This makes it easier to go back to
4574         where you came from after editing whatever you jumped to.
4575
4576 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4577
4578         * gnus.el: Ma Gnus v0.1 is released.
4579
4580 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4581
4582         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4583         without reconnecting.
4584         (nnimap-possibly-change-group): Ditto.
4585         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4586         connection has died before being called.
4587
4588 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4589
4590         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4591         an initial sync unless we're really doing one.
4592
4593         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4594         address parameter if one already exists (bug#9676).
4595
4596         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4597         not the prefix, as documented (bug#10689).
4598
4599 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4600
4601         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4602         the "server".
4603
4604         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4605         the real error message with the useless "previously known to be down".
4606         Which isn't even correct.
4607
4608         * nntp.el (nntp-open-connection): Report the error message if the nntp
4609         server can't be reached.
4610
4611         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4612         groups we do a total scan for.
4613         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4614         doing that.
4615
4616 2012-01-31  Jim Meyering  <jim@meyering.net>
4617
4618         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4619         Correct a comment (insert "not") and hide nominally-doubled "to".
4620
4621 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4622
4623         * gnus.el (gnus-version): Change name to "Ma Gnus".
4624
4625 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4626
4627         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4628         section in the manual.
4629
4630 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4631
4632         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4633         words.
4634         (rfc2047-encode-string): Ditto.
4635         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4636         understand folded filename="..." parameters, for instance.
4637
4638         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4639         the message for greater debuggability.
4640
4641 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4642
4643         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4644         instead of setting it locally, since the latter doesn't seem to have
4645         any effect (most of the time).
4646
4647 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4648
4649         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4650         function call.
4651
4652 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4653
4654         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4655         seconds, and make the repeat clause with HH:MM specs work as
4656         documented.
4657
4658 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4659
4660         * proto-stream.el (proto-stream-capability-open): Fall back on
4661         :end-of-command if :end-of-capability doesn't exist.
4662
4663 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4666         bound globally in old Emacsen and XEmacsen.
4667
4668 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4669
4670         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4671         so that previous errors don't prohibit getting new news.
4672
4673         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4674
4675         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4676
4677 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4678
4679         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4680         buffer, not of the string which is its name.
4681
4682 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4683
4684         * proto-stream.el (proto-stream-capability-open): Wait for
4685         :end-of-capability, not :end-of-command.
4686
4687         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4688         non-server-marks groups.
4689         (gnus-group-make-articles-read): Ditto.
4690
4691         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4692         methods (bug#9676).
4693
4694         * gnus.el (gnus-method-ephemeral-p): New function.
4695
4696 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4699         left-to-right.
4700
4701 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4702
4703         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4704         warning.
4705
4706 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4707
4708         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4709         macroexpand the nnir things, since they haven't been defined yet, and
4710         nnir requires gnus-sum.
4711
4712 2012-01-24  Julien Danjou  <julien@danjou.info>
4713
4714         * color.el (color-rgb-to-hsl): Fix value computing.
4715         (color-hue-to-rgb): New function.
4716         (color-hsl-to-rgb): New function.
4717         (color-clamp, color-saturate-hsl, color-saturate-name)
4718         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4719         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4720
4721 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4724
4725 2012-01-19  Julien Danjou  <julien@danjou.info>
4726
4727         * color.el (color-name-to-rgb): Use the white color to find the max
4728         color component value and return correctly computed values.
4729         (color-name-to-rgb): Add missing float conversion for max value.
4730
4731 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4732
4733         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4734         logical server name in addition to the actual machine address.
4735
4736         * auth-source.el (auth-source-user-and-password): Add convenience
4737         wrapper to search by just host and optionally user.
4738
4739 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4742         after rendering.
4743
4744 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4745
4746         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4747         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4748         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4749
4750 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4753         (bug#9693).
4754         (gnus-summary-setup-buffer): Document return value (bug#9697).
4755
4756         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4757         since ido doesn't work on symbols (bug#9632).
4758
4759         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4760         when getting a single value as when getting all the values.  This means
4761         that atoms like `gcc-self' work cumulatively, like variable settings,
4762         instead of getting the value from the last matching clause.
4763         (gnus-group-find-parameter): Protect against the group buffer not
4764         existing (bug#9585).
4765
4766 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * gnus-start.el (gnus-activate-group): Document more parameters
4769         (bug#9694).
4770
4771         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4772         (bug#9692).
4773
4774         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4775         article was fetched, so that it can be expired later (bug#9958).
4776         (gnus-agent-summary-fetch-series): Add doc string.
4777         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4778         (bug#9517).
4779
4780         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4781         retrieval is happening.
4782
4783         * gnus.el (gnus-parameters): Doc fix.
4784
4785 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4786
4787         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4788         show the thread after expansion.
4789
4790 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-art.el (article-narrow-to-head): If the head is completely
4793         empty, narrow to the empty region (bug#9764).
4794
4795         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4796         read, and then mark them as unread only when the unread mark is used.
4797         This makes `C-- T k' actually work, even though it's confusing.
4798
4799         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4800         alive before we try to find its window.
4801
4802 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4803
4804         * mm-decode.el (mm-display-external): Use a longer timeout for the
4805         deletion to allow slow programs to display the file.
4806
4807 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4810         prompt to be less confusing.
4811
4812         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4813         argument to `message-reply'.  This broke `special-display-*' frame
4814         pop-uping (bug#10238).
4815
4816 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4819         systems, since these allegedly don't work there.
4820
4821 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4822
4823         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4824         live buffer.
4825
4826 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827
4828         * nnir.el (nnir-retrieve-headers): Protect against the article not
4829         existing on the server (bug#10335).
4830
4831 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4832
4833         * gnus-agent.el (gnus-agent-load-local): Recompute
4834         gnus-agent-article-local on changing method.
4835
4836 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * gnus.el (gnus-parameters): Note precedence.
4839
4840 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4841
4842         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4843         in the group buffer.
4844
4845 2012-01-04  Julien Danjou  <julien@danjou.info>
4846
4847         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4848         change.
4849
4850 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851
4852         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4853         too.
4854
4855         * nntp.el (nntp-retrieve-group-data-early): Use it.
4856
4857 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * nntp.el (nntp-retrieval-in-progress): New variable.
4860         (nntp-make-process-buffer): Make it buffer-local.
4861
4862         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4863         2010.
4864         (gnus-demon-init): Use it to compute the time if time is on the form
4865         "04:23".
4866
4867         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4868
4869         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4870         status in the correct buffer.
4871
4872 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4873
4874         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4875         when opening topics (bug#10407).
4876
4877 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4878
4879         * gnus-cus.el (gnus-score-customize):
4880         * gnus-sum.el (gnus-sort-gathered-threads):
4881         * message.el (message-shorten-references):
4882         * nnmairix.el (nnmairix-request-group):
4883         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4884
4885 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4886
4887         * gnus-agent.el (gnus-agent-regenerate-group):
4888         * gnus-int.el (gnus-retrieve-group-data-early):
4889         * mm-util.el (mm-codepage-ibm-list):
4890         * nndiary.el (Commentary, nndiary-get-new-mail):
4891         * nnir.el (nnir):
4892         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4893
4894 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * mm-view.el (mm-display-inline-fontify): Add comment.
4897
4898 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4899
4900         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4901         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4902
4903 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4904
4905         * gnus-art.el (gnus-split-methods):
4906         * gnus-msg.el (gnus-configure-posting-styles):
4907         * gnus-spec.el (gnus-parse-simple-format):
4908         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4909         * message.el (message-do-actions): Spelling fix.
4910
4911 2011-12-15  Juri Linkov  <juri@jurta.org>
4912
4913         * mm-decode.el (mm-inline-media-tests): Add missing
4914         `mm-handle-media-subtype'.
4915
4916 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4917
4918         * gnus-group.el (gnus-group-tool-bar):
4919         * gnus-sum.el (gnus-summary-tool-bar):
4920         * message.el (message-tool-bar):
4921         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4922
4923 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4924
4925         * plstore.el (plstore--insert-buffer): Spelling fix.
4926
4927 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4928
4929         * message.el (message-valid-fqdn-regexp): Update with newly approved
4930         top-level domain names ".tel" and ".asia".
4931
4932 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4935         unconditionally.
4936
4937 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4940         pop-to-buffer-same-window for old Emacsen.
4941
4942 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4943
4944         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4945
4946 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4947
4948         * netrc.el (netrc-credentials): Spelling fix.
4949
4950 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4951
4952         * gnus-fun.el (gnus-fun-ppm-change-string):
4953         * gnus-msg.el (gnus-inews-do-gcc):
4954         * gnus-sum.el (gnus-summary-find-for-reselect):
4955         * gnus.el (gnus-summary-cancelled):
4956         * message.el (message-cancel-hook, message-send-news):
4957         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4958         * nnir.el (nnir-run-hyrex):
4959         * nntp.el (nntp-with-open-group-function):
4960         * pgg.el (pgg-pending-timers): Spelling fix.
4961
4962 2011-12-04  Chong Yidong  <cyd@gnu.org>
4963
4964         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4965         change (Bug#10200).
4966
4967 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * compface.el (uncompface):
4970         * gnus-art.el (gnus-article-x-face-command): Update the header format
4971         of icon data for the most recent icontopbm program.
4972
4973 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-msg.el (gnus-inews-do-gcc):
4976         * message.el (message-send-mail):
4977         * mml.el (mml-generate-mime): Share the value of the buffer-local
4978         `message-options' variable between a draft buffer and temprary working
4979         buffers.
4980
4981 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4982
4983         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4984
4985 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4988         for Cygwin.
4989
4990 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4991
4992         * gnus-group.el (gnus-group-prepare-flat):
4993         * mm-bodies.el (mm-encode-body):
4994         * mml.el (mml-preview):
4995         * nnml.el (nnml-request-compact-group):
4996         * pop3.el (pop3-stream-type): Spelling fix.
4997
4998 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4999
5000         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5001
5002 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5003
5004         * color.el (color-rgb-to-hsl):
5005         * gmm-utils.el (gmm-tool-bar-style):
5006         * gnus-group.el (gnus-group-prepare-flat):
5007         * gnus-topic.el (gnus-topic-prepare-topic):
5008         * mm-decode.el (mm-discouraged-alternatives):
5009         * rfc2047.el (rfc2047-encode-1):
5010         * starttls.el: Spelling fix.
5011
5012 2011-11-24  Glenn Morris  <rgm@gnu.org>
5013
5014         * binhex.el (binhex-begin-line): Give it basic doc-string.
5015
5016         * starttls.el, tls.el: Fix case of "GnuTLS".
5017
5018 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5019
5020         * gnus-group.el (gnus-group-highlight): Fix typo.
5021
5022 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5023
5024         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5025         value of `delete-file', that returns nil for a local file but returns t
5026         for a remote file using ssh.
5027
5028 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5029
5030         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5031
5032 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5035         avoid later breakage.
5036
5037 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5040         article buffers' name.
5041
5042 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5045         by Paul Eggert's spellfixes two days ago.
5046
5047 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5050         doesn't have it.
5051
5052         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5053         buffer-local instead of binding them to avoid warnings.  Also demote
5054         errors (bug#10063).
5055         (font-lock-mode-hook): Shut up byte compiler.
5056
5057 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5058
5059         * mm-util.el (mm-charset-after):
5060         * nnir.el (nnir-run-hyrex):
5061         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5062         (ntlm-get-password-hashes, ntlm-md4hash):
5063         * smime.el: Fix typo.
5064
5065 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5066
5067         * gnus-agent.el (gnus-agent-expire-group-1):
5068         * nndiary.el (nndiary-last-occurence):
5069         * nnimap.el (nnimap-request-set-mark):
5070         * nnmairix.el (nnmairix-only-use-registry):
5071         * gnus-group.el (gnus-group-prepare-flat):
5072         * gnus-sum.el (gnus-decode-encoded-word-methods):
5073         * message.el (message-wash-subject):
5074         * nntp.el (nntp-retrieve-headers-with-xover):
5075         * smime.el (smime-certificate-directory): Spelling fix.
5076
5077 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5078
5079         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5080
5081         * color.el:
5082         * gnus-agent.el (gnus-agent-possibly-alter-active):
5083         * gnus-dired.el (gnus-dired-print):
5084         * mail-parse.el:
5085         * nnmairix.el (nnmairix-request-group):
5086         * shr.el (shr-image-displayer):
5087         * sieve-manage.el:
5088         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5089
5090 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5091
5092         * gnus-sum.el (gnus-auto-select-subject):
5093         * spam-report.el (spam-report-resend): Spelling fix.
5094
5095 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5096
5097         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5098         * gnus-art.el (gnus-default-article-saver):
5099         * gnus-srvr.el (gnus-server-copy-server):
5100         * gnus.el (gnus-sloppily-equal-method-parameters):
5101         * html2text.el (html2text-format-tag-list):
5102         * message.el (message-narrow-to-head):
5103         * nndiary.el:
5104         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5105         * sieve.el: Spelling fix.
5106
5107 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5108
5109         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5110         * gnus-sum.el (gnus-summary-make-menu-bar):
5111         * gnus-uu.el (gnus-uu-decode-postscript)
5112         (gnus-uu-decode-postscript-and-save):
5113         * mailcap.el (mailcap-print-command):
5114         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5115         Fix typos.
5116
5117 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5118
5119         * gnus-art.el (gnus-article-part-wrapper):
5120         * html2text.el (html2text-fix-paragraphs):
5121         * mm-decode.el (mm-image-fit-p):
5122         * rfc2047.el (rfc2047-encode-message-header):
5123         * shr-color.el (shr-color-visible-distance-min)
5124         (shr-color-relative-to-absolute, set-minimum-interval)
5125         (shr-color-visible): Fix typos.
5126
5127 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5128
5129         * gmm-utils.el (gmm-tool-bar-item):
5130         * gnus-art.el (gnus-treat-body-boundary):
5131         * gnus-diary.el (gnus-user-format-function-d):
5132         * gnus-start.el (gnus-get-unread-articles):
5133         * pgg-gpg.el (pgg-gpg-update-agent):
5134         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5135
5136 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5137
5138         * gnus-topic.el (gnus-group-prepare-topics):
5139         * gnus-uu.el (gnus-extract-view):
5140         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5141
5142 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5143
5144         * spam.el: Move BBDB autoloads.
5145         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5146         BBDB 2 and 3.
5147         (spam-check-BBDB): Use it.
5148         (spam-enter-ham-BBDB): Use it.
5149
5150 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5151
5152         * smime.el (smime-draw-buffer): Spelling fix.
5153
5154 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5155
5156         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5157         for scanning exactly one level.
5158         * gnus-start.el (gnus-get-unread-articles): Ditto.
5159
5160 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5163         slightly clearer.
5164
5165 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5166
5167         * gnus-sync.el: More commentary about setup.
5168
5169 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * message.el (message-send-and-exit): Document `arg'.
5172
5173 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5174
5175         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5176
5177 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5178
5179         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5180
5181         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5182         we don't use `bound-and-true-p'.
5183
5184 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5185
5186         * gnus-util.el (gnus-bound-and-true-p): Remove.
5187         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5188         * nnir.el: Use it.
5189         * nnmairix.el: Use it.
5190
5191 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5192
5193         * gnus-sync.el: Improve docs about CouchDB admins.
5194
5195         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5196         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5197         for reasons unknown.
5198         * nnir.el: Use it.
5199         * nnmairix.el: Use it.
5200
5201         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5202         * nnir.el: Ditto.
5203         * nnmairix.el: Ditto.
5204
5205         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5206
5207 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5208
5209         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5210         not needed.  Provide xmlplistread list function to produce XML plist
5211         output for non-Gnus LeSync clients.
5212
5213 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5214
5215         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5216
5217         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5218         and save against it.  Group subscriptions, read marks, other marks,
5219         subscription levels, topic names, and topic offsets (the group's
5220         position within the topic) are saved.  This is an experimental backend
5221         and may change significantly.  Load json.el from the gnus-fallback-lib
5222         if it's not available otherwise.
5223         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5224
5225 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5226
5227         * message.el (message-completion-function): Make sure
5228         message-tab-body-function is not attempted if one of
5229         message-completion-alist fails to find a completion (bug#9158).
5230
5231 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5232
5233         * mml.el (mml-quote-region): Quote <#secure> tag.
5234         (mml-generate-mime-1): Unquote <#secure> tag.
5235
5236 2011-10-20  Chong Yidong  <cyd@gnu.org>
5237
5238         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5239         calling a minor mode from Lisp with nil arg enables it, so we have to
5240         make the wording a bit ambiguous here).
5241
5242 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5245         * nnir.el (nnir-mode): Use it.
5246         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5247         Use it.
5248
5249         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5250         * nnmairix.el (gnus-registry-enabled): Ditto.
5251
5252 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5253
5254         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5255         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5256         only while we need to find out if it should be t or nil.
5257         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5258         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5259         the registry is installed.  Set it to nil when it's unloaded.
5260         (gnus-registry-install-p): Provide user guidance for the initial value
5261         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5262         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5263         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5264         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5265         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5266         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5267         `gnus-registry-install'.
5268
5269 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5270
5271         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5272         previous change.
5273         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5274         primary key is marked as disabled.
5275
5276 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5277
5278         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5279         primary key is marked as disabled.
5280
5281 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5282
5283         * html2text.el (html2text-clean-anchor): Check for quotes around
5284         `href' value.
5285
5286 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5287
5288         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5289         searching.  Drop `bbdb-cache'.
5290
5291 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * message.el (message-signed-or-encrypted-p): Exclude header when
5294         checking if there is signed or encrypted body in text/plain message.
5295
5296 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5297
5298         * html2text.el (html2text-get-attr): Correctly handle attribute values
5299         containing "=".
5300
5301 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5302
5303         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5304         handle bindings.
5305
5306 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * gnus-win.el (gnus-configure-windows): Protect against reading
5309         ephemeral groups outside of Gnus.
5310
5311 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * shr.el (shr-tag-img): Don't get images displayed in tables.
5314
5315 2011-10-03  Glenn Morris  <rgm@gnu.org>
5316
5317         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5318         the "maintainer" version of debbugs.gnu.org reports.
5319
5320 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5323         make asynchronous adjacent image insertion work better.
5324
5325 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5326
5327         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5328         documentation.
5329
5330 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5333         `gnus-asynchronous' isn't shadowed.
5334
5335 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336
5337         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5338
5339         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5340         (nnimap-insert-partial-structure): The charset parameter isn't
5341         case-sensitive.
5342
5343         * nnheader.el (nnheader-message-maybe): New function.
5344
5345         * shr.el (shr-tag-table): Render totally broken tables better.
5346
5347         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5348         computing the boundary.
5349
5350 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * pop3.el (pop3-number-of-responses): Remove.
5353         (pop3-wait-for-messages): Rewrite to take linear time instead of
5354         exponential time.
5355
5356 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5359         re-fetch images.
5360
5361         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5362         re-fetch images when hitting `g' in Gnus.
5363
5364 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5367         (mml-compute-boundary): Don't check collision if it is non-nil.
5368         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5369         before checking collision.
5370
5371 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * message.el (message-indent-citation): Really make sure there's a
5374         newline at the end.
5375
5376         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5377         Fix suggested by John Wiegley.
5378
5379         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5380
5381         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5382
5383         * message.el (message-default-send-rename-function): Break out into its
5384         own function.
5385
5386         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5387         doesn't work under XEmacs.
5388
5389         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5390         of "imaps" to word around Windows problems.
5391         (nnimap-open-connection-1): Use it.
5392
5393         * message.el (message-indent-citation): Revert last change which made
5394         `F' not work.
5395
5396 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5397
5398         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5399         terminal as well.
5400
5401 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5404         because it displays images using overlays that aren't easy to copy to
5405         the article buffer.
5406
5407 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5408
5409         * message.el (message-indent-citation): Fix empty line removal at the
5410         end of the citation.
5411
5412 2011-09-20  Julien Danjou  <julien@danjou.info>
5413
5414         * auth-source.el (auth-source-netrc-create): Use default value for
5415         password if specified.  Evaluate default.
5416         (auth-source-plstore-create): Ditto.
5417         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5418         value evaluation.
5419         (auth-source-netrc-create): Typo fix.
5420         (auth-source-plstore-create): Ditto.
5421
5422         * password-cache.el (password-cache-remove): Remove entries even if the
5423         value is nil, so that password with a nil value (negative caching) is
5424         possible to invalidate.
5425
5426         * auth-source.el (auth-source-format-cache-entry): New function.
5427
5428 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5431
5432 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5435
5436 2011-09-19  Julien Danjou  <julien@danjou.info>
5437
5438         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5439         which work with things that are not ASCII.
5440
5441 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442
5443         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5444
5445 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5448         message level.
5449
5450 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5453
5454 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5457
5458 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5459
5460         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5461         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5462
5463 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5464
5465         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5466         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5467         articles.
5468
5469 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5470
5471         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5472         (message-mail-other-window, message-mail-other-frame)
5473         (message-news-other-window, message-news-other-frame):
5474         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5475         instead of setting buffer display varibles.
5476
5477 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5478
5479         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5480
5481         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5482
5483 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484
5485         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5486         duplicates" to a higher level.
5487
5488         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5489         most egregious messages.
5490
5491 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5494
5495 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5496
5497         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5498         up the file (bug#9351).
5499
5500 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5503         it does with all other backends, but decode the names immediately after
5504         getting them.
5505
5506         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5507         decoding nnimap groups.
5508
5509         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5510         newsrc file.  It doesn't seem like an important optimization any more.
5511
5512 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5513
5514         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5515         overflows.
5516
5517 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5520         (gnus-interactive-exit): Extend to `quiet'.
5521
5522         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5523
5524         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5525         string.
5526
5527         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5528         renaming function arguments from `this'.
5529
5530         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5531
5532         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5533         has been renamed.
5534         (gnus-lrm-string-p): Include RLM and PDF, too.
5535
5536         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5537         (bug#9225).
5538
5539 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5540
5541         Add autoload cookies for functions used by sendmail.el.
5542         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5543
5544         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5545
5546 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * gnus-art.el (article-date-ut): Work properly even when there are
5549         things like Date header in the body; work for forwarded parts.
5550
5551 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5552
5553         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5554         original-article-buffer.
5555
5556 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5557
5558         * nnir.el (nnir-compose-result): Fix matching of server type.
5559         (nnir-run-swish++): Ditto.
5560         (nnir-run-namazu): Ditto.
5561         (nnir-run-notmuch): Ditto.
5562
5563 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5566         (bug#9405).
5567
5568         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5569         (bug#9421).
5570
5571         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5572         (bug#9425).
5573
5574         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5575         thing (bug#9426).
5576
5577 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5578
5579         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5580         the error message.
5581
5582 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5583
5584         * message.el (message-setup-1): Return t (Bug#9392).
5585
5586 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5587
5588         * gnus-sum.el: When adding article headers to a summary buffer also
5589         update gnus-newsgroup-articles (bug#9386).
5590
5591 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * auth-source.el: Autoload help-mode.
5594
5595 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5598         names.
5599
5600 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5601
5602         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5603         mm-replace-in-string for compatibility issues.
5604         * mml2015.el (mml2015-epg-verify): Ditto.
5605
5606 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5609
5610         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5611
5612 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5615         continue on and do the clean-up phase (bug#9188).
5616
5617         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5618         just ignore groups that can't be opened instead of erroring out
5619         (bug#9225).
5620
5621         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5622         nil since some many people are fuddy-duddies.
5623
5624         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5625         images.
5626
5627         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5628         instead.
5629
5630         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5631
5632         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5633
5634         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5635         processing.
5636
5637         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5638         buffer to avoid warnings.
5639
5640 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5641
5642         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5643         specified to reduce precision.
5644
5645 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5648         bodystructures (bug#9314).
5649
5650 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5653         Make button keymap non-sticky after buttons.
5654
5655 2011-08-18  David Engster  <dengste@eml.cc>
5656
5657         * nnmairix.el (nnmairix-request-set-mark)
5658         (nnmairix-goto-original-article): Remove adding of article to registry,
5659         since `gnus-registry-add-group' isn't available anymore.
5660         (nnmairix-determine-original-group-from-registry):
5661         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5662         available anymore.
5663
5664 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5665
5666         * starttls.el (starttls-any-program-available): Define as obsolete
5667         function.
5668
5669 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5672         versions which Gnus use when appropriate.
5673
5674         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5675         a pretty destructive command.
5676
5677         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5678
5679 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680
5681         * message.el (message-fix-before-sending): Make a different warning
5682         about NUL characters (bug#9270).
5683
5684         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5685         from custom (bug#9260).
5686
5687         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5688         things work in Emacs 22 and XEmacs, too.
5689
5690         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5691         default From.
5692
5693         * gnus-spec.el (gnus-lrm-string-p): New macro.
5694         (gnus-lrm-string): New constant.
5695         (gnus-summary-line-format-spec): LRM-ify the from.
5696         (gnus-tilde-max-form): LRM-ify string chopping.
5697
5698         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5699
5700         * message.el (message-is-yours-p): Allow disabling canlock checking
5701         (bug#9295).
5702         (message-shoot-gnksa-feet): Add `canlock-verify'.
5703         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5704         message directory isn't writable (bug#9304).
5705
5706         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5707         non-world-readable.
5708
5709 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5712         articles.
5713
5714 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5715
5716         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5717         copy-list.
5718
5719 2011-08-12  Sam Steingold  <sds@gnu.org>
5720
5721         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5722         in the reverse order to avoid modifying the cache with `nreverse'.
5723         (gnus-all-score-files): Do not modify the value returned by
5724         `gnus-score-find-alist' because it lives in a cache variable.
5725         (gnus-current-home-score-file): No need to `nreverse' the return value
5726         of `gnus-score-find-alist', it is already in the correct order.
5727
5728 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5729
5730         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5731         type MESSAGE and subtype RFC822 is slightly different from those of
5732         type TEXT.
5733
5734 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5735
5736         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5737         This allows article-referral to work from an nnir group.
5738
5739 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5740
5741         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5742
5743 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5744
5745         * mml1991.el (mml1991-epg-find-usable-key)
5746         (mml1991-epg-find-usable-secret-key): New function.
5747         (mml1991-epg-sign): Check if signing key is usable.
5748         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5749
5750 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5751
5752         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5753         server-variables only.  This should fix a bug introduced with commit
5754         e1889675b7f4adf057833c5513c9374134c4e053.
5755         (nnir-run-query): 'nnir-search-engine should not be set from the global
5756         environment.
5757
5758 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5759
5760         * nnir.el (nnir-search-thread): Position point on referring article
5761         line.
5762         (nnir-warp-to-article): Clean up summary buffers.
5763
5764         * nnimap.el (nnimap-request-thread): Whitespace fix.
5765
5766 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5767
5768         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5769
5770 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * starttls.el (starttls-available-p): Rename from
5773         `starttls-any-program-available' and changed return convention.
5774
5775 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5776
5777         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5778         `unix-sync' unless it's defined.
5779
5780 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5781
5782         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5783         `aref' for XEmacs compatibiltiy.
5784
5785 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5788
5789 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5790
5791         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5792         closures, quote the form properly (bug#9194).
5793
5794 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5797         (gnus-summary-insert-new-articles): Protect against servers that are
5798         down.
5799
5800 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5801
5802         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5803         in mm handle if none is specified.
5804
5805 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5806
5807         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5808
5809 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5810
5811         * nnir.el (nnir-search-thread): New function to make an nnir group
5812         based on a thread query.
5813
5814         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5815         of nnir in thread referral.
5816         (gnus-summary-refer-thread): Use it.
5817
5818         * nnimap.el (nnimap-request-thread): Use it.
5819
5820 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * shr.el (shr-tag-comment): Ignore HTML comments.
5823
5824 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5825
5826         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5827         argument.
5828         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5829         Use `nnir-address' to handle server info rather than passing an arg.
5830
5831         * nnimap.el (nnimap-make-thread-query): New utility function to format
5832         an imap thread search query.
5833         (nnimap-request-thread): Use it.
5834
5835         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5836         right select-method if we are not going back to the group buffer.
5837
5838 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5841         enter invalid buffer configurations into the quit form (bug#9107).
5842         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5843         unplugged/plugged.
5844
5845         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5846         keep track of which ones are unread (bug#9061).
5847
5848         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5849         (bug#9055).
5850
5851         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5852         (bug#9041).
5853
5854         * gnus-html.el (mm-util): Require (bug#9073).
5855
5856         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5857         (gnus-summary-refer-thread): Use it to remove duplicates in the
5858         un-threaded view (bug#9053).
5859         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5860
5861 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5862
5863         * nnir.el (nnir-read-server-parm): Use default value from global
5864         variable.  Without this the default search engine parameters aren't
5865         used at all.
5866
5867 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5868
5869         * message.el (message-unique-id): Don't use the undocumented return
5870         value from (random t) (bug#9118).
5871
5872 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873
5874         * message.el (message-auto-save-directory): If the ~/Mail directory
5875         doesn't exist, use ~ as the auto-save directory (bug#4432).
5876
5877         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5878         hasn't already been started.
5879
5880 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5883
5884         * message.el (message-reply): Work around mysterious bug where
5885         `message-mode' seems to overwrite the locally bound `subject' variable.
5886
5887 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5888
5889         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5890         correct group.
5891
5892         * gnus-int.el (gnus-request-thread): Add group argument.
5893
5894         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5895
5896 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897
5898         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5899
5900         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5901         renamed to `debbugs-gnu-*'.
5902
5903 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5904
5905         * plstore.el: Revert the editing feature since it is not urgent.
5906         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5907         (plstore-mode-decoded): Remove.
5908
5909 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910
5911         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5912         isn't very interesting any more, and it leaks potentially secret data.
5913         (gnus-debug): Remove.
5914
5915         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5916         use of :custom-show.
5917
5918 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5919
5920         * plstore.el: Add documentation.
5921         (plstore-mode): New mode to edit plstore file.
5922         (plstore-mode-toggle-display, plstore-mode-original)
5923         (plstore-mode-decoded): New command.
5924         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5925         (plstore--insert-buffer, plstore--make): New function.
5926         (plstore-open, plstore-save): Simplify by using them.
5927
5928 2011-07-06  Glenn Morris  <rgm@gnu.org>
5929
5930         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5931
5932 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933
5934         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5935         no longer is much used.
5936         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5937         Articles".
5938
5939 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5940
5941         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5942         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5943         `notmuch' backend.
5944
5945 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946
5947         * mm-decode.el (mm-text-html-renderer): Doc fix.
5948
5949         * gnus-msg.el (gnus-bug): Fix the MML tag.
5950
5951         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5952
5953 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5954
5955         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5956         secondary methods if started with `gnus-no-server'.
5957
5958 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5959
5960         * message.el (message-return-action): Fix typo in docstring.
5961
5962 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5965         bug reports at once.
5966
5967         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5968
5969 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * nndraft.el: Require gnus-group.
5972         (nndraft-request-list): Declare.
5973
5974         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5975         no unread article unless it matches gnus-permanently-visible-groups.
5976
5977         * nndraft.el (nndraft-update-unread-articles): New function.
5978         (nndraft-request-associate-buffer): Use it to update the number of
5979         unread articles for the nndraft groups in the group buffer when saving
5980         or killing a draft message.
5981
5982 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5985         systems to binary before writing and reading the mbox files.
5986
5987         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5988         instead of trying to list them all (bug#8978).
5989
5990 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5991
5992         * pop3.el (pop3-open-server): Use :end-of-capability.
5993
5994 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5997         the id is always a number.
5998
5999         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6000
6001         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6002         debbugs mode, if possible.
6003
6004 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6005
6006         * auth-source.el (auth-source-token-passphrase-callback-function):
6007         Reindent.
6008         (epg-context-operation): Remove unnecessary autoload.
6009
6010 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * gnus.el (gnus-list-debbugs): New command.
6013
6014         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6015         mboxstat instead of the maintbox, since the stat seems to be fuller.
6016
6017         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6018         summary buffers.
6019
6020         * message.el (message-get-reply-headers): Delete all duplicates,
6021         instead of the first.
6022         (message-get-reply-headers): Ensure that we have progress while
6023         deleting duplicates.
6024
6025         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6026         gnus-posting-style value from the summary buffer to make it easier to
6027         make that a per-buffer conf.
6028
6029 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6030
6031         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6032         found by setting `shortcut' in 'query.
6033         (nnir-request-article): Use `shortcut' setting when requesting article
6034         by Message-ID.
6035
6036 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6039         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6040         Bring the pseudo-headers back too.
6041
6042 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6043
6044         * auth-source.el (auth-source-token-passphrase-callback-function):
6045         Simplify and remove EPA dependency.
6046
6047 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6048
6049         * nnir.el (nnir-request-article): Fix error message text.
6050
6051 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6052
6053         * auth-source.el (plstore-delete): Autoload.
6054         (auth-source-plstore-search): Support delete operation.
6055         * plstore.el (plstore-delete): New function.
6056
6057 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6060         mark actually existing articles as unread rather than the ones that
6061         active asserts.
6062
6063 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6064
6065         * nntp.el (nntp-record-command):
6066         * gnus-util.el (gnus-message-with-timestamp-1):
6067         Use format-time-string rather than decoding time stamps by hand.
6068         This is simpler and insulates the code from potential changes to
6069         current-time format.
6070
6071 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6074
6075 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6076
6077         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6078         (plstore-save): Support public key encryption.
6079         (plstore--init-from-buffer): New function.
6080         (plstore-open): Use it; fix error when opening a non-existent file.
6081         (plstore-revert): Use plstore--init-from-buffer.
6082
6083 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6084
6085         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6086
6087 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6090         for old Emacsen.
6091
6092 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6093
6094         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6095         is not fully working.
6096
6097 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * dgnushack.el: Autoload sha1 on XEmacs.
6100
6101         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6102         quit window configuration.
6103
6104         * auth-source.el (epg-context-set-passphrase-callback):
6105         Remove duplicate autoload.
6106
6107 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6108
6109         * nnir.el (nnir-request-article): Allow requesting articles by
6110         Message-ID with nnimap.
6111
6112         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6113         current server.
6114
6115 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * auth-source.el: Autoload EPA/EPG functions.
6118         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6119         changed when EPA/EPG is not available.
6120         (auth-source-backend): Rename "arg" member to "data".
6121         (auth-source-backend-parse, auth-source-plstore-search)
6122         (auth-source-plstore-create): Use it.
6123
6124 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6125
6126         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6127         `gnus-refer-article-methods'.
6128
6129 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6130
6131         * auth-source.el: Require EPA and EPG.
6132         (auth-source-passphrase-alist): New variable.
6133         (auth-source-passphrase-callback-function)
6134         (auth-source-token-passphrase-callback-function): Callbacks for the
6135         netrc field encryption (GPG tokens).
6136         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6137         Symmetric encryption and decryption of the netrc GPG tokens.
6138         (auth-source-netrc-normalize): Use them, simplifying the closure.
6139
6140 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6143         is available.
6144
6145 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6146
6147         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6148         non-nil, and `nnimap-split-methods' is nil, use the former.
6149
6150 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6151
6152         * plstore.el (plstore-revert): New function.
6153         (plstore-open): Use it; hide the buffer from user.
6154
6155 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6156
6157         * auth-source.el (auth-source-backend): New member "arg".
6158         (auth-source-backend-parse): Handle new backend 'plstore.
6159         * plstore.el: New file.
6160
6161 2011-06-30  Glenn Morris  <rgm@gnu.org>
6162
6163         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6164
6165 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6168         expiring articles to.
6169
6170         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6171         variations as ASCII (bug#5458).
6172
6173 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6176
6177 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6178
6179         * message.el (message-point-in-header-p): Tweak the function to default
6180         to saying that we're not in the headers if there is no separator at
6181         all.  This makes it possible to use the Message version of `M-q' in
6182         buffers with no headers (bug#7987).
6183         (message-point-in-header-p): Fix last checkin to work with an empty
6184         mail-header-separator, too.
6185
6186         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6187         again, save the choice via customize.
6188
6189 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6192
6193         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6194         ended the connection, bail out before waiting infinitely on a new
6195         connection.
6196
6197 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6200         reports.
6201
6202         * gnus.el (gnus-bug-package): Use "gnus."
6203         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6204
6205 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6206
6207         * dgnushack.el: Make the timer warning go away on XEmacs.
6208
6209         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6210         animations going on at article exit time.
6211
6212         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6213         since removing it breaks people upgrading.
6214
6215         * shr.el (shr-put-image): Use the new interface for animating images.
6216         (shr-put-image): Animate for 60 seconds.
6217
6218         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6219         avoid compiler warnings.
6220
6221         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6222         error with `find-file-hooks' on Emacs 22.
6223         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6224         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6225         on all architectures.
6226
6227         * spam.el (spam-stat): Require in a normal fashion without binding
6228         `spam-stat-install-hooks' to avoid compilation warnings.
6229
6230         * spam-stat.el (spam-stat-install-hooks): Remove.
6231         (spam-stat-install-hooks): Don't run automatically.
6232
6233 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6234
6235         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6236         and keystroke.
6237
6238 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * auth-source.el (auth-source-netrc-cache): Move forward.
6241
6242 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * proto-stream.el (proto-stream-open-starttls): Use
6245         `gnutls-available-p' to see whether we have built-in support.
6246
6247         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6248         we already know.
6249         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6250         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6251
6252 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6255         %S format, since that looks odd.
6256         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6257         file, especially when saving.
6258
6259 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6260
6261         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6262         article found.
6263
6264 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6267         `auth-source-save-secrets' with a more sensitive alist that can be
6268         configured per file.  Experimental, so defaults to 'never.
6269         (auth-source-netrc-create): Use it.  Still experimental code.
6270         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6271         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6272
6273 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6274
6275         * auth-source.el (auth-source-save-secrets): New variable to control if
6276         secret tokens should be saved encrypted.
6277         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6278         to `auth-source-netrc-normalize'.
6279         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6280         on the EPA variables being defined.
6281         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6282         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6283         the lexical-let closure.
6284         (auth-source-netrc-create): Create "gpg:" tokens according to
6285         `auth-source-save-secrets'.
6286
6287 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-group.el (gnus-group-update-group): Add new argument
6290         `info-unchanged' that stops updating dribble buffer.
6291
6292         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6293         deletes lines matching to it in dribble buffer.
6294
6295         * gnus-agent.el (gnus-agent-fetch-group-1):
6296         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6297         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6298         * gnus-start.el (gnus-group-change-level):
6299         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6300
6301         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6302         if newsgroup info is not changed.
6303
6304         * gnus-group.el (gnus-group-get-new-news-this-group):
6305         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6306         Don't update dribble buffer.
6307
6308 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6311         remove entries with groups we ignore.
6312
6313 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6316         the underline comes at the bottom.
6317
6318 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6319
6320         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6321         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6322         (gnus-registry-article-marks-to-names): Rename from
6323         `gnus-registry-user-format-function-M2'.
6324
6325 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6328         ephemeral group.
6329
6330 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331
6332         * shr.el (shr-browse-image): Copy the URL if called interactively.
6333
6334 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6335
6336         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6337         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6338         done, then unselected articles may be marked as read.
6339
6340         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6341         since not doing this seems to lead to a race condition in pop3-logon.
6342
6343         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6344         so that the call chain it correct when we call "upwards".
6345
6346         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6347         in read-only groups.
6348
6349         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6350
6351         * message.el (message-cite-reply-position): Doc string fix.
6352
6353         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6354         avoid regexp overflow.
6355         (nnimap-transform-split-mail): Ditto.
6356
6357         * pop3.el (pop3-retr): Error out if the server closes the connection.
6358
6359 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6360
6361         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6362         mm-with-unibyte-current-buffer.  The buffer should not contain any
6363         multibyte chars anyway at this stage.
6364
6365 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6368         at the end of lines.
6369
6370 2011-05-29  Julien Danjou  <julien@danjou.info>
6371
6372         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6373
6374 2011-05-27  Glenn Morris  <rgm@gnu.org>
6375
6376         * gnus-group.el (gnus-bug-group-download-format-alist):
6377         Use the "maintainer" version of debian reports as well.
6378
6379 2011-05-26  Glenn Morris  <rgm@gnu.org>
6380
6381         * gnus-group.el (gnus-bug-group-download-format-alist):
6382         Use the "maintainer" version of debbugs.gnu.org reports.
6383
6384 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6387
6388 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6389
6390         * gnus-cus.el (gnus-agent-customize-category):
6391         * gnus-delay.el (gnus-delay-send-queue):
6392         * gnus.el (gnus-other-frame):
6393         Don't quote lambda expressions with `quote'.
6394
6395 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6396
6397         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6398         the thread moves us backwards and so we loop forever.
6399
6400 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6403         whitespace in base64 data lines.
6404
6405 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * gnus-registry.el (gnus-registry-user-format-function-M):
6408         Use `mapconcat'.
6409         (gnus-registry-user-format-function-M2): Use to see the full text of
6410         the marks.  Make "," the mark text separator.
6411
6412         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6413         authentication with auth-source.
6414
6415 2011-05-17  Glenn Morris  <rgm@gnu.org>
6416
6417         * gnus-group.el (gnus-import-other-newsrc-file):
6418         Use insert-file-contents.
6419
6420 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6423         1000 iterations.
6424
6425 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * nntp.el (nntp-open-connection): Check if process-type is available.
6428
6429 2011-05-16  Julien Danjou  <julien@danjou.info>
6430
6431         * shr.el (shr-tag-del): Add support for del tag.
6432
6433 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-html.el (gnus-html-put-image): Register a displayer.
6436
6437         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6438
6439 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6440
6441         * registry.el (prune-factor): New initialization parameter defaulting
6442         to 0.1.
6443         (registry-prune-hard): Use it.
6444
6445         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6446         0.1 expicitly.
6447
6448 2011-05-13  Glenn Morris  <rgm@gnu.org>
6449
6450         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6451         is bound, since this function requires sendmail.
6452
6453 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6454
6455         * registry.el (registry-usage-test): Disable pruning test.
6456
6457 2011-05-11  David Engster  <dengste@eml.cc>
6458
6459         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6460         Bind set-network-process-option for XEmacs.
6461
6462 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         * registry.el (registry-prune-hard-candidates)
6465         (registry-prune-soft-candidates): Helper methods for registry pruning.
6466         (registry-prune): Use them.  Make the sort function optional.
6467
6468 2011-05-10  Jim Meyering  <meyering@redhat.com>
6469
6470         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6471
6472 2011-05-10  Julien Danjou  <julien@danjou.info>
6473
6474         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6475         symbol and not a list.
6476
6477 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-art.el (gnus-article-mode): Move binding of
6480         shr-put-image-function here from gnus-article-prepare-display.
6481
6482         * shr.el (shr-put-image-function): New variable.
6483         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6484         (shr-put-image): Return scaled image.
6485
6486         * gnus-art.el (gnus-shr-put-image): New function.
6487         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6488
6489         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6490         original ones, as deletable.
6491
6492 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6493
6494         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6495
6496 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6497
6498         * registry.el (registry-full): Add convenience method.  Fix logic.
6499         (registry-insert): Use it.  Fix logic here too.
6500
6501         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6502         `registry-prune' if `registry-full' returns t.
6503         (gnus-registry-handle-action)
6504         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6505         (gnus-registry-usage-test): Use it.
6506
6507 2011-05-07  Julien Danjou  <julien@danjou.info>
6508
6509         * shr.el (shr-link): Make shr-link inherit from link by default.
6510
6511 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6512
6513         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6514
6515 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6516
6517         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6518         error out because the face is not a list.
6519
6520 2011-05-05  Glenn Morris  <rgm@gnu.org>
6521
6522         * proto-stream.el (gnutls-negotiate): Fix declarations.
6523
6524         * gnus-start.el (gnus-propagate-marks): Declare.
6525
6526 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6527
6528         * registry.el (registry-reindex): Fix percentage message.
6529
6530         * proto-stream.el (network-stream-open-starttls): Adjust to call
6531         `gnutls-negotiate' with :process and :hostname arguments.
6532
6533 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6534
6535         * shr.el: Add shr-link face for links.
6536         (shr-urlify): Use it.
6537
6538         * registry.el (registry-insert): Make error message more helpful.
6539
6540 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * gnus-html.el (gnus-html-schedule-image-fetching):
6543         Use url-queue-retrieve, if it exists.
6544
6545         * shr.el (shr-tag-img): Ditto.
6546
6547         * gnus.el: Autoload more gnus-agent functions.
6548
6549         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6550         agent if we haven't already (bug#8502).
6551
6552         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6553         into the Agent, too.
6554
6555         * gnus-agent.el (gnus-agent-store-article): New function.
6556
6557         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6558         and moved from that file for reuse.
6559
6560         * pop3.el (pop3-open-server): Error messages are "-ERR".
6561
6562 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6565         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6566
6567 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6568
6569         * gnus.el: No Gnus v0.17 is released.
6570
6571 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6572
6573         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6574         buffer has moved to a different frame.
6575
6576 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6579         to get the conversion from unibyte to multibyte buffers to work on
6580         Emacs 22.
6581
6582         * nntp.el (nntp-request-article): Slight clean-up.
6583
6584 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6585
6586         * shr.el (shr-strike-through): New face.
6587         (shr-tag-s): Use it to provide <s> support.
6588         (shr-tag-s): Remove duplicate definition.
6589
6590 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6591
6592         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6593         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6594
6595 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6596
6597         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6598         `gnutls-negotiate'.
6599         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6600
6601 2011-04-23  Glenn Morris  <rgm@gnu.org>
6602
6603         * gnus-sum.el (gnus-extra-headers): Bump :version.
6604
6605 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * shr.el (shr-tag-sup): New function.
6608         (shr-tag-sub): Ditto.
6609
6610 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6611
6612         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6613         for the case where `gnus-registry-ignored-groups' is a list of lists,
6614         and don't call `gnus-parameter-registry-ignore' otherwise.
6615
6616 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6617
6618         * nnimap.el (nnimap-user): New backend variable.
6619         (nnimap-open-connection-1): Use it.
6620         (nnimap-credentials): Accept user parameter so it's explicit what user
6621         name is desired.
6622
6623         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6624         default.
6625
6626         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6627         not gnus-registry.el.
6628
6629         * gnus-registry.el: Mention in comments how to modify
6630         `gnus-extra-headers' for proper recipient tracking and that it may
6631         already have To and Cc recently, which it does as of this commit.
6632         (gnus-registry-ignored-groups): Remove defcustom.
6633         Explain why in comments.
6634         (gnus-registry-action): Fix data-header reference to use the extra
6635         headers.  Explain in package commentary how to add To and Cc headers to
6636         the gnus-extra-headers.
6637         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6638         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6639         parameter list or a string list in `gnus-registry-ignored-groups'.
6640         Fix logic error.
6641
6642 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6643
6644         * shr.el (shr-expand-url): Protect against null urls.
6645
6646 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6647
6648         * shr.el (shr-base): New binding.
6649         (shr-tag-base): Keep track of <base>.
6650         (shr-expand-url): New function used throughout.
6651
6652 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6653
6654         * gnus-registry.el
6655         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6656         (gnus-registry-ignored-groups): New variable.
6657         (gnus-registry-ignore-group-p): Use it.
6658         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6659         set the destination group to nil (same as delete) if it's ignored.
6660
6661 2011-04-20  David Engster  <dengste@eml.cc>
6662
6663         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6664
6665         * Makefile.in (test-nntp): New rule.
6666         (check): Add it.
6667         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6668
6669 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-registry.el (gnus-registry-action)
6672         (gnus-registry-fetch-header-fast):
6673         Don't use mail-header that looks an internal function of mailheader.el.
6674
6675 2011-04-19  Glenn Morris  <rgm@gnu.org>
6676
6677         * time-date.el (time-to-days): Remove unused local variables.
6678
6679 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-registry.el: Eliminate cl functions.
6682         (gnus-registry-sort-addresses): New function that replaces mapcan.
6683         (gnus-registry-action, gnus-registry-spool-action)
6684         (gnus-registry-split-fancy-with-parent)
6685         (gnus-registry-fetch-recipients-fast): Use it.
6686         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6687
6688         * registry.el (initialize-instance, registry-lookup)
6689         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6690         (registry-lookup-secondary-value, registry-search, registry-delete)
6691         (registry-insert, registry-reindex, registry-size, registry-prune):
6692         Use eval-and-compile.
6693
6694 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * registry.el (registry-reindex): New method to recreate the secondary
6697         registry indices.
6698
6699         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6700         tracked field changes.
6701         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6702         (gnus-registry-action, gnus-registry-spool-action)
6703         (gnus-registry-handle-action)
6704         (gnus-registry--split-fancy-with-parent-internal)
6705         (gnus-registry-split-fancy-with-parent)
6706         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6707         move, and delete actions, and for fancy splitting with parent.
6708         (gnus-registry-extract-addresses)
6709         (gnus-registry-fetch-recipients-fast)
6710         (gnus-registry-fetch-header-fast): Convenience functions.
6711         (gnus-registry-misc-test): ERT test of
6712         `gnus-registry-extract-addresses'.
6713
6714 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6715
6716         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6717         Track by subject first, then sender.
6718
6719 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6720
6721         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6722
6723         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6724         Lisp.
6725
6726         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6727         (gnus-draft-send): Use it to avoid popping
6728         up frames from gnus-group-send-queue.
6729
6730 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * gnus-registry.el: Updated gnus-registry docs.
6733
6734 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6735
6736         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6737         Fix logic bug.
6738         (gnus-registry-post-process-groups): Fix logging of no results and
6739         quote sender and subject.
6740
6741 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742
6743         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6744         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6745         gnutls-cli are too slow to be done opportunistically.
6746
6747         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6748         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6749         we had no early-data returned.
6750         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6751         two async commands to the same server at the same time.
6752
6753 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6754
6755         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6756
6757 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6760         "warning" level.
6761
6762         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6763         (mm-url-insert-file-contents): Don't set the package names.
6764
6765 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * gnus-registry.el (gnus-registry-action): Remove properties and
6768         simplify subject in `gnus-registry-handle-action'.
6769         (gnus-registry-spool-action): Get subject and sender from message if
6770         they are not passed in.
6771         (gnus-registry-handle-action): Remove properties and simplify subject
6772         consistently.
6773
6774 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6775
6776         * registry.el: Require CL before using defmacro*.
6777
6778 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * gnus-art.el (article-treat-date): Assume that
6781         gnus-article-date-headers may be a group parameter.
6782
6783 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6784
6785         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6786
6787         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6788         interactively so the newsrc file can contain foreign groups too.
6789         Useful for debugging but not much for users.
6790
6791 2011-04-07  David Engster  <dengste@eml.cc>
6792
6793         * registry.el (registry-usage-test): Only do
6794         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6795         lexical binding.
6796
6797 2011-04-07  David Engster  <dengste@eml.cc>
6798
6799         * Makefile.in (check, test-registry): New rules for test-suite.
6800
6801 2011-04-06  David Engster  <dengste@eml.cc>
6802
6803         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6804         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6805
6806 2011-04-06  David Engster  <dengste@eml.cc>
6807
6808         * registry.el (initialize-instance): Change :after to :AFTER to be
6809         compatible with old EIEIO version in XEmacs.
6810
6811 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * gnus-registry.el (gnus-registry-post-process-groups)
6814         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6815         and provide better messaging.
6816
6817 2011-04-06  David Engster  <dengste@eml.cc>
6818
6819         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6820         errors.
6821
6822         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6823         dgnushack-compile with error-on-warn enabled, and to signal an error if
6824         clean compilation failed.
6825         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6826         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6827
6828 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6829
6830         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6831         unconditionally anyway, discarding errors.
6832         (gnus-registry-delete-entries): New convenience function.
6833         (gnus-registry-import-eld): Import from old .eld registry.
6834
6835         * registry.el: Don't use ERT if it's not available.  Load it
6836         unconditionally anyway, discarding errors.
6837
6838         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6839         version from the Claudio Bley GnuTLS patch (extra optional parameters
6840         and host name).
6841
6842 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6843
6844         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6845         fixup the parameters that can be customized by the user between
6846         save/read cycles.
6847         (gnus-registry-read): Use it.
6848         (gnus-registry-make-db): Use it.
6849         (gnus-registry-spool-action, gnus-registry-handle-action):
6850         Fix messaging.
6851         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6852         Map references to actual group names with sender and subject tracking.
6853         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6854         (gnus-registry-usage-test): Add subject lookup test.
6855
6856         * registry.el (registry-db, initialize-instance): Set up constructor
6857         instead of :initform arguments for the sake of older Emacsen.
6858         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6859         pre-lexbind merge bug.
6860         (registry-usage-test): Use it.
6861         (initialize-instance, registry-db): Move the non-function initforms
6862         back to the class definition.
6863
6864 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * registry.el: New library to manage gnus-registry-style data.
6867
6868         * gnus-registry.el: Use it (major rewrite).
6869
6870         * nnregistry.el: Use it.
6871
6872         * spam.el: Use it.
6873
6874 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6877         marks on non-selected articles.
6878
6879 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6880
6881         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6882         parameter to open-protocol-stream.
6883
6884 2011-04-01  Julien Danjou  <julien@danjou.info>
6885
6886         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6887         fundamental-mode.
6888
6889 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6892         servers.
6893
6894 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6897         made marks not propagate, again.
6898
6899 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6900
6901         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6902         Make this the default type.
6903         (proto-stream-open-plain): Rename from proto-stream-open-default.
6904         (open-protocol-stream, proto-stream-open-starttls)
6905         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6906         with `plain'.
6907
6908         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6909         value.
6910
6911         * nntp.el (nntp-open-connection-function): Document the fact that some
6912         values are not functions but are instead handled specially.
6913         Recognize nntp-open-plain-stream value.
6914         (nntp-open-connection): Recognize that value.
6915
6916 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6919         where it seems to be needed.
6920
6921 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6922
6923         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6924         stuff.
6925
6926         * gnus-score.el (gnus-score-string): Fix calling convention of
6927         `gnus-simplify-buffer-fuzzy' after last patches.
6928
6929         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6930         server for articles we didn't get any headers for.  This is a sanity
6931         check.
6932
6933 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6934
6935         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6936         new CAPABILITY, use it.
6937
6938 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6939
6940         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6941         downloading anything.
6942
6943         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6944
6945 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6946
6947         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6948         colors.
6949         (gnus-splash-svg-color-symbols): New function.
6950
6951 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6952
6953         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6954         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6955         (gnus-simplify-subject-fuzzy): Use the local
6956         gnus-simplify-subject-fuzzy-regex instead of the global one.
6957         This makes using this variable in group parameters work.
6958
6959 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * gnus-registry.el (gnus-registry-unfollowed-groups):
6962         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6963         archive:sent-YYYY-MM-DD groups).
6964         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6965         tracking if there are more than `gnus-registry-max-track-groups'
6966         matches.
6967
6968 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6969
6970         * message.el (message--yank-original-internal): New function to do the
6971         insertion cleanly inside eval in `message-yank-original'.
6972         (message-yank-original): Use it.
6973
6974 2011-03-29  Julien Danjou  <julien@danjou.info>
6975
6976         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6977         local variables disabled rather than `normal-mode'.
6978
6979 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6980
6981         * imap.el (imap-shell-open, imap-process-connection-type):
6982         Use imap-process-connection-type for 'shell' streams as well as
6983         Kerberos, SSL, other subprocesses.
6984
6985 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6986
6987         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6988         with open-network-stream.
6989         (proto-stream-always-use-starttls): Option removed.
6990         (open-protocol-stream): Return a process object by default.  Provide a
6991         new parameter :return-list specifying a list-type return value, which
6992         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6993         :type `network' to `try-starttls', and `network-only' to `default'.
6994         Make `default' the default, for compatibility with open-network-stream.
6995         Handle the no-parameter case exactly as open-network-stream, with no
6996         additional stream processing.  Search plists using plist-get.
6997         Explicitly add :end-of-commend parameter if it is missing.
6998         (proto-stream-open-default): Rename from
6999         proto-stream-open-network-only.  Return 'default as the type.
7000         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7001         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7002         failed.  Always return a list with a (possibly dead) process as the
7003         first element, for compatibility with open-network-stream.
7004         (proto-stream-open-tls): Use plist-get.  Always return a list.
7005         (proto-stream-open-shell): Return `default' as connection type.
7006         (proto-stream-capability-open): Use plist-get.
7007         (proto-stream-eoc): Function deleted.
7008
7009         * nnimap.el (nnimap-stream, nnimap-open-connection)
7010         (nnimap-open-connection-1): Handle renaming of :type parameter for
7011         open-protocol-stream.
7012         (nnimap-open-connection-1): Pass a :return-list parameter
7013         open-protocol-stream to obtain a list return value.  Parse this list
7014         using plist-get.
7015
7016         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7017         for open-protocol-stream.  Accept open-protocol-stream return value
7018         that is a subprocess object instead of a list.  Handle the case of a
7019         dead returned process.
7020
7021 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7022
7023         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7024
7025         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7026
7027 2011-03-21  Julien Danjou  <julien@danjou.info>
7028
7029         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7030         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7031         query.
7032         (mm-inline-text): Render normal text with fontification whenever
7033         possible.
7034
7035         * gnus-sum.el (gnus-summary-save-parts-1):
7036         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7037         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7038         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7039         Use `mm-handle-filename'.
7040
7041         * mm-util.el (mm-handle-filename): New function, return the filename of
7042         an handle.
7043
7044 2011-03-18  Julien Danjou  <julien@danjou.info>
7045
7046         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7047         (gnus-buffer-live-p): Check that buffer is not nil.
7048
7049 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7050
7051         * gnus.el: No Gnus v0.15 is released.
7052
7053 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7054
7055         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7056         avoid warning on XEmacs.
7057
7058         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7059         on XEmacs.
7060
7061         * gnus-art.el: Require mouse, which the build bot seems to say is
7062         needed.
7063
7064         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7065
7066         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7067         XEmacs, since it doesn't have url-retrieve-synchronously.
7068
7069         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7070         since assoc-string doesn't exist in XEmacs.
7071
7072 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7073
7074         * gnus-group.el (gnus-group-list-ticked): New function.
7075         (gnus-group-make-menu-bar): Provide a menu entry for it.
7076         (gnus-group-list-map): Provide a binding for it.
7077
7078 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * shr.el (shr-visit-file): New command.
7081
7082         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7083
7084 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7085
7086         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7087         servers.
7088
7089 2011-03-16  Julien Danjou  <julien@danjou.info>
7090
7091         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7092         inline.
7093
7094         * gnus-art.el (article-hide-list-identifiers):
7095         Use gnus-group-get-list-identifiers.
7096
7097         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7098         (gnus-summary-remove-list-identifiers):
7099         Use gnus-group-get-list-identifiers to get regexp.
7100         (gnus-select-newsgroup, gnus-summary-insert-subject)
7101         (gnus-summary-insert-articles):
7102         Call gnus-summary-remove-list-identifiers unconditionally.
7103
7104 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7105
7106         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7107         we're selecting a group with unread articles.
7108
7109         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7110
7111         * gssapi.el: New file separated out from imap.el to provide a general
7112         Kerberos 5 connection facility for Emacs.
7113
7114         * message.el (message-elide-ellipsis): Document the format spec
7115         ellipsis.
7116
7117 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * message.el (message-elide-region): Allow the ellipsis to say how many
7120         lines were removed.
7121
7122 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7125         window configurations containing buffers that are now dead.
7126
7127         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7128         parsing to avoid integer overflows.
7129         (nnimap-parse-flags): Simplify the last change.
7130         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7131         too large for 32-bit Emacsen.
7132
7133 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7134
7135         * auth-source.el (auth-source-netrc-create):
7136         * message.el (message-yank-original): Fix use of `case'.
7137
7138 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7139
7140         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7141         XEmacs, which was one character too wide.
7142
7143 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7144
7145         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7146         default number of articles to display.
7147         (gnus-articles-to-read): Use pretty names for prompt.
7148
7149 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * gnus-int.el (gnus-open-server): Ditto.
7152
7153         * gnus-start.el (gnus-activate-group): Give a backtrace if
7154         debug-on-quit is set and the user hits `C-g'.
7155         (gnus-read-active-file): Ditto.
7156
7157         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7158
7159 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7160
7161         * message.el (message-yank-original): Use cond instead of CL case.
7162
7163 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7164
7165         * auth-source.el (auth-source-netrc-create): Use usual format for the
7166         default in prompts.
7167
7168 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * lpath.el: Fbind read-char-choice for XEmacs.
7171
7172 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7173
7174         * auth-source.el (auth-source-netrc-create): Show the default in the
7175         prompt when prompting for token creation.
7176
7177 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7178
7179         * auth-source.el (auth-source-format-prompt): Always convert the value
7180         to a string to avoid evaluating non-string arguments.
7181         (auth-source-netrc-create): Offer default properly, not as initial
7182         content in `read-string'.
7183         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7184         of line to determine if we've been run before.  If so, don't run again,
7185         but print a trivial message to indicate the cache was hit instead.
7186
7187 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7188
7189         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7190         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7191         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7192         Gnus.
7193
7194 2011-03-11  Julien Danjou  <julien@danjou.info>
7195
7196         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7197         modified file".
7198
7199 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7200
7201         * auth-source.el (auth-source-read-char-choice): New function to read a
7202         character choice using `dropdown-list', `read-char-choice', or
7203         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7204         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7205         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7206         (auth-source-netrc-saver): Use it.
7207         (auth-source-pick-first-password): New convenience function.
7208
7209 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7210
7211         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7212         parameter in the credentials.
7213         (nnimap-open-connection-1): Use it after a successful login.
7214         (nnimap-credentials): Add IMAP-specific user and password prompt.
7215
7216         * auth-source.el (auth-source-search): Add :require parameter, taking a
7217         list.  Document it and the :save-function return token.  Pass :require
7218         down.  Change the CREATED message from a warning to a debug statement.
7219         (auth-source-search-backends): Pass :require down.
7220         (auth-source-netrc-search): Pass :require down.
7221         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7222         Change save prompt to indicate all modifications saved here are
7223         deletions.
7224         (auth-source-netrc-create): Take user login name as default in user
7225         prompt.  Move all the save functionality to a lexically bound function
7226         under the :save-function token in the returned list.  Set up clearer
7227         default prompts for user, host, port, and secret.
7228         (auth-source-netrc-saver): New function, intended to be wrapped for
7229         :save-function.
7230
7231 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7234         lines to be spaces instead.
7235
7236 2011-03-07  Julien Danjou  <julien@danjou.info>
7237
7238         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7239         (sieve-sasl-auth): Check that auth-source-search did return something,
7240         or just return an empty string.
7241
7242 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7243
7244         * gnus.el (gnus-interactive): Use read-directory-name.
7245
7246         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7247         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7248         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7249         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7250         Likewise.
7251
7252         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7253
7254 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7255
7256         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7257         onto the list of killed groups, too.  This makes killed nnimap groups,
7258         for instance, more reliably not reappear.
7259
7260         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7261         the parent.
7262
7263         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7264
7265         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7266         really have server-side marks.
7267
7268         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7269         since most backends do not usefully have server-side marks.
7270         (gnus-update-read-articles): Propagate marks to all backends that
7271         really have server-side marks.
7272
7273 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7274
7275         * message.el (message-cite-reply-position, message-cite-style):
7276         New variables.
7277         (message-yank-original): Use the new citation styles.
7278
7279 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7280
7281         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7282         buffer-local issue); don't mark it buffer-local when running under
7283         XEmacs.
7284
7285 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7286
7287         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7288         numbers too big to be `read'.
7289
7290 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7291
7292         * password-cache.el (password-in-cache-p): Add autoload.
7293
7294         * message.el (message-options): Make buffer-local two ways to attempt
7295         to fix a XEmacs bug.
7296
7297 2011-03-02  Julien Danjou  <julien@danjou.info>
7298
7299         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7300
7301 2011-03-01  Julien Danjou  <julien@danjou.info>
7302
7303         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7304         group.
7305         (article-hide-list-identifiers): Use list-identifier group parameter.
7306
7307 2011-02-28  Julien Danjou  <julien@danjou.info>
7308
7309         * sieve.el (sieve-buffer-script-name): New local variable to store
7310         sieve script name.
7311         (sieve-edit-script): Store sieve script name.
7312         (sieve-upload): Use sieve script name when uploading.
7313         (sieve-upload): Use substitute-command-keys.
7314         (sieve-edit-script): Use substitute-command-keys.
7315         (sieve-refresh-scriptlist): Use substitute-command-keys.
7316         (sieve-manage-mode-map): Define keymap properly.
7317         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7318         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7319         Remove commented code about cvs.
7320         (sieve-manage-quit): New function.
7321         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7322
7323 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7326
7327 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7328
7329         * auth-source.el (auth-source-search): Cache empty result sets.
7330
7331         * password-cache.el (password-in-cache-p): Convenience function to
7332         check if a key is in the cache, even if the value is nil.
7333
7334         * auth-source.el (auth-source-save-behavior): New variable to replace
7335         `auth-source-never-create'.
7336         (auth-source-netrc-create): Use it.
7337         (auth-source-never-save): Remove.
7338
7339 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7340
7341         * nnimap.el (nnimap-stream): Doc fix.
7342         (nnimap-open-connection-1): Reverse the order of the ports to that the
7343         prompted-for port is first.
7344
7345         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7346         retrieval by the no-group selection.
7347
7348         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7349         numerical parameters.
7350
7351 2011-02-25  Julien Danjou  <julien@danjou.info>
7352
7353         * gnus-gravatar.el: Use gnus-with-article-buffer.
7354
7355         * gnus-art.el (gnus-with-article-buffer): Check that the
7356         gnus-article-buffer is alive.
7357
7358 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7359
7360         * auth-source.el (auth-source-creation-prompts): New variable to manage
7361         creation-time prompts.
7362         (auth-source-search): Document it.
7363         (auth-source-format-prompt): Add utility function.
7364         (auth-source-netrc-create): Don't default the user name to
7365         user-login-name.  Use `auth-source-creation-prompts' and some default
7366         prompts for user, host, port, and password (the default generic prompt
7367         remains ugly).
7368         (auth-source-never-save): Add customizable option to never save info.
7369         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7370         mode excursion.
7371
7372 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7375         argument that XEmacs doesn't support.
7376
7377         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7378         compiled for Emacsen having no `libxml-parse-html-region' support.
7379
7380         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7381
7382         * lpath.el: Bind buffer-save-without-query for XEmacs.
7383
7384 2011-02-23  Julien Danjou  <julien@danjou.info>
7385
7386         * gnus-art.el (article-make-date-line): Ignore errors if time is
7387         invalid and not convertible.
7388         (article-make-date-line): Only add lapsed time if time is not nil.
7389
7390 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7391
7392         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7393         `read-char-choice' for backwards compatibility.
7394         (auth-source-netrc-element-or-first): New function to DTRT for
7395         parameter extraction.
7396         (auth-source-netrc-create): Use it and fix multiple parameter print
7397         bug.  Use the default passed from above (given-default) or the
7398         built-in (user-login-name for :user).
7399
7400 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7401
7402         * gnus-start.el (gnus-dribble-read-file):
7403         Set buffer-save-without-query, since we always want to save the dribble
7404         file, probably.
7405
7406         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7407         nnimap.
7408
7409         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7410         -summary- since it's a user-visible variable.
7411
7412         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7413         first time you use the new Gnus.
7414
7415 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7416
7417         * auth-source.el: Don't load netrc.el.
7418         (auth-sources): Search ~/.netrc as well by default.
7419         (auth-source-debug): Add 'trivia option for extra output.
7420         (auth-source-do-trivia): Use it.
7421         (auth-source-search): Simplify logic to use
7422         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7423         appropriate.  Don't keep a running count at this level.  Layer :create
7424         and :delete options appropriately on the first and second passes.
7425         Don't track the backend with the search results.
7426         (auth-source-search-backends): New function to search a list of
7427         backends for a processed spec.
7428         (auth-source-netrc-parse): Cache all netrc files, making
7429         auth-source-netrc-cache an alist keyed by the file name and using the
7430         file mtime as the caching criterion.  Keep the obfuscated data secret
7431         with a lexical bind.
7432         (auth-source-netrc-search): Don't calculate the length of the results
7433         unnecessarily.
7434         (auth-source-search-backends): Fix bug.
7435         (auth-source-netrc-create): Rework prompts.
7436
7437 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7438
7439         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7440         Lower case names of search constraints.
7441         (nnir-run-query): Cache and reuse search constraints for all imap
7442         servers.
7443
7444 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7445
7446         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7447         after exit.
7448         (gnus-setup-message): Define missing variable from last checkin.
7449
7450         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7451         value, show the raw article.
7452
7453 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7454
7455         * gnus.el: No Gnus v0.13 is released.
7456
7457 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7458
7459         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7460         auth-source now accepts numbers.
7461
7462         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7463         spec, too.
7464         (auth-source-ensure-strings): New function.
7465
7466         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7467         (gnus-article-setup-buffer): Always restart the date timer so that user
7468         changes to the frequency is respected.
7469
7470         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7471         port numbers, so make sure it gets that if nnimap-server-port is
7472         explicit.
7473
7474 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7475
7476         * nnimap.el (nnimap-inbox): Doc fix.
7477
7478 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7479
7480         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7481         Autoload.  Add optional arg FRAME, and pass it to color-values.
7482         (color-complement): Caller changed.  Doc fix.
7483         (color-gradient): Rewrite for better clarity and efficiency.
7484
7485 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7486
7487         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7488         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7489         color-lab-to-srgb.
7490
7491 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7492
7493         * color.el: First part of merge from hexrgb.el.
7494         (color-rgb-to-hex): Rename from color-rgb->hex.
7495         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7496         saturation to zero if the value is too small.
7497         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7498         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7499         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7500         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7501         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7502         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7503         (color-cie-de2000): Doc fix.
7504
7505 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7506
7507         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7508         given method as in the group name if we're using an extended method.
7509         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7510         command, if we're using that, instead of waiting for the beginning.
7511
7512         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7513         we're sure to get unique server names, and we don't output two async
7514         commands in the same buffer.  This fixes an NNTP hang for some users.
7515
7516 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7517
7518         * gnus.el: No Gnus v0.11 is released.
7519
7520 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7521
7522         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7523         summary buffer before reading going to the next buffer.  This avoids
7524         putting the point in the group buffer if you `C-g' the command.
7525
7526         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7527         cache (for now) to make ~/.authinfo.gpg files usable.
7528
7529         * nnfolder.el (copyright-update): Define for the compiler.
7530
7531         * auth-source.el (auth-source-search): Fix unbound variable.
7532
7533 2011-02-19  Glenn Morris  <rgm@gnu.org>
7534
7535         * gnus.el (gnus-meta): Doc fix.
7536
7537 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7538
7539         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7540         in case it's not yet loaded.
7541
7542 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7543
7544         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7545         line we're waiting for.
7546
7547 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7548
7549         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7550         face with line-width greater than zero will cause RET in gnus summary
7551         buffer to scroll down article page-wise because auto vscroll happens,
7552         it should be temporally disabled when doing a scroll-up.
7553
7554 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7555
7556         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7557         outputs from the server.
7558
7559 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7560
7561         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7562         later so that bbdb can hook in easier.
7563
7564 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7565
7566         * auth-source.el (auth-source-search): Don't try to create credentials
7567         if the caller doesn't want that.
7568         (auth-source-search): If we don't find a match, don't bug out on
7569         non-bound variables.
7570         (auth-source-search): Only ask a single backend to create the
7571         credentials.
7572
7573         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7574         logging.
7575         (nnimap-credentials): Protect against auth-source-search returning nil.
7576         (nnimap-request-list): Protect against not being able to open the
7577         server.
7578
7579 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7580
7581         * auth-source.el (auth-source-search): Do a two-phase search, one with
7582         no :create to get the responses from all backends.
7583
7584         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7585         when getting credentials.
7586
7587         * gnus-util.el (gnus-delete-duplicates): New function.
7588
7589 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7590
7591         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7592         a creation default, pass the whole port list down.  It will be
7593         completed.
7594
7595         * auth-source.el (auth-source-search): Updated docs to talk about
7596         multiple creation choices.
7597         (auth-source-netrc-create): Accept a list as a value (from the search
7598         parameters) and do completion on that list.  Keep a separate netrc line
7599         with the password obscured for showing the user.
7600
7601         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7602         first choice to `auth-source-search' so it will be used for entry
7603         creation instead of the server's Gnus-specific name.
7604         (nnimap-credentials): Rely on the auth-source library to select which
7605         port is actually wanted in the new netrc entry, so don't override
7606         `auth-source-creation-defaults'.
7607
7608         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7609         :protocol and accept a missing user, host, or port as a wildcard match.
7610         (auth-source-debug): Default to off.
7611
7612         (auth-source-netrc-search, auth-source-netrc-create)
7613         (auth-source-secrets-search, auth-source-secrets-create)
7614         (auth-source-user-or-password, auth-source-backend, auth-sources)
7615         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7616         instead of :protocol.
7617
7618         * nnimap.el (nnimap-credentials): Pass a port default to
7619         `auth-source-search' in case an entry needs to be created.
7620         (nnimap-open-connection-1): Use :port instead of :protocol.
7621
7622 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * auth-source.el: Bind load-path when loading EIEIO from
7625         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7626         21.4 doesn't support, to `require'.
7627         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7628         delete-dups that is not available in XEmacs 21.4.
7629
7630 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7631
7632         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7633         as EIEIO must also be loaded when auth-source.el is being
7634         byte-compiled.
7635
7636 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7637
7638         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7639
7640         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7641
7642         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7643
7644         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7645
7646         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7647
7648         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7649
7650         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7651
7652         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7653         necessary.
7654
7655 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7656
7657         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7658         nil means that nnimap doesn't get updated.
7659
7660 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7661
7662         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7663         result when the user doesn't want to write to the file.
7664         (auth-source-netrc-search): Expect a synthetic result and proceed
7665         accordingly.
7666         (auth-source-cache-expiry): New variable to override
7667         `password-cache-expiry'.
7668         (auth-source-remember): Use it.
7669
7670         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7671         parameter.  Create entry if necessary by using :create t.
7672         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7673
7674 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7675
7676         * auth-source.el (auth-source-debug): Enable by default and don't
7677         mention the obsolete `auth-source-hide-passwords'.
7678         (auth-source-do-warn): New function to debug unconditionally.
7679         (auth-source-do-debug): Use it.
7680         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7681         and for Secrets API entries when the secrets.el library is not
7682         available.
7683
7684 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7685
7686         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7687         (gnus-summary-exit): Kill the correct article buffer on exit from a
7688         `C-d' group.
7689
7690         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7691         gnus-propagate-marks.
7692
7693         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7694         before killing the buffers so that a non-full window conf gets handled
7695         correctly.
7696         (gnus-summary-exit): Ditto.
7697         (gnus-summary-read-group-1): Ditto.
7698
7699         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7700         async code again so that we can debug it properly.
7701
7702         * message.el (message-reply): Take an optional switch-buffer parameter
7703         so that Gnus window confs are respected better.
7704
7705 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7706
7707         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7708         `plist-get' to accept non-list parameters (XEmacs issue).
7709         Fix docstring.
7710         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7711         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7712         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7713         Login collection is "Login" and not "login".
7714
7715 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7716
7717         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7718         multiple headers.
7719
7720         * nnimap.el (nnimap-inhibit-logging): New variable.
7721         (nnimap-log-command): Don't log login commands.
7722
7723         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7724         to have more parameters.
7725
7726         * nnimap.el (nnimap-send-command): Mark the command time for each
7727         command, so that we don't get NOOPs stepping on our toes.
7728
7729         * gnus-art.el (article-date-ut): Get the date from the Date header on
7730         `t'.
7731
7732 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * auth-source.el (auth-source-search): Use copy-sequence instead of
7735         the cl.el copy-list.
7736
7737 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7738
7739         * imap.el: Bring it back (revert
7740         84d800cd31de3064f0ed39617d725709a2f8f42f).
7741
7742 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7743
7744         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7745         Improve prompt.
7746
7747 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7748
7749         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7750         washing status from the default format.  It isn't very informative.
7751
7752 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7753
7754         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7755         Fix Gcc processing on imap.
7756
7757 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7758
7759         * imap.el: Remove file.  All the functionality is in nnimap.el.
7760
7761 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7762
7763         * message.el (message-bury): Don't pop up a new window when selected
7764         window is dedicated.
7765
7766 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7767
7768         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7769
7770 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7771
7772         * sieve-manage.el: Autoload `auth-source-search'.
7773         (sieve-sasl-auth): Use it.
7774
7775 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7776
7777         * nnimap.el: Autoload `auth-source-forget+'.
7778         (nnimap-open-connection-1): Use it if the connection fails.
7779
7780         * auth-source.el: Require `password-cache'.
7781         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7782         obsolete.
7783         (auth-source-magic): Marker for `password-cache' keys.
7784         (auth-source-do-cache): Update docstring.
7785         (auth-source-search): Use and check cache.
7786         (auth-source-forget-all-cached, auth-source-remember)
7787         (auth-source-recall, auth-source-forget, auth-source-forget+)
7788         (auth-source-specmatchp): Caching support functions.
7789         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7790         Remove and obsolete.
7791         (auth-source-user-or-password): Remove caching to further discourage
7792         using it.  Always hide passwords.
7793
7794         * password-cache.el (password-cache-remove): Accept secrets that are
7795         not strings.
7796
7797 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7798
7799         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7800         code for now, since it doesn't work for all users.
7801
7802 2011-02-09  Julien Danjou  <julien@danjou.info>
7803
7804         * message.el (message-options): Make message-options really buffer
7805         local.
7806
7807 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         * mail-source.el: Autoload `auth-source-search'.
7810         (mail-source-keyword-map): Note order matters.
7811         (mail-source-set-1): Get all the mail-source source values and
7812         defaults and search auth-source on those if needed.  This can all
7813         probably be simplified.
7814
7815         * nnimap.el: Autoload `auth-source-search'.
7816         (nnimap-credentials): Use it.
7817         (nnimap-open-connection-1): Ask for the virtual server and physical
7818         address in one shot.
7819
7820         * nntp.el: Autoload `auth-source-search'.
7821         (nntp-send-authinfo): Use it.  Note TODO.
7822
7823 2011-02-08  Julien Danjou  <julien@danjou.info>
7824
7825         * shr.el (shr-tag-body): Add support for text attribute in body
7826         markups.
7827
7828         * message.el (message-options): Make message-options a local variable.
7829
7830 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7831
7832         * auth-source.el (auth-source-secrets-search)
7833         (auth-source-user-or-password): Use `append' instead of `nconc'.
7834         (auth-source-user-or-password): Build return list better and protect
7835         against nil :secret.
7836
7837 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7838
7839         * nnimap.el (nnimap-update-info): Refactor slightly.
7840         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7841         (nnimap-update-info): Clean up slightly.
7842         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7843         characters.
7844         (nnimap-process-quirk): Rename function to avoid collision.
7845         (nnimap-update-info): Fix macrology bug-out.
7846         (nnimap-update-info): Simplify split history test.
7847
7848 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7849
7850         * auth-source.el (top): Require 'eieio unconditionally.
7851         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7852         (auth-source-secrets-search): Limit search when `max' is greater than
7853         number of results.
7854
7855 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7856
7857         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7858         part not returning any data.
7859
7860         * proto-stream.el (open-protocol-stream): Document the return value.
7861
7862 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7863
7864         * auth-source.el (auth-source-secrets-search): Add examples.
7865
7866 2011-02-06  Julien Danjou  <julien@danjou.info>
7867
7868         * message.el (message-setup-1): Handle message-generate-headers-first
7869         set to t.
7870
7871 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7872
7873         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7874         API with a string "secrets:collection-name" and with 'default.
7875         (auth-source-backend-parse): Parse "secrets:collection-name" and
7876         'default.  Recurse on parses instead of repeating code.  Use the
7877         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7878         message when ignoring a source.
7879         (auth-source-search): List ignored search keys at the top level.
7880         (auth-source-netrc-create): Use `case' instead of `cond'.
7881         (auth-source-secrets-search): Created with TODOs.
7882         (auth-source-secrets-create): Created with TODOs.
7883         (auth-source-retrieve, auth-source-create, auth-source-delete)
7884         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7885         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7886         (auth-source-user-or-password-sftp)
7887         (auth-source-user-or-password-smtp): Remove.
7888         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7889         around `auth-source-search'.  Not tested thoroughly.
7890
7891 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7892
7893         * auth-source.el: Bring in assoc and eioeio libraries.
7894         (secrets-enabled): New variable to track the status of the Secrets API.
7895         (auth-source-backend): New EIOEIO class to represent a backend.
7896         (auth-source-creation-defaults): New variable to set prompt defaults
7897         during token creation (see the `auth-source-search' docstring for
7898         details).
7899         (auth-sources): Simplify to allow a simple string as a netrc backend
7900         spec.
7901         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7902         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7903         (auth-source-search): Main auth-source API entry point.
7904         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7905         (auth-source-search-collection): Helper function for searching.
7906         (auth-source-netrc-parse, auth-source-netrc-normalize)
7907         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7908         Supports search, create, and delete.
7909         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7910         backend stubs.
7911         (auth-source-user-or-password): Call `auth-source-search' but it's not
7912         ready yet.
7913
7914 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7915
7916         * message.el (message-setup-1): Remove the read-only stuff, since it
7917         doesn't work under XEmacs, for some reason.
7918
7919         * gnus-sum.el (gnus-user-date): Rename back from
7920         gnus-summary-user-date since user code refers to it.
7921
7922         * shr.el (shr-render-td): Store the actual background color used.
7923
7924         * message.el (message-setup-1): Don't bind the constant
7925         -forbidden-properties.
7926         (message-setup-1): Revert previous change, since it needs to bind the
7927         props to insert them.
7928         (message-resend): Allow removing the read-only separator line.
7929
7930 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7931
7932         * nnimap.el (nnimap-request-accept-article): Give an error message if
7933         the APPEND wasn't successful.
7934
7935 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7936
7937         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7938         that have no groups.
7939
7940 2011-02-03  Julien Danjou  <julien@danjou.info>
7941
7942         * gnus-draft.el: Remove progn around gnus-draft-setup.
7943
7944 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7945
7946         * gnus-start.el (gnus-read-active-for-groups): This function is never
7947         called with a nil `infos', so clean that up.
7948         (gnus-get-unread-articles): Request active files from primary/secondary
7949         methods that have no groups (yet).
7950
7951 2011-02-03  Julien Danjou  <julien@danjou.info>
7952
7953         * message.el (message-setup-1): Always generate References first.
7954         (message-mail): Return the return value of message-setup, not always t.
7955         (message-setup-1): Insert mail-header-separator with read-only and
7956         intangible properties set.
7957
7958         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7959         user-date in docstring.
7960
7961         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7962
7963         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7964         docstring.
7965
7966         * gnus.el (gnus-user-date-format-alist): Change default value.
7967         Use defcustom, with type and group.  Move from gnus-util.el.
7968         Rename to gnus-summary-user-date-format-alist.
7969
7970 2011-02-03  Glenn Morris  <rgm@gnu.org>
7971
7972         * nnimap.el (gnus-fetch-headers): Declare.
7973
7974         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7975
7976 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7977
7978         * message.el (message-forward-make-body-digest-plain)
7979         (message-followup, message-reply): Clean up things noted by Stefan.
7980
7981         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7982         gnus-article-update-date-headers is nil.
7983         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7984         it didn't really work with defcustom.
7985         (article-update-date-lapsed): Make sure the window start doesn't move,
7986         either.
7987
7988 2011-02-01  Julien Danjou  <julien@danjou.info>
7989
7990         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7991         format.
7992
7993         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7994         standard in Emacs nowadays.
7995
7996         * color.el (color-gradient): Add a color-gradient function.
7997
7998 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7999
8000         * message.el (message-expand-name): Don't trust the return value of
8001         bbdb-complete-name.
8002         (message-check-news-header-syntax): Remove unused var `start'.
8003         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8004         (message-inhibit-body-encoding): Move to before first use.
8005         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8006         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8007         (Organization, Message-ID, Date, mh-previous-window-config):
8008         Defvar the vars using dynamic scoping.
8009
8010 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8011
8012         * shr.el (shr-render-td): Only do colors at the final rendering.
8013         Should be slightly faster.
8014         (shr-insert-table): Fix up TD background colors when doing the
8015         vertical padding.
8016
8017         * gnus-art.el (article-date-ut): Protect against articles with no Date
8018         header.
8019         (article-update-date-lapsed): Don't use current-column to find the
8020         horizontal position.  It's fragile in the presence of \003 characters.
8021
8022         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8023
8024 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8025
8026         * gnus-art.el (article-transform-date): Rewrite to still work when
8027         there are several rfc2822 parts.
8028         (article-transform-date): Fix infinite recursion.
8029         (article-date-ut): Replace infinitely many Date headers with a single
8030         one when called interactively.
8031
8032         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8033         secure manner.
8034
8035         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8036         move around by not using save-window-excursion.  It seems to work...
8037
8038 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-art.el (article-make-date-line): Work for user-defined format.
8041
8042 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8043
8044         * nntp.el (nntp-retrieve-group-data-early)
8045         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8046         fetching functions.
8047
8048         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8049         thoroughly for all backends that have no known groups.  This should
8050         allow new nnml methods to retrieve mail.
8051
8052         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8053         that Gnus doesn't know exists again.
8054
8055         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8056         (gnus-treat-date-ut): Ditto.
8057         (gnus-article-update-date-header): Rename.
8058         (gnus-treat-date-local): Remove.
8059         (gnus-treat-date-english): Remove.
8060         (gnus-treat-date-lapsed): Remove.
8061         (gnus-treat-date-combined-lapsed): Remove.
8062         (gnus-treat-date-original): Remove.
8063         (gnus-treat-date-iso8601): Remove.
8064         (gnus-treat-date-user-defined): Remove.
8065         (gnus-article-date-headers): New variable to control all the date
8066         header options.
8067         (article-date-ut): Rewrite to allow using the new way to format date
8068         headers(s).
8069
8070 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8071
8072         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8073         method.
8074         (nnmail-article-group): A better test for fanciness.
8075
8076         * nnimap.el (nnimap-request-head): Protect against not finding the
8077         article by Message-ID.
8078
8079 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8082         keep point at the "same place".
8083
8084 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8085
8086         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8087         data if the group is inactive.
8088
8089 2011-01-28  Julien Danjou  <julien@danjou.info>
8090
8091         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8092         (gnus-all-windows-visible-p): Remove old compatibility code.
8093         (gnus-window-top-edge): Add docstring.
8094
8095         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8096
8097 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8098
8099         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8100         older request-update-info.
8101
8102         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8103
8104 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8105
8106         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8107         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8108
8109 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8110
8111         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8112         groups.  This makes the nndraft:queue group pop up if it's not already
8113         there.
8114
8115         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8116         messages" logic, which was reversed.
8117
8118         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8119         the "same place" even if point is on the line being replaced.
8120         (article-update-date-lapsed): Allow updating both the combined lapsed
8121         and the lapsed headers.
8122         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8123         (article-make-date-line): Limit the number of segments dynamically to
8124         avoid too-long lines.
8125
8126 2011-01-27  Julien Danjou  <julien@danjou.info>
8127
8128         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8129         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8130
8131 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8134         Use plist-get instead of the cl function getf.
8135
8136 2011-01-27  Glenn Morris  <rgm@gnu.org>
8137
8138         * gnus-util.el (float-time): Get rid of compiler warning, again.
8139
8140 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8141
8142         * shr.el (shr-put-color): Special-case background colors: Do put them
8143         at the blank parts at the front of the lines.
8144
8145         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8146         exit hook to nix out all data on readedness on group exit.
8147
8148         * gnus-util.el (float-time): If float-time is bound, always use it on
8149         all Emacsen.  It's unclear why the subrp check was there.
8150         (time-date): Require to make some autoload issues on XEmacs go away.
8151
8152         * shr.el (shr-put-color): Don't do the box padding in tables, since
8153         they're already padded.
8154
8155 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8156
8157         * gnus-art.el (gnus-article-next-page): When the last line of the
8158         article is displayed, scroll down once more instead of going to the
8159         next article at once.
8160         (article-lapsed-string): Refactor out and allow specifying how many
8161         segments you want.
8162         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8163         (gnus-article-update-lapsed-header): New variable.
8164
8165         * shr.el: Revert change that made headings use different-sized faces.
8166         The Emacs display engine isn't advanced enough that, for instance,
8167         tables can comfortably use differently-sized faces.
8168
8169 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8170
8171         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8172         used.
8173         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8174         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8175         we're using an encrypted connection.
8176
8177         * proto-stream.el: Alter the interface functions to also return the
8178         actual stream type used: network or tls.
8179
8180 2011-01-25  Julien Danjou  <julien@danjou.info>
8181
8182         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8183         (mm-display-javascript-inline): New function.
8184
8185         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8186         viewing function.
8187
8188 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * shr.el (shr-expand-newlines): Fix variable name.
8191
8192 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8193
8194         * shr.el (shr-expand-newlines): Make nested boxes work.
8195
8196 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8197
8198         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8199         backgrounds.
8200         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8201         in a more sensible manner.
8202
8203 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8204
8205         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8206         if EPG is loaded.
8207
8208 2011-01-24  Julien Danjou  <julien@danjou.info>
8209
8210         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8211         tags.
8212
8213 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8214
8215         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8216         commands.
8217
8218         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8219         in the article buffer.
8220         (gnus-gravatar-insert): Use blank space from the current buffer to
8221         avoid breaking text properties.  This makes X-Sent updating work again.
8222
8223         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8224
8225 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8226
8227         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8228         fix the bug in url-http.el instead.
8229
8230         * shr.el (shr-image-fetched): Ditto.
8231
8232         * shr.el (shr-image-fetched): Avoid having point move in the article
8233         buffer.
8234
8235         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8236         buffer after being called.  It's apparently being killed by url.el, and
8237         killing it made point move to end-of-buffer in a random buffer.
8238
8239         * shr.el (shr-image-fetched): Ditto.
8240
8241 2011-01-23  Julien Danjou  <julien@danjou.info>
8242
8243         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8244
8245         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8246         text/x-org.
8247
8248 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8249
8250         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8251         (i.e., nnimap) returning nil as the article number.
8252
8253 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8254
8255         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8256         "DelSp" parameter in RFC3676.
8257
8258 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8259
8260         * message.el (message-check-recipients): Display the encoded version of
8261         the bogus address if they differ.
8262
8263         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8264         after sending.
8265
8266         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8267
8268         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8269
8270         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8271         group buffer after sending the queue.
8272
8273         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8274
8275 2011-01-22  Julien Danjou  <julien@danjou.info>
8276
8277         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8278
8279 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8280
8281         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8282         nested related parts.
8283
8284         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8285         unexpired articles.  This fixes the regression that led expiry marks to
8286         disappear from nnfolder groups.
8287
8288 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8289
8290         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8291         Don't confuse the "ret" of "retrograde" with RET.
8292
8293 2011-01-21  Julien Danjou  <julien@danjou.info>
8294
8295         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8296         than mm-insert-inline.
8297
8298 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8301         Widen article buffer.
8302
8303 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8304
8305         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8306         the temp buffer.
8307         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8308
8309 2011-01-20  Julien Danjou  <julien@danjou.info>
8310
8311         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8312
8313         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8314         than mm-insert-inline to insert inline part: this respect
8315         mm-inline-media-tests displayers.
8316
8317         * mm-view.el (mm-display-shell-script-inline): New function.
8318
8319         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8320
8321         * mm-uu.el (mm-uu-type-alist): Add org block.
8322         (mm-uu-org-src-code-block-extract): New function.
8323
8324         * mm-view.el (mm-display-org-inline): New function.
8325
8326         * mm-decode.el (mm-automatic-display): Add text/org.
8327
8328         * mailcap.el (mailcap-mime-extensions): Add .org.
8329
8330 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8333         gnus-article-add-buttons.
8334
8335 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8336
8337         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8338         From header with a date and "nobody" as the sender.
8339
8340 2011-01-19  Julien Danjou  <julien@danjou.info>
8341
8342         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8343         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8344         if you have the same regexp several times.
8345         (gnus-button-push): Fix matching when regexp is symbol.
8346
8347 2011-01-15  Glenn Morris  <rgm@gnu.org>
8348
8349         * message.el (message-mail): A compose-mail function should
8350         accept headers as strings.
8351
8352 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8353
8354         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8355         Add :vert-only tags.
8356         (message-mail): New arg RETURN-ACTION.
8357         (message-return-action): New var.
8358         (message-bury): Use it.
8359         (message-mode): Make it buffer-local.
8360         (message-send-and-exit): Always call message-bury.
8361
8362         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8363         message-mail.
8364
8365 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * nnimap.el (nnimap-convert-partial-article): Protect against
8368         zero-length body parts.
8369
8370         * mm-decode.el (mm-preferred-alternative-precedence):
8371         Discourage showing empty parts.
8372
8373         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8374         and stuff if the backend didn't return the article number.  This fixes
8375         an Exchange-related nnimap bug.
8376
8377         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8378         group window, because it does the wrong thing when a separate frame
8379         displays the group buffer.
8380
8381         * proto-stream.el (open-protocol-stream): Protect against the low-level
8382         transport functions returning nil.
8383
8384 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8385
8386         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8387         (mml2015-epg-find-usable-secret-key): New function.
8388         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8389         mml2015-epg-find-usable-key (Bug#7797).
8390         (mml2015-epg-encrypt): Ditto.
8391
8392 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * dgnushack.el (rot13-string): Fix the way to get the argument.
8395
8396 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8397
8398         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8399
8400 2011-01-03  Glenn Morris  <rgm@gnu.org>
8401
8402         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8403
8404         * sieve.el (sieve-open-server): Give a more explicit error if
8405         sieve-manage-open returns nil.  (Bug#7720)
8406
8407 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8408
8409         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8410
8411 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8414         This avoids sending passwords in plain text over non-encrypted
8415         channels.
8416
8417         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8418
8419         * nnimap.el (nnimap-login): Refactored out into own function, and
8420         implement CRAM-MD5.
8421         (nnimap-wait-for-line): Refactored out.
8422
8423         * mm-view.el (mml-smime): Require.
8424
8425 2010-12-20  David Engster  <deng@eml.cc>
8426
8427         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8428         use EPG to decrypt S/MIME messages instead of openssl.
8429
8430 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8431
8432         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8433
8434         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8435         status is the group clearly is unreachable.
8436
8437         * auth-source.el (auth-source-create): Add the optional second
8438         parameter to `local-variable-p' to be compatible with XEmacs.
8439
8440 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8441
8442         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8443         work when using a compressed nnml folder.
8444
8445 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446
8447         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8448         backends after sanitising on entry, because this never makes sense:
8449         If the articles have gone missing, then the data no longer exists on
8450         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8451         overwrite anything anyway.
8452
8453         * shr.el (shr-insert-document): Bind shr-width dynamically to
8454         window-width if it's nil.
8455
8456 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8457
8458         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8459         with the meaning of using the full emacs window width for rendering.
8460
8461 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8462
8463         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8464         case when sender is not given.
8465
8466 2010-12-23  Julien Danjou  <julien@danjou.info>
8467
8468         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8469         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8470         the addresses, otherwise we might misplaced the gravatar.
8471
8472 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8473
8474         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8475         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8476         obsolete in Emacs.
8477
8478 2010-12-20  Julien Danjou  <julien@danjou.info>
8479
8480         * gnus-util.el (gnus-rescale-image): Revert last change.
8481
8482 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8483
8484         * binhex.el: Improve commentary (Bug#7482).
8485
8486 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487
8488         * gnus-group.el (gnus-group-delete-articles): New command.
8489
8490 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8491
8492         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8493
8494 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8495
8496         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8497         here, since it's up to the backends to do CRLF removal if their
8498         protocol has it.
8499
8500         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8501
8502 2010-12-17  Julien Danjou  <julien@danjou.info>
8503
8504         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8505         they are from file.  Can also scale up.
8506
8507 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8508
8509         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8510         Restore gnus-use-agent.
8511         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8512
8513         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8514
8515 2010-12-17  Julien Danjou  <julien@danjou.info>
8516
8517         * gravatar.el (gravatar-retrieve-synchronously): New function.
8518         (gravatar-get-data): Make more robust.
8519
8520 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8523
8524 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8527         to really consider the last line.
8528
8529 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8530
8531         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8532         list of recipient keys, or use symmetric encryption if not a list.
8533         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8534         EPA override, replacing the call to `netrc-store-data'.
8535
8536 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8537
8538         * gnus-srvr.el: Avoid passing nil regexp argument to
8539         delete-matching-lines.
8540
8541 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8544         fetching stops when Gnus exits.
8545
8546         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8547         function.
8548         (nnfolder-request-expire-articles): Save all the buffers after doing
8549         expiry.
8550
8551         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8552         the last article", since that led to serious performance regressions
8553         when expiring nnml groups.
8554
8555 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8556
8557         * nnir.el: Improve customizations.
8558
8559 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8560
8561         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8562
8563         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8564         group has been killed.
8565         (gnus-group-yank-group): Ditto.
8566
8567         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8568
8569         * nnimap.el (nnimap-request-update-group-status): New function.
8570
8571         * gnus-int.el (gnus-request-update-group-status): New interface
8572         function.
8573
8574         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8575         copying read-ness to the backends.
8576
8577         * nnimap.el (nnimap-quirk): New function.
8578         (nnimap-retrieve-group-data-early): Use it.
8579         (nnimap-quirks): New alist.
8580
8581 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8584         don't delete it within indentation.
8585
8586 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8589         previous line.
8590
8591 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8594         QRESYNC command by deleting a superfluous space which broke Cyrus
8595         servers.  This change will break other servers that are buggy the other
8596         way around.
8597
8598 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8599
8600         * spam.el: Reindent and fix long lines.
8601         (spam-copy-or-move-routine): Exclude invalid move destinations.
8602
8603 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8604
8605         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8606         installed the registry.
8607
8608 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8611
8612 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8613
8614         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8615         groupname doesn't contain "gmane".
8616
8617 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8620         and netrc-bound-and-true-p bindings.
8621         (netrc-parse): Cache the netrc contents.
8622
8623         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8624         (gnus-1): Don't create the nndrafts group twice.
8625         (gnus-setup-news): There's no need to read the active file here, since
8626         that's done again later on a per-backend basis.
8627         (gnus-start-draft-setup): Make sure that the new group is started out
8628         empty.
8629
8630         * gnus-agent.el (gnus-agentize): Don't create the queue group
8631         automatically on startup.  It'll be created later, if needed.
8632
8633         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8634         of automatically subscribed groups.
8635         (gnus-auto-subscribed-categories): New variable.
8636         (gnus-matches-options-n): Use it.
8637         (gnus-default-subscribed-newsgroups): Remove unused variable.
8638         (gnus-start-draft-setup): Message a bit less.
8639
8640 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8641
8642         * nnir.el (nnir-run-imap): Return article list in order of increasing
8643         UID.
8644
8645 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8646
8647         * gnus-sum.el (gnus-summary-enter-digest-group):
8648         Mention gnus-auto-select-on-ephemeral-exit.
8649
8650         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8651         convention of the network-only option.
8652
8653 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * proto-stream.el (proto-stream-open-network-only): New function to
8656         have a way to specify non-STARTTLS upgrade connections.
8657
8658 2010-12-10  Julien Danjou  <julien@danjou.info>
8659
8660         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8661         email address is nil.
8662
8663         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8664
8665 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8666
8667         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8668         deletion.
8669         (nnir-run-imap): Only need to parse list once.
8670
8671 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * shr.el (shr-tag-script): Ignore <script>.
8674         (shr-tag-label): Add <label> support.
8675
8676 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8679
8680         * shr.el (shr-image-displayer): Work for images lined side by side.
8681
8682 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8683
8684         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8685         parameter, since XEmacs doesn't accept t as a parameter.
8686
8687 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8688
8689         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8690         ids.
8691         (nnir-run-gmane): Simplify groupspec formatting.
8692         (nnir-request-expire-articles): New function.
8693
8694 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8695
8696         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8697         overflow, possibly.
8698
8699         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8700         (shr-render-td): Handle td style="" better.
8701         (shr-tag-table): Use the color from the style sheet.
8702         (shr-render-td): Make sure we copy over all the overlays, too.
8703
8704 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8705
8706         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8707         (nnir-request-article): Improve article retrieval.
8708
8709 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * mm-util.el (mm-extra-numeric-entities): New variable.
8712
8713         * mm-url.el (mm-url-decode-entities):
8714         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8715
8716         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8717
8718 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8719
8720         * message.el: Use completion-at-point.
8721         (message-completion-function): New fun, extracted from message-tab.
8722         (message-mode): Use it for completion-at-point-functions.
8723         (message-tab): Use it and completion-at-point.
8724
8725 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8728         character if a non-breakable character follows.
8729
8730 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8733         any stream.
8734
8735         * shr.el (shr-tag-font): Colorize the region.
8736         (shr-tag-body): Ditto.
8737         (shr-tag-font): Actually let the styles be inherited instead of
8738         overwriting them.
8739         (shr-tag-font): Get the background color right.
8740         (shr-tag-style): Ignore all <style> tags for the moment.
8741
8742         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8743         a Message-ID to avoid having nnimap depend on gnus-sum.
8744
8745         * shr.el (shr-descend): Only colorize something if we have a node that
8746         sets colors.
8747
8748 2010-12-06  Julien Danjou  <julien@danjou.info>
8749
8750         * shr.el (shr-render-td): Render td content with shr-descend, so style
8751         will be applied to <td> too.
8752         (shr-colorize-region): Colorize region even if we only have a background.
8753         (shr-tag-body): Fix color and background color inheritance.
8754         Do not recolorize after shr-generic.
8755         (shr-tag-font): Let shr-generic colorize via inheritance.
8756
8757 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8760
8761 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8762
8763         * nnir.el (nnir-request-move-article): Remove obsolete code.
8764
8765 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8768
8769 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * gnus-sum.el (gnus-summary-respool-article): The completion function
8772         expects a list instead of an alist.
8773
8774         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8775         string as the parameter.
8776
8777         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8778
8779         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8780         styles.
8781         (shr-colorize-region): New function.
8782         (shr-insert-background-overlay): Remove.
8783         (shr-render-td): Background setting should be taken care of on a higher
8784         level.
8785         (shr-tag-body): Use post-hoc colorizations.
8786         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8787         (shr-put-color-1): Don't overwrite old colors.
8788         (shr-colorize-region): When the background color isn't explicit, use
8789         a fixed background.
8790
8791         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8792         nnmail variables.
8793
8794 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8795
8796         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8797         unless necessary.
8798
8799 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8800
8801         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8802         server.
8803
8804 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8807         so that TAB works.
8808
8809         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8810         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8811
8812         * shr.el (shr-urlify): Show the URL before the title to avoid
8813         misleading URLs.
8814
8815 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8816
8817         * shr.el (shr-urlify): Display the title in <a> tags.
8818
8819 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8820
8821         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8822
8823 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8824
8825         * nnir.el: Rearrange code to allow macros to be autoloaded by
8826         gnus-sum.el.
8827         (nnir-retrieve-headers-override-function): Make this variable
8828         customizable.
8829         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8830
8831         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8832         from nnir.el.
8833
8834 2010-12-03  Julien Danjou  <julien@danjou.info>
8835
8836         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8837
8838 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8841         allow optional argument `environment'.
8842
8843 2010-12-03  Glenn Morris  <rgm@gnu.org>
8844
8845         * mm-extern.el (message-goto-body): Update declaration.
8846
8847 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * gnus-util.el (gnus-macroexpand-all): New function.
8850
8851         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8852         instead of macroexpand-all that is unavailable in XEmacs.
8853
8854 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8855
8856         * nnir.el (nnir-summary-line-format): New variable.
8857         (nnir-mode): Use it.
8858         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8859         (nnir-article-ids): Reimplement as defsubst.
8860         (nnir-retrieve-headers): Don't mangle the subject header.
8861         (nnir-run-imap): Use 100 as RSV score.
8862         (nnir-run-find-grep): Fix for full server searching.
8863         (nnir-run-gmane): Better restriction to gmane groups.
8864
8865         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8866         summary buffers.
8867
8868 2010-12-02  Julien Danjou  <julien@danjou.info>
8869
8870         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8871
8872         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8873
8874         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8875         support.
8876
8877 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8878
8879         * nnir.el: Update to handle the registry better.
8880         (autoload): Silence byte-compiler.
8881         (nnir-open-server): Add a hook for nnir groups.
8882         (nnir-request-move-article): Don't mangle the header.  Better to use
8883         formatting variables (which will be added in the future).
8884         (nnir-registry-action): Update the registry using the original article
8885         group name.
8886         (nnir-mode): Install nnir-specific hooks for updating the registry.
8887
8888         * gnus-sum.el
8889         (gnus-article-original-subject, gnus-newsgroup-original-name):
8890         Remove obsolete variables.
8891         (gnus-summary-move-article): Remove use of obsolete variables.
8892         (gnus-summary-local-variables): Make move and delete hooks local to
8893         summary buffers.
8894
8895 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * rtree.el: New file.
8898
8899 2010-12-01  Julien Danjou  <julien@danjou.info>
8900
8901         * message.el (message-user-organization): Do not use
8902         gnus-local-organization.
8903
8904         * gnus.el: Remove gnus-local-organization.
8905
8906         * gnus-msg.el: Remove nastygram thing.
8907
8908 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8909
8910         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8911         funcall.
8912
8913 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8916         names.
8917
8918         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8919         characters.
8920
8921         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8922         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8923         Suggested by Štěpán Němec <stepnem@gmail.com>.
8924         (gnus-gravatar-transform-address): Use mail-extract-address-components
8925         that supports non-ASCII names rather than mail-header-parse-addresses.
8926
8927 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8928
8929         * proto-stream.el (open-protocol-stream): All starttls connections are
8930         handled by the network handler.
8931
8932 2010-11-30  Julien Danjou  <julien@danjou.info>
8933
8934         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8935         (nnimap-open-connection-1): Fix PREAUTH.
8936
8937         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8938
8939 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8942         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8943         (shr-insert): Use them.
8944         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8945
8946 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8947
8948         * nnir.el (nnir-request-move-article): Bail out if original group
8949         doesn't support article moves.
8950         (nnir-get-active): Improve active list retrieval.
8951
8952 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8955
8956 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8957
8958         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8959         seem to accept strings-with-numbers as port numbers.
8960
8961 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8962
8963         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8964         change the registry.
8965
8966 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8969         delete-dups that is not available in XEmacs 21.4.
8970
8971         * mm-util.el (mm-delete-duplicates): Add comment.
8972
8973 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8974
8975         * nnir.el (nnir-ignored-newsgroups): New variable.
8976         (nnir-get-active): Use it.
8977
8978 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8979
8980         * proto-stream.el (proto-stream-open-network): Add some comments.
8981
8982         * nntp.el (nntp-open-connection): Provide a :success condition.
8983
8984         * nnimap.el (nnimap-open-connection-1): Ditto.
8985
8986         * proto-stream.el (proto-stream-open-network): See what the response to
8987         the STARTTLS command is.
8988
8989         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8990         backwards compatibility).
8991         (nnimap-open-connection-1): Really respect nnimap-server-port.
8992
8993         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8994         TLS upgrades we don't really care about the identity of the peer.
8995         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8996         that what we've checked for.
8997         (proto-stream-always-use-starttls): Only default to t if
8998         open-gnutls-stream exists.
8999         (proto-stream-open-network): If STARTTLS failed, then just open a
9000         normal connection.
9001         (proto-stream-open-network): Wait until the greeting before doing
9002         STARTTLS.
9003
9004         * nntp.el (nntp-open-connection): Report what the connection error is.
9005
9006         * proto-stream.el (open-protocol-stream): Rename from
9007         open-proto-stream.
9008
9009 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * nnimap.el (nnimap-stream): Change default to `undecided'.
9012         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9013         first, and then network.
9014         (nnimap-open-connection-1): Respect nnimap-server-port.
9015         (nnimap-open-connection): Be more backwards-compatible.
9016
9017         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9018         (proto-stream-open-starttls): De-duplicate the starttls code.
9019         (proto-stream-open-starttls): Folded back into the main function.
9020         (proto-stream-open-network): Fix typo in the gnutls path.
9021         (proto-stream-command): Refactor out.
9022
9023         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9024
9025         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9026         starttls.el STARTTLS.
9027
9028         * color.el (color-lab->srgb): Fix function call name.
9029
9030         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9031         if we're using tls.el.
9032         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9033         built in, then don't try to establish a STARTTLS connection.
9034
9035         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9036         servers.
9037
9038         * proto-stream.el (open-proto-stream): Use network, not stream.
9039         (open-proto-stream): Add a way to specify what the end of a command is.
9040
9041         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9042         connections types.
9043         (nntp-open-network-stream): Remove.
9044         (nntp-open-ssl-stream): Remove.
9045         (nntp-open-tls-stream): Remove.
9046         (nntp-ssl-program): Remove.
9047
9048         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9049
9050 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9051
9052         * nnir.el: Fix typos.
9053         (nnir-retrieve-headers-override-function): Rename variable to reflect
9054         new semantics.
9055         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9056         macros.
9057         (nnir-request-article, nnir-request-move-article): Use them.
9058         (nnir-categorize): New function.
9059         (nnir-run-query): Use it.
9060         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9061         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9062         sorted.
9063         (nnir-group-full-name): Use gnus-group-full-name instead.
9064         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9065         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9066
9067 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9070
9071         * proto-stream.el: New library to provide protocol-specific
9072         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9073         protocols.
9074         (open-proto-stream): Complete the documentation.
9075         (proto-stream-open-network): Fix some typos.
9076
9077         * nnimap.el (nnimap-open-connection): Use it.
9078
9079 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9080
9081         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9082         negotiation.
9083
9084 2010-11-26  Julien Danjou  <julien@danjou.info>
9085
9086         * color.el: Rename various rgb functions to srgb.
9087
9088 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9089
9090         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9091         names.
9092
9093 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * shr.el (shr-insert): Revert last change.
9096         (shr-find-fill-point): Never leave point being at bol;
9097         relax the kinsoku limitation when rendering tables.
9098
9099 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9102         results from -accept-article.
9103
9104         * shr-color.el: Require cl when compiling.
9105
9106         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9107         checkin.
9108
9109         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9110
9111         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9112
9113         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9114         'add and 'delete to set backend marks.
9115
9116         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9117
9118         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9119
9120         * nntp.el (nntp-request-set-mark): Use it.
9121
9122         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9123
9124         * nnml.el (nnml-request-set-mark): Ditto.
9125
9126         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9127         introduces regressions in article selection.
9128         (nnimap-find-uid-response): New function.
9129         (nnimap-request-accept-article): Use the UID returned, if any.
9130         (nnimap-request-move-article): Use the UID returned, if any.
9131         (nnimap-get-groups): Reimplement to work with folded lines.
9132         (nnimap-find-uid-response): The UID is the last element in the list.
9133         (nnimap-request-set-mark): Extend syntax with 'set.
9134
9135         * nnml.el (nnml-request-set-mark): Ditto.
9136
9137         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9138
9139         * nntp.el (nntp-request-set-mark): Ditto.
9140
9141 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * message.el (message-called-interactively-p): A temporary macro.
9144         (message-goto-body): Use it temporarily.
9145
9146 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147
9148         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9149         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9150         (nnimap-last-response-string): Fix last unfolding fix.
9151
9152 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * shr.el (shr-insert): Fix the way to fold lines.
9155
9156 2010-11-25  Julien Danjou  <julien@danjou.info>
9157
9158         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9159
9160         * color.el: Rename from color-lab.el
9161         (color-rgb->hex): Add.
9162         (color-complement): Add.
9163         (color-complement-hex): Add.
9164
9165         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9166
9167 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168
9169         * shr-color.el (shr-color-visible): Don't bug out if the color names
9170         don't exist.
9171
9172 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9175         assuming that article displaying or another mml-preview may be
9176         interrupted for an error or for the like.
9177
9178         * shr.el (shr-get-background): Fix argument name.
9179
9180 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9181
9182         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9183
9184         * gnus-sum.el (gnus-summary-include-articles): New function.
9185
9186         * message.el (message-goto-body): called-interactively-p needs a
9187         parameter, so use `any'.
9188
9189         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9190         clear marks before moving, since they're synced from the Gnus side
9191         first.
9192
9193         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9194         (gnus-summary-move-article): Copy over all marks before moving, so that
9195         IMAP doesn't think a new article has arrived.
9196
9197 2010-11-24  Julien Danjou  <julien@danjou.info>
9198
9199         * shr.el (shr-insert-background-overlay): Fix typo.
9200         (shr-render-td): Copy the background before rendering.
9201
9202         * shr-color.el (shr-color-visible): Fix docstring.
9203
9204         * shr.el (shr-tag-table): Add bgcolor support.
9205         (shr-render-td): Add bgcolor support.
9206         (shr-get-background): Add.
9207         (shr-insert-foreground-overlay): Use shr-get-background.
9208
9209         * message.el (message-goto-body): Use called-interactively-p.
9210         (message-in-body-p): message-goto-body returns point.
9211
9212 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9215         Fixes something or other in Emacs 23, and is backwards compatible.
9216
9217         * message.el (message-goto-body): Remove the <#secure special-casing,
9218         which is too special.
9219
9220         * shr.el (shr-parse-style): Drop !important from styles.
9221
9222 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9223
9224         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9225         this function to return incorrect results when calling it with an
9226         explicit article argument different from
9227         (gnus-summary-article-number).
9228
9229 2010-11-24  Julien Danjou  <julien@danjou.info>
9230
9231         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9232         (shr-tag-body): Add background support.
9233         (shr-descend): Add background support.
9234         (shr-tag-title): Add.
9235
9236         * shr-color.el (shr-color-visible): Really return original background
9237         if fixed.
9238
9239 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240
9241         * shr.el (shr-color-check): Protect against non-existent color names.
9242
9243 2010-11-24  Julien Danjou  <julien@danjou.info>
9244
9245         * color-lab.el: Require 'cl when compiling.
9246
9247         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9248
9249         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9250         matched part.
9251
9252         * color-lab.el: Fix all expt calls to use float type.
9253
9254 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9257         expression to shr-color-check as is.
9258
9259         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9260
9261         * color-lab.el: Add coding cookie.
9262         (float-pi): Use eval-and-compile.
9263
9264         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9265         compiled for Emacsen having no `libxml-parse-html-region' support.
9266
9267 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9268
9269         * shr.el (shr-insert-color-overlay): Split stuff like
9270         "#444444 !important" to find the real color.
9271         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9272         parse <font color="red"> entries.
9273
9274 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9275
9276         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9277         point when parsing headers.
9278
9279         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9280         is positioned properly when parsing headers.
9281
9282 2010-11-23  Julien Danjou  <julien@danjou.info>
9283
9284         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9285
9286         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9287
9288         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9289
9290         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9291         Use shr-color-hue-to-rgb.
9292         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9293
9294 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * shr.el (shr-color->hexadecimal): Autoload.
9297         (shr-descend): Add color to all tags.
9298
9299 2010-11-22  Julien Danjou  <julien@danjou.info>
9300
9301         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9302         shr-color->hexadecimal.
9303
9304         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9305         RGB() or HSL() color representation.
9306
9307         * shr.el (shr-tag-font): Add.
9308         (shr-tag-color-check): New function to get better colors.
9309         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9310         tag-span.
9311
9312         * shr-color.el: New file.
9313
9314         * color-lab.el: New file.
9315
9316         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9317
9318 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9319
9320         * nnir.el: Fix typo in comments.
9321         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9322         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9323
9324 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9327
9328         * nnimap.el (nnimap-get-capabilities): Refactor out.
9329         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9330
9331 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9332
9333         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9334         appearing when `mm-uu-hide-markers' is nil.
9335
9336 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9337
9338         * nnimap.el (nnimap-unselect-group): Make into its own function.
9339         (nnimap-request-rename-group): Unselect group before renaming.
9340         This had gotten lost somewhere.
9341         (nnimap-request-accept-article): Keep track of examined groups, and
9342         unselect the group before APPENDing to read-only groups.
9343         (nnimap-request-move-article): Clear flags before moving so that they
9344         can be re-set later.
9345
9346 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9349         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9350
9351 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-art.el (gnus-mime-display-single):
9354         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9355         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9356         parameter.
9357
9358 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9361         (shr-table-vertical-line): New variable.
9362         (shr-insert-table): Use it.
9363
9364 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-html.el (gnus-html-wash-images): Don't display images if
9367         gnus-inhibit-images is non-nil; register displayer for cid images.
9368         (gnus-html-display-image): Work for cid image.
9369         (gnus-html-insert-image): Allow arguments.
9370         (gnus-html-put-image): Inhibit read-only.
9371         (gnus-html-prefetch-images): Don't prefetch images if
9372         gnus-inhibit-images is non-nil.
9373
9374 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * shr.el (shr-put-image): Break lines when inserting big pictures.
9377
9378 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9379
9380         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9381         sender, thanks Katsumi Yamaoka.
9382
9383 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9384
9385         * nnir.el (nnir-run-imap): Reverse the article list for each group
9386         rather than the whole list.
9387
9388 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * shr.el (shr-image-displayer): Protect function against non-existent
9391         image source.
9392
9393         * gnus-art.el (gnus-inhibit-images): New user option.
9394         (gnus-mime-display-single): Don't display image if it is non-nil.
9395
9396         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9397         gnus-inhibit-images.
9398
9399         * shr.el (shr-image-displayer): New function.
9400         (shr-tag-img): Use it.
9401
9402 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9403
9404         * mml2015.el (mml2015-epg-sign): Use From header.
9405
9406 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9407
9408         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9409
9410         * gnus-util.el (gnus-find-text-property-region): Return markers.
9411
9412         * shr.el (shr-tag-img): Put a displayer in the text property.
9413
9414         * gnus-util.el (gnus-find-text-property-region): New utility function.
9415
9416         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9417         (gnus-html-show-images): Remove.
9418
9419         * gnus-art.el (gnus-article-show-images): New, more general function.
9420
9421         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9422         image url text properties.
9423
9424         * shr.el: Ditto.
9425
9426         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9427         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9428
9429 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9432         work for two or more articles.
9433
9434 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9437         divide an image that's in an html article to two or more when washing
9438         non-ASCII characters in alt text of it.
9439
9440 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9443         smime-decrypt-region using function argument.
9444         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9445
9446         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9447
9448         * smime.el (smime-decrypt-region): Catch it.
9449
9450 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9451
9452         * smime.el (smime-mode-map): Move initialization into declaration.
9453         (gnus-run-mode-hooks): Don't autoload.
9454         (smime-mode): Use define-derived-mode.
9455
9456 2010-11-11  Glenn Morris  <rgm@gnu.org>
9457
9458         * smime.el (from): Restrict declaration to XEmacs.
9459
9460         * nnir.el (gnus-group-topic-name): Autoload.
9461
9462 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * shr.el (shr-insert): Don't break long line if it is because of
9465         kinsoku-bol characters in the line end.
9466
9467 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9468
9469         * nnir.el (nnir-request-move-article): Fix to provide original group
9470         and subject.
9471         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9472         been retrieved.
9473
9474         * gnus-sum.el (gnus-summary-move-article): Use original group and
9475         subject for virtual articles such as those in an nnir summary buffer.
9476
9477 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9480         least 21.5).
9481
9482         * smime.el (from): Declare it again for XEmacs.
9483
9484 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * message.el (message-resend): Don't disable encoding unless it's
9487         already encoded.
9488
9489         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9490         low-numbered articles.
9491
9492 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * rfc2047.el (rfc2047-syntax-table): Simplify.
9495
9496         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9497
9498         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9499         set-char-table-range for XEmacs.
9500
9501 2010-11-10  Glenn Morris  <rgm@gnu.org>
9502
9503         * time-date.el (time-to-seconds): Always an alias on Emacs,
9504         never a real function.
9505         (with-no-warnings): Remove compat stub, now unused.
9506         (time-less-p): Doc fix.
9507         (time-to-number-of-days): Simplify.
9508
9509         * smime.el (from): Remove unused declaration.
9510
9511         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9512         (gnus-float-time): On Emacs, always an alias.
9513
9514         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9515         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9516
9517 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * dgnushack.el: Don't use ignore-errors in the top level form since it
9520         is unavailable in XEmacs even if cl is loaded.
9521
9522         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9523
9524 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525
9526         * shr.el (browse-url-mailto): Autoload.
9527
9528         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9529
9530         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9531         regexp doesn't need quoting.
9532
9533 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9534
9535         * message.el (message-subject-trailing-was-ask-regexp)
9536         (message-subject-trailing-was-regexp): Match was: in addition to was.
9537
9538 2010-11-09  Glenn Morris  <rgm@gnu.org>
9539
9540         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9541         (nnbabyl-check-mbox): Use point-at-bol.
9542
9543 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9546
9547         * message.el (message-mailto): New function.
9548         (message-mailto): Should accept other parameters.
9549         (message-mailto): Remove since it duplicates browse-url-mailto
9550         functionality.
9551
9552 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9555         methods.
9556         (gnus-read-active-file): Ditto.
9557
9558         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9559         ": " from the prompt.
9560         (gnus-group-make-group): Ditto.
9561
9562 2010-11-07  Glenn Morris  <rgm@gnu.org>
9563
9564         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9565         (gnus-bookmark-kill-line): Use point-at-eol.
9566
9567 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9570         asterisks in From header.
9571
9572 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9575         string to avoid making the From headers syntactically invalid.
9576
9577         * message.el (message-send-mail): Don't insert courtesy messages if the
9578         message already has List-Post and List-ID messages.
9579
9580 2010-11-06  Glenn Morris  <rgm@gnu.org>
9581
9582         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9583         `condition', `type', `length' a prefix.
9584         (gnus-treat-predicate): Update for above name changes.
9585
9586 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9587
9588         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9589         binding.  Handled by `gnus-summary-refer-thread' instead.
9590         (nnir-warp-to-article): New backend function.
9591
9592         * nnimap.el (nnimap-request-thread): Force dependency updating.
9593
9594         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9595         (gnus-summary-refer-thread): Rework to improve thread-referral.
9596
9597         * gnus-int.el (gnus-warp-to-article): New function.
9598
9599         * gnus-sum.el (gnus-summary-article-map): Bind it.
9600
9601 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9602
9603         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9604         gnus-summary-refer-thread.
9605
9606         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9607         headers.
9608         (gnus-summary-limit-include-thread): Prevent articles in thread from
9609         being cut in gnus-cut-threads.
9610         (gnus-summary-refer-thread): Limit retrieved headers to those in
9611         thread.
9612
9613 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * message.el (message-send-mail): Use the value of
9616         message-courtesy-message from the message buffer.
9617
9618         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9619
9620         * shr.el (shr-browse-url): Implement mailto: URLs.
9621
9622         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9623         "raw".
9624
9625         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9626         if it's already selected.
9627
9628         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9629
9630 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9633         to measure the length and truncate alt text.
9634
9635 2010-11-03  Glenn Morris  <rgm@gnu.org>
9636
9637         * nndiary.el (nndiary-generate-nov-databases-1)
9638         (nndiary-generate-active-info): Rename dynamic variable `files' to
9639         something less generic.
9640
9641 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9642
9643         * nnir.el (nnir-request-move-article): Call the underlying backend to
9644         move articles from nnir.
9645
9646 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9649
9650 2010-11-02  Julien Danjou  <julien@danjou.info>
9651
9652         * nnir.el: Remove wais support.
9653
9654 2010-11-02  Glenn Morris  <rgm@gnu.org>
9655
9656         * gnus-html.el: Reorder requirements to quieten compiler.
9657
9658 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9661         properly for XEmacs as well.
9662         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9663         (gnus-article-natural-long-line-p): Use window-width rather than
9664         frame-width.
9665
9666 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9667
9668         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9669         (nnir-read-parms): Don't modify query.
9670         (nnir-run-query): Add ability to search topic on current line.
9671         (nnir-get-active): Clean up.
9672
9673 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9676         degenerate articles.
9677
9678         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9679         (gnus-print-buffer): Just print the buffer as is, without any copying
9680         to a buffer and then re-highlighting.
9681
9682         * nnimap.el (nnimap-request-group): Store the new updated info.
9683         (nnimap-request-group): Select the group when we don't know whether it
9684         exists or not.
9685
9686         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9687         groups.
9688
9689         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9690         groups.
9691
9692         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9693         groups.
9694
9695         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9696         long-lines case by only filling the long lines.
9697
9698         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9699         (bug#7311).
9700
9701 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * shr.el: No need to declare `declare-function' since shr.el is for
9704         only Emacsen that provide `libxml-parse-html-region'.
9705
9706         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9707         effective only in a file it is referred to.
9708
9709 2010-11-01  Glenn Morris  <rgm@gnu.org>
9710
9711         * mm-util.el (gnus-completing-read): Autoload.
9712         (mm-read-coding-system): Simplify Emacs definition.
9713
9714         * nnmail.el (gnus-activate-group):
9715         * nnimap.el (gnutls-negotiate):
9716         * nntp.el (netrc-parse): Fix declarations.
9717
9718 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9721         string-match-p in Emacs >=23.
9722
9723         * gnus-msg.el (gnus-configure-posting-styles):
9724         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9725
9726 2010-11-01  Glenn Morris  <rgm@gnu.org>
9727
9728         * nnir.el (declare-function): Add compat stub.
9729         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9730         (nnir-run-gmane): Require 'mm-url.
9731
9732         * mm-util.el (mm-string-to-multibyte): Simplify.
9733
9734         * shr.el (declare-function): Add compat stub.
9735         (url-cache-create-filename): Declare.
9736         (mm-disable-multibyte, widget-convert-button): Autoload.
9737
9738         * smime.el (ldap-search): Declare.
9739         (smime-cert-by-ldap-1): Require ldap on Emacs.
9740
9741         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9742         (nnimap-keepalive): Use gnus-float-time.
9743
9744         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9745         (mail-source-delete-crash-box): Use gnus-float-time.
9746
9747         * gnus-dired.el (gnus-completing-read): Autoload.
9748
9749         * mm-view.el (gnus-rescale-image): Autoload.
9750
9751         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9752
9753         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9754
9755         * sieve-manage.el: Require 'cl when compiling.
9756
9757         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9758         (gnus-iswitchb-completing-read): Require iswitchb.
9759         (gnus-select-frame-set-input-focus): Silence compiler.
9760
9761 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9762
9763         * message.el (message-subject-trailing-was-query): Change default to t,
9764         since I think that's what most people want.
9765
9766         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9767         appending for easier debugging.
9768         (nnimap-wait-for-connection): Take a regexp.
9769         (nnimap-request-accept-article): Wait for the continuation line before
9770         sending anything unless we're streaming.
9771
9772         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9773         leave the header washing to take place.
9774
9775 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9776
9777         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9778         regular expression match and replace in posting styles.
9779
9780 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9781
9782         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9783         an entire server.
9784         (nnir-get-active): New function.
9785         (nnir-run-imap): Use it.
9786         (nnir-run-gmane): Who knew, gmane search returns an article score!
9787
9788         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9789         server on the current line with nnir.
9790
9791 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9794         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9795         left edge.
9796         (gnus-article-foldable-buffer): Skip past the prefix when determining
9797         raggedness.
9798
9799         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9800         the raw article, and change `C-u g' to show the article without doing
9801         treatments.
9802
9803         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9804         on to `gnus-treat-article'.
9805         (gnus-inhibit-article-treatments): New variable.
9806
9807         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9808
9809         * gnus-art.el (gnus-treatment-function-alist): Have
9810         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9811         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9812         sections.
9813
9814         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9815         parameter.
9816         (gnus-article-fill-cited-long-lines): New function.
9817         (gnus-article-fill-cited-article): Allow filling only long sections.
9818
9819         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9820         and non-punctuation (like after the apostrophe in "'We").
9821
9822         * gnus-sum.el (gnus-summary-select-article): Make sure
9823         gnus-original-article-buffer is alive.
9824
9825         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9826         reflect the order they're in in the digest.
9827
9828         * gnus.el (gnus-group-startup-message): Move point to the start of the
9829         buffer.
9830
9831         * nnimap.el (nnimap-capability): New function.
9832         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9833         is set.
9834
9835 2010-10-31  David Engster  <dengste@eml.cc>
9836
9837         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9838         conform with changes to gnus-completing-read.
9839
9840 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9843
9844 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9845
9846         * nnir.el: Move defvar, defcustom around to keep file organized
9847         and keep byte-compiler quiet.
9848         (nnir-read-parms): Accept search-engine as arg.
9849         (nnir-run-query): Pass search-engine as arg.
9850         (nnir-search-engine): Remove.
9851
9852 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * shr.el (shr-generic): The text nodes should be text, not :text.
9855
9856         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9857         later in the file.
9858
9859 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9860
9861         * nnir.el: General clean up.  Allow searching with multiple engines.
9862         Allow separate extra-parameters for each engine.
9863         Batch queries when possible.
9864         (nnir-imap-default-search-key, nnir-method-default-engines):
9865         Add customize interface.
9866         (nnir-run-gmane): New engine.
9867         (nnir-engines): Use it.  Qualify all prompts with engine name.
9868         (nnir-search-engine): Remove global variable.
9869         (nnir-run-hyrex): Restore for now.
9870         (nnir-extra-parms, nnir-search-history): New variables.
9871         (gnus-group-make-nnir-group): Use them.
9872         (nnir-group-server): Remove in favor of gnus-group-server.
9873         (nnir-request-group): Avoid searching twice.
9874         (nnir-sort-groups-by-server): New function.
9875
9876 2010-10-30  Julien Danjou  <julien@danjou.info>
9877
9878         * gnus-group.el: Remove gnus-group-fetch-control.
9879
9880         * gnus-start.el (gnus-find-new-newsgroups):
9881         Remove gnus-check-first-time-used.
9882
9883         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9884
9885 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9886
9887         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9888         set on groups that don't have \* permanentflags.
9889
9890 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9893         control the background color.
9894         (shr-tag-img): Ignore very small web bug type images.
9895         (shr-put-image): Add help-echo alt texts to the images.
9896         (shr-tag-video): Show the video poster image.
9897
9898 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * shr.el (shr-table-depth): New variable.
9901         (shr-tag-table-1): Only insert the images after the top-level table.
9902
9903         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9904
9905         * gnus-util.el (gnus-list-memq-of-list): New function.
9906
9907         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9908         selected.
9909         (nnimap-unsplittable-articles): New slot.
9910         (nnimap-new-articles): Use it.
9911
9912 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9913
9914         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9915         move to the previous line on `M-g'.
9916
9917 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9918
9919         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9920         *-request-group, which seems unnecessary.
9921
9922         * nnimap.el (nnimap-quote-specials): Function copied over from
9923         imap.el.
9924         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9925         they support that.  Suggested by Tom Regner.
9926
9927 2010-10-29  Julien Danjou  <julien@danjou.info>
9928
9929         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9930         defalias.
9931         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9932
9933         * gnus.el: Remove `gnus-nntp-service' variable.
9934         (gnus-secondary-servers): Make obsolete.
9935         (gnus-nntp-server): Make obsolete.
9936
9937         * gnus-start.el (gnus-1): Remove x-splash calls.
9938
9939         * gnus-ems.el (gnus-x-splash): Remove.
9940
9941         * gnus.el (gnus-group-startup-message): Simplify/update code.
9942
9943         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9944         definition.
9945
9946         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9947         capability before doing anything.
9948         (gnus-group-insert-group-line): Remove useless
9949         gnus-group-remove-excess-properties.
9950
9951 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9954
9955 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9958         config after reselecting.
9959
9960 2010-10-28  Julien Danjou  <julien@danjou.info>
9961
9962         * shr.el (shr-put-image): Use point even if only inserting text.
9963         (shr-put-image): Save excursion when inserting alt text on non-graphic
9964         display, so the behavior is the same when we are on a graphic display.
9965
9966         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9967
9968 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9971         (gnus-mime-copy-part): Check coding system, not charset.
9972         (gnus-mime-view-part-externally): Never remove part.
9973         (gnus-mime-view-part-internally): Don't remove part here.
9974         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9975         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9976         multipart/alternative.
9977
9978         * mm-decode.el (mm-display-part): Take optional arg `force'.
9979
9980 2010-10-26  Julien Danjou  <julien@danjou.info>
9981
9982         * gnus-group.el (gnus-group-default-list-level): Add this function to
9983         compute the default list level.
9984         (gnus-group-default-list-level): Add possibility to use a function.
9985
9986 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9989
9990         * gnus-group.el (gnus-group-completing-read)
9991         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9992         gnus-replace-in-string.
9993
9994 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * shr.el (shr-tag-div): Add.
9997
9998         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9999
10000 2010-10-25  Julien Danjou  <julien@danjou.info>
10001
10002         * gnus-util.el: Remove `gnus-with-local-quit'.
10003
10004         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10005
10006 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10007
10008         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10009         the original article buffer.
10010
10011 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10012
10013         * nnimap.el (nnimap-request-head): New function.
10014         (nnimap-request-move-article): Try to be slightly faster by not
10015         requesting the entire message when moving.
10016         (nnimap-transform-headers): Don't bug out on bodiless articles.
10017         (nnimap-send-command): Have no outstanding messages if the IMAP server
10018         doesn't support streaming.
10019         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10020
10021 2010-10-24  Julien Danjou  <julien@danjou.info>
10022
10023         * message.el (message-default-headers): Fix type.
10024
10025 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10026
10027         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10028         prefetching images.
10029
10030         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10031         backend for unknown groups.  This is mainly useful for nnimap groups.
10032
10033         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10034         group isn't covered by the agent.
10035
10036 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10037
10038         * nnir.el (nnir-method-default-engines): New variable.
10039         (nnir-run-query): Use it.
10040         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10041         (gnus-summary-nnir-goto-thread): Change group if needed.
10042
10043         * gnus-group.el (gnus-group-group-map): Add key binding for
10044         gnus-group-make-nnir-group.
10045
10046 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10047
10048         * shr.el (shr-tag-object): Add.
10049
10050         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10051         original article buffer live.
10052         (gnus-summary-select-article-buffer):
10053         Mention gnus-widen-article-buffer.
10054
10055 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10056
10057         * shr.el (shr-tag-strong): Add.
10058
10059 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10062         group names.  They mess up the group buffer badly.
10063
10064         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10065
10066         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10067         instead of the summary one.
10068
10069 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * mml.el (mml-preview): Work properly when editing article.
10072
10073         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10074         gnus-have-read-active-file if it's already been in.
10075
10076 2010-10-22  Tom Tromey  <tromey@redhat.com>
10077
10078         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10079         gnus-group-completing-read.
10080
10081 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10082
10083         * message.el (message-mode-map): Don't bind M-; to comment region, to
10084         allow the global comment-dwim to work.
10085
10086 2010-10-21  Julien Danjou  <julien@danjou.info>
10087
10088         * message.el (message-setup-1): Allow message-default-headers to be a
10089         function.
10090
10091 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * shr.el (shr-tag-table): Simplify.
10094
10095 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10096
10097         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10098         to avoid trying to snarf invalid stuff.
10099
10100         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10101
10102         * gnus.el (gnus-message-archive-group): Quote value.
10103         (gnus-message-archive-group): Mark as changed.
10104
10105         * shr.el (shr-add-font): Don't put the font properties on the newline
10106         or the indentation.
10107
10108         * message.el (message-fix-before-sending): Change options when sending
10109         non-printable characters.
10110
10111         * gnus.el (gnus-message-archive-method): Change the default to
10112         monthly outgoing groups.
10113
10114         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10115         that have gotten new numbers.
10116
10117         * nnimap.el (nnimap-request-replace-article): New function.
10118
10119 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10122         (nnrss-request-article): Don't use special html washing code.
10123
10124 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * shr.el (shr-tag-table): Remove useless nconc.
10127
10128 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * gnus-art.el (article-wash-html): Simplify and remove the charset
10131         stuff.  Use the normal html rendering code instead of the special html
10132         washing code.
10133
10134         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10135         `gnus-w3m' symbols.
10136         (mm-text-html-washer-alist): Remove.
10137
10138         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10139         (mm-inline-media-tests): Remove use.
10140         (mm-text-html-renderer): Change default to the `shr' symbol.
10141
10142         * mm-view.el (mm-inline-text-html): Remove use.
10143
10144         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10145         `gnus-blocked-images' to be a function.
10146         (gnus-article-wash-function): Remove.
10147
10148 2010-10-20  Julien Danjou  <julien@danjou.info>
10149
10150         * spam.el (spam-list-of-processors): Mark as obsolete.
10151
10152         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10153         (nnimap-insert-partial-structure): Fix boundary detection.
10154
10155 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10156
10157         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10158         run file-truename on remote files.  This can be expensive and even
10159         prevent one from editing drafts if some unrelated buffer has a stale
10160         connection.
10161
10162 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10165         kinsoku-eol regardless of shr-kinsoku-shorten.
10166         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10167         (shr-tag-table): Support caption, thead, and tfoot.
10168
10169 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170
10171         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10172         lines.
10173         (shr-save-contents): New command and keystroke.
10174
10175         * nndoc.el (nndoc-type-alist): Add git support.
10176         (nndoc-git-type-p): New function.
10177         (nndoc-transform-git-article): Ditto.
10178         (nndoc-transform-git-headers): Ditto.
10179         (nndoc-transform-git-headers): Generate Subject headers.
10180
10181         * shr.el (shr-parse-style): New function.
10182         (shr-tag-span): Ditto.
10183
10184         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10185         to `G G' to avoid collisions.
10186
10187 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * shr.el: Load kinsoku if necessary.
10190         (shr-kinsoku-shorten): New internal variable.
10191         (shr-find-fill-point): Make kinsoku shorten text line if
10192         shr-kinsoku-shorten is bound to non-nil.
10193         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10194         shr-indentation too when testing if table is wider than frame width.
10195         (shr-insert-table): Use `string-width' instead of `length' to measure
10196         text width.
10197         (shr-insert-table-ruler): Make sure indentation is done at bol.
10198
10199 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10200
10201         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10202         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10203         undecoded network data.
10204
10205 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10206
10207         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10208         name in the mode line spec so that the mode line menu works
10209         (bug#2431).
10210
10211         * message.el (message-get-reply-headers): If we're fed `to-address',
10212         then always use that.
10213
10214         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10215         aren't so wide as to need to switch off the edit menu.
10216
10217         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10218         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10219
10220         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10221         `M-g'.
10222         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10223         the permanent marks.
10224
10225 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10226
10227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10228         Splitting according to references/in-reply-to obeys the ignore-groups
10229         variable, while splitting by sender and subject do not.
10230
10231 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10232
10233         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10234         alist, so that we can look for non-Unicode chars.
10235         (article-translate-strings): Allow both character and string maps.
10236
10237 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * shr.el (shr-insert): Don't insert space behind a wide character
10240         categorized as kinsoku-bol, or between characters both categorized as
10241         nospace.
10242
10243 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10244
10245         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10246         headers to gnus-newsgroup-headers.
10247
10248 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249
10250         * shr.el (shr-tag-img): Don't align images -- since we're not
10251         rescaling, this often leads to ugly displays.
10252
10253 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10254
10255         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10256         duplicates.
10257
10258 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10259
10260         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10261         call.
10262
10263 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10264
10265         * gnus.el: Autoload gnus-html-show-images.
10266
10267         * nnimap.el: Use nnheader-message throughout.
10268
10269         * shr.el (shr-tag-img): Ignore images with no data.
10270
10271 2010-10-15  Julien Danjou  <julien@danjou.info>
10272
10273         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10274         a possibility to disable format=flow encoding when using hard newlines.
10275
10276 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * shr.el (shr-insert): Remove space inserted before or after a
10279         breakable character or at the beginning or the end of a line.
10280         (shr-find-fill-point): Do kinsoku; find the second best point or give
10281         it up if there's no breakable point.
10282
10283 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10284
10285         * nnimap.el (nnimap-open-connection): Message when opening connection
10286         for debugging purposes.
10287
10288         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10289         on every setup buffer call to allow this to change from article to
10290         article.
10291
10292         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10293         buffers where we have a wide table.
10294
10295 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10296
10297         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10298         uses *-request-thread.
10299
10300 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10301
10302         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10303         incantation, which is no longer valid.
10304
10305 2010-10-14  Julien Danjou  <julien@danjou.info>
10306
10307         * shr.el: Fix defcustom type (char -> character).
10308
10309 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310
10311         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10312         programs.
10313
10314 2010-10-14  Julien Danjou  <julien@danjou.info>
10315
10316         * shr.el (shr-tag-a): Use url-link as widget type.
10317
10318         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10319         `gnus-group-get-icon'.
10320
10321 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10322
10323         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10324         This should make server editing work better.
10325
10326         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10327
10328         * tls.el (tls-program): Remove spurious %s from openssl.
10329
10330         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10331         (nnimap-parse-flags): Fix regexp.
10332
10333         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10334         probably work for CJVK text, too.
10335
10336         * nnimap.el (nnimap-extend-tls-programs): Remove.
10337         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10338
10339         * tls.el (tls-starttls-switches): Remove starttls hack.
10340         (open-tls-stream): Ditto.
10341         (tls-find-starttls-argument): Ditto.
10342
10343 2010-10-13  Julien Danjou  <julien@danjou.info>
10344
10345         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10346         responses.
10347
10348 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349
10350         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10351
10352         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10353         anything in Emacs.
10354
10355         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10356
10357 2010-10-13  Julien Danjou  <julien@danjou.info>
10358
10359         * shr.el (shr-width): Make shr-width a defcustom with default to
10360         fill-column.
10361         (shr-tag-img): Use shr-width rather than fill-column.
10362
10363 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * dgnushack.el (byte-optimize-apply):
10366         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10367
10368         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10369         position when (X-)Faces exist.
10370         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10371         avatars when called interactively.
10372
10373 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10376         gnus-article-x-face-too-ugly is bound.
10377
10378 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379
10380         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10381
10382         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10383         mailbox that doesn't exist.
10384
10385 2010-10-12  Julien Danjou  <julien@danjou.info>
10386
10387         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10388         (shr-get-image-data): Encode URL properly when fetching from cache.
10389         (shr-tag-img): Use aligned-to spaces to align correctly images.
10390
10391         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10392         before inserting the Gravatar.
10393
10394         * shr.el (shr-tag-img): Add align attribute support for <img>.
10395
10396 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10397
10398         * gnus-gravatar.el (gnus-art): Require.
10399
10400         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10401         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10402         Remove long obsoleted functions.
10403
10404 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10407
10408         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10409
10410         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10411         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10412         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10413         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10414         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10415         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10416         * sieve-manage.el, smime.el, spam.el:
10417         Fix comment for declare-function.
10418
10419 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10420
10421         * nnimap.el (nnimap-request-rename-group): Select group read-only
10422         before renaming it.
10423
10424         * shr.el (shr-insert): Fix up the white space only regexp.
10425
10426         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10427         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10428
10429         * shr.el (shr-current-column): New function.
10430         (shr-find-fill-point): New function.
10431
10432 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10433
10434         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10435         numbers.
10436
10437 2010-10-11  Julien Danjou  <julien@danjou.info>
10438
10439         * shr.el (shr-hr-line): Add.
10440         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10441         display hr lines.
10442         (shr-max-columns): Do not change state to nil if we just inserting
10443         spaces.
10444
10445 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446
10447         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10448         select the last group.
10449
10450 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10451
10452         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10453
10454 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10455
10456         * dig.el (dig-mode-map): Declare and define in one step.
10457
10458 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10459
10460         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10461         for Gnus.
10462         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10463         (nnimap-update-qresync-info): Mark \Seen articles as read.
10464
10465         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10466         non-variable, too.
10467
10468         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10469         available.
10470         (nnimap-update-info): Rely more on the current active than the param
10471         active to avoid marking articles as read too much.
10472
10473         * auth-source.el (auth-source-create): Use (user-login-name) for the
10474         user name default.
10475
10476         * nnimap.el (nnimap-update-info): If the server doesn't return any
10477         useful info, just use the previous info.
10478         (nnimap-update-info): Prefer old info over start-article.
10479         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10480
10481 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10482
10483         * nnir.el (autoload): Clean up autoloads.
10484         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10485         Use key rather than value.
10486         (nnir-imap-search-other): New variable.
10487         (nnir-read-parm): Use it.
10488         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10489         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10490
10491 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10492
10493         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10494         the process, too.
10495
10496 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * spam.el (gnus-summary-mode-map): Bind to "$".
10499         Suggested by Russ Allbery.
10500
10501         * shr.el: Rework the way things are indented by <li> slightly.
10502
10503         * gnus.el (gnus-group-set-parameter): Fix typo.
10504
10505         * nnimap.el: Start implementing QRESYNC support.
10506
10507 2010-10-09  Julien Danjou  <julien@danjou.info>
10508
10509         * nnir.el (nnir-engines): Fix too many arguments.
10510
10511 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10512
10513         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10514         group is the "last", so that the backends like nnfolder actually save
10515         their folders.
10516
10517         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10518         try to use that for the tls stream.
10519         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10520         UIDVALIDITY and find out which groups are read-only and not.
10521         (nnimap-get-flags): Use the same marks parsing code as the rest of
10522         nnimap.
10523
10524 2010-10-09  Julien Danjou  <julien@danjou.info>
10525
10526         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10527
10528         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10529         retrieving gravatars.
10530
10531         * shr.el (shr-table-corner): Add.
10532         (shr-table-line): Add.
10533         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10534
10535 2010-10-08  Julien Danjou  <julien@danjou.info>
10536
10537         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10538
10539 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10540
10541         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10542
10543         * gnus-sum.el (gnus-mark-article-as-unread)
10544         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10545         (gnus-summary-set-bookmark): Use it.
10546
10547         * gnus-msg.el (gnus-setup-message): Use it.
10548
10549         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10550
10551         * gnus.el (gnus-group-remove-parameter): Use it.
10552
10553         * gnus-group.el (gnus-group-make-web-group): Use it.
10554
10555         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10556
10557         * nnregistry.el: Update docs to mention manual.
10558
10559         * gnus-registry.el: Update docs to mention nnregistry.el.
10560         (gnus-registry-initialize): Don't install nnregistry refer method
10561         automatically.
10562         (gnus-registry-install-nnregistry): Remove it.
10563
10564 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10565
10566         * shr.el (shr-insert): Don't insert double spaces.
10567
10568 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus-gravatar.el (gnus-treat-from-gravatar)
10571         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10572         called interactively.
10573
10574         * gnus-art.el (gnus-mime-view-part-externally)
10575         (gnus-mime-view-part-internally): Make predicate function passed to
10576         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10577         of a mime type.
10578
10579         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10580
10581 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10582
10583         * shr.el (require): Require cl when compiling.
10584         (shr-tag-hr): New function.
10585
10586         * nnimap.el (nnimap-update-info): Remove double setting of high.
10587         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10588         This makes nnimap work properly on Courier again.
10589
10590         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10591         the variable for backwards compatibility.
10592
10593         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10594         the file name before using to avoid setting mm-default-directory to
10595         nil.
10596
10597         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10598         bidning gnus-agent variables.
10599
10600         * shr.el (shr-render-td): Use a cache for the table rendering function
10601         to avoid getting an exponential rendering behavior in nested tables.
10602         (shr-insert): Rework the line-breaking algorithm.
10603         (shr-insert): Don't leave trailing spaces.
10604         (shr-insert-table): Also insert empty TDs.
10605         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10606
10607 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10608
10609         * gnus-sum.el (gnus-number): Rename from `number'.
10610         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10611         (gnus-summary-limit-children): Update uses correspondingly.
10612
10613 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10616         (gnus-gravatar-transform-address): Don't show avatars of people of
10617         which mail addresses match gnus-gravatar-too-ugly.
10618
10619 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10620
10621         * shr.el (shr-table-widths): Expand TD elements to fill available
10622         space.
10623
10624 2010-10-07  Julien Danjou  <julien@danjou.info>
10625
10626         * nnimap.el (nnimap-request-rename-group): Add this method.
10627
10628 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10631         name from XEmacs' function-arglist.
10632
10633         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10634         gravatar under XEmacs.
10635
10636 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10637
10638         * auth-source.el: Update docs with TODO items.
10639
10640         * gnus-sync.el: Update docs to explain state and plans.
10641
10642         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10643         Hooks for mark updates.
10644         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10645
10646         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10647         hooks with arguments, which is needed for mark update hooks.
10648
10649 2010-10-06  Julien Danjou  <julien@danjou.info>
10650
10651         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10652         was matched.
10653
10654         * sieve-manage.el: Update example in `Commentary'.
10655
10656         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10657
10658         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10659         not 2000.
10660         (sieve-manage-authenticate): Re-add function.
10661
10662 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * shr.el (shr-insert): Get 'space transition right.
10665         (shr-render-td): Only delete space at the end of the TD.
10666
10667         * nnimap.el (nnimap-open-connection): Prepare to support
10668         open-gnutls-stream.
10669
10670         * shr.el: Rearrange function order to be more logical.
10671
10672 2010-10-06  Julien Danjou  <julien@danjou.info>
10673
10674         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10675         (nnrss-discover-feed): Remove 404 URL in docstring.
10676
10677         * nnir.el: Fix Swish-E URL.
10678         Fix Namazu URL.
10679
10680         * message.el (message-change-subject): Remove 404 URL in a comment.
10681
10682 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10685         called interactively.
10686
10687         * gnus-util.el (gnus-remove-if): Allow hash table.
10688         (gnus-remove-if-not): New function.
10689
10690         * gnus-art.el (gnus-mime-view-part-as-type):
10691         * gnus-score.el (gnus-summary-score-effect):
10692         * gnus-sum.el (gnus-read-move-group-name):
10693         Replace remove-if-not with gnus-remove-if-not.
10694
10695         * gnus-group.el (gnus-group-completing-read):
10696         Regard collection as a hash table if it is not a list.
10697
10698 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10699
10700         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10701
10702         * shr.el: Document the table-rendering algorithm.
10703
10704 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10707         for Emacsen having no `libxml-parse-html-region' support.
10708
10709 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10712         invalid URLs.
10713
10714         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10715         line-broken.
10716         (shr-tag-img): Ignore image fetching errors.
10717         (shr-overlays-in-region): Compute overlay positions correctly.
10718
10719         * mm-decode.el (mm-shr): Require shr.
10720
10721         * gnus-art.el (gnus-blocked-images): Move variable here.
10722
10723         * shr.el (shr-insert-table): Bind free variable.
10724
10725         * mm-decode.el (mm-shr): Bind shr-content-function.
10726
10727         * shr.el (shr-content-function): New variable.
10728
10729         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10730         added for symmetry.
10731
10732         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10733
10734         * gnus-group.el (gnus-group-make-group): Doc fix.
10735
10736         * nnimap.el (nnimap-request-newgroups): Return success.
10737
10738         * shr.el (shr-find-elements): New function.
10739         (shr-tag-table): Put all the images after the table.
10740         (shr-tag-table): Really inhibit images inside the table.
10741         (shr-collect-overlays): Copy over overlays from the TD elements to the
10742         main document.
10743
10744         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10745         gnus-blocked-images.
10746
10747 2010-10-05  Julien Danjou  <julien@danjou.info>
10748
10749         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10750
10751         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10752         (gnus-html-maximum-image-size): Add this function.
10753         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10754
10755         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10756         server-value of the capability is nil.
10757
10758 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * shr.el (shr-tag-em): Add <EM> tag.
10761
10762 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10763
10764         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10765         customizable.
10766
10767         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10768         handing broken links to browse-url.
10769
10770 2010-10-05  Julien Danjou  <julien@danjou.info>
10771
10772         * gnus-util.el (gnus-emacs-completing-read)
10773         (gnus-iswitchb-completing-read): Use autoload rather than require.
10774
10775 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10778         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10779         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10780         iswitchb-temp-buflist for XEmacs.
10781
10782         * gnus-util.el (gnus-completing-read-function): Exclude
10783         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10784         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10785         XEmacs.
10786
10787         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10788         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10789
10790         * gnus-html.el: Don't require help-fns under XEmacs.
10791         (gnus-html-schedule-image-fetching): Work for XEmacs.
10792
10793         * mm-decode.el (mm-shr): Decode contents by charset.
10794
10795 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796
10797         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10798         unknown.
10799
10800         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10801         (shr-get-image-data): Ensure against the cache file missing.
10802
10803         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10804         for data.
10805
10806         * spam-report.el (spam-report-url-ping-plain): Don't query about
10807         killing the process.
10808
10809         * shr.el (shr-render-td): Protect against too-wide text.
10810
10811 2010-10-04  Julien Danjou  <julien@danjou.info>
10812
10813         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10814         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10815
10816         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10817         retrieved.
10818
10819 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10820
10821         * shr.el (browse-url): Require.
10822         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10823         lines.
10824         (shr-show-alt-text, shr-browse-image): New commands.
10825         (shr-browse-url, shr-copy-url): New commands.
10826
10827         * gnus-sum.el (gnus-widen-article-window): New variable.
10828         (gnus-summary-select-article-buffer): Use it.
10829
10830         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10831         without @ signs.
10832
10833 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10834
10835         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10836
10837 2010-10-04  Julien Danjou  <julien@danjou.info>
10838
10839         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10840         for XEmacs.
10841
10842 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843
10844         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10845
10846         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10847         (nnimap-close-server): Implement.
10848
10849         * dgnushack.el (iswitchb): Require to shut up the compiler.
10850
10851         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10852         (shr-insert): Tweak line breaking.
10853         (shr-insert): Handle <pre> better.
10854         (shr-tag-li): Get <li> indentation right.
10855         (shr-tag-li): Get <li> indentation even righter.
10856         (shr-tag-blockquote): Ensure paragraph start.
10857         (shr-make-table): Tweak table generation.
10858         (shr-make-table): Fix typo.
10859
10860         * shr.el: Implement table rendering.
10861
10862 2010-10-04  Julien Danjou  <julien@danjou.info>
10863
10864         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10865
10866 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * shr.el (shr-insert): Use string anchors instead of line anchors.
10869
10870 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10871
10872         * shr.el: Add headings.
10873         (shr-ensure-paragraph): Actually work.
10874         (shr-tag-li): Make <ul> prettier.
10875         (shr-insert): Get white space at the beginning/end of elements right.
10876         (shr-tag-p): Collapse subsequent <p>s.
10877         (shr-ensure-paragraph): Don't insert double line feeds after blank
10878         lines.
10879         (shr-insert): \t is also space.
10880         (shr-tag-s): Fix "s" tag name function.
10881         (shr-tag-s): Fix face prop name.
10882
10883 2010-10-03  Julien Danjou  <julien@danjou.info>
10884
10885         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10886
10887         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10888         gnus-window-inside-pixel-edges.
10889
10890         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10891         gnus-ems.
10892
10893         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10894
10895         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10896         function.
10897
10898         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10899         resize choice.
10900
10901 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10904         beginning of the buffer.
10905
10906         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10907         article buffer again.
10908
10909         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10910
10911         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10912         when it's at the start of the buffer.
10913
10914         * shr.el (shr-tag-blockquote): Convert name.
10915         (shr-rescale-image): Use the right image-size variant.
10916
10917         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10918         buffer isn't shown, then select the current article first instead of
10919         bugging out.
10920         (gnus-summary-select-article-buffer): Show both the article and summary
10921         buffers again.
10922
10923         * shr.el (shr-fontize-cont): Protect against regions with no text.
10924         Rename tag functions to shr-tag-* for enhanced security.
10925         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10926
10927 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10928
10929         * shr.el (shr-insert):
10930         * pop3.el (pop3-movemail):
10931         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10932         loaded.
10933
10934 2010-10-03  Glenn Morris  <rgm@gnu.org>
10935
10936         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10937
10938         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10939
10940         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10941
10942         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10943
10944         * gnus-util.el (gnus-make-local-hook): Simplify.
10945
10946 2010-10-02  Julien Danjou  <julien@danjou.info>
10947
10948         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10949         (gnus-ido-completing-read): New function.
10950         (gnus-emacs-completing-read): New function.
10951         (gnus-completing-read): Use gnus-completing-read-function.
10952         Add gnus-completing-read-function.
10953
10954 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * shr.el (shr-insert-document): Autoload.
10957         (shr-img): Be silent.
10958         (shr-insert): Add a newline after every picture before text.
10959         (shr-add-font): Use overlays for combining faces.
10960         (shr-insert): Pass upwards the text start point.
10961
10962         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10963         possible.
10964         (mm-shr): New function.
10965
10966 2010-10-02  Julien Danjou  <julien@danjou.info>
10967
10968         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10969         should go backward.
10970
10971 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10972
10973         * shr.el (shr): Fix typo in provide call.
10974
10975 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10976
10977         * shr.el: New file.
10978
10979         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10980
10981         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10982         completing read.
10983
10984 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10987         we're being queried about.  Suggested by Dan Jacobson.
10988
10989         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10990         Suggested by Jason Eisner.
10991
10992         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10993         table, too.  Suggested by Stefan Wiens.
10994         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10995         the table unnecessary.  Suggested by Stefan Wiens.
10996
10997         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10998         longer needed, and probably doesn't work either, as pointed out by
10999         Stefan Wiens.
11000         (gnus-summary-exit): Remove call to the clearing function.
11001         (gnus-summary-exit-no-update): Ditto.
11002
11003         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11004         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11005         Reported by Stefan Monnier.
11006         (gnus-summary-save-in-rmail): Ditto.
11007
11008         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11009         article buffer, instead of both the article buffer and the summary
11010         buffer.  Sort of suggested by Dan Jacobson.
11011
11012         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11013
11014         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11015         Suggested by Dan Jacobson.
11016
11017         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11018         documentation clearer.
11019
11020         * message.el (message-shorten-references): Comment on the number "21".
11021         Suggested by Stefan Monnier.
11022
11023         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11024         Suggested by Dan Jacobson.
11025
11026         * gnus.el (gnus-large-newsgroup):
11027         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11028
11029         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11030         externalize attachments.  Bug reported by Steve Wen.
11031
11032         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11033         really message anything to the user.
11034
11035         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11036         directly.
11037
11038         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11039         messages in empty groups.
11040
11041 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11042
11043         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11044         non-UIDNEXT group.
11045
11046 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11049         not the value from the collection.
11050
11051         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11052         values.  This sometimes happens on some groups that have no info.
11053         (nnimap-request-newgroups): New function.
11054
11055 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11056
11057         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11058         check into `gnus-registry-initialize'.
11059         (gnus-registry-initialize): Ditto.
11060         Fix and extend header docs.
11061
11062 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11063
11064         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11065         regexp backtrace overflows.
11066
11067         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11068         for starttls that tls.el implements; i.e. openssl.
11069
11070         * tls.el (tls-starttls-switches): Give up on using starttls with
11071         gnutls-cli.
11072         (tls-program): Add --insecure to be consistent with the defaults from
11073         openssl s_client.  Now all three commands are insecure.
11074
11075 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * lpath.el: Bind completion-styles-alist for XEmacs.
11078
11079         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11080         (gravatar-create-image): New function that's an alias to
11081         gnus-xmas-create-image, gnus-create-image, or create-image.
11082         (gravatar-data->image): Use it.
11083
11084 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11085
11086         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11087         install the nnregistry refer method.
11088         (gnus-registry-install-hooks): Use it.
11089         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11090         unfollowed groups.
11091
11092 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11093
11094         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11095         expanding threads.
11096
11097 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11098
11099         * nnir.el: Use the server names without suffixes (bug#7009).
11100
11101         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11102         unencrypted to STARTTLS, if possible.
11103
11104 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11105
11106         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11107         headers before superseding.
11108
11109 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11110
11111         * nnrss.el (nnrss-use-local): Add documentation.
11112
11113         * nnimap.el (nnimap-extend-tls-programs): New function.
11114         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11115         (nnimap-wait-for-connection): Accept the greeting from the stupid
11116         output from openssl s_client -starttls, too.
11117
11118         * tls.el (tls-starttls-switches): New variable.
11119         (tls-find-starttls-argument): Use it.
11120         (open-tls-stream): Ditto.
11121
11122         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11123         (netrc-machine): Ditto.
11124
11125         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11126         article number.
11127         (nnimap-split-fancy): New variable.
11128         (nnimap-split-incoming-mail): Use it.
11129
11130         * nntp.el (nntp-server-list-active-group): Document.
11131
11132         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11133         SELECT to get the message-id.
11134
11135         * mail-source.el (mail-sources): Remove webmail support.
11136         (defvar): Ditto.
11137         (mail-source-fetcher-alist): Ditto.
11138         (mail-source-fetch-webmail): Remove.
11139
11140         * webmail.el: Remove -- doesn't seem relevant any more.
11141
11142         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11143
11144         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11145         the \r.
11146
11147 2010-09-30  Julien Danjou  <julien@danjou.info>
11148
11149         * gnus-agent.el (gnus-agent-add-group): Fix call to
11150         gnus-completing-read.
11151
11152 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11153
11154         * nndoc.el (nndoc-retrieve-groups): New function.
11155
11156         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11157         `default', use nnmail-split-methods.
11158         (nnimap-request-article): Downcase the NILs so that they are nil.
11159
11160         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11161         symbol.
11162
11163         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11164         code, since if the user has requested network, that's what they ought
11165         to get.
11166         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11167         (nnimap-split-rule): Mark as obsolete.
11168
11169         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11170         New variable.
11171
11172         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11173         correct slot, too.
11174
11175 2010-09-29  Julien Danjou  <julien@danjou.info>
11176
11177         * gnus.el (gnus-local-domain): Declare variable obsolete.
11178
11179         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11180         Fix history computing.
11181         (gnus-ido-completing-read): Require ido.
11182
11183 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11186         build Gnus.
11187
11188         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11189         when interpreting the structures.
11190         (nnimap-request-accept-article): Add \r\n to the lines to make this
11191         work with Cyrus.
11192
11193         * nndraft.el (nndraft-request-expire-articles): Use the group name
11194         instead if "nndraft".  Fix found by Nils Ackermann.
11195
11196 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11197
11198         * nnregistry.el: Add.
11199
11200 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11201
11202         * nnmail.el (group, group-art-list, group-art):
11203         Remove unneeded directives.
11204
11205 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11208         (mm-mime-charset):
11209         * rfc2047.el (rfc2047-syntax-table):
11210         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11211
11212         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11213         rather than `insert-file-contents' and `eval-region'.
11214
11215         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11216         construction.
11217
11218         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11219
11220         * time-date.el: No need to require cl for Emacs 21.
11221
11222 2010-09-29  Julien Danjou  <julien@danjou.info>
11223
11224         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11225         replacement of `gnus-gravatar-relief' to mimic
11226         `gnus-faces-properties-alist'.
11227         Add :version property.
11228
11229 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * mail-source.el (mail-source-report-new-mail):
11232         * message.el (message-default-mail-headers):
11233         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11234
11235         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11236
11237 2010-09-28  Julien Danjou  <julien@danjou.info>
11238
11239         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11240         mail-address contains the same string as real-name.
11241
11242         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11243         non-blank in header, otherwise it'll get stripped.
11244
11245         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11246         real-name, and then for mail address rather than doing : or , search.
11247
11248 2010-09-27  Julien Danjou  <julien@danjou.info>
11249
11250         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11251         right completing-read function.
11252         (gnus-use-ido): New variable
11253         (gnus-completing-read-with-default): Remove.
11254         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11255         (gnus-agent-add-group):
11256         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11257         * mm-view.el (mm-view-pkcs7-decrypt):
11258         * mm-util.el (mm-codepage-setup):
11259         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11260         * mml-smime.el (mml-smime-openssl-sign-query):
11261         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11262         (mml-insert-multipart):
11263         * gnus-msg.el (gnus-summary-yank-message):
11264         * gnus-int.el (gnus-start-news-server):
11265         * mm-decode.el (mm-interactively-view-part):
11266         * gnus-dired.el (gnus-dired-attach):
11267         * gnus.el (gnus-read-method):
11268         * gnus-bookmark.el (gnus-bookmark-jump):
11269         * gnus-art.el (gnus-mime-view-part-as-type)
11270         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11271         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11272         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11273         * nnmairix.el (nnmairix-create-server-and-default-group)
11274         (nnmairix-update-groups, nnmairix-get-server)
11275         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11276         (nnmairix-get-group-from-file-path):
11277         * nnrss.el (nnrss-find-rss-via-syndic8):
11278         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11279         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11280         (gnus-group-browse-foreign-server):
11281         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11282         (gnus-summary-execute-command, gnus-summary-respool-article)
11283         (gnus-read-move-group-name):
11284         * gnus-score.el (gnus-summary-increase-score)
11285         (gnus-summary-score-effect):
11286         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11287
11288 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11291         x-focus-frame.
11292
11293         * nnimap.el (auth-source-forget-user-or-password)
11294         (auth-source-user-or-password): Autoload.
11295
11296         * message.el (message-from-style, message-interactive)
11297         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11298         (message-yank-prefix, message-indentation-spaces, message-signature)
11299         (message-signature-file): Add comment.
11300
11301 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11304         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11305         new articles.
11306
11307         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11308         parts.
11309         (nnimap-request-article): Work with the t setting, too.
11310
11311         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11312         that you don't get flashes of other buffers.
11313         (gnus-summary-show-complete-article): Intern before setting.
11314
11315 2010-09-27  David Engster  <dengste@eml.cc>
11316
11317         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11318         well as HEADERS.
11319         (nnmairix-retrieve-headers): Provide new argument for the above.
11320
11321 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11322
11323         * gnus-sum.el (gnus-summary-move-article): Don't alter
11324         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11325         group.
11326
11327         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11328
11329         * message.el (message-cite-prefix-regexp): Revert my last edit.
11330
11331         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11332         variable instead of the Gnus variable.
11333
11334         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11335
11336         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11337
11338         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11339         since some servers don't like it.
11340         (nnimap-open-connection): Forget credentials if the server says the
11341         password was wrong.
11342         (nnimap-parse-line): Protect against invalid data.
11343
11344         * gnus-sum.el (gnus-summary-move-article): Add comment.
11345         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11346         nothing alters it while scanning for new messages.
11347
11348         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11349         which may or may not help.
11350         (nnimap-open-connection): If we're doing a stream connection, and then
11351         discover we're on a STARTTLS-capable server, then open a STARTTLS
11352         connection instead.
11353
11354 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11355
11356         * nnimap.el (utf7): Require.
11357
11358         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11359         prefix.
11360
11361 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11362
11363         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11364
11365 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11366
11367         * nnimap.el (nnimap-request-accept-article): Message the error on
11368         error.
11369
11370 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11373
11374 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11375
11376         * nndoc.el (nndoc-request-list): Return success always.
11377
11378         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11379         `fetch-old' -- we only want to fetch the articles we've requested.
11380         The rest are in the agent, probably.
11381         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11382         disappeared server" to something low.  It's not important.
11383
11384         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11385         arrived before the FETCH data.
11386
11387         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11388         target here, because we don't know the Gnus name of the group.
11389
11390         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11391         for the correct group.
11392
11393         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11394
11395         * gnus.el (gnus): Give a final warning after startup.
11396
11397         * gnus-util.el (gnus-action-message-log): New variable.
11398         (gnus-message): Use it.
11399         (gnus-final-warning): New function.
11400
11401         * nnimap.el (nnimap-open-connection): Record the greeting.
11402         (nnimap): Add greeting.
11403
11404 2010-09-26  Julien Danjou  <julien@danjou.info>
11405
11406         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11407         arguments.
11408         (gnus-html-wash-images): Fix spec computing to include start/end.
11409
11410         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11411
11412 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11413
11414         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11415         deletion.
11416         (nnimap-retrieve-headers): Don't select the group, because that's
11417         already done by nnimap-possibly-change-group.
11418
11419         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11420         (gnus-picon-transform-address): Use it.
11421
11422         * mail-source.el (mail-source-value): Revert previous patch.
11423
11424         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11425         on failure.
11426         (nnimap-open-connection): Look up both virtual and physical server name
11427         credentials.
11428
11429         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11430
11431 2009-02-07  Dave Love  <fx@gnu.org>
11432
11433         * tls.el (open-tls-stream): Don't query killing process.
11434
11435 2009-02-08  Dave Love  <fx@gnu.org>
11436
11437         * gnus-win.el (gnus-window-to-buffer-helper)
11438         (gnus-all-windows-visible-p): Function needn't be a symbol.
11439
11440         * mail-source.el (mail-source-value): Function needn't be a symbol.
11441
11442 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11443
11444         * message.el (message-cite-prefix-regexp): Remove } from the cite
11445         prefix.
11446
11447         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11448         highlight again, so that the highlight is correct.
11449
11450         * gnus-picon.el (gnus-picon): Remove again.
11451         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11452
11453         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11454         doing the header highlightling, so that the background color of the
11455         picon is correct.
11456
11457         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11458         (gnus-picon): Ditto.
11459         (gnus-picon): Reinstate.  The background color for picons is white.
11460         (gnus-picon-insert-glyph): Make the background white.
11461
11462         * nnml.el (nnml-open-nov): Don't return dead buffers.
11463
11464         * auth-source.el (auth-source-create): Query the user for whether to
11465         store the credentials.
11466
11467         * netrc.el (netrc-store-data): New function.
11468
11469         * auth-source.el (auth-source-user-or-password): Use the existing auth
11470         sources, if any, for creation.
11471
11472         * gnus.el (gnus-group-fast-parameter): Return the last matching
11473         parameter instead of the first matching parameter.
11474
11475 2010-09-26  Julien Danjou  <julien@danjou.info>
11476
11477         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11478
11479 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11480
11481         * mml2015.el (mml2015-use): Remove gpg support.
11482
11483         * mml1991.el (mml1991-function-alist): Remove gpg function.
11484         (mml1991-gpg-sign): Remove.
11485
11486 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11487
11488         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11489         (gnus-browse-unsubscribe-current-group): Document it.
11490         (gnus-browse-unsubscribe-group): Use it.
11491
11492 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11493
11494         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11495         address to the To list for easier response.
11496
11497         * gnus.el (gnus-play-startup-jingle): Remove.
11498         (gnus-splash): Don't play jingle.
11499         (gnus): Silence gnus-load message.
11500
11501         * gnus-art.el (gnus-treat-play-sounds): Remove.
11502
11503         * gnus.el (gnus-play-jingle): Remove audio support.
11504
11505         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11506
11507         * earcon.el: Remove -- no users.
11508
11509         * gnus-audio.el: Remove -- no users of this package.
11510
11511         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11512
11513         * gnus-start.el (gnus-setup-news): Remove nocem support.
11514
11515         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11516
11517         * gnus.el (gnus-use-nocem): Remove.
11518
11519         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11520         Remove.
11521
11522         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11523         uses NoCeM any more.
11524
11525         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11526         (gnus-button-ctan-handler): Ditto.
11527         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11528         (gnus-button-ctan-directory-regexp): Ditto.
11529         (gnus-button-handle-ctan): Ditto.
11530         (gnus-button-tex-level): Ditto.
11531         (gnus-button-alist): Remove CTAN stuff.
11532
11533 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11534
11535         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11536         nnimap-streaming test.
11537
11538         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11539         servers twice.
11540
11541         * nnimap.el (nnimap-open-connection): Add more error reporting when
11542         nnimap fails early.
11543
11544         * nnheader.el (nnheader-get-report-string): New function.
11545         (nnheader-get-report): Use it.
11546
11547         * gnus-int.el (gnus-check-server): Say what the error was when opening
11548         failed.
11549
11550         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11551         using streaming.
11552
11553 2010-09-25  Julien Danjou  <julien@danjou.info>
11554
11555         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11556         gnus-window-inside-pixel-edges.
11557
11558 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11559
11560         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11561
11562         * mm-decode.el (mm-save-part): Allow saving to other directories the
11563         normal Emacs way.
11564
11565         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11566         Suggested by Jay Berkenbilt.
11567
11568         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11569         there isn't a single byte.
11570
11571         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11572         just do it.  It doesn't really seem to matter what the user responds
11573         here, I think, so it's just a confusing question.
11574
11575         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11576         non-streaming case.
11577
11578         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11579         (gnus-article-encrypt-body): Use it.
11580
11581         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11582         keystroke.
11583
11584         * nnimap.el (nnimap-find-wanted-parts-1):
11585         Use gnus-fetch-partial-articles.
11586
11587         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11588
11589         * nnimap.el (nnimap-insert-partial-structure): New function.
11590         (nnimap-get-partial-article): New function.
11591         (nnimap-request-article): Use it.
11592         (nnimap-wait-for-response): Return whether the wait was successful.
11593         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11594         retrieval wasn't successful.
11595         (nnimap-retrieve-group-data-early): Allow throttling servers.
11596         (nnimap-streaming): New variable.
11597         (nnimap-fetch-partial-articles): Remove.
11598
11599         * mm-decode.el (mm-with-part): Protect against killed buffers.
11600
11601         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11602         for prettier summary display.
11603
11604 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11605
11606         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11607
11608 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11611         apparently third-party libraries depend on it.
11612
11613         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11614         before starting negotiation.
11615
11616         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11617         privacy reasons.
11618         (gnus-treat-mail-gravatar): Ditto.
11619
11620         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11621         buffer when inserting images.  Inserting text into the headers, for
11622         instance, can make them invalid.
11623
11624 2010-09-25  Julien Danjou  <julien@danjou.info>
11625
11626         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11627         variables.
11628
11629         * nnheader.el: Remove useless variables news-reply-yank-from and
11630         news-reply-yank-message-id.
11631
11632         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11633         variables.
11634
11635         * mml1991.el: Remove useless mml1991-verbose.
11636
11637         * gnus.el: Remove useless variable gnus-use-generic-from.
11638         Remove obsolete variable gnus-topic-indentation.
11639
11640         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11641
11642         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11643
11644         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11645
11646         * gnus-group.el: Remove useless gnus-group-icon-cache.
11647         Remove useless gnus-ephemeral-group-server.
11648
11649         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11650
11651         * mml2015.el: Remove useless mml2015-verbose.
11652
11653         * mml-smime.el: Remove useless mml-smime-verbose.
11654
11655         * gnus.el: Remove useless gnus-local-domain.
11656
11657         * gnus-gravatar.el (gnus-gravatar-transform-address):
11658         Use gnus-gravatar-size.
11659
11660         * gnus-art.el: Remove useless gnus-treat-translate.
11661
11662 2010-09-24  Julien Danjou  <julien@danjou.info>
11663
11664         * gnus-sum.el: Add support for Gravatars.
11665
11666         * gnus-art.el: Add support for Gravatars.
11667
11668         * gnus-gravatar.el: Add this file.
11669
11670         * gravatar.el: Add this file.
11671
11672 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11673
11674         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11675
11676         * gnus-group.el (gnus-group-fetch-faq): Remove.
11677
11678         * gnus.el (gnus-group-faq-directory): Remove.
11679
11680         * gnus-group.el (gnus-group-fetch-charter): Remove.
11681
11682         * gnus.el (gnus-group-charter-alist): Remove.
11683
11684         * gnus-group.el (gnus-group-archive-directory): Remove.
11685         (gnus-group-recent-archive-directory): Ditto.
11686         (gnus-group-make-archive-group): Remove.
11687
11688         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11689
11690         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11691         use the same article number for all the cached articles.
11692
11693         * nnimap.el (nnimap-command): Register the last command time so
11694         that we can use it for idling NOOPs.
11695         (nnimap-open-connection): Start the keeplive timer.
11696         (nnimap-make-process-buffer): Store all the process buffers.
11697         (nnimap-keepalive): New function.
11698
11699         * starttls.el (starttls-open-stream): Add autoload cookie.
11700
11701 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11702
11703         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11704         handling.
11705
11706 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11707
11708         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11709         its data structures.
11710
11711         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11712         instead of the cl.el copy-list.
11713         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11714         equalp.
11715
11716 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11719         and tool-bar-local-item-from-menu.
11720
11721         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11722         mode-line-highlight face for Emacs.
11723
11724         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11725         loading gnus-sum.elc; fix comment for canlock-verify.
11726         (gnus-article-jump-to-part): Use read-number.
11727         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11728         Remove Emacs pre-21 compatible code for help-echo.
11729         (gnus-article-next-page-1): No need to adjust the number of lines.
11730         (gnus-article-describe-bindings): Always use help-buffer.
11731
11732         * gnus-audio.el (gnus-audio-inline-sound):
11733         * gnus-cus.el (gnus-custom-mode):
11734         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11735
11736         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11737
11738         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11739         compatible code.
11740
11741 2010-09-24  Glenn Morris  <rgm@gnu.org>
11742
11743         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11744         visiting the fcc file in rmail-mode.
11745
11746         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11747
11748 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * nnir.el: Silence the byte compiler.
11751
11752         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11753         alias to browse-url-url-encode-chars if any.
11754         (gnus-html-encode-url): Use it.
11755
11756 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11757
11758         * gnus-start.el (gnus-use-backend-marks): New variable.
11759         (gnus-get-unread-articles-in-group): Use it.
11760
11761         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11762         makeover.
11763
11764 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11765
11766         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11767
11768 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11769
11770         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11771         Remove.
11772         (gnus-setup-news-hook):
11773         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11774
11775         * gnus-int.el (gnus-request-update-info): Protect against backends not
11776         having the function.
11777
11778         * nnimap.el (nnimap-stream): Mention starttls.
11779         (nnimap-open-connection): Add starttls support.
11780
11781 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11782
11783         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11784
11785 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11788         BODYSTRUCTUREs.
11789         (nnimap-transform-headers): Unfold quoted {42} headers.
11790
11791         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11792         the info.
11793         (gnus-get-unread-articles): Only call updatep on backends that support
11794         it.
11795
11796         * nnweb.el (nnweb-request-update-info): NOOP.
11797
11798         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11799
11800         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11801         since it only deals with marks.
11802
11803         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11804         gnus-request-marks, and make a new gnus-request-update-info.
11805
11806         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11807         the active instead of the high number, which is usually too low.
11808
11809 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11810
11811         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11812         * encrypt.el: Remove.
11813
11814 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11815
11816         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11817         server in symbolic form.
11818
11819         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11820
11821 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11822
11823         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11824         (nnimap-update-info): Fix up code slightly.
11825
11826         * gnus-int.el (gnus-open-server): Add tracing for performance
11827         debugging.
11828
11829         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11830         (gnus-group-insert-group-line): Pass the real group name so that it
11831         gets the right data.
11832
11833         * gnus-start.el (gnus-get-unread-articles): Don't have
11834         `gnus-get-unread-articles-in-group' update info, since that can be
11835         really slow and doesn't seem to be needed?
11836
11837 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11838
11839         * time-date.el (date-to-time): Try using parse-time-string first before
11840         using the slower timezone-make-date-arpa-standard.
11841
11842 2010-09-22  Julien Danjou  <julien@danjou.info>
11843
11844         * gnus-group.el (gnus-group-insert-group-line):
11845         Call gnus-group-highlight-line.
11846         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11847         default hook list.
11848         (gnus-group-update-eval-form): Add new function.
11849         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11850         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11851
11852 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11853
11854         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11855         immediate, then expire all articles.
11856         (nnimap-update-info): Fix off-by-one errors.
11857         (nnimap-flags-to-marks): Would return no marks lists for group with no
11858         flags.  Instead return the other data.
11859
11860 2010-09-22  Julien Danjou  <julien@danjou.info>
11861
11862         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11863         Only return an icon.
11864         (gnus-group-insert-group-line): Compute icon to return.
11865
11866         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11867         (gnus-html-image-fetched): Only cache if
11868         gnus-html-image-automatic-caching is set.
11869         (gnus-html-image-fetched): Check for errors.
11870
11871 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11872
11873         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11874         once per method on `g'.  This ensures that backends like nnfolder don't
11875         open all their folders.
11876
11877         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11878         (nnimap-request-list): Nix out group in the correct buffer.
11879         (nnimap-parse-flags): Implement by using `read' instead of
11880         hand-parsing.
11881         (nnimap-flags-to-marks): Pass on permanent-flags.
11882         (nnimap-make-process-buffer): Record the server name.
11883         (nnimap-parse-flags): Fix typo.
11884         (nnimap-request-scan): Run split on the server in general, not just a
11885         single group.
11886
11887         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11888         parameter, and propagate this downwards.
11889
11890         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11891         since EXAMINE changes it on the server.
11892
11893         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11894         this command might take a while.
11895
11896 2010-09-22  Julien Danjou  <julien@danjou.info>
11897
11898         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11899         harmful if you have 2 images side-by-side, they can't be properly
11900         update on text deletion.  Using text-property is safer here.
11901         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11902         data.
11903
11904 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11905
11906         * nnimap.el (nnimap-expunge-inbox): Remove.
11907         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11908         (nnimap-expunge): Flip default to t.
11909
11910         * gnus.el (gnus-method-to-server): Don't push things to the cache
11911         unless it's unique.
11912         (gnus-server-to-method): Ditto.
11913
11914 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11915
11916         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11917
11918 2010-09-22  Julien Danjou  <julien@danjou.info>
11919
11920         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11921         get the start of data.
11922         (gnus-html-encode-url): Add this function to encode special chars in
11923         URL.
11924         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11925         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11926
11927         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11928         default.
11929         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11930
11931         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11932         images alt-text.
11933         (gnus-html-put-image): Put alt-text as help-echo.
11934
11935 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11938         * mm-util.el (mm-decompress-buffer):
11939         * nnir.el (nnir-run-find-grep):
11940         * pop3.el (pop3-list): Use 3rd arg of split-string.
11941
11942         * time-date.el (format-seconds): Comment fix.
11943
11944         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11945         and byte-optimize-form-code-walker.
11946         (dgnushack-make-auto-load): Don't advise make-autoload.
11947
11948         * lpath.el: Remove Emacs 21 stuff.
11949
11950 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11951
11952         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11953         outside the active range.  Suggested by Dan Christensen.
11954
11955         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11956         slightly later to avoid double-getting it.
11957
11958         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11959         previous patch.
11960
11961         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11962
11963 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11964
11965         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11966
11967 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11968
11969         * gnus-int.el (gnus-open-server): Give a better error message in the
11970         "go offline" case.
11971
11972         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11973         marks for nnimap, which is seldom the right thing to do.
11974
11975         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11976         (gnus-same-method-different-name): New function.
11977
11978         * nnimap.el (parse-time): Require.
11979
11980         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11981         method in the presence of many similar methods.
11982
11983         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11984
11985         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11986         nnml-inhibit-expiry.
11987
11988         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11989         find out whether methods are equal.
11990
11991         * nnimap.el (nnimap-find-expired-articles): New function.
11992         (nnimap-process-expiry-targets): New function.
11993         (nnimap-request-move-article): Request the article before looking at
11994         what the Message-ID is.  Fix found by Andrew Cohen.
11995         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11996
11997         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11998         for oldness in addition to being a predicate.
11999
12000         * nnimap.el (nnimap-request-group): When we have zero articles, return
12001         the right data to Gnus.
12002         (nnimap-request-expire-articles): Only delete articles immediately if
12003         the target is 'delete.
12004
12005         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12006         method, this would bug out.
12007
12008         * gnus-group.el (gnus-group-expunge-group): Rename from
12009         gnus-group-nnimap-expunge, and implemented as a normal interface
12010         function.
12011
12012         * gnus-int.el (gnus-request-expunge-group): New function.
12013
12014         * nnimap.el (nnimap-request-create-group): Implement.
12015         (nnimap-request-expunge-group): New function.
12016
12017 2010-09-21  Julien Danjou  <julien@danjou.info>
12018
12019         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12020         (gnus-html-cache-expired): Add new function.
12021         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12022         wethever we should display image for fetch it.
12023         Compute alt-text earlier to pass it to the fetching function too.
12024         (gnus-html-schedule-image-fetching): Change function argument to only
12025         get one image at a time, not a list.
12026         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12027         cache.
12028         (gnus-html-get-image-data): New function to retrieve image data from
12029         cache.
12030         (gnus-html-put-image): Change buffer argument to use image data rather
12031         than file, and place image above region rather than inserting a new
12032         one.  Do not take alt-text as argument, since it's useless now: we place
12033         the image above alt-text.
12034         (gnus-html-prune-cache): Remove.
12035         (gnus-html-show-images): Start to fetch image when we find one, do not
12036         push into a temporary list.
12037         (gnus-html-prefetch-images): Only fetch image if they have expired.
12038         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12039         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12040
12041 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12044
12045 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12046
12047         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12048         spec inser "*" if the group isn't active instead of 0.
12049
12050         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12051         opening the server.
12052         (nnimap-request-delete-group): Implement group deletion.
12053         (nnimap-transform-headers): Return the size of the entire message in
12054         the Bytes header, not just the size of the first part.
12055         (nnimap-request-move-article): When moving an article from nnimap,
12056         request the article first so the accepting form has an article to
12057         accept.  Reported by Dan Christensen.
12058         (nnimap-command): Make sure that the error message doesn't error out.
12059
12060 2010-09-20  David Edmondson  <dme@dme.org>
12061
12062         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12063         we haven't requested anything.
12064
12065 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12066
12067         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12068         "".  Fix found by Andrew Cohen.
12069
12070         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12071         instead of -encode-string.
12072
12073 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12076
12077         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12078         by mm-subst-char-in-string.
12079
12080 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12081
12082         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12083         waiting for the connection string.
12084
12085         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12086         arriving.
12087
12088         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12089         bogus characters.  This allows selecting certain Gmail groups.
12090
12091         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12092         (nnimap-fetch-partial-articles): New variable.
12093         (nnimap-open-connection): When looking for credentials, also use the
12094         nnimap-server-port.
12095         (nnimap-request-article): Return the group/article number, so that Gnus
12096         `^' works as expected.
12097         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12098
12099         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12100         comments.
12101         (gnus-methods-sloppily-equal): New function.
12102         (gnus): When using the development version of Gnus, load the gnus-load
12103         file.
12104
12105         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12106         `gnus-open-server' on each method before trying to scan them etc.
12107         This ensures that all the backend parameters are set correctly.
12108
12109         * nnimap.el (nnimap-authenticator): New variable.
12110         (nnimap-open-connection): Allow anonymous login.
12111         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12112         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12113
12114         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12115         patch, found by Knut Anders Hatlen.
12116
12117 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12118
12119         * gnus-agent.el (gnus-agent-batch-confirmation)
12120         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12121         to gnus-message.
12122         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12123         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12124         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12125         * gnus-int.el (gnus-open-server): Likewise.
12126         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12127         (gnus-score-check-syntax): Likewise.
12128         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12129         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12130         Likewise.
12131         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12132
12133 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12134
12135         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12136         calling conventions so that prefetch doesn't bug out.
12137
12138 2010-09-19  Julien Danjou  <julien@danjou.info>
12139
12140         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12141         rather than `subst-char-in-region' in order to be able to replace ASCII
12142         char by UTF-8 ones.
12143
12144         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12145         than curl.
12146         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12147         the right URL and ALT text on images.
12148         (gnus-html-wash-tags): Fix tag case.
12149         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12150         (gnus-article-html): Add -o display_ins_del=2 option.
12151         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12152
12153 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12154
12155         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12156         the extra mail headers, which sometimes seem to happen for unknown
12157         reasons.
12158
12159         * mail-parse.el (mail-header-encode-parameter): Define as
12160         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12161         (or most, perhaps?) mail readers don't understand the latter, but do
12162         understand the former.
12163
12164         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12165         to nil, so that no methods are automatically agentized.  I think this
12166         is probably what most users want.
12167
12168         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12169         from url-retrieve, for instance about invalid URLs.
12170
12171         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12172         groups that have no articles.
12173         (nnimap-request-article): Check that we really got an article when we
12174         requested one.
12175
12176         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12177         doesn't exist.
12178
12179         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12180         nntp buffer so the agent can save it.
12181         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12182         that CRLF doesn't get translated to \n.
12183         (nnimap-open-connection): Don't make 'shell commands only send \n.
12184
12185 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12186
12187         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12188         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12189         Update var name.
12190         (nnml-generate-nov-file): Use dolist.
12191         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12192         Use with-current-buffer.
12193
12194 2010-09-18  Julien Danjou  <julien@danjou.info>
12195
12196         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12197         parallel.
12198
12199 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12200
12201         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12202         the range update right.
12203         (nnimap-request-group): Don't make `M-g' bug out on group with no
12204         marks.
12205         (nnoo): Require, so that other packages can require nnimap.
12206         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12207         command we're looking for.  This helps when the server sends more
12208         responses after we've gotten everything we expected.
12209         (nnimap): Add a `newlinep' field to keep track of end-of-line
12210         conventions.
12211         Don't send CRLF to things that don't want it.
12212         (nnimap-request-accept-article): Ditto.
12213
12214 2010-09-18  Julien Danjou  <julien@danjou.info>
12215
12216         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12217         than curl to retrieve images.
12218
12219 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12220
12221         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12222         the marks.
12223         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12224         (nnimap-wait-for-connection): New function.
12225         (nnimap-open-connection): If we have PREAUTH, don't query for login
12226         credentials.
12227         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12228         when doing a partial update.
12229
12230 2010-09-18  Julien Danjou  <julien@danjou.info>
12231
12232         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12233         tags.
12234
12235 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12236
12237         * nnimap.el (nnimap-credentials): New function.
12238         (nnimap-open-connection): Use the new function to look for credentials
12239         also on the numeric equivalents of "imap" and "imaps".
12240
12241         * gnus-start.el (gnus-activate-group): Send the info to
12242         gnus-request-group.
12243
12244         * nnimap.el (nnimap-request-group): Have the "check" version of the
12245         function parse flags and update the info, so that a `M-g' get a total
12246         resync of all flags from the group.
12247
12248         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12249         to allow backends to alter the info on group selection.  Also alter all
12250         the backend -request-group functions to take the parameter.
12251
12252         * nnimap.el (nnimap-store-info): New function.
12253         (nnimap-update-info): Store the info for later usage.
12254         (nnimap-request-group): Use the stored info for the dont-check case, so
12255         that we don't retrieve all marks when we enter a group.
12256
12257         * nnimap.el: Use deffoo instead of defun for interface functions.
12258
12259         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12260         update the group info.  This makes the nndraft groups, for instance, go
12261         back to their old behavior.
12262
12263         * gnus-sum.el (gnus-select-newsgroup): Indent.
12264
12265         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12266         in.
12267         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12268         nothing.
12269
12270         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12271         from methods that are denied.
12272
12273         * gnus-int.el (gnus-method-denied-p): New function.
12274
12275         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12276         store the password instead of netrc.
12277         (nnimap-open-connection): Don't error out when we can't make a
12278         connections.
12279
12280         * auth-source.el (auth-source-create): In the password prompt, say what
12281         we're querying for.  Also prompt for user name if that hasn't been
12282         given.
12283
12284         * nnimap.el (nnimap-with-process-buffer): Remove.
12285
12286 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12287
12288         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12289         method when we're reading from the agent.
12290
12291         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12292
12293         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12294         that's probably most useful for users.
12295
12296         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12297         "failed" all the time.
12298
12299         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12300         ...)) with (with-current-buffer ... ).
12301
12302         * nntp.el (nntp-open-server): Return whether the open was successful or
12303         not.
12304
12305         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12306         select an unread unseen article first.
12307
12308         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12309         /etc/services, supply some sensible port defaults.
12310
12311         * dgnushack.el: Define netrc-credentials.
12312
12313 2010-09-17  Julien Danjou  <julien@danjou.info>
12314
12315         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12316
12317 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12318
12319         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12320         doesn't have any parameters.
12321
12322 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12323
12324         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12325         only upcased checks.
12326
12327         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12328
12329         * nnimap.el (nnimap-open-shell-stream): New function.
12330         (nnimap-open-connection): Use it.
12331         (nnimap-transform-headers): Get the number of lines in each message.
12332         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12333         number of lines.
12334         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12335         problem.
12336
12337         * utf7.el (utf7-encode): Autoload.
12338
12339         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12340         to allow the mail splitting to not return a default group.  This is
12341         useful for nnimap, which will leave unmatched mail in the inbox.
12342
12343         * nnimap.el: Rewritten.
12344
12345         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12346         nnimap usage.
12347
12348         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12349         if the move is internal, so that nnimap can do fast internal moves.
12350
12351         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12352         data.
12353         (gnus-read-active-for-groups): Support finishing the early retrieval of
12354         data.
12355
12356         * gnus-range.el (gnus-range-nconcat): New function.
12357
12358         * gnus-int.el (gnus-finish-retrieve-group-infos)
12359         (gnus-retrieve-group-data-early): New functions.
12360
12361 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12362
12363         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12364         (nnrss-retrieve-groups):
12365         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12366         (pop3-quit): Use with-current-buffer.
12367
12368 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12371         instead of nnheader-accept-process-output.
12372
12373         * dgnushack.el (dgnushack-compile): Add comment.
12374
12375         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12376
12377         * gnus-html.el (gnus-html-schedule-image-fetching)
12378         (gnus-html-prefetch-images): Replace process-kill-without-query by
12379         gnus-set-process-query-on-exit-flag.
12380
12381 2010-09-16  Romain Francoise  <romain@orebokech.com>
12382
12383         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12384
12385 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12386
12387         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12388         parameter to unintern is mandatory-ish in Emacs 24.
12389
12390         * gnus-html.el (gnus-html-schedule-image-fetching)
12391         (gnus-html-prefetch-images): Check for curl before using it.
12392
12393         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12394         depend on curl, which isn't essential.
12395
12396         * imap.el: Revert back to version
12397         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12398         seem problematic.
12399
12400 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12401
12402         * gnus-registry.el (gnus-registry-install-shortcuts):
12403         Explicitly pass `obarray' to `unintern' to avoid a warning.
12404
12405 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12406
12407         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12408         change.
12409
12410         * nnrss.el (nnrss-request-list): Remove this function and related
12411         functions, including the moreover stuff.
12412
12413 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414
12415         * nnrss.el (nnrss-retrieve-groups): New function.
12416
12417 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12418
12419         * .dir-locals.el: Add no-byte-compile cookie.
12420
12421 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * time-date.el (format-seconds): Comment fix.
12424
12425         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12426         for back end that doesn't support request-scan.
12427
12428 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12429
12430         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12431         then do request scans from the backends.
12432
12433         * netrc.el (netrc-credentials): New conveniency function.
12434
12435         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12436         avoid running a hook per line, since this takes a lot of time,
12437         profiling shows.
12438         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12439         directly if gnus-visual-p is true.
12440
12441 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12444         groups; replace mapcar with dolist which is a bit faster; pass groups
12445         info to gnus-read-active-file-1.
12446         (gnus-read-active-file-1): Scan only specified groups if the new
12447         optional arg `infos' is given.
12448
12449 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12450
12451         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12452
12453         * pop3.el (pop3-movemail): Remove.
12454         (pop3-streaming-movemail): Rename to pop3-movemail.
12455
12456         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12457         don't restrict end-tag searches to the end of the line.
12458
12459 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12462         articles of every unchecked group to t, which means unknown since the
12463         server has never been opened.
12464
12465 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * gnus-html.el (gnus-html-show-alt-text): New command.
12468         (gnus-html-browse-image): Ditto.
12469         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12470         to browse the image directly.
12471         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12472         better.
12473
12474         * gnus-async.el (gnus-async-article-callback):
12475         Call `gnus-html-prefetch-images' unconditionally.
12476
12477         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12478         before feeding URLs to curl.
12479
12480 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12483         internal images as deletable by `W D D'.
12484
12485         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12486         (gnus-async-article-callback): Fix typo.
12487
12488 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12489
12490         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12491         current line to work around bugs in the output from w3m.
12492
12493         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12494         for groups that want that.
12495
12496         * nntp.el (nntp-wait-for-string): Supply a timeout for
12497         accept-process-output to ensure progress.
12498
12499         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12500         level to get unread articles from, then use that for foreign groups,
12501         too.
12502
12503         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12504         confuses the rest of the function.
12505
12506         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12507         for the methods that support -retrieve-groups, too.
12508
12509         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12510
12511 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12514         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12515
12516         * pop3.el: Require cl when compiling.
12517         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12518
12519 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12520
12521         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12522         that aren't going to be activated.
12523         (gnus-get-unread-articles): Fix up the last commit.
12524
12525         * gnus-html.el (gnus-article-html): Allow calling without specifying
12526         the handle.  In that case, dissect the buffer first.
12527
12528         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12529
12530         * nnimap.el (nnimap-open-connection): Revert the change that would look
12531         into authinfo for imaps instead of imap.
12532
12533         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12534         say that you don't want to call gnus-request-group with don-check, but
12535         do check the reponse.  This is for virtual groups only.
12536         (gnus-get-unread-articles): Count the archive groups as secondary, so
12537         that they're activated the same way as before.
12538
12539         * imap.el (imap-message-map): Removed optional buffer parameter, since
12540         no callers use it.
12541         (imap-message-get): Ditto.
12542         (imap-message-put): Ditto.
12543         (imap-mailbox-map): Ditto.
12544         (imap-mailbox-put): Ditto.
12545         (imap-mailbox-get): Ditto.
12546         (imap-mailbox-get): Revert last change for this function.
12547
12548         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12549         case-insensitively.
12550         (nnimap-debug): Remove.
12551
12552         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12553         callers to use `imap-fetch' instead.  According to the comments, this
12554         should be safe, since all other IMAP clients use the 1:* syntax.
12555         (imap-enable-exchange-bug-workaround): Remove.
12556         (imap-debug): Remove -- doesn't seem very useful.
12557
12558         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12559         mail from a file, and the file doesn't exist.
12560
12561         * imap.el (imap-log): New convenience function used throughout instead
12562         of repeating the same code all over the place.
12563
12564         * pop3.el (pop3-streaming-movemail): Return t for success.
12565
12566         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12567         .authinfo if we're using ssl connection.
12568
12569         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12570         already have if we're in a main Gnus `g' run.
12571
12572         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12573
12574 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12577
12578         * nnmh.el (nnmh-request-list-1): Bind `file'.
12579
12580         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12581         alias to set-process-query-on-exit-flag or process-kill-without-query.
12582         (pop3-open-server): Use it.
12583
12584 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12585
12586         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12587         box to the Incoming file.  Fixes mistake in previous checkin.
12588
12589         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12590         request loop (for debugging purposes) removed.
12591
12592         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12593         culprit is more visible.
12594         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12595         (nnml-add-incremental-nov): New functions to do "incremental" nov
12596         updates, where we just append to the end of the existing nov files
12597         without reading/writing them in full.
12598
12599         * mail-source.el (mail-source-delete-crash-box): Really only check the
12600         incoming files once in a while.
12601
12602         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12603
12604         * mail-source.el (mail-source-delete-crash-box): Only check the
12605         incoming files for deletion once per day to save a lot of file
12606         accesses.
12607
12608         * pop3.el (pop3-logon): Fix up unbound variable typo.
12609
12610         * mail-source.el (pop3-streaming-movemail): Autoload.
12611
12612         * pop3.el (pop3-streaming-movemail):
12613         Respect pop3-leave-mail-on-server.
12614
12615         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12616         retrieval.
12617
12618         * pop3.el (pop3-process-filter): Remove unused function.
12619         (pop3-streaming-movemail, pop3-send-streaming-command)
12620         (pop3-wait-for-messages, pop3-write-to-file)
12621         (pop3-number-of-responses): New functions for streaming pop3
12622         retrieval.
12623
12624         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12625         come from no known methods.
12626         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12627         list.
12628
12629         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12630         message sizes.
12631         (pop3-movemail): Use erase-buffer instead of looping and deleting
12632         regions, which seems rather odd.
12633
12634         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12635         file once per `g' run.
12636
12637         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12638         directories.  This makes the draft queue directory work.
12639
12640         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12641         data from the backends, so that we only request the list of groups from
12642         each method once.  This should speed things up considerably.
12643
12644         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12645         detect that it's not implemented.
12646
12647         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12648         we actually do recurse down into the tree, but don't stat all leaf
12649         nodes.
12650
12651         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12652         then say so instead of bugging out.
12653
12654         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12655         files exist before trying to read them.
12656
12657         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12658         around <pre_int>.
12659
12660         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12661
12662         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12663
12664 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12665
12666         * mm-util.el (mm-image-load-path): Just return the image directories,
12667         not all directories in the path in addition to the image directories.
12668         (mm-image-load-path): Maintain a cache of the image directories so that
12669         the `g' command in Gnus doesn't have to stat dozens of directories each
12670         time.
12671
12672         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12673         (gnus-html-wash-tags): Add a new `i' command to insert images.
12674         (gnus-html-insert-image): New command and keystroke.
12675         (gnus-html-redisplay-with-images): New command and keystroke.
12676         (gnus-html-show-images): Rename command.
12677         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12678         spacers.
12679         (gnus-html-wash-tags): Decode entities at the end, so that entities
12680         inside the tags don't mess up the rest of the "parsing".
12681
12682         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12683         so that nnimap methods aren't agentized by default.  There's apparently
12684         many problems related to agent/imap behavior.
12685
12686         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12687
12688         * gnus-html.el: Doc fix.
12689
12690 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12693         specifier-spec-list for Emacs 21.
12694
12695         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12696         glyph-width and glyph-height instead of display-graphic-p and
12697         image-size; make avoidance of displaying small images work for XEmacs.
12698
12699         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12700         for XEmacs.
12701
12702         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12703         of symbol that holds plist data.
12704         (gnus-process-plist): Remove plist of process after getting it.
12705
12706 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12707
12708         * message.el (message-generate-hashcash): Change default to
12709         'opportunistic if hashcash is installed.
12710
12711         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12712         (gnus-html-put-image): Only call image-size once, since it's somewhat
12713         time-consuming on remote X servers.
12714
12715 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12718         type on data, not a file name.
12719
12720         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12721         window-pixel-edges for Emacs 21.
12722
12723         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12724         decoded contents.
12725         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12726
12727 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12730         group line format, since it isn't very interesting.
12731
12732         * gnus-agent.el (gnus-agent-short-article),
12733         (gnus-agent-long-article): Increase values for these two variables,
12734         since most people are likely to have more network connection and
12735         storage than before.
12736
12737         * gnus.el (gnus-refer-article-method): Change default to 'current.
12738         When referring an article, the common behavior is to refer it from the
12739         current select method, not the native select method.  The chances of
12740         the native select method having the message in question is rather slim
12741         these days.
12742
12743         * gnus-sum.el (gnus-auto-select-subject): Change default to
12744         `unseen-or-unread'.  I think it's likely that most people want to
12745         select an unseen article over a previously seen, but unread one.
12746
12747         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12748         means that in the article buffer none of the minor mode elements will
12749         be shown, usually, and this is not desirable in most cases.
12750
12751         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12752         that commands like `d' (and the like) go to the next line in the
12753         buffer, instead of the next unread article.  I think this is the
12754         behavior that is most natural for most users.
12755         (gnus-single-article-buffer): Change default to nil, so that people can
12756         have as many article buffers open as they have summary buffer.  I think
12757         this is the most natural way for the groups to behave.
12758
12759         * message.el (message-generate-new-buffers): Change default to
12760         `unsent', so that all new message buffers start their names with the
12761         string "*unsent", and it's easier to find the buffers if you move from
12762         them.
12763
12764 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12765
12766         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12767         small.  They're probably tracking images.
12768         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12769         (gnus-html-rescale-image): Yet another try at getting the image sizing
12770         right.
12771
12772         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12773         nntp-marks-file-name is nil.
12774
12775 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12776
12777         * gnus-html.el (gnus-html-wash-tags)
12778         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12779         Better logging.
12780
12781 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12784
12785         * gnus-html.el (gnus-html-wash-tags): Check the value of
12786         gnus-blocked-images in the summary buffer.
12787
12788 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12789
12790         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12791
12792 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12793
12794         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12795         like "a", it seems like.
12796         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12797         since it needs to be picked from the correct buffer.
12798
12799         * nnwfm.el: Remove.
12800
12801         * nnlistserv.el: Remove.
12802
12803 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12804
12805         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12806         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12807
12808 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12809
12810         * nnkiboze.el: Remove.
12811
12812         * nndb.el: Remove.
12813
12814         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12815         alt text.
12816         (gnus-html-rescale-image): Try to get the rescaling logic right for
12817         images that are just wide and not tall.
12818
12819         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12820         overshadow variable bindings.
12821
12822 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12823
12824         * gnus-html.el (gnus-html-wash-tags)
12825         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12826         Add extra logging.
12827
12828 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12829
12830         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12831         (gnus-max-image-proportion): New variable.
12832         (gnus-html-rescale-image): New function.
12833         (gnus-html-put-image): Rescale images.
12834
12835 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12836
12837         Fix up some byte-compiler warnings.
12838         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12839         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12840         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12841         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12842         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12843         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12844         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12845
12846 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * gnus-html.el (gnus-article-html): Decode contents by charset.
12849
12850 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12853         (gnus-html-frame-width, gnus-blocked-images):
12854         * message.el (message-prune-recipient-rules): Add custom version.
12855         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12856
12857         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12858         functions.
12859
12860         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12861         gnus-process-get.
12862
12863 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12864
12865         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12866         instead of lsub directly.
12867
12868 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12869
12870         * nnwarchive.el: Remove.
12871
12872         * gnus-soup.el: Remove.
12873
12874         * nnsoup.el: Remove.
12875
12876         * nnultimate.el: Remove.
12877
12878         * gnus-html.el (gnus-blocked-images): New variable.
12879
12880         * message.el (message-prune-recipients): New function.
12881         (message-prune-recipient-rules): New variable.
12882
12883         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12884         guess whether a long line is natural text or not.
12885
12886         * gnus-html.el (gnus-html-schedule-image-fetching):
12887         Use gnus-process-plist and friends for compatibility.
12888
12889 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12890
12891         * gnus-html.el: Require packages that define macros used in this file.
12892         (gnus-article-mouse-face): Declare to silence byte-compiler.
12893         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12894         process-get.
12895         (gnus-html-put-image): Use plist-get to avoid getf.
12896         (gnus-html-prefetch-images): Use with-current-buffer.
12897
12898 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * gnus-ems.el: Provide compatibility functions for
12901         gnus-set-process-plist.
12902
12903         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12904         header-line-format for XEmacs 21.4.
12905
12906         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12907         * gnus.el (gnus-valid-select-methods):
12908         * message.el (message-send-mail-partially-limit):
12909         * mm-decode.el (mm-text-html-renderer):
12910         * mml.el (mml-insert-mime-headers-always):
12911         * smiley.el (smiley-regexp-alist): Bump custom version.
12912
12913 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12914
12915         * gnus-html.el: Require mm-url.
12916         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12917         with the url to `url'.
12918         (gnus-html-wash-tags): Support cid: URLs/images.
12919
12920 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12921
12922         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12923         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12924         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12925
12926         * gnus-move.el: Remove file, since it doesn't really work.
12927
12928         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12929         UTF-8.  This seems to fix problems with some German web feeds.
12930
12931         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12932         at the top so that the proper colors are applied.
12933
12934         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12935         don't have dots in their names.
12936
12937         * gnus-art.el (gnus-article-view-part): Doc fix.
12938
12939         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12940         XEmacs-compatible.
12941         (gnus-html-put-image): Don't do images on non-graphic displays.
12942
12943         * nnslashdot.el: Remove this unused backend.
12944
12945         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12946         actions.
12947         (gnus-undo-register-1): Revert last change.
12948
12949         * gnus-group.el (gnus-group-completing-read): Protect against not
12950         having completion-styles bound.
12951
12952         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12953         make broken recipients happier.
12954
12955         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12956
12957         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12958         point parameter.
12959
12960         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12961
12962         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12963         completion-styles for group selection.
12964
12965 2009-02-04  Andreas Schwab  <schwab@suse.de>
12966
12967         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12968         headers and regexp-quote the match if necessary.
12969
12970 2009-03-24  Miles Bader  <miles@gnu.org>
12971
12972         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12973         the blinking smiley.
12974
12975 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12976
12977         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12978         blink smiley.
12979
12980 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12981
12982         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12983         where the dribbel file lives exists.
12984
12985         * message.el (message-send-mail-partially-limit): Change the default to
12986         nil, since most people don't want this.
12987
12988         * mm-url.el (mm-url-decode-entities): Also decode entities like
12989         &#x3212.
12990
12991 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12992
12993         * gnus-sum.el (gnus-summary-idna-message):
12994         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12995         Hyperlink urls in docstrings with URL `...'.
12996
12997 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12998
12999         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13000         functions.
13001
13002 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13003
13004         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13005         say what the mouseover text should be.
13006
13007         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13008         version of the mm-w3m-safe-url-regexp variable to only download images
13009         in the groups where we want that to happen.
13010
13011         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13012
13013         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13014         easier debugging.
13015         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13016         big pictures in the article buffer.
13017
13018         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13019         gnus-article-html.
13020         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13021         w3m.
13022
13023         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13024
13025 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13026
13027         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13028         which doesn't exist.
13029
13030         * message.el (message-inhibit-ecomplete): New variable to allow some
13031         function to inhibit ecomplete address storage.
13032         (message-resend): Disable ecomplete message storage when resending
13033         messages.
13034
13035         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13036
13037 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13040         Save excursion while copying, moving, and deleting articles in order to
13041         prevent the cursor from jumping to unforeseen place.
13042
13043 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * lpath.el: No need to bind bookmark-current-buffer,
13046         bookmark-yank-point and bookmark-make-record-function.
13047
13048 2010-08-17  Glenn Morris  <rgm@gnu.org>
13049
13050         * gnus-sync.el: Require gnus components whose functions are used.
13051
13052         * gnus-art.el (bookmark-make-record-function):
13053         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13054         Declare for compiler.
13055
13056         * mm-url.el (mml-compute-boundary): Autoload.
13057
13058 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13061
13062 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13063
13064         Typo fix "hoo4a" -> "hook".
13065
13066         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13067
13068 2010-08-14  Glenn Morris  <rgm@gnu.org>
13069
13070         * gnus-sync.el (gnus-sync): Fix defgroup version.
13071
13072 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13073
13074         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13075
13076         * gnus-sync.el: Fix docs.
13077         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13078         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13079
13080 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13081
13082         Optimizations for gnus-sync.el.
13083
13084         * gnus-sync.el: Add docs about gnus-sync-backend
13085         possibilities.
13086         (gnus-sync-save): Remove unnecessary message.
13087         (gnus-sync-read): Optimize and show what groups were skipped.
13088
13089 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         Minor bug fixes for gnus-sync.el.
13092
13093         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13094         Don't read the sync on get-new-news.
13095
13096         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13097         quiet.
13098
13099         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13100         (fix typo).
13101
13102 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13103
13104         Make saving and restoring of hidden threads work with overlays.
13105         Patch applied by Ted Zlatanov.
13106
13107         * gnus-sum.el (gnus-hidden-threads-configuration)
13108         (gnus-restore-hidden-threads-configuration): Update to deal with text
13109         properties, rather than searching for a magic character.
13110
13111 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13112
13113         New gnus-sync.el library for synchronization of marks.
13114
13115         * gnus-sync.el: New library for synchronization of marks.
13116
13117         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13118         renamed from `gnus-registry-grep-in-list'.
13119
13120         * gnus-registry.el (gnus-registry-follow-group-p):
13121         Use `gnus-grep-in-list'.
13122
13123         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13124
13125 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13128         determining charset of text fails.
13129
13130 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * nnmail.el (nnmail-get-new-mail-1): Revert.
13133
13134         * nnml.el (nnml-active-number): Make sure names of newly created groups
13135         in nnml-group-alist are encoded.
13136
13137 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13140         containing non-ASCII characters in active file for nnml back end.
13141
13142 2010-07-24  David Engster  <dengste@eml.cc>
13143
13144         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13145         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13146
13147 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13148
13149         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13150         tag (Bug#6654).
13151
13152 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13155         the article buffer, not the summary buffer.
13156
13157 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13160         Emacs 23 as well.
13161
13162 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13165         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13166
13167 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13168
13169         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13170         Patch applied by Karl Fogel.
13171
13172         * gnus-sum.el (gnus-summary-bookmark-make-record):
13173         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13174
13175 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13176
13177         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13178         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13179         C-w still not working correctly from Article buffers; Thierry's
13180         patch to fix that will be applied after this.
13181
13182         * gnus-art.el (bookmark-make-record-function): New local variable.
13183
13184         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13185         article buffer.
13186         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13187
13188 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13189
13190         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13191         on changes in bookmark.el.
13192
13193 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13196         `no-log' instead of message not to log prompt string.
13197
13198 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13199
13200         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13201         the *other* type of HTML form submission.
13202
13203 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13204
13205         * auth-source.el (auth-source-pick): If choice does not contain a
13206         questioned keyword, set the check to t.
13207
13208 2010-06-12  Romain Francoise  <romain@orebokech.com>
13209
13210         * gnus-util.el (gnus-date-get-time): Move up before first use.
13211
13212 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13215         (gnus-article-edit-part): Bind it to make last part that is substituted
13216         or deleted visible.
13217         (gnus-mime-display-single): Buttonize part of which id equals to
13218         gnus-mime-buttonized-part-id.
13219
13220 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13221
13222         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13223         (gnus-dd-mmm): Use gnus-date-get-time.
13224         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13225         simplify logic.
13226         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13227         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13228
13229 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13230
13231         * auth-source.el (top): Autoload `secrets-list-collections',
13232         `secrets-create-item', `secrets-delete-item'.
13233         (auth-sources): Fix tag string.
13234         (auth-get-source, auth-source-retrieve, auth-source-create)
13235         (auth-source-delete): New defuns.
13236         (auth-source-pick): Rewrite in order to avoid 2 passes.
13237         (auth-source-forget-user-or-password): New parameter USERNAME.
13238         (auth-source-user-or-password): New parameters CREATE-MISSING and
13239         DELETE-EXISTING.  Retrieve password interactively, if needed.
13240
13241 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13242
13243         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13244         deleting unused directories when gnus-expert-user is t.
13245
13246 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13249         for each temp file when gnus-article-browse-delete-temp is ask.
13250
13251 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13252
13253         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13254         Replace Lisp calls to delete-backward-char by calls to delete-char.
13255
13256 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13257
13258         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13259
13260 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13261
13262         * password-cache.el (password-cache-remove): Fix docstring.
13263
13264 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13267         article unless decoding article to be saved.
13268
13269 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13272         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13273         generated within the mm-with-unibyte-current-buffer macro.
13274
13275 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13278         to nil when we're in a mml-preview buffer and no group is selected.
13279
13280 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13281
13282         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13283         when catching the `C-g'.  Reported by "Leo".
13284
13285 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * message.el (message-forward-make-body-plain)
13288         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13289         multibyte-string-p.
13290
13291         * lpath.el: Revert.
13292
13293 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * message.el (message-forward-make-body-mml): Assume original message
13296         is multibyte string; error on unibyte.
13297         (message-forward-make-body-plain): Ditto; don't add excessive newline
13298         in body end.
13299
13300         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13301
13302 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13303
13304         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13305         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13306
13307 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * mm-extern.el (mm-extern-url): Don't use
13310         mm-with-unibyte-current-buffer.
13311         (mm-extern-cache-contents): Use with-current-buffer instead of
13312         save-excursion + set-buffer.
13313
13314 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * mm-util.el (mm-emacs-mule): Remove.
13317
13318 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13319
13320         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13321         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13322         change.
13323
13324 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13327         bind the default value of enable-multibyte-characters to nil.
13328
13329 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * message.el (message-forward-make-body-plain)
13332         (message-forward-make-body-mml):
13333         Don't use mm-with-unibyte-current-buffer.
13334
13335 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13336
13337         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13338
13339 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13340
13341         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13342         (Bug#5592).
13343
13344 2010-05-07  Julien Danjou  <julien@danjou.info>
13345
13346         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13347         it to mm-pipe-part.
13348
13349         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13350         it is given.
13351
13352 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * binhex.el (binhex-decode-region-internal):
13355         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13356         (dns-query):
13357         * nnweb.el (nnweb-gmane-search):
13358         * pgg-parse.el (pgg-parse-armor):
13359         * pgg.el (pgg-verify-region):
13360         * sha1.el (sha1-string-external):
13361         * uudecode.el (uudecode-decode-region-internal):
13362         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13363         XEmacs.
13364
13365         * gnus-art.el (gnus-article-browse-html-parts):
13366         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13367         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13368         make-temp-file.
13369
13370         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13371         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13372         compiling.
13373
13374         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13375         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13376         XEmacs when compiling.
13377
13378         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13379         gnus-pick-mode-off-hook for XEmacs when compiling.
13380         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13381         gnus-binary-mode-off-hook for XEmacs when compiling.
13382
13383         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13384         Return nil if char-charset is not available.
13385
13386         * imap.el (imap-disable-multibyte)
13387         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13388         macros.
13389
13390         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13391         instead of encode-coding-string.
13392
13393         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13394         'xemacs) instead of mm-emacs-mule to switch function definitions.
13395         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13396
13397         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13398         bind temporary-file-directory for XEmacs;
13399         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13400         timer-set-function for XEmacs 21.4 and SXEmacs;
13401         bind timer-list for XEmacs 21.4 and SXEmacs;
13402         fbind char-charset and find-charset-region for non-Mule XEmacs;
13403         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13404         encode-coding-region and encode-coding-string for XEmacs having no
13405         file-coding feature.
13406
13407 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13408
13409         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13410
13411 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13414         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13415
13416 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13417
13418         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13419         alias `jka-compr-delete-temp-file' no longer exists.
13420
13421 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13422
13423         Use define-minor-mode in Gnus where applicable.
13424         * mml.el (mml-mode): Use define-minor-mode.
13425         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13426         (gnus-undo-mode): Use define-minor-mode.
13427         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13428         (gnus-dead-summary-mode): Use define-minor-mode.
13429         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13430         Initialize in declaration.
13431         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13432         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13433         (gnus-mailing-list-mode): Use define-minor-mode.
13434         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13435         (gnus-draft-mode): Use define-minor-mode.
13436         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13437         (gnus-dired-mode): Use define-minor-mode.
13438
13439 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13440
13441         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13442         handles on recursive mml-to-mime translation and check them for
13443         boundary delimiter collisions.  Reported by Greg Troxel.
13444
13445 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13448
13449 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13450
13451         * mm-util.el (mm-find-buffer-file-coding-system):
13452         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13453
13454 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13455
13456         * message.el (message-generate-headers): Record insertion of optional
13457         headers as well.  Otherwise the check to prevent repeated insertion of
13458         optional headers is a no-op.
13459
13460 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13461
13462         * smime.el: Don't mention CVS.
13463
13464         * nnrss.el (nnrss-fetch): Don't mention CVS.
13465
13466         * nnir.el: Don't mention CVS.
13467
13468 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13469
13470         * gnus-sum.el (gnus-summary-bookmark-make-record):
13471         Add `location' field.
13472
13473 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * lpath.el: Fbind bookmark-default-handler,
13476         bookmark-get-bookmark-record, bookmark-make-record-default,
13477         bookmark-prop-get for Emacs <23 and XEmacs.
13478
13479 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13480
13481         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13482         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13483         Use with-current-buffer to silence the byte-compiler.
13484         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13485         bother to require `gnus'.
13486         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13487
13488 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13489
13490         * gnus-sum.el (gnus-summary-bookmark-make-record)
13491         (gnus-summary-bookmark-jump): New functions.
13492         (gnus-summary-mode): Setup bookmark support.
13493
13494 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13495
13496         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13497         if set.
13498
13499 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13502         gnus-article-browse-html-save-cid-image; make it work recursively for
13503         forwarded messages as well.
13504         (gnus-article-browse-html-parts): Work when prefix arg is given.
13505         (gnus-article-browse-html-article): Doc fix.
13506
13507 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13508
13509         * message.el (message-default-mail-headers)
13510         (message-default-headers): Carry the value mail-default-headers over
13511         into message-default-mail-headers, rather than message-default-headers.
13512
13513 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13514
13515         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13516         charset.
13517
13518         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13519         charset into the <meta> tag when the article is encoded to utf-8.
13520
13521 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * gnus-art.el (gnus-article-browse-delete-temp-files):
13524         Delete directories as well.
13525         (gnus-article-browse-html-parts): Work for images that do not specify
13526         file names; delete temp directory when quitting; insert header at the
13527         right place; use file: scheme for image files.
13528
13529 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13530
13531         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13532         (gnus-article-browse-html-parts): Use it to make temporary cid image
13533         files in addition to html file so that browser may display them.
13534
13535 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13538
13539 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13540
13541         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13542
13543 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13544
13545         * auth-source.el (auth-sources): Change default to be simpler.
13546         Explain about Secret Service API sources.  Improve Customize options.
13547         (auth-source-pick): Change to accept any number of search parameters.
13548         Implement fallbacks iteratively, not recursively.  Add scoring on the
13549         second pass and sort by score.  Call Secret Service API when needed.
13550         (auth-source-user-or-password): Use it.  Call Secret Service API
13551         directly when needed to get the user name and the password.
13552
13553 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13554
13555         * message.el (message-interactive): Doc fix.
13556         (message-qmail-inject-args): Reflow.
13557         (message-kill-to-signature): Fix typo in docstring.
13558
13559         * smiley.el (smiley-buffer): Fix typo in docstring.
13560
13561 2010-03-24  Glenn Morris  <rgm@gnu.org>
13562
13563         * mail-source.el (gnus-message): Declare.
13564         (mail-source-delete-old-incoming): Require gnus-util.
13565
13566 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13569
13570         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13571
13572         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13573         password-cache's default if it is not bound.
13574         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13575         password-cache-expiry's default if it is not bound.
13576
13577         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13578         available in Emacs 21.
13579
13580         * lpath.el: Suppress compiler warnings for:
13581         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13582         XEmacs;
13583         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13584         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13585         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13586
13587 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13588
13589         * auth-source.el (auth-sources): Fix up definition so extra parameters
13590         are always inline.
13591
13592 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13593
13594         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13595         wasn't updated after mismatch.  Clear cached mailbox info correctly
13596         when uidvalidity changes.
13597         (nnimap-group-prefixed-name): New function to avoid some code
13598         duplication.
13599         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13600         (nnimap-request-group): Use it.
13601         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13602         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13603         with many imap folders.  This is done by caching the group status from
13604         the imap server persistently in a group parameter `imap-status'.  (This
13605         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13606         but not persistently, so every Gnus startup was still very slow.)
13607
13608 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13609
13610         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13611         delete the extra newline.  Otherwise editing of :string and :number
13612         types don't work.
13613
13614 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13615
13616         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13617         secrets.el dependency.
13618         (auth-sources): Add optional user name.  Add secrets.el configuration
13619         choice (unused right now).
13620
13621 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13622
13623         * gnus-sum.el (gnus-summary-make-menu-bar):
13624         Let `gnus-registry-install-shortcuts' fill in the functions.
13625
13626         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13627         warnings.
13628         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13629         (gnus-registry-install-shortcuts): Populate and use it in a
13630         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13631
13632 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13633
13634         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13635         In-place substitutions for the group name encoding/decoding.
13636         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13637         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13638         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13639         (nnimap-update-unseen, nnimap-request-list)
13640         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13641         (nnimap-request-set-mark, nnimap-split-to-groups)
13642         (nnimap-split-articles, nnimap-request-newgroups)
13643         (nnimap-request-create-group, nnimap-request-accept-article)
13644         (nnimap-request-delete-group, nnimap-request-rename-group)
13645         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13646         `encoded-mbx' for consistency.
13647         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13648         variable `imap-current-mailbox'.
13649
13650         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13651         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13652
13653 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13654
13655         * pop3.el (pop3-display-message-size-flag): Display message size byte
13656         counts during POP3 download.
13657         (pop3-movemail): Use it.
13658         (pop3-list): Implement listing of available messages.
13659
13660 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13661
13662         * nnir.el (nnir-get-article-nov-override-function): New function to
13663         override the normal NOV retrieval.
13664         (nnir-retrieve-headers): Use it.
13665
13666 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13667
13668         * auth-source.el (netrc-machine-user-or-password): Autoload.
13669
13670 2010-03-19  Glenn Morris  <rgm@gnu.org>
13671
13672         Stop message.el from loading about 40 libraries it doesn't always need.
13673         The general approach is to autoload rather than require, and to
13674         require in the specific functions rather than the file.  (Bug#5642)
13675
13676         * gmm-utils.el: Don't require wid-edit.
13677         (widget-create-child-value, widget-convert, widget-default-get):
13678         Autoload.
13679
13680         * gnus-util.el: Don't require time-date, netrc.
13681         (message-fetch-field, gnus-group-name-decode): Declare rather than
13682         autoloading.
13683         (gnus-fetch-field): Require message.
13684         (gnus-decode-newsgroups): Require gnus-group.
13685
13686         * ietf-drums.el: Don't require time-date.
13687
13688         * message.el: Don't require hashcash, canlock, ecomplete.
13689         Do require mail-utils.  Require nnheader only when compiling.
13690         (smtpmail-default-smtp-server): Remove declaration.
13691         (message-send-mail-function): Check smtpmail-default-smtp-server
13692         is bound rather than requiring smtpmail.
13693         (message-auto-save-directory, message-insert-signature):
13694         Use expand-file-name rather than nnheader-concat.
13695         (nnheader-insert-file-contents): Autoload.
13696         (hashcash-wait-async): Declare.
13697         (message-send-mail): Only call gnus-setup-posting-charset if
13698         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13699         (message-send-mail-with-sendmail): Require sendmail.
13700         (canlock-password, canlock-password-for-verify): Declare.
13701         (message-canlock-password): Require canlock.
13702         (nnheader-get-report): Autoload.
13703         (gnus-setup-posting-charset): Declare.
13704         (message-send-news): Require gnus-msg.
13705         (message-make-references, message-make-in-reply-to): Use mail-header-id
13706         rather than the alias mail-header-message-id.
13707         (ecomplete-add-item, ecomplete-save): Declare.
13708         (message-put-addresses-in-ecomplete): Require ecomplete.
13709         (ecomplete-display-matches): Autoload.
13710
13711         * mm-decode.el: Don't require mailcap, gnus-util.
13712         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13713         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13714         Autoload.
13715         (mailcap-mime-extensions): Declare.
13716
13717         * mm-encode.el: Don't require mailcap.
13718         (mailcap-extension-to-mime): Autoload.
13719
13720         * mml-sec.el: Don't require password-cache.
13721
13722         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13723         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13724         (mml-minibuffer-read-type): Require mailcap.
13725         (mml-preview): Require gnus-msg.
13726
13727         * mml1991.el: Require password-cache.
13728         (password-cache-expiry): Remove declaration.
13729
13730         * mml2015.el: Require password-cache.
13731         (password-cache-expiry): Remove declaration.
13732
13733         * nneething.el (mailcap): Require mailcap.
13734
13735         * nnheader.el (declare-function): Add compatibility stub.
13736         (message-remove-header): Declare rather than autoload.
13737         (nnheader-replace-header): Require message.
13738
13739         * nnimap.el (declare-function): Add compatibility stub.
13740         (netrc-parse, netrc-machine-user-or-password): Declare.
13741         (nnimap-open-connection): Require netrc.
13742
13743         * nntp.el (declare-function): Add compatibility stub.
13744         (netrc-parse, netrc-machine, netrc-get): Declare.
13745         (nntp-send-authinfo): Require netrc.
13746
13747         * rfc2047.el: Don't require qp.
13748         (quoted-printable-encode-region, quoted-printable-decode-string):
13749         Autoload.
13750
13751         * sieve-mode.el: Don't require easymenu.
13752         (easy-menu-add-item): Autoload it.
13753
13754         * spam-stat.el (time-to-number-of-days): Autoload it.
13755
13756 2010-03-19  Glenn Morris  <rgm@gnu.org>
13757
13758         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13759
13760 2010-03-18  Glenn Morris  <rgm@gnu.org>
13761
13762         * hashcash.el (declare-function): Remove duplicate definition.
13763
13764 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13765
13766         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13767         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13768         value if any backslash escapes).
13769
13770 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13773         if it is available.  (bug#5647)
13774
13775         * lpath.el: Suppress compiler warning for coding-system-from-name for
13776         Emacs 21 and XEmacs.
13777
13778 2010-03-14  Juri Linkov  <juri@jurta.org>
13779
13780         * hmac-def.el:
13781         * hmac-md5.el:
13782         * netrc.el: Fix keywords.
13783
13784 2010-02-26  Glenn Morris  <rgm@gnu.org>
13785
13786         * message.el (message-send-mail-function): Change the default, so that
13787         it inherits from a customized send-mail-function.  (Bug#5643)
13788
13789 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13790
13791         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13792         shell-command-to-string signals an error (bug#5299).
13793
13794 2010-02-24  Glenn Morris  <rgm@gnu.org>
13795
13796         * message.el (message-smtpmail-send-it)
13797         (message-send-mail-with-mailclient): Doc fixes.
13798
13799 2010-02-16  Glenn Morris  <rgm@gnu.org>
13800
13801         * message.el (message-default-mail-headers): Change the default value
13802         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13803
13804 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13807         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13808
13809 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13810
13811         * time-date.el (date-to-time): Doc fix (Bug#5408).
13812
13813 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13814
13815         * message.el (message-mail): Just pass yank-action on to message-setup.
13816         (message-setup): Handle (FUN . ARGS) form of yank-action.
13817         (message-with-reply-buffer, message-widen-reply)
13818         (message-yank-original): Handle non-buffer values of
13819         message-reply-buffer (Bug#4080).
13820         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13821
13822 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13823
13824         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13825         Fix typo in docstring.
13826
13827 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13828
13829         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13830         response.
13831
13832 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13835
13836         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13837
13838         * message.el (message-check-news-header-syntax): Protect against a
13839         string that `rfc822-addresses' returns when parsing fails.
13840
13841 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13844         (gnus-previous-char-property-change): New functions.
13845
13846         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13847
13848 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13849
13850         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13851         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13852
13853 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13854
13855         * message.el (message-exchange-point-and-mark): Rework last change to
13856         avoid using optional arg of exchange-point-and-mark, for backward
13857         compatibility.
13858
13859 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13860
13861         * message.el (message-exchange-point-and-mark):
13862         Call exchange-point-and-mark with an argument rather than setting
13863         mark-active by hand (Bug#5175).
13864
13865 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * nntp.el (nntp-service-to-port): Work for service expressed with
13868         numeric string; replace [:digit:] with [0-9] for XEmacs.
13869
13870 2009-12-17  Glenn Morris  <rgm@gnu.org>
13871
13872         * gnus-group.el (gnus-bug-group-download-format-alist):
13873         Change emacs entry to debbugs.gnu.org.  Bump :version.
13874
13875 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13878
13879 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * message.el (message-info): Explain why we use `Info-goto-node'.
13882
13883 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13886
13887 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13888
13889         * message.el (message-completion-in-region): New compatibility function.
13890         (message-expand-group): Use it.
13891
13892 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13895         with no unread article should be listed if the 2nd arg `predicate' is
13896         given.
13897
13898 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13901
13902 2009-11-29  Juri Linkov  <juri@jurta.org>
13903
13904         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13905         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13906         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13907
13908 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13909
13910         * sha1.el (sha1-string-external): default-directory "/" in case
13911         otherwise non-existent.  process-connection-type pipe for touch of
13912         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13913
13914 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13915
13916         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13917         it's comms related and sgml-mode.el has "comm" on that basis too.
13918
13919 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13922         containing tspecial characters if they have been already quoted.
13923
13924 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13925
13926         * dns-mode.el (auto-mode-alist): Purecopy string.
13927
13928 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13929
13930         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13931
13932 2009-10-24  Glenn Morris  <rgm@gnu.org>
13933
13934         * gnus-art.el (help-xref-stack-item): Define for compiler.
13935
13936 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13937
13938         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13939
13940 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13943
13944 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13947         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13948
13949 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13952         (gnus-overlays-in): New alias to overlays-in.
13953
13954         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13955         gnus-overlay-get, and gnus-delete-overlay.
13956         (gnus-summary-show-thread): Make it work as well for systems in which
13957         next-single-char-property-change is not available.
13958         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13959
13960         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13961         (gnus-overlay-get): New alias to extent-property.
13962         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13963
13964         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13965         SXEmacs.
13966
13967         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13968         SXEmacs.
13969
13970 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13971
13972         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13973
13974 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13975
13976         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13977         and XEmacs that don't have `remove-overlays'.
13978
13979 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13980
13981         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13982         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13983         selective display.  Use overlays instead.
13984
13985 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13986
13987         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13988
13989 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13990
13991         * spam-stat.el (spam-stat-load): Fix typo in message.
13992
13993 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13994
13995         * dig.el (dig-invoke): Fix typo in docstring.
13996         (query-dig): Reflow docstring.
13997
13998 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13999
14000         * gnus-art.el (gnus-article-encrypt-body):
14001         * message.el (message-check-recipients):
14002         * mm-util.el (mm-codepage-setup):
14003         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14004         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14005
14006 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14007
14008         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14009         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14010         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14011         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14012         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14013
14014 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14015
14016         * dig.el: Add "Keywords: comm", as per net-utils.el.
14017
14018 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14019
14020         * dig.el (dig-mode): Use define-derived-mode.
14021
14022 2009-09-19  Glenn Morris  <rgm@gnu.org>
14023
14024         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14025
14026 2009-09-18  Glenn Morris  <rgm@gnu.org>
14027
14028         * gnus-diary.el (gnus-diary-check-message):
14029         * message.el (message-insert-formatted-citation-line):
14030         * nnbabyl.el (top-level):
14031         * nndiary.el (nndiary-schedule):
14032         Fix typos in condition-case handlers.
14033
14034 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14037         configuration that provides the sole article window in a frame;
14038         position point correctly after deleting a part.
14039
14040 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14041
14042         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14043         (spam-resolve-registrations-routine): Use it to unregister articles
14044         that change status.
14045
14046 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14049         with XEmacs.
14050         (parse-time-string-chars): Use it.
14051
14052 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14053
14054         * imap.el (imap-interactive-login): Better messages.
14055         (imap-open): Fix bug with renamed buffer on reconnect.
14056         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14057         for easier debugging and cleaner code.  On successful (guessed based on
14058         server capabilities) secondary authentication, set imap-state
14059         correctly.
14060         (imap-last-authenticator): Define imap-last-authenticator as a variable
14061         to avoid warnings.
14062
14063 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * nnrss.el (nnrss-request-article): Remove binding of
14066         default-enable-multibyte-characters that has gotten needless by
14067         the 2007-07-13 change in rfc2047-encode-message-header.
14068
14069         * mml.el (mml-insert-multipart): Error on the message header.
14070         (mml-insert-part): Error on the message header; position point at
14071         the end of a MIME tag.
14072
14073 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * time-date.el (autoload): Expand define-obsolete-function-alias into
14076         defalias and make-obsolete for old Emacsen that Gnus supports.
14077         (with-no-warnings): Define it for old Emacsen.
14078         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14079         is available.
14080         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14081         float-time is available; suppress compile warning for time-to-seconds.
14082
14083         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14084         (gnus-float-time): Alias to float-time if it exists.
14085
14086         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14087         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14088         float-time is available; suppress compile warning for time-to-seconds.
14089
14090         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14091         XEmacs.
14092
14093 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14094
14095         * imap.el (imap-message-map): Docstring fix.
14096
14097 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14100         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14101         Add the optional argument `encoding' that overrides the default.
14102
14103         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14104         mm-encode-buffer.
14105
14106 2009-09-04  Glenn Morris  <rgm@gnu.org>
14107
14108         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14109         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14110         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14111         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14112         * mm-util.el (mm-with-unibyte-current-buffer)
14113         (mm-find-buffer-file-coding-system):
14114         * yenc.el (yenc-decode-region): Use default-value rather than
14115         default-enable-multibyte-characters.
14116
14117 2009-09-03  Glenn Morris  <rgm@gnu.org>
14118
14119         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14120         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14121         than default-enable-multibyte-characters.
14122
14123 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14124
14125         * gnus-art.el (gnus-article-read-summary-keys):
14126         Fix gnus-buffer-configuration's value temporarily used.
14127
14128 2009-09-02  Glenn Morris  <rgm@gnu.org>
14129
14130         * gnus-util.el (gnus-float-time): New function.
14131         * gnus-delay.el (gnus-delay-article):
14132         * gnus-sum.el (gnus-thread-latest-date):
14133         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14134         * nnspool.el (nnspool-request-newgroups):
14135         Use gnus-float-time rather than time-to-seconds.
14136         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14137
14138         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14139         (gnus-header-subject-face, gnus-header-newsgroups-face)
14140         (gnus-header-name-face, gnus-header-content-face):
14141         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14142         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14143         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14144         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14145         (gnus-cite-face-11):
14146         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14147         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14148         (gnus-server-closed-face, gnus-server-denied-face)
14149         (gnus-server-offline-face):
14150         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14151         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14152         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14153         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14154         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14155         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14156         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14157         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14158         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14159         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14160         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14161         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14162         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14163         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14164         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14165         (gnus-summary-high-undownloaded-face)
14166         (gnus-summary-low-undownloaded-face)
14167         (gnus-summary-normal-undownloaded-face)
14168         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14169         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14170         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14171         (gnus-splash-face):
14172         * message.el (message-header-to-face, message-header-cc-face)
14173         (message-header-subject-face, message-header-newsgroups-face)
14174         (message-header-other-face, message-header-name-face)
14175         (message-header-xheader-face, message-separator-face)
14176         (message-cited-text-face, message-mml-face):
14177         * sieve-mode.el (sieve-control-commands-face)
14178         (sieve-action-commands-face, sieve-test-commands-face)
14179         (sieve-tagged-arguments-face):
14180         * spam.el (spam-face):
14181         Mark face aliases with "-face" in the name as obsolete.
14182
14183 2009-09-01  Glenn Morris  <rgm@gnu.org>
14184
14185         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14186         than goto-line.
14187
14188 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14191         Don't move point if the command is invoked inside the message header.
14192
14193 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14194
14195         * imap.el (imap-send-command): Simplify.
14196         (imap-wait-for-tag): point-max -> buffer-size.
14197
14198 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14199
14200         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14201         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14202         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14203         * nnir.el (nnir-swish-e-index-file):
14204         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14205         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14206         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14207         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14208         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14209         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14210
14211 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14214         Don't save excursion.
14215
14216 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14217
14218         * nnheader.el (nnheader-find-file-noselect):
14219         * mm-util.el (mm-insert-file-contents):
14220         Use (default-value 'major-mode) instead of default-major-mode.
14221
14222 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14223
14224         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14225
14226 2009-08-26  Glenn Morris  <rgm@gnu.org>
14227
14228         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14229         than placing in files.el.
14230
14231 2009-08-25  Glenn Morris  <rgm@gnu.org>
14232
14233         * nnir.el (top-level): Don't require cl at run-time.
14234         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14235         Replace cl-function substitute with gnus-replace-in-string.
14236         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14237         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14238         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14239         simplified expansions.
14240
14241 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14242
14243         * dig.el (dig): Add autoload cookie.
14244
14245 2009-08-22  Glenn Morris  <rgm@gnu.org>
14246
14247         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14248         goto-line.
14249
14250 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14251
14252         * parse-time.el (parse-time-string-chars): Save match data.
14253
14254 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14255
14256         * parse-time.el (parse-time-string-chars): Compute using character
14257         classes, to handle non-ascii characters (Bug#3190).
14258
14259 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14262
14263         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14264         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14265         (gnus-mm-display-part, gnus-mime-display-single)
14266         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14267         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14268
14269         * gnus-sum.el
14270         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14271         (gnus-summary-move-article): Add expirable mark to articles copied or
14272         moved to group that has auto-expire turned on if the option is non-nil.
14273
14274 2009-07-24  Glenn Morris  <rgm@gnu.org>
14275
14276         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14277         Fix typo.  (Bug#3903)
14278
14279 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14282         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14283         that should not be used for draft articles.
14284         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14285         that has no concern in minor mode keys.
14286         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14287         Abolish.
14288
14289 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14292         article without making inquiry to a user for unknown encoding.
14293
14294         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14295         (nnmaildir--scan): Assume i-node and device number that file-attributes
14296         returns might be cons-cell.
14297
14298         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14299
14300         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14301
14302 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14303
14304         * auth-source.el: Remove docs now in auth.texi.  Don't use
14305         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14306         `auth-source-hide-passwords' and use them.
14307
14308 2009-07-15  Glenn Morris  <rgm@gnu.org>
14309
14310         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14311
14312 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14315         excessive whitespace from the default values of title and description.
14316
14317 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14320         mail-fetch-field to fetch Content-Description header in order to
14321         exclude newlines.
14322
14323 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14324
14325         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14326         format used by GnuPG 2.0.11.
14327
14328 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14331         to deleted part.
14332
14333 2009-05-30  David Engster  <dengste@eml.cc>
14334
14335         * nnmairix.el: Remove old documentation in the commentary block.
14336         (nnmairix-request-group): Do not update active file for nnml back ends.
14337         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14338         end so that overview files are ignored.
14339         (nnmairix-update-groups): Make updating the groups more robust by using
14340         marks.
14341         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14342         with dollar characters in message-id.
14343
14344 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14345
14346         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14347         2008-12-25 in dns.el.
14348
14349 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14350
14351         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14352         could happen if the text is only composed of spaces and/or tabs.
14353
14354 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14355
14356         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14357         when sending a queued message to avoid extra mml tags.
14358
14359 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14362
14363 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14366         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14367         rmail-toggle-header for XEmacs;
14368         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14369
14370 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * gnus-dired.el: Remove autoload for gnus-setup-message.
14373         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14374         displaying Gnus logo; always use compose-mail.
14375
14376 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14379
14380 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14383         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14384         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14385         available.
14386         (gnus-nocem-epg-verify): New function.
14387
14388 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14391
14392 2009-02-15  Glenn Morris  <rgm@gnu.org>
14393
14394         * gnus-util.el (rmail-insert-rmail-file-header)
14395         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14396         autoloads.
14397         (rmail-default-rmail-file): Remove unnecessary declaration.
14398         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14399
14400 2009-02-14  Glenn Morris  <rgm@gnu.org>
14401
14402         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14403         variable (only used in gnus-util, which declares it anyway).
14404         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14405         which was only needed by gnus-art (changed to not use it any more).
14406         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14407         only used in gnus-util, which autoloads it itself.
14408         (rmail-update-summary): Fix autoload.
14409
14410         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14411         rather than rmail-output-to-rmail-file.
14412
14413 2009-02-07  Glenn Morris  <rgm@gnu.org>
14414
14415         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14416         autoload of function that no longer exists.
14417         (rmail-toggle-header): Declare.
14418         (message-forward-rmail-make-body): Handle mbox Rmail.
14419
14420 2009-01-31  Glenn Morris  <rgm@gnu.org>
14421
14422         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14423         2009-01-09 change.
14424
14425 2009-01-31  Dave Love  <fx@gnu.org>
14426
14427         * imap.el (imap-fetch-safe): Bind debug-on-error.
14428         (imap-debug): Add imap-fetch-safe.
14429
14430 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14431
14432         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14433         (auth-source-forget-all-cached): New convenience function.
14434         (auth-source-user-or-password): Accept list of modes or a single mode.
14435
14436         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14437         auth-source modes.
14438
14439         * netrc.el (netrc-machine-user-or-password): Use list of
14440         auth-source modes.
14441
14442         * nnimap.el (nnimap-open-connection): Use list of
14443         auth-source modes.
14444
14445         * nntp.el (nntp-send-authinfo): Use list of
14446         auth-source modes.
14447
14448 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14449
14450         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14451         now.
14452
14453 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14456         coding system in XEmacs; add a workaround for XEmacs.
14457
14458         * lpath.el: Fbind coding-system-aliasee.
14459
14460 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14463         of current-language-environment.
14464
14465 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14466
14467         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14468         available at runtime.
14469
14470 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14473
14474 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14475
14476         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14477         the greatest positive fixnum value doesn't work under an XEmacs with
14478         bignum support; use the most-positive-fixnum constant instead,
14479         available since Emacs 21.1 with cl and XEmacs 21.1.
14480
14481 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14484         XEmacs gets not to work.
14485
14486 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * mm-util.el (mm-coding-system-priorities): Allow the value like
14489         "Japanese (UTF-8)" of current-language-environment.
14490
14491 2009-01-09  Glenn Morris  <rgm@gnu.org>
14492
14493         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14494         with last-command-event.
14495
14496 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14499         in the doc string.
14500
14501         * message.el (message-fix-before-sending): Amend comment.
14502
14503 2009-01-08  Dave Love  <fx@gnu.org>
14504
14505         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14506
14507 2009-01-07  David Engster  <dengste@eml.cc>
14508
14509         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14510         simplified server definitions by converting it via
14511         gnus-server-to-method.
14512
14513 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14516         parameter's operands.
14517
14518 2009-01-06  David Engster  <dengste@eml.cc>
14519
14520         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14521         primary select method (for gnus-group-mark-article-as-read).
14522
14523 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14524
14525         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14526         `(gnus)Face', not `(gnus)X-Face'.
14527
14528 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * mm-util.el (mm-ucs-to-char): New function.
14531
14532         * mm-url.el (mm-url-decode-entities): Use it.
14533
14534         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14535         unicode-to-char.
14536
14537 2009-01-05  Dave Love  <fx@gnu.org>
14538
14539         * time-date.el: Require cl for `declare'.
14540
14541 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14544         Dave Love.
14545
14546 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14547
14548         * message.el (message-fix-before-sending): Add `eight-bit' to
14549         illegible-text check.
14550
14551 2009-01-03  Michael Olson  <mwolson@gnu.org>
14552
14553         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14554         `headers' is nil.  This can occur if the IMAP server does not have
14555         permissions to read messages from a folder, but can write new messages
14556         to the folder.
14557         (nnimap-request-article-part): Do not insert `data' if it is nil.
14558
14559         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14560         characters which will confuse `read', so skip past them.
14561
14562 2009-01-01  Dave Love  <fx@gnu.org>
14563
14564         * imap.el (imap-string-to-integer): Fix typo.
14565         (imap-fetch-safe): New function.
14566         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14567
14568         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14569
14570         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14571         (imap-parse-greeting): Fix doc strings.
14572         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14573         (imap-parse-flag-list): Make messages unique.
14574         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14575
14576         * nnimap.el: Fix author email.
14577         (nnimap-split-rule): Add FIXME comment.
14578         (nnimap-debug): Fix doc string.
14579
14580 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14583
14584 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14587         nslookup if resolv.conf isn't available.
14588         (dns-query): Rename from query-dns.
14589         (dns-query-cached): Rename from query-dns-cached.
14590
14591 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14594         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14595         to check if those variables exist (first appeared in Emacs 18.50).
14596
14597 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * mm-util.el (mm-line-number-at-pos): New function.
14600
14601         * spam-report.el (spam-report-process-queue): Use it.
14602
14603 2008-12-24  David Engster  <dengste@eml.cc>
14604
14605         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14606         parameters that haven't existed as variables as buffer-local variables.
14607
14608 2008-12-23  Dave Love  <fx@gnu.org>
14609
14610         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14611         cadar.
14612
14613         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14614         imap-starttls-p.
14615         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14616
14617 2008-12-22  Dave Love  <fx@gnu.org>
14618
14619         * imap.el: Fix author email.  Doc fixes.
14620         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14621         reply.
14622
14623 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * spam-report.el (spam-report-gmane-max-requests): New constant.
14626         (spam-report-gmane-wait): New variable.
14627         (spam-report-gmane-ham, spam-report-gmane-spam)
14628         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14629         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14630         the server.
14631
14632         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14633         Add explanations.
14634
14635         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14636         nnheader-accept-process-output and nnheader-read-timeout if available.
14637         (pop3-movemail): Use it.
14638
14639         * message.el (message-check-news-body-syntax): Fix signature check if
14640         there's an attachment.
14641
14642 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * mm-util.el: Add comments to the mm- emulating functions.
14645
14646 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14649         Reported by Stephen Berman <stephen.berman@gmx.net>.
14650
14651 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * mm-util.el (mm-substring-no-properties): New function.
14654         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14655         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14656         (mm-string-to-multibyte): Doc fix.
14657
14658         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14659
14660 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14661
14662         * mml.el (mml-attach-file): Strip text properties from file name.
14663         (Bug#1574)
14664
14665 2008-12-16  Glenn Morris  <rgm@gnu.org>
14666
14667         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14668
14669 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14672         knows since the charset specified might be a bogus alias that
14673         mm-charset-synonym-alist provides.
14674
14675 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14678         "ISO_8859-1".
14679
14680         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14681
14682 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * mm-util.el (mm-charset-eval-alist):
14685         Define it before mm-charset-to-coding-system.
14686         (mm-charset-to-coding-system): Add optional argument `silent';
14687         define it before mm-charset-override-alist.
14688         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14689         default value if it can be used in Emacs currently running;
14690         silence mm-charset-to-coding-system.
14691
14692 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14695         `allow-override' which says whether to use `mm-charset-override-alist'.
14696         (rfc2047-decode-encoded-words): Use it.
14697
14698         * mm-util.el (mm-charset-override-alist): Fix custom type;
14699         add `(gb2312 . gbk)' to choices.
14700
14701 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14704         fast.
14705
14706         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14707
14708         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14709
14710 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14711
14712         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14713         on links.
14714
14715         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14716
14717 2008-12-03  Lute Kamstra  <lute@gnu.org>
14718
14719         * sha1.el: Remove leading * from docstrings of defcustoms,
14720         deffaces, defconsts and defuns.
14721
14722 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14725         users' addresses that don't have domain parts.
14726         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14727         rather than message-narrow-to-head since there will be the message
14728         header separator.
14729
14730 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14731
14732         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14733         since the result is inserted in a unibyte buffer anyway.
14734         (nnimap-demule-use-string-to-multibyte): Remove.
14735         (nnimap-demule): Alias it to mm-string-to-multibyte.
14736
14737 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14740         variable for debugging bug#464 and bug#1174.
14741         (nnimap-demule): Use it.
14742
14743 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14744
14745         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14746         score calculation correctly.
14747
14748 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14749
14750         * message.el (message-send-mail): Just set the buffer to unibyte
14751         rather than use mm-with-unibyte-current-buffer which does a lot more.
14752         (message-send-mail-partially): Don't bother with
14753         mm-with-unibyte-current-buffer since it's already been made unibyte by
14754         message-send-mail.
14755
14756 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14757
14758         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14759
14760 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14761
14762         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14763
14764 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14767         require itself and to remove `with-no-warnings'.
14768
14769 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14770
14771         * starttls.el (starttls-any-program-available): Get the name of the
14772         available TLS layer program.
14773         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14774         well as the host name in the "opening" message.
14775
14776         * auth-source.el (auth-source-cache, auth-source-do-cache)
14777         (auth-source-user-or-password): Cache passwords and logins by default,
14778         allow override with `auth-source-do-cache'.
14779         (auth-source-forget-user-or-password): Allow users to remove cache
14780         entries if needed.
14781
14782 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14783
14784         * md4.el (md4-buffer): Fix typo in docstring.
14785         (md4, md4-64): Doc fixes.
14786         (md4-pack-int32): Reflow docstring.
14787
14788 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14789
14790         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14791         condition-case to only the forward-sexp call.
14792
14793 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14794
14795         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14796         quotes contained.  Make it more robust regardless by an extra
14797         condition-case wrapper.
14798
14799 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14802
14803 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * nnml.el (nnml-request-expire-articles): Check if the function set to
14806         `nnmail-expiry-target' returns the symbol `delete'.
14807
14808         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14809
14810         * nnmail.el (nnmail-expiry-target): Fix custom type.
14811
14812 2008-10-02  Glenn Morris  <rgm@gnu.org>
14813
14814         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14815         Silence compiler warning.
14816
14817 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14818
14819         * tls.el (open-tls-stream): Show the actual command being
14820         executed, instead of the format string.
14821
14822 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * lpath.el: Fbind codepage-setup for Emacs 23.
14825
14826 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14827
14828         * mml.el (mml-menu): Don't assume mml2015 is bound.
14829
14830 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14833         exists.
14834
14835 2008-09-27  Glenn Morris  <rgm@gnu.org>
14836
14837         * gnus-util.el (mail-header-remove-comments): Autoload it.
14838
14839 2008-09-27  Andreas Schwab  <schwab@suse.de>
14840
14841         * gnus-util.el (gnus-split-references): Strip comments.
14842         (gnus-parent-id): Likewise.
14843
14844 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14845
14846         * message.el (message-confirm-send): Fix version.
14847
14848 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * message.el (message-idna-to-ascii-rhs-1): Use
14851         mail-extract-address-components rather than mail-header-parse-addresses
14852         that is an alias by default to ietf-drums-parse-addresses that does not
14853         support non-ASCII names in headers' contents.
14854
14855 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14856
14857         * message.el (message-confirm-send): Fix variable documentation to
14858         avoid the "y/n" wording.
14859
14860 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14861
14862         * message.el (message-set-auto-save-file-name): Save to a different
14863         filename so multiple messages (especially drafts) can be recovered.
14864
14865 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14866
14867         * message.el (message-confirm-send): Add appropriate version.
14868
14869 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14870
14871         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14872         defvar.
14873
14874 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14875
14876         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14877         (mm-pkcs7-enveloped-magic): Ditto.
14878
14879 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14880
14881         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14882         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14883
14884 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14887         default, it's better.
14888
14889 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14890
14891         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14892         summary line gnus-number property and ignore them (with a warning
14893         message).
14894
14895 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14898         macro caddr in the interactive form since it won't be expanded.
14899
14900 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14903         `charset'; fix name of function called recursively.
14904         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14905
14906 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14909         (gnus-mime-set-charset-parameters): New function.
14910         (gnus-mime-view-part-as-charset): Use it to correctly display part
14911         specifying wrong charset.
14912
14913 2008-09-08  David Engster  <dengste@eml.cc>
14914
14915         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14916         in completing-read for back end server.
14917
14918 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14919
14920         * message.el (message-confirm-send): New variable to confirm sending a
14921         message.
14922         (message-send): Use it.
14923
14924 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14925
14926         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14927
14928 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14931
14932 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14933
14934         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14935         prevent tracking too many groups.
14936         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14937         Use it.
14938
14939 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14940
14941         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14942         moving point to the bottom of the window in order to avoid recentering.
14943
14944 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14947
14948         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14949         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14950         (gnus-article-beginning-of-window): Fix calculation.
14951
14952 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-msg.el (gnus-summary-supersede-article)
14955         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14956         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14957         message header.
14958
14959 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14960
14961         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14962         pending output coming after the status change.
14963
14964 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14965
14966         * message.el:
14967         * gnus-start.el:
14968         * gnus-registry.el: Remove VMS support.
14969
14970 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14973         macro.
14974         (rfc2104-hash): Use it.
14975
14976 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14979         (gnus-summary-sort-by-most-recent-date): New commands.
14980         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14981         and menu entries.
14982
14983 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14986         don't redisplay article for raw contents; remove plural articles stuff.
14987
14988         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14989         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14990         on gnus-summary-save-article; display results properly.
14991
14992 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * lpath.el: No need to fbind ns-focus-frame.
14995
14996 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14999
15000 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-art.el (gnus-summary-save-in-pipe):
15003         Consider gnus-save-all-headers.
15004
15005 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15006
15007         * gnus-util.el (ns-focus-frame): Remove declaration.
15008         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15009         like x.
15010
15011 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15012
15013         * rfc2104.el (rfc2104-zero): Delete defconst.
15014         (rfc2104-hex-alist): Likewise.
15015         (rfc2104-hex-to-int): Delete func.
15016         (rfc2104-hexstring-to-bitstring): Likewise.
15017         (rfc2104-nybbles): New defconst.
15018         (rfc2104-hash): Rewrite for speed.
15019
15020 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * tls.el (open-tls-stream): Make it work with the 2nd argument
15023         BUFFER that is a string but does not exist as a buffer object, as
15024         mentioned in the doc-string.
15025
15026 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15029         SXEmacs.
15030
15031 2008-07-16  Glenn Morris  <rgm@gnu.org>
15032
15033         * gnus-util.el (ns-focus-frame): Declare for compiler.
15034
15035 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15038         set as a group parameter.
15039         (gnus-summary-save-in-pipe): Work when it is called independently.
15040         (gnus-summary-pipe-to-muttprint): Don't modify
15041         gnus-summary-pipe-output-default-command.
15042
15043 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15044
15045         * message.el (message-send-mail-with-sendmail):
15046         Display the error message.
15047
15048 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-art.el (gnus-default-article-saver):
15051         Add gnus-summary-save-in-pipe to choices.
15052         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15053         gnus-summary-pipe-output-default-command as the default command.
15054         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15055         instead of gnus-last-shell-command.
15056
15057         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15058         New user option.
15059         (gnus-summary-muttprint-program): Mention the value will be changed.
15060         (gnus-summary-save-article): Force showing of all headers.
15061         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15062
15063 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15064
15065         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15066
15067 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15068
15069         * nnimap.el (nnimap-id):
15070         * sieve-manage.el (sieve-manage-open): Doc fixes.
15071
15072 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15073
15074         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15075         if available.
15076
15077 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15078
15079         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15080
15081         * nnkiboze.el (nnkiboze-generate-group):
15082         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15083
15084         * nnmairix.el: Require CL.
15085
15086 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * dgnushack.el: Autoload get-display-table and put-display-table for
15089         XEmacs 21.5.
15090
15091         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15092         21.4 and SXEmacs.
15093
15094 2008-06-15  David Engster  <dengste@eml.cc>
15095
15096         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15097
15098 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15099
15100         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15101         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15102         runtime choice under XEmacs.
15103
15104         * gnus-sum.el (gnus-summary-set-display-table):
15105         Use `gnus-put-display-table', `gnus-get-display-table',
15106         `gnus-set-display-table' for the display table, instead of `aset'.
15107
15108         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15109         Use `gnus-put-display-table', `gnus-get-display-table',
15110         `gnus-set-display-table' for the display table.
15111
15112 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * nnmairix.el: Add autoloads.
15115
15116 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * nnmairix.el (nnmairix-delete-recreate-group)
15119         (nnmairix-update-and-clear-marks): Fix error messages.
15120
15121 2008-06-14  David Engster  <dengste@eml.cc>
15122
15123         * nnmairix.el: Upgrade to version 0.6.
15124         (nnmairix-group-toggle-propmarks-this-group)
15125         (nnmairix-group-toggle-readmarks-this-group)
15126         (nnmairix-group-delete-recreate-this-group)
15127         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15128         (nnmairix-remove-tick-mark-original-article): New commands.
15129         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15130         (nnmairix-propagate-marks-to-nnmairix-groups)
15131         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15132         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15133         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15134         functions needed for marks propagation and manipulation of read marks.
15135         (nnmairix-update-groups): New function.
15136         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15137         (nnmairix-determine-original-group-from-registry)
15138         (nnmairix-determine-original-group-from-path)
15139         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15140         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15141         New helper functions.
15142         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15143         keystrokes for new commands.
15144         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15145         (nnmairix-request-group): Check allow-fast group parameter.
15146         (nnmairix-request-create-group): Set allow-fast group parameter if
15147         nnmairix-allowfast-default is set.
15148         (nnmairix-close-group): Propagate marks upon closing if needed.
15149         (nnmairix-group-toggle-threads-this-group): Use new.
15150         nnmairix-group-toggle-parameter helper function.
15151         (nnmairix-search): Better check for empty search result.
15152         (nnmairix-goto-original-article): Use new helper functions for
15153         determining original article.
15154         (nnmairix-show-original-article): Make sure message-id is in brackets.
15155         (nnmairix-call-mairix-binary): Change variable name.
15156         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15157         helper function.
15158         (nnmairix-widget-toggle-activate): Fix doc string.
15159
15160 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * nnir.el: Require edmacro when compiling with XEmacs.
15163         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15164         available in Emacs 21.
15165
15166 2008-06-11  Glenn Morris  <rgm@gnu.org>
15167
15168         * gnus-util.el (x-focus-frame):
15169         * gnus.el (image-size):
15170         * mm-decode.el (image-size): Declare.
15171
15172         * gnus-picon.el (declare-function): Add compat definition.
15173         (image-size): Declare.
15174
15175         * gnus-group.el (tool-bar-map):
15176         * gnus-sum.el (tool-bar-map): Define for compiler.
15177
15178         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15179
15180         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15181
15182         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15183         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15184         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15185         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15186         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15187         * sieve-manage.el, spam-report.el, spam.el:
15188         Remove unnecessary eval-and-compile of autoloads.
15189
15190 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15191
15192         * auth-source.el: Precise Tramp doc.
15193
15194 2008-06-07  Glenn Morris  <rgm@gnu.org>
15195
15196         * nnmairix.el: Remove unnecessary eval-when-compile.
15197
15198 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * lpath.el: Fbind propertize for XEmacs 21.4.
15201
15202 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * nnir.el: Move here from ../contrib.
15205
15206 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15207
15208         * gnus-util.el (gnus-read-shell-command): New function.
15209         * mm-decode.el (mm-pipe-part):
15210         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15211
15212 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15215
15216 2008-06-03  Glenn Morris  <rgm@gnu.org>
15217
15218         * pop3.el (nnheader-accept-process-output): Autoload it.
15219
15220 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15223         are not 2-digit hexadecimal characters that follow `%'s.
15224
15225 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * message.el (message-bogus-recipient-p): Fix type in doc string.
15228         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15229         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15230         Improve custom options.
15231         (message-bogus-recipient-p): Adjust accordingly.
15232
15233 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15234
15235         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15236         long-form month and day names.
15237
15238 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * dgnushack.el: Autoload debug, eudc-expand-inline and
15241         pgg-snarf-keys-region for XEmacs.
15242
15243         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15244
15245         * nnmairix.el: Require edmacro when compiling with XEmacs.
15246
15247 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15248
15249         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15250         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15251
15252 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15253
15254         * auth-source.el: Add more docs.
15255
15256         * netrc.el (netrc-machine): Always match if the port is not given.
15257
15258 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15261         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15262         retrieval faster in some cases, but might make CPU usage larger.
15263         If this has any bad side effects, we might revert this change.
15264
15265         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15266         seems to make mail retrieval much, much faster.
15267         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15268         unconditionally.
15269
15270         * gnus-draft.el (gnus-group-send-queue):
15271         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15272
15273 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15276
15277         * message.el (message-bogus-address-regexp): Fix and improve custom
15278         type.
15279         (message-setup-hook): Add message-check-recipients as custom option.
15280
15281 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15282
15283         * message.el (message-cite-function): Remove bogus autoload which crept
15284         in during merge from v5-10.
15285
15286 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15289
15290         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15291
15292         * auth-source.el: Preliminary Tramp docs.
15293         (auth-sources): Change the default auth-sources to use
15294         EPA .gpg files.
15295
15296 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15297
15298         * nntp.el: Autoload `auth-source-user-or-password'.
15299         (nntp-send-authinfo): Use it.
15300
15301         * nnimap.el: Autoload `auth-source-user-or-password'.
15302         (nnimap-open-connection): Use it.
15303
15304         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15305         for the gnus-message function.
15306         (auth-source-user-or-password): Use it.
15307
15308 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15309
15310         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15311         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15312         (rfc2104-hash): Use it.
15313
15314 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15315
15316         * gnus-art.el (gnus-article-toggle-truncate-lines):
15317         Don't use `iff' in docstring.
15318
15319 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15322
15323         * gnus-util.el (gnus-extract-address-component-name)
15324         (gnus-extract-address-component-email): Convenience functions around
15325         `gnus-extract-address-components'.
15326
15327         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15328         Use `gnus-extract-address-component-email' to fix bug of comparing full
15329         sender name to `user-mail-address'.
15330
15331 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15332
15333         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15334         catch/throw to optimize.
15335         (gnus-registry-find-keywords): Just use member to find a keyword.
15336
15337 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15338
15339         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15340         is current before calling gnus-server-prepare.
15341         (gnus-server-setup-buffer, gnus-server-update-server)
15342         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15343
15344 2008-05-04  Juri Linkov  <juri@jurta.org>
15345
15346         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15347         (mailcap-file-default-commands): Use mailcap-replace-in-string
15348         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15349         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15350
15351 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15352
15353         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15354
15355 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15356
15357         * gnus.el: Bump version to 0.11.
15358
15359 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15360
15361         * gnus.el: No Gnus v0.10 is released.
15362
15363 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15364
15365         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15366         hooks.
15367         (gnus-update-read-articles): Speed up non-marks-using users.
15368         (gnus-use-marks): Define gnus-use-marks.
15369         (gnus-propagate-marks): Rename variable to something more sensible.
15370
15371 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15372
15373         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15374         (gmm-image-load-path-for-library): Fix typos in docstrings.
15375         (gmm-message): Reflow docstring.
15376
15377 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15378
15379         * mail-source.el (mail-source-set-1, mail-source-bind):
15380         Move auth-source code out of the macro to clean it up and fix bugs.
15381
15382 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15383
15384         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15385         by sender if it's equal to user-mail-address, it's likely to be
15386         useless.
15387
15388         * mail-source.el (mail-source-bind): Don't use user or password if they
15389         are not bound.  Unintern them if they are nil.  Don't use server unless
15390         it's bound, and default it to empty string otherwise.
15391
15392 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15393
15394         * mail-source.el: Load auth-source.el.
15395         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15396         get user name or password, if auth-sources is set up.
15397
15398         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15399         strategy of splitting with parent.
15400         (gnus-registry-split-fancy-with-parent)
15401         (gnus-registry-post-process-groups): Use it and fix prior
15402         bug (returning a list as the split result).
15403
15404         * auth-source.el (auth-sources): Remove server parameter.
15405         (auth-source-pick, auth-source-user-or-password)
15406         (auth-source-user-or-password-imap)
15407         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15408         (auth-source-user-or-password-sftp)
15409         (auth-source-user-or-password-smtp): Remove server parameter.
15410
15411 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15412
15413         * smime.el (smime-sign-region, smime-encrypt-region)
15414         (smime-decrypt-region):
15415         Remove redundant calls to `generate-new-buffer-name'.
15416
15417 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15418
15419         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15420         Don't use QP for message/rfc822.
15421         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15422
15423 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15424
15425         * sieve-manage.el (sieve-string-bytes): Remove.
15426         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15427         correct byte-length only if the process's coding-system is the same as
15428         the one used internally by Emacs to represent strings.
15429
15430 2008-04-22  Juri Linkov  <juri@jurta.org>
15431
15432         * mailcap.el (mailcap-file-default-commands): New function.
15433
15434 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * message.el (message-signature-separator, message-cite-function):
15437         Change custom version.
15438
15439 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15440
15441         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15442         commands.
15443         (tls-checktrust): Ditto.
15444
15445 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * mm-decode.el (mm-display-external): Make temp file read-only.
15448
15449 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15452         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15453         `C-c C-f d'.
15454
15455 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15456
15457         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15458
15459 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15460
15461         * gnus.el: Bump version to 0.9.
15462
15463 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * gnus.el: No Gnus v0.8 is released.
15466
15467 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15468
15469         * mail-source.el (mail-source-value):
15470         Prefer fboundp to functionp so it works with macros as well.
15471
15472 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15473
15474         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15475         Fix last change in case the element is not even a symbol.
15476
15477 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15478
15479         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15480         Prefer fboundp to functionp so it works with macros as well.
15481
15482 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15483
15484         * auth-source.el: Add docs.
15485         (auth-sources): Modify format to support server.
15486         (auth-source-pick, auth-source-user-or-password)
15487         (auth-source-user-or-password-imap)
15488         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15489         (auth-source-user-or-password-sftp)
15490         (auth-source-user-or-password-smtp): Add server parameter.
15491
15492 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * gnus-registry.el: Initialize the registry when gnus-registry-install
15495         is t.
15496
15497 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * compface.el (uncompface): Make buffer unibyte.
15500
15501 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15502
15503         * mail-source.el (mail-source-value):
15504         Prefer fboundp to functionp so it works with macros as well.
15505
15506 2008-04-05  Glenn Morris  <rgm@gnu.org>
15507
15508         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15509
15510 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15511
15512         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15513         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15514
15515         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15516         multibyteness after rather than before erasing it.
15517
15518         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15519         mm-with-multibyte.
15520         (gnus-request-article-this-buffer): Make sure the proper decoding is
15521         used if gnus-original-article-buffer happens to be unibyte.
15522
15523         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15524         default-enable-multibyte-characters.
15525
15526         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15527         default-enable-multibyte-characters.
15528
15529         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15530
15531         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15532
15533 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15534
15535         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15536         Fix last change in case the element is not even a symbol.
15537
15538 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15539
15540         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15541         (imap-message-copyuid-1): Use it.
15542         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15543         J. Williams in
15544         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15545
15546         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15547         imap-enable-exchange-bug-workaround.
15548         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15549
15550 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15551
15552         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15553         a 100 byte status-checks into a 2-3MB transfer for each group.
15554         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15555         to enable bug workaround or not.
15556         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15557
15558 2008-03-31  Glenn Morris  <rgm@gnu.org>
15559
15560         * message.el (mml2015-use): Declare for compiler.
15561         (message-info): Require mml2015 when appropriate.
15562
15563 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15566         whitespace.
15567
15568 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15569
15570         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15571         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15572         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15573         (nntp-service-to-port): New function.
15574         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15575         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15576         (nntp-open-netcat-stream): New function.
15577         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15578
15579 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15580
15581         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15582
15583 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15584
15585         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15586
15587 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15588
15589         * dns.el (dns-write): Use set-buffer-multibyte.
15590
15591 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15592
15593         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15594
15595 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * message.el (message-signature-separator): Change default.
15598         Improve custom type.
15599         (message-cite-function): Change default to
15600         message-cite-original-without-signature.
15601
15602         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15603         toggle.
15604
15605         * message.el (message-check-news-body-syntax): Fix signature check.
15606         (message-setup-1): Mark buffer as unmodified _after_ running
15607         message-setup-hook and handling message-alternative-emails.
15608         (message-shorten-references): Be more strict when building list of
15609         valid references to comply with GNKSA.
15610
15611         * gnus-group.el (gnus-read-ephemeral-bug-group)
15612         (gnus-read-ephemeral-debian-bug-group)
15613         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15614
15615         * message.el (message-info): Don't use booleanp which isn't supported
15616         in Emacs 21 and XEmacs.
15617
15618 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15619
15620         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15621         gnus-group-gmane-group-download-format.
15622         (gnus-group-read-ephemeral-gmane-group): Rename from
15623         gnus-group-read-ephemeral-gmane-group.
15624         (gnus-read-ephemeral-gmane-group-url): Rename from
15625         gnus-group-read-ephemeral-gmane-group-url.
15626         (gnus-bug-group-download-format-alist): New variable.
15627         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15628         (gnus-read-ephemeral-emacs-bug-group): New commands.
15629
15630 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15631
15632         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15633         (gnus-visible-headers): Improve custom type.
15634
15635 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * mml.el (mml-menu): Add workarounds for XEmacs.
15638
15639         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15640         X-Boundary header.
15641
15642         * message.el (message-simplify-recipients): Fix previous commit.
15643
15644 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15645
15646         * mm-util.el (mm-set-buffer-multibyte): New function.
15647         * mm-decode.el (mm-copy-to-buffer): Use it.
15648
15649         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15650         Prefer fboundp to functionp so it works with macros as well.
15651
15652 2008-03-19  Glenn Morris  <rgm@gnu.org>
15653
15654         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15655         Accidentally removed in the sync process with Emacs.
15656
15657 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * message.el (message-alter-recipients-discard-bogus-full-name):
15660         New function.
15661         (message-alter-recipients-function): New variable.
15662         (message-get-reply-headers): Use it.
15663         (message-replace-header): New helper function.
15664         (message-recipients-without-full-name): New variable.
15665         (message-simplify-recipients): New command.
15666
15667         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15668
15669         * message.el (message-info): Handle EasyPG manual.
15670
15671         * mml.el (mml-menu): Add entry for EasyPG.
15672
15673 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15674
15675         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15676         parameter.
15677
15678         * message.el (message-disassociate-draft): Specify drafts group name
15679         fully.
15680
15681 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15682
15683         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15684         Eliminate unnecessary duplicates from the match list.
15685
15686 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15689
15690         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15691
15692         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15693         args of `how-many' of which the XEmacs version doesn't take; declare
15694         Info-index-next as function.
15695
15696 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * gnus-score.el (gnus-score-headers): Fix handling of
15699         gnus-inhibit-slow-scoring.
15700
15701         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15702         string.
15703         (gnus-button-url-regexp): Improve handling of parenthesis.
15704         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15705         (gnus-button-handle-info-keystrokes): Handle index entries.
15706
15707 2008-03-15  Glenn Morris  <rgm@gnu.org>
15708
15709         * parse-time.el (parse-time-string): Simplify.
15710
15711 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15714         Incoming* files.
15715
15716 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15717
15718         * auth-source.el (auth-sources): Rename from auth-source-choices.
15719         (auth-source-pick): Use it.
15720
15721 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15722
15723         * binhex.el (binhex-decode-region-internal):
15724         * uudecode.el (uudecode-decode-region-internal):
15725         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15726         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15727         setting default-enable-multibyte-characters.
15728
15729 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15730
15731         * auth-source.el (auth-source-protocols)
15732         (auth-source-protocols-customize, auth-source-choices): Add and
15733         modified variable customizations and defaults.
15734         (auth-source-pick, auth-source-user-or-password)
15735         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15736         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15737         (auth-source-user-or-password-sftp)
15738         (auth-source-user-or-password-smtp): Use new variables and provide an
15739         interface to netrc.el.
15740
15741 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15744         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15745         Make sure the nntp port to specify is a string.
15746
15747 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15748
15749         * nntp.el: Use with-current-buffer.
15750         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15751         dubious mm-with-unibyte-current-buffer.
15752         (nntp-with-open-group-function): New function extracted from
15753         nntp-with-open-group macro.
15754         (nntp-with-open-group): Use the function, so it's easier to debug.
15755         Add indentation and debugging info.
15756         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15757         Recommend the use of the netcat alternatives.
15758
15759         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15760         Avoid mm-string-as-multibyte as well.
15761
15762         * nnweb.el (nnweb-insert-html):
15763         Remove use of nnheader-string-as-multibyte.
15764
15765         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15766         (nnheader-string-as-multibyte): Remove.
15767
15768         * mm-view.el: Use inhibit-read-only.
15769         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15770         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15771         or unibyte-string.
15772
15773         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15774         (mm-uu-yenc-extract): Use with-current-buffer.
15775
15776         * gnus-soup.el (gnus-soup-send-packet): Don't use
15777         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15778
15779         * nnmh.el: Use with-current-buffer.
15780         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15781         mm-string-as-multibyte on the output of mm-encode-coding-string.
15782
15783         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15784         (nnimap-request-move-article): Use with-current-buffer.
15785
15786         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15787         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15788         conversion uses string-make-unibyte rather than string-as-unibyte.
15789
15790         * gnus-msg.el: Use with-current-buffer.
15791
15792         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15793
15794 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15795
15796         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15797         string for caching if it is 'PIN.
15798
15799 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * lpath.el: Consider the case without Emacs/W3.
15802
15803 2008-03-08  Glenn Morris  <rgm@gnu.org>
15804
15805         * time-date.el (date-to-time, time-subtract, time-add)
15806         (safe-date-to-time): Doc fixes.
15807
15808 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * mail-source.el (mail-source-delete-old-incoming-confirm):
15811         Change default to nil.
15812         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15813
15814 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * lpath.el: Rearrange.
15817
15818         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15819         (gnus-article-goto-prev-page): Work for articles having ^L's.
15820
15821         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15822
15823         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15824
15825 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15826
15827         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15828         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15829         (gnus-bookmark-jump): Adjust some variable names.
15830
15831 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15832
15833         * auth-source.el: New package.
15834         (auth-source-choices): Add customization entry point variable.
15835
15836         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15837         bug.
15838
15839 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15840
15841         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15842         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15843         (gnus-registry-install-shortcuts): Rename from
15844         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15845         the `gnus-registry-mark-map' keymap dynamically from
15846         `gnus-registry-marks'.  The generated functions update the summary line
15847         when a registry mark is added or deleted, and will call
15848         `gnus-registry-install-p' (see the comments in the code).
15849         (gnus-registry-user-format-function-M): Use concat intelligently.
15850
15851         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15852         the registry mark functions.
15853
15854 2008-03-05  Glenn Morris  <rgm@gnu.org>
15855
15856         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15857         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15858         gnus-art.
15859         (top-level): No need to load own source when compiling.
15860
15861 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15864         Suggested by <chris.anderton@zetnet.co.uk>.
15865
15866 2008-03-04  Glenn Morris  <rgm@gnu.org>
15867
15868         * gnus-sum.el (top-level): No need to require gnus when compiling,
15869         since unconditionally required near start of file.
15870         (gnus-summary-display-while-building): Move definition before use.
15871
15872 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15873
15874         * gnus-registry.el (gnus-registry-user-format-function-M):
15875         Add formatting function.
15876
15877 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15878
15879         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15880         with plists.
15881         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15882         Use new format.
15883
15884 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15887         `where-is-internal' that returns a range of key sequences.
15888
15889 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15890
15891         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15892
15893         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15894         (gnus-summary-jump-to-group): Consider windows on other displayed
15895         frames as well.  Similar changes might be needed elsewhere, but that's
15896         the one I've bumped into during my use.
15897
15898         * nndoc.el (nndoc-oe-dbx-type-p):
15899         * gnus-msg.el (gnus-debug):
15900         * gnus-group.el (gnus-update-group-mark-positions):
15901         Use mm-string-to-multibyte.
15902
15903 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15906         doesn't handle NotDashEscaped.
15907
15908         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15909         (mml-dnd-attach-options): Fix typo in custom choice.
15910
15911         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15912         Change nndoc-article-type to mbox.
15913         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15914
15915         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15916         to nil, instead of html2text.
15917
15918         * imap.el (imap-debug): Add `imap-ping-server'.
15919
15920         * gnus-bookmark.el: Add FIXMEs.
15921
15922         * message.el (message-form-letter-separator)
15923         (message-send-form-letter-delay): New variables.
15924         (message-send-form-letter): Use them.  New command to send form
15925         letters.  Requested by Uwe Siart.
15926         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15927
15928 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * Update copyright years.
15931
15932 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         Sync from EMACS_22_BASE.
15935
15936         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15937
15938 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15939
15940         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15941         empty author.
15942
15943 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15944
15945         * gnus-registry.el (gnus-registry-marks): Add variable for
15946         customization of marks and their appearance.
15947         (gnus-registry-read-mark): Use it.
15948         (gnus-registry-do-marks): Add utility function to loop through
15949         `gnus-registry-marks'.
15950         (gnus-registry-install-shortcuts-and-menus): Add function to install
15951         shortcuts and menus.
15952         (gnus-registry-initialize): Use it.
15953         (gnus-registry-default-mark): Clarify documentation.
15954
15955 2008-02-29  Glenn Morris  <rgm@gnu.org>
15956
15957         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15958         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15959         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15960         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15961         Change defcustom :version from 23.0 to 23.1.
15962
15963 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15964
15965         * gnus-registry.el (gnus-registry-follow-group-p)
15966         (gnus-registry-post-process-groups): Add functions to aid registry
15967         splitting and improve logging.  Clarify behavior in function
15968         documentation.
15969         (gnus-registry-split-fancy-with-parent): Use them.
15970
15971 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15972
15973         * gnus-art.el: Use with-current-buffer.
15974
15975 2008-02-27  David Engster  <dengste@eml.cc>
15976
15977         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15978         Express real group name in the response.
15979
15980 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15983         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15984         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15985         autoload gnus-registry-fetch-group when compiling.
15986         (nnmairix-request-group-with-article-number-correction):
15987         Remove unreferenced argument passed to nnmairix-call-backend.
15988
15989 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15992         (mm-uu-extract): Improve face for low color ttys.
15993         Reported by Sascha Wilde.
15994
15995 2008-02-27  Glenn Morris  <rgm@gnu.org>
15996
15997         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15998         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15999         variables to defconsts.  Convert comments to doc-strings.
16000         (nnmairix-last-server, nnmairix-current-server): Convert from free
16001         variables to defvars.  Convert comments to doc-strings.
16002         (gnus-registry-fetch-group): Autoload.
16003         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16004         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16005         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16006         caddr.
16007         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16008         nnmairix-request-group-with-article-number-correction call.
16009         (nnmairix-fast, nnmairix-group): New, less general names, for free
16010         variables passed from nnmairix-request-group to
16011         nnmairix-request-group-with-article-number-correction.  Declare.
16012         (nnmairix-request-group-with-article-number-correction):
16013         Use nnmairix-fast, nnmairix-group rather than fast, group.
16014
16015 2008-02-26  David Engster  <dengste@eml.cc>
16016
16017         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16018         version 0.5.
16019
16020 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16021
16022         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16023         instead of making an extra function call.  Don't add the current group
16024         to articles only when they have the group.  Use
16025         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16026         Reported by David <de_bb@arcor.de>.
16027
16028 2008-02-24  Miles Bader  <miles@gnu.org>
16029
16030         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16031         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16032         (mm-find-mime-charset-region):
16033         * mm-bodies.el (mm-encode-body):
16034         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16035
16036 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16039         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16040
16041 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16042
16043         * mail-source.el (mail-source-delete-incoming): Change default.
16044         Supplement doc string.
16045
16046         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16047
16048 2008-02-14  Glenn Morris  <rgm@gnu.org>
16049
16050         * time-date.el (format-seconds): New function.
16051
16052 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * nnmail.el (nnmail-message-id-cache-file): Derive from
16055         `gnus-home-directory'.
16056
16057 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16060         Document negative prefix.
16061
16062         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16063
16064 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16065
16066         * message.el (message-unsent-separator): Add the Exim bounce
16067         separator.
16068
16069 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16070
16071         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16072         list.
16073         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16074         recipient/signer list.
16075
16076 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * Makefile.in (datarootdir): Define.
16079         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16080         name that might contain whitespace.
16081
16082 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16083
16084         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16085         fbound (Emacs 23 unicode), signal an error.
16086
16087 2008-02-08  Glenn Morris  <rgm@gnu.org>
16088
16089         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16090
16091 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16092
16093         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16094         ports to the calls to `netrc-machine-user-or-password' in addition to
16095         "imap" and "imaps".
16096
16097 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16098
16099         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16100
16101         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16102
16103 2008-02-01  Kenichi Handa  <handa@m17n.org>
16104
16105         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16106         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16107         (rfc2104-hash): Convert the result of concat to unibyte string.
16108
16109 2008-02-01  Dave Love  <fx@gnu.org>
16110
16111         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16112         coding-system-for-read.
16113         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16114
16115 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16116
16117         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16118         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16119         <hanche@math.ntnu.no>.
16120
16121 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16124
16125         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16126
16127 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16128
16129         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16130         * message.el (message-beginning-of-line): Use featurep instead of bound
16131         tests in order to resolve conditionals at compile time.
16132
16133 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16134
16135         * mail-source.el (mail-sources): Add `group' choice.
16136
16137         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16138         parameter `in-group' to control into which group the articles go.
16139         Add treatment of `group' mail-source.
16140
16141 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16144
16145         * mm-decode.el (mm-dissect-buffer): Decode description.
16146
16147         * mml.el (mml-to-mime): Encode message header first.
16148
16149 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16152         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16153
16154         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16155         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16156
16157 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16158
16159         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16160
16161 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16164         prefix keys.
16165         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16166         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16167         gnus-xmas.el.
16168
16169         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16170         (gnus-xmas-article-describe-bindings): New function.
16171         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16172         gnus-xmas-article-describe-bindings.
16173
16174         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16175
16176 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16177
16178         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16179         Add new variables for article mark management.
16180         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16181         list of extra data entries which, when present, will indicate that the
16182         article ID should not be trimmed from the registry.
16183         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16184         functions.
16185         (gnus-registry-read-mark): New function to read a mark name from the
16186         user.
16187         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16188         (gnus-registry-set-article-mark-internal): New functions to add and
16189         remove marks.
16190         (gnus-registry-get-article-marks): New function to show the marks for
16191         an article, or retrieve them for further use.
16192
16193 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16196         keys when no argument is given.
16197
16198 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * imap.el (imap-ping-server): New variable.
16201         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16202         (imap-ping-server): Minor doc string fixes.
16203
16204 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16205
16206         * imap.el (imap-ping-server): New function.
16207         (imap-opened): Call imap-ping-server.
16208
16209 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16210
16211         * gnus-sum.el (gnus-article-sort-by-random)
16212         (gnus-thread-sort-by-random): Fix doc strings.
16213         Reported by jidanni@jidanni.org.
16214
16215 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-art.el (gnus-article-describe-bindings): New function.
16218         (gnus-article-read-summary-keys): Use it.
16219         (gnus-article-mode-map): Bind `C-h b' to it.
16220
16221 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16224         XEmacs.
16225         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16226         Protect against non-character events.
16227
16228         * lpath.el: Fbind map-keymap for Emacs 21.
16229
16230 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16233         New command.
16234         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16235         instead of END.  Change name of the temp file.
16236         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16237         customizable.
16238
16239 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16242         bind `S W' to gnus-article-wide-reply-with-original; set default
16243         binding to gnus-article-read-summary-send-keys.
16244         (gnus-article-read-summary-keys): Fix the order of keys; display
16245         continuation keys correctly in the echo area; describe bindings
16246         correctly when keys end with `C-h'.
16247         (gnus-article-read-summary-send-keys): New function.
16248         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16249         Work for gnus-article-read-summary-send-keys; display continuation keys
16250         correctly in the echo area.
16251         (gnus-article-reply-with-original): Ignore prefix argument.
16252         (gnus-article-wide-reply-with-original): New function.
16253
16254         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16255         Emacs 21.
16256
16257 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16260         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16261
16262 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16265         (gnus-group-read-ephemeral-gmane-group): New command.
16266
16267 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16268
16269         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16270
16271 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16272
16273         * message.el (message-send-mail-function): Increase custom version.
16274
16275         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16276         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16277
16278 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16279
16280         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16281         for the cases where imap-authenticate is called with a nil buffer
16282         parameter.
16283
16284 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16287         html parts correctly; support forwarded messages.
16288         (gnus-article-browse-html-article): Remove work buffers.
16289
16290         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16291         compiling.
16292         (netrc-bound-and-true-p): New macro.
16293         (netrc-parse): Use it instead of bound-and-true-p that is not available
16294         in XEmacs 21.4.
16295
16296 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16297
16298         * gnus-registry.el (gnus-registry-mark-article)
16299         (gnus-registry-article-marks): Add functionality to mark articles
16300         through the Gnus registry.
16301
16302         * encrypt.el: Clarify documentation for the new pgg method.
16303         (encrypt-file-alist): Add PGG option.
16304         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16305         functionality.  Abstract password key and messaging to external
16306         functions.
16307         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16308         (encrypt-message-method-and-cipher): Add new convenience external
16309         functions.
16310         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16311         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16312
16313         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16314         (netrc-parse): Use encrypt-file-alist to determine if
16315         encrypt-find-model or encrypt-insert-file-contents should be used.
16316
16317         * encrypt.el: Clarify documentation.  Load password-cache or
16318         password, whichever one is found first, instead of autoloading.
16319
16320 2007-12-19  Glenn Morris  <rgm@gnu.org>
16321
16322         * mml.el (message-options-set, message-narrow-to-head)
16323         (message-in-body-p, message-mail-p, message-encode-message-body):
16324         Autoload.
16325         (message-remove-header, message-narrow-to-headers-or-head)
16326         (message-subscribed-p, message-make-mail-followup-to)
16327         (message-position-on-field, message-news-p)
16328         (message-options-set-recipient, message-generate-headers)
16329         (message-sort-headers): Declare as functions.
16330
16331 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16332
16333         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16334         convention in doc string.
16335
16336 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16337
16338         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16339         title to html parts.
16340         (gnus-article-browse-html-article): Pass message header to it.
16341
16342         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16343
16344 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16345
16346         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16347         or password compatible with XEmacs.
16348
16349 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16352         format document.
16353         (gnus-mime-delete-part): Don't write description line if empty.
16354         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16355
16356 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16357
16358         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16359         (gnus-summary-mark-read-and-unread-as-read)
16360         (gnus-summary-mark-current-read-and-unread-as-read)
16361         (gnus-summary-mark-unread-as-ticked): Doc fix.
16362         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16363
16364 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16365
16366         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16367         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16368
16369 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16372         yes-or-no-p.
16373
16374 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * mm-decode.el (mm-add-meta-html-tag): New function.
16377         (mm-save-part-to-file, mm-pipe-part): Use it.
16378
16379         * gnus-art.el (gnus-article-browse-delete-temp-files):
16380         Use gnus-y-or-n-p instead of y-or-n-p.
16381         (gnus-article-browse-html-parts): Work with message/external-body; use
16382         mm-add-meta-html-tag.
16383
16384 2007-12-11  Glenn Morris  <rgm@gnu.org>
16385
16386         * gnus-cache.el: Require gnus-sum not just when compiling.
16387
16388         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16389
16390         * gnus-int.el (gnus-server-opened, gnus-status-message):
16391         Move definitions before use.
16392
16393         * mm-decode.el: Require gnus-util.
16394         (mm-remove-part): Only call delete-annotation on XEmacs.
16395
16396         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16397
16398         * nnmail.el: Require gnus-int.
16399
16400         * spam.el: Move `require's before `eval-when-compile's.
16401
16402         * gnus-ems.el (gnus-alive-p):
16403         * gnus-fun.el (message-goto-eoh):
16404         * gnus-util.el (gnus-group-name-decode):
16405         * mail-source.el (gnus-compress-sequence):
16406         * message.el (Info-goto-node, format-spec):
16407         * mm-bodies.el (message-options-get):
16408         * mm-decode.el (mm-view-pkcs7):
16409         * mm-util.el (gmm-write-region):
16410         * mml-smime.el (mml-compute-boundary)
16411         (gnus-completing-read-with-default):
16412         * mml.el (widget-button-press, gnus-make-hashtable):
16413         * mml1991.el (mm-decode-content-transfer-encoding)
16414         (mm-encode-content-transfer-encoding)
16415         (message-options-get, message-options-set):
16416         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16417         * nnfolder.el (gnus-request-group):
16418         * nnheader.el (ietf-drums-unfold-fws):
16419         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16420         * smime.el (gnus-run-mode-hooks):
16421         * spam-stat.el (gnus-message): Autoload.
16422
16423         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16424         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16425         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16426         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16427         Add declare-function compatibility definition.
16428
16429         * gnus-cache.el (nnvirtual-find-group-art):
16430         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16431         (gnus-add-image, gnus-add-wash-type):
16432         * gnus-group.el (nnkiboze-score-file):
16433         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16434         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16435         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16436         (message-tokenize-header, gnus-get-buffer-create)
16437         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16438         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16439         * gnus.el (gnus-group-decoded-name):
16440         * mail-source.el (imap-capability):
16441         * mm-bodies.el (message-options-set):
16442         * mm-decode.el (gnus-configure-windows):
16443         * mm-extern.el (message-goto-body):
16444         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16445         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16446         (epg-sub-key-validity, message-options-set):
16447         * mml.el (widget-event-point, gnus-configure-windows):
16448         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16449         * mml2015.el (epg-check-configuration, epg-configuration)
16450         (message-options-set):
16451         * nndb.el (nndb-request-article):
16452         * nnfolder.el (gnus-request-create-group):
16453         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16454         * nnmaildir.el (gnus-group-mark-article-read):
16455         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16456         * rfc1843.el (message-fetch-field):
16457         * spam.el (gnus-extract-address-components):
16458         Declare as functions.
16459
16460 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16463
16464         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16465
16466         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16467         bind show-trailing-whitespace for XEmacs.
16468
16469 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16470
16471         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16472         new no-op macro for backward compatibility.
16473
16474         * imap.el (imap-string-to-integer): New function.
16475
16476 2007-12-09  Glenn Morris  <rgm@gnu.org>
16477
16478         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16479
16480         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16481         * message.el, mm-view.el, sieve-manage.el, smime.el:
16482         Add declare-function compatibility definition.
16483
16484         * gnus-art.el (w3-region, w3m-region, Info-menu):
16485         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16486         * gnus-sum.el (gnus-get-predicate):
16487         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16488         * message.el (mail-abbrev-in-expansion-header-p):
16489         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16490         (w3m-detect-meta-charset, w3m-region):
16491         * sieve-manage.el (password-read, password-cache-add)
16492         (password-cache-remove):
16493         * smime.el (password-read-and-add): Declare as functions.
16494
16495 2007-12-08  David Kastrup  <dak@gnu.org>
16496
16497         * gnus-sum.el (gnus-summary-simplify-subject-query):
16498         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16499         `message'.
16500
16501 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16504         it to bind idna-program, installation-directory, defined-colors, and
16505         face-attribute for XEmacs of the version that compiles defcustom forms.
16506
16507 2007-12-07  Glenn Morris  <rgm@gnu.org>
16508
16509         * gnus-art.el (article-make-date-line): Revert previous change.
16510
16511 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16512
16513         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16514
16515 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16516
16517         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16518         Call gnus-add-to-range ranges only once with a prepared article-list.
16519
16520 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16521
16522         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16523         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16524         group names with backslashes.
16525         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16526
16527 2007-12-06  Deepak Goel  <deego3@gmail.com>
16528
16529         * gnus-art.el (article-make-date-line):
16530         * gnus-start.el (gnus-load):
16531         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16532
16533 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * gnus-art.el (gnus-use-idna):
16536         * gnus-start.el (gnus-site-init-file):
16537         * message.el (message-use-idna):
16538         * mm-uu.el (mm-uu-hide-markers):
16539         * smiley.el (smiley-style): Revert changes that suppress warnings.
16540
16541 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16544         specify charset to html source.
16545         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16546
16547 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16550         idna-program in order to suppress byte compile warning issued by XEmacs
16551         that came to byte compile the default value section of defcustom forms
16552         recently.
16553
16554         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16555         value of installation-directory.
16556
16557         * message.el (message-use-idna): Don't directly refer to the value of
16558         idna-program.
16559
16560         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16561
16562         * smiley.el (smiley-style): Don't directly call face-attribute.
16563
16564 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16567
16568         * gnus-dired.el: Reduce Gnus dependencies.
16569         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16570         Don't require.  Use autoloads instead.
16571         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16572         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16573         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16574         (gnus-dired-mode): Adjust doc string.
16575         (gnus-dired-mail-mode): New variable.
16576         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16577         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16578         (gnus-dired-mail-buffers): New function.  Return mail or message
16579         composition buffers.
16580         (gnus-dired-attach): Use it.
16581         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16582         NO-DECODE.
16583         (gnus-dired-print): Use `gnus-print-buffer' depending on
16584         `gnus-dired-mail-mode'.
16585
16586 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * rfc2047.el (rfc2047-encoded-word-regexp)
16589         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16590         explaining what regexp patterns are for.
16591
16592 2007-12-04  Glenn Morris  <rgm@gnu.org>
16593
16594         * password.el: Move to password-cache.el.
16595
16596         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16597         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16598         * mml-smime.el (password-read, password-cache-add)
16599         (password-cache-remove):
16600         No need to autoload, since mml-sec requires password.
16601
16602         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16603         * message.el (gnus-extract-address-components):
16604         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16605
16606         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16607         password.
16608
16609 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16610
16611         * mailcap.el: Reduce dependencies.
16612         (mail-header-parse-content-type): Autoload.
16613         (mailcap-delete-duplicates): New alias.
16614         (mailcap-mime-info): Add optional argument NO-DECODE.
16615         (mailcap-mime-types): Use mailcap-delete-duplicates.
16616
16617         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16618
16619 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16620
16621         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16622         (imap-parse-status): Upcase status-att for servers that sends them
16623         lower-case (e.g., MS Exchange 2007).
16624
16625 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16626
16627         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16628         function.
16629
16630         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16631         (gnus-uu-yenc-article): New function.
16632
16633         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16634
16635         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16636
16637 2007-12-02  Glenn Morris  <rgm@gnu.org>
16638
16639         * binhex.el (binhex): New custom group.
16640         (binhex-decoder-program, binhex-decoder-switches)
16641         (binhex-use-external): Move to the binhex custom group.
16642
16643         * uudecode.el (uudecode): New custom group.
16644         (uudecode-decoder-program, uudecode-decoder-switches)
16645         (uudecode-use-external): Move to the uudecode custom group.
16646
16647         * netrc.el (top-level): Don't load `encrypt' features.
16648         (netrc-parse): Don't use encrypt.
16649         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16650
16651         * encrypt.el: Remove file.
16652
16653 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16656         matches on patches.
16657
16658         * gnus-art.el (gnus-article-browse-html-article):
16659         Mention `mm-text-html-renderer' in the doc string.
16660
16661         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16662         string.  Add comments.
16663
16664         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16665         if rhs is ASCII.
16666
16667 2007-12-01  Glenn Morris  <rgm@gnu.org>
16668
16669         * mail-source.el (top-level): Require format-spec before
16670         eval-when-compile.
16671
16672 2007-11-30  Glenn Morris  <rgm@gnu.org>
16673
16674         * encrypt.el: Require password, rather than autoloading password-read.
16675
16676 2007-11-29  Glenn Morris  <rgm@gnu.org>
16677
16678         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16679         (sasl-make-client, sasl-next-step, sasl-step-data)
16680         (sasl-step-set-data): Declare as functions.
16681
16682 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16685
16686 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16687
16688         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16689         certs should be verified and what is to be done in the event of a
16690         verification failure.
16691
16692         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16693         caller can indicate whether the cache should be disregarded for this
16694         call.  This way the result of the call is reproducible at all times and
16695         can be considered a canonical server name for the supplied method.
16696         (gnus-agent-method-p): Canonicalize server names by pushing their
16697         method through `gnus-method-to-server' using the no-cache argument.
16698
16699         * gnus-srvr.el (gnus-server-insert-server-line):
16700         Call `gnus-method-to-server' with `no-cache' argument.
16701
16702         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16703         gnus-agent-possibly-synchronize-flags as this should be called when the
16704         server is actually being opened.
16705         (gnus-agent-possibly-synchronize-flags)
16706         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16707         flags file of an agentized server to the latter function.
16708
16709         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16710         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16711         after a connection has been established successfully.
16712
16713 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * gnus-art.el (article-display-face): Force to display face if called
16716         interactively; check if gnus-article-x-face-too-ugly matches author.
16717         (article-display-x-face): Display face even if From header is missing
16718         as article-display-face does.
16719
16720 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16721
16722         * hashcash.el (message-narrow-to-headers-or-head)
16723         (message-fetch-field, message-goto-eoh)
16724         (message-narrow-to-headers): Declare as functions.
16725
16726 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16727
16728         * mail-source.el (mail-sources): Default to fetch from file for
16729         compatibility with default of nnmail-spool-file.
16730
16731 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16734         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16735         to look for encoded word that should be encoded again.
16736         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16737         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16738         encoding pattern.
16739         (rfc2047-decode-region): Switch strict regexp and loose one according
16740         to rfc2047-allow-irregular-q-encoded-words.
16741
16742 2007-11-25  Romain Francoise  <romain@orebokech.com>
16743
16744         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16745
16746 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16747
16748         * tls.el (tls-program): Provide more custom choices from
16749         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16750         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16751
16752 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16753
16754         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16755         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16756
16757         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16758         `nnmail-spool-file'.
16759
16760         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16761         `nnmail-spool-file'.
16762
16763         * gnus-move.el (gnus-change-server): Ditto.
16764
16765         * gnus-kill.el (gnus-batch-score): Ditto.
16766
16767         * gnus-cache.el (gnus-jog-cache): Ditto.
16768
16769         * gnus-msg.el (gnus-summary-reply):
16770         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16771
16772 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16773
16774         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16775         version.  Minor improvement to doc strings.
16776         (tls-program): Add comment.
16777
16778 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16779
16780         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16781         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16782         mismatch between the hostname provided in the certificate and the name
16783         of the host connnecting to.
16784         (open-tls-stream): Use them.  Check certificates against trusted root
16785         certificates.
16786
16787 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16788
16789         * gnus-cache.el (gnus-cache-generate-nov-databases):
16790         Use nnml-generate-nov-databases-directory instead of
16791         nnml-generate-nov-databases-1.
16792
16793 2007-11-24  Glenn Morris  <rgm@gnu.org>
16794
16795         * message.el (message-tool-bar-retro): Update for rename
16796         mail_send.xpm->mail-send.xpm.
16797
16798 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16799
16800         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16801         `smime-ldap-search' for Emacs 22 and up.
16802
16803 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16804
16805         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16806
16807         * message.el (message-send-mail-function): Fix error convention.
16808         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16809         (message-widen-reply, message-send-mail, message-talkative-question)
16810         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16811         (message-clone-locals, message-send-news): Use with-current-buffer.
16812         (message-insert-or-toggle-importance): Remove unused var `valid'.
16813         (message-make-references): Remove unused var `new-references'.
16814         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16815
16816 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16817
16818         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16819         (spam-split-symbolic-return-positive): Reflow docstring.
16820         (spam-backends, spam-summary-exit-behavior)
16821         (spam-mark-ham-unread-before-move-from-spam-group)
16822         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16823         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16824         (spam-clear-cache, spam-backend-check, spam-install-backend)
16825         (spam-install-statistical-backend, spam-list-of-processors)
16826         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16827         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16828         (spam-check-crm114, spam-initialize, spam-unload-hook):
16829         Fix typos in docstrings.
16830
16831 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16834         been checked if they have never been read and those group levels are
16835         higher than the one that a user specified.
16836
16837 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16840         foreign groups unless a group level is specified by a user.
16841         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16842
16843 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16844
16845         * message.el (message-send-mail-function): Require sendmail.
16846
16847 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16848
16849         * message.el (message-send-mail-function): Check for smtpmail too.
16850
16851         * utf7.el (utf7-encode, utf7-decode): Use coding system
16852         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16853
16854         * message.el (message-send-mail-function): New function.
16855         (message-send-mail-function): Set default using
16856         message-send-mail-function.  Adjust doc string.
16857         (message-send-mail-with-mailclient): New function.
16858
16859 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16860
16861         * smime.el (from):
16862         * rfc2047.el (message-posting-charset):
16863         * qp.el (mm-use-ultra-safe-encoding):
16864         * pop3.el (parse-time-months):
16865         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16866         * nnml.el (files):
16867         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16868         (jka-compr-compression-info-list, ange-ftp-path-format)
16869         (efs-path-regexp):
16870         * nndiary.el (files):
16871         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16872         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16873         (epg-digest-algorithm-alist, inhibit-redisplay)
16874         (password-cache-expiry):
16875         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16876         (pgg-output-buffer, password-cache-expiry):
16877         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16878         (efs-path-regexp):
16879         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16880         (inhibit-redisplay):
16881         * mm-uu.el (file-name, start-point, end-point, entry)
16882         (gnus-newsgroup-name, gnus-newsgroup-charset):
16883         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16884         (latin-unity-ucs-list):
16885         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16886         (mm-uu-binhex-decode-function):
16887         * message.el (gnus-message-group-art, gnus-list-identifiers)
16888         (rmail-enable-mime-composing, gnus-local-organization)
16889         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16890         (gnus-read-active-file, facemenu-add-face-function)
16891         (facemenu-remove-face-function, gnus-article-decoded-p)
16892         (tool-bar-mode):
16893         * mail-source.el (display-time-mail-function):
16894         * gnus-util.el (nnmail-pathname-coding-system)
16895         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16896         (gnus-original-article-buffer, gnus-user-agent)
16897         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16898         (xemacs-codename, sxemacs-codename, emacs-program-version):
16899         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16900         * gnus-start.el (gnus-agent-covered-methods)
16901         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16902         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16903         (gnus-newsgroup-headers, gnus-group-list-mode)
16904         (gnus-group-mark-positions, gnus-newsgroup-data)
16905         (gnus-newsgroup-unreads, nnoo-state-alist)
16906         (gnus-current-select-method, mail-sources)
16907         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16908         (nnmail-spool-file, gnus-cache-active-hashtb):
16909         * gnus-mh.el (mh-lib-progs):
16910         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16911         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16912         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16913         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16914         (gnus-group-buffer):
16915         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16916         (font-lock-set-defaults):
16917         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16918         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16919         (gnus-summary-post-menu, total-parts, type, condition, length):
16920         * gnus-agent.el (gnus-agent-read-agentview):
16921         * flow-fill.el (show-trailing-whitespace):
16922         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16923         eval-and-compile wrappers for byte compiler pacifiers.
16924
16925         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16926         (mm-display-inline-fontify): Check for featurep 'xemacs not
16927         extent-list.
16928
16929         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16930         itimer-list.
16931         (mm-create-image-xemacs): Only do something for XEmacs.
16932         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16933
16934         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16935
16936         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16937         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16938
16939 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16940
16941         * nnimap.el (nnimap-split-download-body):
16942         * gnus-demon.el (gnus-demon):
16943         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16944
16945 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16948         New macros.
16949         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16950         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16951         copy data from unibyte buffer to multibyte current buffer.
16952         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16953         to copy data from unibyte current buffer to multibyte buffer.
16954         (nntp-make-process-buffer): Make process buffer unibyte.
16955
16956         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16957
16958 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16959
16960         * pop3.el (pop3-open-server): Accept and process data more robustly at
16961         connection start to avoid spurious "POP SSL connection failed" errors.
16962
16963 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16966         read group names.
16967
16968 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16969
16970         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16971
16972 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16975         (nnmail-save-active): Use a unibyte buffer when saving active file,
16976         which may contain non-ASCII group names.
16977
16978         * nnml.el (nnml-request-group): Decode group names in messages.
16979
16980 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16981
16982         * message.el (message-citation-line-function)
16983         (message-insert-formatted-citation-line): Fix spelling of
16984         `message-insert-formated-citation-line'.
16985
16986 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16989
16990 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16993         nnmail-pathname-coding-system.
16994
16995         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16996         that a user enters; decode group names in messages.
16997
16998         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16999
17000 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17001
17002         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17003
17004         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17005
17006         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17007         risky local variable.
17008
17009         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17010
17011 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17012
17013         * encrypt.el: Improve documentation to fix function name typo.
17014         Reported by Daiki Ueno <ueno@unixuser.org>.
17015
17016 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17019         even if the point is not in the last page of an article.
17020         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17021         back to the previous page.
17022
17023 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17026
17027 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17030
17031 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17032
17033         * message.el (message-check-news-body-syntax):
17034         Avoid mm-string-as-multibyte.
17035         (message-hide-headers): Don't assume (point-min)==1.
17036
17037 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17038
17039         * message.el (message-remove-blank-cited-lines): Fix if remove is
17040         given.
17041         (message-bogus-address-regexp): New variable.
17042         (message-bogus-recipient-p): New function.
17043         (message-check-recipients): New command.
17044         (message-syntax-checks): Add `bogus-recipient'.
17045         (message-fix-before-sending): Add `bogus-recipient'.
17046
17047         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17048         (gnus-treat-body-boundary): Don't test window-system.
17049
17050 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17051
17052         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17053
17054 2007-10-28  Miles Bader  <miles@gnu.org>
17055
17056         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17057         at compile-time too.
17058
17059 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17060
17061         * gnus-msg.el (gnus-message-setup-hook):
17062         Add `message-remove-blank-cited-lines' to options.
17063
17064 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17065
17066         * message.el (message-remove-blank-cited-lines): New function.
17067         Suggested by Karl Plästerer.
17068
17069 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17072         mapc.
17073
17074         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17075         (top-level): Use mapc to set functions to be traced for debugging.
17076
17077         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17078         called for effect with while loop.
17079
17080         * message.el (message-talkative-question): Replace mapcar called for
17081         effect with mapc.
17082
17083         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17084         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17085         called for effect with dolist.
17086
17087         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17088
17089         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17090         gnus-extra-headers and nnmail-extra-headers.
17091
17092         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17093         called for effect with dolist.
17094         (top-level): Use mapc to set functions to be traced for debugging.
17095
17096         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17097         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17098         dolist.
17099
17100         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17101         Replace mapcar called for effect with mapc.
17102         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17103         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17104         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17105         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17106
17107         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17108         remove-if that's a cl function.
17109
17110         * webmail.el (webmail-debug): Replace mapcar called for effect with
17111         dolist.
17112
17113         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17114         with mapc.
17115
17116 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17119         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17120         with while loop.
17121
17122         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17123         functions from article-* functions.
17124         (gnus-multi-decode-header): Replace mapcar called for effect with
17125         dolist.
17126
17127         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17128         (gnus-bookmark-show-details): Replace mapcar called for effect with
17129         while loop.
17130
17131         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17132         called for effect with while loop.
17133
17134         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17135         with dolist.
17136
17137         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17138         Replace mapcar called for effect with dolist.
17139
17140         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17141
17142         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17143         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17144         Replace mapcar called for effect with dolist.
17145         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17146         mapc.
17147
17148         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17149         Replace mapcar called for effect with dolist.
17150         (gnus-topic-list): Replace mapcar called for effect with mapc.
17151
17152         * gnus.el: Use mapc instead of mapcar to add autoloads.
17153
17154 2007-10-23  Richard Stallman  <rms@gnu.org>
17155
17156         * gnus-group.el (gnus-group-highlight): Mark as risky.
17157
17158 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * gnus.el (gnus-server-to-method): Return method found first in
17161         gnus-newsrc-alist.
17162
17163         * gnus-art.el (gnus-article-highlight-signature)
17164         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17165         button overlay without the front stickiness.
17166
17167 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17168
17169         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17170         overview buffer needed a catch to receive its throw.
17171         (gnus-agent-flush-cache): Declare as interactive to make this function
17172         easier to use.
17173
17174 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17177         `next-line'.
17178
17179 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17182         exclude address matching message-dont-reply-to-names.
17183
17184 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * gnus-util.el (gnus-string<): New function.
17187
17188         * gnus-sum.el (gnus-article-sort-by-author)
17189         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17190
17191 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17194         the frame-focus tag is set in gnus-buffer-configuration.
17195
17196 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17197
17198         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17199         the front stickiness.
17200
17201 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17204         url pattern; remove duplicate one.
17205         (gnus-article-extend-url-button): New function.
17206         (gnus-article-add-buttons): Use it.
17207         (gnus-button-push): Use concatenated url that it makes.
17208
17209 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17210
17211         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17212
17213 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17214
17215         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17216         Don't hardcode point-min==1.
17217
17218 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17219
17220         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17221         Fix comment about "iso8859-1".
17222
17223 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17224
17225         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17226         ones returned from the verify-function.
17227
17228         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17229         Call mml2015-extract-cleartext-signature if extraction failed.
17230
17231 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17232
17233         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17234         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17235         failed.
17236
17237 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17240
17241 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17242
17243         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17244         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17245         recommends to use EasyPG instead of PGG.
17246
17247         * pgg.el: Revert to revision 6.23.2.16.
17248
17249         * pgg-def.el: Revert to revision 6.6.2.14.
17250
17251         * pgg-gpg.el: Revert to revision 6.23.2.34.
17252
17253 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17254
17255         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17256         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17257         thread for both the null and zero (kill/expire thread) universal prefix
17258         cases.
17259         (gnus-summary-expire-thread): Add new function to expire a thread,
17260         using gnus-summary-kill-thread.
17261         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17262         shortcuts for gnus-summary-expire-thread.
17263         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17264         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17265
17266 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17267
17268         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17269         extras value, so an extras entry can be deleted.
17270         (gnus-registry-delete-extra-entry): Use it.
17271         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17272         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17273         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17274         storage through the gnus-registry, and provide an appropriate API for
17275         it.
17276
17277 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17280         Suggested by Leo <sdl.web@gmail.com>.
17281
17282         * gnus.el: Do.
17283
17284 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17287         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17288
17289         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17290
17291         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17292         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17293
17294 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17297         newline.
17298         (nnmbox-request-accept-article): Don't change article in source buffer;
17299         narrow to header to use message-fetch-field rather than
17300         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17301         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17302         as delimiters; make sure article ends with newline.
17303         (nnmbox-delete-mail): Correct last position of article to be deleted;
17304         ignore X-Gnus-Newsgroup header in article body.
17305         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17306         positions; make sure article ends with newline.
17307
17308         * message.el (message-display-abbrev): Don't infloop when a user
17309         inserts SPC in the beginning of header.
17310
17311         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17312         coding-system-for-read and coding-system-for-write for XEmacs having no
17313         file-coding feature.
17314
17315         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17316
17317 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17318
17319         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17320         list of groups not followed by default.  Fix type to be regexp.
17321         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17322
17323 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17324
17325         * hmac-def.el (define-hmac-function): Switch from old-style to
17326         new-style backquotes.
17327
17328         * md4.el (md4-make-step): Likewise.
17329
17330 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17333         raw-text coding system when saving .newsrc file, which may contain
17334         non-ASCII group names.
17335
17336 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * gnus-cus.el (gnus-score-extra): New widget.
17339         (gnus-score-extra-convert): New function.
17340         (gnus-score-customize): Use it for Extra.
17341
17342 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17343
17344         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17345         (mml2015-mailcrypt-clear-verify): Use it.
17346         (mml2015-gpg-clear-verify): Use it.
17347         (mml2015-pgg-clear-verify): Use it.
17348         (mml2015-epg-clear-verify): Replace the current part with the output
17349         from GnuPG; don't extract the plaintext by itself.
17350
17351         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17352         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17353         mml2015-clear-verify-function; don't touch the armor headers or
17354         dash-escaped text here.
17355
17356 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17359         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17360         parts, or application/octet-stream as a last resort.
17361         (gnus-mime-view-part-as-type): Don't toggle display.
17362         (gnus-mime-view-part-as-charset): Don't turn off display before
17363         querying charset.
17364
17365         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17366         stuff to undisplayer function in Emacs.
17367         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17368
17369         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17370         text/calendar parts.
17371
17372 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17375         decoding text/calendar parts.
17376
17377         * message.el (message-forward-make-body-mime): Always mark body as
17378         having no illegible text; remove signed-or-encrypted argument.
17379         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17380
17381         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17382         (mml-generate-mime-1): Don't encode body if it is specified to be in
17383         raw form; don't make buffer be unibyte when inserting multibyte string.
17384
17385 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17386
17387         * sha1.el: Fix up comment style.
17388         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17389         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17390
17391         * hex-util.el: Fix up comment style.
17392         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17393
17394         * gnus-salt.el: Use with-current-buffer.
17395         (gnus-pick-setup-message): Fix long-standing typo.
17396
17397 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * imap.el (imap-logout-timeout): New variable.
17400         (imap-logout, imap-logout-wait): New functions.
17401         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17402
17403         * nnimap.el (nnimap-logout-timeout): New server variable.
17404         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17405         nnimap-logout-timeout.
17406
17407         * gnus-art.el (gnus-article-summary-command-nosave)
17408         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17409
17410 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus.el (gnus-maximum-newsgroup): New variable.
17413
17414         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17415         according to gnus-maximum-newsgroup.
17416
17417         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17418         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17419         Limit the range of articles according to gnus-maximum-newsgroup.
17420
17421 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17422
17423         * gnus-art.el (gnus-sticky-article): Fix problems described in
17424         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17425         Don't perform gnus-configure-windows here; reuse existing sticky
17426         article buffer.
17427
17428         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17429         it doesn't exist in gnus-article-mode.
17430
17431 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17434         (gnus-agent-decoded-group-name): New function.
17435         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17436         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17437
17438 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17439
17440         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17441         Add binding for gnus-sticky-article.
17442         (gnus-summary-exit): Don't kill sticky article buffers.
17443
17444         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17445         article buffer.
17446         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17447         (gnus-kill-sticky-article-buffers): New commands.
17448
17449 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17450
17451         * nntp.el (nntp-xref-number-is-evil): New server variable.
17452         (nntp-find-group-and-number): If it is non-nil, don't trust article
17453         numbers in the Xref header.
17454
17455 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * gnus-agent.el (gnus-agent-read-group): New function.
17458         (gnus-agent-flush-group, gnus-agent-expire-group)
17459         (gnus-agent-regenerate-group): Use it.
17460         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17461         nnmail-pathname-coding-system.
17462
17463 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17466
17467         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17468         that are unread as unread, and also as selected so that information of
17469         marks having been changed by a user may be updated when exiting group.
17470
17471 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17472
17473         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17474
17475 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17478         calculated ignoring signature parts to gnus-treat-article.
17479
17480 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17483         a point here in order to keep the window start.
17484         (gnus-insert-mime-security-button): Make a button overlay without the
17485         front stickiness.
17486         (gnus-mime-display-security): Goto the end of a button.
17487
17488         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17489
17490 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17493         group-name-at-point.
17494         (gnus-group-completing-read): New function that offers decoded
17495         non-ASCII group names for completion.
17496         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17497         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17498         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17499         (gnus-group-fetch-control): Use it.
17500         (gnus-fetch-group): Use group-name-at-point for the initial value
17501         rather than the default value; use gnus-alive-p.
17502
17503         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17504         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17505         (gnus-summary-post-news): Use gnus-group-completing-read.
17506
17507         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17508         (gnus-read-move-group-name): Decode group name for completion.
17509
17510 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17511
17512         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17513         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17514         Yamaoka slightly modified the code).
17515
17516 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17519         (nnmail-split-incoming): Bind it.
17520
17521         * nnml.el (nnml-group-name-charset): New function.
17522         (nnml-decoded-group-name): Use it; don't decode group name if
17523         nnmail-group-names-not-encoded-p is non-nil.
17524         (nnml-encoded-group-name): New function.
17525         (nnml-group-pathname): Inline nnml-decoded-group-name.
17526         (nnml-request-expire-articles): Decode group name in message.
17527         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17528         nnmail-pathname-coding-system.
17529         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17530         not decoded ones according to nnmail-group-names-not-encoded-p.
17531         (nnml-generate-active-info): Use nnml-encoded-group-name.
17532
17533 2007-08-08  Glenn Morris  <rgm@gnu.org>
17534
17535         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17536         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17537         doc-strings and comments.
17538
17539 2007-07-25  Glenn Morris  <rgm@gnu.org>
17540
17541         * Relicense all FSF files to GPLv3 or later.
17542
17543 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-sum.el (gnus-summary-move-article):
17546         Make gnus-summary-respool-article work.
17547
17548 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17549
17550         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17551         string.
17552
17553 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17554
17555         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17556         that should be ignored when comparing distant RSS articles with local
17557         ones.
17558         (nnrss-make-hash-index): New function.  Create a hash index according
17559         to the ignored fields.
17560         (nnrss-check-group): Use it.
17561
17562 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17565
17566         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17567
17568         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17569         the new optional argument ENCODED is non-nil.
17570         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17571         coding system for encoding group name.
17572         (gnus-group-make-rss-group): Pass un-encoded group name to
17573         gnus-group-make-group.
17574         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17575         encoded.
17576
17577         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17578         Encode group name to which articles are moved or copied.
17579         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17580         coding system for encoding Newsgroup, Followup-To and Xref headers.
17581
17582         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17583         marks; use nnheader-file-coding-system to write a file.
17584         (nnagent-retrieve-headers): Bind file-name-coding-system to
17585         nnmail-pathname-coding-system.
17586
17587         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17588
17589         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17590         (nnml-request-article, nnml-request-create-group)
17591         (nnml-request-rename-group, nnml-find-id)
17592         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17593         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17594         (nnml-save-marks): Use nnml-group-pathname instead of
17595         nnmail-group-pathname.
17596
17597         (nnml-request-create-group, nnml-request-expire-articles)
17598         (nnml-request-move-article, nnml-request-delete-group)
17599         (nnml-deletable-article-p, nnml-possibly-create-directory)
17600         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17601         (nnml-open-marks): Bind file-name-coding-system to
17602         nnmail-pathname-coding-system.
17603
17604         (nnml-request-article): Pass server argument to nnml-find-group-number.
17605         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17606         Pass server argument to nnml-possibly-create-directory.
17607         (nnml-request-accept-article): Pass server argument to
17608         nnml-active-number and nnml-save-mail.
17609         (nnml-find-group-number): Pass server argument to nnml-find-id.
17610         (nnml-request-update-info): Pass server argument to
17611         nnml-marks-changed-p.
17612
17613         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17614         (nnml-save-mail, nnml-active-number): Add server argument.
17615
17616         (nnml-request-delete-group): Warn if group is missing.
17617         (nnml-get-nov-buffer): Decode group name.
17618         (nnml-generate-active-info): Encode group name.
17619         (nnml-open-marks): Decode group name in messages.
17620
17621 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17624         if it is not specified.
17625         (gnus-article-pipe-part, gnus-article-save-part)
17626         (gnus-article-interactively-view-part, gnus-article-copy-part)
17627         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17628         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17629         (gnus-article-replace-part, gnus-article-delete-part)
17630         (gnus-article-view-part-as-type): Pass raw prefix argument to
17631         gnus-article-part-wrapper.
17632
17633 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17634
17635         * gnus-agent.el (gnus-agent-save-active):
17636         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17637
17638         * gnus-cache.el (gnus-cache-save-buffers)
17639         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17640         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17641         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17642         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17643         (gnus-cache-generate-active, gnus-cache-rename-group)
17644         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17645         (gnus-cache-update-overview-total-fetched-for):
17646         Bind file-name-coding-system to nnmail-pathname-coding-system.
17647         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17648         New variables.
17649         (gnus-cache-decoded-group-name): New function.
17650         (gnus-cache-file-name): Use it.
17651         (gnus-cache-generate-active): Use non-decoded group name for active.
17652
17653         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17654         right place.
17655         (gnus-write-active-file): Don't break non-ASCII group names.
17656
17657         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17658         nnmail-pathname-coding-system.
17659
17660         * lpath.el: Bind default-file-name-coding-system,
17661         file-name-coding-system and language-info-alist for XEmacs.
17662
17663         * gnus-uu.el (gnus-uu-decode-save): Typo.
17664
17665 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17666
17667         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17668
17669 2007-07-14  David Kastrup  <dak@gnu.org>
17670
17671         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17672         finishing actions if we did not edit the article.
17673
17674 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17677         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17678         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17679         (gnus-agent-flush-group, gnus-agent-flush-cache)
17680         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17681         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17682         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17683         (gnus-agent-regenerate-group)
17684         (gnus-agent-update-files-total-fetched-for)
17685         (gnus-agent-update-view-total-fetched-for):
17686         Bind file-name-coding-system to nnmail-pathname-coding-system.
17687         (gnus-agent-group-pathname): Don't encode file names by
17688         nnmail-pathname-coding-system.
17689         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17690         coding-system-for-write instead of buffer-file-coding-system to
17691         gnus-agent-file-coding-system.
17692
17693         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17694         Decode group name.
17695
17696         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17697
17698         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17699         (gnus-read-newsrc-el-file): Make group names unibyte.
17700
17701         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17702         nnmail-pathname-coding-system.
17703
17704         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17705         (nnrss-request-delete-group): Bind file-name-coding-system to
17706         nnmail-pathname-coding-system.
17707         (nnrss-read-server-data, nnrss-read-group-data):
17708         Bind file-name-coding-system correctly.
17709         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17710
17711         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17712         (nntp-server-to-method-cache): New variable.
17713         (nntp-group-pathname): New function that decodes non-ASCII group names.
17714         (nntp-possibly-create-directory, nntp-marks-changed-p)
17715         (nntp-save-marks, nntp-open-marks): Use it.
17716         (nntp-possibly-create-directory, nntp-open-marks):
17717         Bind file-name-coding-system to nnmail-pathname-coding-system.
17718         (nntp-open-marks): Decode group names when bootstrapping marks.
17719
17720         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17721         Newsgroups and Followup-To headers.
17722
17723 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17726         (gnus-server-closed-face, gnus-server-denied-face)
17727         (gnus-server-offline-face): Remove variable.
17728         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17729
17730         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17731         of modifying message-stack directly for XEmacs.
17732
17733         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17734         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17735         if the coding-system argument is nil for XEmacs.
17736
17737         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17738         mm-charset-override-alist.
17739
17740         * rfc2047.el: Don't require base64; require rfc2045 for the function
17741         rfc2045-encode-string.
17742         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17743         to quote the parameter value.
17744
17745 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17746
17747         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17748         form in gnus-group-name-charset-method-alist.
17749
17750         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17751         overrides the default layout edit-form.
17752
17753         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17754
17755         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17756
17757 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17760         as unfetched articles.
17761
17762 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17763
17764         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17765
17766 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17769         original back end that keeps marks in the local system.
17770
17771 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17774         arg of pop-to-buffer for XEmacs.
17775         (gnus-article-read-summary-keys): Ditto; don't restore window
17776         configuration if summary command ends up with neither article buffer
17777         nor summary buffer; describe bindings if summary keys end with C-h.
17778
17779 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * message.el (message-fix-before-sending): Skip raw message part to be
17782         forwarded while checking illegible text.
17783         (message-forward-make-body-mime, message-forward-make-body):
17784         Mark signed or encrypted raw message as having no illegible text.
17785
17786 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17789         (gnus-message-with-timestamp-1): New macro.
17790         (gnus-message-with-timestamp): New function.
17791         (gnus-message): Use them.
17792
17793         * nnheader.el (nnheader-message): Use them.
17794
17795 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17796
17797         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17798         .newsrc.eld file.
17799
17800 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-agent.el (gnus-agent-fetch-headers)
17803         (gnus-agent-retrieve-headers):
17804         Bind gnus-decode-encoded-address-function to identity.
17805
17806         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17807         available also when the server returns simply a dot.
17808
17809         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17810
17811 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17814
17815 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus-ems.el (gnus-x-splash): Make it work.
17818
17819         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17820         from being used.
17821
17822         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17823
17824 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17825
17826         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17827         4th and the 5th arguments.
17828
17829         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17830         the front stickiness.
17831         (gnus-article-summary-command-nosave): Correct the order of the
17832         arguments passed to pop-to-buffer.
17833         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17834         summary command ends up with the article buffer.
17835
17836         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17837         the same faces.
17838
17839 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17840
17841         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17842
17843 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17844
17845         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17846         * gnus-sum.el (gnus-summary-highlight):
17847         * pgg.el (pgg-sign-region, pgg-sign):
17848         * mail-source.el (mail-source-delete-old-incoming-confirm):
17849         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17850
17851 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * gnus-art.el (gnus-mime-view-part-externally)
17854         (gnus-mime-view-part-internally): Fix predicate function passed to
17855         completing-read.
17856
17857         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17858
17859         * gnus.el (gnus-update-message-archive-method): Add :version.
17860
17861 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus.el (gnus-update-message-archive-method): New variable.
17864
17865         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17866         according to gnus-message-archive-method if
17867         gnus-update-message-archive-method is non-nil.
17868
17869 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17872         Suggested by Loic Dachary <loic@dachary.org>.
17873         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17874
17875 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * message.el (message-pop-to-buffer): Add switch-function argument.
17878         (message-mail): Pass switch-function argument to it.
17879
17880 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17881
17882         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17883         Improve doc string.
17884
17885 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17888         (gnus-header-content):
17889         * gnus-cite.el (gnus-cite-10):
17890         * gnus-srvr.el (gnus-server-closed):
17891         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17892         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17893         (gnus-group-mail-3-empty, gnus-group-mail-low)
17894         (gnus-group-mail-low-empty, gnus-splash):
17895         * message.el (message-header-to, message-header-cc)
17896         (message-header-subject, message-header-other, message-header-name)
17897         (message-header-xheader, message-separator, message-cited-text)
17898         (message-mml): Lighten colors of faces used for dark background.
17899
17900 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17901
17902         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17903         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17904
17905 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * message.el (message-narrow-to-headers-or-head):
17908         Ignore mail-header-separator in the body.
17909
17910 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17913         same as window size.
17914
17915 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17916
17917         * message.el (message-font-lock-keywords): Use message-header-xheader
17918         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17919         ahead of the anything pattern, to get it recognized.
17920
17921 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17924         spam.el loads uses it in the compiled defadvice form.
17925
17926 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17927
17928         * gnus-sum.el (gnus-articles-to-read)
17929         (gnus-summary-insert-old-articles): Don't truncate group name for
17930         `read-string'.
17931
17932         * gnus-util.el (gnus-limit-string): Delete this function.
17933
17934         * gnus-sum.el (gnus-simplify-subject-fully):
17935         Use `truncate-string-to-width' instead.
17936
17937 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17938
17939         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17940         Tell if, on summary exit, the next group has to be selected.
17941         (gnus-summary-exit): Use it.
17942
17943 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17946         non-break space.
17947
17948 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17951         Check if group is not a directory.
17952         (nnfolder-request-expire-articles): Don't delete articles if the target
17953         group is not available.
17954
17955         * nnml.el (nnml-request-create-group): Properly check if group is not a
17956         file.
17957         (nnml-request-expire-articles): Don't delete articles if the target
17958         group is not available.
17959
17960         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17961         Don't quote characters that are within parentheses.
17962
17963 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17966         (gnus-handle-ephemeral-exit): Select article according to it.
17967
17968 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17969
17970         * message.el (message-insert-formated-citation-line): Remove newline.
17971         (message-citation-line-format): Add final \n here so that the user can
17972         avoid a blank line.
17973
17974 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17975
17976         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17977         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17978         Update lanl/arXiv support.
17979
17980 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17981
17982         * gnus.el: Bump version number.
17983
17984 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17985
17986         * gnus.el (gnus-version-number): Bump version.
17987
17988 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17989
17990         * gnus.el: No Gnus v0.6 is released.
17991
17992 2007-04-27  Didier Verna  <didier@xemacs.org>
17993
17994         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17995         * gmm-utils.el (gmm-regexp-concat): ... here.
17996         * message.el: Don't require 'gnus-util.
17997         (message-dont-reply-to-names): Handle name change above.
17998         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17999
18000 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18003         since the initial value varies according to the system.
18004
18005 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18008
18009 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18010
18011         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18012
18013 2007-04-24  Didier Verna  <didier@xemacs.org>
18014
18015         Improve the type of gnus-ignored-from-addresses.
18016         * gnus-util.el (gnus-orify-regexp): New function.
18017         * message.el (gnus-util): Require it.
18018         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18019         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18020         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18021
18022 2007-04-24  Didier Verna  <didier@xemacs.org>
18023
18024         * gnus-sum.el:
18025         * gnus-utils.el: Fix some trailing whitespaces.
18026
18027 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18030         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18031         article's Message-ID; refer parent article in summary buffer.
18032
18033         * message.el (message-bounce): Call mime-to-mml.
18034
18035         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18036         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18037         optimize and/or forms properly.
18038
18039 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18040
18041         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18042         URL.
18043
18044 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18047
18048 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18049
18050         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18051         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18052         displayed of multipart/alternative part if it is invoked from summary
18053         buffer.
18054
18055         * mm-view.el (mm-inline-text-html-render-with-w3m)
18056         (mm-inline-text-html-render-with-w3m-standalone)
18057         (mm-inline-render-with-function): Use mail-parse-charset by default.
18058
18059 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18060
18061         * parse-time.el (parse-time-string-chars): Check if CHAR
18062         is less than the length of parse-time-syntax.
18063
18064 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18067         from gnus-newsgroup-processable.
18068
18069 2007-04-16  Didier Verna  <didier@xemacs.org>
18070
18071         * gnus-msg.el (gnus-configure-posting-styles):
18072         Handle message-signature-directory properly with :file syntax.
18073         Reported by "Leo".
18074
18075 2007-04-11  Didier Verna  <didier@xemacs.org>
18076
18077         New user option: message-signature-directory.
18078         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18079         * message.el (message-insert-signature): Ditto.
18080         * message.el (message-signature-file): Doc update.
18081         * message.el (message-signature-directory): New.
18082
18083 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * gnus-msg.el (gnus-inews-yank-articles):
18086         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18087
18088 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * message.el (message-yank-original): Make sure cited text ends with
18091         newline; don't exchange point and mark.
18092
18093 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18094
18095         * tls.el (open-tls-stream): Properly handle case where there
18096         is no associated buffer.
18097
18098 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18099
18100         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18101         message-yank-original, make sure (< mark TEXT point).
18102
18103 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18104
18105         * message.el (message-fill-column): New variable.
18106         (message-mode): Use it.  Add comment on a possible new hook.
18107
18108         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18109         (nnmail-get-new-mail): Reformat.
18110
18111         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18112
18113         * gmm-utils.el: Fix Commentary.
18114         (gmm-tool-bar-from-list): Fix typo in doc string.
18115
18116 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18117
18118         * message.el (message-yank-original): Don't switch point and mark
18119         unnecessarily to put point and mark as documented.
18120
18121 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18122
18123         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18124         from the message heads.
18125
18126 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18127
18128         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18129         article buffer does not have a window.  This may not be the best
18130         solution but is certainly better than setting the start of the null,
18131         that is the current, window.
18132
18133 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18134
18135         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18136         (gnus-draft-setup): Run it.
18137
18138         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18139         gnus-score-fast-scoring.  Allow regexp.
18140         (gnus-score-headers): Use it.
18141
18142         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18143         XEmacs.
18144
18145         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18146         string.
18147         (gnus-button-alist): Also catch `<f1> k ...'.
18148         (gnus-treat-display-x-face): Fix doc string.
18149
18150 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18151
18152         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18153         evaluation of gnus-extended-version to ensure correct generation of the
18154         User-Agent header when message-generate-headers-first is used.
18155
18156 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18157
18158         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18159         hashcash-path is nil.  Don't call callback with incorrect number of
18160         parameters if val is 0.
18161
18162 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18163
18164         * message.el (message-required-news-headers):
18165         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18166
18167 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18168
18169         * tls.el (open-tls-stream): In handshake-waiting loop,
18170         don't wait more if there is output available to process.
18171
18172 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18173
18174         * tls.el (tls-program): Doc fix.
18175
18176 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * message.el (message-generate-new-buffers): Change the meaning of the
18179         nil value; add `standard' to the choices; treat t as `unique'; improve
18180         doc string.
18181         (gnus-select-frame-set-input-focus): Autoload.
18182         (message-buffer-name): Search for the existing message buffer if
18183         message-generate-new-buffers is nil or `standard'; treat the value t of
18184         message-generate-new-buffers as `unique'.
18185         (message-pop-to-buffer): Raise the frame already displaying the message
18186         buffer; clear the echo area after querying.
18187         (message-setup): Pass the `continue' argument to compose-mail.
18188         (message-mail): Prefer `switch-function' if it is given; search for the
18189         existing message buffer if the `continue' argument is non-nil; pass
18190         continue and switch-function arguments to compose-mail by way of
18191         message-setup.
18192         (message-mail-other-window): Adjust argument of message-setup.
18193         (message-mail-other-frame): Ditto.
18194
18195 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18198         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18199         to turn font-lock on when turning gnus-message-citation-mode on.
18200
18201 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18202
18203         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18204         (mml-smime-function-alist): New variable; add epg as the backend.
18205         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18206         mml-smime- functions instead.
18207         * mm-view.el: Require smime.
18208
18209 2007-03-05  Didier Verna  <didier@xemacs.org>
18210
18211         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18212         instead of just inheritance for posting styles.
18213         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18214
18215 2007-02-24  Chris Moore  <dooglus@gmail.com>
18216
18217         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18218         * pgg-pgp.el (pgg-pgp-encrypt-region):
18219         * pgg-gpg.el (pgg-gpg-encrypt-region):
18220         Check pgg-encrypt-for-me if no other recipients.
18221
18222 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18223
18224         * tls.el (tls-certtool-program): Fix custom type.
18225
18226 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18227
18228         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18229         and point-at-eol instead of line-(beginning|end)-position.
18230
18231         * assistant.el (assistant-parse-buffer): Ditto.
18232
18233         * netrc.el (netrc-parse-services): Ditto.
18234
18235 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18236
18237         * mml2015.el (mml2015-epg-find-usable-key): New function.
18238         (mml2015-epg-sign): Use it.
18239         (mml2015-epg-encrypt): Use it.
18240
18241 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * message.el (message-make-in-reply-to): Quote name containing
18244         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18245         if there are special characters.  Reported by NAKAJI Hiroyuki
18246         <nakaji@jp.freebsd.org>.
18247
18248 2007-02-27  Didier Verna  <didier@xemacs.org>
18249
18250         Include the group parameters as well as the topic ones in the
18251         inheritance filter process.
18252         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18253         argument GROUP-PARAMS-LIST.
18254         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18255
18256 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * nntp.el (nntp-never-echoes-commands)
18259         (nntp-open-connection-functions-never-echo-commands): New variables.
18260         (nntp-send-command): Use them.
18261
18262 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18263
18264         * mml2015.el (mml2015-epg-verify): Simplify.
18265
18266 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * mml.el (mml-content-disposition-alist): New user option.
18269         (mml-content-disposition): New function.
18270         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18271         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18272
18273 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18274
18275         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18276         verification.
18277
18278 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18279
18280         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18281         articles posted in the last 24 hours.
18282
18283 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18284
18285         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18286
18287 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18288
18289         * nntp.el (nntp-send-command): Don't wait for echoes when
18290         nntp-open-ssl-stream is used.
18291
18292 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18293
18294         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18295         (gnus-message-add-citation-keywords)
18296         (gnus-message-remove-citation-keywords): Remove.
18297         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18298         directly, make the variables in font-lock-defaults buffer-local, add
18299         gnus-message-citation-keywords to them and then update the value of
18300         font-lock-keywords.
18301
18302 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * message.el (message-cite-original-1): Don't call
18305         gnus-article-highlight-citation.
18306
18307         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18308         citations; fix line count.
18309
18310 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18313         (gnus-message-add-citation-keywords)
18314         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18315         versions of font-lock-add-keywords and font-lock-remove-keywords to
18316         work with XEmacs correctly.
18317
18318 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18319
18320         * gnus-cite.el (gnus-cite-face-list): Set the values of
18321         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18322         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18323         (gnus-message-cite-prefix-regexp): New variable.
18324         (gnus-message-search-citation-line): Use it; protect against long
18325         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18326         the 0th match data for Emacs.
18327         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18328         (gnus-message-add-citation-keywords): Append keywords rather than
18329         prepending; emulate font-lock-add-keywords if it is not available.
18330         (gnus-message-remove-citation-keywords):
18331         Emulate font-lock-remove-keywords if it is not available.
18332
18333         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18334
18335         * message.el (message-cite-prefix-regexp): Set the value of
18336         gnus-message-cite-prefix-regexp.
18337
18338 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18339
18340         * nnweb.el (nnweb-google-parse-1): Update parser.
18341
18342 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18343
18344         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18345
18346 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18347
18348         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18349         regexp.
18350
18351 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18352
18353         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18354         string-to-multibyte.
18355         (uudecode-decode-region-internal): Use it.
18356
18357         * lpath.el: Fbind string-as-multibyte for XEmacs.
18358
18359 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18360
18361         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18362         Fix custom choice.
18363
18364         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18365
18366 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18367
18368         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18369
18370         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18371         `write-region' to respect `mm-inhibit-file-name-handlers'.
18372
18373 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18374
18375         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18376         Use gnus-home-directory instead of "~/" or "$HOME".
18377
18378 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18379
18380         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18381         to mention filename.
18382         Add comments at beginning regarding usage.
18383         (encrypt-write-file-contents): Change interactive so a string is
18384         acceptable.  If the file has no associated model, show an error instead
18385         of a nonsense prompt.
18386
18387 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18388
18389         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18390         Thanks to Yoshihiko Yamada for kind notification of this typo.
18391
18392 2007-01-12  Kenichi Handa  <handa@m17n.org>
18393
18394         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18395         multibyte buffer.
18396
18397 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18398
18399         * gnus-score.el (gnus-score-fast-scoring): New variable.
18400         (gnus-score-headers): Use it.
18401
18402         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18403
18404         * message.el (message-cite-original-1):
18405         Call gnus-article-highlight-citation if requested.
18406         (message-make-from): Allow name and address as optional arguments.
18407
18408         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18409
18410         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18411         bugs to doc string.
18412         (gnus-button-alist): Add mid\\|message-id.
18413         (gnus-button-fetch-group): Extend for use in
18414         `browse-url-browser-function'.
18415         (gnus-button-url-regexp): Try to catch paired parentheses like in
18416         Wikipedia URLs.
18417
18418         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18419         Suggested by Simon Krahnke <overlord@gmx.li>.
18420
18421 2007-01-13  Romain Francoise  <romain@orebokech.com>
18422
18423         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18424         Update copyright.
18425
18426 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18427
18428         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18429
18430 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18431
18432         * gnus-registry.el (gnus-registry-unfollowed-groups)
18433         (gnus-registry-split-fancy-with-parent): Fix documentation.
18434
18435 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18436
18437         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18438         from nnweb groups.
18439
18440 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18441
18442         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18443         Xref urls.  Erase buffer before requesting head.
18444
18445         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18446
18447 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18448
18449         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18450         customizable.
18451
18452 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18453
18454         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18455         no signing key is found.
18456         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18457         no encrypting and/or signing key is found.
18458
18459 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18462
18463 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18464
18465         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18466         headers read from disk with the ones newly found in the current search.
18467         This should no longer cause problems, because the article numbers in
18468         Gmane's `nov.php' output are ignored since the previous change.
18469
18470 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18471
18472         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18473
18474 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18477         replace-regexp-in-string; bind url-version; fbind display-images-p and
18478         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18479         find-face and set-itimer-function for Emacs; bind itimer-list for
18480         Emacs.
18481
18482         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18483
18484 2007-01-01  Romain Francoise  <romain@orebokech.com>
18485
18486         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18487
18488 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18489
18490         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18491         `define-minor-mode' macro definition expanded properly.
18492         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18493         exclude it there.
18494
18495         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18496         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18497         `fboundp' test.
18498         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18499         This is OK to autoload in (S)XEmacs now.
18500
18501 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18502
18503         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18504         keystroke.
18505         (gnus-summary-limit-to-singletons): Fix typo.
18506
18507         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18508         else fails.
18509
18510 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18511
18512         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18513         docstring.
18514
18515         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18516         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18517         (gnus-summary-insert-dormant-articles): Fix typo in message.
18518
18519 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18520
18521         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18522         nil for XEmacs.
18523         (gnus-message-citation-mode): Don't autoload in XEmacs.
18524
18525         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18526
18527 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18528
18529         * nnimap.el (nnimap-expunge-search-string):
18530         Mention nnimap-search-uids-not-since-is-evil in docstring.
18531
18532 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18533
18534         * spam.el: Revert to make-obsolete-variable because
18535         define-obsolete-variable-alias is not supported in Emacs 21.
18536
18537         * spam.el (spam-ifile-path, spam-ifile-database-path)
18538         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18539         make-obsolete-variable.
18540         (spam-bsfilter-path, spam-bsfilter-program)
18541         (spam-spamassassin-path, spam-spamassassin-program)
18542         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18543         Don't use "path" inappropriately.
18544         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18545         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18546         variable names.
18547
18548 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18549
18550         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18551         summary buffer.
18552
18553         * password.el (password-cache-remove): Use clear-string to burn
18554         password, if available.
18555
18556 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18557
18558         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18559
18560         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18561
18562         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18563         (gnus-message-highlight-citation): Move defcustom here from
18564         gnus-cite.el.
18565         (gnus-message-citation-mode): Autoload.
18566
18567         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18568         checks to make it compile with XEmacs.
18569         (gnus-message-citation-mode): New minor mode.
18570         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18571         (gnus-message-highlight-citation): New variables.
18572         (gnus-message-search-citation-line)
18573         (gnus-message-add-citation-keywords)
18574         (gnus-message-remove-citation-keywords)
18575         (turn-on-gnus-message-citation-mode)
18576         (turn-off-gnus-message-citation-mode): New functions.
18577
18578 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18579
18580         * gnus-cite.el: Enable highlighting of different citation levels in
18581         message-mode.
18582
18583 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18584
18585         * message.el (message-make-fqdn): Fix comment.
18586         (message-bogus-system-names): Add ".local".
18587
18588         * spam.el (spam-ifile-path, spam-ifile-program)
18589         (spam-ifile-database-path, spam-ifile-database)
18590         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18591         Don't use "path" inappropriately.
18592         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18593         strings.
18594         (spam-check-ifile, spam-ifile-register-with-ifile)
18595         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18596         Use new variable names.
18597
18598         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18599         (gnus-treat-display-smileys): Simplify using
18600         gnus-image-type-available-p.
18601
18602         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18603         available.
18604
18605         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18606         Use `display-images-p' if available.
18607
18608 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18611         one after turning on the buffer's multibyteness instead of decoding
18612         them directly in the unibyte buffer that causes unexpected conversion
18613         in Emacs 23 (unicode).
18614
18615 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18616
18617         * message.el (message-generate-hashcash): Fix custom type.
18618
18619 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18622
18623 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18624
18625         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18626         disconnect icons.  Add help text.
18627
18628 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18629
18630         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18631         negated to be consistent with the others we handle.
18632
18633 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18634
18635         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18636         version of gnus-summary-buffer to something, so that we can use two
18637         article buffers at the same time.
18638
18639 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18640
18641         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18642         trigger all the extra headers.
18643         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18644         sorting.
18645
18646 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18647
18648         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18649         solid groups.
18650
18651 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18652
18653         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18654
18655 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18656
18657         * legacy-gnus-agent.el: Add Copyright notice.
18658
18659 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18660
18661         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18662
18663 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18664
18665         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18666
18667         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18668         to make it work reliably in CVS Emacs.
18669         (gnus-summary-limit-strange-charsets-predicate)
18670         (gnus-summary-limit-to-predicate): New functions.
18671
18672 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18673
18674         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18675         specifying array size.
18676         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18677         array if it is too small.
18678         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18679         (gnus-sort-threads-loop): New function.
18680
18681 2006-12-06  Chris Moore  <dooglus@gmail.com>
18682
18683         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18684         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18685
18686 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18687
18688         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18689         options.
18690
18691 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18692
18693         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18694         DOS-ing the recipient.
18695
18696         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18697         the headers when creating the mapping to avoid mismappings.
18698         (nnweb-gmane-create-mapping): Always nix out old mapping.
18699
18700 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18703         and mm-verify-option to never.
18704
18705 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18706
18707         * message.el (message-signed-or-encrypted-p): New function.
18708         (message-forward-make-body): Use it.
18709
18710         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18711         Replace encode-coding-string with mm-encode-coding-string.
18712
18713 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * nneething.el (nneething-decode-file-name):
18716         Replace decode-coding-string with mm-decode-coding-string.
18717
18718         * gnus-int.el (gnus-open-server): Say failed server's name.
18719
18720 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18721
18722         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18723         strings to a single string.  Quote `errors-file-name'.
18724         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18725         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18726         Adjust calls.  Use `shell-quote-argument'.
18727
18728 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18729
18730         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18731         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18732
18733         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18734         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18735         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18736         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18737         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18738         (gnus-subscribe-newsgroup, gnus-1):
18739         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18740         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18741         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18742         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18743
18744 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18745
18746         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18747         keystroke.
18748         (gnus-summary-limit-to-bodies): Implement headersp.
18749
18750 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18751
18752         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18753
18754 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18757
18758 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18759
18760         * message.el (message-generate-hashcash): Expand range of values to
18761         include `opportunistic'.
18762         (message-send-mail): Use it.
18763
18764 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18765
18766         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18767         and comment it.
18768
18769         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18770
18771 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * gnus-util.el (gnus-extract-address-components): Improve comment.
18774
18775 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18776
18777         * gnus-util.el (gnus-extract-address-components): Work with address in
18778         which the name portion contains @.
18779
18780         * lpath.el: Fbind custom-autoload.
18781
18782 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18783
18784         * gnus.el (gnus-start): Move custom group up.
18785         (gnus-select-method): Don't autoload, but make it available for
18786         `customize-variable'.
18787         (gnus-getenv-nntpserver): Don't autoload.
18788
18789 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18790
18791         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18792
18793 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18794
18795         * message.el (message-sendmail-extra-arguments): New variable.
18796         (message-send-mail-with-sendmail): Use it.
18797
18798 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18799
18800         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18801         mm-with-unibyte-current-buffer to make string unibyte.
18802
18803         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18804         mm-string-as-multibyte.
18805
18806 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18807
18808         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18809         Reported by Werner Koch <wk@gnupg.org>.
18810
18811 2006-11-14  Daiki Ueno  <ueno@p360>
18812
18813         * mml2015.el: Autoload epa-select-keys when compiling.
18814
18815 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18816
18817         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18818         message-options.
18819         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18820
18821 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18822
18823         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18824         EasyPG (< 0.0.6).
18825         (mml2015-always-trust): New user option.
18826         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18827         prompt.
18828
18829 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * nntp.el (nntp-authinfo-force): New variable.
18832         (nntp-send-authinfo): Use it.
18833
18834 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18835
18836         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18837         decode encoded words.  Improve prompt.  Add comment about forwarding.
18838         (message-replacement-char): Move up.
18839
18840 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18841
18842         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18843         instead of gnus-intersection because arguments of gnus-sorted-nunion
18844         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18845
18846 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18847
18848         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18849         (message-simplify-subject-functions):
18850         Enable message-strip-subject-encoded-words by default.
18851
18852 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18853
18854         * message.el (message-strip-subject-encoded-words): New function.
18855         (message-simplify-subject-functions): New variable.
18856         (message-simplify-subject): Use it.  Fix typo in doc string.
18857         Support message-strip-subject-encoded-words.
18858
18859 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18860
18861         * gnus-diary.el (gnus-diary-delay-format-function):
18862         * nndiary.el (nndiary-reminders):
18863         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18864
18865 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18866
18867         * gnus-art.el (article-hide-boring-headers): Fetch date from
18868         gnus-original-article-buffer to avoid problems with localized date
18869         strings.
18870
18871 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18874
18875 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18876
18877         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18878         New variables.
18879         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18880         (mm-charset-synonym-alist): Move some entries to
18881         mm-codepage-iso-8859-list.
18882         (mm-charset-synonym-alist, mm-charset-override-alist):
18883         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18884
18885 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18886
18887         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18888
18889 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18890
18891         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18892         with Emacs 21 and XEmacs.
18893
18894 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18895
18896         * spam.el (spam-parse-address): New function for better parsing,
18897         catching errors, etc.
18898         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18899
18900 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18901
18902         * mm-view.el: Add interactive arg to html2text autoload.
18903
18904 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18907
18908 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18909
18910         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18911         New variables.
18912         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18913         (mm-charset-synonym-alist): Move some entries to
18914         mm-codepage-iso-8859-list.
18915
18916         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18917
18918 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * message.el (message-citation-line-format)
18921         (message-insert-formated-citation-line): Fix implementation of %E, %N
18922         and %n according to the doc string.
18923
18924 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18925
18926         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18927         Use car-safe to avoid bad parses.
18928
18929 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18932         names.
18933
18934         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18935
18936 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18937
18938         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18939         header.
18940
18941         * message.el (message-draft-headers): Add Date.
18942         (message-headers-to-generate): Fix typo in docstring.
18943
18944         * nndraft.el (nndraft-required-headers): New variable.
18945         (nndraft-generate-headers): Use it.
18946
18947         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18948
18949 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18950
18951         * gnus-registry.el (gnus-registry-wash-for-keywords)
18952         (gnus-registry-find-keywords): New functions to allow easy searching of
18953         articles that are in the registry.
18954
18955 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18956
18957         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18958         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18959         Reported by Damien Elmes <damien@repose.cx>.
18960
18961 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18962
18963         * gnus.el (gnus-mime): Remove unused custom group.
18964
18965 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18966
18967         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18968         "blank line" when searching for end of armor headers.
18969
18970 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * gmm-utils.el (gmm-write-region): Fix variable name.
18973
18974 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18975
18976         * gmm-utils.el (gmm-write-region): New function based on compatibility
18977         code from `mm-make-temp-file'.
18978
18979         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18980
18981         * nnmaildir.el (nnmaildir--update-nov)
18982         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18983         Use `gmm-write-region'.
18984
18985 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18986
18987         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18988         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18989
18990         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18991
18992         * message.el (message-replacement-char): New variable.
18993         (message-fix-before-sending): Use it.
18994         (message-simplify-subject): New function to remove duplicate code.
18995         (message-reply, message-followup): Use it.
18996
18997         * gnus-sum.el (gnus-summary-make-menu-bar):
18998         Clarify gnus-summary-limit-to-articles.
18999
19000 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * gnus-util.el (gnus-with-local-quit): New macro.
19003
19004         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19005
19006 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19007
19008         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19009         ignore non-string data.
19010
19011 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19012
19013         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19014         non-string data (needs to be done in the registry too).
19015
19016 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19017
19018         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19019         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19020         (gnus-registry-split-fancy-with-parent)
19021         (gnus-registry-fetch-simplified-message-subject-fast)
19022         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19023         Remove text properties on ingress into the registry and when it's saved.
19024         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19025         registry from entries with no groups.
19026
19027 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19028
19029         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19030         function to remove string properties.
19031
19032 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19033
19034         * gmm-utils.el (gmm): Adjust custom version.
19035
19036         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19037         Adjust custom version.
19038
19039         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19040
19041 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19042
19043         * gnus-art.el (gnus-insert-prev-page-button)
19044         (gnus-insert-next-page-button): Simplify.  Reformat.
19045
19046 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19047
19048         * gnus-art.el (gnus-insert-prev-page-button)
19049         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19050
19051 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19052
19053         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19054
19055 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19056
19057         * gnus-art.el (gnus-insert-mime-button)
19058         (gnus-insert-mime-security-button):
19059         Apply gnus-article-button-face to MIME and security buttons.
19060
19061 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19062
19063         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19064         readable.
19065
19066 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19069
19070 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19071
19072         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19073         `browse-url-of-file' instead of `browse-url'.
19074
19075 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19076
19077         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19078         regexp.  Articles containing quotation were cut prematurely.
19079
19080 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * message.el (message-cite-original-1): Use nobody by default for the
19083         value of From header.
19084         (message-reply): Ditto.
19085
19086 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19087
19088         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19089         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19090         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19091
19092 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19093
19094         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19095         mails in the doc string.  Add some URLs in comment.
19096         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19097
19098 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19101         backslashes handling and the way to find boundaries of quoted strings.
19102
19103 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19104
19105         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19106         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19107         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19108         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19109
19110 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19111
19112         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19113         doc string.
19114         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19115
19116 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * lpath.el: Fbind epg-check-configuration.
19119
19120 2006-09-06  Simon Josefsson  <jas@extundo.com>
19121
19122         * mml2015.el (mml2015-use): Doc fix, mention epg.
19123
19124 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19125
19126         * mml2015.el (mml2015-use): Default to epg, if available.
19127
19128 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19129
19130         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19131         message-sender.
19132         (mml1991-epg-encrypt): Ditto.
19133         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19134         message-sender.
19135         (mml2015-epg-encrypt): Ditto.
19136
19137 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19138
19139         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19140         several common directories.
19141
19142 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19143
19144         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19145         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19146
19147 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * gnus-art.el (article-decode-encoded-words): Make it fast.
19150
19151 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19152
19153         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19154
19155         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19156         in quoted string into `\'.
19157
19158 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19159
19160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19161         Use standard-syntax-table.
19162
19163 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19164
19165         * gnus-art.el (gnus-decode-address-function): New variable.
19166         (article-decode-encoded-words): Use it to decode headers which are
19167         assumed to contain addresses.
19168         (gnus-mime-delete-part): Remove useless `or'.
19169
19170         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19171         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19172         (gnus-nov-parse-line): Use it to decode From header.
19173         (gnus-get-newsgroup-headers): Ditto.
19174         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19175
19176         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19177         (mail-decode-encoded-address-string): New alias.
19178
19179         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19180         New function.
19181         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19182         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19183         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19184         (rfc2047-decode-string): Ditto.
19185         (rfc2047-decode-address-region): New function.
19186         (rfc2047-decode-address-string): New function.
19187
19188 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19189
19190         * message.el (message-caesar-buffer-body): Allow rotating headers.
19191
19192         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19193
19194         * message.el (message-insert-formated-citation-line): Fix %f.
19195         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19196
19197 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19200         (gnus-bookmark-mouse-available-p): New macro.
19201         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19202         (gnus-bookmark-bmenu-show-infos): Use it.
19203         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19204         (gnus-bookmark-bmenu-hide-infos): Ditto.
19205         (gnus-bookmark-remove-properties): New function.
19206         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19207         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19208         (gnus-bookmark-write-file): Bind coding-system-for-write.
19209         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19210         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19211         group before selecting it.
19212         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19213         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19214         quit-window if it is not available; use gnus-mouse-2 and bind it to
19215         gnus-bookmark-bmenu-select-by-mouse.
19216         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19217         (gnus-bookmark-bmenu-select-by-mouse): New function.
19218
19219 2006-08-13  Romain Francoise  <romain@orebokech.com>
19220
19221         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19222         space.
19223
19224 2006-08-10  Romain Francoise  <romain@orebokech.com>
19225
19226         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19227         (dns-mode-soa-auto-increment-serial): New user option.
19228         (dns-mode-soa-maybe-increment-serial): New function.
19229         (dns-mode): Add the latter to `write-contents-functions'.
19230
19231 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * compface.el (uncompface): Use binary rather than raw-text-unix.
19234
19235 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * compface.el (uncompface): Make sure the eol conversion doesn't take
19238         place when communicating with the external programs.
19239         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19240
19241 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19244
19245 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19246
19247         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19248         Make it more robust by parsing author and date independently.
19249
19250 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19253
19254 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19255
19256         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19257         first matching secret key.
19258         (mml2015-epg-encrypt): Ditto.
19259
19260         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19261         first matching secret key.
19262         (mml1991-epg-encrypt): Ditto.
19263
19264         * mml2015.el (mml2015-encrypt-to-self): New user option.
19265         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19266         mml2015-epg-encrypt-to-self is set.
19267
19268         * mml1991.el (mml1991-encrypt-to-self): New variable.
19269         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19270         mml1991-epg-encrypt-to-self is set.
19271
19272         * mml2015.el (mml2015-signers): New user option.
19273         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19274         (mml2015-epg-encrypt): Allow to select signing keys.
19275
19276         * mml1991.el (mml1991-signers): New variable.
19277         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19278         (mml1991-epg-encrypt): Allow to select signing keys.
19279
19280 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * nnheader.el (nnheader-insert-head): Make it work even if the file
19283         uses CRLF for the line-break code.
19284
19285 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19286
19287         * mml2015.el: Require mml-sec instead of password.
19288         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19289         (mml2015-cache-passphrase): Inherit the default value from
19290         mml-secure-cache-passphrase.
19291         (mml2015-passphrase-cache-expiry): Inherit the default value from
19292         mml-secure-passphrase-cache-expiry.
19293
19294         * mml1991.el: Require mml-sec instead of password.
19295         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19296         (mml1991-cache-passphrase): Inherit the default value from
19297         mml-secure-cache-passphrase.
19298         (mml1991-passphrase-cache-expiry): Inherit the default value from
19299         mml-secure-passphrase-cache-expiry.
19300
19301         * mml-sec.el: Require password.
19302         (mml-secure-verbose): New user option.
19303         (mml-secure-cache-passphrase): New user option.
19304         (mml-secure-passphrase-cache-expiry): New user option.
19305
19306 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19307             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19308
19309         * pgg-def.el (pgg-truncate-key-identifier):
19310         Truncate the key ID to 8 letters from the end.
19311
19312 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19313
19314         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19315         workaround for the url package included with Emacs.
19316
19317         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19318
19319 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19320
19321         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19322         correctly.  This fixes a bug caused by the 2006-05-12 change.
19323
19324 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19325
19326         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19327         some information about the error when saying that the `bogus' mail
19328         group will be used.
19329
19330 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19331
19332         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19333         string.
19334
19335 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19336
19337         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19338
19339 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19340
19341         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19342
19343 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19344
19345         * mml1991.el (mml1991-function-alist): Add epg.
19346         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19347         (mml1991-epg-encrypt): New functions.
19348
19349 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19350
19351         * mml2015.el (mml2015-verbose): New variable.
19352         (mml2015-cache-passphrase): Ditto.
19353         (mml2015-passphrase-cache-expiry): Ditto.
19354         (mml2015-function-alist): Add epg.
19355         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19356         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19357         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19358         New functions.
19359
19360 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19361
19362         * message.el (message-cite-original-1): Preserve region when removing
19363         quoted text due to X-No-Archive in order to avoid bogus attribution
19364         when citing multiple messages.
19365
19366 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19367
19368         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19369         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19370
19371 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19372
19373         * gnus-diary.el (gnus-user-format-function-d)
19374         (gnus-user-format-function-D): Autoload.
19375
19376         * imap.el (Commentary): Fix typo.
19377
19378         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19379         2006-04-22 contribution.
19380
19381 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19382
19383         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19384         It didn't really fix the bogosity I'm seeing with solid web groups.
19385
19386 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19387
19388         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19389         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19390         created using server names.  If we use the feature without declaring
19391         it, Gnus does not properly manage server and group state.
19392
19393         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19394         bound.
19395
19396 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19397
19398         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19399         looking up the method using GROUP's prefix before inventing a new one.
19400         It is used on killed/unknown groups in various places where returning
19401         an all-new method isn't expected by the caller.
19402
19403         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19404         and match semantics of gnus-group-real-prefix.
19405
19406 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19407
19408         * nnmail.el (nnmail-broken-references-mailers): New variable.
19409         (nnmail-ignore-broken-references): New function generalizing
19410         nnmail-fix-eudora-headers.
19411         (nnmail-fix-eudora-headers): Now obsolete.
19412
19413         * gnus-art.el (gnus-button-handle-custom):
19414         Support `customize-apropos*'.
19415
19416 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19417
19418         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19419
19420         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19421         articles.
19422
19423 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19424
19425         * message.el (message-cite-reply-above): New variable.
19426         (message-yank-original): Use it.
19427
19428 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19429
19430         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19431
19432 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19433
19434         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19435         as read.
19436
19437         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19438
19439 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19440
19441         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19442         (gnus-bookmark-default-file): Use gnus-directory.
19443         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19444         Remove "*" in doc string.
19445         (gnus-bookmark-write-file): Simplify.
19446         (gnus-bookmark-maybe-sort-alist): Use `when'.
19447         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19448         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19449         Add FIXME about Emacs 21 and XEmacs compatibility.
19450         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19451         compatibility.
19452         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19453         compatibility.
19454         (gnus-bookmark-menu-heading): Fix version.
19455
19456 2006-06-19  Bastien Guerry  <bzg@altern.org>
19457
19458         * gnus-bookmark.el: New file.
19459
19460 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * message.el (message-syntax-checks): Doc fix.
19463
19464 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19465
19466         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19467         unsubscribed groups as if they were killed ones.  It causes duplicate
19468         entries in gnus-newsrc-alist.
19469
19470 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19471
19472         * message.el (message-syntax-checks): Doc fix.
19473         (message-send-mail): Add check for continuation headers.
19474         (message-check-news-header-syntax): Fix regexp used to check for
19475         continuation headers.
19476
19477 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19480
19481 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19482
19483         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19484
19485 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19488         default-truncate-lines.
19489
19490 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19491
19492         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19493         to fill the utf-8 entry.
19494
19495         * lpath.el: Fbind unicode-precedence-list.
19496
19497 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19498
19499         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19500
19501 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19502
19503         * gnus-agent.el (directory-files-and-attributes): Move all the way
19504         forward (the third and final move).
19505         (gnus-agent-read-agentview): Trap reconstruction errors due to
19506         nonexistent directory.  Handle by returning nil.
19507
19508 2006-05-30  Didier Verna  <didier@xemacs.org>
19509
19510         * message.el (message-dont-reply-to-names): Update the custom type.
19511         * message.el (message-dont-reply-to-names): New defsubst: potentially
19512         convert a list of regexps into a single one.
19513         * message.el (message-get-reply-headers): Use it.
19514         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19515
19516 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * gnus-agent.el (directory-files-and-attributes): Move forward.
19519
19520 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19521
19522         * gnus-ml.el (gnus-mailing-list-subscribe)
19523         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19524         (gnus-mailing-list-message): Fix doc strings.
19525
19526 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19527
19528         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19529         of doing it manually.
19530
19531 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19532
19533         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19534         comment.
19535
19536 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19537
19538         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19539         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19540         (gnus-agent-read-local): All symbols allocated in my-obarray.
19541         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19542         (gnus-agent-regenerate-group): Check numeric names to see if they are
19543         messages or groups.
19544         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19545         better way of do this...)
19546
19547         * gnus-cache.el (gnus-agent-total-fetched-for):
19548         Ignore 'dummy.group' (there should be a better way of do this...)
19549
19550 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19553         (gnus-saved-headers): Ditto.
19554         (gnus-default-article-saver): Mention functions may have properties.
19555         (gnus-article-save): Override gnus-save-all-headers and
19556         gnus-saved-headers by :headers property which saver function may have.
19557         (gnus-summary-save-in-file): Add :headers property.
19558         (gnus-summary-write-to-file): Ditto.
19559
19560         * gnus-sum.el (gnus-summary-save-article): Bind
19561         gnus-prompt-before-saving to t when saving many articles in a file;
19562         always show all headers.
19563
19564         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19565
19566 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19567
19568         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19569         marks.
19570
19571         * message.el (message-indent-citation): Add optional arguments to allow
19572         using it outside of message buffers.
19573
19574         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19575         (gnus-article-treat-unfold-headers): Use it.
19576         (gnus-article-truncate-lines): New variable.
19577         (gnus-article-mode): Use it.
19578         (gnus-article-toggle-truncate-lines): New function.
19579
19580         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19581         Add gnus-article-toggle-truncate-lines.
19582
19583         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19584         coding system in XEmacs, use binary.
19585
19586 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19587
19588         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19589         after-load-alist.
19590
19591         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19592         this function should save decoded articles.
19593         (gnus-summary-write-to-file): Use property to specify this function
19594         should save decoded articles and specify gnus-summary-save-in-file
19595         should be used to save articles other than the first one when saving
19596         many articles.
19597         (gnus-summary-save-body-in-file): Use property to specify this
19598         function should save decoded articles.
19599         (gnus-summary-write-body-to-file): Use property to specify this
19600         function should save decoded articles and specify
19601         gnus-summary-save-body-in-file should be used to save articles other
19602         than the first one when saving many articles.
19603
19604         * gnus-sum.el (gnus-summary-save-article): Simplify.
19605
19606 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19607
19608         * gnus-art.el (gnus-default-article-saver):
19609         Add gnus-summary-write-body-to-file.
19610         (gnus-article-save-coding-system): Don't use coding system object
19611         in XEmacs.
19612         (gnus-read-save-file-name): Add optional `dir-var' argument which
19613         specifies directory in which files are saved; work even if optional
19614         `variable' argument is not specified.
19615         (gnus-summary-write-to-file): Read file name.
19616         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19617         (gnus-summary-write-body-to-file): New function.
19618
19619         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19620         (gnus-summary-local-variables): Add it.
19621         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19622         (gnus-summary-save-article): Remove optional `decode' argument;
19623         determine whether to decode articles by the value of
19624         gnus-default-article-saver; when saving many files using
19625         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19626         it first and use gnus-summary-save-in-file or
19627         gnus-summary-save-body-in-file thereafter unless
19628         gnus-prompt-before-saving is always; move point to article which
19629         will be saved.
19630         (gnus-summary-save-article-file): Revert.
19631         (gnus-summary-write-article-file): Revert.
19632         (gnus-summary-save-article-body-file): Revert.
19633         (gnus-summary-write-article-body-file): New function.
19634
19635 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19636
19637         * gnus-art.el (gnus-default-article-saver): Doc fix.
19638         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19639         from gnus-summary-save-article-coding-system, and default to a
19640         certain coding system.
19641         (gnus-output-to-file): Add coding cookie and encode text according
19642         to gnus-article-save-coding-system; don't use mm-append-to-file.
19643
19644         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19645         gnus-art.el and rename to gnus-article-save-coding-system.
19646         (gnus-summary-save-article): Require gnus-art; don't show all
19647         headers if it decodes articles; don't add coding cookie here;
19648         don't bind mm-text-coding-system-for-write.
19649         (gnus-summary-save-article-file): Save decoded articles.
19650         (gnus-summary-write-article-file): When saving many files, use
19651         gnus-summary-write-to-file first and gnus-summary-save-in-file
19652         thereafter unless gnus-prompt-before-saving is always.
19653         (gnus-summary-save-article-body-file): Save decoded articles.
19654
19655         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19656
19657 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19658
19659         * nnrss.el (nnrss-check-group): Bind hash-index.
19660
19661 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19662
19663         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19664         its hash index.  Store this hash in `nnrss-group-data'.
19665         (nnrss-read-group-data): Update accordingly.
19666
19667 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19668
19669         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19670         entry.
19671
19672         * gnus-sum.el (gnus-summary-make-menu-bar):
19673         Add gnus-article-browse-html-article.
19674
19675 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19676
19677         * gnus-sum.el (gnus-summary-mime-map):
19678         Add gnus-article-browse-html-article.
19679
19680         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19681
19682 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19683
19684         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19685         suitable coding systems in customize.
19686
19687 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19688
19689         * mail-source.el (mail-sources): Fix custom type.
19690
19691 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19692
19693         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19694         (gnus-summary-expire-articles-now): Shorten prompt.
19695
19696         * gmm-utils.el (wid-edit): Require.
19697         (defun-gmm): Rename from `gmm-defun-compat'.
19698         (gmm-image-search-load-path): Use it.
19699         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19700
19701 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19702
19703         * gnus-sum.el (gnus-summary-save-article-coding-system):
19704         New variable.
19705         (gnus-summary-save-article): Add optional `decode' argument.
19706         If it is set and gnus-summary-save-article-coding-system is non-nil,
19707         save decoded article.
19708         (gnus-summary-write-article-file): Save decoded article if
19709         gnus-summary-save-article-coding-system is non-nil.
19710
19711         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19712         type.
19713
19714 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19717
19718 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19719
19720         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19721         first to test gnus-single-article-buffer which may be buffer-local.
19722
19723         * gnus-sum.el (gnus-summary-setup-buffer):
19724         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19725         group; make gnus-article-buffer, gnus-article-current, and
19726         gnus-original-article-buffer always buffer-local.
19727         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19728         group.
19729         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19730
19731 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19732
19733         * nnml.el (nnml-request-compact-group): Compressed files might not
19734         have .gz extension.
19735
19736 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19737
19738         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19739         (mm-copy-to-buffer): Use with-current-buffer.
19740         (mm-display-part): Simplify.
19741         (mm-inlinable-p): Add optional arg `type'.
19742
19743 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19744
19745         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19746         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19747         Try harder to show the attachment internally or externally using
19748         gnus-mime-view-part-as-type.
19749
19750 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19751
19752         * message.el (message-from-style, message-signature-separator)
19753         (message-user-organization-file, message-send-mail-function)
19754         (message-citation-line-function, message-yank-prefix)
19755         (message-indent-citation-function, message-signature)
19756         (message-signature-file, message-signature-insert-empty-line):
19757         Remove autoloads.
19758
19759         * gnus-art.el (gnus-buttonized-mime-types):
19760         Remove "multipart/signed".  Revert 2006-04-26 change.
19761
19762 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19763
19764         * gnus.el (gnus-version-number): Bump version.
19765
19766 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19767
19768         * gnus.el: No Gnus v0.5 is released.
19769
19770 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19771
19772         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19773         fetching articles by message-id.
19774
19775 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19776
19777         * message.el (hashcash): Require hashcash as normal.
19778
19779         * ecomplete.el (ecomplete-highlight-match-line):
19780         Use point-at-eol.
19781         (ecomplete-highlight-match-line): Use `highlight', because that
19782         face exists in both Emacs and XEmacs.
19783
19784         * message.el (message-display-abbrev): Use point-at-bol.
19785
19786         * mail-source.el: Don't require timer/timer-funcs.
19787
19788         * gnus-async.el: Ditto.
19789
19790         * password.el: Ditto.
19791
19792         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19793
19794         * mm-url.el: Ditto.
19795
19796         * gnus-xmas.el: Don't require timer-funcs.
19797
19798         * mm-util.el: Require timer/timer-funcs.
19799
19800 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19801
19802         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19803         Close.
19804
19805 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19806
19807         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19808         unibyte after clear-decrypt function runs.
19809
19810         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19811         returns as a unibyte string.
19812
19813 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19814
19815         * lpath.el: Revert.
19816
19817         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19818         (pgg-gpg-process-sentinel): Revert.
19819
19820         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19821         (pgg-pgp-lookup-key): Revert.
19822
19823         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19824         (pgg-pgp5-lookup-key): Revert.
19825
19826         * pgg.el (pgg-fetch-key): Revert.
19827
19828 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19829
19830         * lpath.el: Fbind string-as-multibyte for XEmacs.
19831
19832         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19833         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19834         (mml1991-pgg-encrypt): Ditto.
19835
19836         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19837         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19838         a multibyte buffer.
19839
19840         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19841         (pgg-pgp-lookup-key): Ditto.
19842
19843         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19844         (pgg-pgp5-lookup-key): Ditto.
19845
19846         * pgg.el (pgg-fetch-key): Ditto.
19847
19848 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19849
19850         * message.el (message-user-organization-file): Check several
19851         locations of the organization file.
19852
19853         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19854         Add gnus-article-view-part-as-type.
19855
19856         * gnus-art.el (gnus-article-view-part-as-type): New function.
19857
19858         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19859         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19860
19861         * mml.el: Simplify autoload.
19862         (mml-mode): defvar dnd-protocol-alist instead of using
19863         symbol-value.
19864         (mml-default-directory): New variable.
19865         (mml-minibuffer-read-file): Use it.
19866         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19867
19868         * message.el (message-citation-line-format): New variable.
19869         (message-insert-formated-citation-line): New function.
19870         (message-citation-line-function):
19871         Add `message-insert-formated-citation-line' to custom type.
19872
19873         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19874         to doc string.
19875
19876         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19877         depending on mm-verify-option.
19878
19879 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19880
19881         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19882         binding pgg-* variables; reimplement the section which prevents
19883         MIME header from being signed.
19884         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19885         pgg-text-mode; remove a blank line at the top of body.
19886
19887         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19888         lines at the top of body; use gnus-newsgroup-charset if there's no
19889         Charset header.
19890
19891 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * message.el (message-self-insert-commands): Doc fix.
19894
19895         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19896         (mm-uu-pgp-encrypted-test): Ditto.
19897         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19898         between header and body; return application/pgp-encrypted handle
19899         if decryption failed; decode decrypted body by charset.
19900
19901         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19902         element match to application/pgp-*.
19903
19904 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19905
19906         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19907         HTML.
19908
19909 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19910
19911         * mail-source.el (mail-source-call-script): Message the error
19912         string.
19913
19914 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19915
19916         * gnus-util.el (gnus-byte-compile): Use it.
19917
19918 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19919
19920         * gnus-util.el (kill-empty-logs): New function.
19921
19922 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19923
19924         * message.el (message-mail-alias-type): Doc fix.
19925         (message-mail-alias-type-p): New function.
19926         (message-send): Use it.
19927         (message-mode): Ditto.
19928         (message-strip-forbidden-properties): Ditto.
19929
19930         * ecomplete.el (ecomplete-database-file-coding-system):
19931         New variable.
19932         (ecomplete-save): Use it.
19933         (ecomplete-setup): Use it.
19934
19935 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19936
19937         * message.el (message-self-insert-commands): New variable.
19938         (message-strip-forbidden-properties): Use it.
19939
19940 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19941
19942         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19943         that doesn't make XEmacs choke.
19944
19945 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19946
19947         * gnus-util.el (gnus-replace-in-string):
19948         Prefer replace-regexp-in-string over of replace-in-string.
19949
19950 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19951
19952         * gnus-util.el (gnus-select-frame-set-input-focus):
19953         Use select-frame-set-input-focus if it is available in XEmacs; use
19954         definition defined in Emacs 22 for old Emacsen.
19955
19956         * dgnushack.el: Autoload unmorse-region for XEmacs.
19957
19958         * lpath.el: Bind cursor-in-non-selected-windows and
19959         select-frame-set-input-focus for XEmacs.
19960
19961 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19962
19963         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19964
19965 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19966
19967         * gnus-registry.el (gnus-registry-cache-save): Remove text
19968         properties when saving via the temp buffer.
19969
19970 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19971
19972         * message.el (message-generate-hashcash): Honor custom type.
19973
19974 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19975
19976         * message.el (message-generate-hashcash): Default to non-nil when
19977         hashcash is found.
19978
19979         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19980         (gnus-refer-thread-limit): Increase default to 500.
19981
19982         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19983
19984         * flow-fill.el (fill-flowed): Allow delete-space.
19985
19986 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19987
19988         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19989         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19990         Remove autoloads.
19991
19992 2006-04-18  Simon Josefsson  <jas@extundo.com>
19993
19994         * message.el (message-generate-hashcash): Default to.
19995
19996 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19999         concatenating segments rather than before concatenating them.
20000
20001 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20002
20003         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20004
20005 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20006
20007         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20008
20009         * message.el (message-forward-make-body-plain):
20010         Allow message-forward-ignored-headers to be a list.
20011         (message-remove-ignored-headers): Factor out into function.
20012         (message-forward-make-body-mml): Use it.
20013
20014         * imap.el (imap-quote-specials): New function.
20015         (imap-login-auth): Quote specials.
20016
20017         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20018         (rfc2231-parse-string): Allow concatanation of parameters that
20019         aren't contiguous.  The test case is
20020           (mail-header-parse-content-type "message/external-body;
20021             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20022             access-type=LOCAL-FILE;
20023             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20024
20025 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20026
20027         * nntp.el (nntp-accept-process-output): Return the value of
20028         `nnheader-accept-process-output'.
20029
20030 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20031
20032         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20033         (gnus-button-alist): Recognize more diff formats.
20034         (gnus-button-patch): Strip directory.
20035
20036 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20037
20038         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20039         Emacs 22 when setting focus.
20040
20041 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20042
20043         * gnus-art.el (gnus-article-treat-types): Do treatment of
20044         text/x-verbatim parts.
20045         (gnus-button-patch): New command.
20046
20047         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20048         addresses that contain invalid characters.
20049
20050 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20051
20052         * message.el (message-put-addresses-in-ecomplete):
20053         Use gnus-replace-in-string.
20054         (message-is-yours-p): Use the more correct
20055         mail-header-parse-address instead of
20056         mail-extract-address-components.
20057         (message-put-addresses-in-ecomplete): Fix typo.
20058
20059         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20060         keystroke.
20061
20062         * gnus-art.el (gnus-treatment-function-alist): Change order of
20063         newsgroups/generic header folding to avoid double-folding.
20064
20065         * message.el (message-hidden-headers): Add X-Draft-From.
20066
20067         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20068         New command.
20069         (gnus-summary-repeat-search-article-backward): New command.
20070
20071         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20072         groups in the parent topic.
20073
20074 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20075
20076         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20077         (spam-extra-header-to-number): Return the CRM114 number as a
20078         number instead of a string.
20079
20080 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20081
20082         * gnus-art.el (gnus-face-properties-alist): Move here from
20083         gnus-fun.
20084
20085         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20086
20087 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20088
20089         * message.el (message-strip-forbidden-properties): Only display on
20090         self-insert-command.
20091
20092         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20093         reindent.
20094         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20095
20096 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20097
20098         * smiley.el (smiley-style): Fix typo.
20099
20100 2006-03-23  Kenichi Handa  <handa@m17n.org>
20101
20102         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20103         instead of set-buffer-multibyte.
20104
20105 2006-03-23  Kenichi Handa  <handa@m17n.org>
20106
20107         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20108         buffer and then decode the buffer text if necessary.
20109         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20110         first, and after mm-encode-body, change the buffer to unibyte.
20111
20112 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20113
20114         * hashcash.el (hashcash-insert-payment-async-2):
20115         Use message-goto-eoh instead of doing it manually.
20116         (mail-add-payment): Use message-narrow-to-header instead of trying
20117         to do the same itself.
20118
20119         * message.el (message-hidden-headers): Add Face.
20120
20121         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20122         reparenting code.
20123         (gnus-summary-reparent-children): Refactored out code.
20124         (gnus-summary-thread-map): New keystroke.
20125         (gnus-summary-reparent-children): Make into command.
20126
20127         * smiley.el (smiley-style): Default to `medium' if using a large
20128         font.
20129
20130         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20131         does it itself.
20132
20133         * message.el (message-point-in-header-p): Simplify definition.
20134
20135 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20136
20137         * nnagent.el (nnagent-request-set-mark): Silence log file
20138         writing.
20139         (nnagent-request-set-mark): Use write-region instead of
20140         append-to-file.
20141
20142         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20143         strange select method.
20144
20145         * ecomplete.el (ecomplete-display-matches): Get highlightling
20146         right.
20147         (ecomplete-display-matches): Use literals.
20148         (ecomplete-display-matches): Disable message logging.
20149
20150         * message.el (message-display-abbrev): Small optimization.
20151
20152         * ecomplete.el (ecomplete-display-matches): Allow automatic
20153         display.
20154
20155         * message.el (message-strip-forbidden-properties):
20156         Display abbrevs.
20157         (message-display-abbrev): Get automatic display right.
20158
20159         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20160         keystrokes.
20161
20162 2006-04-13  Romain Francoise  <romain@orebokech.com>
20163
20164         TODO: Backport to v5-10!
20165
20166         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20167         Move here (and rename) from gnus-registry.el.
20168
20169         * gnus-registry.el: Require gnus-util.
20170         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20171
20172 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20173
20174         * gnus-group.el (gnus-group-catchup-current):
20175         Change if-then-else-if-then-else into cond.
20176         (gnus-group-catchup): Indent.
20177         (group-name-at-point): New function.
20178         (gnus-fetch-group): Provide default from thing at point.
20179
20180 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20181
20182         * message.el (message-display-abbrev): Fix regexp.
20183
20184         * ecomplete.el (ecomplete-highlight-match-line):
20185         Reimplement choosing.
20186         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20187         dead variables.
20188
20189         * message.el (message-newline-and-indent): Remove debugging.
20190         (message-display-abbrev): Use new implementation.
20191
20192 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20193
20194         * gnus-art.el (gnus-article-mode):
20195         Set cursor-in-non-selected-windows to nil.
20196
20197         * smiley.el: Revert previous change.
20198         (smiley-data-directory): defvar it before using it in the
20199         defcustom of `smiley-style'.
20200
20201 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20202
20203         * message.el (message-newline-and-indent): New function.
20204
20205         * ecomplete.el: Implement more bits.
20206
20207         * message.el (message-put-addresses-in-ecomplete): Clean up the
20208         string.
20209
20210         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20211
20212         * gnus-sum.el (gnus-summary-save-parts):
20213         Bind gnus-summary-save-parts-counter and use it to make unique file
20214         names.
20215
20216         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20217
20218         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20219         parameter to say whether to actually parse the individual
20220         addresses.
20221
20222         * message.el (message-put-addresses-in-ecomplete): New function.
20223         (ecomplete): Require.
20224         (message-mail-alias-type): Add ecomplete as an option.
20225
20226 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20227
20228         * flow-fill.el (fill-flowed): Remove trailing space from blank
20229         quoted lines.
20230
20231 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20232
20233         * smiley.el (smiley-style): Move definition later to avoid a
20234         compilation warning.
20235
20236 2006-04-12  Kenichi Handa  <handa@m17n.org>
20237
20238         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20239         buffer and then decode the buffer text if necessary.
20240         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20241         first, and after mm-encode-body, change the buffer to unibyte.
20242         Use mm-disable-multibyte instead of set-buffer-multibyte.
20243
20244 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20245
20246         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20247         Content-Type header instead of Content-Disposition header.
20248         (gnus-mime-inline-part): Ditto.
20249         (gnus-mime-view-part-as-charset): Ignore charset that the part
20250         specifies.
20251
20252         * mm-decode.el (mm-display-part): Work with external parts and
20253         usual parts similarly.
20254
20255         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20256         instead of gnus-display-mime.
20257
20258         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20259         instead of with-temp-buffer.
20260
20261         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20262         tag to summarized topics part in order to encode non-ASCII text.
20263
20264 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20265
20266         * smiley.el (smiley-style): New variable.
20267         (smiley-directory): New function.
20268         (smiley-data-directory): Derive from `smiley-style' using
20269         `smiley-directory'.
20270         (smiley-regexp-alist): Add new entries.
20271
20272         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20273         (gnus-article-browse-delete-temp): Add :version.
20274
20275 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20276
20277         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20278         the sieve region.
20279
20280 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20281
20282         * gnus.el (gnus-version-number): Bump version.
20283
20284 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20285
20286         * gnus.el: No Gnus v0.4 is released.
20287
20288 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20289
20290         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20291         layout.
20292
20293         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20294         unknown charset.
20295
20296         * message.el (message-header-synonyms): Add Original-To to the
20297         default.
20298
20299         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20300         optional parameter.
20301
20302 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20303
20304         * gnus-fun.el (gnus): Require it for gnus-directory.
20305
20306 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20307
20308         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20309
20310 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20311
20312         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20313
20314 2006-04-05  Simon Josefsson  <jas@extundo.com>
20315
20316         * password.el (password-reset): New function.
20317
20318 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20319
20320         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20321         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20322
20323 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20324
20325         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20326         Some whitespace was matched into the url, which broke browsing hits
20327         > 100 when mm-url-use-external was nil.
20328
20329 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20330
20331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20332         Check gnus-extra-headers for 'Newsgroups.
20333
20334         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20335         bound.
20336
20337 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20338
20339         * pgg-gpg.el: Clean up process buffers every time gpg processes
20340         complete.
20341
20342 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20343
20344         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20345         doc string.
20346
20347 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20348
20349         * pgg-gpg.el (pgg-gpg-process-filter)
20350         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20351
20352         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20353         lines, temporary fix.
20354
20355 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20356
20357         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20358
20359 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20360
20361         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20362         default-enable-multibyte-characters.  This reverts the change from
20363         revision 6.17 which is no longer necessary because the passphrase
20364         is sent separately now.  GnuPG messages are unreadable under
20365         multibyte locales with default-enable-multibyte-characters set to
20366         nil.
20367
20368 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20369
20370         * message.el (message-tool-bar-gnome): Move "spell".
20371
20372 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20373
20374         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20375         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20376         instead.
20377
20378 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20379
20380         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20381         Improve newsgroups handling for NNTP overviews which don't include
20382         Newsgroups.
20383
20384 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20385
20386         * message.el (message-resend): Bind message-generate-hashcash to nil.
20387
20388 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20389
20390         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20391         when searching for already-paid recipients.
20392
20393 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20394
20395         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20396         passphrases when it is not needed.
20397         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20398         passphrase stuff from gpg, should only be necessary when you use
20399         gpg with a smartcard.
20400
20401 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20402
20403         * mml.el (mml-insert-mime): Ignore cached contents of
20404         message/external-body part.
20405
20406         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20407         (mm-insert-part): Ditto.
20408
20409 2006-03-23  Simon Josefsson  <jas@extundo.com>
20410
20411         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20412         Reiner.
20413         (pgg-gpg-use-agent-p): Use it again.
20414
20415 2006-03-23  Simon Josefsson  <jas@extundo.com>
20416
20417         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20418         older emacsen.
20419         (pgg-gpg-use-agent-p): Don't use it.
20420
20421 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20422
20423         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20424         if we can.
20425
20426 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20427
20428         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20429         (pgg-gpg-update-agent): New function.
20430         (pgg-gpg-use-agent-p): New function.
20431         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20432         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20433         (pgg-gpg-sign-region): Use it.
20434
20435 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20436
20437         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20438         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20439
20440 2006-03-21  Simon Josefsson  <jas@extundo.com>
20441
20442         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20443         <wilde@sha-bang.de>.
20444         (pgg-gpg-use-agent): New variable.
20445         (pgg-gpg-process-region): Use it.
20446         (pgg-gpg-encrypt-region): Likewise.
20447         (pgg-gpg-encrypt-symmetric-region): Likewise.
20448         (pgg-gpg-decrypt-region): Likewise.
20449         (pgg-gpg-sign-region): Likewise.
20450         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20451
20452 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20453
20454         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20455
20456         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20457         Add comment on version.
20458
20459 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20460
20461         * smiley.el: Add missing test smiley.
20462
20463 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20464
20465         * mm-decode.el (mm-with-part): New macro.
20466         (mm-get-part): Use it; work with message/external-body as well.
20467         (mm-save-part): Treat name and filename equally.
20468
20469         * mm-extern.el (mm-extern-cache-contents): New function.
20470         (mm-inline-external-body): Use it; force the part to be displayed;
20471         move undisplayer added to the cached handle to the parent.
20472
20473         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20474         (gnus-mime-view-part-as-type): Work with message/external-body.
20475
20476         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20477
20478 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20479
20480         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20481         images in image-load-path.  [Sync with image.el, revision 1.60, in
20482         Emacs.]
20483
20484 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20485
20486         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20487         path rather than symbol.  Always return list of directories.
20488         Guarantee that image directory comes first.  [Sync with image.el,
20489         revision 1.59, in Emacs.]
20490
20491         * message.el (message-make-tool-bar): Adjust to new API of
20492         `gmm-image-load-path-for-library'.
20493
20494         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20495
20496         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20497
20498 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20499
20500         * gnus-art.el (gnus-article-only-boring-p):
20501         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20502         intangible text.
20503         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20504
20505 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20506
20507         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20508         Use `defun' instead of `gmm-defun-compat'.
20509
20510 2006-03-14  Simon Josefsson  <jas@extundo.com>
20511
20512         * message.el (message-unique-id): Don't use message-number-base36
20513         if (user-uid) is a float.
20514         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20515
20516 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20517
20518         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20519
20520         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20521         empty line between a part and a message part.
20522
20523 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20524
20525         * smiley.el: Add more test smileys.
20526         (smiley-data-directory, smiley-regexp-alist)
20527         (gnus-smiley-file-types): Fix doc strings.
20528         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20529         adding new elements.
20530         (smiley-mouse-map): Unused code.  Make it a comment.
20531
20532 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20533
20534         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20535         scan latest NoCeM messages instead of old ones.
20536         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20537         delimiters that are recently used.
20538         (gnus-nocem-load-cache): Add autoload cookie.
20539
20540         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20541
20542         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20543         level which is larger than gnus-use-nocem is specified.
20544
20545         * gnus-group.el (gnus-group-get-new-news): Ditto.
20546
20547 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20548
20549         * gnus-util.el (gnus-tool-bar-update): New function.
20550
20551         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20552         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20553
20554         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20555
20556         * gnus-group.el (gnus-group-redraw-when-idle)
20557         (gnus-group-redraw-check): Remove.
20558         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20559
20560 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20561
20562         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20563         if optional last element is specified in splits (FIELD VALUE...).
20564
20565 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20566
20567         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20568         to gmm-image-load-path-for-library.  Call with no-error argument.
20569         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20570
20571         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20572
20573         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20574
20575         * gmm-utils.el (gmm-image-load-path): Remove alias.
20576
20577 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20578
20579         * gmm-utils.el (gmm-image-load-path): Add alias.
20580
20581         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20582         nnml-generate-nov-databases-1.
20583         (nnml-generate-nov-databases): Use it.
20584         (nnml-generate-nov-databases-directory): Document no-active
20585         argument.
20586
20587         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20588         directory if path is t.  Add no-error.
20589
20590         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20591         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20592
20593         * gnus-art.el (gnus-article-browse-delete-temp-files):
20594         Simplify resetting gnus-article-browse-html-temp-list.
20595
20596         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20597         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20598         Add example to docstring.  Rename local variables.  Move error
20599         checks to default case in cond and simplify.
20600
20601 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20604         handle is multipart when calling it recursively.
20605         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20606
20607 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20608
20609         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20610         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20611
20612 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20613
20614         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20615         is loaded.
20616
20617         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20618         loaded.
20619
20620 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20621
20622         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20623         to "Emacs 23 (unicode)" in doc string.
20624
20625         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20626         "Emacs 23 (unicode)" in comment.
20627
20628 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20631
20632         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20633         characters 160 through 255 in Emacs 23.
20634
20635 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20636
20637         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20638         gnus-article-browse-html-temp.
20639         (gnus-article-browse-delete-temp): Make it customizable.
20640         Add `file'.  Adjust doc string.
20641         (gnus-article-browse-delete-temp-files): Add argument.
20642         Allow query for each file.  Adjust doc string.
20643         (gnus-article-browse-html-parts):
20644         Add `gnus-article-browse-delete-temp-files' to
20645         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20646
20647 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20648
20649         * gnus-art.el (gnus-article-browse-html-temp)
20650         (gnus-article-browse-delete-temp): New variables.
20651         (gnus-article-browse-delete-temp-files): New function.
20652         (gnus-article-browse-html-parts): Use it.
20653
20654 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20655
20656         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20657
20658         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20659         string.
20660
20661         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20662         gnus-summary-insert-new-articles when unplugged.
20663         Remove gnus-summary-search-article-forward.
20664
20665         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20666         display-visual-class instead of display-color-cells.
20667
20668 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20669
20670         * dgnushack.el: Autoload customize-group for XEmacs.
20671
20672         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20673         message/* containing non-ASCII text properly.
20674
20675 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20676
20677         * message.el: Require gmm-utils, remove autoloads.
20678         (message-tool-bar): Set default based on
20679         gmm-tool-bar-style.
20680         (message-tool-bar-gnome): Add gmm-customize-mode.
20681
20682         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20683         gmm-tool-bar-style.
20684         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20685
20686         * gnus-group.el (gnus-group-tool-bar): Set default based on
20687         gmm-tool-bar-style.
20688         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20689
20690         * gmm-utils.el (gmm-image-directory): Rename variable from
20691         gmm-image-load-path.
20692         (gmm-image-load-path): Use gmm-image-directory.
20693         (gmm-customize-mode): New function.
20694         (gmm-tool-bar-style): New variable.
20695
20696         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20697         gnus-group-redraw-line-number.
20698         (gnus-group-redraw-check): Simplify.
20699         (gnus-group-tool-bar-update): Remove redraw check.
20700         (gnus-group-make-tool-bar): Add redraw check.
20701
20702 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20703
20704         * gnus-art.el (gnus-button): Add missing parentheses.
20705
20706 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20707
20708         * lpath.el: Fbind line-number-at-pos.
20709
20710 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20711
20712         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20713
20714 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20715
20716         * gnus-art.el (gnus-button): New face.
20717         (gnus-article-button-face): Use it.
20718
20719         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20720         Add gnus-summary-next-page.  Re-order.
20721
20722         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20723         next-node are now included.
20724         (gnus-group-redraw-line-number): New internal variable.
20725         (gnus-group-redraw-check): Helper function for updating the tool
20726         bar.
20727         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20728
20729         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20730
20731         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20732         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20733         Use it to match format of Spamassassin 3.0 and later.
20734         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20735         (spam-check-bogofilter)
20736         (spam-bogofilter-register-with-bogofilter): Fix args of
20737         `gnus-error' calls.
20738
20739 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20740
20741         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20742         unnecessary interaction when sending queued mails.
20743         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20744
20745 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20746
20747         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20748         first or last are nil.
20749
20750 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20751
20752         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20753
20754 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20755
20756         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20757
20758 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20759
20760         * dns.el (query-dns): Protect more against buggy tcp output.
20761
20762 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20763
20764         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20765         nov.php.
20766
20767 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20768
20769         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20770         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20771         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20772         output on the server side.
20773         (nnweb-google-create-mapping): Update regexps and add some
20774         progress indication.
20775
20776 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20777
20778         * gnus-group.el (gnus-group-tool-bar-gnome):
20779         Fix gnus-agent-toggle-plugged.  Re-order icons.
20780         (gnus-group-tool-bar-gnome):
20781         Add gnus-group-{prev,next}-unread-group.
20782         (gnus-group-tool-bar-gnome): Re-order icons.
20783
20784         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20785         Move gnus-summary-insert-new-articles.
20786
20787         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20788         Fix comments.
20789
20790         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20791         also available in Emacs 21.3.
20792
20793         * message.el (message-fix-before-sending): Change "Emacs 22" to
20794         "Emacs 23 (unicode)" in comment.
20795
20796         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20797         "Emacs 23 (unicode)" in comment.
20798
20799         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20800         comment.
20801         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20802
20803         * mm-view.el (mm-fill-flowed): Add :version.
20804
20805 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20808         and load-path.
20809
20810 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20811
20812         * message.el: Autoload gmm-image-load-path.
20813         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20814         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20815         consitency.
20816
20817         * gmm-utils.el (gmm-image-load-path): Also search in
20818         "../etc/images".  Don't set gmm-image-load-path if we don't find
20819         the image.
20820
20821 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20822
20823         * gmm-utils.el (gmm-image-load-path): Don't make
20824         `gmm-image-load-path' include subdirectories which the second arg
20825         `image' might specify.
20826
20827         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20828         subdirectory to icon file names.
20829
20830         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20831
20832 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20833
20834         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20835         gmm-image-load-path calls.
20836
20837         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20838
20839         * message.el (message-make-tool-bar): Ditto.
20840
20841         * mml.el (mml-preview): Add comment concerning tool bar icons.
20842
20843         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20844         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20845
20846         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20847         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20848
20849         * message.el (message-tool-bar-gnome): Use new icon names.
20850         (message-make-tool-bar): Use `gmm-image-load-path'.
20851
20852         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20853         New functions from MH-E.
20854         (gmm-image-load-path): New variable from MH-E.
20855         (gmm-image-load-path): New function from MH-E.  Add arguments
20856         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20857         *-image-load-path-called-flag.
20858
20859 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20860
20861         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20862
20863 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20864
20865         * nnimap.el (nnimap-request-move-article): Change folder back to
20866         source group before deleting.
20867
20868 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20869
20870         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20871
20872         * gnus-art.el (mm-url-insert-file-contents-external):
20873         Autoload mm-url.
20874
20875         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20876
20877 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20878
20879         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20880         coding system which mm-charset-to-coding-system returns for a
20881         given charset is valid.
20882
20883 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20884
20885         * html2text.el (html2text-remove-tag-list):
20886         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20887
20888 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20889
20890         * gnus-cus.el: Revert 2005-10-17 change.
20891
20892 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20893
20894         * gnus-art.el (article-strip-banner):
20895         Call article-really-strip-banner only when the regexp match is made.
20896
20897 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20898
20899         * gnus-art.el (article-strip-banner):
20900         Use gnus-extract-address-components instead of
20901         mail-header-parse-addresses to make it work with non-ASCII text;
20902         remove mail-encode-encoded-word-string.
20903
20904         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20905         values which are surrounded with \"...\"; make it never cause a
20906         Lisp error; give up parsing of parameters if it failed in
20907         extracting type.
20908
20909 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20910
20911         * smime.el (smime-cert-by-ldap-1): Fix bug where
20912         `smime-ldap-search' returns results without userCertificates.
20913
20914 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20915
20916         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20917
20918 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20919
20920         * spam.el (spam-check-spamassassin-headers): Adapt format for
20921         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20922         <ari@mbf.ocn.ne.jp>.
20923         (spam-list-of-processors): Add spam-use-gmane.
20924
20925 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20926
20927         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20928         make-temp-file; make it work with XEmacs as well.
20929
20930         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20931         mm-make-temp-file.
20932
20933         * mm-decode.el (mm-display-external): Use the 3rd arg of
20934         mm-make-temp-file.
20935         (mm-create-image-xemacs): Ditto.
20936
20937 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20938
20939         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20940         with message-narrow-to-headers.
20941         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20942         (gnus-draft-check-draft-articles): New function.
20943         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20944
20945 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20946
20947         * gnus-art.el (gnus-article-browse-html-parts):
20948         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20949         Don't use suffix argument for mm-make-temp-file for Emacs 21
20950         compatibility.  Remove useless `format'.
20951
20952 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20953
20954         * nnweb.el (nnweb-google-wash-article): Update regexps.
20955         (nnweb-group-alist): Use defvoo instead of defvar.
20956
20957 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20960         re-loading nn* modules.
20961
20962 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20963
20964         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20965         for `tool-bar-mode' and don't check it's default-value.
20966
20967         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20968
20969         * message.el (message-make-tool-bar): Ditto.
20970
20971         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20972         `substring'.  Shorten tmp-file name.
20973
20974         * gnus.el: Remove bogus comment.
20975
20976 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20977
20978         * gnus-art.el (gnus-article-browse-html-parts): New function.
20979         (gnus-article-browse-html-article): New function for viewing html
20980         articles with a browser.
20981
20982 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20983
20984         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20985         in elisp.
20986         (pgg-gpg-encrypt-symmetric-region): Ditto.
20987         (pgg-gpg-sign-region): Ditto.
20988
20989         * pgg-def.el (pgg-text-mode): New variable.
20990
20991         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20992         (mml2015-pgg-encrypt): Ditto.
20993
20994         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20995         (mml1991-pgg-encrypt): Ditto.
20996
20997 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20998
20999         * nnfolder.el (nnfolder-insert-newsgroup-line):
21000         Use message-make-date instead of current-time-string.
21001
21002         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21003         to gnus-decoded which mm-uu might set.
21004
21005 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21008         don't decode quoted parameters; remove misimported Emacs code.
21009         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21010         (rfc2231-decode-encoded-string): Don't use split-string which
21011         behaves differently according to Emacs version; use
21012         mm-decode-coding-region to convert charset to coding-system.
21013         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21014         (rfc2231-encode-string): Remove misimported Emacs code.
21015
21016 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21017
21018         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21019         when calling mail-header-parse-content-type.
21020         (article-de-quoted-unreadable): Ditto.
21021         (article-de-base64-unreadable): Ditto.
21022         (article-wash-html): Ditto.
21023
21024         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21025         calling mail-header-parse-content-type and
21026         mail-header-parse-content-disposition.
21027         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21028         mail-header-parse-content-type.
21029
21030         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21031         insert charset and format parameters; encode description after
21032         inserting it to buffer.
21033         (mml-insert-parameter): Fold lines properly even if a parameter is
21034         segmented into two or more lines; change the max column to 76.
21035
21036         * rfc1843.el (rfc1843-decode-article-body): Don't use
21037         ignore-errors when calling mail-header-parse-content-type.
21038
21039         * rfc2231.el (rfc2231-parse-string): Return at least type if
21040         possible; don't cause an error even if it fails in parsing of
21041         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21042         (rfc2231-encode-string): Don't break lines at the beginning, leave
21043         it to mml-insert-parameter.
21044
21045         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21046         calling mail-header-parse-content-type.
21047
21048 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21049
21050         * spam-report.el (spam-report-gmane-use-article-number):
21051         Improve doc string.
21052         (spam-report-gmane-internal): Check if a suitable header was found
21053         in the article.
21054
21055 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21056
21057         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21058         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21059
21060 2006-02-05  Romain Francoise  <romain@orebokech.com>
21061
21062         Update copyright notices of all files in the gnus directory.
21063
21064 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21065
21066         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21067
21068 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21071         segmented lines of parameter value to cope with Thunderbird 1.5
21072         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21073         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21074         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21075
21076 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21077
21078         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21079         parts.
21080
21081 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21082
21083         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21084         there's only one active file for all servers.
21085         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21086         solid groups.  Gnus might have used a FAST request to select the group.
21087         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21088         and nnweb-search redundantly in the active file.
21089         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21090         (nnweb-request-create-group): Don't use ARGS.
21091         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21092         initializations.  Let nnoo do the work.
21093
21094 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21095
21096         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21097         Say the part has been decoded.
21098
21099         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21100
21101 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21102
21103         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21104         mailcap-viewer-test-cache when there's no 'test clause, since that
21105         will invert the meaning of a "nil" test previously determined by
21106         mailcap-mailcap-entry-passes-test.
21107
21108 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21109
21110         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21111         compiling.
21112
21113         * gnus-sum.el: Ditto.
21114
21115         * message.el: Don't bind tool-bar-map when compiling.
21116
21117 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21118
21119         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21120
21121 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21122
21123         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21124         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21125         current Google Groups.
21126
21127 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21128
21129         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21130         and tool-bar-mode.
21131
21132         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21133         and tool-bar-mode.
21134
21135         * message.el (message-tool-bar-update): Simplify.
21136         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21137
21138         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21139         gnus-summary-buffer.
21140         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21141         gnus-summary-reply.
21142
21143         * gmm-utils.el (gmm): Add :version.
21144
21145 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * Makefile.in (clean): New rule.
21148         (distclean): Use it.
21149
21150 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21151
21152         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21153         Don't autoload.
21154
21155 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21156
21157         * gmm-utils.el (gmm-verbose): Add :group.
21158
21159 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21160
21161         * message.el: Change some comments WRT tool-bars.
21162
21163         * gnus-sum.el (gnus-summary-tool-bar)
21164         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21165         (gnus-summary-tool-bar-zap-list): New variables.
21166         (gnus-summary-make-tool-bar): Complete rewrite using
21167         `gmm-tool-bar-from-list'.
21168
21169         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21170         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21171         New variables.
21172         (gnus-group-make-tool-bar): Complete rewrite using
21173         `gmm-tool-bar-from-list'.
21174         (gnus-group-tool-bar-update): New function.
21175
21176         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21177
21178 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21179
21180         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21181         is dissected into a single part of which the type is the same as
21182         the given one; decode charset.
21183
21184 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21185
21186         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21187         into alists as symbol not string, since that's what
21188         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21189         look for.
21190
21191 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21192
21193         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21194         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21195
21196         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21197
21198 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21201         (gnus-xmas-mime-security-button-menu): New function.
21202
21203         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21204         (gnus-mime-security-button-menu): New definition.
21205         (gnus-mime-security-button-map): Use them.
21206         (gnus-mime-security-button-menu): New function.
21207         (gnus-insert-mime-security-button): Addition to help echo.
21208         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21209         (gnus-mime-security-pipe-part): New functions.
21210
21211         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21212         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21213
21214         * mm-decode.el (mm-handle-set-disposition): Remove.
21215         (mm-handle-set-description): Remove.
21216
21217 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21220         (mm-w3m-standalone-supports-m17n-p): New function.
21221         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21222         w3m usage.
21223
21224         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21225         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21226
21227 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21228
21229         * message.el (message-tool-bar-zap-list):
21230         Use gmm-tool-bar-zap-list as custom type.
21231         (message-tool-bar-update): New function.
21232         (message-tool-bar, message-tool-bar-gnome)
21233         (message-tool-bar-retro): Add message-tool-bar-update.
21234         (message-tool-bar-gnome): Add flyspell-buffer.
21235
21236         * gnus-util.el (gnus-error): Describe `args'.
21237
21238         * gmm-utils.el (gmm-error): Describe `args'.
21239         (gmm-tool-bar-zap-list): New widget.
21240         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21241
21242 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21243
21244         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21245         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21246         the number of recursive calls.
21247
21248         * mm-decode.el (mm-handle-set-disposition): New macro.
21249         (mm-handle-set-description): New macro.
21250
21251 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21252
21253         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21254         encoding.
21255
21256 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21257
21258         * message.el (message-tool-bar-zap-list, message-tool-bar)
21259         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21260         (message-tool-bar-local-item-from-menu): Remove.
21261         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21262         (message-make-tool-bar): New function.
21263         (message-mode): Use `message-make-tool-bar'.
21264
21265         * gmm-utils.el: New file.
21266         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21267         (gmm-lazy): New widget copied from `nnmail.el'.
21268         (gmm-tool-bar-from-list): New function for creating customizable
21269         tool bars.
21270         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21271         output.
21272         (gmm): Add :prefix to defgroup.
21273
21274 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21275
21276         * gmm-utils.el (gmm-widget-p): New function.
21277
21278 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21279
21280         * mml.el (mml-attach-file): Describe `description' in doc string.
21281         (mml-menu): Add Emacs MIME manual and PGG manual.
21282
21283 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21284
21285         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21286
21287 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21288
21289         * nntp.el (nntp-end-of-line): Doc fix.
21290
21291 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21292
21293         * imap.el (imap-open): Handle case where buffer is a buffer
21294         object.
21295
21296 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21297
21298         * gnus-delay.el (gnus-delay): Don't autoload.
21299         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21300         to be re-loaded when customizing the `gnus-delay' group.
21301
21302 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21303
21304         * message.el (message-insert-citation-line): Use newlines.
21305
21306 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21307
21308         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21309         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21310         these routines, so the passphrase can be managed externally and
21311         passed in to the system.
21312         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21313         pgg-add-passphrase-to-cache function.
21314
21315         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21316         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21317         these routines, so the passphrase can be managed externally and
21318         passed in to the system.
21319         (pgg-pgp5-sign-region): Use new name of
21320         pgg-add-passphrase-to-cache function.
21321
21322 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21323
21324         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21325         part of the decoded armor to find the key-identifier.
21326         (pgg-gpg-lookup-key-owner): New function to return the
21327         human-readable identifier of a key owner.
21328         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21329         itself.
21330         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21331         the key value) if we have a key and can match it against a secret
21332         key.  Also, added a note pointing out fact that the prompt only
21333         indicates the first matching key.
21334
21335         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21336         pgg-decrypt-region.
21337         (pgg-add-passphrase-to-cache): Rename from
21338         `pgg-add-passphrase-cache' to reduce confusion (all callers
21339         changed).
21340         (pgg-remove-passphrase-from-cache): Rename from
21341         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21342         changed).
21343         (pgg-read-passphrase, pgg-add-passphrase-cache)
21344         (pgg-remove-passphrase-cache): Add informative docstrings.
21345         (pgg-decrypt): Convey provided passphrase in subordinate call to
21346         pgg-decrypt-region.
21347
21348 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21349
21350         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21351         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21352         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21353         'passphrase' argument, so the passphrase can be managed externally
21354         and then passed in to the system.
21355
21356         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21357         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21358         so the passphrase cache can be used reliably with identifiers
21359         besides a pgp packet's key id.
21360
21361         * pgg-gpg.el (pgg-gpg-encrypt-region)
21362         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21363         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21364         these routines, so the passphrase can be managed externally and
21365         passed in to the system.
21366
21367         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21368         'notruncate' argument, so the passphrase cache can be used
21369         reliably with identifiers besides a pgp packet's key id.
21370
21371 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21372
21373         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21374         symmetric encryption.
21375         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21376         encrypted session key.
21377         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21378         message ask for the passphrase in a proper way.
21379
21380         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21381         New user commands for symmetric encryption.
21382
21383 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21384
21385         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21386
21387         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21388
21389 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21390
21391         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21392
21393 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21394
21395         * mm-decode.el (mm-inlined-types): Add application/pgp.
21396         (mm-automatic-display): Ditto.
21397
21398         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21399         part as text.
21400
21401 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * nnrss.el: Update copyright.
21404         (nnrss-opml-import): Query whether to subscribe to each entry.
21405
21406         * gnus-art.el:
21407         * gnus-sum.el:
21408         * gnus-xmas.el:
21409         * messagexmas.el:
21410         * mm-uu.el:
21411         * mm-view.el: Update copyright.
21412
21413 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21414
21415         * message.el (message-info): New function.
21416         (message-mode-menu): Add it.
21417         Update copyright.
21418
21419         * ChangeLog: Fix and update copyright.
21420
21421 2006-01-13  Romain Francoise  <romain@orebokech.com>
21422
21423         * message.el (message-forward-subject-name-subject): Prefer the
21424         address to 'nowhere' if the sender has no name.
21425         Fix typo.  Update copyright year.
21426
21427 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21428
21429         * gnus-art.el (article-wash-html):
21430         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21431         (gnus-article-wash-html-with-w3m-standalone): New function.
21432
21433         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21434         mm-inline-text-html-render-with-w3m-standalone.
21435         (mm-text-html-washer-alist): Map w3m-standalone to
21436         gnus-article-wash-html-with-w3m-standalone.
21437         (mm-inline-text-html-render-with-w3m-standalone): New function.
21438
21439 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21440
21441         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21442         Improve LaTeX.
21443
21444 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21445
21446         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21447         (nnrss-request-article): Render text/plain parts as HTML.
21448
21449         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21450         the buffer.
21451
21452 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21453
21454         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21455         custom definition of `gnus-posting-styles'.
21456
21457         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21458         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21459
21460 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21461
21462         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21463         Use nntp for bug archive.
21464
21465 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21466
21467         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21468         parts.
21469         (nnrss-normalize-date): New function converts ISO 8601 date into
21470         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21471         (nnrss-check-group): Use it.
21472
21473 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21474
21475         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21476
21477         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21478         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21479         (nnrss-insert-w3): Ditto.
21480
21481 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21482
21483         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21484         the articles to be forwarded including the case where neither a
21485         number of articles nor a region is specified.
21486
21487 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21488
21489         * nnrss.el (nnrss-request-article): Fix last change; fill
21490         text/plain parts.
21491
21492 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21493
21494         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21495         in text/plain part.
21496         (nnrss-check-group): Don't add excessive newline to dc:subject.
21497
21498 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21499
21500         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21501         article.
21502
21503 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21504
21505         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21506         (nnml-use-compressed-files, nnml-save-mail): Support other
21507         comression programs such as bzip2.
21508
21509 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21510
21511         * dns.el (query-dns): Make sure we check the buffer size before
21512         removing tcp headers.
21513
21514 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21515
21516         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21517         remove MIME buttons associated with multipart/alternative parts.
21518         (gnus-mime-display-alternative): Tag buttons using `article-type'
21519         text property.
21520
21521         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21522         associated with multipart/alternative parts.
21523
21524         * gnus-art.el (gnus-signature-separator): Fix custom type.
21525
21526         * mm-decode.el (mm-inlined-types): Fix custom type.
21527         (mm-keep-viewer-alive-types): Ditto.
21528         (mm-automatic-display): Ditto.
21529         (mm-attachment-override-types): Ditto.
21530         (mm-inline-override-types): Ditto.
21531         (mm-automatic-external-display): Ditto.
21532
21533 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21534
21535         * spam-report.el (spam-report-user-mail-address)
21536         (spam-report-user-agent): New variables.
21537         (spam-report-url-ping-plain): Use spam-report-user-agent.
21538
21539 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21540
21541         * gnus-art.el (gnus-button-handle-custom): Do not just use
21542         `customize-apropos' for any "M-x customize-*" button but the
21543         function called for.  Accept both the function name and its
21544         argument in order to achieve this.
21545         (gnus-button-alist): Remove support for "custom:" URL's.
21546         Pass function name to `gnus-button-handle-custom' in case of "M-x
21547         customize-*" buttons.
21548
21549 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21550
21551         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21552         multipart/alternative and add xref to mm-discouraged-alternatives
21553         in doc string.
21554
21555         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21556         gnus-buttonized-mime-types in doc string.
21557
21558 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21559
21560         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21561         Suggest image/.* in the doc string.
21562
21563 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21564
21565         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21566         message-marks (Debian bug#342521).
21567
21568 2005-12-12  Simon Josefsson  <jas@extundo.com>
21569
21570         * password.el (password-read-from-cache): Add.
21571         (password-read): Use it.
21572
21573 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21574
21575         * rfc2047.el (rfc2047-charset-to-coding-system):
21576         Recognize us-ascii as a MIME charset.
21577
21578         * mm-bodies.el (mm-decode-content-transfer-encoding):
21579         Protect against the case where the 2nd arg TYPE is nil.
21580
21581 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21582
21583         * pop3.el (pop3-stream-type): Fix custom version.
21584
21585         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21586
21587 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21588
21589         * mm-decode.el (mm-display-external): Add missing cdr.
21590
21591 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21592
21593         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21594         RFC1524) if it is in mailcap or add a suffix according to
21595         mailcap-mime-extensions when generating a temp filename; postpone
21596         deleting a temp file for 2 seconds for some wrappers, shell
21597         scripts, and so on, which might exit right after having started a
21598         viewer command as a background job.
21599
21600 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21601
21602         * nntp.el (nntp-marks-directory): Fix custom group.
21603
21604         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21605         steps when < 10.
21606
21607         * gnus-start.el (gnus-no-server-1):
21608         Mention `gnus-level-default-subscribed' in doc string.
21609
21610 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21611
21612         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21613         parens.
21614
21615 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21616
21617         * gnus-xmas.el (gnus-use-toolbar): Revert.
21618         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21619         gnus-use-toolbar is default.
21620
21621         * messagexmas.el (message-use-toolbar): Revert.
21622         (message-setup-toolbar): Use global default-toolbar if
21623         message-use-toolbar is default.
21624
21625 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21626
21627         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21628         according to default-toolbar-visible-p.
21629
21630         * messagexmas.el (message-use-toolbar): Ditto.
21631
21632 2005-11-26  Dave Love  <fx@gnu.org>
21633
21634         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21635         (tls-program, tls-success): Provide openssl alternative.
21636
21637         * starttls.el: Doc fixes.
21638         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21639         SERVICE to PORT.
21640
21641         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21642         port null or service name.
21643         (starttls-negotiate): Autoload.
21644
21645 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21646
21647         * message.el (message-kill-to-signature): Fix interactive spec.
21648
21649 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21650
21651         * pop3.el (pop3-open-server): Recognize a string as a service name.
21652
21653 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21654
21655         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21656
21657 2005-11-23  Dave Love  <fx@gnu.org>
21658
21659         Add pop3s, pop3/starttls.
21660
21661         * pop3.el (pop3-authentication-scheme): Clarify doc.
21662         (open-tls-stream, starttls-open-stream): Autoload.
21663         (pop3-stream-type): New.
21664         (pop3-open-server): Use it.
21665
21666         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21667         for POP.
21668         (mail-source-keyword-map): Add :stream for POP.
21669         (mail-source-fetch-pop): Use pop3-stream-type.
21670
21671 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21672
21673         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21674         of current-time-string.
21675
21676 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21677
21678         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21679         date header.
21680
21681 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21682
21683         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21684         it can seriously impact performance as it bypasses the agent's
21685         local caches.
21686
21687 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21688
21689         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21690         must be explicitly online rather than "not explicitly offline" for
21691         its flags to be synchronized.
21692
21693         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21694         that gnus-uu-unmark-thread will function correctly.
21695
21696         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21697         1024K is instead displayed as 1M.
21698
21699 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21700
21701         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21702
21703 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21704
21705         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21706
21707 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21708
21709         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21710         error message to display actual error condition.
21711         (gnus-agent-save-local): Avoid saving symbols that are bound to
21712         nil as they simply result in a warning message in
21713         gnus-agent-read-local.
21714
21715 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21716
21717         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21718         rather than make-variable-buffer-local for file-precious-flag.
21719
21720 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21721
21722         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21723         for duplicates which are removed.  The invalid sort check then
21724         triggers a rescan after the sort as sorting may have moved
21725         duplicate entries such that they can be cheaply detected.
21726
21727 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21728
21729         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21730
21731 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21732
21733         * gnus-agent.el (gnus-agent-article-alist-save-format):
21734         Change internal variable to a custom variable.  Change default value
21735         from compressed(2) to uncompressed(1).
21736         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21737         support for uncompressed agentview files.  Taken together, reading
21738         the agentview file should now be 6-7 times faster.
21739
21740 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21741
21742         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21743         as a buffer-local variable.  This avoids creating truncated
21744         dribble files as a result of a hang up, eg.
21745
21746 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21747
21748         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21749         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21750         XEmacs.
21751
21752 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21753
21754         * gnus-start.el (gnus-start-draft-setup):
21755         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21756
21757         * gnus.el (gnus-splash): Change custom group.
21758         (gnus-group-get-parameter, gnus-group-parameter-value):
21759         Describe allow-list argument.
21760
21761         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21762         string.
21763
21764 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21765
21766         * gnus-art.el (gnus-default-article-saver): Add user-defined
21767         `function' to custom type.
21768
21769 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21770
21771         * imap.el (imap-open): Handle case where buffer is a buffer
21772         object.
21773
21774 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21775
21776         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21777         long lines.
21778         (gnus-cache-delete-group): Wrap doc strings.
21779
21780         * gnus-agent.el (gnus-agent-rename-group)
21781         (gnus-agent-delete-group): Wrap doc strings.
21782
21783 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21784
21785         * messagexmas.el (message-use-toolbar): Change the valid values
21786         into default, top, bottom, left, and right.
21787         (message-toolbar-thickness): New variable.
21788         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21789         well.
21790         (message-setup-toolbar): Make it work.
21791
21792         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21793         (gnus-use-toolbar): Change the valid values into default, top,
21794         bottom, left, and right.
21795         (gnus-toolbar-thickness): New variable.
21796         (gnus-xmas-setup-toolbar): New function.
21797         (gnus-xmas-setup-group-toolbar): Use it.
21798         (gnus-xmas-setup-summary-toolbar): Use it.
21799
21800 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21801
21802         * gnus-start.el (gnus-1): Add "native" to
21803         gnus-predefined-server-alist.
21804
21805         * gnus.el (gnus-method-to-server): Don't add "native" to the
21806         lists here, because that leads to problems when
21807         gnus-select-method is bound.
21808
21809 2005-11-09  Simon Josefsson  <jas@extundo.com>
21810
21811         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21812         use (not sort-by-date) instead.
21813
21814 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21815
21816         * gnus-delay.el (gnus-delay-group): Don't autoload.
21817         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21818         to be re-loaded when customizing the `gnus-delay' group.
21819
21820 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21821
21822         * message.el: Revert last changes.
21823         (message-insert-citation-line): Use newlines.
21824
21825 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21826
21827         * message.el (message-courtesy-message)
21828         (message-mark-insert-begin, message-mark-insert-end)
21829         (message-elide-ellipsis, message-cancel-message)
21830         (message-add-header, message-change-subject)
21831         (message-cross-post-followup-to-header)
21832         (message-cross-post-insert-note, message-reduce-to-to-cc)
21833         (message-widen-reply, message-delete-not-region)
21834         (message-kill-to-signature, message-insert-signature)
21835         (message-insert-importance-high, message-insert-importance-low)
21836         (message-insert-or-toggle-importance)
21837         (message-insert-disposition-notification-to)
21838         (message-indent-citation, message-yank-original)
21839         (message-cite-original-without-signature, message-cite-original)
21840         (message-insert-citation-line, message-position-on-field)
21841         (message-fix-before-sending, message-send-mail-partially)
21842         (message-send-mail, message-send-mail-with-sendmail)
21843         (message-send-mail-with-qmail, message-send-news)
21844         (message-check-news-header-syntax, message-generate-headers)
21845         (message-insert-courtesy-copy, message-fill-address)
21846         (message-fill-header, message-shorten-references)
21847         (message-setup-1, message-cancel-news)
21848         (message-forward-make-body-plain, message-forward-make-body-mime)
21849         (message-forward-make-body-mml, message-encode-message-body)
21850         (message-forward-make-body-digest-plain)
21851         (message-forward-make-body-digest-mime)
21852         (message-use-alternative-email-as-from): Insert `hard-newline'
21853         instead of ordinary newlines.
21854
21855 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21856
21857         * message.el (message-generate-headers): Downcase the argument
21858         given to message-check-element.
21859
21860 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21861
21862         * nntp.el (nntp-authinfo-rejected): New error condition.
21863         (nntp-wait-for): Use new error condition to signal authentication
21864         error.
21865         (nntp-retrieve-data): Rethrow new error condition to break out of
21866         recursive call to nntp-send-authinfo.
21867
21868 2005-11-08  Romain Francoise  <romain@orebokech.com>
21869
21870         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21871         (gnus-summary-exit-map): Bind to `Z p'.
21872         (gnus-summary-make-menu-bar): Add menu item.
21873
21874 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21875
21876         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21877         (gnus-treat-*): Add `first' in all doc strings.
21878
21879         * gnus-group.el (gnus-group-compact-group): Fix typo.
21880
21881 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21882
21883         * gnus.el (gnus-parameters-case-fold-search): New variable.
21884         (gnus-parameters-get-parameter): Use it.
21885
21886         * gnus-score.el (gnus-home-score-file): Doc fix.
21887
21888 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21889
21890         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21891
21892 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21893
21894         * mm-util.el (mm-special-display-p): New function.
21895
21896         * mml.el (mml-preview): Use it; doc fix.
21897
21898 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21899
21900         * imap.el (imap-open): Handle case where buffer is a buffer object.
21901
21902 2005-10-29  Romain Francoise  <romain@orebokech.com>
21903
21904         * message.el (message-fix-before-sending): Fix comment.
21905
21906 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21907
21908         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21909
21910 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21911
21912         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21913         Used in gnus-score.el.
21914
21915 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21916
21917         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21918
21919 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21920
21921         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21922         whitespace removed in revision 7.8.  Use concatenated string to
21923         protect trailing whitespace.
21924
21925 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21926
21927         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21928         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21929         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21930         Courier IMAP ("some version from 2004").  Mostly based on similar
21931         code in the same function.
21932
21933 2005-10-26  Didier Verna  <didier@xemacs.org>
21934
21935         * gnus-group.el (gnus-group-compact-group): Invalidate original
21936         article buffer.
21937         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21938         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21939         NOV database and in article itself.
21940         Invalidate article backlog.
21941
21942 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21943
21944         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21945
21946 2005-10-26  Simon Josefsson  <jas@extundo.com>
21947
21948         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21949         part of 2004-07-25 change.
21950
21951 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21952
21953         * message.el (message-display-completion-list): New function.
21954         (message-expand-group): Use it; make sure the Completions buffer
21955         is modifiable.
21956 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21957
21958         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21959         user-mail-name is an empty string.
21960
21961 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21962
21963         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21964         depending on gnus-score-decay-constant.
21965
21966         * encrypt.el (encrypt-insert-file-contents)
21967         (encrypt-write-file-contents): Don't use `gnus-message'.
21968
21969         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21970         arguments.
21971         (mm-uu-type-alist): Add message-marks and insert-marks.
21972         Pass arguments to mm-uu-verbatim-marks-extract.
21973         (mm-uu-hide-markers): New variable.
21974         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21975
21976         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21977         (gnus-convert-image-to-face-command): Use "convert" by default to
21978         allow other input image formats.
21979         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21980         accordingly.
21981
21982 2005-10-23  Simon Josefsson  <jas@extundo.com>
21983
21984         * imap.el (imap-gssapi-program): Align command line parameters
21985         with latest GNU SASL.
21986         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21987
21988 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21989
21990         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21991         HTML.
21992         (nnslashdot-request-article): Ditto.
21993
21994         * lpath.el (featurep): Add nobreak-char-display.
21995
21996 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21997
21998         * mail-source.el (mail-source-fetch-pop): Require pop3.
21999         (mail-source-check-pop): Ditto.
22000
22001 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22002
22003         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22004         errors.
22005
22006 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22007
22008         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22009         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22010
22011         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22012
22013         * mm-bodies.el (mm-decode-string):
22014         Call `mm-charset-to-coding-system' with allow-override argument.
22015
22016 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22019         (rfc2047-charset-to-coding-system): New function.
22020         (rfc2047-decode-encoded-words): New function.
22021         (rfc2047-decode-region): Use them.
22022         (rfc2047-decode-cte): Remove.
22023         (rfc2047-parse-and-decode): Remove.
22024         (rfc2047-decode): Remove.
22025
22026 2005-10-15  Kenichi Handa  <handa@m17n.org>
22027
22028         * rfc2047.el (rfc2047-decode-cte): New function.
22029         (rfc2047-decode-region): Change the way to decode successive
22030         encoded-words: decode B- or Q-encoding in each encoded-word,
22031         concatenate them, and decode it as charset.
22032
22033 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22034
22035         * lpath.el: Fbind codepage-setup for XEmacs.
22036
22037 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22038
22039         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22040         widget-move-and-invoke.
22041         (gnus-custom-mode): Use gnus-custom-map.
22042
22043 2005-10-15  Bill Wohler  <wohler@newt.com>
22044
22045         * message.el (message-tool-bar-map): Rename image file from
22046         mail_send to mail/send.
22047
22048 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22049
22050         * message.el (message-expand-group): Pass the common
22051         prefix substring of completion to `display-completion-list'.
22052
22053 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22054
22055         * mml-sec.el (mml-secure-method): New internal variable.
22056         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22057         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22058         New functions using mml-secure-method.
22059
22060         * mml.el (mml-mode-map): Add key bindings for those functions.
22061         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22062         Harder <harder@myrealbox.com>.
22063         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22064         Goto end of message if point is the headers of the message.
22065
22066         * message.el (message-in-body-p): New function.
22067
22068         * assistant.el: Autoload gnus-util and netrc.
22069
22070         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22071         Use `mm-charset-override-alist' only when decoding.
22072
22073         * mm-bodies.el (mm-decode-body):
22074         Call `mm-charset-to-coding-system' with allow-override argument.
22075
22076         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22077         `filename' from Content-Disposition if Content-Type doesn't
22078         provide `name'.
22079         (gnus-mime-view-part-as-type): Set default instead of
22080         initial-input.
22081
22082 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22083
22084         * format-spec.el (format-spec): Propagate text properties of % spec.
22085
22086 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22087
22088         * gnus-art.el (gnus-treat-predicate): Add `first'.
22089
22090 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22091
22092         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22093         (mm-charset-override-alist): New variable.
22094         (mm-charset-to-coding-system): Use it.
22095         (mm-codepage-setup): New helper function.
22096         (mm-charset-eval-alist): New variable.
22097         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22098         Warn about unknown charsets.
22099
22100         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22101
22102 2005-10-04  David Hansen  <david.hansen@gmx.net>
22103
22104         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22105         (nnrss-check-group): Ditto.
22106
22107 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22108
22109         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22110         Rename x-gnus-verbatim to x-verbatim.
22111         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22112
22113         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22114         x-verbatim.
22115
22116         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22117
22118         * gnus-util.el (gnus-remove-duplicates): Remove.
22119
22120         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22121         instead of gnus-remove-duplicates.
22122
22123         * message.el (message-remove-duplicates): Remove.
22124         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22125         message-remove-duplicates.
22126
22127         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22128         available, else use implementation from `delete-dups'.
22129
22130         * message.el (message-insert-expires): New function.
22131         (message-mode-map): Add key binding.
22132         (message-mode-field-menu): Add menu entry.
22133         (message-mode): Document it.
22134         (message-make-expires-date): Use `message-make-date'.
22135
22136 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22137
22138         * message.el (message-make-expires-date): New function.
22139
22140 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22141
22142         * Makefile.in (list-installed-shadows): New entry.
22143         (install): Use it.
22144         (remove-installed-shadows): New entry.
22145
22146         * dgnushack.el (dgnushack-default-load-path): New variable.
22147         (dgnushack-find-lisp-shadows): New function.
22148         (dgnushack-remove-lisp-shadows): New function.
22149
22150 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22151
22152         * Makefile.in (install-el-elc): New entry.
22153         (install): Use it so that .el files are necessarily installed.
22154
22155 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22156
22157         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22158
22159 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22160
22161         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22162         function rather than the diff-mode.el package.
22163         (mm-display-external): Use with-current-buffer.
22164         (mm-viewer-completion-map, mm-viewer-completion-map):
22165         Move initialization inside declaration.
22166
22167 2005-09-29  Simon Josefsson  <jas@extundo.com>
22168
22169         * spam.el: Load hashcash when compiling, to avoid warnings.
22170         Don't autoload mail-check-payment.
22171         (spam-check-hashcash): Define unconditionally, since hashcash.el
22172         is part of Gnus now.  Ignore errors from payment checking.
22173
22174 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22175
22176         * message.el (message-bold-region, message-unbold-region):
22177         Rename from `bold-region' and `unbold-region'.
22178
22179         * message.el: Remove useless autoloads.
22180
22181 2005-09-28  Simon Josefsson  <jas@extundo.com>
22182
22183         * message.el (message-use-idna): Default to t.
22184         (message-use-idna): Test whether encoding works too.  Doc fix.
22185
22186 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22187
22188         * nntp.el (nntp-warn-about-losing-connection): Remove.
22189
22190 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22191
22192         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22193         customizable.  Change default value.
22194         (mm-uu-diff-groups-regexp): Change default value.
22195         (mm-uu-type-alist): Add doc string.
22196         (mm-uu-configure): Add doc string.  Make it interactive.
22197         (mm-uu-tex-groups-regexp): New variable.
22198         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22199         (mm-uu-type-alist): Add LaTeX documents.
22200         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22201         of "text/verbatim".
22202         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22203
22204         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22205         instead of "text/verbatim".
22206
22207         * message.el (message-mark-inserted-region)
22208         (message-mark-insert-file): Use slrn style marks when called with
22209         prefix argument.
22210
22211 2005-09-27  Simon Josefsson  <jas@extundo.com>
22212
22213         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22214
22215 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22216
22217         * message.el (message-remove-duplicates): New function.
22218         Implementation borrowed from `gnus-remove-duplicates'.
22219         (message-idna-to-ascii-rhs): Also encode idna addresses in
22220         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22221         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22222         only ask about the same idna domain once per header and also tell
22223         in what header to replace the idna domain.
22224
22225         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22226         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22227         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22228         a header is decoded and not just the last one.
22229
22230 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22231
22232         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22233         has been decoded.
22234
22235         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22236         (mm-insert-part): Don't modify text if it has been decoded.
22237
22238         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22239         decoded.
22240
22241         * mm-view.el (mm-inline-text): Don't strip text props unless
22242         decoding enriched or richtext parts.
22243
22244 2005-09-25  Romain Francoise  <romain@orebokech.com>
22245
22246         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22247         * gnus-start.el (gnus-subscribe-interactively):
22248         * gnus-uu.el (gnus-uu-grab-articles):
22249         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22250         space.
22251
22252 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22253
22254         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22255         * mm-view.el (mm-view-pkcs7-decrypt):
22256         * gnus-sum.el (gnus-summary-limit-to-extra)
22257         (gnus-summary-respool-article, gnus-read-move-group-name):
22258         * gnus-score.el (gnus-summary-increase-score):
22259         * gnus-util.el (gnus-completing-read-with-default):
22260         * gnus-art.el (gnus-read-save-file-name)
22261         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22262         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22263         * message.el (message-check-news-header-syntax):
22264         Follow convention for reading with the minibuffer.
22265
22266 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22267
22268         * spam-report.el (spam-report-url-ping-plain):
22269         Use gnus-extended-version as User-Agent.
22270
22271         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22272         default value is nil.
22273
22274         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22275         (mm-uu-verbatim-marks-extract): New function.
22276         (mm-uu-extract): New face.
22277         (mm-uu-copy-to-buffer): Use it.
22278
22279         * spam-report.el (spam-report-gmane-ham): Rename from
22280         `spam-report-gmane-unspam'.
22281         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22282         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22283
22284         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22285         Autoload.
22286         (spam-report-gmane-unregister-routine):
22287         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22288
22289 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22290
22291         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22292         (spam-report-gmane-unregister-routine): Add support for gmane
22293         unregistration.
22294
22295         * spam-report.el (spam-report-gmane-unspam)
22296         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22297         (spam-report-gmane): Change to take a single article and do unspam
22298         registration.
22299
22300 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22301
22302         * mm-url.el (mm-url-decode-entities): Fix regexp.
22303
22304 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22305
22306         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22307         default to nil, to be able to use Gnus at all.  If the default
22308         switches to something else, then the function should be fixed not
22309         be exceedingly slow.
22310
22311 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22312
22313         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22314         fail hard.
22315
22316         * spam-report.el: Add better Keywords line.
22317
22318         * spam.el: Add Maintainer and better Keywords line.
22319
22320 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22321
22322         * gnus-art.el (gnus-article-replace-part)
22323         (gnus-mime-replace-part): New functions.
22324         (gnus-mime-action-alist, gnus-mime-button-commands)
22325         (gnus-mime-save-part-and-strip): Add file argument.
22326         (gnus-article-part-wrapper): Add interactive argument.
22327
22328         * gnus-sum.el (gnus-summary-mime-map):
22329         Add `gnus-article-replace-part'.
22330
22331 2005-09-19  Didier Verna  <didier@xemacs.org>
22332
22333         The nnml compaction feature:
22334         * nnml.el (nnml-request-compact-group): New function.
22335         * nnml.el (nnml-request-compact): New function.
22336         * gnus-int.el (gnus-request-compact-group): New function.
22337         * gnus-int.el (gnus-request-compact): New function.
22338         * gnus-group.el (gnus-group-compact-group): New function.
22339         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22340         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22341         * gnus-srvr.el (gnus-server-compact-server): New function.
22342         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22343         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22344
22345 2005-09-18  Deepak Goel  <deego@gnufans.org>
22346
22347         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22348         format spec.
22349
22350 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22351
22352         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22353
22354 2005-09-15  Romain Francoise  <romain@orebokech.com>
22355
22356         * message.el (message-fill-paragraph): Clarify docstring.
22357
22358 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22359
22360         * gnus-art.el (gnus-mime-display-part): Protect against broken
22361         MIME messages.
22362
22363 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22364
22365         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22366         before parsing header.
22367
22368 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22369
22370         * html2text.el (html2text-replace-list): Add new entities.
22371
22372 2005-09-11  Romain Francoise  <romain@orebokech.com>
22373
22374         * message.el (message-alternative-emails): Improve docstring.
22375         (message-setup-1): Call `message-use-alternative-email-as-from'
22376         after `message-setup-hook' to give it precedence over posting
22377         styles, etc.
22378         (message-use-alternative-email-as-from): Add docstring.
22379         Remove the original From header if present.
22380
22381         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22382         (nnml-save-mail): Use it.
22383
22384         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22385         articles.  Add new argument `silent'.
22386         (gnus-uu-mark-all): Report the total number of marked articles.
22387
22388 2005-09-10  Romain Francoise  <romain@orebokech.com>
22389
22390         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22391         (gnus-uu-mark-series): Likewise.
22392
22393 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22394
22395         * spam-report.el (spam-report-gmane): Fix generation of spam
22396         report URL.
22397
22398 2005-09-10  Simon Josefsson  <jas@extundo.com>
22399
22400         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22401         t, based on discussion on the ding list with Robert Epprecht
22402         <epprecht@solnet.ch>.
22403
22404 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22405
22406         * spam-report.el (spam-report-gmane): Make it work without
22407         X-Report-Spam header.  Gmane now only provides Archived-At.
22408         This is only used if `spam-report-gmane-use-article-number' is nil.
22409         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22410
22411         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22412         make `gnus-summary-sort-by-recipient' work with threading.
22413
22414         * nnweb.el (nnweb-google-wash-article): Print a message if article
22415         is not available.
22416
22417 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22418
22419         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22420         change.  Decode text/* parts content before displaying.
22421
22422 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22423
22424         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22425
22426 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22427
22428         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22429
22430         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22431         url-package-name, url-package-version,
22432         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22433         w3m-display-inline-images, and w3m-minor-mode-map.
22434
22435 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22436
22437         * message.el (message-tab-body-function): Fix mismatched custom type.
22438
22439         * gnus.el (gnus-group-change-level-function): Ditto.
22440
22441         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22442
22443         * gnus-art.el (gnus-signature-limit)
22444         (gnus-article-mime-part-function): Ditto.
22445
22446 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22447
22448         * mml.el (mml-mode): Silence the byte compiler.
22449
22450         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22451         using `(sit-for 0)' before moving the point to the specified part;
22452         skip unbuttonized parts.
22453         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22454         return to the summary window if gnus-auto-select-part is non-nil.
22455
22456 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22457
22458         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22459         New variables.
22460         (mml-dnd-attach-file, mml-mode): Use them.
22461
22462         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22463         Make fetching article by MID work again for Google Groups.
22464         Add FIXME concerning gnus-group-make-web-group.
22465
22466         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22467         Don't depend on Gnus by using mail-extract-address-components if
22468         gnus-extract-address-components is not bound.
22469
22470 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22471
22472         * gnus-art.el (gnus-mime-display-security): Don't display the
22473         signature, but only the signed part.
22474
22475 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22476
22477         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22478
22479         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22480         list, not listp.
22481
22482 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22483
22484         * mm-encode.el (mm-encode-content-transfer-encoding):
22485         Likewise when encoding.
22486
22487         * mm-bodies.el (mm-decode-content-transfer-encoding):
22488         De-canonicalize CRLF for all text content types, not just
22489         text/plain.
22490
22491 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22492
22493         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22494         valid article; point arrow and cursor at the MIME button.
22495
22496 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22497
22498         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22499         Suggested by Dan Christensen <jdc@uwo.ca>.
22500
22501         * mm-decode.el (mm-save-part): Enable change of prompt.
22502
22503 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22504
22505         * gnus-msg.el (gnus-inews-add-send-actions):
22506         Make `message-post-method' lambda parameter ARG `&optional'.
22507
22508 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22509
22510         * gnus-sum.el (gnus-summary-mime-map):
22511         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22512         gnus-article-jump-to-part.
22513
22514         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22515         (gnus-article-edit-part): Use it.
22516         (gnus-article-part-wrapper): Add no-handle argument.
22517         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22518         New functions.
22519
22520 2005-08-29  Romain Francoise  <romain@orebokech.com>
22521
22522         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22523         docstring.
22524         (gnus-face-from-file): Likewise.
22525
22526 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22527
22528         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22529         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22530         non-nil.
22531         (gnus-auto-select-part): New variable.
22532         (gnus-article-jump-to-part): New function.
22533         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22534         (gnus-mime-delete-part): Allow selecting specified part after
22535         deleting or stripping parts.
22536         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22537         part if argument is bogus.
22538
22539 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22540
22541         * gnus-art.el (w3m-minor-mode-map):
22542         * gnus-spec.el (gnus-newsrc-file-version):
22543         * gnus-util.el (nnmail-active-file-coding-system)
22544         (gnus-original-article-buffer, gnus-user-agent):
22545         * gnus.el (gnus-ham-process-destinations)
22546         (gnus-parameter-ham-marks-alist)
22547         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22548         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22549         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22550         * mm-decode.el (gnus-current-window-configuration):
22551         * mm-extern.el (gnus-article-mime-handles):
22552         * mm-url.el (url-current-object, url-package-name)
22553         (url-package-version):
22554         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22555         (smime-keys, w3m-cid-retrieve-function-alist)
22556         (w3m-current-buffer, w3m-display-inline-images)
22557         (w3m-minor-mode-map):
22558         * mml-smime.el (gnus-extract-address-components):
22559         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22560         (gnus-newsrc-hashtb, message-default-charset)
22561         (message-deletable-headers, message-options)
22562         (message-posting-charset, message-required-mail-headers)
22563         (message-required-news-headers):
22564         * mml1991.el (mc-pgp-always-sign):
22565         * mml2015.el (mc-pgp-always-sign):
22566         * nnheader.el (nnmail-extra-headers):
22567         * rfc1843.el (gnus-decode-encoded-word-function)
22568         (gnus-decode-header-function, gnus-newsgroup-name):
22569         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22570
22571 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22572
22573         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22574         the end of the date treatments.
22575
22576 2005-08-15  Simon Josefsson  <jas@extundo.com>
22577
22578         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22579         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22580         Capello and Romain Francoise.
22581         (pgg-fetch-key-function): Remove, not used?
22582         (pgg-insert-url-with-w3): Require url, to get
22583         url-insert-file-contents regardless of where it is defined.
22584
22585 2005-08-13  Romain Francoise  <romain@orebokech.com>
22586
22587         * message.el (message-cite-original-1): New function.
22588         (message-cite-original): Use it.
22589         (message-cite-original-without-signature): Ditto.
22590
22591 2005-08-08  Romain Francoise  <romain@orebokech.com>
22592
22593         * message.el (message-yank-empty-prefix): New variable.
22594         (message-indent-citation): Use it.
22595         (message-cite-original-without-signature): Respect X-No-Archive.
22596
22597 2005-08-08  Simon Josefsson  <jas@extundo.com>
22598
22599         * pgg.el: Autoload url-insert-file-contents instead of loading
22600         w3/url.
22601         (pgg-insert-url-with-w3): Don't load url here.
22602
22603 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22604
22605         * message.el (message-kill-to-signature): Don't insert newline at
22606         bol.
22607         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22608
22609 2005-08-06  Romain Francoise  <romain@orebokech.com>
22610
22611         * message.el (message-user-fqdn): Fix typo in docstring.
22612
22613 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22614
22615         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22616
22617         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22618
22619 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22620
22621         * mm-bodies.el (mm-encode-body): Use coding system rather than
22622         charset to encode text.
22623
22624         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22625         number of charsets if utf-8 is available (XEmacs).
22626
22627 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22628
22629         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22630         taken from `gnus-button-mid-or-mail-regexp'.
22631         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22632         (gnus-button-alist): Improve regexp for domain part of the MIDs
22633         for news:localpart@domain buttons.
22634         (gnus-button-ctan-directory-regexp): Update.
22635
22636 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22637
22638         * sieve-manage.el (sieve-manage-interactive-login):
22639         Use make-local-variable rather than make-variable-buffer-local.
22640         (sieve-manage-open): Ditto.
22641         (sieve-manage-authenticate): Ditto.
22642
22643         * mml.el (mml-generate-mime-1): Make the content type default to
22644         text/plain if the filename is not specified.
22645
22646 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22647
22648         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22649         instead of insert-buffer.
22650
22651         * message.el (message-yank-original): Ditto; set the mark at the
22652         end of the yanked message.
22653
22654 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22655
22656         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22657         lines to scroll rather than to stop it.
22658
22659         * mml.el (mml-generate-default-type): Add doc string.
22660         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22661         default to application/octet-stream when determining the content
22662         type if it is not specified for the part or the mml contents; add
22663         a comment about mml-generate-default-type.
22664
22665 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22666
22667         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22668         make it default to application/octet-stream when determining the
22669         content type if it is not specified for the external contents.
22670
22671 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22672
22673         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22674         segmented parameter but also other parameters might be there.
22675
22676 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22677
22678         * mm-decode.el (mm-display-external): Delete temp file, directory
22679         and buffer immediately if the external process is exited.
22680
22681 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22682
22683         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22684         fewer lines than that of scroll-margin.
22685         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22686
22687 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22688
22689         * gnus-art.el (gnus-article-next-page): Revert.
22690         (gnus-article-beginning-of-window): New macro.
22691         (gnus-article-next-page-1): Use it.
22692         (gnus-article-prev-page): Ditto.
22693         (gnus-article-edit-part): Use insert-buffer-substring instead of
22694         insert-buffer.
22695         (gnus-article-edit-exit): Ditto.
22696
22697         * gnus-util.el (gnus-beginning-of-window): Remove.
22698         (gnus-end-of-window): Remove.
22699
22700         * lpath.el: Don't bind header-line-format and scroll-margin.
22701
22702 2005-07-25  Simon Josefsson  <jas@extundo.com>
22703
22704         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22705         to have the url package without w3.  Reported by Daiki Ueno
22706         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22707
22708 2005-07-20  Didier Verna  <didier@xemacs.org>
22709
22710         * gnus-diary.el: Remove the description comment (nndiary is now
22711         properly documented in the Gnus manual).
22712         Fix the spelling of "Back End".
22713         * nndiary.el: Ditto.
22714         Fix the copyright notice.
22715
22716 2005-07-18  Romain Francoise  <romain@orebokech.com>
22717
22718         * gnus-sum.el (gnus-summary-to-prefix)
22719         (gnus-summary-newsgroup-prefix): New variables.
22720         (gnus-summary-from-or-to-or-newsgroups): Use them.
22721
22722 2005-07-17  Romain Francoise  <romain@orebokech.com>
22723
22724         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22725         space as it's generally not especially interesting to the user.
22726
22727 2005-07-16  Romain Francoise  <romain@orebokech.com>
22728
22729         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22730         nil to avoid prompting and file modification if one of the
22731         messages at the top of the nnfolder file contains a copyright
22732         notice.
22733         Update copyright notice.
22734
22735         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22736         instead of `current-time-string' as the latter creates a time
22737         string that is not RFC 2822 compliant (it lacks the zone).
22738         Update copyright notice.
22739
22740 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22741
22742         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22743         for text/rtf.  Display default in prompt.  Pass default for M-n.
22744
22745         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22746
22747 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22748
22749         * gnus-msg.el (gnus-button-mailto):
22750         Remove save-selected-window-window hackery because it relies on
22751         save-selected-window internals.
22752
22753 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22754
22755         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22756         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22757         (gnus-article-prev-page): Ditto.
22758
22759         * gnus-util.el (gnus-beginning-of-window): New function.
22760         (gnus-end-of-window): New function.
22761
22762         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22763
22764 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22765
22766         * gnus-score.el (gnus-score-edit-all-score):
22767         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22768         gnus-message.
22769
22770 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22771
22772         * gnus-msg.el (gnus-button-mailto):
22773         Remove save-selected-window-window hackery because it relies on
22774         save-selected-window internals.
22775
22776 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22777
22778         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22779         add-minor-mode.
22780         (gnus-binary-mode): Ditto.
22781
22782         * gnus-topic.el (gnus-topic-mode): Ditto.
22783
22784 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22785
22786         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22787         (gnus-article-prev-page): Take scroll-margin into consideration.
22788
22789 2005-07-04  Lute Kamstra  <lute@gnu.org>
22790
22791         Update FSF's address in GPL notices.
22792
22793 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22794
22795         * gnus.el (gnus-exit):
22796         * gnus-group.el (gnus-group-icons):
22797         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22798
22799         * gnus-nocem.el (gnus-nocem):
22800         * message.el (message-various, message-buffers, message-sending)
22801         (message-interface, message-forwarding, message-insertion)
22802         (message-headers, message-news, message-mail):
22803         * pgg-gpg.el (pgg-gpg):
22804         * pgg-parse.el (pgg-parse):
22805         * pgg-pgp.el (pgg-pgp):
22806         * pgg-pgp5.el (pgg-pgp5):
22807         * pop3.el (pop3): Finish `defgroup' description with period.
22808
22809 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22810
22811         * gnus-art.el (article-display-face): Improve the efficiency.
22812         (article-display-x-face): Ditto; remove gray x-face stuff.
22813
22814 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22815
22816         * gnus-art.el (article-display-face): Correct the position in
22817         which Faces are inserted.
22818
22819 2005-06-29  Didier Verna  <didier@xemacs.org>
22820
22821         * gnus-art.el (article-display-face): Display faces in correct
22822         order.
22823
22824 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22825
22826         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22827         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22828         (gnus-nocem-check-article): Fetch the Type header.
22829         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22830         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22831         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22832         make sure gnus-nocem-hashtb is initialized.
22833         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22834         (gnus-nocem-unwanted-article-p): Ditto.
22835
22836         * pgg.el (pgg-verify): Return the verification result.
22837
22838 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22839
22840         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22841         is ascii.
22842
22843 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22844
22845         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22846         `show-nonbreak-escape'.
22847
22848 2005-06-23  Lute Kamstra  <lute@gnu.org>
22849
22850         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22851
22852         * dig.el (dig-mode):
22853         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22854
22855 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22856
22857         * nnimap.el (nnimap-split-download-body): Fix spellings.
22858
22859 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22860
22861         * gnus-art.el (gnus-article-encrypt-body):
22862         * gnus-cus.el (gnus-score-customize):
22863         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22864         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22865
22866 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22867
22868         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22869         header by looking for magic "MII" at the beginning.
22870
22871 2005-06-16  Miles Bader  <miles@gnu.org>
22872
22873         * gnus-xmas.el (gnus-xmas-group-startup-message):
22874         Use renamed gnus-splash face.
22875
22876         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22877         (assistant-field-face): New backward-compatibility alias for renamed
22878         face.
22879         (assistant-render-text): Use renamed assistant-field face.
22880
22881         * spam.el (spam): Remove "-face" suffix from face name.
22882         (spam-face): New backward-compatibility alias for renamed face.
22883         (spam-face, spam-initialize): Use renamed spam face.
22884
22885         * message.el (message-header-to, message-header-cc)
22886         (message-header-subject, message-header-newsgroups)
22887         (message-header-other, message-header-name)
22888         (message-header-xheader, message-separator, message-cited-text)
22889         (message-mml): Remove "-face" suffix from face names.
22890         (message-header-to-face, message-header-cc-face)
22891         (message-header-subject-face, message-header-newsgroups-face)
22892         (message-header-other-face, message-header-name-face)
22893         (message-header-xheader-face, message-separator-face)
22894         (message-cited-text-face, message-mml-face):
22895         New backward-compatibility aliases for renamed faces.
22896         (message-font-lock-keywords): Use renamed message faces.
22897
22898         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22899         (sieve-test-commands, sieve-tagged-arguments):
22900         Remove "-face" suffix from face names.
22901         (sieve-control-commands-face, sieve-action-commands-face)
22902         (sieve-test-commands-face, sieve-tagged-arguments-face):
22903         New backward-compatibility aliases for renamed faces.
22904         (sieve-control-commands-face, sieve-action-commands-face)
22905         (sieve-test-commands-face, sieve-tagged-arguments-face):
22906         Use renamed sieve faces.
22907
22908         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22909         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22910         (gnus-group-news-3-empty, gnus-group-news-4)
22911         (gnus-group-news-4-empty, gnus-group-news-5)
22912         (gnus-group-news-5-empty, gnus-group-news-6)
22913         (gnus-group-news-6-empty, gnus-group-news-low)
22914         (gnus-group-news-low-empty, gnus-group-mail-1)
22915         (gnus-group-mail-1-empty, gnus-group-mail-2)
22916         (gnus-group-mail-2-empty, gnus-group-mail-3)
22917         (gnus-group-mail-3-empty, gnus-group-mail-low)
22918         (gnus-group-mail-low-empty, gnus-summary-selected)
22919         (gnus-summary-cancelled, gnus-summary-high-ticked)
22920         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22921         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22922         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22923         (gnus-summary-low-undownloaded)
22924         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22925         (gnus-summary-low-unread, gnus-summary-normal-unread)
22926         (gnus-summary-high-read, gnus-summary-low-read)
22927         (gnus-summary-normal-read, gnus-splash):
22928         Remove "-face" suffix from face names.
22929         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22930         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22931         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22932         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22933         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22934         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22935         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22936         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22937         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22938         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22939         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22940         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22941         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22942         (gnus-summary-normal-ticked-face)
22943         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22944         (gnus-summary-normal-ancient-face)
22945         (gnus-summary-high-undownloaded-face)
22946         (gnus-summary-low-undownloaded-face)
22947         (gnus-summary-normal-undownloaded-face)
22948         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22949         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22950         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22951         (gnus-splash-face):
22952         New backward-compatibility aliases for renamed faces.
22953         (gnus-group-startup-message): Use renamed gnus faces.
22954
22955         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22956         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22957         (gnus-server-agent): Remove "-face" suffix from face names.
22958         (gnus-server-agent-face, gnus-server-opened-face)
22959         (gnus-server-closed-face, gnus-server-denied-face)
22960         (gnus-server-offline-face):
22961         New backward-compatibility aliases for renamed faces.
22962         (gnus-server-agent-face, gnus-server-opened-face)
22963         (gnus-server-closed-face, gnus-server-denied-face)
22964         (gnus-server-offline-face): Use renamed gnus faces.
22965
22966         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22967         Remove "-face" suffix from face names.
22968         (gnus-picon-xbm-face, gnus-picon-face):
22969         New backward-compatibility aliases for renamed faces.
22970
22971         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22972         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22973         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22974         (gnus-cite-11): Remove "-face" suffix from face names.
22975         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22976         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22977         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22978         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22979         New backward-compatibility aliases for renamed faces.
22980         (gnus-cite-attribution-face, gnus-cite-face-list)
22981         (gnus-article-boring-faces): Use renamed gnus faces.
22982
22983         * gnus-art.el (gnus-signature, gnus-header-from)
22984         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22985         (gnus-header-content): Remove "-face" suffix from face names.
22986         (gnus-signature-face, gnus-header-from-face)
22987         (gnus-header-subject-face, gnus-header-newsgroups-face)
22988         (gnus-header-name-face, gnus-header-content-face):
22989         New backward-compatibility aliases for renamed faces.
22990         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22991
22992         * gnus-sum.el (gnus-summary-selected-face)
22993         (gnus-summary-highlight): Use renamed gnus faces.
22994         * gnus-group.el (gnus-group-highlight): Likewise.
22995
22996 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22997
22998         * gnus-sieve.el (gnus-sieve-article-add-rule):
22999         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23000         * spam-stat.el (spam-stat-buffer-change-to-spam)
23001         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23002
23003         * message.el (message-is-yours-p):
23004         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23005
23006 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23007
23008         * mm-view.el (mm-inline-text): Withdraw the last change.
23009
23010 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23011
23012         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23013         executing enriched-decode.
23014
23015 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23016
23017         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23018         charset of tar files.
23019
23020 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23021
23022         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23023
23024 2005-06-04  Lute Kamstra  <lute@gnu.org>
23025
23026         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23027         information is never recorded.
23028
23029 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23030
23031         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23032
23033 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23034
23035         * pop3.el (pop3-apop): Run md5 in the binary mode.
23036
23037         * starttls.el (starttls-set-process-query-on-exit-flag):
23038         Use eval-and-compile.
23039
23040 2005-05-31  Simon Josefsson  <jas@extundo.com>
23041
23042         * smime.el (smime-replace-in-string): Define.
23043         (smime-cert-by-ldap-1): Use it.
23044
23045 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23046
23047         * gnus-art.el (article-display-x-face): Replace
23048         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23049
23050         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23051         set-process-query-on-exit-flag or process-kill-without-query.
23052
23053         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23054         loop instead of replace-regexp.
23055
23056         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23057         instead of process-kill-without-query if it is available.
23058
23059         * lpath.el: Fbind ldap-search-entries.
23060
23061         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23062         instead of find-file-hooks if it is available.
23063
23064         * mml1991.el: Bind pgg-default-user-id when compiling.
23065
23066         * mml2015.el: Bind pgg-default-user-id when compiling.
23067
23068         * nndraft.el (nndraft-request-associate-buffer):
23069         Use write-contents-functions instead of write-contents-hooks if it is
23070         available.
23071
23072         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23073         instead of find-file-hooks if it is available.
23074
23075         * nntp.el (nntp-open-connection): Replace
23076         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23077         (nntp-open-ssl-stream): Ditto.
23078         (nntp-open-tls-stream): Ditto.
23079
23080         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23081         set-process-query-on-exit-flag or process-kill-without-query.
23082         (starttls-open-stream-gnutls): Use it instead of
23083         process-kill-without-query.
23084         (starttls-open-stream): Ditto.
23085
23086 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23087
23088         * smime.el (smime-cert-by-ldap-1): Don't use
23089         replace-regexp-in-string.
23090
23091 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23092
23093         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23094
23095         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23096         in PEM format.  Adjust to the XEmacs compatibility.
23097
23098 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23099
23100         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23101         by `string-to-number'.
23102         * gnus-agent.el (gnus-agent-regenerate-group)
23103         (gnus-agent-fetch-articles): Ditto.
23104         * gnus-art.el (gnus-button-fetch-group): Ditto.
23105         * gnus-cache.el (gnus-cache-generate-active)
23106         (gnus-cache-articles-in-group): Ditto.
23107         * gnus-group.el (gnus-group-set-current-level)
23108         (gnus-group-insert-group-line): Ditto.
23109         * gnus-score.el (gnus-score-set-expunge-below)
23110         (gnus-score-set-mark-below, gnus-summary-score-effect)
23111         (gnus-summary-score-entry): Ditto.
23112         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23113         (gnus-soup-pack): Ditto.
23114         * gnus-spec.el (gnus-xmas-format): Ditto.
23115         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23116         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23117         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23118         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23119         * nndb.el (nndb-get-remote-expire-response): Ditto.
23120         * nndiary.el (nndiary-parse-schedule-value)
23121         (nndiary-string-to-number, nndiary-request-replace-article)
23122         (nndiary-request-article): Ditto.
23123         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23124         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23125         * nneething.el (nneething-make-head): Ditto.
23126         * nnfolder.el (nnfolder-request-article)
23127         (nnfolder-retrieve-headers): Ditto.
23128         * nnheader.el (nnheader-file-to-number): Ditto.
23129         * nnkiboze.el (nnkiboze-request-article): Ditto.
23130         * nnmail.el (nnmail-process-unix-mail-format)
23131         (nnmail-process-babyl-mail-format): Ditto.
23132         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23133         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23134         (nnmh-request-create-group, nnmh-request-list-1)
23135         (nnmh-request-group, nnmh-request-article): Ditto.
23136         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23137         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23138         * nnsoup.el (nnsoup-make-active): Ditto.
23139         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23140         * nntp.el (nntp-find-group-and-number)
23141         (nntp-retrieve-headers-with-xover): Ditto.
23142         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23143         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23144         (pgg-format-key-identifier): Ditto.
23145         * pop3.el (pop3-last, pop3-stat): Ditto.
23146         * qp.el (quoted-printable-decode-region): Ditto.
23147
23148         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23149         of concat.
23150
23151 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23152
23153         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23154
23155         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23156
23157         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23158
23159         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23160
23161         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23162
23163         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23164
23165         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23166         (gnus-carpal-mode): Ditto.
23167
23168         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23169         (gnus-browse-mode): Ditto.
23170
23171         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23172
23173         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23174
23175 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23176
23177         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23178
23179 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23180
23181         * gnus-util.el (gnus-run-mode-hooks): New function.
23182
23183         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23184
23185         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23186         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23187
23188 2005-05-27  Lute Kamstra  <lute@gnu.org>
23189
23190         * dns-mode.el (dns-mode): Specify customization group.
23191
23192 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23193
23194         * gnus-agent.el (gnus-agent-make-mode-line-string):
23195         Use mode-line-highlight as mouse-face.
23196
23197 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23198
23199         * canlock.el (canlock): Change the parent group to news.
23200
23201         * deuglify.el (gnus-outlook-deuglify): Add :group.
23202
23203         * dig.el (dig): Add :group.
23204
23205         * dns-mode.el (dns-mode): Add :group.
23206
23207         * encrypt.el (encrypt): Add :group.
23208
23209         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23210         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23211         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23212         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23213         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23214
23215         * gnus-diary.el (gnus-diary): Add :group.
23216
23217         * gnus.el (gnus-group-news-1-face): Add :group.
23218         (gnus-group-news-1-empty-face): Ditto.
23219         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23220         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23221         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23222         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23223         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23224         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23225         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23226         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23227         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23228         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23229         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23230         (gnus-summary-high-ticked-face): Ditto.
23231         (gnus-summary-low-ticked-face): Ditto.
23232         (gnus-summary-normal-ticked-face): Ditto.
23233         (gnus-summary-high-ancient-face): Ditto.
23234         (gnus-summary-low-ancient-face): Ditto.
23235         (gnus-summary-normal-ancient-face): Ditto.
23236         (gnus-summary-high-undownloaded-face): Ditto.
23237         (gnus-summary-low-undownloaded-face): Ditto.
23238         (gnus-summary-normal-undownloaded-face): Ditto.
23239         (gnus-summary-high-unread-face): Ditto.
23240         (gnus-summary-low-unread-face): Ditto.
23241         (gnus-summary-normal-unread-face): Ditto.
23242         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23243         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23244
23245         * hashcash.el (hashcash): New custom group.
23246         (hashcash-default-payment): Add :group.
23247         (hashcash-payment-alist): Ditto.
23248         (hashcash-default-accept-payment): Ditto.
23249         (hashcash-accept-resources): Ditto.
23250         (hashcash-path): Ditto.
23251         (hashcash-extra-generate-parameters): Ditto.
23252         (hashcash-double-spend-database): Ditto.
23253         (hashcash-in-news): Ditto.
23254
23255         * message.el (message-minibuffer-local-map): Add :group.
23256
23257         * netrc.el (netrc): Add :group.
23258
23259         * sieve-manage.el (sieve-manage-log): Add :group.
23260         (sieve-manage-default-user): Diito.
23261         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23262         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23263         (sieve-manage-authenticators): Ditto.
23264         (sieve-manage-authenticator-alist): Ditto.
23265         (sieve-manage-default-port): Ditto.
23266
23267         * sieve-mode.el (sieve-control-commands-face): Add :group.
23268         (sieve-action-commands-face): Ditto.
23269         (sieve-test-commands-face): Ditto.
23270         (sieve-tagged-arguments-face): Ditto.
23271
23272         * smime.el (smime): Add :group.
23273
23274         * spam-report.el (spam-report): Add :group.
23275
23276         * spam.el (spam, spam-face): Add :group.
23277
23278 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23279
23280         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23281         return \n.\n.\n at the end of articles.  Protect against that.
23282         (nntp-with-open-group): Allow debugging.
23283
23284         * nnheader.el (mail-header-set-extra): Make into a function
23285         because I just could't understand how to quote the list properly.
23286
23287         * dns.el (query-dns-cached): New function.
23288
23289 2005-05-26  Lute Kamstra  <lute@gnu.org>
23290
23291         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23292
23293 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23294
23295         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23296
23297         * gnus-art.el: Don't autoload mail-extract-address-components.
23298
23299         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23300         eval-and-compile to evaluate it.
23301
23302         * hashcash.el: Don't autoload executable-find.
23303
23304         * nndb.el: Don't declare the nndb back end two or more times; don't
23305         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23306
23307         * nntp.el: Autoload format-spec instead of format; use
23308         eval-and-compile to evaluate autoload forms.
23309
23310 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23311
23312         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23313
23314 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23315
23316         * gnus.el (gnus-version-number): Bump version.
23317
23318 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23319
23320         * gnus.el: No Gnus v0.3 is released.
23321
23322 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23323
23324         * lpath.el (featurep): Bind show-nonbreak-escape.
23325
23326 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23327
23328         * gnus-art.el (gnus-article-edit-part): Disable undo.
23329
23330 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23331
23332         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23333         gnus-article-date-lapsed-new-header is t if date timer is active;
23334         skip headers in which the original date value is empty.
23335         (gnus-article-save-original-date): Redefine it as a macro.
23336         (gnus-display-mime): Use it.
23337
23338 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23339
23340         * gnus-art.el (article-date-ut): Support converting date in
23341         forwarded parts as well.
23342         (gnus-article-save-original-date): New function.
23343         (gnus-display-mime): Use it.
23344
23345 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23346
23347         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23348         enclosure element of <item>.
23349
23350 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23351
23352         * message.el (message-kill-buffer-query): Rename from
23353         `message-kill-buffer-query-if-modified'.  Add :version.
23354
23355 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23356
23357         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23358         window layout.
23359
23360 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23361
23362         * mml.el: Autoload dnd when compiling.
23363
23364 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23365
23366         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23367         x-dnd-*.
23368
23369 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23370
23371         * qp.el (quoted-printable-encode-region): Save excursion.
23372
23373 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23374
23375         * message.el (message-kill-buffer-query-if-modified): Add new variable
23376         so the user can kill a modified message buffer quickly.
23377         (message-kill-buffer): Use it.
23378
23379 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23380
23381         * lpath.el: Fbind display-time-event-handler; don't fbind
23382         string-to-multibyte.
23383
23384         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23385
23386 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23387
23388         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23389         contained in text because xml.el decodes entities) with LFs.
23390
23391 2005-04-11  Lute Kamstra  <lute@gnu.org>
23392
23393         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23394         differently.
23395
23396 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23397
23398         * mm-util.el (mm-detect-coding-region): Typo.
23399
23400 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23401
23402         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23403
23404 2005-04-06  Deepak Goel  <deego@gnufans.org>
23405
23406         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23407         user-function allow user modifications of the scores.
23408         (spam-stat-score-buffer-user): New function, to allow
23409         user-computed modifications to the score.
23410         (spam-stat-score-buffer-user-functions): List of additional
23411         scoring functions.
23412         (spam-stat-error-holder): Global temporary error holder.
23413         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23414         variable.
23415
23416 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23417
23418         * gnus-registry.el (gnus-registry-clean-empty-function)
23419         (gnus-registry-trim, gnus-registry-fetch-groups)
23420         (gnus-registry-delete-group): Groups that match
23421         `gnus-registry-ignored-groups' are removed from the registry
23422         entries, not just ignored for splitting.  This helps clean up the
23423         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23424         to get all the groups a message ID is in.
23425
23426         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23427         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23428         (spam-stat-score-buffer-user-functions): Add :number custom type.
23429
23430 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23431
23432         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23433         argument in XEmacs.
23434
23435         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23436         (nnrss-request-group): Decode group name first.
23437         (nnrss-request-article): Make a text/plain article if mml-to-mime
23438         failed.
23439         (nnrss-get-encoding): Return a compatible encoding according to
23440         nnrss-compatible-encoding-alist.
23441         (nnrss-find-el): Use consp instead of listp.
23442         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23443
23444 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23445
23446         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23447         which Emacs 20 doesn't support.
23448         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23449
23450 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23451
23452         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23453         silence the byte compiler inside the defun.
23454
23455         * gnus-demon.el (parse-time-string): Add autoload.
23456
23457         * gnus-delay.el (parse-time-string): Add autoload.
23458
23459         * gnus-art.el (parse-time-string): Add autoload.
23460
23461         * nnultimate.el (parse-time): Require for `parse-time-string'.
23462
23463 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23464
23465         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23466
23467         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23468
23469         * smime.el (smime-ldap-host-list): Add :version.
23470
23471 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23472
23473         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23474         pass it to `gnus-browse-read-group'.
23475         (gnus-browse-read-group): Add NUMBER argument and pass it to
23476         `gnus-group-read-ephemeral-group'.
23477
23478         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23479         argument and pass it to `gnus-group-read-group'.
23480
23481 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23482
23483         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23484         mm-xemacs-find-mime-charset-1 if we have the mule feature
23485         available at runtime.
23486
23487 2005-03-25  Werner Lemberg  <wl@gnu.org>
23488
23489         * nnmaildir.el: Replace `illegal' with `invalid'.
23490
23491 2005-03-23  Lute Kamstra  <lute@gnu.org>
23492
23493         * time-date.el: Add comment on time value formats.
23494         Don't require parse-time.
23495         (with-decoded-time-value): New macro.
23496         (encode-time-value): New function.
23497         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23498         (days-to-time): Return a valid time value when arg is huge.
23499         (time-since): Use time-subtract.
23500         (time-to-number-of-days): Use time-to-seconds.
23501
23502 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23503
23504         * gnus-start.el (gnus-display-time-event-handler):
23505         Check display-time-timer at runtime rather than only at load time
23506         in case display-time-mode is turned off in the mean time.
23507
23508 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23509
23510         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23511         used.
23512
23513         * nneething.el (nneething-map-file-directory): Derive from
23514         `gnus-directory'.
23515
23516         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23517         the To/Cc button.
23518
23519 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23520
23521         * nnmaildir.el (nnmaildir-request-accept-article):
23522         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23523
23524 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23525
23526         * gnus-async.el: Require timer-funcs at compile time when in
23527         XEmacs for `run-with-idle-timer'.
23528
23529 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23530
23531         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23532         autoloaded function.
23533
23534 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23535
23536         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23537
23538 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23539
23540         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23541
23542 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23543
23544         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23545         Add gnus-expert-user to default.
23546
23547 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23548
23549         * nnimap.el (nnimap-open-server): Ditto.
23550
23551         * imap.el (imap-authenticate): Fix typo.
23552
23553 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23554
23555         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23556         buffer (since IMAP server might return FETCH response out of
23557         order, and the nntp buffer must be sorted).
23558
23559 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23560
23561         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23562         comparison on string.
23563
23564         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23565         (gnus-agent-score): Rename category keywords to match gnus-cus.
23566         (gnus-agent-summary-fetch-series): Modify to protect against
23567         gnus-agent-summary-fetch-group clearing processable flags.
23568         (gnus-agent-synchronize-group-flags): Update live group buffer as
23569         synchronization may occur due to the user toggle the plugged
23570         status.
23571         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23572         successfully downloaded.
23573         (gnus-agent-expire-group-1): Avoid using markers when the overview
23574         is in ascending order; greatly improves performance.
23575         (gnus-agent-regenerate-group):
23576         Use gnus-agent-synchronize-group-flags to reset read status in both
23577         gnus and server.
23578         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23579
23580 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23581
23582         * message.el: Don't autoload former message-utils variables.
23583         (message-strip-subject-trailing-was): Change doc string.
23584
23585         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23586         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23587         (nnweb-google-search): Add "hl=en" here.
23588         (nnweb-google-parse-1, nnweb-google-create-mapping):
23589         Don't hardcode URL.
23590
23591 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23592
23593         * message.el (message-get-reply-headers, message-followup):
23594         Mention related variables `message-use-followup-to' and
23595         `message-use-mail-followup-to', in the information buffer.
23596
23597         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23598         of broken groups(-beta).google.com.
23599
23600 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23601
23602         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23603         parameter to invoked gnus-request-move-article; remove the
23604         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23605         all at once instead of once per article.
23606         (gnus-summary-remove-process-mark): Accept a list of articles as
23607         well as a single article for processing.
23608
23609         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23610         parameter.
23611
23612         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23613
23614         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23615
23616         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23617         parameter.
23618
23619         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23620         parameter.
23621
23622         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23623         parameter and remove the gnus-sum-hint-move-is-internal variable.
23624
23625         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23626         parameter.
23627
23628         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23629         parameter.
23630
23631         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23632         parameter.
23633
23634         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23635
23636         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23637         parameter.
23638
23639         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23640         parameter.
23641
23642 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23643
23644         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23645         a more conservative way.
23646
23647 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23648
23649         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23650         buffer, so it moves the window's cursor.
23651
23652 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23653
23654         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23655         `mm-dissect-multipart' and receive the from field as an (optional)
23656         argument from `mm-dissect-multipart'.
23657         (mm-dissect-multipart): Receive the from field as an argument and
23658         pass it on when we call `mm-dissect-buffer' on MIME parts.
23659         Fixes verification/decryption of signed/encrypted MIME parts.
23660
23661 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23662
23663         * gnus-sum.el (gnus-summary-move-article):
23664         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23665         whatever it calls (right now, only nnimap-request-move article
23666         respects it).
23667
23668         * nnimap.el (nnimap-request-move-article):
23669         When gnus-sum-hint-move-is-internal is set, don't do the extra
23670         nnimap-request-article.
23671
23672 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23673
23674         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23675
23676         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23677         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23678
23679         * gnus-sum.el (gnus-summary-caesar-message):
23680         Apply `gnus-treat-article' after rotation.
23681
23682         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23683         doc string.
23684
23685 2005-02-22  Simon Josefsson  <jas@extundo.com>
23686
23687         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23688         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23689         <arne@arnested.dk>.
23690         (encrypt): Add password-cache and password-cache-expiry as group
23691         members.
23692
23693 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23694
23695         * smime.el (smime-ldap-host-list): Doc fix.
23696         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23697         cache) password.
23698         (smime-sign-region): Use it.
23699         (smime-decrypt-region): Use it.
23700         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23701         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23702         fails.
23703         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23704         certificate from DER to PEM format rather than calling openssl.
23705
23706         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23707
23708         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23709         for signing/encryption.
23710
23711         * mml.el (mml-parse-1): Use them.
23712
23713 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23714
23715         * nnrss.el (nnrss-verbose): Remove.
23716         (nnrss-request-group): Use `nnheader-message' instead.
23717
23718 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23719
23720         * nnrss.el (nnrss-verbose): New variable.
23721         (nnrss-request-group): Make it say nnrss is requesting a group.
23722
23723 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23724
23725         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23726         Handle news URL with given port correctly.
23727
23728 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23729
23730         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23731         containing special characters.
23732
23733         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23734
23735         * mml.el (mime-to-mml): Ditto.
23736
23737         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23738         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23739         (rfc2047-decode-region): Quote decoded words containing special
23740         characters when rfc2047-quote-decoded-words-containing-tspecials
23741         is non-nil.
23742
23743 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23744
23745         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23746
23747         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23748
23749 2005-02-15  Simon Josefsson  <jas@extundo.com>
23750
23751         * nnimap.el (nnimap-debug): Doc fix.
23752
23753         * imap.el (imap-debug): Doc fix.
23754
23755 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23756
23757         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23758
23759 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23760
23761         * gnus.el (spam-contents): Improve docs for spam-contents
23762         parameter in its variable incarnation.
23763
23764 2005-02-14  Simon Josefsson  <jas@extundo.com>
23765
23766         * smime-ldap.el: Use require instead of load-library for ldap.
23767         (smime-ldap-search): Indent.
23768         (smime-ldap-search-internal): Shorten line.
23769
23770         * smime.el (smime-cert-by-dns): Add doc-string.
23771         (smime-cert-by-ldap-1): Indent.
23772
23773         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23774         mml-smime-get-dns-ldap.
23775         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23776
23777 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23778
23779         * smime.el: Require smime-ldap.
23780         (smime-ldap-host-list): New variable.
23781         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23782
23783         * mml-smime.el (mml-smime-encrypt-query): New function.
23784         (mml-smime-encrypt-query): Use it.
23785
23786         * smime-ldap.el: New file.
23787
23788 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23789
23790         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23791
23792 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23793
23794         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23795         argument in doc string.  Make query for type more clear.
23796
23797 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23798
23799         * gnus.el (gnus-group-startup-message): Search for gnus images in
23800         etc/images/gnus.
23801         * mm-util.el (mm-image-load-path): Likewise.
23802         * smiley.el (smiley-data-directory): Search for smilies in
23803         etc/images/smilies.
23804
23805 2005-02-09  Kim F. Storm  <storm@cua.dk>
23806
23807         Change Emacs release version from 21.4 to 22.1 throughout.
23808         Change Emacs development version from 21.3.50 to 22.0.50.
23809
23810 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23811
23812         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23813
23814         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23815         non-Mule XEmacs as well.
23816         (mm-decompress-buffer): Signal an error intentionally if it does
23817         not decompress compressed data because auto-compression-mode is
23818         disabled.
23819
23820 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23821
23822         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23823         an ID in the registry even if it has no groups.
23824
23825 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23826
23827         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23828         merge it into mm-decompress-buffer.
23829         (gnus-mime-copy-part): Use the MIME part charset, the value which
23830         a user specified or gnus-newsgroup-charset for decoding, like
23831         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23832         save-buffer what was used.  Suggested by Kevin Ryde
23833         <user42@zip.com.au>.
23834         (gnus-mime-inline-part): Allow the name parameter as well as the
23835         filename parameter; force decompressing of compressed data; always
23836         display contents being not decoded as unibyte.
23837
23838         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23839         as well as the filename parameter.
23840
23841         * mm-util.el (mm-decompress-buffer):
23842         Merge gnus-mime-jka-compr-maybe-uncompress.
23843         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23844         of compressed data.
23845
23846 2005-02-08  Simon Josefsson  <jas@extundo.com>
23847
23848         * imap.el (imap-log): Doc fix.
23849
23850 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23851
23852         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23853         the coding cookies; decompress compressed parts.
23854
23855         * mml.el (mml-generate-mime-1): Add the charset parameter according
23856         to the value which a user specified manually or the coding cookie.
23857
23858         * mm-util.el (mm-string-to-multibyte): New function.
23859         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23860         (mm-coding-system-to-mime-charset): New function.
23861         (mm-decompress-buffer): New function.
23862         (mm-find-buffer-file-coding-system): New function.
23863
23864         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23865         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23866         parts.
23867
23868 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23869
23870         * mm-view.el (mm-display-inline-fontify): Decode a part according
23871         to the charset parameter.
23872
23873 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23874
23875         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23876         prefix arg is neither nil nor a number, as info specifies.
23877
23878 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23879
23880         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23881         timestamps.
23882
23883 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23884
23885         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23886         groups error checking and notify user.
23887
23888 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23889
23890         * message.el (message-send-mail-function): Check existence of
23891         sendmail-program first before using default value
23892         `message-send-mail-with-sendmail'.  Otherwise use more generic
23893         `smtpmail-send-it'.
23894
23895 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23896
23897         * nntp.el (nntp-request-update-info): Always return nil.
23898
23899 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23900
23901         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23902
23903 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23904
23905         * message.el (message-beginning-of-line): Change the behavior when
23906         invoked between BOL and : so that it first moves backward.
23907
23908 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23909
23910         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23911         article buffer when editing of the article is discarded.
23912         (gnus-article-prepare): Revert.
23913
23914 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23915
23916         * gnus-art.el (gnus-article-prepare):
23917         Remove message-strip-forbidden-properties from the local hook.
23918
23919 2005-01-27  Simon Josefsson  <jas@extundo.com>
23920
23921         * password.el (password-cache-add): Only start one timer per key.
23922         Reported by Derek Atkins <warlord@MIT.EDU>.
23923
23924 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23925
23926         * run-at-time.el: Remove.  It is no longer needed as
23927         timer-funcs.el in the xemacs-base package has a working version of
23928         `run-at-time'.
23929
23930         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23931
23932         * password.el: Require timer-funcs instead of run-at-time in
23933         XEmacs.
23934         Remove `password-run-at-time' macro.
23935         (password-cache-add): Use `run-at-time' instead of
23936         `password-run-at-time'.
23937
23938         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23939         Remove `nnheader-cancel-function-timers' alias,
23940         `cancel-function-timers' exists in XEmacs in timer-funcs.
23941
23942         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23943         for `run-with-idle-timer'.
23944
23945         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23946         for `run-at-time'.
23947
23948         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23949         for `with-timeout'.
23950
23951         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23952         the same as for XEmacs 21.4.
23953         No need to ignore `run-with-idle-timer', this function exists in
23954         XEmacs now in timer-funcs.el in the xemacs-base package.
23955         (dgnushack-compile): No need to delete
23956         run-at-time.el from the list of files to compile because it
23957         doesn't exist anymore.
23958
23959 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23960
23961         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23962         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23963
23964 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23965
23966         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23967         sensitively.
23968
23969 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23970
23971         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23972
23973 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23974
23975         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23976         which will be inserted according to the multibyteness of a buffer
23977         rather than the type of contents.  Suggested by ARISAWA Akihiro
23978         <ari@mbf.ocn.ne.jp>.
23979
23980         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23981         of string which old xml.el may return rather than a string.
23982
23983 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23984
23985         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23986
23987 2005-01-16  Simon Josefsson  <jas@extundo.com>
23988
23989         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23990         idn/idna.el isn't available.
23991         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23992         <michael@waxrat.com>.
23993
23994         * hashcash.el: Remove non-FSF copyright header.
23995
23996         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23997         (hashcash-generate-payment): Use it.
23998         (hashcash-generate-payment-async): Use it.
23999
24000 2005-01-15  Simon Josefsson  <jas@extundo.com>
24001
24002         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24003         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24004
24005         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24006         gnus-summary-idna-message.
24007         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24008         (gnus-summary-idna-message): New function.
24009
24010 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24011
24012         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24013         gnus-novice-user.
24014
24015 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24016
24017         * nnrss.el (nnrss-request-delete-group): Delete entries in
24018         nnrss-group-alist as well.
24019         (nnrss-save-server-data): Insert newline.
24020
24021 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24022
24023         * gnus.el (gnus-user-agent): Use list of symbols instead of
24024         symbols.  Display full version number for (S)XEmacs.
24025         Optionally display (S)XEmacs codename.
24026
24027         * gnus-util.el (gnus-emacs-version): Update for new
24028         `gnus-user-agent'.
24029
24030         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24031         Gnus version.
24032
24033 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24034
24035         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24036         which is unreadable in some setups.
24037
24038 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24039
24040         * gnus-spec.el (gnus-update-format-specifications): Flush the
24041         group format spec cache if it doesn't support decoded group names.
24042
24043 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24044
24045         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24046         Allow to apply decay on score files matching a regexp.
24047
24048 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24049
24050         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24051         compatibility in %g and %c.
24052
24053 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24054
24055         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24056         name for only %g and %c.
24057         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24058         of gnus-tmp-group to decoded group name.
24059         (gnus-group-make-rss-group): Exclude `/'s from group names.
24060
24061 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24062
24063         * nnrss.el (nnrss-get-encoding): Fix regexp.
24064
24065 2004-12-27  Simon Josefsson  <jas@extundo.com>
24066
24067         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24068         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24069         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24070
24071 2004-12-17  Kim F. Storm  <storm@cua.dk>
24072
24073         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24074
24075         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24076
24077 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24078
24079         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24080
24081 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24082
24083         * nnrss.el: Require rfc2047 and mml.
24084         (nnrss-file-coding-system): New variable.
24085         (nnrss-format-string): Redefine it as an inline function.
24086         (nnrss-decode-group-name): New function.
24087         (nnrss-string-as-multibyte): Remove.
24088         (nnrss-retrieve-headers): Decode group name; don't use
24089         nnrss-format-string.
24090         (nnrss-request-group): Decode group name.
24091         (nnrss-request-article): Decode group name; allow a Message-ID as
24092         well as an article number; don't use nnrss-format-string; encode a
24093         Message-ID string which may contain non-ASCII characters; use
24094         mml-to-mime to compose a MIME article.
24095         (nnrss-request-expire-articles): Decode group name.
24096         (nnrss-request-delete-group): Decode group name.
24097         (nnrss-fetch): Clarify error message.
24098         (nnrss-read-server-data): Use insert-file-contents instead of load;
24099         bind file-name-coding-system; use multibyte buffer.
24100         (nnrss-save-server-data): Bind coding-system-for-write to the
24101         value of nnrss-file-coding-system; bind file-name-coding-system;
24102         add coding cookie.
24103         (nnrss-read-group-data): Use insert-file-contents instead of load;
24104         bind file-name-coding-system; use multibyte buffer.
24105         (nnrss-save-group-data): Bind coding-system-for-write to the
24106         value of nnrss-file-coding-system; bind file-name-coding-system.
24107         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24108         make it work with non-ASCII text.
24109         (nnrss-find-el): Make it work with old xml.el as well.
24110
24111 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24112
24113         * nnrss.el (nnrss-get-encoding): New function.
24114         (nnrss-fetch): Use unibyte buffer initially; bind
24115         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24116         decode contents according to the encoding attribute.
24117         (nnrss-save-group-data): Add coding cookie.
24118         (nnrss-mime-encode-string): New function.
24119         (nnrss-check-group): Use it to encode subject and author.
24120
24121 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24122
24123         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24124         imaginary variable.
24125
24126 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24127
24128         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24129         correctly even if there are wide characters.
24130
24131 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24132
24133         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24134         downcased symbol names; make a new cache instead of reusing
24135         bbdb-hashtable.
24136
24137 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24138
24139         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24140         concatenating segments rather than before concatenating them.
24141         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24142
24143         * message.el (message-get-reply-headers): Bind `extra'.
24144
24145 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24146
24147         * message.el (message-extra-wide-headers): New variable.
24148         (message-get-reply-headers): Use it.
24149
24150 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24151
24152         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24153         (gnus-agent-group-pathname): Ditto.
24154
24155         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24156
24157         * gnus-group.el (gnus-group-make-group): Decode group name.
24158         (gnus-group-make-rss-group): Register the group data after opening
24159         the nnrss group.
24160
24161 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24162
24163         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24164         by expiry now get marked as read.
24165
24166 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24167
24168         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24169
24170 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24171
24172         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24173         unify Latin characters in XEmacs.
24174         (mm-find-mime-charset-region): Use it.
24175
24176 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24177
24178         * gnus-util.el (gnus-delete-directory): New function.
24179
24180         * gnus-agent.el (gnus-agent-delete-group): Use it.
24181
24182         * gnus-cache.el (gnus-cache-delete-group): Use it.
24183
24184 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24185
24186         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24187         names.
24188
24189 2004-12-16  Simon Josefsson  <jas@extundo.com>
24190
24191         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24192
24193 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24194
24195         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24196
24197         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24198         (gnus-group-set-current-level): Decode group name.
24199
24200 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24201
24202         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24203         failed.
24204
24205 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24206
24207         * gnus-group.el (gnus-group-delete-group): Decode group name.
24208         (gnus-group-make-rss-group): Encode group name.
24209         (gnus-group-catchup-current): Decode group name.
24210         (gnus-group-kill-group): Decode group name.
24211
24212 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24213
24214         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24215
24216 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24217
24218         * gnus-group.el (gnus-group-make-rss-group):
24219         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24220
24221         * gnus-start.el (gnus-setup-news): Honor user's setting to
24222         gnus-message-archive-method.  Suggested by Lute Kamstra
24223         <lute@gnu.org>.
24224
24225 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24226
24227         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24228         global counterparts of the buffer-local variables.
24229
24230 2004-11-16  Romain Francoise  <romain@orebokech.com>
24231
24232         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24233         counterparts of the buffer-local variables.
24234
24235 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24236
24237         * message.el (message-forbidden-properties): Fix typo in doc
24238         string.
24239
24240 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24241
24242         * gnus-util.el (gnus-replace-in-string): Add doc string.
24243
24244         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24245         to avoid problems when splitting mails with many recipients.
24246
24247 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24248
24249         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24250         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24251
24252 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24253
24254         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24255         if there is no hashtable in memory or file modification time is
24256         newer than cached timestamp.
24257
24258 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24259
24260         * gnus-sum.el (gnus-summary-limit-to-recipient):
24261         Implement not-matching option.
24262
24263 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24264
24265         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24266         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24267         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24268         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24269         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24270         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24271
24272 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24273
24274         * message.el (message-forward-make-body-mml): Remove headers
24275         according to message-forward-ignored-headers if a message is decoded.
24276
24277 2004-12-02  Romain Francoise  <romain@orebokech.com>
24278
24279         * message.el (message-forward-make-body-plain): Always remove
24280         headers according to message-forward-ignored-headers.
24281
24282 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24283
24284         * spam.el (spam-summary-prepare-exit): Remove the
24285         gnus-summary-limit pop for now, it has problems with ham marks for
24286         me.
24287
24288 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24289
24290         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24291         correctly.
24292
24293 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24294
24295         * format-spec.el (format-spec): Message the char.
24296
24297 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24298
24299         * gnus-art.el (gnus-split-methods): Reformat comments.
24300
24301         * spam.el (spam-summary-prepare-exit): Remove article limits
24302         before exiting the summary buffer.
24303
24304 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24305
24306         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24307         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24308
24309         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24310         order to silence the byte compiler.
24311
24312         * spam.el: Fix the way to silence the byte compiler, which
24313         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24314         bbdb-search-simple, spam-BBDB-register-routine,
24315         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24316         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24317         spam-stat-buffer-is-spam, spam-stat-load,
24318         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24319         spam-stat-save and spam-stat-split-fancy.
24320
24321 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24322
24323         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24324         which may confuse users.
24325         (canlock-password-for-verify): Ditto.
24326
24327         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24328
24329         * gnus-art.el (gnus-emphasis-alist): Ditto.
24330
24331         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24332
24333         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24334
24335         * gnus-start.el (gnus-save-killed-list): Ditto.
24336
24337         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24338         (gnus-sum-thread-tree-root): Ditto.
24339         (gnus-sum-thread-tree-false-root): Ditto.
24340         (gnus-sum-thread-tree-single-indent): Ditto.
24341
24342         * message.el (message-courtesy-message): Ditto.
24343         (message-archive-note): Ditto.
24344         (message-subscribed-address-file): Ditto.
24345         (message-user-fqdn): Ditto.
24346
24347         * spam-report.el (spam-report-gmane-regex): Ditto.
24348
24349         * spam.el (spam-blackhole-good-server-regex): Ditto.
24350
24351 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24352
24353         * mml.el (mml-preview): Widen the message buffer before copying
24354         the contents to the preview buffer; sort headers before previewing.
24355
24356         * message.el (message-hidden-headers): Fix the way to avoid a bug
24357         in the `repeat' widget in Emacs 21.3 or earlier.
24358
24359 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24360
24361         * message.el (message-hidden-headers): Default to "^References:".
24362         Improve customization type.  Suggested by Reiner Steib
24363         <Reiner.Steib@gmx.de>.
24364
24365 2004-11-25  Romain Francoise  <romain@orebokech.com>
24366
24367         * message.el (message-strip-forbidden-properties): Remove check for
24368         obsolete `message-hidden' text property, hidden headers are not
24369         accessible in the buffer anymore.
24370
24371 2004-11-22  Romain Francoise  <romain@orebokech.com>
24372
24373         * message.el (message-header-format-alist): Add `From' in list
24374         so that it can be sorted.
24375         (message-fix-before-sending): Widen and sort headers before
24376         sending.
24377         (message-hide-headers): Use narrowing to hide headers by moving
24378         them to the top of the buffer and narrowing to the region
24379         underneath.
24380
24381 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24382
24383         * message.el (message-strip-forbidden-properties):
24384         Bind buffer-read-only (etc) to nil.
24385
24386 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24387
24388         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24389         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24390
24391 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24392
24393         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24394
24395 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24396
24397         * dns.el (query-dns): Use sit-for to time instead of
24398         accept-process-output, since that doesn't seem to work on udp
24399         sockets.
24400
24401 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24402
24403         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24404
24405 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24406
24407         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24408         doc string.  Improve doc string.
24409
24410 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24411
24412         * nntp.el (nntp-request-update-info): Return nil if
24413         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24414         may not call gnus-activate-group which uselessly issues the GROUP
24415         commands for all nntp groups and wastes time.  Reported by Romain
24416         Francoise <romain@orebokech.com>.
24417
24418         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24419
24420 2004-11-15  Simon Josefsson  <jas@extundo.com>
24421
24422         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24423         headers separately.
24424         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24425         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24426
24427 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24428
24429         * gnus-start.el (gnus-convert-old-newsrc):
24430         Assign legacy-gnus-agent to 5.10.7.
24431
24432 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24433
24434         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24435         start of the lines.
24436
24437 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24438
24439         * hashcash.el (hashcash-default-payment): Change default to 20.
24440         (hashcash-default-accept-payment): Change default to 20.
24441         (hashcash-process-alist): New variable.
24442         (hashcash-generate-payment-async): Add.
24443         (hashcash-already-paid-p): Add.
24444         (hashcash-insert-payment): Don't generate payments twice.
24445         (hashcash-insert-payment-async): Add.
24446         (hashcash-insert-payment-async-2): Add.
24447         (hashcash-cancel-async): Add.
24448         (hashcash-wait-async): Add.
24449         (hashcash-processes-running-p): Add.
24450         (hashcash-wait-or-cancel): Add.
24451         (mail-add-payment): New optional argument.  Conditionally start
24452         asynchronous calculation.
24453         (mail-add-payment-async): Add.
24454
24455         * message.el (message-send-mail): Wait for asynchronous hashcash
24456         results.  Don't clobber existing X-Hashcash headers.
24457         (message-setup-1): Call mail-add-payment-async when
24458         message-generate-hashcash is non-nil.
24459
24460 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24461
24462         * message.el (message-use-alternative-email-as-from): Examine the
24463         From header as well; use message-make-from in order to include a
24464         user's full name.
24465
24466 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24467
24468         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24469         default; improve customization type.
24470         (gnus-emphasis-custom-with-format): New macro.
24471         (gnus-emphasis-custom-value-to-external): New function.
24472         (gnus-emphasis-custom-value-to-internal): New function.
24473
24474 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24475
24476         * dns.el (query-dns): Resolve reverse addresses.
24477
24478 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24479
24480         * gnus-group.el (gnus-group-get-new-news): Use it.
24481
24482         * gnus-start.el (gnus-check-reasonable-setup): New function.
24483
24484 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24485
24486         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24487         "Args out of range" error.  Reported by Arnaud Giersch
24488         <arnaud.giersch@free.fr>.
24489
24490 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24491
24492         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24493
24494 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24495
24496         * spam.el (spam group): Add :version.
24497
24498         * pgg-def.el (pgg group): Add :version.
24499
24500 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24501
24502         * gnus-art.el (gnus-article-edit-article): Don't associate the
24503         article buffer with a draft file.  This is a temporary measure
24504         against the 2004-08-22 change to gnus-article-edit-mode.
24505
24506 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24507
24508         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24509         (html2text-format-tags): Remove unused variable `attr'.
24510
24511 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24512
24513         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24514
24515         * tls.el (tls-process-connection-type, tls-success)
24516         (tls-certtool-program): Add :version.
24517
24518         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24519         (starttls-extra-arguments, starttls-process-connection-type)
24520         (starttls-connect, starttls-failure, starttls-success): Add :version.
24521
24522         * spam-stat.el (spam-stat): Add :version.
24523
24524         * sieve.el (sieve): Add :version.
24525
24526         * sha1.el (sha1): Add :version.
24527         (sha1-use-external): Remove redundant version.
24528
24529         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24530         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24531         (nnmail-split-fancy-match-partial-words)
24532         (nnmail-split-lowercase-expanded): Add :version.
24533
24534         * nndiary.el (nndiary): Add :version.
24535
24536         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24537
24538         * mml-sec.el (mml-default-sign-method)
24539         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24540         Add :version.
24541
24542         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24543
24544         * mm-url.el (mm-url-use-external, mm-url-program)
24545         (mm-url-arguments): Add :version.
24546
24547         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24548         (mm-attachment-file-modes, mm-decrypt-option)
24549         (mm-w3m-safe-url-regexp): Add :version.
24550
24551         * message.el (message-cite-prefix-regexp)
24552         (message-sendmail-envelope-from, message-minibuffer-local-map)
24553         (message-user-fqdn, message-completion-alist): Add :version.
24554
24555         * gnus-win.el (gnus-configure-windows-hook)
24556         (gnus-use-frames-on-any-display): Add :version.
24557
24558         * gnus-art.el (gnus-article-address-banner-alist)
24559         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24560         (gnus-treat-from-picon, gnus-treat-mail-picon)
24561         (gnus-treat-x-pgp-sig): Add :version.
24562
24563         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24564         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24565         (gnus-summary-article-delete-hook)
24566         (gnus-summary-display-while-building): Add :version.
24567
24568         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24569         (gnus-get-top-new-news-hook): Add :version.
24570
24571         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24572         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24573
24574         * gnus-registry.el (gnus-registry): Add :version.
24575
24576         * gnus-spec.el (gnus-use-correct-string-widths)
24577         (gnus-make-format-preserve-properties): Add :version.
24578
24579         * gnus.el (gnus-group-charter-alist)
24580         (gnus-group-fetch-control-use-browse-url)
24581         (gnus-install-group-spam-parameters): Add :version.
24582
24583         * gnus-diary.el (gnus-diary): Add :version.
24584
24585         * gnus-delay.el (gnus-delay): Add :version.
24586
24587         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24588         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24589         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24590         Add :version.
24591
24592         * gnus-agent.el (gnus-agent-max-fetch-size)
24593         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24594         (gnus-agent-prompt-send-queue): Add :version.
24595
24596         * deuglify.el (gnus-outlook-deuglify): Add :version.
24597
24598         * html2text.el: Beautify code.  Improve doc strings.
24599         Some checkdoc cleanup.
24600         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24601
24602 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24603
24604         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24605
24606 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24607
24608         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24609         when package is loaded.
24610
24611         * spam.el (spam-summary-score-preferred-header): Add global preference
24612         for people who want to override the default SpamAssassin over
24613         Bogofilter preference (when both are set).
24614         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24615         (spam-user-format-function-S):
24616         Check spam-summary-score-preferred-header.
24617         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24618         (spam-user-format-function-S): Format the score correctly.
24619
24620 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24621
24622         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24623         signature file.  Suggested by Manoj Srivastava
24624         <srivasta@golden-gryphon.com>.
24625
24626         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24627         iso-2022-jp even in the Japanese language environment.
24628         Suggested by Jason Rumney <jasonr@gnu.org>.
24629
24630 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24631
24632         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24633         use the same characters as the dummy marks; make it free from
24634         getting affected by the language environment.
24635         (gnus-summary-read-group-1): Update mark positions only when the
24636         format spec is updated.
24637
24638         * gnus-spec.el (gnus-update-format-specifications): Return a list
24639         of updated types.
24640
24641 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24642
24643         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24644         of boundp to check if display-warning is available.
24645
24646 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24647
24648         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24649
24650 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24651
24652         * nnspool.el (nnspool-spool-directory): Use news-path if the
24653         news-directory variable is not bound.
24654
24655         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24656         function instead of display-warning if it is not available.
24657
24658 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24659
24660         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24661         v5-10: Use `point-at-bol'.
24662
24663 2004-10-26  Simon Josefsson  <jas@extundo.com>
24664
24665         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24666         <chenggao@gmail.com>.
24667
24668 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24669
24670         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24671         instead.
24672
24673 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24674
24675         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24676         to remove a server from the nnimap-server-buffer-alist.
24677         (nnimap-open-connection, nnimap-close-server): Use it.
24678
24679         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24680
24681 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24682
24683         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24684         running the major-mode function.
24685
24686 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24687
24688         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24689         dummy marks in the right way.
24690
24691 2004-10-18  David Edmondson  <dme@dme.org>
24692
24693         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24694         excessively.
24695
24696 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24697
24698         * gnus-util.el (gnus-split-references): Accept a nil references
24699         string and go on blissfully.
24700
24701         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24702         cases where the references string is non-nil but has no references.
24703
24704         * encrypt.el: Add autoload tags.
24705
24706         * spam.el (spam-resolve-registrations-routine): Remove article
24707         from unregistration list too.  Reported by David Hanak
24708         <dhanak@isis.vanderbilt.edu>
24709
24710 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24711
24712         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24713         nil.  Change custom type.
24714
24715 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24716
24717         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24718
24719         * gnus-sum.el (gnus-summary-move-article): Use it.
24720
24721 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24722
24723         * encrypt.el: Add autoload cookies.
24724
24725         * spam.el (spam-backend-article-list-property)
24726         (spam-backend-get-article-todo-list)
24727         (spam-backend-put-article-todo-list)
24728         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24729         Resolve registrations separately.
24730         (spam-register-routine): Format comments.
24731         (spam-unregister-routine, spam-register-routine): Always call with
24732         specific-articles, no default list.
24733         (spam-summary-prepare-exit): Use the spam-classifications function.
24734
24735         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24736         gnus-encrypt.el.
24737
24738         * encrypt.el: Copied from gnus-encrypt.el.
24739
24740         * gnus-encrypt.el: Commented that it's obsolete.
24741
24742 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24743
24744         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24745         (gnus-score-save): Use it.
24746
24747         * message.el (message-bury): Use `window-dedicated-p'.
24748
24749 2004-10-15  Simon Josefsson  <jas@extundo.com>
24750
24751         * pop3.el (top-level): Don't require nnheader.
24752         (pop3-read-timeout): Add.
24753         (pop3-accept-process-output): Add.
24754         (pop3-read-response, pop3-retr): Use it.
24755
24756 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24757
24758         * spam.el (spam-register-routine): Move comment.
24759         (spam-verify-bogofilter): Use 'unknown for the initial
24760         spam-bogofilter-valid state, not 'never.
24761
24762         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24763         for netrc-machine.
24764
24765         * nnimap.el (nnimap-open-connection):
24766         Use netrc-machine-user-or-password.
24767
24768 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24769
24770         * gnus-registry.el (gnus-registry-unload-hook):
24771         Set as a variable with add-hook.
24772
24773         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24774         of news-path.
24775
24776         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24777
24778         * spam.el: Delete duplicate `provide'.
24779         (spam-unload-hook): Set as a variable with add-hook.
24780
24781 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24782
24783         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24784         in the doc string.
24785
24786         * message.el (message-ignored-news-headers)
24787         (message-ignored-supersedes-headers)
24788         (message-ignored-resent-headers)
24789         (message-forward-ignored-headers): Improve custom type.
24790
24791 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24792
24793         * message.el (message-tokenize-header): Fix 2004-09-06 change
24794         which used point-min in the wrong place.
24795
24796 2004-10-12  Simon Josefsson  <jas@extundo.com>
24797
24798         * tls.el (tls-certtool-program): New variable.
24799         (tls-certificate-information): New function, based on
24800         ssl-certificate-information.
24801
24802 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24803
24804         * compface.el: Move the version of ELisp-based uncompface program
24805         to the contrib directory because of the copyright problem.
24806
24807 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24808
24809         * message.el (message-kill-buffer): Raise the current frame.
24810
24811 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24812
24813         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24814
24815         * gnus.el (message-y-or-n-p): Autoload.
24816
24817         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24818         (pop3-password-required, pop3-authentication-scheme)
24819         (pop3-leave-mail-on-server): Make customizable.
24820         (pop3): New custom group.
24821         (pop3-retr): Remove `sleep-for' statements.
24822         Suggested by Dave Love <fx@gnu.org>.
24823
24824         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24825         Windows/DOS.
24826
24827         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24828         (imap-parse-body): Fix incorrect use of `assert'.
24829         Suggested by Dave Love <fx@gnu.org>.
24830
24831         * mml.el (mml-minibuffer-read-disposition): Require match.
24832         Suggested by Dave Love <fx@gnu.org>.
24833
24834 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24835
24836         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24837         doc string.
24838
24839 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24840
24841         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24842
24843 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24844
24845         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24846         instead of calling `mm-insert-inline', to decode text/* parts
24847         before displaying them.
24848
24849 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24850
24851         * mm-uu.el (mm-uu-text-plain-type): New variable.
24852         (mm-uu-pgp-signed-extract-1): Use it.
24853         (mm-uu-pgp-encrypted-extract-1): Use it.
24854         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24855         bind mm-uu-text-plain-type with that value.
24856         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24857         mm-uu-dissect.
24858
24859 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24860
24861         * gnus-group.el (gnus-update-group-mark-positions):
24862         * gnus-sum.el (gnus-update-summary-mark-positions):
24863         * message.el (message-check-news-body-syntax):
24864         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24865         of string-as-multibyte.
24866
24867 2004-10-05  Juri Linkov  <juri@jurta.org>
24868
24869         * gnus-group.el (gnus-update-group-mark-positions):
24870         * gnus-sum.el (gnus-update-summary-mark-positions):
24871         * message.el (message-check-news-body-syntax):
24872         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24873         8-bit unibyte values to a multibyte string for search functions.
24874
24875 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24876
24877         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24878         (mm-uu-dissect-text-parts): New function.
24879
24880         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24881         dissect text parts.
24882
24883         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24884         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24885
24886         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24887
24888         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24889         Use gnus-current-topics instead of gnus-current-topic.
24890
24891 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24892
24893         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24894
24895 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24896
24897         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24898         where appropriate.
24899
24900         * nnml.el (nnml-generate-active-info): do.
24901
24902         * nndiary.el (nndiary-generate-active-info): do.
24903
24904         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24905         (gnus-topic-move): do.
24906
24907         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24908         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24909
24910         * gnus-srvr.el (gnus-server-prepare)
24911         (gnus-server-open-all-servers): do.
24912
24913         * gnus-msg.el (gnus-summary-cancel-article)
24914         (gnus-summary-resend-message)
24915         (gnus-summary-mail-crosspost-complaint): do.
24916
24917         * gnus-move.el (gnus-change-server): do.
24918
24919         * gnus-group.el (gnus-group-unmark-all-groups)
24920         (gnus-group-set-current-level): do.
24921
24922 2004-10-04  Simon Josefsson  <jas@extundo.com>
24923
24924         * message.el (message-generate-hashcash): Doc fix.
24925
24926 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24927
24928         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24929         avoid infinite recursion via gnus-get-function.
24930
24931 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24932
24933         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24934
24935         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24936
24937         * nnmail.el (nnmail-split-history): do.
24938
24939         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24940         (nnml-request-delete-group): do.
24941
24942         * nnslashdot.el (nnslashdot-read-groups): do.
24943
24944         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24945         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24946
24947         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24948         (nnspool-sift-nov-with-sed): Use last.
24949         (nnspool-retrieve-headers-with-nov): Use mapc.
24950         (nnspool-request-newgroups): Use dolist.
24951         (nnspool-request-group): Use last.
24952
24953         * nntp.el (nntp-read-server-type): Use dolist.
24954
24955         * nnvirtual.el (nnvirtual-create-mapping)
24956         (nnvirtual-update-read-and-marked): Use dolist.
24957         (nnvirtual-convert-headers): Simplify.
24958
24959 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24960
24961         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24962         Add support for sync'ing tick marks.
24963
24964 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24965
24966         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24967         there's no visible header.
24968
24969 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24970
24971         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24972         When necessary, pass full group name to gnus-request-set-marks.
24973
24974 2004-10-01  Simon Josefsson  <jas@extundo.com>
24975
24976         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24977         acroread.
24978
24979 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24980
24981         * spam-report.el (spam-report-gmane): Fix interactive.
24982
24983         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24984
24985         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24986         when writing file.
24987         (gnus-agent-synchronize-flags): Don't default to being
24988         interactive.
24989
24990 2004-09-30  Simon Josefsson  <jas@extundo.com>
24991
24992         * message.el (message-generate-hashcash): Add.
24993         (message-send-mail): Use it, call mail-add-payment.
24994
24995 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24996
24997         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24998
24999 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25000
25001         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25002         gnus-requst-update-info with explicit code to sync the in-memory
25003         info read flags with the marks being sync'd to the backend.
25004
25005         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25006
25007 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25008
25009         * spam.el (spam-verify-bogofilter): Add new function.
25010         (spam-check-bogofilter)
25011         (spam-bogofilter-register-with-bogofilter): Use it.
25012         (spam-verify-bogofilter): Add small fixes.
25013
25014 2004-09-28  Simon Josefsson  <jas@extundo.com>
25015
25016         * hashcash.el (hashcash-generate-payment): Revert.
25017
25018 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25019
25020         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25021         Use gnus-extract-references instead of gnus-split-references.
25022
25023         * gnus-util.el (gnus-extract-references): Add new function, analogous
25024         to gnus-split-references but extracts only the message-ID without
25025         anything extra.
25026
25027         * hashcash.el (hashcash-generate-payment)
25028         (hashcash-check-payment): Do the right thing if hashcash-path is
25029         nil (because the hashcash program could not be found).
25030
25031         * spam.el (spam-use-hashcash): Remove comment.
25032
25033 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25034
25035         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25036         (gnus-cache-enter-article, gnus-cache-remove-article)
25037         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25038
25039         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25040
25041         * gnus-art.el (article-hide-boring-headers)
25042         (article-translate-strings, article-display-face)
25043         (gnus-article-mime-match-handle-first)
25044         (gnus-article-highlight-headers)
25045         (gnus-article-add-buttons-to-head): do.
25046
25047 2004-09-27  Simon Josefsson  <jas@extundo.com>
25048
25049         * hashcash.el: New version, from
25050         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25051         ../contrib/.
25052
25053 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25054
25055         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25056
25057 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25058
25059         * gnus-dup.el (gnus-dup-open): Use mapc.
25060         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25061
25062         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25063         Reported by Stefan Wiens <s.wi@gmx.net>.
25064
25065         * gnus.el (gnus-shutdown): Use dolist.
25066
25067         * gnus-undo.el (gnus-undo): Use mapc.
25068
25069         * nnrss.el (nnrss-generate-active): do.
25070
25071         * message.el (message-cite-original-without-signature)
25072         (message-cite-original): Use mapc.
25073         (message-do-actions, message-make-forward-subject): Use dolist.
25074
25075 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25076
25077         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25078         deletion to remove entire duplicate line.  Fixes merged article
25079         number bug.
25080
25081 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25082
25083         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25084         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25085         first ask if you want to open a server and then, even when you
25086         responded with no, asking if you want to synchronize the server's
25087         flags.
25088         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25089         multi-line expressions.
25090         (gnus-agent-synchronize-group-flags): New internal function.
25091         Updates marks in memory (in the info structure) AND in the
25092         backend.
25093
25094         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25095
25096         * nnagent.el (nnagent-request-set-mark):
25097         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25098         method, to ensure that synchronization updates marks in the
25099         backend and in the info (in memory) structure.
25100
25101 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25102
25103         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25104         convention fully; don't miss the root article of a thread; make
25105         the X-Draft-From header with correct article numbers.
25106
25107 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25108
25109         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25110         unless plugged.  Disable the agent so that an open failure causes
25111         an error.
25112
25113         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25114         Revert 2004-09-21 change.  The backend must be opened while
25115         synchronizing flags even when the backend stores the flags
25116         locally.
25117
25118 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25119
25120         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25121         in `header' match.  Reported by Svend Tollak Munkejord.
25122
25123         * message.el (message-cite-original): Fix use of
25124         `message-cite-articles-with-x-no-archive'.
25125
25126 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25127
25128         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25129         (gnus-window-to-buffer): Ditto.
25130
25131         * mml.el (mml-preview-buffer): New variable.
25132         (mml-preview): Manage window layout with gnus-buffer-configuration.
25133
25134         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25135         X-Draft-From header even if those articles aren't quoted.
25136
25137 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25138
25139         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25140         (gnus-request-set-mark, gnus-request-update-mark): Use new
25141         g-s-t-u-l-m to decide to use backend even when unplugged.
25142
25143 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25144
25145         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25146         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25147
25148 2004-09-20  Simon Josefsson  <jas@extundo.com>
25149
25150         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25151         "utf-16-le".
25152
25153 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25154
25155         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25156
25157 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25158
25159         * uudecode.el (uudecode-use-external): Add :version.
25160
25161         * smime.el (smime-CA-file, smime-encrypt-cipher)
25162         (smime-dns-server): Add :version.
25163
25164         * smiley.el (gnus-smiley-file-types): Add :version.
25165
25166         * sha1.el (sha1-use-external): Add :version.
25167
25168         * pgg-def.el (pgg-query-keyserver): Add :version.
25169
25170         * nnmail.el (nnmail-fancy-expiry-targets)
25171         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25172         Add :version.
25173
25174         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25175         (nnimap-retrieve-groups-asynchronous): Add :version.
25176         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25177
25178         * mml.el (mml-content-disposition-parameters)
25179         (mml-insert-mime-headers-always): Add :version.
25180
25181         * mm-util.el (mm-coding-system-priorities): Add :version.
25182
25183         * mm-decode.el (mm-inline-text-html-with-images)
25184         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25185         (mm-verify-option): Add :version.
25186         (mm-text-html-renderer): Change :version.
25187
25188         * message.el (message-fcc-externalize-attachments)
25189         (message-required-headers, message-draft-headers)
25190         (message-subject-trailing-was-query)
25191         (message-subject-trailing-was-ask-regexp)
25192         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25193         (message-mark-insert-end, message-archive-header)
25194         (message-archive-note, message-cross-post-default)
25195         (message-cross-post-note, message-followup-to-note)
25196         (message-cross-post-note-function, message-use-mail-followup-to)
25197         (message-subscribed-address-functions)
25198         (message-subscribed-address-file, message-subscribed-addresses)
25199         (message-subscribed-regexps, message-allow-no-recipients)
25200         (message-yank-cited-prefix, message-signature-insert-empty-line)
25201         (message-hidden-headers, message-hierarchical-addresses)
25202         (message-mail-user-agent, message-use-idna)
25203         (message-valid-fqdn-regexp)
25204         (message-strip-special-text-properties, message-header-synonyms)
25205         (message-beginning-of-line, message-tab-body-function): Add :version.
25206         (message-insert-canlock, message-wide-reply-confirm-recipients):
25207         Change :version.
25208
25209         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25210         and :version.
25211         (mail-source-delete-old-incoming-confirm)
25212         (mail-source-movemail-program): Add :version.
25213
25214         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25215         (gnus-agent-cache, gnus-agent): Change :version.
25216
25217         * gnus-util.el (gnus-use-byte-compile): Change :version.
25218
25219         * gnus-sum.el (gnus-summary-make-false-root-always)
25220         (gnus-summary-default-high-score)
25221         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25222         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25223         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25224         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25225         (gnus-sum-thread-tree-single-indent)
25226         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25227         (gnus-sum-thread-tree-leaf-with-other)
25228         (gnus-sum-thread-tree-single-leaf): Add :version.
25229         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25230         (gnus-article-loose-mime): Change :version.
25231
25232         * gnus-start.el (gnus-backup-startup-file)
25233         (gnus-save-startup-file-via-temp-buffer): Add :version.
25234
25235         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25236         (gnus-server-offline-face): Add :version.
25237
25238         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25239
25240         * gnus-msg.el (gnus-gcc-externalize-attachments)
25241         (gnus-debug-files, gnus-debug-exclude-variables)
25242         (gnus-discouraged-post-methods): Change :version.
25243         (gnus-confirm-mail-reply-to-news)
25244         (gnus-confirm-treat-mail-like-news): Add :version.
25245
25246         * gnus-int.el (gnus-server-unopen-status): Add :version.
25247
25248         * gnus-group.el (gnus-group-jump-to-group-prompt)
25249         (gnus-large-ephemeral-newsgroup)
25250         (gnus-fetch-old-ephemeral-headers): Add :version.
25251
25252         * gnus-fun.el (gnus-x-face-directory)
25253         (gnus-convert-pbm-to-x-face-command)
25254         (gnus-convert-image-to-x-face-command)
25255         (gnus-convert-image-to-face-command): Add :version.
25256
25257         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25258
25259         * gnus-cite.el (gnus-cite-blank-line-after-header)
25260         (gnus-article-boring-faces): Add :version.
25261
25262         * gnus-art.el (gnus-buttonized-mime-types)
25263         (gnus-inhibit-mime-unbuttonizing)
25264         (gnus-treat-display-face)
25265         (gnus-treat-body-boundary): Change :version.
25266         (gnus-body-boundary-delimiter, gnus-picon-databases)
25267         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25268         (gnus-treat-date-english, gnus-treat-fold-headers)
25269         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25270         (gnus-treat-mail-picon, gnus-treat-wash-html)
25271         (gnus-article-encrypt-protocol)
25272         (gnus-use-idna, gnus-article-over-scroll)
25273         (gnus-mime-display-multipart-alternative-as-mixed)
25274         (gnus-mime-display-multipart-related-as-mixed)
25275         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25276         (gnus-ctan-url, gnus-button-ctan-handler)
25277         (gnus-button-handle-ctan-bogus-regexp)
25278         (gnus-button-ctan-directory-regexp)
25279         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25280         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25281         (gnus-button-man-level, gnus-button-emacs-level)
25282         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25283
25284         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25285         (gnus-agent-go-online): Change :version.
25286         (gnus-agent-expire-unagentized-dirs)
25287         (gnus-agent-auto-agentize-methods): Add :version.
25288
25289         * flow-fill.el (fill-flowed-display-column)
25290         (fill-flowed-encode-column): Add :version.
25291
25292         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25293         (gnus-outlook-deuglify-unwrap-max)
25294         (gnus-outlook-deuglify-cite-marks)
25295         (gnus-outlook-deuglify-unwrap-stop-chars)
25296         (gnus-outlook-deuglify-no-wrap-chars)
25297         (gnus-outlook-deuglify-attrib-cut-regexp)
25298         (gnus-outlook-deuglify-attrib-verb-regexp)
25299         (gnus-outlook-deuglify-attrib-end-regexp)
25300         (gnus-outlook-display-hook): Add :version.
25301
25302         * binhex.el (binhex-use-external): Add :version.
25303
25304 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25305
25306         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25307         and `invisible'.
25308
25309 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25310
25311         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25312         in gnus-registry-trim.
25313
25314 2004-09-13  Simon Josefsson  <jas@extundo.com>
25315
25316         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25317
25318         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25319
25320         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25321         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25322         <yamaoka@jpl.org>.
25323         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25324         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25325         <yamaoka@jpl.org>.
25326
25327         * sieve.el (sieve-manage-mode): Ditto.
25328
25329 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25330
25331         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25332
25333 2004-09-11  Simon Josefsson  <jas@extundo.com>
25334
25335         * dns-mode.el: Add.
25336
25337         * mm-view.el (mm-display-dns-inline): Add.
25338
25339         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25340         (mm-automatic-display): Ditto.
25341
25342         * mailcap.el (mailcap-mime-data): Add text/dns.
25343         (mailcap-mime-extensions): Map .soa to text/dns.
25344
25345 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25346
25347         * gnus-art.el (article-decode-mime-words, article-babel)
25348         (gnus-article-highlight-signature, gnus-article-add-buttons)
25349         (gnus-signature-toggle): Remove unnecessary bindings of
25350         `inhibit-read-only' inherited from v5.10 merge.
25351
25352 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25353
25354         * nntp.el (nntp): New customization group.
25355         (nntp-authinfo-file): Add customization group.
25356
25357         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25358
25359         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25360
25361         * gnus.el (to-address, to-list, subscribed)
25362         (large-newsgroup-initial): Ditto.
25363
25364         * flow-fill.el (fill-flowed-display-column)
25365         (fill-flowed-encode-column): Ditto.
25366
25367 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25368
25369         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25370         Use point-min rather than 1.
25371         (message-send-mail): Use buffer-size rather than point-max.
25372
25373         * gnus-sum.el (gnus-summary-search-article-forward):
25374         Signal a specific `search-failed' rather than a generic `error'.
25375
25376         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25377         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25378         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25379
25380 2004-09-10  Simon Josefsson  <jas@extundo.com>
25381
25382         * nndb.el (require): Remove tcp and duplicate cl.
25383
25384 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25385
25386         * gnus-agent.el (directory-files-and-attributes): Move forward.
25387
25388 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25389
25390         * gnus-agent.el (directory-files-and-attributes):
25391         Optionally defined to support XEmacs.
25392
25393 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25394
25395         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25396         to avoid run-time CL dependencies.
25397         (gnus-agent-unfetch-articles): New function.
25398         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25399         article numbers even when local .overview file is missing.
25400         (gnus-agent-read-article-number): New function.  Only accepts
25401         27-bit article numbers.
25402         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25403         Use gnus-agent-read-article-number.
25404         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25405         from backend while recognizing that article numbers in .overview
25406         must be valid.
25407         (gnus-agent-update-files-total-fetched-for):
25408         Use directory-files-and-attributes to improve performance.
25409         * gnus-int.el (gnus-request-move-article):
25410         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25411         improve performance.
25412
25413         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25414         some users confused by references to .newsrc when they only have a
25415         .newsrc.eld file.
25416         (gnus-convert-mark-converter-prompt)
25417         (gnus-convert-converter-needs-prompt): Fix use of property list.
25418         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25419         New function.  Used internally to only display 'gnus converting
25420         files' message when actually necessary.
25421
25422         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25423         methods now autoloaded.
25424
25425 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25426
25427         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25428         identifiers.
25429
25430 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25431
25432         * gnus-picon.el: Fix indentation and closing parenthesis.
25433
25434 2004-09-01  Simon Josefsson  <jas@extundo.com>
25435
25436         * message.el (message-canlock-generate): Require sha1, not
25437         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25438         to require within a function.  Sadly, if sha1.el isn't loaded, the
25439         let binding in m-c-g will hide the defcustom definition, which is
25440         bad.)
25441
25442         * canlock.el: Require sha1, not sha1-el.
25443
25444         * message.el: Don't autoload sha1 (there is a autoload cookie in
25445         sha1.el).
25446
25447         * sha1-el.el: Rename to sha1.el.
25448
25449 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25450
25451         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25452
25453 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25454
25455         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25456
25457 2004-08-30  Kim F. Storm  <storm@cua.dk>
25458
25459         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25460
25461         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25462         Add :group 'nnimap.
25463
25464 2004-08-30  Andreas Schwab  <schwab@suse.de>
25465
25466         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25467         ?* and ?\;.
25468
25469         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25470         and ?\' to symbol instead of whitespace.
25471
25472 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25473
25474         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25475
25476         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25477         instead of re-search-forward.
25478
25479         * gnus-uu.el (gnus-uu-save-article): Ditto.
25480         (gnus-uu-post-encode-uuencode): Ditto.
25481
25482         * html2text.el (html2text-clean-list-items): Ditto.
25483         (html2text-clean-dtdd): Ditto.
25484         (html2text-format-tags): Ditto.
25485
25486         * message.el (message-send-mail-with-sendmail): Fix regexp.
25487         (message-fill-field-general): Use search-forward instead of
25488         re-search-forward.
25489         (unbold-region): Ditto.
25490
25491         * nnrss.el (nnrss-request-article): Ditto.
25492
25493         * nnslashdot.el (nnslashdot-request-article): Ditto.
25494
25495         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25496
25497         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25498         "Unrecognized menu descriptor" error in XEmacs.
25499
25500 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25501
25502         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25503         parent article of a sparse article in the thread hashtb.
25504
25505 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25506
25507         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25508         (nnmail-expand-newtext): Lowercase expanded entries if
25509         nnmail-split-lowercase-expanded is non-nil.
25510
25511 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25512
25513         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25514
25515         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25516         of gnus-tmp-news-method into string under XEmacs.  It will be
25517         passed to gnus-correct-length which takes only a string argument.
25518
25519 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25520
25521         * gnus-util.el (gnus-bind-print-variables): New macro.
25522         (gnus-prin1): Use it.
25523         (gnus-prin1-to-string): Use it.
25524         (gnus-pp): New function.
25525         (gnus-pp-to-string): New function.
25526
25527         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25528         Replace pp-to-string with gnus-pp-to-string.
25529         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25530         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25531         * gnus-msg.el (gnus-debug): Ditto.
25532         * gnus-score.el (gnus-score-save): Ditto.
25533         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25534         gnus-pp-to-string.
25535         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25536         with gnus-pp.
25537         * score-mode.el (gnus-score-pretty-print): Ditto.
25538         * webmail.el (webmail-debug): Ditto.
25539
25540 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25541
25542         * gnus-art.el (article-display-face, article-display-x-face):
25543         Use buffer-read-only.
25544
25545 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25546
25547         * gnus-art.el (article-hide-list-identifiers):
25548         Bind inhibit-read-only as t.
25549
25550 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25551
25552         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25553
25554 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25555
25556         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25557         (gnus-narrow-to-page): Don't assume point-min == 1.
25558         (gnus-article-edit-mode): Derive from message-mode.
25559
25560         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25561         point-min == 1.
25562
25563         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25564         Disable incorrect use of `assert'.
25565
25566         * message.el (message-mode): Set comment-start-skip.
25567
25568
25569 2004-08-22  Sam Steingold  <sds@gnu.org>
25570
25571         * pop3.el (pop3-leave-mail-on-server): New user variable.
25572         (pop3-movemail): Delete mail only when it is nil.
25573
25574 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25575
25576         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25577
25578         * mml.el (mml-preview): Use `pop-to-buffer'.
25579
25580         * message.el (message-goto-mail-followup-to): Insert after "To".
25581         (message-carefully-insert-headers): Add comment.
25582
25583         * gnus.el: Remove unused variable `gnus-article-check-size'.
25584
25585         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25586
25587         * gnus-art.el (gnus-button-alist):
25588         Improve `gnus-button-handle-library' entry.
25589
25590 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25591
25592         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25593         Use downcase, since XEmacs capitalizes error messages differently.
25594
25595 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25596
25597         * nntp.el: Add (require 'gnus) due to reference to
25598         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25599
25600 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25601
25602         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25603         Bind `mm-fill-flowed'.
25604
25605         * mm-decode.el (mm-dissect-singlepart): Check it.
25606
25607 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25608
25609         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25610         'imap' for netrc parsing.
25611
25612 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25613
25614         * mailcap.el (mailcap-mime-data): Mark as risky.
25615
25616 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25617
25618         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25619         may be included in the encoded word.
25620         (rfc2047-encode): Don't append a space if the encoded word
25621         includes close parenthesis.
25622
25623 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25624
25625         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25626         of text within parentheses.
25627
25628 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25629
25630         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25631         (gnus-encrypt-write-file-contents): Make the password key the file
25632         name PLUS the cipher, not just the cipher.  Also remove failed
25633         passwords from the cache.
25634
25635 2004-08-06  Simon Josefsson  <jas@extundo.com>
25636
25637         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25638         Doc fix.
25639
25640 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25641
25642         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25643         LWSP.
25644
25645 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25646
25647         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25648         Try to append in-reply-to: data to the references: header.
25649
25650         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25651         (netrc-parse): Use gnus-encrypt.el functions.
25652
25653         * gnus-encrypt.el: Add new file for encryption support; currently
25654         does only a few GPG ciphers and an internal XOR cipher.
25655
25656         * password.el: Add comments on using password-read-and-add.
25657         (password-read-and-add): Add function to read and add the
25658         password to the cache at once.
25659
25660 2004-07-28  Simon Josefsson  <jas@extundo.com>
25661
25662         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25663         parameter (but don't use it, for now).
25664
25665         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25666         instead of hard coding to nil.
25667
25668 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25669
25670         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25671         as mm-inline-image-xemacs does.
25672
25673 2004-07-26  Simon Josefsson  <jas@extundo.com>
25674
25675         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25676         Revert part of 2004-07-17 change below.
25677
25678 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25679
25680         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25681         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25682
25683 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25684
25685         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25686         quotes that actually start with ">" at the beginning of the
25687         lines.
25688
25689 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25690
25691         * rfc2047.el (rfc2047-encode-region): Fix last change.
25692         (rfc2047-encode-parameter): Remove useless concat.
25693
25694 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25695
25696         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25697         encode special characters; fix some kind of misconfigured headers;
25698         signal a real error if debug-on-quit or debug-on-error is non-nil.
25699         (rfc2047-encode-max-chars): New variable.
25700         (rfc2047-encode-1): Use it.
25701         (rfc2047-encode-parameter): New function.
25702
25703         * mml.el (mml-insert-parameter): Remove an excessive space.
25704
25705 2004-07-17  Simon Josefsson  <jas@extundo.com>
25706
25707         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25708         Kai Grossjohann <kai@emptydomain.de>.
25709         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25710         (gnus-group-make-menu-bar): Ditto.
25711
25712         * gnus-util.el (gnus-group-server): Add.
25713
25714 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25715
25716         * message.el (message-clone-locals): Clone sendmail and smtp
25717         variables.
25718
25719 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25720
25721         * rfc2047.el (rfc2047-encode-region): Fix last change.
25722
25723 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25724
25725         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25726         characters as non-special.
25727
25728 2004-07-09  Simon Josefsson  <jas@extundo.com>
25729
25730         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25731         Users will lose all flag changes made while unplugged with
25732         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25733         good default.  See numerous reports on ding mailing list.
25734
25735 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25736
25737         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25738         add generate-head-function and generate-article-function to the
25739         rfc822-forward entry.
25740         (nndoc-rfc822-forward-generate-article): New function.
25741         (nndoc-rfc822-forward-generate-head): New function.
25742
25743         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25744
25745 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25746
25747         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25748         respect display group parameter and gnus-summary-expunge-below.
25749         (gnus-articles-to-read): Remove unused reference to display group
25750         parameter.
25751
25752 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25753
25754         * nnheader.el (nnheader-uniquify-message-id): New experimental
25755         variable.
25756         (nnheader-nov-read-message-id): Use it.
25757
25758         * spam-report.el (spam-report-gmane): Add interactive.
25759
25760 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25761
25762         * mm-encode.el (mm-content-transfer-encoding-defaults):
25763         Use qp-or-base64 for the application/* types.
25764
25765 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25766
25767         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25768
25769 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25770
25771         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25772         trim value.
25773
25774 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25775
25776         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25777         New macro and function.
25778         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25779
25780 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25781
25782         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25783         after-load-alist.
25784
25785 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25786
25787         * gnus-group.el (gnus-group-get-new-news-this-group):
25788         Don't update info that isn't there.
25789
25790 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25791
25792         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25793         entry.
25794
25795 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25796
25797         * mm-view.el (mm-inline-render-with-function): Use multibyte
25798         buffer; decode html source by charset.
25799
25800         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25801
25802         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25803         Mule-UCS is loaded under XEmacs.
25804         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25805
25806 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25807
25808         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25809
25810 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25811
25812         * mm-util.el (mm-coding-system-p): Return a coding-system.
25813         (mm-mime-mule-charset-alist): Use shift_jis instead of
25814         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25815         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25816         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25817         instead of japanese-shift-jis and iso-latin-1 respectively in
25818         order to share the default value with both Emacs and XEmacs-mule.
25819         (mm-mule-charset-to-mime-charset):
25820         Make mm-coding-system-priorities effective.
25821         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25822         while predicating of candidates upon the priorities.
25823
25824 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25825
25826         * gnus-sum.el (gnus-summary-make-menu-bar):
25827         Add gnus-uu-invert-processable.
25828
25829         * gnus.el: Autoload gnus-uu-invert-processable.
25830
25831 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25832
25833         * mm-util.el (mm-with-multibyte-buffer): New macro.
25834
25835         * rfc2047.el (rfc2047-encode-string): Use it.
25836         (rfc2047-encode-region): Move point to the end of the region after
25837         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25838
25839 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25840
25841         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25842         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25843
25844 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25845
25846         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25847         (gnus-cite-parse): Ignore quoted envelope From_.
25848         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25849
25850 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25851
25852         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25853         invalid addresses.
25854
25855 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25856
25857         * spam.el: Change section markers, revise TODO list.
25858         (spam-backends): Make new master list of all installed backends.
25859         (spam-summary-exit-behavior): Add new variable to determine how
25860         messages moves are done at summary exit.
25861         (spam-move-spam-nonspam-groups-only)
25862         (spam-process-ham-in-nonham-groups)
25863         (spam-process-ham-in-spam-groups): Remove variables, the
25864         spam-summary-exit-behavior variable should be used to manage this
25865         behavior.
25866         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25867         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25868         and spam-old-spam-articles.
25869         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25870         Add empty variables, placeholders for the backends they represent.
25871         (spam-set-difference): Move, unchanged.
25872         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25873         unless the user has a processor variable.
25874         (spam-classifications, spam-classification-valid-p)
25875         (spam-backend-properties, spam-backend-property-valid-p)
25876         (spam-backend-function-type-valid-p)
25877         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25878         (spam-report-articles-gmane, spam-report-articles-resend):
25879         Remove functions, they are not needed.
25880         (spam-install-backend-super, spam-backend-list)
25881         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25882         (spam-backend-function, spam-backend-ham-registration-function)
25883         (spam-backend-spam-registration-function)
25884         (spam-backend-ham-unregistration-function)
25885         (spam-backend-spam-unregistration-function)
25886         (spam-backend-statistical-p, spam-backend-mover-p)
25887         (spam-install-backend-alias, spam-install-checkonly-backend)
25888         (spam-install-mover-backend, spam-install-nocheck-backend)
25889         (spam-install-backend, spam-install-statistical-backend)
25890         (spam-install-statistical-checkonly-backend): Add backend installation
25891         support.
25892         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25893         (spam-group-processor-p): Use the new backend code and respect the
25894         summary exit behavior.
25895         (spam-mark-spam-as-expired-and-move-routine): Remove.
25896         (spam-summary-prepare): Change to use the new spam-old-articles
25897         variable.
25898         (spam-copy-or-move-routine, spam-copy-spam-routine)
25899         (spam-move-spam-routine, spam-copy-ham-routine)
25900         (spam-move-ham-routine): Add code to copy/move ham or spam.
25901         (spam-fetch-field-fast): Improve doc and code, plus allow the
25902         'number request.
25903         (spam-list-of-checks, spam-list-of-statistical-checks):
25904         Remove variables.
25905         (spam-split, spam-find-spam): Use the new backend code.
25906         (spam-registration-functions): Remove variable.
25907         (spam-unregister-routine): Add convenience wrapper.
25908         (spam-log-undo-registration, spam-register-routine)
25909         (spam-log-processing-to-registry)
25910         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25911         where possible.
25912         (spam-check-gmane-xref, spam-check-regex-headers)
25913         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25914         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25915         (spam-check-bogofilter-headers, spam-check-spamoracle)
25916         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25917         (spam-check-crm114-headers): Use the spam-split-group that
25918         spam-split prepares, no need to determine it every time.
25919
25920         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25921         to the nnheader-parse-naked-head call.
25922
25923         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25924
25925         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25926         the nnheader-nov-read-message-id call.
25927
25928 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25929
25930         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25931         gnus-activate-group twice.  Suggested by Markus Peter
25932         <warp@spin.de>.
25933
25934 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25935
25936         * gnus-art.el (gnus-article-time-format): Exchange the order of
25937         day and month in the default value; fix customization type.
25938         (article-date-ut): Use add-text-properties.
25939         (article-make-date-line): Use message-make-date instead of
25940         current-time-string.
25941
25942         * message.el (message-fetch-field): Don't use set-text-properties.
25943         (message-make-date): Simplify.
25944
25945         * messagexmas.el (message-xmas-make-date): New function.
25946         (message-xmas-redefine): Defalias message-make-date to it.
25947
25948 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25949
25950         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25951         (rfc2047-encode-region): Treat text within parentheses as special;
25952         show the original text when error has occurred.
25953
25954         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25955         already-computed method to gnus-activate-group.
25956
25957         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25958         same select-methods identical Lisp objects.
25959
25960         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25961         object when modifying the info.
25962
25963 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25964
25965         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25966         gnus-opened-servers since it has never been opened with the new
25967         configuration yet.
25968
25969 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25970
25971         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25972         arg to nnheader-generate-fake-message-id.
25973
25974 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25975
25976         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25977         number and build a fake message ID localized to a group and
25978         article number (so it's repeatable from that point on).
25979         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25980         ID format.
25981
25982         * gnus-sum.el (gnus-get-newsgroup-headers):
25983         Call nnheader-generate-fake-message-id with the article number.
25984
25985 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25986
25987         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25988         end-of-buffer.
25989
25990 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25991
25992         * message.el (message-ignored-supersedes-headers): Add Approved.
25993
25994 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25995
25996         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25997         goto-char.
25998         (rfc2047-encode): Fold the line before encoding.
25999
26000 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26001
26002         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26003         folding -- not all headers can be folded, and this should be done
26004         by the message composition mode.  Probably.  I think.
26005
26006 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26007
26008         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26009         fast.
26010
26011         * gnus-ems.el (gnus-remove-image): Don't use
26012         message-text-with-property; remove only the image found first.
26013
26014         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26015         found first.
26016
26017 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26018
26019         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26020
26021 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26022
26023         * message.el (message-text-with-property): Make it fast and accept
26024         optional arguments.
26025         (message-strip-forbidden-properties): Use it.
26026         (message-fix-before-sending): Follow the m-t-w-p change.
26027
26028         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26029
26030 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26031
26032         * gnus-art.el (article-hide-headers): Don't change the buffer
26033         mistakenly when performing mml-preview even if
26034         gnus-single-article-buffer is nil.
26035
26036 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26037
26038         * message.el (message-expand-name-databases): New user option.
26039         (message-expand-name): Use it.
26040
26041 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26042
26043         * spam.el (spam-report-articles-resend)
26044         (spam-report-resend-register-routine): Allow ham reporting.
26045         (spam-report-resend-register-ham-routine): Add wrapper.
26046         (spam-registration-functions): Add ham resending functions.
26047         (spam-list-of-processors): Add ham resend processor.
26048
26049         * gnus.el (ham-resend-to): Add new group parameter.
26050         (spam-process): Add ham resend option.
26051
26052         * spam-report.el (spam-report-resend): Allow reporting ham.
26053         (spam-report-resend-ham): Add wrapper.
26054
26055 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26056
26057         * message.el (message-cite-articles-with-x-no-archive):
26058         New variable.
26059         (message-cite-original): Use it.
26060
26061 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26062
26063         * message.el (message-cite-original): Respect X-No-Archive.
26064
26065 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26066
26067         * gnus-art.el (article-hide-headers): Refer to the values for
26068         gnus-ignored-headers and gnus-visible-headers in the summary
26069         buffer since a user may have set them as group parameters.
26070
26071 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26072
26073         * assistant.el (assistant-node-name): Add convenience function.
26074         (assistant-render-text, assistant-render-node): Add error handling,
26075         plus handle multiple next nodes.
26076         (assistant-find-next-node): Comment out for now.
26077         (assistant-find-next-nodes): Add function, returns list of next
26078         nodes.
26079
26080 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26081
26082         * mail-source.el (mail-source-directory): Fix doc-string.
26083
26084 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26085
26086         * assistant.el (assistant-render-text, assistant-eval): Add :set
26087         widget type, which is different because it takes and returns a
26088         list.  Much hilarity ensues.
26089
26090 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26091
26092         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26093
26094         * gnus-group.el (gnus-group-get-new-news-this-group):
26095         Add doc-string.
26096
26097         * gnus-start.el (gnus-activate-group): Add doc-string.
26098
26099 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26100
26101         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26102
26103 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26104
26105         * assistant.el (assistant-render-text): Try to add a :set
26106         widget, more to come.
26107
26108         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26109         strings.
26110         (spam-report-articles-resend)
26111         (spam-register-routine): Do registration iff any articles warrant
26112         it.
26113         (spam-summary-prepare-exit): Change log message for nil group
26114         destinations.
26115
26116 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26117
26118         * spam.el (spam-report-resend-register-routine):
26119         Allow spam-report-resend-to to be a group parameter or a global value.
26120
26121 2004-05-26  Simon Josefsson  <jas@extundo.com>
26122
26123         * starttls.el: Merge with my GNUTLS based starttls.el.
26124         (starttls-gnutls-program, starttls-use-gnutls)
26125         (starttls-extra-arguments, starttls-process-connection-type)
26126         (starttls-connect, starttls-failure, starttls-success):
26127         New variables.
26128         (starttls-program, starttls-extra-args): Doc fix.
26129         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26130         New functions.
26131         (starttls-negotiate, starttls-open-stream):
26132         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26133         function if it is set.
26134
26135 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26136
26137         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26138         structured fields.
26139
26140 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26141
26142         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26143
26144 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26145
26146         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26147         Add variable.
26148         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26149         assigning the spam-mark to new messages.
26150
26151 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26152
26153         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26154
26155 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26156
26157         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26158
26159         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26160         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26161         default.
26162
26163 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26164
26165         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26166         correct data.
26167
26168 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26169
26170         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26171         (spam-group-processor-p): Fix function.
26172         (spam-group-processor-multiple-p)
26173         (spam-group-spam-processor-report-gmane-p)
26174         (spam-group-spam-processor-report-resend-p)
26175         (spam-group-spam-processor-bogofilter-p)
26176         (spam-group-spam-processor-blacklist-p)
26177         (spam-group-spam-processor-ifile-p)
26178         (spam-group-ham-processor-ifile-p)
26179         (spam-group-spam-processor-spamoracle-p)
26180         (spam-group-spam-processor-crm114-p)
26181         (spam-group-ham-processor-bogofilter-p)
26182         (spam-group-spam-processor-stat-p)
26183         (spam-group-ham-processor-stat-p)
26184         (spam-group-ham-processor-whitelist-p)
26185         (spam-group-ham-processor-BBDB-p)
26186         (spam-group-ham-processor-spamoracle-p)
26187         (spam-group-ham-processor-copy-p): Remove functions with some
26188         prejudice against unneeded code.
26189         (spam-report-articles-resend)
26190         (spam-report-resend-register-routine): Allow the group/topic
26191         spam-resend-to value to override spam-report-resend-to.
26192         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26193         properly now.
26194
26195         * gnus.el (spam-resend-to): Add group/topic parameter.
26196         (spam-process): Move the OBSOLETE processors to the end of the
26197         choices.
26198
26199 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26200
26201         * spam-report.el (spam-report-resend-to, spam-report-resend):
26202         Start with resend-to set to nil, and then ask the user if necessary.
26203         (spam-report-resend): spam-report-resend takes a list of articles, not
26204         separate article numbers.
26205
26206 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26207
26208         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26209         addition to emacs-w3m.
26210
26211 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26212
26213         * assistant.el (assistant-authinfo-data): New function.
26214         (assistant-eval): Eval for entire assistant.
26215
26216         * netrc.el (netrc-services-file): New variable.
26217         (netrc-parse-services): New function.
26218         (netrc-find-service-name): New function.
26219         (netrc-find-service-number): New function.
26220         (netrc-port-equal): New function.
26221         (netrc-machine): Use it.
26222
26223         * nnimap.el (nnimap-open-connection): Use netrc.
26224
26225         * gnus-util.el (gnus-netrc-get): Remove aliases.
26226
26227         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26228
26229         * assistant.el (wid-edit): Fix compilation.
26230
26231         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26232
26233 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26234
26235         * gnus-util.el (gnus-set-file-modes): New function.  (small
26236         patch).
26237
26238 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26239
26240         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26241
26242         * assistant.el (assistant-render-node): Fix up rendering and
26243         read-only text.
26244         (assistant-render-node): Reset.
26245         (assistant-make-read-only): Not sticky.
26246
26247 2004-05-20  Danny Siu  <dsiu@adobe.com>
26248
26249         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26250         centered even when gnus-auto-center-summary is t.
26251
26252 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26253
26254         * dns.el (dns-get-txt-answer): New function.
26255         (dns-read-txt): Ditto.
26256         (query-dns): Use it.
26257
26258 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26259
26260         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26261         active for foreign groups even if the group level is higher than
26262         the specified value.
26263
26264 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26265
26266         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26267         non-active groups.
26268
26269         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26270
26271 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26272
26273         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26274
26275 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26276
26277         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26278         (spam-crm114-header, spam-crm114-spam-switch)
26279         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26280         (spam-crm114-positive-spam-header)
26281         (spam-crm114-database-directory, spam-list-of-processors)
26282         (spam-group-spam-processor-crm114-p)
26283         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26284         (spam-generic-score, spam-list-of-checks)
26285         (spam-list-of-statistical-checks, spam-registration-functions)
26286         (spam-check-crm114-headers, spam-crm114-score)
26287         (spam-check-crm114, spam-crm114-register-with-crm114)
26288         (spam-crm114-register-spam-routine)
26289         (spam-crm114-unregister-spam-routine)
26290         (spam-crm114-register-ham-routine)
26291         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26292
26293 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26294
26295         * gnus.el: Add spam-use-crm114.
26296
26297         * spam.el (spam-list-of-processors, spam-registration-functions):
26298         Add spam-use-resend.
26299         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26300         (spam-report-articles-gmane): Add doc fix.
26301         (spam-report-articles-resend, spam-report-resend-register-routine):
26302         Add wrappers around spam-report-resend-to.
26303
26304         * spam-report.el (spam-report-resend-to, spam-report-resend):
26305         Add support for resending spam.
26306         (spam-report-gmane): Fix line length >80.
26307
26308         * gnus.el (spam-process): Add spam-use-resend.
26309
26310 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26311
26312         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26313         number of processed spam messages.
26314         (spam-ham-copy-or-move-routine): Return the number of processed
26315         ham messages.
26316         (spam-summary-prepare-exit): Use the above values to decide
26317         whether status messages should be displayed.
26318
26319 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26320
26321         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26322         `rfc2047-encoding-function-alist' in order to avoid conflicting
26323         with the old version.
26324         (rfc2047-encode-region): Concatenate words containing non-ASCII
26325         characters in structured fields; don't encode space-delimited
26326         ASCII words even in unstructured fields; don't break words at
26327         char-category boundaries.
26328         (rfc2047-encode-1): New function.
26329         (rfc2047-encode): Use it; encode text so that it occupies the
26330         maximum width within 76-column; work correctly on Q encoding for
26331         iso-2022-* charsets.
26332         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26333         sure not to break a line just after the header name.
26334         (rfc2047-b-encode-region): Remove.
26335         (rfc2047-b-encode-string): New function.
26336         (rfc2047-q-encode-region): Remove.
26337         (rfc2047-q-encode-string): New function.
26338
26339         * mm-util.el (mm-replace-in-string): New function.
26340
26341 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26342
26343         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26344         Really get it right.
26345         (gnus-inews-make-draft): Really.
26346
26347 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26348
26349         * nnmh.el (nnmh-request-list-1): Don't check the link count
26350         before descending.  (small patch)
26351
26352 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26353
26354         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26355         stuff.
26356
26357         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26358         Match on real group name.
26359
26360         * gnus-art.el (gnus-signature-limit): Doc fix.
26361
26362         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26363
26364         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26365
26366 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26367
26368         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26369         isn't a string.
26370
26371 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26372
26373         * gnus-draft.el (gnus-draft-send):
26374         Bind rfc2047-encode-encoded-words.
26375
26376         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26377         (rfc2047-encodable-p): Say that =? needs encoding.
26378         (rfc2047-encode-encoded-words): New variable.
26379
26380         * gnus-group.el (gnus-group-select-group): Doc fix.
26381
26382         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26383
26384         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26385         to nil.
26386
26387         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26388
26389         * nnheader.el (nnheader-get-lines-and-char): New function.
26390
26391 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26392
26393         * gnus-msg.el (gnus-summary-followup-with-original):
26394         Document yanking of region when active.
26395
26396 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26397
26398         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26399         groups if the group level is higher than the specified value.
26400
26401 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26402
26403         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26404         (gnus-group-jump-to-group): Add prefix argument using
26405         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26406         non-active group.
26407
26408         * compface.el (uncompface): Be verbose when changing
26409         `uncompface-use-external'.
26410
26411         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26412         handle manual section.
26413
26414 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26415
26416         * gnus-art.el (gnus-button-alist): Revert previous change.
26417
26418 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26419
26420         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26421
26422 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26423
26424         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26425         whether backend can accept message.
26426
26427         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26428
26429 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26430
26431         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26432         Avoid creating directory when nntp-marks-is-evil is true.
26433         Reported by Reiner Steib.
26434
26435 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26436
26437         * gnus-picon.el (gnus-picon-insert-glyph):
26438         Add optional `nostring' argument.
26439
26440 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26441
26442         * gnus-picon.el (gnus-picon-style): New variable.
26443         (gnus-picon-transform-address): Support `gnus-picon-style'.
26444
26445 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26446
26447         * message.el (message-fill-field): Return point.
26448         (message-generate-headers): Go to end of field.
26449
26450         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26451         stuff for non-living groups.
26452
26453 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26454
26455         * gnus-art.el (gnus-article-followup-with-original)
26456         (gnus-article-reply-with-original): gnus-mark-active-p ->
26457         gnus-region-active-p.
26458
26459 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26460
26461         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26462         only when there is spam or ham to be processed.
26463
26464 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26465
26466         * mail-source.el (mail-source-delete-crash-box): Refactor.
26467         (mail-source-fetch): Use it.
26468         (mail-source-fetch-file): Ditto.
26469         (mail-source-fetch-directory): Run postscript in loop.
26470         (mail-source-fetch-pop): Delete.
26471         (mail-source-fetch-maildir): Ditto.
26472         (mail-source-fetch-imap): Ditto.
26473
26474         * imap.el (imap-authenticators): Comment out sasl.
26475
26476         * message.el (message-skip-to-next-address): New function.
26477         (message-fill-header-address): Refactor.
26478         (message-fill-address): Use it.
26479         (message-delete-address): Use it.
26480         (message-fill-header-general): Refactor.
26481         (message-fill-field-address): Rename.
26482         (message-narrow-to-field): Find the start of the header.
26483         (message-header-format-alist): Don't pre-fill.
26484         (message-fill-header): Remove.
26485         (message-insert-header): New function.
26486         (message-shorten-references): Use it.
26487
26488         * rfc2047.el (rfc2047-field-value): Strip props.
26489
26490         * mail-parse.el (mail-header-make-address): New alias.
26491
26492         * ietf-drums.el (ietf-drums-make-address): New function.
26493
26494         * imap.el: Add compiler directives.
26495
26496         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26497
26498         * gnus-art.el (article-decode-idna-rhs): Don't use
26499         message-idna-inside-rhs-p.
26500
26501 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26502
26503         * message.el (message-idna-inside-rhs-p): Remove.
26504         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26505
26506         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26507         false positives.
26508
26509 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26510
26511         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26512
26513 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26514
26515         * nneething.el (nneething-file-name): Don't create spurious
26516         files.
26517
26518         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26519         (gnus-inews-do-gcc): Remove sleep.
26520
26521         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26522         part under point.
26523
26524         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26525         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26526
26527 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26528
26529         * spam.el (spam-summary-prepare-exit): Fix (length).
26530
26531 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26532
26533         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26534         as expired without moving it" message when there are spam
26535         messages left.
26536
26537 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26538
26539         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26540         header is not nil.
26541
26542 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26543
26544         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26545         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26546         (nntp-marks-changed-p): New arg SERVER.
26547         (nntp-request-update-info): Adjust caller.
26548
26549 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26550
26551         * nntp.el (nntp-save-marks): Pass missing arg.
26552
26553 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26554
26555         * nntp.el: Support marks.
26556         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26557         (nntp-marks-modtime, nntp-marks-directory): New variables.
26558         (nntp-request-set-mark, nntp-request-update-info)
26559         (nntp-possibly-create-directory, nntp-marks-changed-p)
26560         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26561         New functions.
26562
26563 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26564
26565         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26566         (gnus-xmas-redefine): Rename.
26567
26568         * gnus-score.el (gnus-score-insert-help):
26569         Use gnus-select-lowest-window.
26570
26571         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26572         appt-select-lowest-window and rename to gnus-select-lowest-window.
26573
26574         * gnus.el: do.
26575
26576 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26577
26578         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26579         encodings of MIME-encoded words, in order to improve
26580         interoperability with several broken MUAs.
26581
26582 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26583
26584         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26585         tags, only when charsets are not specified in headers.
26586         (mm-inline-text-html-render-with-w3m): Ditto.
26587
26588         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26589         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26590
26591 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26592
26593         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26594         instead of MIME-decoded from fields when checking
26595         `gnus-article-address-banner-alist'.
26596
26597 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26598
26599         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26600         description rather than subject.
26601
26602 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26603
26604         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26605
26606 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26607
26608         * gnus.el (gnus-version-number): Bump.
26609
26610 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26611
26612         * gnus.el: No Gnus v0.2 is released.
26613
26614 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26615
26616         * gnus-agent.el (gnus-agent-read-agentview):
26617         Inline gnus-uncompress-range.
26618
26619 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26620
26621         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26622         `exec-installed-p'.
26623
26624 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26625
26626         * gnus.el (spam-process, spam-autodetect-methods):
26627         Add bsfilter and bsfilter-headers.
26628
26629         * spam.el (spam-bsfilter): New customize group.
26630         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26631         (spam-bsfilter-header, spam-bsfilter-probability-header)
26632         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26633         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26634         (spam-bsfilter-database-directory): New options.
26635         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26636         (spam-list-of-statistical-checks, spam-registration-functions):
26637         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26638         (spam-bsfilter-score): New command.
26639         (spam-check-bsfilter-headers, spam-check-bsfilter)
26640         (spam-bsfilter-register-with-bsfilter)
26641         (spam-bsfilter-register-spam-routine)
26642         (spam-bsfilter-unregister-spam-routine)
26643         (spam-bsfilter-register-ham-routine)
26644         (spam-bsfilter-unregister-ham-routine): New functions.
26645         (spam-generic-score): Support bsfilter; Accept an optional argument
26646         to recalcurate spam score even if scoring header has already been
26647         added.
26648         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26649         optional argument to recalcurate spam score even if scoring header
26650         has already been added.
26651
26652 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26653
26654         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26655         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26656         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26657         link is missing.
26658
26659 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26660
26661         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26662         (html2text-get-attr): Rewrite.
26663
26664         * message.el (message-setup-1): Remove redundant put-text-property
26665         on mail-header-separator.
26666
26667 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26668
26669         * gnus-registry.el (gnus-registry-cache-whitespace)
26670         (gnus-registry-action, gnus-registry-spool-action)
26671         (gnus-registry-split-fancy-with-parent): Change message levels
26672         from 5 to 3 or 7, as needed.
26673
26674         * spam.el (spam-summary-prepare-exit)
26675         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26676         (spam-split, spam-find-spam, spam-log-undo-registration)
26677         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26678         level from 5 to 6.
26679
26680 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26681
26682         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26683         2004-03-04 change).
26684
26685 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26686
26687         * sieve-manage.el (sieve-manage-open):
26688         * nnweb.el (nnweb-insert-html):
26689         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26690         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26691         * nnspool.el (nnspool-request-group):
26692         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26693         * nnml.el (nnml-request-update-info):
26694         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26695         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26696         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26697         (nnimap-request-set-mark):
26698         * nnfolder.el (nnfolder-request-update-info):
26699         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26700         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26701         * gnus-uu.el (gnus-uu-find-articles-matching):
26702         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26703         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26704         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26705         * gnus-nocem.el (gnus-nocem-scan-groups):
26706         * gnus-int.el (gnus-start-news-server):
26707         * gnus-group.el (gnus-group-make-kiboze-group)
26708         (gnus-group-browse-foreign-server):
26709         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26710         Use mapc when appropriate.
26711
26712 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26713             Adam Sjøgren  <asjo@koldfront.dk>
26714             Wes Hardaker  <wes@hardakers.net>
26715             Michael Shields  <shields@msrl.com>
26716
26717         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26718         may need for spam sorting and scoring.
26719         (spam-user-format-function-S): Add user format function suitable for
26720         general use.
26721         (spam-article-sort-by-spam-status): Add sorting function for summary
26722         sorting.
26723         (spam-extra-header-to-number): Add function to get a score from a
26724         header.
26725         (spam-summary-score): Add function to get a numeric score from the
26726         headers.
26727         (spam-generic-score): Fix function doc, was in wrong place.
26728         (spam-initialize): Take symbols when it's run, and install the
26729         extra headers that spam-necessary-extra-headers thinks we need.
26730
26731 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26732
26733         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26734         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26735
26736 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26737
26738         * gnus-sum.el (gnus-set-global-variables)
26739         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26740         (gnus-article-get-xrefs, gnus-summary-best-group)
26741         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26742         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26743         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26744         Use with-current-buffer.
26745
26746 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26747
26748         * spam.el (spam-summary-prepare-exit): Simplify logic.
26749         (spam-fetch-article-header): Read the article header if it's not
26750         available.
26751         (spam-list-articles): Simplify logic.
26752         (spam-filelist-register-routine): Fix bug with unregister-list.
26753
26754         * gnus-registry.el: Fix comments at beginning.
26755
26756 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26757
26758         * message.el (message-cater-to-broken-inn): Remove.
26759         (message-shorten-references): Make sure the total folded length of
26760         References is shorter than 998 characters to cater to a bug in INN
26761         2.3.  Also, don't pretend that references aren't folded -- this
26762         hasn't worked for a while.
26763
26764 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26765
26766         * gnus-agent.el (gnus-agentize):
26767         gnus-agent-send-mail-real-function no longer set to current value
26768         of message-send-mail-function but rather a lambda that calls
26769         message-send-mail-function.  The change makes the agent real-time
26770         responsive to user changes to message-send-mail-function.
26771
26772 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26773
26774         * legacy-gnus-agent.el
26775         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26776         help from Florian Weimer <fw@deneb.enyo.de>
26777
26778 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26779
26780         * nnmail.el (nnmail-cache-insert): Revert last change.
26781
26782 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26783
26784         * nnmail.el (nnmail-cache-insert): Always check whether
26785         nnmail-cache-ignore-groups matches a group name.
26786
26787 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26788
26789         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26790         (spam-find-spam, spam-log-processing-to-registry)
26791         (spam-log-registered-p, spam-log-unregistration-needed-p)
26792         (spam-log-undo-registration): Use gnus-message instead of
26793         gnus-error, none of these errors are fatal.
26794
26795         * gnus-registry.el (gnus-registry-clean-empty-function)
26796         (gnus-registry-clean-empty): Remove only empty entries without
26797         extra data.
26798
26799 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26800
26801         * spam-stat.el (spam-stat-buffer-change-to-spam)
26802         (spam-stat-buffer-change-to-non-spam): Change (error) to
26803         (gnus-message 8) invocation.
26804
26805 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26806
26807         * nntp.el (nntp-via-netcat-command): New variable.
26808         (nntp-via-netcat-switches): New variable.
26809         (nntp-open-via-rlogin-and-netcat): New function.
26810         (nntp-open-connection-function): Doc fix.
26811         (nntp-telnet-command): Doc fix.
26812         (nntp-end-of-line): Doc fix.
26813         (nntp-via-rlogin-command): Doc fix.
26814         (nntp-via-user-name): Doc fix.
26815         (nntp-via-address): Doc fix.
26816
26817 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26818
26819         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26820         error in Emacs 21.1.
26821
26822 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26823
26824         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26825
26826 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26827
26828         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26829         (gnus-agent-with-refreshed-group): New macro.
26830         (gnus-agent-rename-group): New function.
26831         (gnus-agent-delete-group): New function.
26832         (gnus-agent-save-group-info): Use gnus-command-method when
26833         `method' parameter is nil.  Don't write nil entries into the
26834         active file.
26835         (gnus-agent-get-group-info): New function.
26836         (gnus-agent-fetch-articles):
26837         Use gnus-agent-update-files-total-fetched-for to increment disk space
26838         used.
26839         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26840         Use gnus-agent-update-view-total-fetched-for to increment disk space
26841         used.
26842         (gnus-agent-get-local): Add optional parameters to avoid calling
26843         gnus-group-real-name and gnus-find-method-for-group.
26844         (gnus-agent-set-local): Delete stored entry if either min, or max,
26845         are nil.
26846         (gnus-agent-fetch-session): Reworded error/quit messages.
26847         On quit, use gnus-agent-regenerate-group to record existance of any
26848         articles fetched to disk before the quit occurred.
26849         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26850         gnus-agent-update-view-total-fetched-for, and
26851         gnus-agent-update-files-total-fetched-for to decrement disk space
26852         used.
26853         (gnus-agent-retrieve-headers):
26854         Use gnus-agent-update-view-total-fetched-for to increment disk space
26855         used.
26856         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26857         with gnus-agent-update-files-total-fetched-for to decrement disk
26858         space and fresh group buffer.
26859         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26860         (gnus-agent-need-update-total-fetched-for): New variable.
26861         (gnus-agent-update-files-total-fetched-for): New function.
26862         (gnus-agent-update-view-total-fetched-for): New function.
26863         (gnus-agent-total-fetched-for): New function.
26864
26865         * gnus-cache.el (gnus-cache-save-buffers):
26866         Use gnus-cache-update-overview-total-fetched-for to change disk space
26867         used by this group.
26868         (gnus-cache-possibly-enter-article):
26869         Use gnus-cache-update-file-total-fetched-for to increment disk space
26870         used by this group.
26871         (gnus-cache-possibly-remove-article):
26872         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26873         used by this group.
26874         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26875         (gnus-cache-rename-group): New function.
26876         (gnus-cache-delete-group): New function.
26877         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26878         (gnus-cache-need-update-total-fetched-for): New variable.
26879         (gnus-cache-with-refreshed-group): New macro.
26880         (gnus-cache-update-file-total-fetched-for): New function.
26881         (gnus-cache-update-overview-total-fetched-for): New function.
26882         (gnus-cache-rename-group-total-fetched-for): New function.
26883         (gnus-cache-delete-group-total-fetched-for): New function.
26884         (gnus-cache-total-fetched-for): New function.
26885
26886         * gnus-group.el: Require gnus-sum and autoload functions to
26887         resolve warnings when gnus-group.el compiled alone.
26888         (gnus-group-line-format): Document new %F.
26889         (size of Fetched data) group line format; identifies disk space
26890         used by agent and cache.
26891         (gnus-group-line-format-alist): Define new F format.
26892         (gnus-total-fetched-for): New function.
26893         (gnus-group-delete-group): No longer update
26894         gnus-cache-active-altered as gnus-request-delete-group now keeps
26895         the cache in sync.
26896         (gnus-group-list-active): Let the agent store a server's active
26897         list if currently plugged.
26898
26899         * gnus-int.el (gnus-request-delete-group):
26900         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26901         local disk in sync with the server.
26902         (gnus-request-rename-group):
26903         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26904         local disk in sync with the server.
26905
26906         * gnus-start.el (gnus-get-unread-articles):
26907         Cosmetic simplification to logic.
26908
26909         * gnus-util.el (gnus-rename-file): New function.
26910
26911 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26912
26913         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26914
26915 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26916
26917         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26918         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26919
26920 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26921
26922         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26923         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26924
26925 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26926
26927         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26928
26929 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26930
26931         * spam.el (spam-set-difference): Add function to replace
26932         gnus-set-difference in spam.el.
26933         (spam-summary-prepare-exit): Use spam-set-difference.
26934
26935 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26936
26937         * gnus-registry.el (gnus-registry-cache-file): Update to use
26938         gnus-dribble-directory OR gnus-home-directory OR ~.
26939         (gnus-registry-split-fancy-with-parent): Fix doc.
26940
26941 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26942
26943         * message.el (message-exchange-point-and-mark):
26944         Use message-mark-active-p.  Suggested by Jesper Harder
26945         <harder@ifa.au.dk>.
26946
26947 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26948
26949         * message.el (message-exchange-point-and-mark): Don't activate
26950         region if it was inactive.  Suggested by Hiroshi Fujishima
26951         <pooh@nature.tsukuba.ac.jp>.
26952
26953 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26954
26955         * gnus-art.el (article-display-face): Display Faces in the same
26956         order as X-Faces.
26957
26958 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26959
26960         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26961
26962 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26963
26964         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26965         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26966         (gnus-article-mime-hierarchy): Remove.
26967         (gnus-article-mime-hierarchy-next): Remove.
26968         (gnus-article-mode): Revert 2004-03-19 change.
26969         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26970         (gnus-insert-mime-button): Revert 2004-03-19 change.
26971         (gnus-mime-accumulate-hierarchy): Remove.
26972         (gnus-mime-enter-multipart): Remove.
26973         (gnus-mime-leave-multipart): Remove.
26974         (gnus-mime-display-part): Revert 2004-03-19 change.
26975         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26976
26977         * mml.el (mml-preview): Revert 2004-03-19 change.
26978
26979 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26980
26981         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26982
26983 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26984
26985         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26986         t while entering a file name using the mm-with-multibyte macro.
26987         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26988
26989         * mm-util.el (mm-with-multibyte): New macro.
26990
26991 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26992
26993         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26994         New user option.
26995         (gnus-mime-multipart-functions): Doc and customization fix.
26996         (gnus-article-mime-hierarchy): New variable.
26997         (gnus-article-mime-hierarchy-next): New variable.
26998         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26999         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27000         gnus-article-mime-hierarchy-next to nil.
27001         (gnus-insert-mime-button): Show hierarchy numbers.
27002         (gnus-mime-accumulate-hierarchy): New function.
27003         (gnus-mime-enter-multipart): New function.
27004         (gnus-mime-leave-multipart): New function.
27005         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27006         (gnus-mime-display-alternative): Show hierarchy numbers.
27007
27008         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27009         gnus-article-mime-hierarchy-next to nil.
27010
27011 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27012
27013         * dns.el: Don't require gnus-xmas.
27014
27015 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27016
27017         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27018         inline PGP.
27019         (mml-menu): Disable mml-quote-region if mark is inactive.
27020
27021 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27022
27023         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27024         when the group's active is not available.
27025
27026 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27027
27028         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27029         error.
27030
27031 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27032
27033         * imap.el (imap-store-password): New variable.
27034         (imap-interactive-login): Use it.
27035         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27036
27037 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27038
27039         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27040         window-start and hscroll to summary window.
27041
27042 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27043
27044         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27045         conversion message to newsrc-dribble when an actual conversion is
27046         performed.
27047
27048 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27049
27050         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27051
27052 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27053
27054         * mm-decode.el (mm-complicated-handles): New function reviving
27055         former definition of mm-multiple-handles.
27056
27057         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27058         (gnus-mime-delete-part): Use it.
27059
27060 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27061
27062         * gnus-agent.el (gnus-agent-read-local):
27063         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27064         avoid the implicit assumption that they will always be equal.
27065         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27066         coding-system-for-write, as the with-temp-file macro first prints
27067         to a buffer then saves the buffer.
27068
27069 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27070
27071         * gnus-art.el (gnus-article-edit-part): New function.
27072         (gnus-mime-save-part-and-strip): Use it; do query instead of
27073         signaling an error; don't use mm-multiple-handles.
27074         (gnus-mime-delete-part): Ditto.
27075
27076 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27077
27078         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27079         old file versions.
27080         (gnus-group-prepare-hook): Remove function that converted list
27081         form of gnus-agent-expire-days to group properties.
27082
27083         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27084         (gnus-request-accept-article): Re-indented.
27085
27086         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27087         converters to handle old agent file formats.  Add logic for a
27088         "backup before upgrading warning".
27089         (gnus-convert-mark-converter-prompt): Developers can mark
27090         functions as needing (default), or not needing,
27091         gnus-convert-old-newsrc's "backup before upgrading warning".
27092         (gnus-convert-converter-needs-prompt): Tests whether the user
27093         should be protected from potentially irreversable changes by the
27094         function.
27095
27096         * legacy-gnus-agent.el: New.  Provides converters that are only
27097         loaded when gnus-convert-old-newsrc needs to call them.
27098
27099 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27100
27101         * mail-source.el (mail-source-touch-pop): Doc fix.
27102
27103         * message.el (message-smtpmail-send-it): Doc fix.
27104
27105 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27106
27107         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27108
27109         * nnmail.el (nnmail-split-fancy): do.
27110
27111         * gnus-kill.el (gnus-kill, gnus-execute): do.
27112
27113 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27114
27115         * gnus-sum.el (gnus-widget-reversible-match)
27116         (gnus-widget-reversible-to-internal)
27117         (gnus-widget-reversible-to-external): New functions.
27118         (gnus-widget-reversible): New widget.
27119         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27120
27121 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27122
27123         * gnus-sum.el (gnus-thread-sort-functions)
27124         (gnus-article-sort-functions): Document `(not F)' items.
27125
27126 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27127
27128         * spam.el (spam-use-gmane-xref): Add new backend.
27129         (spam-gmane-xref-spam-group): Add variable to control the name of the
27130         Gmane spam group.
27131         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27132         (spam-regex-headers-spam, spam-regex-headers-ham)
27133         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27134         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27135         backends and checks.
27136         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27137
27138         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27139         an autodetect method.
27140
27141 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27142
27143         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27144         articles are being added to a group.
27145         (gnus-request-replace-article): Inform the agent that articles
27146         need to be uncached as the cached contents are no longer valid.
27147
27148 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27149
27150         * binhex.el: Don't autoload executable-find.
27151
27152         * canlock.el: Don't autoload mail-fetch-field.
27153
27154         * dgnushack.el: Autoload c-mode for XEmacs.
27155
27156         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27157
27158         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27159         rmail-dont-reply-to and rmail-output.
27160
27161         * gnus-score.el: Don't autoload ffap-string-at-point.
27162
27163         * gnus-setup.el: Don't autoload sc-cite-original.
27164
27165         * imap.el: Don't autoload base64-decode-string,
27166         base64-encode-string and md5.
27167
27168         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27169         and rmail-msg-restore-non-pruned-header.
27170
27171         * mm-decode.el: Don't autoload executable-find.
27172
27173         * mm-url.el: Don't autoload executable-find.
27174
27175         * mm-view.el: Don't autoload diff-mode.
27176
27177         * nndb.el: Don't autoload news-reply-mode, news-setup,
27178         cancel-timer and telnet.
27179
27180         * password.el: Don't autoload run-at-time for Emacs.
27181
27182         * sha1-el.el: Don't autoload executable-find.
27183
27184         * sieve-mode.el: Don't autoload c-mode.
27185
27186         * uudecode.el: Don't autoload executable-find.
27187
27188 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27189
27190         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27191         (gnus-agent-possibly-alter-active): Avoid null in numeric
27192         comparison.
27193         (gnus-agent-set-local): Refuse to save null in local object table.
27194         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27195         list of articles that will be marked as unread.
27196
27197 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27198
27199         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27200
27201 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27202
27203         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27204         language tags.
27205
27206 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27207
27208         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27209         Don't bind "obarray".
27210
27211         * gnus-sum.el (gnus-thread-sort-functions):
27212         Add `gnus-thread-sort-by-most-recent-number' and
27213         `gnus-thread-sort-by-most-recent-date'.
27214         Reported by Kai Grossjohann <kai@emptydomain.de>.
27215
27216 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27217
27218         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27219
27220 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27221
27222         * gnus-cus.el (gnus-agent-customize-category):
27223         Remove ignore-errors macro reference that required cl to be loaded at
27224         run-time.
27225
27226         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27227         single-interval range of the form (min . max).  Previously the
27228         range had to look like ((min . max)).  Likewise, return
27229         (min . max) rather than ((min . max)).
27230         (gnus-range-map): Use gnus-range-normalize to accept
27231         single-interval range.
27232
27233         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27234         the cache, but not the agent, now appear with their usual face.
27235
27236         * dgnushack.el (loaddir): New variable that is bound to the
27237         directory containing the dgnushack.el file.  Use loaddir, rather
27238         than srcdir, to update load-path.  Change lets dgnushack compile
27239         code in directories other than GNUS/lisp.
27240
27241 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27242
27243         * lpath.el: Don't bind w3m-safe-url-regexp.
27244
27245         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27246         w3m-safe-url-regexp variable buffer-local.
27247
27248         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27249
27250 2004-02-27  Simon Josefsson  <jas@extundo.com>
27251
27252         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27253         gnus-group-real-prefix.
27254         (gnus-summary-move-article): Use it, instead of
27255         gnus-group-real-prefix.
27256
27257 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27258
27259         * lpath.el: Bind w3m-safe-url-regexp.
27260
27261         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27262         w3m-safe-url-regexp variable buffer-local and set it as the value
27263         of mm-w3m-safe-url-regexp.
27264
27265         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27266
27267         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27268         parsing gnus-posting-styles when the message is not for replying.
27269
27270         * dgnushack.el: Autoload sgml-mode for XEmacs.
27271
27272         * nnrss.el (nnrss-opml-export):
27273         Use mm-set-buffer-file-coding-system instead of
27274         set-buffer-file-coding-system.
27275
27276 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27277
27278         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27279         of checkdoc.el).
27280         * nnrss.el: do.
27281         * gnus-mlspl.el: do.
27282         * gnus-ml.el: do.
27283         * gnus-srvr.el: do.
27284
27285         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27286
27287 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27288
27289         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27290         Corrections to custom-manual links.
27291
27292         * gnus-art.el (gnus-article): Ditto.
27293
27294         * mm-decode.el (mime-display, mime-security): Ditto.
27295
27296 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27297
27298         * flow-fill.el: Typo.
27299
27300 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27301
27302         * spam-wash.el: New file.
27303
27304 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27305
27306         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27307
27308 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27309
27310         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27311         to be run with new-articles as LIST1, not LIST2.
27312         (spam-registration-functions): Add spam-use-ham-copy as a nil
27313         registration backend.
27314
27315 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27316
27317         * spam-stat.el (spam-stat-washing-hook): New option.
27318         (spam-stat-buffer-words): Use it.
27319         (spam-stat-process-directory, spam-stat-test-directory):
27320         Use insert-file-contents-literally.
27321         (spam-stat-coding-system): New variable.
27322         (spam-stat-load, spam-stat-save): Use it.
27323
27324 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27325
27326         * spam-report.el (spam-report-plug-agent):
27327         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27328
27329 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27330
27331         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27332         Allow / in mailto URLs.
27333
27334 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27335
27336         * spam-report.el (spam-report-process-queue): Fix interactive use.
27337         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27338         (spam-report-unplug-agent): Doc fixes.
27339         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27340         (spam-report-agentize, spam-report-deagentize): Autoload.
27341
27342 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27343
27344         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27345
27346         * message.el (message-setup-fill-variables): Add mml tags to
27347         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27348         <ajk@iu.edu>.
27349         (message-mode): Don't modify paragraph-separate there.
27350
27351 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27352
27353         * compface.el (uncompface-use-external): Default to undecided.
27354         (uncompface-use-external-threshold): New variable.
27355         (uncompface-float-time): New macro.
27356         (uncompface): Determine whether to use the external decoder if
27357         uncompface-use-external is undecided.
27358
27359 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27360
27361         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27362         after images.
27363
27364         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27365
27366 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27367
27368         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27369
27370         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27371
27372         * gnus-sum.el (gnus-summary-limit-to-age)
27373         (gnus-summary-limit-children): do.
27374
27375         * gnus-int.el (gnus-request-scan): do.
27376
27377         * gnus-group.el (gnus-group-suspend): do.
27378
27379         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27380
27381         * gnus-cite.el (gnus-cite-parse-attributions): do.
27382
27383         * gnus-agent.el (gnus-summary-set-agent-mark)
27384         (gnus-agent-regenerate-group): do.
27385
27386         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27387
27388         * binhex.el (binhex-decode-region-internal): do.
27389
27390 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27391
27392         * gnus-fun.el (gnus-face-properties-alist): New user option.
27393         (gnus-display-x-face-in-from): Use it.
27394
27395         * gnus-art.el (article-display-face): Ditto.
27396
27397         * compface.el (uncompface-use-external): Default to nil.
27398
27399 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27400
27401         * nntp.el (nntp-erase-buffer): New function.
27402         (nntp-retrieve-data, nntp-send-command)
27403         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27404         (nntp-possibly-change-group): Use it.
27405
27406         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27407         Use with-current-buffer.
27408
27409 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27410
27411         * compface.el: Merge the ELisp-based uncompface program.
27412         (compface): New customization group.
27413         (uncompface-use-external): New user option.
27414         (uncompface): Call uncompface-internal if uncompface-use-external
27415         is nil.
27416         (uncompface-internal): New function.  Note that there are also
27417         some other functions and variables added for this function.
27418
27419 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27420
27421         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27422         if necessary.
27423
27424 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27425
27426         * spam-report.el (spam-report-unplug-agent)
27427         (spam-report-plug-agent, spam-report-deagentize)
27428         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27429         Add support for the Agent in spam-report: when unplugged, report to a
27430         file; when plugged, submit all the requests.
27431
27432         * spam.el (spam-register-routine): Fix message about
27433         registration.
27434
27435 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27436
27437         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27438         dependencies.
27439         (rfc2047-encode): Use it.
27440
27441         * gnus-art.el (gnus-button-marker-list): Move before first
27442         reference.
27443
27444         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27445         (imap-parse-body): Fix format string mismatch.
27446
27447         * gnus-score.el (gnus-summary-increase-score): do.
27448
27449         * nnrss.el (nnrss-close): New function.
27450
27451 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27452
27453         * nnrss.el (nnrss-make-filename): New function.
27454         (nnrss-request-delete-group, nnrss-read-server-data)
27455         (nnrss-save-server-data, nnrss-read-group-data)
27456         (nnrss-save-group-data): Use it.
27457         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27458         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27459         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27460
27461 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27462
27463         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27464
27465 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27466
27467         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27468         files.
27469
27470         * message.el (message-generate-headers-first): Don't quote nil
27471         and t in docstrings.
27472
27473         * imap.el (imap-id): do.
27474
27475         * gnus-agent.el (gnus-agent-consider-all-articles)
27476         (gnus-agent-queue-mail): do.
27477
27478 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27479
27480         * spam-report.el (spam-report-process-queue): New function.
27481         Process requests from `spam-report-requests-file'.
27482         (spam-report-process-queue): Doc fix.
27483
27484 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27485
27486         * spam.el (spam-register-routine)
27487         (spam-log-processing-to-registry, spam-log-registered-p)
27488         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27489         Change "check" to "spam-check" for semi-clarity.
27490
27491 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27492
27493         * pop3.el: Require nnheader.
27494
27495         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27496
27497         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27498
27499         * gnus-picon.el: Require cl.
27500
27501         * gnus-fun.el: Require gnus-ems and gnus-util.
27502
27503         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27504
27505         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27506
27507         * gnus-art.el (gnus-article-edit-mode): Define before first
27508         reference.
27509
27510 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27511
27512         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27513         (gnus-uu-post-encoded): Use point-at-bol.
27514
27515         * gnus-topic.el (gnus-group-active-topic-p): do.
27516
27517         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27518
27519         * gnus-group.el (gnus-group-kill-region): do.
27520
27521         * gnus-art.el (article-date-ut): do.
27522
27523         * message.el (message-fetch-field): Remove redundant
27524         case-fold-search binding.
27525         (message-narrow-to-field): Simplify.
27526
27527 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27528
27529         * spam.el (spam-directory): Derive from `gnus-directory'.
27530
27531         * spam-report.el (spam-report-url-to-file)
27532         (spam-report-requests-file): New function and variable for offline
27533         reporting.
27534         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27535         and user defined function.
27536         (spam-report-url-ping-mm-url): Remove doubled slash.
27537
27538 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27539
27540         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27541
27542 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27543
27544         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27545         Fix format string mismatch.
27546
27547         * sieve.el (sieve-deactivate-all): do.
27548
27549         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27550
27551         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27552
27553         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27554
27555         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27556
27557 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27558
27559         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27560         the list of checks.
27561
27562 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27563
27564         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27565         padding.
27566
27567 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27568
27569         * mm-view.el (mm-fill-flowed): New variable.
27570         (mm-inline-text): Use it.
27571
27572 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27573
27574         * spam.el (spam-spamassassin-register-ham-routine)
27575         (spam-spamassassin-register-spam-routine): Fix function names.
27576
27577 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27578
27579         * gnus.el (gnus-tmp-grouplens): Remove.
27580         (gnus-summary-line-format): Remove grouplens.
27581
27582         * gnus-group.el (gnus-group-line-format): Ditto.
27583
27584         * gnus-spec.el (gnus-format-specs): Ditto.
27585         (gnus-update-format-specifications): Flush the group format spec
27586         cache if there's the grouplens stuff.
27587         (gnus-parse-simple-format): Replace %l with the empty string.
27588
27589 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27590
27591         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27592         omission.
27593
27594 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27595
27596         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27597         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27598
27599 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27600
27601         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27602         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27603         New macros and functions.
27604         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27605         Handle > NLINK_MAX messages.
27606         * nnmaildir.el (nnmaildir-request-set-mark):
27607         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27608
27609 2004-01-25  Alex Schroeder  <alex@gnu.org>
27610
27611         * spam-stat.el (spam-stat-process-directory-age): New option.
27612         (spam-stat-process-directory): Use it.
27613
27614 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27615
27616         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27617         (spam-stat-save): Accept prefix argument.
27618
27619 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27620
27621         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27622         links" error.
27623
27624 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27625
27626         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27627         the rest of the and/or forms.
27628
27629 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27630
27631         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27632         compatibility with old .newsrc.eld files.
27633
27634         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27635
27636         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27637
27638         * gnus-start.el (gnus-1): do.
27639
27640         * gnus-group.el (gnus-group-line-format-alist): do.
27641
27642         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27643
27644         * gnus-gl.el: Remove.
27645
27646 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27647
27648         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27649         marks consisting of a single range {for example, (3 . 5)} rather
27650         than a list of a single range { ((3 . 5)) }.
27651
27652 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27653
27654         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27655         Use with-current-buffer.
27656         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27657         avoid consing a string.
27658
27659         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27660         Remove obsolete entries for big5 and gb2312.
27661
27662 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27663
27664         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27665         uncompressed list.
27666
27667 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27668
27669         * spam-stat.el (spam-stat-strip-xref): New function.
27670         (spam-stat-process-directory): Use it.
27671
27672         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27673         here -- it's done in message-fetch-field.
27674
27675 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27676
27677         * gnus-agent.el (gnus-agent-queue-mail)
27678         (gnus-agent-prompt-send-queue): New variables.
27679         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27680         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27681         "nndraft:queue" along to gnus-draft-send.
27682         Use gnus-agent-prompt-send-queue.
27683         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27684         is "nndraft:queue".  Suggested by Gaute Strokkenes
27685         <gs234@srcf.ucam.org>
27686
27687         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27688         (agent-enable-undownloaded-faces): Add.
27689         (gnus-agent-cat-groups): Use eval-and-compile, not
27690         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27691         method of gnus-agent-cat-groups even when the buffer has been
27692         evaled.
27693         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27694         delete gnus-agent-save-active-1.
27695         (gnus-agent-save-groups): Delete.  Identical to
27696         gnus-agent-save-active.
27697         (gnus-agent-write-active): No longer adjust agent's copy of active
27698         file as agent's adjustments are now stored in their own
27699         file.  Remove optional parameter.
27700         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27701         servers.  Add use of min/max range limits from server's local
27702         file.
27703         (gnus-agent-save-alist): Remove unused optional argument.
27704         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27705         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27706         (gnus-agent-set-local): A per-server file that keeps min/max range
27707         limits for articles known to the agent.  Provides a fast mechanism
27708         for altering many active ranges.
27709         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27710         active file (local makes it unnecessary).
27711         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27712
27713         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27714         (agent-enable-undownloaded-faces): Add.
27715
27716         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27717         disable it when sending to "nndraft:queue".
27718         (gnus-group-send-queue): Add safety check to avoid sending queue
27719         when unplugged.
27720
27721         * gnus-group.el (gnus-group-catchup): Use new
27722         gnus-sequence-of-unread-articles, not
27723         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27724         numbers of articles.  Use gnus-range-map to avoid having to
27725         uncompress the unread list.
27726         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27727         Fix invalid ange-ftp reference.
27728
27729         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27730         (gnus-sorted-range-intersection): Intersection of two ranges
27731         without requiring that they first be uncompressed.
27732
27733         * gnus-start.el (gnus-activate-group): Unless blocked by the
27734         caller, possibly expand the active range to include both cached
27735         and agentized articles.
27736         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27737         multiple version-dependent converters.
27738         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27739         gnus-agent-save-active.
27740         (gnus-save-newsrc-file): Save dirty agent range limits.
27741
27742         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27743         gnus-agent-possibly-alter-active.
27744         (gnus-adjust-marked-articles): Faster handling of simple lists.
27745
27746 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27747
27748         * spam-stat.el (spam-stat-test-directory): New optional argument
27749         displays a list of files detected.  Suggested by Andrew Cohen
27750         <cohen@andy.bu.edu>.
27751         (spam-stat-buffer-words-with-scores): Don't narrow and change
27752         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27753
27754 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27755
27756         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27757         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27758         (spam-spamassassin-arguments)
27759         (spam-spamassassin-spam-flag-header)
27760         (spam-spamassassin-positive-spam-flag-header)
27761         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27762         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27763         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27764         (spam-list-of-processors, spam-list-of-checks)
27765         (spam-list-of-statistical-checks, spam-registration-functions)
27766         (spam-check-spamassassin-headers, spam-check-spamassassin)
27767         (spam-spamassassin-score)
27768         (spam-spamassassin-register-with-sa-learn)
27769         (spam-spamassassin-register-spam-routine)
27770         (spam-spamassassin-register-ham-routine)
27771         (spam-assassin-register-spam-routine)
27772         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27773         (spam-bogofilter-score): Fix to show article before scoring.
27774
27775 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27776
27777         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27778         default scoring function.
27779         (spam-generic-score): Call spam-spamassassin-score if
27780         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27781         spam-bogofilter-score otherwise.
27782
27783         * gnus.el (spam-process, spam-autodetect-methods):
27784         Add spamassassin and spamassassin-headers.
27785
27786 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27787
27788         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27789         Suppress unnecessary messages.
27790
27791 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27792
27793         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27794         make-hash-table.
27795
27796 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27797
27798         * canlock.el (base64-encode-string): Don't autoload it.
27799
27800 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27801
27802         * run-at-time.el: Remove useless (require 'itimer),
27803         eval-and-compile and (featurep 'xemacs).
27804
27805 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27806
27807         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27808         GROUP is a virtual group.
27809
27810 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27811
27812         * gnus.el: Autoload `message-y-or-n-p'.
27813
27814 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27815
27816         * pgg-parse.el: Remove unnecessary (require 'custom).
27817
27818         * pgg-def.el: do.
27819
27820         * nnmail.el: do.
27821
27822         * gnus-undo.el: do.
27823
27824         * gnus-picon.el: do.
27825
27826         * gnus-util.el: do.
27827
27828 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27829
27830         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27831
27832 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27833
27834         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27835         handle, as well as a list.
27836
27837         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27838         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27839         (mm-w3m-cid-retrieve): Simplify.
27840
27841 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27842
27843         * message.el (message-kill-to-signature): Allow prefix arg to
27844         specify number of lines to keep before signature.
27845
27846 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27847
27848         * message.el (message-kill-to-signature): Change docstring.
27849
27850 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27851
27852         * canlock.el: Always require sha1-el.
27853         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27854
27855         * message.el: Autoload sha1 only when compiling.
27856
27857         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27858         eudc-expand-inline for XEmacs.
27859
27860 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27861
27862         * message.el (message-canlock-generate): Require sha1-el.
27863
27864 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27865
27866         * message.el (message-expand-name): Silence the byte compiler.
27867
27868         * lpath.el: Add detect-coding-system.
27869
27870         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27871         cus-edit.
27872
27873 2004-01-13  Simon Josefsson  <jas@extundo.com>
27874
27875         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27876         Invoke gnus-score-mode.
27877         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27878
27879         * gnus-range.el (gnus-compress-sequence): Doc fix.
27880         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27881
27882 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27883
27884         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27885
27886 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27887
27888         * spam.el (spam-get-article-as-string): Update to use
27889         gnus-request-article-this-buffer, much simpler.
27890         (spam-get-article-as-buffer): Remove.
27891
27892 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27893
27894         * message.el (message-expand-name): Use EUDC if the user uses that.
27895
27896 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27897
27898         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27899         character for the encoding to avoid consing a string.
27900
27901         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27902         unnecessarily.
27903
27904         * mm-util.el (mm-replace-chars-in-string): Remove.
27905
27906         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27907         of mm-replace-chars-in-string.
27908
27909 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27910
27911         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27912
27913         * mm-util.el (mm-subst-char-in-string): Support inplace.
27914
27915         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27916         a new string in every iteration.  Use shy groups.
27917
27918 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27919
27920         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27921         * gnus-soup.el (gnus-soup-group-brew):
27922         * gnus-msg.el (gnus-put-message):
27923         * gnus-move.el (gnus-group-move-group-to-server):
27924         * gnus-kill.el (gnus-batch-score):
27925         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27926         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27927         (gnus-group-update-group, gnus-group-read-group)
27928         (gnus-group-make-group, gnus-group-make-help-group)
27929         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27930         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27931         (gnus-group-sort-by-unread, gnus-group-catchup)
27932         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27933         (gnus-group-yank-group, gnus-group-set-info)
27934         (gnus-group-list-groups):
27935         * gnus.el (gnus-generate-new-group-name):
27936         * gnus-delay.el (gnus-delay-send-queue):
27937         * nnvirtual.el (nnvirtual-catchup-group):
27938         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27939         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27940         (gnus-group-prepare-topics, gnus-topic-check-topology):
27941         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27942         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27943         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27944         (gnus-group-make-articles-read):
27945         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27946         (gnus-group-change-level, gnus-kill-newsgroup)
27947         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27948         (gnus-get-unread-articles, gnus-make-articles-unread)
27949         (gnus-make-ascending-articles-unread): Use accessor
27950         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27951         to get group information for improved readability.
27952
27953
27954 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27955
27956         * gnus-art.el (article-decode-mime-words, article-babel)
27957         (gnus-article-highlight-signature, gnus-article-add-buttons)
27958         (gnus-signature-toggle): Use gnus-with-article-buffer.
27959
27960         * gnus-art.el (gnus-article-highlight-headers)
27961         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27962
27963         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27964         (gnus-article-set-globals, gnus-request-article-this-buffer)
27965         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27966         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27967         (gnus-mime-display-alternative): Use with-current-buffer.
27968
27969 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27970
27971         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27972         also under 80 char limit, and call gnus-error if needed.
27973         (spam-fetch-article-header): Fix - it was a
27974         buffer-local variable (gnus-newsgroup-data).
27975         (spam-find-spam): Use spam-generate-fake-headers, forget about
27976         spam-insert-fake-headers.
27977         (spam-insert-fake-headers): Remove.
27978
27979 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27980
27981         * deuglify.el (gnus-article-outlook-unwrap-lines)
27982         (gnus-outlook-rearrange-article)
27983         (gnus-outlook-repair-attribution-outlook)
27984         (gnus-outlook-repair-attribution-block)
27985         (gnus-outlook-repair-attribution-other): Remove redundant
27986         save-excursion.
27987
27988 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27989
27990         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27991         (spam-fetch-field-subject-fast)
27992         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27993         (spam-fetch-article-header): Add functions to deal with Gnus
27994         internals for fast retrieval of article header data.
27995         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27996
27997 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27998
27999         * pop3.el (pop3-md5): Remove.
28000         (pop3-apop): Replace pop3-md5 with md5.
28001
28002         * mm-bodies.el: base64 is always built-in.
28003
28004         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28005         Use with-current-buffer.
28006
28007 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28008
28009         * canlock.el (canlock-insert-header): Remove excessive grouping in
28010         regexp.
28011
28012         * gnus-sum.el (gnus-summary-read-document): Ditto.
28013
28014         * gnus-uu.el (gnus-uu-part-number): Ditto.
28015
28016         * html2text.el (html2text-remove-tags): Ditto.
28017         (html2text-format-tags): Ditto.
28018         (html2text-format-single-elements): Ditto.
28019
28020         * mml.el (mml-parse-1): Ditto.
28021
28022 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28023
28024         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28025
28026         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28027
28028         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28029
28030         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28031
28032 2003-11-15  Simon Josefsson  <jas@extundo.com>
28033
28034         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28035         (pgg-gpg-lookup-key): Use regexp match instead of
28036         split-string (split-string is different between emacs 21.2 and
28037         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28038
28039 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28040
28041         * gnus-art.el (gnus-mime-view-all-parts)
28042         (gnus-article-part-wrapper, gnus-article-view-part):
28043         Use with-current-buffer.
28044
28045 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28046
28047         * spam.el (spam-disable-spam-split-during-ham-respool)
28048         (spam-spamoracle-database, spam-cache-lookups)
28049         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28050         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28051         (spam-group-ham-marks, spam-group-spam-marks)
28052         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28053         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28054         also add spam-use-blackholes to the statistical checks.
28055         (spam-fetch-field-fast): Add interface to fetching fields, may
28056         become a macro.
28057         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28058         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28059         (spam-insert-fake-headers): Fake an article when needed.
28060         (spam-find-spam): Fake article when possible.
28061         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28062         (spam-check-bogofilter-headers): Use message-fetch-field instead
28063         of nnmail-fetch-field.
28064
28065 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28066
28067         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28068
28069 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28070
28071         * spam.el (spam-split): Do not require spam-use-CHECK to be
28072         enabled if that check is passed to spam-split explicitly; also
28073         fix so 'spam doesn't get converted to spam-split-group when
28074         spam-split-symbolic-return is t.
28075         (spam-find-spam): Find registrations of the article and use those
28076         instead of re-running spam-split to find the spam/ham
28077         classification of the article.
28078         (spam-log-processing-to-registry, spam-log-registered-p)
28079         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28080         Use gnus-error instead of gnus-message.
28081         (spam-log-registration-type): Add function to determine the
28082         classification of a message based on registry entries; will
28083         return nil if both 'spam and 'ham are found.
28084         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28085         a reasonably fast local cache without the loading errors.
28086         (spam-cache-lookups): Set to t by default.
28087         (spam-find-spam): Don't try to guess spam-cache-lookups.
28088         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28089         spam-caches entry.
28090         (spam-filelist-build-cache, spam-filelist-check-cache):
28091         Fix caching of whitelist/blacklist entries.
28092         (spam-check-whitelist, spam-check-blacklist):
28093         Invoke spam-from-listed-p with a type, not a cache variable.
28094         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28095
28096 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28097
28098         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28099
28100         * nnmail.el (nnmail-split-fancy): do.
28101
28102         * mml.el (mml-parse): do.
28103
28104         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28105         (gnus-score-adaptive): do.
28106
28107 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28108
28109         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28110         (gnus-mime-button-map): Don't set keymap parent.
28111         (gnus-button-ctan-directory-regexp): Use shy grouping.
28112         (gnus-prev-page-map): Don't set keymap parent.
28113         (gnus-prev-page-map): Remove duplicated one.
28114         (gnus-next-page-map): Don't set keymap parent.
28115         (gnus-mime-security-button-map): Ditto.
28116
28117         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28118         version number.
28119
28120         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28121
28122 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28123
28124         * canlock.el (canlock-sha1-function): Remove.
28125         (canlock-sha1-function-for-verify): Remove.
28126         (canlock-openssl-program): Remove.
28127         (canlock-openssl-args): Remove.
28128         (canlock-ignore-errors): Remove.
28129         (canlock-sha1-with-openssl): Remove.
28130         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28131         (canlock-verify): Don't use canlock-ignore-errors.
28132
28133         * sha1-el.el (sha1-string-external): Make it can return a string
28134         in binary form.
28135         (sha1-region-external): Ditto.
28136         (sha1-string-internal): Ditto.
28137         (sha1-region-internal): Ditto.
28138         (sha1-region): Ditto.
28139         (sha1-string): Ditto.
28140         (sha1): Ditto.
28141
28142 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28143
28144         * spam.el (spam-report-articles-gmane): New command.
28145
28146 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28147
28148         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28149
28150         * run-at-time.el (run-at-time-saved): Remove.
28151         (run-at-time): Doc fix.
28152
28153 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28154
28155         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28156         (gnus-summary-limit-map): Add it.
28157         (gnus-summary-make-menu-bar): do.
28158
28159 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28160
28161         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28162         Make attempt at some caching support (done for BBDB only now).
28163         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28164         addresses to be checked.
28165         (spam-clear-cache-BBDB): Add function, to be invoked by
28166         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28167         (spam-check-BBDB): Check and use the caches, if
28168         spam-cache-lookups is on, remove superfluous (provide).
28169
28170 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28171
28172         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28173
28174 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28175
28176         * run-at-time.el (run-at-time-saved): Move to after the definition
28177         of `run-at-time'.
28178
28179         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28180
28181 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28182
28183         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28184         mm-w3m-local-map-property.
28185
28186         * mm-view.el (mm-w3m-mode-map): Remove.
28187         (mm-w3m-local-map-property): Remove.
28188         (mm-inline-text-html-render-with-w3m): Don't use
28189         mm-w3m-local-map-property.
28190
28191 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28192
28193         * run-at-time.el: New file.
28194
28195         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28196         under Emacs.
28197
28198         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28199         of gnus-set-text-properties.
28200
28201         * gnus-uu.el (gnus-uu-save-article): Ditto.
28202
28203         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28204
28205         * gnus-cite.el (gnus-cite-parse): Ditto.
28206
28207         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28208         of gnus-.
28209
28210         * gnus-xmas.el (run-at-time): Require run-at-time.
28211
28212         * gnus.el: Change calls to nnheader-run-at-time and
28213         password-run-at-time throughout to use run-at-time directly.
28214
28215         * password.el: Remove definition of run-at-time.
28216
28217         * nnheaderxm.el: Remove definition of run-at-time.
28218
28219 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28220
28221         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28222         in prompt.
28223
28224 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28225
28226         * messagexmas.el (message-xmas-redefine): Alias
28227         `message-make-caesar-translation-table' to
28228         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28229         version.
28230
28231         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28232         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28233         `gnus-xmas-set-text-properties'.
28234         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28235         `gnus-xmas-completing-read'.
28236         (gnus-xmas-completing-read): Removed.
28237         (gnus-xmas-open-network-stream): Removed.
28238
28239         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28240         XEmacs version.
28241
28242         * dns.el (dns-make-network-process): Use `open-network-stream'
28243         instead of `gnus-xmas-open-network-stream'.
28244
28245         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28246
28247         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28248
28249 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28250
28251         * gnus-art.el (gnus-mime-display-alternative)
28252         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28253         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28254         Don't use gnus-local-map-property.
28255
28256         * gnus-util.el (gnus-local-map-property): Remove.
28257
28258         * mm-view.el (mm-view-pkcs7-decrypt):
28259         Replace gnus-completing-read-maybe-default with completing-read.
28260
28261         * gnus-util.el (gnus-completing-read): do.
28262         (gnus-completing-read-maybe-default): Remove.
28263
28264 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28265
28266         * password.el: Only autoload `run-at-time' if not XEmacs.
28267         Only autoload the itimer functions if XEmacs.
28268
28269 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28270
28271         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28272         XEmacsen.
28273
28274         * dgnushack.el: Autoload executable-find for XEmacs.
28275
28276 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28277
28278         * gnus-art.el (gnus-read-string): Remove.
28279         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28280         read-string.
28281
28282 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28283
28284         * netrc.el: Autoload password-read.
28285         (netrc): Add configuration group.
28286         (netrc-encoding-method, netrc-openssl-path):
28287         Add variables for encoding and decoding of files with symmetric
28288         ciphers.
28289         (netrc-encode): Add assistant function to encode a file with
28290         netrc-encoding-method.
28291         (netrc-parse): Add interactive parameter, added optional
28292         decoding if netrc-encoding-method is non-nil but otherwise
28293         behavior is standard.
28294         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28295         Do s/encode/encrypt/ everywhere.
28296
28297         * spam.el: Remove executable-find autoload.
28298
28299 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28300
28301         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28302
28303         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28304
28305 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28306
28307         * gnus-art.el (gnus-treat-ansi-sequences)
28308         (article-treat-ansi-sequences): New variable and function.
28309         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28310
28311         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28312         Use it.
28313
28314 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28315
28316         * mm-util.el (mm-quote-arg): Remove.
28317
28318         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28319         shell-quote-argument.
28320
28321         * gnus-uu.el (gnus-uu-command): do.
28322
28323         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28324
28325         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28326         with make-char.
28327
28328         * mm-util.el (mm-make-char): Remove.
28329
28330         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28331         add-minor-mode.
28332
28333         * gnus-undo.el (gnus-undo-mode): do.
28334
28335         * gnus-topic.el (gnus-topic-mode): do.
28336
28337         * gnus-sum.el (gnus-dead-summary-mode): do.
28338
28339         * gnus-start.el (gnus-slave-mode): do.
28340
28341         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28342
28343         * gnus-ml.el (gnus-mailing-list-mode): do.
28344
28345         * gnus-gl.el (gnus-grouplens-mode): do.
28346
28347         * gnus-draft.el (gnus-draft-mode): do.
28348
28349         * gnus-dired.el (gnus-dired-mode): do.
28350
28351         * gnus-ems.el (gnus-add-minor-mode): Remove.
28352
28353         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28354         Replace gnus-char-width with char-width.
28355
28356         * gnus-ems.el (gnus-char-width): Remove.
28357
28358         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28359         Replace gnus-char-width with char-width.
28360
28361         * gnus-ems.el (gnus-char-width): Remove.
28362
28363         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28364         definition.
28365         Remove Emacs 20 hash table compatibility code.
28366
28367         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28368         20 compatibility code.
28369
28370         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28371
28372         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28373
28374         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28375         Replace with point-at-{eol,bol}.
28376
28377         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28378
28379         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28380
28381         * flow-fill.el (fill-flowed-point-at-bol)
28382         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28383
28384         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28385         Replace with point-at-{eol,bol} throughout all files.
28386
28387 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28388
28389         * ntlm.el (ntlm-string-as-unibyte): New macro.
28390         (ntlm-build-auth-response): Use it.
28391
28392         Remove Emacs 20 stuff:
28393         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28394         (butlast, mapc, remove): Remove the compiler macros.
28395         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28396         of delq and copy-sequence.
28397         * gnus-art.el (popup-menu): Remove the compiler macro.
28398         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28399         Emacs 20.
28400
28401 2004-01-05  Simon Josefsson  <jas@extundo.com>
28402
28403         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28404         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28405         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28406         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28407         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28408         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28409         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28410         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28411         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28412         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28413         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28414         string-xor into ntlm-string-xor.
28415         Suggested by Jesper Harder <harder@myrealbox.com>.
28416
28417         * ntlm.el: Don't include poem.
28418
28419         * md4.el (print-int32, print-string-hexa): Remove.
28420         Suggested by Jesper Harder <harder@myrealbox.com>.
28421
28422         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28423
28424         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28425         probably breaks emacs with DL patch, but do we care? Is anyone
28426         still using the DL stuff?)
28427
28428         * sieve-manage.el: Use the password package.
28429         (sieve-manage-read-passwd): Remove.
28430         (sieve-manage-interactive-login): Use password.  Re-add
28431         condition-case around loop.
28432
28433         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28434         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28435         Use the password package.
28436
28437 2003-02-19  Simon Josefsson  <jas@extundo.com>
28438
28439         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28440         token.
28441
28442 2002-08-07  Simon Josefsson  <jas@extundo.com>
28443
28444         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28445         (sieve-manage-authenticators)
28446         (sieve-manage-authenticator-alist): Add some SASL mechs.
28447         (sieve-sasl-auth): New function.
28448         (sieve-manage-cram-md5-auth)
28449         (sieve-manage-plain-auth): Rewrite using SASL library.
28450         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28451         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28452         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28453         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28454
28455 2004-01-05  Simon Josefsson  <jas@extundo.com>
28456
28457         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28458         New files.
28459
28460 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28461
28462         * gnus-group.el (gnus-no-groups-message): Update.
28463
28464         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28465
28466 2003-11-09  Simon Josefsson  <jas@extundo.com>
28467
28468         * imap.el: Support for ID IMAP extension (RFC 2971).
28469         (imap-local-variables): Add imap-id.
28470         (imap-id): New variable.
28471         (imap-id): New function.
28472         (imap-parse-response): Parse untagged ID response.
28473         * nnimap.el (nnimap-id): New variable.
28474         (nnimap-open-connection): Use it.
28475
28476 2003-12-28  Simon Josefsson  <jas@extundo.com>
28477
28478         * gnus-score.el (gnus-score-edit-all-score): New.
28479         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28480
28481 2004-01-04  Simon Josefsson  <jas@extundo.com>
28482
28483         * password.el: Add.
28484
28485 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28486
28487         * dns.el (dns-query-types): Fix typo.
28488         (dns-query-types): New function.
28489         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28490         PTR and SOA replies, see RFC 1035.
28491
28492 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28493
28494         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28495
28496         * Move to Changelog.2.
28497
28498 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28499
28500         * gnus.el (gnus-version-number): Bump version.
28501
28502 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28503
28504         * gnus.el: No Gnus v0.1 is released.
28505
28506 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28507
28508         * gnus.el: No Gnus v0.0 is released.
28509
28510 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28511
28512         * gnus.el (gnus-version-number): Bump.
28513         (gnus-version): No.
28514
28515 See ChangeLog.2 for earlier changes.
28516
28517   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28518
28519   This file is part of GNU Emacs.
28520
28521   GNU Emacs is free software: you can redistribute it and/or modify
28522   it under the terms of the GNU General Public License as published by
28523   the Free Software Foundation, either version 3 of the License, or
28524   (at your option) any later version.
28525
28526   GNU Emacs is distributed in the hope that it will be useful,
28527   but WITHOUT ANY WARRANTY; without even the implied warranty of
28528   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28529   GNU General Public License for more details.
28530
28531   You should have received a copy of the GNU General Public License
28532   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28533
28534 ;; Local Variables:
28535 ;; coding: utf-8
28536 ;; fill-column: 79
28537 ;; add-log-time-zone-rule: t
28538 ;; End: