gnus-util.el (iswitchb-mode): Declare
[gnus] / lisp / ChangeLog
1 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * dgnushack.el (declare-function): Redefine it to use autoload.
4         * lpath.el (gnus-html-prefetch-images): Declare.
5
6 2015-05-04  Glenn Morris  <rgm@gnu.org>
7
8         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
9
10         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
11
12         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
13         (gnus-topic-create-topic, gnus-topic-enter-dribble):
14         Declare rather than autoload.
15
16         * mm-archive.el (gnus-recursive-directory-files)
17         (mailcap-extension-to-mime): Autoload at run-time.
18
19         * mm-util.el (latin-unity-massage-name)
20         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
21         (latin-unity-representations-present-region):
22         Declare rather than autoload.
23
24         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
25         Autoload at run-time.
26         (epg-context-set-signers, epg-context-result-for)
27         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
28         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
29         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
30         (epg-configuration, epg-expand-group, epa-select-keys):
31         Declare rather than autoload.
32
33         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
34         Autoload at run-time.
35         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
36         (gnus-registry-get-id-key, gnus-registry-action):
37         Declare rather than autoload.
38
39         * nnmail.el (mail-send-and-exit): Autoload at run-time.
40
41         * spam.el (spam-stat-buffer-change-to-non-spam)
42         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
43         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
44         (spam-stat-split-fancy): Remove pointless autoloads.
45
46         * mm-view.el (epg-decrypt-string): Autoload.
47         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
48         (epg-sub-key-validity): Fix declarations.
49
50 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
51
52         * gnus.el: Ma Gnus v0.13 is released.
53
54 2015-05-01  Glenn Morris  <rgm@gnu.org>
55
56         * gnus-util.el (iswitchb-read-buffer):
57         * mm-decode.el (libxml-parse-html-region):
58         * mml.el (libxml-parse-html-region):
59         * nnrss.el (libxml-parse-html-region): Update declaration.
60
61 2015-04-27  Glenn Morris  <rgm@gnu.org>
62
63         * message.el (gnus-extract-address-components):
64         Remove bogus declaration that was masking previous problem.
65
66 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
69         altering the buffer.
70         (hashcash-insert-payment-async-2): Revert previous change because it
71         still means that the mark is moving around.
72
73 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * gnus-uu.el (gnus-uu-save-article):
76         Make the save-restriction/widen calls make more sense.
77
78 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-art.el (gnus-use-idna):
81         * gnus-sum.el (gnus-summary-idna-message):
82         * message.el (message-use-idna):
83         Catch the invalid-operation error that idna.el will issue.
84
85 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
86
87         * gnus-group.el (gnus-group--setup-tool-bar-update):
88         cursor-sensor-functions should be a list of functions.
89
90 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
91
92         * gnus-group.el (gnus-tmp-*): Declare.
93         (gnus-update-group-mark-positions): Remove unused `topic' var.
94         (gnus-group-insert-group-line): Remove unused var `header'.
95         (gnus-group--setup-tool-bar-update): New function.
96         (gnus-group-insert-group-line): Use it.
97         (gnus-group-update-eval-form): Declare local
98         dynamically-bound variables.
99         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
100
101         * gnus-topic.el (gnus-topic-jump-to-topic)
102         (gnus-group-prepare-topics, gnus-topic-update-topic)
103         (gnus-topic-change-level, gnus-topic-catchup-articles)
104         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
105         Use inhibit-read-only.
106         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
107         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
108
109 2015-04-12  João Távora  <joaotavora@gmail.com>
110
111         * message.el (message-mode):
112         Use `set' and `make-local-variable' instead of `setq-local'.
113
114 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
115
116         * gnus-sum.el (gnus-summary-refer-thread):
117         Make sure gnus-newsgroup-unreads remains sorted.
118
119 2015-04-12  João Távora  <joaotavora@gmail.com>
120
121         Improve sexp-based movement in message-mode
122         * message.el (message--syntax-propertize): New function.
123         (message-mode): Set syntax-related vars.d
124         (message-smileys): New variable.
125
126 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
127
128         * gnus-art.el (gnus-hidden-properties): Simplify.
129         (gnus-article-hide-text, gnus-article-unhide-text)
130         (gnus-article-unhide-text-type): Remove special handling of
131         `intangible' since that property is not used any more.
132         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
133
134 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
137         and a runtime function for it, of which the XEmacs version takes only
138         two arguments.
139
140 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
141
142         Use American spelling for 'normalize'
143         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
144         All uses changed.  Add an alias for obsolete usages.
145
146 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * gnus-art.el (gnus-article-browse-html-save-cid-content):
149         Always return relative file name.
150         (gnus-article-browse-html-parts):
151         Make external links absolute and cid file names relative.
152
153 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
154
155         * registry.el (registry-prune): Re-use `registry-full' in
156         `registry-prune'.  It's a bit of redundant work, but safer.
157         Also ensure that target-size is an integer.
158
159 2015-03-31  Daiki Ueno  <ueno@gnu.org>
160
161         * plstore.el (plstore--decrypt): Clear entry in
162         `plstore-passphrase-alist' if decryption failed (bug#20030).
163
164 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
165
166         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
167         to "Display" menu.
168
169 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
170
171         * nnimap.el (nnimap-split-incoming-mail): If a message is already
172         in the group it should be split to, don't re-copy it into the group.
173
174 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
175
176         * nnmh.el (nnmh-request-expire-articles):
177         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
178
179 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
180
181         * registry.el (registry-lookup-secondary, registry-full)
182         (registry-prune, registry-collect-prune-candidates):
183         * gnus-registry.el (gnus-registry-load): Use slot names rather than
184         initarg names in `oref' and `oset'.
185
186 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
187
188         * registry.el (registry-prune): Allow registry to reach full size
189         before pruning.
190
191 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
192
193         * registry.el (registry-collect-prune-candidates): Fix call to
194         cl-subseq.
195
196 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * registry.el (registry-db): Temporary fix old Emacsen compilation.
199
200 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
201
202         * gnus-registry.el (gnus-registry-handle-action)
203         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
204         (gnus-registry-keywords): Make it do something.
205         (gnus-registry-import-eld): Remove unused var `new-entry'.
206         (gnus-registry-action): Remove unused var `to-name'.
207         (gnus-registry-make-db): Prefer `make-instance' to avoid
208         compiler warnings.
209         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
210
211         * registry.el (registry-db): Don't oset-default an instance-allocated
212         slot.
213
214 2015-03-10  Glenn Morris  <rgm@gnu.org>
215
216         * message.el (message-valid-fqdn-regexp): Bump :version for
217         2014-11-17 change.
218
219 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
220
221         * gnus-notifications.el (gnus-notifications-action): Raise window
222         frame.
223         (gnus-notifications-action): Allow mark as read.
224         (gnus-notifications-notify): Show uption to mark as read.
225
226 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
227
228         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
229         (registry-search, registry-delete, registry-size, registry-insert)
230         (registry-reindex, registry-collect-prune-candidates):
231         * gnus-registry.el (gnus-registry-fixup-registry)
232         (gnus-registry-remove-extra-data): Use slot names rather than initarg
233         names in `oref' and `oset'.
234
235 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
236         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
237         in the group it should be split to, don't re-copy it into the group.
238
239 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
240
241         * message.el (message-insert-formatted-citation-line): Change %F to
242         fall back to email address if no first name could be determined.
243
244 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
247         Fix point motion when removing displayed MIME part.
248         (gnus-article-edit-part): Make jumping to the next part really work
249         when deleting or stripping.
250         (gnus-mime-buttonize-attachments-in-header): Make header attachment
251         buttons identical to the ones in the article body so as to work deleting
252         and stripping.
253
254 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * mm-decode.el (mm-shr)
257         * mm-view.el (mm-inline-text-html-render-with-w3m):
258         Revert my bogus change that made the start marker of a part
259         the "moves after insertion" type.
260
261 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
262
263         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
264         Tools: https://github.com/politza/pdf-tools) for viewing PDF
265         attachments in emacs.
266
267 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
268
269         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
270         instead of sasl-scram-sha-1, as the former is the name that can be
271         required.
272
273         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
274         (sasl-scram-sha-1-client-final-message)
275         (sasl-scram-sha-1-authenticate-server): Move to end of file.
276
277 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
280
281 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
284         (sasl-string-prefix-p): New compatibility functions.
285
286 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
287
288         * gnus-compat.el (process-live-p): Added new compat function for Emacs
289         23.
290
291 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
292
293         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
294         from the server LIST response.
295
296 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
297
298         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
299         during header retrieval, error out instead of interpreting the data in
300         the buffer as the only messages there.  This way, we don't mark
301         articles as read on a server hangup (bug#19035).
302
303         * mm-decode.el (mm-head-p): New function.
304         (mm-display-part): Go to a blank line when inserting parts internally.
305
306 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
307
308         * sasl-scram-rfc.el: New file.
309
310         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
311         Add SCRAM-SHA-1 first.
312         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
313         entry (bug#17636).
314
315 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
318         that we don't get a warning when setting the buffer-local variable
319         (bug#19573).
320
321         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
322         `gnus-request-group'.
323
324 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * gnus-art.el (gnus-article-browse-html-save-cid-content)
327         (gnus-article-browse-html-parts): Make cid file names relative if and
328         only if html doesn't specify <base> directory.
329
330 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
331
332         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
333         parts, because that breaks filling (since buttons are in a bold face).
334
335 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
338         use gnus-overlays-at and gnus-overlay-put.
339
340 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
341
342         * mm-decode.el (mm-shr): Only pass the fill column when not using
343         fonts, because limiting the width to what's appropriate for followups
344         doesn't really help when not using proportional fonts.
345
346 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
347
348         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
349         shr, beacause that breaks folding.
350         (mm-shr): Don't shorten the width when using fonts.
351
352 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
355         variable; always check the newrc timestamp.
356         (gnus-save-newsrc-file): Always check timestamp.
357
358 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
359
360         * mail-source.el (mail-source-call-script): If scripts exit with an
361         error, pop up an error buffer.
362
363 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
364
365         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
366         as a default.
367
368         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
369         correct server.
370
371 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
372
373         * nnimap.el (nnimap-request-group-scan): Fix the function name.
374
375         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
376
377 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
380         that nnimap works for non-activated backends.
381
382 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
383
384         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
385         message, since we already get an obsolescence message.  Use `declare'.
386
387 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
388
389         * nnir.el: Revert "Enable non-ASCII IMAP searches".
390
391 2015-01-30  Glenn Morris  <rgm@gnu.org>
392
393         * gnus-registry.el (gnus-registry-max-pruned-entries)
394         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
395         Fix :version.
396         (gnus-registry-default-sort-function): Improve :type.
397
398 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
399
400         * nnimap.el (nnimap-request-group): Allow running this function on
401         groups that don't exist in Gnus yet.
402         (nnimap-request-group): Revert previous patch since that made it
403         impossible to enter nnimap groups.
404
405         * message.el (message-smtpmail-send-it): Remove the mail header
406         separator before sending.
407
408 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
409
410         * nnimap.el (nnimap-find-expired-articles): Fix handling of
411         (expiry-wait . never).
412
413 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
414
415         * nnimap.el (nnimap-request-group): Clear the buffer before returning
416         the data.
417
418 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * gnus-compat.el (string-bytes): Work for XEmacs.
421
422 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
425
426         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
427         IMAP.
428
429 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
430
431         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
432
433         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
434
435         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
436         be added to the backlog.
437
438 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
439
440         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
441         target with a recursive make call.
442
443 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
444
445         * nnimap.el (nnimap-header-parameters): Refactor and request
446         X-GM-LABELS if it's been announced.
447         (nnimap-transform-headers): Gather and output GM-LABELS.
448
449 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
450
451         * mm-decode.el (mm-display-part): Make non-string methods work.
452         Non-string methods are funcalled and work just fine, the test was
453         bogus.
454         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
455         whole frame.
456
457 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
458
459         * nnimap.el (nnimap-request-accept-article): Allow respooling using
460         nnimap.
461
462         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
463         request rescans when being run interactively.
464
465         * nnimap.el (nnimap-request-group): Don't rescan the group here,
466         because that can be very slow in large groups.
467
468         * gnus-int.el (gnus-request-group-scan): New backend function.
469
470         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
471
472 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
473
474         * gnus-group.el (gnus-group-suspend): Close all backends.
475
476 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
477
478         * dgnushack.el (dgnushack-compile-file): New function.
479         (dgnushack-compile): Use it (bug#19514).
480
481 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
484
485 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
486
487         * registry.el: Don't use <class> as a variable.
488
489 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
490
491         system-name's returned value can vary
492         Also, the system-name variable is now obsolete.
493         Fixes Bug#19438.
494         * message.el (message-make-fqdn):
495         * nnvirtual.el (nnvirtual-retrieve-headers)
496         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
497         and avoid naming locals 'system-name'.
498
499 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
500
501         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
502         lines don't get overlong when responding.
503
504 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * registry.el (cl-remf, cl-loop, cl-subseq):
507         Alias to remf, loop, and subseq respectively for old Emacsen.
508
509 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
510
511         * gnus-group.el (gnus-read-ephemeral-bug-group):
512         Bind coding-system-for-read and coding-system-for-write only around
513         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
514
515 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
516
517         * registry.el (registry-db): Set default slot later.
518         This is because its value is not a literal integer.
519
520 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
521
522         * registry.el (registry-db): Fix default registry-db max-size.
523
524 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
525
526         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
527         add warning.
528
529         * gnus-art.el: Fix up compiler warnings.
530         (article-display-face, article-display-x-face): Remove unused `face'.
531         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
532         (article-date-ut): Remove unused var `first'.
533         (gnus-article-prepare): Remove unused var `gnus-article'.
534         (gnus-mime-save-part-and-strip): Remove unused var `param'.
535         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
536         `coding-system' along with corresponding dead code.
537         (gnus-mime-view-part-externally): Remove unused var
538         `mm-user-display-methods'.
539         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
540         (gnus-display-mime): Remove unused var `handle'.
541         (gnus-mime-display-alternative): Remove unused var `props'.
542         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
543         (gnus-article-edit-done): Remove unused var `p'.
544         (gnus-url-mailto): Remove unused var `to'.
545         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
546         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
547
548 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
549
550         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
551         slots into a :max-size slot.
552         (registry-db-version): Add new variable for database version number.
553         (registry-prune): Use :max-size slot. Accept and use a sort-function
554         argument.
555         (registry-collect-prune-candidates): Add new function for finding
556         non-precious pruning candidates.
557         (registry-prune-hard-candidates, registry-prune-soft-candidates):
558         Remove obsolete functions.
559         (initialize-instance): Upgrade registry version when starting.
560
561         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
562         (gnus-registry-max-pruned-entries): Remove obsolete variable.
563         (gnus-registry-cache-file): Change default
564         filename extension to "eieio".
565         (gnus-registry-read): Add new function, split out from
566         `gnus-registry-load', that does the actual object reading.
567         (gnus-registry-load): Use it. Add condition case handler to check for
568         old filename extension and rename to the new one.
569         (gnus-registry-default-sort-function): New variable to specify a sort
570         function to use when pruning.
571         (gnus-registry-save, gnus-registry-insert): Use it.
572         (gnus-registry-sort-by-creation-time): Define a default sort function.
573
574         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
575         Adjust test for new object signature.
576         (gnustest-registry-pruning-test): Add new pruning test.
577         (gnustest-registry-sort-function): Default sort function for testing.
578         (gnustest-registry-pruning-sort-test): New test for sorting.
579
580 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
583         function for reuse.
584         (gnus-mime-buttonize-attachments-in-header): Adjust.
585
586 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * message.el (message-change-subject): Really check whether the subject
589         changed.
590
591 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
594         PDFs.
595         (mailcap-view-mime): New function.
596
597 2014-12-01  Glenn Morris  <rgm@gnu.org>
598
599         * gnus-cloud.el (gnus-cloud): Add :version tag.
600
601 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-art.el (gnus-use-idna):
604         * gnus-sum.el (gnus-summary-idna-message):
605         * message.el (message-use-idna):
606         Protect against nil value for idna-program.
607
608         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
609
610 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
611
612         * auth-source.el (auth-source-macos-keychain-search-items): Return
613         result of `auth-source-macos-keychain-result-append' (bug#19074).
614
615 2014-11-25  Glenn Morris  <rgm@gnu.org>
616
617         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
618         Add :version tag.
619
620 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * pop3.el (pop3-open-server): Warn unless encrypted.
623
624         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
625
626 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
627
628         Port new time stamp handling to Emacs 23.2.
629         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
630         * time-date.el (time-add, time-subtract, time-less-p):
631         Use eval-and-compile, not eval-when-compile.
632
633 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
634
635         * message.el (message-valid-fqdn-regexp): Add non-internaional new
636         TLDs.
637
638 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
639
640         Port new time stamp handling to old Emacs and to XEmacs.
641         This is needed for Gnus, which copies time-date.el and which
642         runs on older Emacs implementations.
643         * time-date.el (with-decoded-time-value):
644         Handle 'nil' and floating-point arg more compatibly with new Emacs.
645         (encode-time-value, with-decoded-time-value):
646         Obsolete only if new Emacs.
647         (time-add, time-subtract, time-less-p): Define if not new Emacs.
648
649         Improve time stamp handling, and be more consistent about it.
650         This implements a suggestion made in:
651         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
652         Among other things, this means timer.el no longer needs to
653         autoload the time-date module.
654         * time-date.el (seconds-to-time, days-to-time, time-since)
655         (with-decoded-time-value):
656         Treat 'nil' as current time.  This is mostly for XEmacs.
657         (encode-time-value, with-decoded-time-value): Obsolete.
658         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
659         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
660
661 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
664         discarding changes in ephemeral groups.
665
666         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
667         things the user isn't interested in.
668
669 2014-11-13  Julien Danjou  <jd@abydos>
670
671         * gnus-notifications.el (gnus-notifications-notify): Provide both
672         app-icon and image-path.
673
674 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
675
676         * mm-url.el (mm-url-encode-multipart-form-data):
677         Restore to handle "multipart/form-data" by eww.
678
679 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
680
681         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
682         Landscheidt.
683
684 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
685
686         Simplify use of current-time and friends.
687         * gnus-delay.el (gnus-delay-article):
688         * gnus-sum.el (gnus-summary-read-document):
689         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
690         * message.el (message-make-expires-date):
691         Omit unnecessary call to current-time.
692         * gnus-util.el (gnus-float-time): Simplify to an alias because
693         time-to-seconds now behaves like float-time with respect to nil arg.
694         (gnus-seconds-year): Don't call current-time twice to get the current
695         time stamp, as this can lead to inconsistent results.
696         * time-date.el (time-to-seconds) [!float-time]:
697         Use current time if arg is nil, to be compatible with float-time.
698         (time-date--day-in-year): New function, with most of the guts of
699         the old time-to-day-in-year.
700         (time-to-day-in-year): Use it.
701         (time-to-days): Use it, to avoid decoding the same time stamp twice.
702
703 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * gnus.el (gnus-mode-line-buffer-identification):
706         Don't add image data for a non-graphic display (bug#18813).
707
708 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
711         load-path, it blocks autoloading of find-image (bug#18813).
712
713 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
714
715         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
716         to keep connection open (bug#18728).
717
718 2014-10-20  Glenn Morris  <rgm@gnu.org>
719
720         * Merge in all changes up to 24.4 release.
721
722 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
723
724         * message.el (message-insert-signature): Use `newline' instead of
725         inserting explicit "\n".
726
727 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
728
729         * gnus-icalendar.el: Support vcal format timezones.
730         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
731         compute dates with associated timezone.
732         (gnus-icalendar-event-from-ical): Compute all timezones.
733
734 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
735
736         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
737         check the newsrc.eld file's timestamp before saving it.
738         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
739         timestamp has changed to be newer.
740
741 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
742
743         * gnus-icalendar.el (gnus-icalendar-identities):
744         Include message-alternative-emails.
745
746 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
749         New compatibility functions.
750         (ntlm-build-auth-response): Use them.
751
752 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
753
754         * ntlm.el (ntlm-build-auth-request):
755         Add NTLM2 Session support.  (Bug#15603)
756
757 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
758
759         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
760         expired messages only when it was built in reverse order.
761
762 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
763
764         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
765         last so it can be used in `message-send-hook'.
766
767 2014-09-29  Daiki Ueno  <ueno@gnu.org>
768
769         * mml.el (mml-parse-1): Error out if unknown mode is specified in
770         <#secure> tag (bug#18513).
771
772 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * parse-time.el: Require cl when compiling.
775
776 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         Use cl-lib as much as possible following the 2014-09-26 change
779         in the Emacs trunk.
780         * parse-time.el: Try requiring cl-lib.
781         (parse-time-incf): Alias to cl-incf or incf.
782         (digit-char-p): Remove.
783         (parse-time-integer): Alias to cl-parse-integer or the one defined.
784         (parse-integer): Rename to parse-time-integer.
785         (parse-time-tokenize, parse-time-rules, parse-time-string)
786         Use parse-time-incf and parse-time-integer.
787
788 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
789
790         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
791         of ":delete".
792
793 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-art.el (gnus-article-browse-html-save-cid-content)
796         (gnus-article-browse-html-parts):
797         Revert last change that breaks links other than cid contents.
798
799 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-art.el (gnus-article-browse-html-save-cid-content)
802         (gnus-article-browse-html-parts): Make cid file names relative.
803
804 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * mm-view.el (mm-display-inline-fontify): Make the working buffer
807         temporarily displayed when running a mode function (at least org-mode
808         requires it).
809
810 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
811
812         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
813         the gnus-summary-article-expire-hook should be told where the function
814         is going. In particular, the Gnus registry might want to know.
815
816 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
817
818         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
819
820 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * gnus-sum.el (gnus-summary-expire-articles): Revert.
823
824 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
825
826         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
827         the gnus-summary-article-expire-hook should be told where the function
828         is going. In particular, the Gnus registry might want to know.
829
830 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
831
832         Don't mishandle year-9999 dates (Bug#18176).
833         * parse-time.el (parse-time-rules):
834         Allow years up to most-positive-fixnum.
835         * time-date.el (date-to-time):
836         Pass "Specified time is not representable" errors through.
837
838 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
839
840         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
841         groups and t.
842
843 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-utils.el (gnus-recursive-directory-files):
846         Unify hard or symbolic links (bug#18063).
847
848 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
849
850         * gnus-msg.el (gnus-configure-posting-style):
851         Allow string replacements in values when matching against a header.
852
853 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
856         the dribble buffer even when it is shrunk a lot.
857         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
858
859 2014-06-26  Glenn Morris  <rgm@gnu.org>
860
861         * mm-util.el (help-function-arglist): Remove outdated declaration.
862
863 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
864
865         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
866         attribute values.  (Bug#17834)
867
868 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
869
870         * gnus-sum.el (gnus-summary-edit-article-done):
871         Prefer point-marker to copy-marker of point.
872
873 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * Makefile.in (install-el, install-el-elc): Compress .el files.
876         (uninstall): Remove compressed .el files.
877
878 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
881         (gnus-article-read-summary-keys):
882         Don't bug out when there is no article in the summary buffer.
883         (gnus-mime-buttonize-attachments-in-header):
884         Improve criterion that finds parts to display.
885
886         * gnus-art.el (gnus-mm-display-part):
887         * mm-decode.el (mm-shr):
888         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
889         (mm-insert-inline): Revert last changes.
890
891 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus-art.el (gnus-mm-display-part):
894         * mm-decode.el (mm-shr):
895         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
896         (mm-insert-inline): Set insertion type of end-marker, not only
897         start-marker, of undisplayer so as to stay after inserted text.
898
899 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
900
901         * html2text.el (html2text-get-attr): Fix typo when splitting value from
902         attribute. (Bug#17613)
903
904 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
905
906         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
907         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
908
909 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
912         Don't delete next part button; keep spacing between buttons.
913
914 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
917         Work for the last MIME part in an article.
918         (gnus-mime-display-single): Suppress excessive newlines between parts.
919
920         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
921         by leading or trailing newline.
922
923 2014-05-12  Sam Steingold  <sds@gnu.org>
924
925         * time-date.el (seconds-to-string): New function to pretty print time
926         delay in seconds.
927
928 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
931         while prompting a user for a file name, etc.
932         (gnus-mime-display-single): Display part with a common appearance no
933         matter whether MIME button is omitted or not; don't add duplicate entry
934         to gnus-article-mime-handle-alist.
935         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
936
937 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
938
939         * mml2015.el (mml2015-display-key-image): New variable.
940
941 2014-05-08  Glenn Morris  <rgm@gnu.org>
942
943         * gnus-fun.el (gnus-grab-cam-face):
944         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
945         This is CVE-2014-3421.
946
947 2014-05-04  Glenn Morris  <rgm@gnu.org>
948
949         * gnus-registry.el (gnus-registry-install-p): Doc fix.
950
951 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
954         the displaying state of a part.
955         (gnus-mm-display-part): Don't insert a newline in the beginning of
956         a part like gnus-mime-inline-part doesn't; work for XEmacs.
957
958         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
959         (mm-shr): Make undisplayer unbreakable.
960
961         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
962         Don't insert excessive newline.
963         (mm-inline-text-html-render-with-w3m, mm-inline-text)
964         (mm-insert-inline): Make undisplayer unbreakable.
965
966 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
967
968         * gnus.el: Ma Gnus v0.11 is released.
969
970 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus-art.el (gnus-mm-display-part):
973         Highlight header attachment buttons.
974
975 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
978         a part; redisplay a button (enbugged in 2014-02-05).
979
980 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
981
982         * auth-source.el (auth-source-search, auth-source-search-backends):
983         Treat :max 0 as an indicator that a boolean return is wanted, as
984         documented. Reported by Joe Bloggs.
985
986 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-icalendar.el: Require gnus-art.
989
990 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
991
992         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
993         (gnus-icalendar--update-org-event): put event timestamp in
994         the org entry body instead of the drawer.
995         (gnus-icalendar-event--get-attendee-names): list of participants should
996         contain even attendees without common name attribute.
997         (gnus-icalendar--update-org-event): don't generate duplicates of empty
998         property tags in org drawers.
999
1000 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * gmm-utils.el (gmm-format-time-string): New function.
1003
1004         * message.el (message-insert-formatted-citation-line): Use the original
1005         author's time zone to express a date string.
1006
1007 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1008
1009         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1010         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1011         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1012         Silence compiler warnings.
1013         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1014
1015 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * mml.el: Require url when compiling.
1018
1019         * gnus-cloud.el (gnus-cloud-parse-version-1):
1020         Use plist-get rather than CL's getf.
1021         (gnus-activate-group, gnus-subscribe-group): Declare.
1022
1023         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1024
1025 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1028         buttons when toggling the header off.
1029
1030 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1031
1032         * tls.el (tls-program): Reflow docstring.
1033
1034 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1035
1036         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1037         groups work again.
1038
1039 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1040
1041         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1042         999 correctly (i.e. "1,342").
1043
1044 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1045
1046         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1047         out if the directory doesn't exist.
1048
1049 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1050
1051         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1052         commands here; instead, only check if epg-config.el is available.
1053
1054 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1055
1056         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1057         messages with embedded images.
1058         (mml-generate-mime): Don't bug out if you don't have libxml.
1059
1060 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1061
1062         * message.el (message-make-html-message-with-image-files): New command.
1063
1064 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1065
1066         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1067
1068         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1069
1070 2014-02-23  David Engster  <deng@randomsample.de>
1071
1072         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1073         to stay compatible with older Emacsen, so replace `cl-loop' with
1074         `loop'.
1075
1076 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1077
1078         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1079         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1080         instead, build list of patterns.
1081
1082 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1085         Display header attachment buttons by gnus-article-prepare-display
1086         rather than gnus-article-prepare so as to view in mml-preview as well.
1087
1088 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1089
1090         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1091         in `auth-sources' means and link to EPA docs.
1092
1093 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1094
1095         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1096         (bug#12375).
1097
1098 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1101         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1102
1103 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1104
1105         * message.el (message-tab): Mention what happens on normal tabs
1106         (bug#11297).
1107
1108 2014-02-08  Glenn Morris  <rgm@gnu.org>
1109
1110         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1111
1112 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1115         buttons that are hidden in unselected alternative part as well.
1116         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1117
1118         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1119
1120 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1123         keystroke.
1124         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1125         types.
1126
1127         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1128         with an empty string.
1129
1130 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1133         buffer-local in some buffers, so bind it explicitly in the buffer we're
1134         trying to cancel the article in (bug#10808).
1135
1136 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1139         New functions.
1140
1141         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1142         New user option.
1143         (gnus-mime-buttonize-attachments-in-header): New function.
1144         (gnus-article-prepare): Use it.
1145         (gnus-mime-inline-part): Suppress extra newline.
1146         (gnus-mm-display-part): Save excursion;
1147         remove useless deleting and adding of buttons.
1148         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1149
1150         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1151         Add gnus-mime-buttonize-attachments-in-header.
1152
1153 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1154
1155         * nnimap.el (nnimap-request-articles): New command to download several
1156         articles at once.
1157
1158         * gnus.el (gnus-variable-list): Save Cloud variables.
1159
1160         * gnus-int.el (gnus-request-accept-article): Doc fix.
1161
1162 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1163
1164         * parse-time.el (parse-time-iso8601-regexp)
1165         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1166         it more generally.
1167
1168 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1169
1170         * gnus-cloud.el: New file to provide the Emacs Cloud.
1171
1172         * dgnushack.el: Silence XEmacs w3 warning.
1173
1174         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1175         `url-retrieve-synchronously', apparently.
1176
1177         * dgnushack.el: Silence XEmacs dns.el warning.
1178
1179         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1180         instead of in all files.
1181
1182         * dns.el (network-interface-list): Define for XEmacs.
1183
1184         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1185         XEmacs.
1186
1187         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1188
1189 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1190
1191         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1192         `gnus-group-split-fancy'.
1193
1194 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1195
1196         * message.el (message-remove-header): Doc fix.
1197         (message-forward-included-headers): New variable.
1198         (message-remove-ignored-headers): Use it.
1199
1200 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1201
1202         * nnir.el (nnir-request-update-mark): Don't try to update the source
1203         group if we can't find it (bug#16611).
1204
1205 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1206
1207         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1208
1209 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1210
1211         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1212         network interfaces changed.
1213         (dns-query): Use it to flush the data.
1214
1215 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1216
1217         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1218         from random face commands.
1219         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1220         Face.
1221         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1222         (gnus--random-face-with-type): Generic function returning a face-type
1223         as a string.
1224         (gnus--insert-random-face-with-type): Generic function inserting a face
1225         in a message buffer header.
1226         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1227         (gnus-insert-random-x-face-header): Rewritten to use
1228         `gnus--insert-random-face-with-type`.
1229         (gnus-random-face): Return random (png) Face as string.
1230         (nus-insert-random-face-header): Insert random (png) Face in a message
1231         buffer.
1232
1233 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1234
1235         * mm-url.el: Remove all usage of w3.
1236
1237         * nnrss.el: Ditto.
1238
1239         * mm-decode.el: Ditto.
1240
1241         * mm-view.el: Ditto.
1242
1243         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1244         outdated and all Emacsen have url.el built-in.
1245
1246         * gnus-setup.el: Remove outdated file.
1247
1248 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1249
1250         * gnus.el: Ma Gnus v0.9 is released.
1251
1252 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1253
1254         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1255
1256 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1257
1258         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1259         in the summary buffer (bug#13769).
1260
1261 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1264         name if we're using a single article buffer.  Otherwise, it may point
1265         to a killed buffer (bug#13756).
1266
1267 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1268
1269         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1270         the match data, just save and restore it explicitly (bug#12375).
1271
1272         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1273         that's needed.
1274
1275         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1276         the code once (bug#9069).
1277
1278 2014-01-18  Steinar Bang  <sb@dod.no>
1279
1280         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1281         reading.
1282
1283 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1284
1285         * message.el (message-bury): Call bury-buffer with no argument
1286         in the message-return-action case too.
1287
1288 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1291         (nnimap-split-fancy, nnimap-split-methods): Declare.
1292
1293         * mm-util.el (help-function-arglist): Declare.
1294
1295 2013-12-28  Glenn Morris  <rgm@gnu.org>
1296
1297         * gnus-sieve.el (gnus-sieve-select-method):
1298         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1299         (gravatar-rating, gravatar-size):
1300         * message.el (message-minibuffer-local-map):
1301         * sieve-manage.el (sieve-manage-authenticators)
1302         (sieve-manage-authenticator-alist): Specify custom types.
1303
1304         * hashcash.el (hashcash-program): Rename from hashcash-path.
1305         Update callers.
1306
1307         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1308         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1309         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1310
1311         * auth-source.el (auth-sources):
1312         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1313         Fix custom types.
1314
1315         * tls.el (tls-certtool-program): Fix default value.
1316
1317 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1318
1319         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1320         we get proper traces there, too.
1321
1322 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1323
1324         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1325         value of the parameters if the current article has a Reply-To or From
1326         field.
1327
1328 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1329
1330         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1331
1332 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus-sum.el (gnus-summary-exit): Stop animations.
1335
1336 2013-12-19  Juri Linkov  <juri@jurta.org>
1337
1338         * gnus.el (gnus-suppress-keymap):
1339         * gnus-art.el (gnus-article-mode-map):
1340         * gnus-group.el (gnus-group-mode-map):
1341         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1342         Remove [backspace] key binding because it shadows DEL (bug#16035).
1343
1344         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1345
1346 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1349         Make sure work directory exists.
1350         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1351         rather than tmp directory.
1352         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1353         not necessarily always run, with it.
1354
1355 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1356
1357         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1358         value of gnus-icalendar-additional-identities work without restart.
1359
1360 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * mm-util.el (mm-make-temp-file):
1363         Alias to make-temp-file for modern Emacsen.
1364
1365 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1368         nnir-article-number and nnir-article-group.
1369
1370 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1371
1372         * message.el (message-send-mail-with-sendmail):
1373         Don't kill error buffer if sending fails.
1374
1375 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1376
1377         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1378         (gnus-icalendar-event->org-entry)
1379         (gnus-icalendar--update-org-event)
1380         (gnus-icalendar-event->gnus-calendar): Distinguish between
1381         required/optional/non-participant attendee status.  Fix bug causing
1382         the first required event participant to be omitted.
1383
1384 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-art.el (article-de-quoted-unreadable)
1387         (article-de-base64-unreadable, gnus-mime-copy-part)
1388         * gnus-html.el (gnus-article-html)
1389         * mm-view.el (mm-inline-text-html-render-with-w3)
1390         (mm-inline-text-html-render-with-w3m-standalone)
1391         * rfc2231.el (rfc2231-decode-encoded-string):
1392         Allow overriding charset by mm-charset-override-alist.
1393
1394         * gnus-art.el (gnus-article-browse-html-parts):
1395         Replace LWSPs with `&nbsp;'s in header.
1396
1397         Work for broken Chinese articles.
1398
1399         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1400         Exclude broken handles that gnus-summary-enter-digest-group may create.
1401         (gnus-article-browse-html-parts):
1402         Allow overriding charset by mm-charset-override-alist.
1403
1404 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1405
1406         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1407         (gnus-icalendar-identities): Support additional-identities.
1408
1409 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1410
1411         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1412         org-timestamp for events ending at midnight.
1413
1414 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1415
1416         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1417         .log files.
1418
1419 2013-11-20  David Engster  <deng@randomsample.de>
1420
1421         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1422
1423 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1424
1425         * message.el (message-beginning-of-line):
1426         Use beginning-of-visual-line when visual-line-mode is turned on.
1427
1428 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1429
1430         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1431         (gnus-icalendar-event-from-ical)
1432         (gnus-icalendar-event->org-entry)
1433         (gnus-icalendar--update-org-event): Required/optional participation,
1434         list of attendees synced to org.
1435
1436 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1437
1438         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1439         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1440         cancellations to be synced to org if the original appt has an org
1441         outline.
1442
1443 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1444
1445         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1446         (gnus-icalendar-event->org-entry)
1447         (gnus-icalendar--update-org-event)
1448         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1449
1450 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1451
1452         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1453         Fix timezone handling in gnus-icalendar export to org.
1454
1455 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1458
1459 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1462
1463 2013-10-30  Glenn Morris  <rgm@gnu.org>
1464
1465         * gnus-group.el (gnus-group-browse-foreign-server):
1466         * gnus-int.el (gnus-start-news-server):
1467         Silence compiler obsolescence warning.
1468
1469 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1472         `nnoo-current-server' first, then for the actual `nnimap-address' to
1473         allow netrc entries for the nnoo server to coexist with netrc entries
1474         for the `nnimap-address'.
1475
1476 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * mm-decode.el (mm-dissect-buffer): Revert last change.
1479         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1480         The problem that motivated those changes was attributed to a broken
1481         mail sender, and has been fixed.
1482
1483 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1486         token is missing in the Content-Type header.
1487
1488         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1489
1490 2013-09-18  Glenn Morris  <rgm@gnu.org>
1491
1492         * gnus-util.el (image-size): Declare.
1493
1494 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1497         (gnus-icalendar-event-from-ical)
1498         (gnus-icalendar-event--build-reply-event-body)
1499         (gnus-icalendar-event-reply-from-buffer)
1500         (gnus-icalendar-find-org-event-file)
1501         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1502         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1503
1504         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1505
1506 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1507
1508         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1509         Use save-current-buffer.
1510         (gnus-tree-mode-map): Initialize in the declaration.
1511         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1512         (scroll-in-place): Defvar it.
1513         (gnus-tmp-*): Defvar them.
1514         (gnus-get-tree-buffer): Use derived-mode-p.
1515         (gnus--let-eval): New macro.
1516         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1517         non-prefixed variables.
1518         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1519
1520         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1521         vars since it doesn't seem to be available.
1522         (gnus-set-global-variables, gnus-summary-read-group-1)
1523         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1524         (gnus-summary-display-article, gnus-summary-select-article)
1525         (gnus-summary-next-article, gnus-offer-save-summaries)
1526         (gnus-summary-generic-mark): Use derived-mode-p.
1527         (gnus-summary-read-group-1, gnus-summary-exit)
1528         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1529         Adjust calls to gnus-tree-close and gnus-tree-open.
1530
1531         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1532
1533         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1534         (gnus-agent-mode): Use derived-mode-p.
1535         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1536         gnus-command-method and *-command-method to nil, but bind
1537         gnus-command-method to *-command-method instead!
1538         (gnus-agent-fetch-articles): Remove unused var `id'.
1539         (gnus-agent-fetch-headers): Remove unused arg `force'.
1540         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1541         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1542         (gnus-agent-short-article, gnus-agent-long-article)
1543         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1544         first use.
1545         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1546         `score-param'.
1547         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1548         (gnus-get-predicate): Push in front of the cache, rather than end.
1549         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1550         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1551         (gnus-agent-expire-unagentized-dirs): Don't rebind
1552         gnus-agent-expire-current-dirs since the defvar silences the warning.
1553         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1554         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1555         (gnus-agent-regenerate): Simplify interactive spec and doc.
1556
1557 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-int.el (gnus-open-server): Silence compiler.
1560
1561         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1562
1563         * message.el (message-display-completion-list): Abolish.
1564         (message-completion-in-region): Use display-completion-list.
1565
1566 2013-09-17  Glenn Morris  <rgm@gnu.org>
1567
1568         * gnus-util.el (gnus-message-with-timestamp-1):
1569         Use `messages-buffer' function if available.  Ignore read-only.
1570
1571 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * message.el (message-expand-group, message-completion-in-region):
1574         Correct the order of start and end of a region.
1575
1576 2013-09-13  Glenn Morris  <rgm@gnu.org>
1577
1578         * mml2015.el (gnus-create-image): Autoload it.
1579
1580         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1581
1582         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1583         (image-size): Declare.
1584
1585 2013-09-12  Glenn Morris  <rgm@gnu.org>
1586
1587         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1588         Avoid using `find', which i) might not be defined at runtime;
1589         ii) does not work, since its default test is eql, not equal.
1590         (gnus-mime-action-alist): Declare.
1591
1592 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1593
1594         * score-mode.el (gnus-score-mode-map): Move initialization
1595         into declaration.
1596         (gnus-score-mode): Use define-derived-mode.
1597         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1598         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1599         into declaration.
1600         (gnus-kill-file-mode): Use define-derived-mode.
1601         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1602         Use derived-mode-p.
1603         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1604         (gnus-group-setup-buffer, gnus-group-name-at-point)
1605         (gnus-group-make-web-group, gnus-group-enter-directory)
1606         (gnus-group-suspend): Use derived-mode-p.
1607         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1608         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1609         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1610         (gnus-article-setup-buffer, gnus-article-prepare)
1611         (gnus-article-prepare-display, gnus-sticky-article)
1612         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1613         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1614         (gnus-article-read-summary-keys): Use derived-mode-p.
1615
1616 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1619
1620 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1623         shift_jis from the default value set for Japanese users.
1624
1625 2013-08-13  Glenn Morris  <rgm@gnu.org>
1626
1627         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1628
1629         * gnus.el (gnus-valid-select-methods): Fix type.
1630
1631         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1632
1633 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * mm-decode.el (mm-display-external): Run a timer for the temp files
1636         deletion after a viewer exits; add a deletion timer for the needsterm
1637         case, too.
1638
1639         * mm-decode.el (mm-display-external): Try to delete temporary files by
1640         using a 1-min. timer.
1641
1642 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1645         New internal variables.
1646         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1647         (mm-display-external): Use it to delete temporary files instead of
1648         using timers.
1649
1650 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1653
1654 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1655
1656         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1657         with cond for backwards compatability.
1658
1659 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * mm-decode.el (mm-display-external): Bind process-connection-type to
1662         nil; don't delete a temp file immediately even if a viewer finishes,
1663         since it may be a shell script, like xdg-open, that launches a real
1664         viewer program belatedly.
1665
1666 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1667
1668         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1669         that we can create nndoc groups that excerpt other groups.
1670
1671 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * gnus-delay.el (gnus-delay-article): Fix typo.
1674
1675         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1676         articles.
1677
1678         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1679         we can get spell-checking etc.
1680
1681 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1684         a single one used for encoding the whole text in a header.
1685
1686 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1689         doesn't work properly on XEmacs.
1690
1691 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1694         before sending.
1695
1696         * dgnushack.el (dgnushack-compile): Add a temporary check for
1697         gnus-icalendar.
1698
1699         * mm-decode.el (mm-command-output): New face.
1700         (mm-display-external): Use it.
1701
1702 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1703
1704         * nnmbox.el (nnmbox-request-article): Don't change point.
1705
1706 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1709         Include `handle' parameter.
1710
1711 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1712
1713         * gnus-icalendar.el: New file.
1714
1715 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1718
1719         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1720         dummy roots, too.
1721
1722 2013-08-01  David Edmondson  <dme@dme.org>
1723
1724         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1725         out on ttys.
1726
1727 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1730         not empty.
1731
1732         * nnrss.el (nnrss-discover-feed): Indent.
1733
1734 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1737
1738 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1741         dirty to ensure nnimap data being saved.
1742
1743 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1744
1745         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1746         menu entry.
1747
1748         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1749         the current thread's total score instead of the current article's
1750         score.
1751
1752         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1753         (gnus-sort-threads-recursively): Delete defcustom.
1754         (gnus-sort-threads-recursive): Adapt accordingly.
1755
1756 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1757
1758         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1759         (gnus-sort-threads-recursive): Use it.
1760         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1761         again.  Now that determines how to sort subthreads.
1762
1763 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1764
1765         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1766         (gnus-sort-threads): Use it.
1767
1768 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1769
1770         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1771         punctuation characters follow parentheses (bug#14950).
1772
1773 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus.el (gnus-continuum-version):
1776         * gnus-msg.el (gnus-extended-version): Simplify.
1777
1778         * gnus.el (gnus-continuum-version-1): Remove.
1779         * gnus-msg.el (gnus-bug): Revert.
1780
1781         Calculate gnus-version correctly on Cygwin.
1782
1783         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1784         (gnus-continuum-version-1): New function, return a string.
1785
1786         * gnus-msg.el (gnus-extended-version, gnus-bug):
1787         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1788
1789 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1790
1791         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1792         (bug#13384).
1793
1794 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1797         that were only relevant in a development version a long time ago.
1798
1799 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1802         that the old Emacs 24s bundle.
1803
1804 2013-07-10  David Engster  <deng@randomsample.de>
1805
1806         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1807         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1808         fixes a bug in Emacs trunk where the 'unexist' marks were always
1809         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1810         Gnus v0.03".
1811
1812 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1813
1814         * gnus.el (gnus-summary-line-format): Reference
1815         `gnus-user-date-format-alist' for the &user-date; format, not
1816         `gnus-summary-user-date-format-alist'.
1817
1818 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1821         delete files (bug#13481).
1822
1823 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1824
1825         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1826
1827 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1828
1829         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1830         display images.
1831
1832         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1833
1834         * message.el (message-cancel-news): According to
1835         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1836         preferred over "cmsg cancel" in the Subject.
1837
1838         * nnir.el (nnir-engines): Note that the group specs are regexps
1839         (bug#13238).
1840
1841         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1842         gotten read-only text properties, ensure that those aren't heeded when
1843         copying stuff over (bug#13434).
1844
1845         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1846         (bug#13762).
1847
1848 2013-07-05  David Kastrup  <dak@gnu.org>
1849
1850         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1851         authinfo file again (important for blank passwords).  This had been
1852         broken with 2013-06-15 change.
1853
1854 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1857         Revert 2013-01-14 change.
1858
1859 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1860
1861         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1862         of 'create-image' for XEmacs compatibility; check errors when decoding
1863         image.  Reported by Uwe Brauer.
1864
1865 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1868         gnus-button-push revised at 2011-01-19.
1869
1870 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1873         now live in the lisp/net Emacs 24 repository.
1874
1875 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * eww.el (eww-update-header-line-format): Quote % characters.
1878
1879 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * eww.el (eww-process-text-input): Display passwords as asterisks.
1882
1883         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1884
1885 2013-06-19  Tom Tromey  <tromey@redhat.com>
1886
1887         * eww.el (eww-top-url): Remove.
1888         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1889         (eww-render): Set new variables.  Don't set eww-top-url.
1890         (eww-handle-link): Handle "prev", "home", and "contents".
1891         Downcase the rel text.
1892         (eww-top-url): Choose best top URL.
1893
1894 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895
1896         * eww.el: Rewrite to implement form elements "by hand" instead of
1897         relying in widget.el.  Using widget.el leads to too many
1898         user interface inconsistencies.
1899         (eww-self-insert): Implement entering commands in text fields.
1900         (eww-process-text-input): New function to make text input field editing
1901         work.
1902         (eww-submit): Rewrite to use the new-style form methods.
1903         (eww-select-display): Display the correct selected item.
1904         (eww-change-select): Implement changing the select value.
1905         (eww-toggle-checkbox): Implement radio/checkboxes.
1906         (eww-update-field): Fix compilation error.
1907         (eww-tag-textarea): Implement <textarea>.
1908
1909         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1910         don't shadow mode-specific bindings.
1911
1912         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1913         nothing to push.
1914
1915         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1916
1917 2013-06-19  Glenn Morris  <rgm@gnu.org>
1918
1919         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1920
1921 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1922
1923         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1924
1925 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * shr.el (shr-make-table-1): Implement <td rowspan>.
1928         (shr-table-horizontal-line): Allow nil as a value, and change the
1929         default.
1930         (shr-insert-table-ruler): Respect the nil value.
1931
1932 2013-06-18  Tom Tromey  <tromey@barimba>
1933
1934         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1935         New defvars.
1936         (eww-open-file): New defun.
1937         (eww-render): Initialize new variables.
1938         (eww-display-html): Handle "link" and "a".
1939         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1940         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1941         (eww-back-url): Rename from eww-previous-url.
1942         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1943         defuns.
1944
1945 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946
1947         * shr.el (shr-tag-table): Insert the images after the table, so that
1948         they're not covered by the table colourisation, which often looked
1949         awkward.
1950         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1951         <dd>.
1952         (shr-make-table-1): Implement <td colspan=> support.
1953         (shr-insert-document): Use one less than window width if `shr-width' is
1954         nil, since otherwise things may get one character too wide.
1955
1956 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * eww.el (eww-detect-charset): Improve regexp; move backward.
1959
1960 2013-06-18  Glenn Morris  <rgm@gnu.org>
1961
1962         * mm-decode.el (widget-convert-button): Autoload.
1963
1964         * sieve-manage.el (mm-enable-multibyte): Autoload.
1965
1966         * shr.el (libxml-parse-html-region): Declare.
1967         (shr-render-buffer): Explicit error if no libxml2 support.
1968
1969 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1970
1971         * auth-source.el (auth-source-current-line): New function.
1972         (auth-source-netrc-parse-entries): When a data token is "machine",
1973         assume we're in the wrong place and abort parsing the current line.
1974
1975 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1978         (eww-convert-widgets): Don't bug out if the first widget starts at the
1979         beginning of the buffer.
1980         (eww-convert-widgets): Fix last patch.
1981         (eww-tag-input): Support <input type=image>.
1982
1983         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1984         (shr-tag-base): Protect against base specs that are degenerate.
1985         (shr-ensure-paragraph): Don't delete empty lines that have text
1986         properties, because these may be input fields.
1987
1988         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1989         we can navigate to them.
1990
1991         * shr.el (shr-colorize-region): Put the colours over the entire region.
1992         (shr-inhibit-decoration): New variable.
1993         (shr-add-font): Use it to inhibit text property decorations while doing
1994         preliminary table renderings.  This speeds up typical Wikipedia page
1995         renderings by 15%.
1996         (shr-tag-span): Don't respect the <title>, because that overwrites the
1997         help-echo from links inside the spans.
1998         (shr-next-link): Use `help-echo' for navigation, so that we can
1999         navigate to form elements, too.
2000
2001         * eww.el (eww-button): New face.
2002         (eww-convert-widgets): Use it to make submit buttons more button-like.
2003
2004         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2005         that Gnus commands work.
2006
2007         * shr.el (shr-render-td): Support horizontal alignment.
2008
2009         * eww.el (eww-put-color): Removed.
2010         (eww-colorize-region): Use `add-face-text-property'.
2011
2012         * shr.el (shr-add-font): Append face data, so that we get the correct
2013         precedence: The innermost value (which is applied first) wins.
2014         (shr-make-overlay): Obsolete function.
2015
2016         * mm-decode.el (mm-convert-shr-links): New function to convert
2017         new-style shr URL links into widgets.
2018         (mm-shr): Use it.
2019
2020         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2021         widget commands, since we're no longer using widgets for links.
2022
2023         * shr.el (shr-next-link): New command.
2024         (shr-previous-link): New command.
2025         (shr-urlify): Don't use `widget-convert', because that's slow.
2026         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2027         because collecting the overlays and reapplying them when generating
2028         tables is slow.
2029         (shr-insert-table): Ditto.
2030
2031 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2032
2033         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2034         * shr.el (browse-url): Require `url'.
2035         * eww.el (url): Require format-spec.
2036
2037 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * eww.el (eww-display-html): Default to using the entire window width.
2040         (eww-browse-url): Don't add a User-Agent header (twice), because that
2041         makes Bing refuse connection.
2042
2043         * shr.el (shr-make-table): Cache the table rendering at the table
2044         level, and not the <td> level.  This is a bit faster.
2045
2046         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2047         #id.
2048
2049         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2050         browsers don't.
2051         (shr-expand-url): Respect #anchor links.
2052         (shr-parse-base): Chop off the anchor before using.
2053         (shr-descend): Respect display: none.
2054         (shr-descend): Allow marking elements that have certain IDs.
2055
2056         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2057
2058         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2059
2060         * eww.el (eww-tag-textarea): Support <textarea>.
2061
2062 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2063
2064         * shr.el (shr-dom-to-xml): Fixed function call.
2065
2066         * eww.el (eww): New group.
2067         (eww-header-line-format): New custom variable.
2068         (eww-current-title): New variable.
2069         (eww-display-html): Update header and handle title tag.
2070         (eww-update-header-line-format): New function.
2071         (eww-tag-title): New function.
2072
2073         * shr.el (shr-dom-to-xml): New function.
2074         (shr-tag-svg): Add support for the SVG tag.
2075         (shr-bullet): New custom variable.
2076         (shr-tag-li): Support custom bullet in unordered lists.
2077
2078 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * shr.el (shr-expand-url): Respect // URLs.
2081
2082         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2083         put a background colour onto the entire buffer.
2084         (eww-render): When being redirected, use the redirect URL as the new
2085         base URL.
2086
2087         * shr.el (shr-parse-base): Fix parsing error.
2088
2089         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2090
2091         * shr.el (shr-parse-base): New function.
2092         (shr-expand-url): Use it to expand relative URLs reliably.
2093
2094 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2095
2096         * auth-source.el (auth-source-search-collection): Fix docstring.
2097         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2098         single-quoted strings and multiline entries.
2099         (auth-source-netrc-parse-next-interesting)
2100         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2101         functions to support parser.
2102
2103 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * eww.el (eww-submit): Get submit button logic right when hitting RET
2106         on non-submit buttons.
2107
2108         * shr.el: Remove shr-preliminary-table-render, since that can't really
2109         be used for anything in practice.
2110
2111 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2112
2113         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2114         (sieve-manage-quit).
2115
2116 2013-06-14  Glenn Morris  <rgm@gnu.org>
2117
2118         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2119
2120 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2121
2122         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2123         control the maximum size of photo ID image.
2124         (mml2015-epg-key-image-to-string): Respect it.
2125
2126 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2129         instead of the final one so that we can more easily distinguish them.
2130
2131         * eww.el (eww-submit): Compute the submission URL correctly.
2132
2133 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2134
2135         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2136         Use plist-get rather than CL's getf.
2137         (sieve-manage-parse-capability): Avoid CL's remove-if.
2138
2139 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2140
2141         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2142         (sieve-manage-quit).
2143
2144 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2147         last slash.
2148
2149         * eww.el (eww-tag-select): Use the first value as the default value.
2150
2151 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2152
2153         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2154         (eww-mode): Use `define-derived-mode'.
2155         (eww-parse-headers): Parse headers from beginning of buffer so that
2156         file:// links work.
2157
2158 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2161
2162 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2165         to handle them at all.
2166
2167 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2170         work, too.
2171         (eww-tag-select): Implement <select>.
2172
2173 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2174
2175         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2176         stream managing functions by using open-protocol-stream to do most of
2177         the work.  Has the nice benefit of enabling STARTTLS.
2178         Wait for capabilities after STARTTLS: following RFC5804, the server
2179         sends new capabilities after successfully establishing a TLS connection
2180         with the client.  The client should update the cached list of
2181         capabilities, but we just ignore the answer for now.
2182         (sieve-manage-network-p, sieve-manage-network-open)
2183         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2184         (sieve-manage-forward, sieve-manage-streams)
2185         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2186         API, nor called by any other function.
2187         Enable Multibyte for SieveManage buffers: The parser won't properly
2188         handle umlauts and line endings unless multibyte is turned on in the
2189         process buffer.
2190
2191 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * eww.el (eww-tag-input): Support password fields.
2194         (eww-submit): Support POST.
2195
2196 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * eww.el (eww-tag-form): Protect against degenerate forms.
2199
2200         * shr.el (shr-expand-url): Expand URLs that start with a slash
2201         correctly.
2202
2203         * eww.el (eww-submit): Get submit button logic right.
2204
2205         * shr.el (shr-final-table-render): New variable to signal when we're
2206         doing the final table rendering so that we can collect more data at
2207         that point.
2208
2209         * eww.el (eww-submit): Make form submission work.
2210         (eww-tag-input): Implement submit buttons.
2211         (eww-click-radio): Implement radio and checkboxes.
2212         (eww-submit): Handle hidden elements.
2213
2214         * shr.el (shr-descend): Allow other packages to override (or provide)
2215         rendering of elements.
2216         (shr-expand-url): Strip query strings from URLs before expanding them.
2217
2218         * eww.el: Don't require cl-lib.
2219         (eww-tag-form): Start form support.
2220
2221         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2222
2223         * eww.el: Start writing a new, tiny web browser.
2224         (eww-previous-url): New command.
2225         (eww-quit): New command.
2226
2227 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2228
2229         * sieve.el: Put point at beginning of buffer when viewing a script.
2230         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2231         number in sieve-buffer's header.  Fixed code to also work with a string
2232         as port specifier.  Properly close the connection on pressing 'q'.  Make
2233         sieve-manage-quit close the connection and process buffer.  Also, remove
2234         duplicate keybinding for 'q'.
2235
2236 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2237
2238         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2239         make it easier to read.
2240         (mm-pkcs7-enveloped-magic): Ditto.
2241
2242 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2245         before `image-type-available-p' to avoid loading the image libraries
2246         needlessly.
2247
2248 2013-06-05  David Engster  <deng@randomsample.de>
2249
2250         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2251         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2252         to see whether the group was synced before.
2253
2254 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2255
2256         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2257         when opening the connection.
2258         Suggested by João Távora <joaotavora@gmail.com> in
2259         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2260
2261 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2264         assume Date header begins with "Date", that may be customized into
2265         something like "X-Sent" using gnus-article-time-format.
2266         (article-transform-date): Allow multi-line Date header.
2267
2268 2013-06-02  David Engster  <deng@randomsample.de>
2269
2270         * registry.el (initialize-instance, registry-lookup)
2271         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2272         (registry-lookup-secondary-value, registry-search, registry-delete)
2273         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2274         not wrap methods in `eval-and-compile'.  This breaks due to latest
2275         changes in EIEIO (introduction of eieio-core.el).
2276
2277 2013-05-30  Glenn Morris  <rgm@gnu.org>
2278
2279         * nnmail.el (nnmail-fancy-expiry-target):
2280         Also bind mail-dont-reply-to-names.
2281
2282         * spam-stat.el (spam-stat-save):
2283         No need to tweak font-lock in temp buffers.
2284
2285         * shr.el (shr-put-image): Silence compiler.
2286
2287 2013-05-29  Glenn Morris  <rgm@gnu.org>
2288
2289         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2290
2291         * gnus-group.el (gnus-sequence-of-unread-articles)
2292         (gnus-summary-add-mark, gnus-mark-article-as-read)
2293         (gnus-group-make-articles-read): Declare.
2294
2295         * gnus-sum.el (gnus-parameter-list-identifier)
2296         (gnus-article-stop-animations, gnus-stop-downloads)
2297         (gnus-article-only-boring-p, article-goto-body)
2298         (gnus-flush-original-article-buffer, article-narrow-to-head)
2299         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2300         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2301
2302         * gnus.el: No need to eval-and-compile autoloads.
2303
2304         * gravatar.el (help-function-arglist): Autoload.
2305
2306         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2307
2308         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2309
2310         * spam.el: No need to load spam-report when compiling.
2311         No need to eval-and-compile autoloads.
2312         (spam-report-resend-to): Declare.
2313         (spam-report-resend-register-routine): Require 'spam-report.
2314
2315 2013-05-24  Julien Danjou  <julien@danjou.info>
2316
2317         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2318         setup.
2319
2320 2013-05-23  Glenn Morris  <rgm@gnu.org>
2321
2322         * gnus-util.el (rmail-swap-buffers-maybe)
2323         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2324         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2325         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2326
2327         * mm-decode.el: No need to load term when compiling.
2328         (term-mode, term-char-mode): Declare.
2329
2330         * mm-util.el: No need to load jka-compr when compiling.
2331         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2332
2333         * nnmaildir.el: Require is automatically eval-and-compile.
2334         (nnmail): Require at run-time too.
2335
2336         * registry.el (registry-size): Move definition before use.
2337
2338 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2339
2340         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2341         signed data to conform the standard.  (Bug#14232)
2342
2343 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2344
2345         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2346         double angle quotation mark.
2347
2348 2013-05-20  Glenn Morris  <rgm@gnu.org>
2349
2350         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2351
2352 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2353
2354         * message.el (message-insert-formatted-citation-line): handle finding
2355         first/lastname when more than 2 names appear.
2356
2357 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2358
2359         * shr.el (shr-tag-span): New function.
2360
2361 2013-05-18  Glenn Morris  <rgm@gnu.org>
2362
2363         * message.el (message-mode): Use message-mode-abbrev-table,
2364         with text-mode-abbrev-table as parent.  (Bug#14413)
2365
2366 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * message.el (message-expand-group): Decode group names.
2369
2370 2013-05-16  Julien Danjou  <julien@danjou.info>
2371
2372         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2373         app-icon.
2374
2375 2013-05-15  Glenn Morris  <rgm@gnu.org>
2376
2377         * shr-color.el (shr-color-visible-luminance-min)
2378         (shr-color-visible-distance-min): Use shr-color group.
2379
2380 2013-05-11  Glenn Morris  <rgm@gnu.org>
2381
2382         * gnus-vm.el: Make it loadable without VM.
2383         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2384         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2385
2386 2013-05-09  Glenn Morris  <rgm@gnu.org>
2387
2388         * mml1991.el: Make it loadable.  (Bug#13456)
2389
2390         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2391         * gnus-async.el (gnus-async-post-fetch-function):
2392         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2393         * gnus-html.el (gnus-html-image-cache-ttl):
2394         * gnus-notifications.el (gnus-notifications-timeout):
2395         * gnus-picon.el (gnus-picon-properties):
2396         * gnus-util.el (gnus-completion-styles):
2397         * gnus.el (gnus-other-frame-resume-function):
2398         * message.el (message-user-organization-file)
2399         (message-cite-reply-position):
2400         * nnir.el (nnir-summary-line-format)
2401         (nnir-retrieve-headers-override-function):
2402         * shr-color.el (shr-color-visible-luminance-min):
2403         * shr.el (shr-blocked-images):
2404         * spam-report.el (spam-report-resend-to):
2405         * spam.el (spam-summary-exit-behavior): Fix custom types.
2406
2407         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2408
2409 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2412         because of let-binding help-xref-following.  (Bug#14356)
2413
2414 2013-05-06  Glenn Morris  <rgm@gnu.org>
2415
2416         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2417
2418 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2419
2420         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2421         entering into the registry.
2422
2423 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2424
2425         * gnus.el: Ma Gnus v0.7 is released.
2426
2427 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2430         (Bug#14304)
2431
2432 2013-04-27  Glenn Morris  <rgm@gnu.org>
2433
2434         * gnus.el (gnus-list-debbugs):
2435         Use require rather than autoload.  (Bug#14262)
2436
2437 2013-04-27  Julien Danjou  <julien@danjou.info>
2438
2439         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2440         port to "sieve" now that it has an official IANA port assigned.
2441
2442 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2445         Don't set the MAILHOST environment variable permanently (Bug#14271).
2446
2447 2013-04-26  Glenn Morris  <rgm@gnu.org>
2448
2449         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2450
2451 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2452
2453         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2454         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2455
2456 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2457
2458         * nnir.el (nnir-close-group): Make sure we are in the right group.
2459
2460         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2461         dependency table from all newly retrieved headers.
2462
2463 2013-04-16  David Edmondson  <dme@dme.org>
2464
2465         Support <img src="data:...">.
2466
2467         * shr.el (shr-image-from-data): New function.
2468         (shr-tag-img): Use it.
2469
2470 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2471
2472         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2473         group.
2474
2475 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2478         corresponding to any existing group (Bug#14166).
2479
2480 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2481
2482         * nnir.el (number-sequence): No longer used.
2483         (nnir-request-set-mark): New function.
2484         (nnir-request-update-info): Improve marks updating.
2485         (nnir-request-scan): Don't duplicate marks updating.
2486         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2487         Use 'assq rather than 'assoc.  Quote anonymous function.
2488         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2489         Use 'gnus-group-prefixed-p.
2490         (gnus-summary-create-nnir-group): Make sure server for method is open.
2491
2492 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2493
2494         * nnir.el (gnus-nnir-group-p): New function.
2495         (nnir-possibly-change-group): Use it.
2496
2497         * gnus-msg.el (gnus-setup-message): Use it.
2498
2499 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2502         `initial-input' for the argument name.
2503         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2504
2505 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2506
2507         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2508         (used by MH-E).
2509
2510 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2511
2512         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2513         group.
2514
2515         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2516         fix compilation.
2517
2518 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2519
2520         * nnir.el (nnir-method-default-engines): And another typo.
2521
2522 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2523
2524         * nnir.el (nnir-method-default-engines): Fix typo.
2525
2526 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2527
2528         * nnir.el: Define 'number-sequence for xemacs.
2529         (gnus-summary-create-nnir-group): New function to create an nnir group
2530         from an nnir summary buffer based on the current query.
2531         (nnir-request-create-group): Update to allow nnir group creation based
2532         on the current query.
2533
2534 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * nndraft.el (nndraft-request-expire-articles):
2537         Make expiry target always `delete'.
2538
2539 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2540
2541         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2542         buffer use the posting-style and gcc of the original article group.
2543         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2544
2545         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2546         after other deffoos.
2547
2548 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2549
2550         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2551         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2552         support for real (i.e. not ephemeral) nnir groups.
2553         (gnus-summary-make-nnir-group): New function for initiating searches
2554         from a summary buffer.
2555
2556 2013-03-18  Sam Steingold  <sds@gnu.org>
2557
2558         * message.el (message-bury): Minor cleanup.
2559
2560 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2561
2562         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2563
2564 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2567         nnml-request-list.  (Bug#13873)
2568         (nndir-request-newsgroups): Remove, unused.
2569
2570         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2571
2572 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2573
2574         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2575         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2576         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2577
2578 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2579
2580         * shr.el: Make all the overlays set the `evaporate' property so that
2581         they're removed properly.
2582
2583 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2584
2585         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2586         shell-quote-argument.
2587
2588 2013-02-22  David Engster  <deng@randomsample.de>
2589
2590         * gnus-registry.el (gnus-registry-save): Provide class name when
2591         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2592         `condition-case' to stay compatible with older EIEIO versions which
2593         only accept one argument.
2594
2595 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2596
2597         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2598         (epg-user-id-validity): Autoload.
2599         (mml2015-epg-check-user-id): New function.
2600         (mml2015-epg-check-sub-key): New function split from
2601         mml2015-epg-find-usable-key.
2602         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2603         optional name-is-key-id, to handle the case when user-id is unusable.
2604         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2605
2606 2013-02-17  Glenn Morris  <rgm@gnu.org>
2607
2608         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2609
2610 2013-02-16  Glenn Morris  <rgm@gnu.org>
2611
2612         * shr.el (shr-put-image): Only animate images that specify a delay.
2613         This is consistent with the old image-animated-p behavior.
2614
2615 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2618         for XEmacs.
2619
2620 2013-02-13  Juri Linkov  <juri@jurta.org>
2621
2622         * gnus-art.el (gnus-article-mode-map):
2623         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2624         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2625
2626 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2627
2628         * auth-source.el (auth-source-format-prompt): Don't get confused by
2629         any "\" in replacement text.  (Bug#13637)
2630
2631 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2632
2633         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2634         (gnus-backend-trace): Honour gnus-backend-trace.
2635
2636         * mml.el (mml-insert-part): Insert closing tag.
2637
2638         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2639
2640 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2643         able to find the article, which can happen in debbugs groups,
2644         apparently.
2645
2646 2013-01-16  Glenn Morris  <rgm@gnu.org>
2647
2648         * smiley.el (smiley-style): Make the file loadable in batch mode.
2649
2650 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2651
2652         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2653         imap process running.
2654
2655 2013-01-14  Julien Danjou  <julien@danjou.info>
2656
2657         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2658         Compare addresses against addresses, not against the full From field.
2659
2660 2013-01-13  Richard Stallman  <rms@gnu.org>
2661
2662         * message.el (message-forward-make-body-mime): New args BEG, END
2663         specify what part of FORWARD-BUFFER to use.  Do the work directly
2664         instead of calling `mml-insert-buffer'.
2665
2666 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2667
2668         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2669         cross-reference(s).
2670
2671         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2672         cross-reference(s).
2673
2674 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2675
2676         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2677         and point-max-marker.
2678         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2679
2680 2013-01-11  Julien Danjou  <julien@danjou.info>
2681
2682         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2683         max are almost equal.  Also return the correct value for V which is
2684         already between 0 and 1.
2685
2686 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2687
2688         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2689         to mml2015-encrypt-to-self.
2690         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2691
2692 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2693
2694         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2695         mml-smime-epg-find-usable-secret-key.
2696
2697 2013-01-08  Glenn Morris  <rgm@gnu.org>
2698
2699         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2700
2701 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2702
2703         * mml-smime.el: Support signing by sender.
2704         Requested by Uwe Brauer.
2705         (mml-smime-sign-with-sender): New user option analogous
2706         to mml2015-sign-with-sender.
2707         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2708         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2709         mml2015.el.
2710
2711 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2714         isn't running, because Gnus will probably not know how to handle the
2715         Gcc header (bug#11941).
2716
2717         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2718         articles.
2719
2720 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2723         (nnfolder-generate-active-file): Make this function work with recursive
2724         folder names.
2725
2726 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2727
2728         * nntp.el (nntp-open-connection): Use HELP as the capability command
2729         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2730         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2731
2732 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2733
2734         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2735         place holder since this gives `Invalid face reference: nil' messages.
2736         Use the `default' face instead.  It has the same effect here, even
2737         though it is not no-op.
2738
2739         * gnus-util.el
2740         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2741
2742 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2745         non-string posting styles (bug#13285).
2746
2747 2012-12-27  Glenn Morris  <rgm@gnu.org>
2748
2749         * plstore.el (plstore-passphrase-callback-function):
2750         Use plstore-get-file.
2751
2752 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2753
2754         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2755         stderr.
2756
2757 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2760
2761         * gnus-compat.el (set-buffer-multibyte): Remove.
2762
2763 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2764
2765         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2766         temporary file to get PGP key image.  Pass no-show-photos when
2767         extracting image to avoid having it pop up twice.
2768
2769 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2770
2771         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2772         eligible for treatment.
2773
2774         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2775         lines.  This makes summary commands with hidden threads work more
2776         reliably.
2777
2778         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2779         button to mark the hidden citations (bug#9395).
2780
2781 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2782
2783         * mml2015.el (mml2015-epg-signature-to-string): New function.
2784         (mml2015-epg-verify-result-to-string): New function.
2785         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2786         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2787         instead of epg-verify-result-to-string.
2788         (epg-signature-key-id, epg-signature-to-string): Autoload.
2789         (epg-verify-result-to-string): Remove autoload.
2790
2791 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2792
2793         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2794         ID image from GPG public key.
2795         (mml2015-epg-key-image-to-string): New function.
2796
2797 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2798
2799         * plstore.el (plstore-passphrase-callback-function): Fix error when
2800         error when plstore-cache-passphrase-for-symmetric-encryption is set
2801         (bug#13264).
2802
2803 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2804
2805         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2806         buffer to the article buffer here, because that clobbers multiple
2807         article buffers.
2808
2809         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2810         buffer always points to the right summary buffer.
2811
2812 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2813
2814         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2815         the password (bug#12097).
2816
2817 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2818
2819         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2820         (bug#13263).
2821
2822         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2823         buffer exists before using it (bug#12475).
2824
2825         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2826         offline groups (bug#11937).
2827
2828         * message.el (message-yank-original): When using customize to set the
2829         value of `message-cite-style', the variable it set to a symbol that's
2830         the name of the variable, which must then be dereferenced (bug#12616).
2831
2832 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2833
2834         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2835         the `face' property with a list whose car is the face specified in the
2836         format string and whose cdr is (nil).
2837         * lisp/gnus-util.el
2838         (gnus-put-text-property-excluding-characters-with-faces):
2839         Change accordingly.
2840         (gnus-get-text-property-excluding-characters-with-faces): New function.
2841         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2842         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2843         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2844
2845 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2846
2847         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2848         login methods.
2849         (nnimap-login): Respect the `nnimap-authenticator' variable.
2850
2851         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2852         mark state when moving articles.  Otherwise unticked articles will get
2853         their ticks back after moving.
2854
2855 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2858
2859         * message.el (message-ignored-news-headers): Always remove
2860         X-Message-SMTP-Method to avoid information leakage if the user
2861         mistakenly inserts the header into news messages.
2862
2863         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2864
2865         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2866         right than four characters, this command would move point to
2867         `point-max'.  Don't do that.
2868
2869         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2870         to nil to allow re-selecting groups that gain articles.
2871         (gnus-bug-group-download-format-alist): Update the URL.
2872
2873 2012-12-23  Andreas Schwab  <schwab@suse.de>
2874
2875         * shr.el (shr-tag-em): Render em as italic, not bold.
2876
2877 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2878
2879         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2880         for reuse.
2881         (gnus-open-server): Use it to add more tracing.
2882         (gnus-finish-retrieve-group-infos): Add backend tracing.
2883         (gnus-backend-trace): Also note the elapsed seconds.
2884
2885 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2886
2887         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2888         Set epa-file-encrypt-to from variable to avoid querying.
2889
2890 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2891
2892         * sieve-mode.el (sieve-font-lock-keywords):
2893         Keywords should be word delimited.  (Bug#13173)
2894
2895 2012-12-13  Andreas Schwab  <schwab@suse.de>
2896
2897         * tls.el (tls-program): Update customize type.
2898
2899 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2902         instead of <pre> to align message header.
2903
2904 2012-12-12  Sam Steingold  <sds@gnu.org>
2905
2906         * gnus.el (gnus-other-frame-resume-function): Add user option.
2907         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2908
2909 2012-12-06  Sam Steingold  <sds@gnu.org>
2910
2911         * gnus-start.el (gnus-before-resume-hook): Add.
2912         (gnus-1): Run it when Gnus is alive.
2913
2914 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2917         * gnus-art.el (article-unsplit-urls)
2918         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2919         * gnus-registry.el (gnus-registry-get-article-marks)
2920         * message.el (message-goto-body): Use it.
2921         (message-called-interactively-p): Remove.
2922
2923         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2924         (spam-stat-score-buffer): Use it.
2925
2926         * spam.el: Silence the warnings against BBDB functions when compiling.
2927
2928         * gnus-score.el (gnus-score-decode-text-parts):
2929         Use append+mapcar instead of the cl function mapcan.
2930
2931 2012-12-05  Sam Steingold  <sds@gnu.org>
2932
2933         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2934         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2935         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2936
2937 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gmm-utils.el (gmm-called-interactively-p): Revert.
2940         This seems to cause Emacs to get stuck!
2941         * gnus-art.el (article-unsplit-urls)
2942         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2943         * gnus-registry.el (gnus-registry-get-article-marks)
2944         * message.el (message-goto-body)
2945         (message-called-interactively-p): Revert.
2946
2947         * gmm-utils.el (gmm-called-interactively-p): New function.
2948         * gnus-art.el (article-unsplit-urls)
2949         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2950         * gnus-registry.el (gnus-registry-get-article-marks)
2951         * message.el (message-goto-body): Use it.
2952         (message-called-interactively-p): Remove.
2953
2954         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2955         * gnus-sync.el (gnus-sync-lesync-call)
2956         * message.el (message-read-from-minibuffer): Use it.
2957
2958 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gmm-utils.el (gmm-flet): Remove.
2961         * gnus-sync.el (gnus-sync-lesync-call)
2962         * message.el (message-read-from-minibuffer): Don't use it.
2963
2964 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2967
2968 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2971
2972         * gnus-sync.el (gnus-sync-lesync-call)
2973         * message.el (message-read-from-minibuffer): Use gmm-flet.
2974
2975         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2976
2977         * gnus-util.el (gnus-macroexpand-all): Remove.
2978
2979 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2980
2981         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2982         to TAB, not [tab].
2983         (gnus-summary-article-map): Likewise.
2984
2985         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2986         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2987
2988 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2989
2990         * time-date.el: Commentary fix.
2991
2992 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2993
2994         * color.el: Don't require cl.
2995         (color-complement): `caddr' -> `nth 2'.
2996
2997         * time-date.el (time-to-seconds): De-obsolete.
2998
2999 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * message.el (message-get-reply-headers):
3002         Make sure the reply goes to the author if it is a wide reply.
3003
3004 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3005
3006         * gnus-score.el (gnus-score-body):
3007         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3008         scoring by body.
3009
3010 2012-11-16  Glenn Morris  <rgm@gnu.org>
3011
3012         * gnus-diary.el (nndiary-request-create-group-functions)
3013         (nndiary-request-update-info-functions)
3014         (gnus-subscribe-newsgroup-functions)
3015         (nndiary-request-accept-article-functions):
3016         Use new names for hooks rather than obsolete aliases.
3017
3018 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3021
3022 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3025         in meta tag with the one the part specifies in its header.
3026
3027 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3028
3029         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3030         by default.
3031
3032 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3035         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3036
3037 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3040         and a runtime function for it, of which the XEmacs version takes only
3041         two arguments.
3042
3043 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3044
3045         * nndiary.el (nndiary-request-create-group-functions)
3046         (nndiary-request-update-info-functions)
3047         (nndiary-request-accept-article-functions):
3048         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3049         "-hooks" suffix.
3050
3051 2012-10-19  Julien Danjou  <julien@danjou.info>
3052
3053         * gnus-art.el: Require gnus-util because it uses
3054         `gnus-timer--function'.
3055
3056 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3057
3058         * starttls.el (starttls-extra-arguments): Doc fix.
3059
3060 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061
3062         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3063         it.
3064
3065 2012-10-06  Glenn Morris  <rgm@gnu.org>
3066
3067         * gnus-notifications.el (gnus-notifications):
3068         Add missing group :version tag.
3069         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3070         (gnus-gcc-post-body-encode-hook):
3071         * gnus-sync.el (gnus-sync-lesync-name)
3072         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3073
3074 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3075
3076         * color.el (color-hsl-to-rgb): Fix incorrect results for
3077         small and large hue values.  (Bug#12559)
3078
3079 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         New UIDL implementation.
3082
3083         * mail-source.el (mail-sources, mail-source-keyword-map):
3084         Add :leave as a pop3 keyword.
3085         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3086
3087         * pop3.el (pop3-leave-mail-on-server): Allow number.
3088         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3089         (pop3-movemail): Add UIDL support.
3090         (pop3-send-streaming-command): Take a list of mail numbers instead of
3091         the number of mails.
3092         (pop3-write-to-file): Add X-UIDL header.
3093         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3094         (pop3-uidl-add-xheader): New functions.
3095
3096         * message.el (message-ignored-resent-headers):
3097         Add X-Content-Length and X-UIDL headers.
3098
3099 2012-10-05  Glenn Morris  <rgm@gnu.org>
3100
3101         * color.el (color-name-to-rgb, color-rgb-to-hex)
3102         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3103         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3104         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3105         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3106
3107 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3110         a user about whether to delete temp files if once a user answered as n.
3111
3112 2012-09-25  Chong Yidong  <cyd@gnu.org>
3113
3114         * password-cache.el (password-read-and-add): Use a declare form to mark
3115         this function obsolete.
3116
3117 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * lpath.el: Bind mail-encode-mml for old Emacsen.
3120
3121 2012-09-17  Richard Stallman  <rms@gnu.org>
3122
3123         * message.el (message-in-body-p): Don't set mark or modify buffer.
3124
3125         * mml.el (mml-attach-file): Doc fix.
3126         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3127         Set mail-encode-mml when in Mail mode.
3128         Simplify code to set HEAD and move back to HEAD.
3129         (mml-insert-multipart, mml-insert-part):
3130         Set mail-encode-mml when in Mail mode.
3131
3132 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * gnus-util.el (gnus-timer--function): New function.
3135
3136         * gnus-art.el (gnus-article-stop-animations): Use it.
3137
3138 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3139
3140         Fix glitches caused by addition of psec to timers.
3141         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3142         rather than raw access to timer vector.
3143
3144 2012-09-11  Julien Danjou  <julien@danjou.info>
3145
3146         * gnus-notifications.el (gnus-notifications): Check for nil values in
3147         ignored addresses check.
3148
3149 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3150
3151         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3152
3153 2012-09-07  Chong Yidong  <cyd@gnu.org>
3154
3155         * gnus-util.el
3156         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3157
3158         * gnus-salt.el (gnus-tree-highlight-node):
3159         * gnus-sum.el (gnus-summary-highlight-line):
3160         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3161
3162 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3163
3164         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3165
3166 2012-09-06  Juri Linkov  <juri@jurta.org>
3167
3168         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3169         scheme for buffer names to be more consistent with other group and
3170         article buffer names in Gnus.
3171
3172 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3173
3174         * gnus-util.el
3175         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3176
3177         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3178         Jenkner.
3179
3180         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3181
3182         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3183
3184         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3185
3186 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3189         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3190
3191         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3192         string-prefix-p in Emacs >=23.2.
3193
3194         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3195         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3196         instead of string-match-p.
3197         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3198
3199 2012-09-06  Kenichi Handa  <handa@gnu.org>
3200
3201         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3202         lowercase a..f.
3203
3204 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3205
3206         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3207
3208 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3209
3210         * nnimap.el (nnimap-request-move-article): Decode the group name when
3211         doing internal moves to avoid charset issues.
3212
3213         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3214         TIME is set.
3215
3216 2012-09-05  Juri Linkov  <juri@jurta.org>
3217
3218         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3219         than one group at a time (bug#11961).
3220
3221 2012-09-05  Julien Danjou  <julien@danjou.info>
3222
3223         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3224         this hide the real reason with a message giving absolutely no hint.
3225
3226 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3227
3228         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3229         to the backend (bug#11804).
3230
3231         * message.el (message-insert-newsgroups): Don't insert newsgroup
3232         duplicates (bug#12275).
3233
3234 2012-09-05  John Wiegley  <johnw@newartisans.com>
3235
3236         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3237         sieve rules.
3238
3239 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3240
3241         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3242         function.
3243
3244         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3245
3246         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3247
3248 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3249
3250         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3251         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3252         This should make nnmaildir more usable with offlineimap.
3253
3254 2012-09-05  Julien Danjou  <julien@danjou.info>
3255
3256         * nnimap.el (nnimap-request-list): Revert change that made listing
3257         synchronous.
3258         (nnimap-get-responses): Restore.
3259
3260 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3261
3262         * dgnushack.el: XEmacs 21.5 compilation fix.
3263
3264         * gnus-notifications.el (gnus-notifications-notify): Use it.
3265
3266         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3267         warnings on XEmacs.
3268
3269 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3270
3271         Better seeds for (random).
3272         * gnus-sync.el (gnus-sync-lesync-setup):
3273         * message.el (message-canlock-generate, message-unique-id):
3274         Change (random t) to (random), now that the latter is more random.
3275
3276 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3277
3278         * nnimap.el (nnimap-change-group): Document result value
3279
3280         * auth-source.el (auth-sources): Fix macos keychain access.
3281
3282         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3283         allow the backend `request-head' function to determine the group
3284         name on its own.
3285         (gnus-request-expire-articles): Filter out negative article numbers
3286         during expiry (Bug#11980).
3287
3288         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3289         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3290
3291         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3292         you've found the article when you haven't.
3293
3294         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3295         that nnimap-change-group can return t.
3296
3297 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3298
3299         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3300
3301 2012-08-30  Julien Danjou  <julien@danjou.info>
3302
3303         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3304         `gnus-notifications-timeout'.
3305         (gnus-notifications-timeout): Add.
3306         (gnus-notifications-action): New function.
3307         (gnus-notifications-notify): Add :action using
3308         `gnus-notifications-action'.
3309         (gnus-notifications-id-to-msg): New variable.
3310         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3311         notifications id to messages.
3312
3313 2012-08-30  Kenichi Handa  <handa@gnu.org>
3314
3315         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3316         once.
3317
3318 2012-08-29  Julien Danjou  <julien@danjou.info>
3319
3320         * gnus-notifications.el: New file.
3321         (gnus-notifications-notify): New function.
3322         (gnus-notifications): Use `gnus-notifications-notify'.
3323
3324 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3327         transfer encoding first; bind gnus-newsgroup-charset to the charset
3328         that the article specifies (Bug#12209).
3329
3330 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3333         (gnus-group-customize-done): Encode values posting-style holds.
3334
3335         * gnus-msg.el (gnus-summary-resend-message)
3336         (gnus-configure-posting-styles): Decode values posting-style group
3337         parameter holds.
3338
3339 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3342         `name' and `address' in Resent-From header.
3343
3344 2012-08-14  Chong Yidong  <cyd@gnu.org>
3345
3346         * gnus-art.el (article-display-face): Handle failure in
3347         gnus-create-image (Bug#11802).
3348
3349 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3350
3351         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3352         Use defsetf.
3353
3354 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3355
3356         * auth-source.el (auth-source-plstore-search)
3357         (auth-source-secrets-search): Ignore :require and :type in search spec.
3358
3359 2012-08-06  Julien Danjou  <julien@danjou.info>
3360
3361         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3362         `nnimap-request-move-article'.
3363
3364         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3365         Remove autoload, already handled by gnus.el.
3366
3367         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3368
3369         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3370         supported by nnimap actually.  Reverts previous change.
3371
3372         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3373         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3374         to-buffer argument that is already supported.
3375
3376 2012-08-05  Julien Danjou  <julien@danjou.info>
3377
3378         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3379         Add autoload.
3380
3381 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * gnus.el (gnus-valid-select-methods): Fix custom type.
3384
3385 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3386
3387         * auth-source.el (auth-sources, auth-source-backend-parse)
3388         (auth-source-macos-keychain-search)
3389         (auth-source-macos-keychain-search-items)
3390         (auth-source-macos-keychain-result-append)
3391         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3392         auth-source.el through the /usr/bin/security utility.
3393         (auth-sources): Fix syntax error.
3394         (auth-source-macos-keychain-result-append): Fix variable name.
3395         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3396
3397 2012-07-27  Julien Danjou  <julien@danjou.info>
3398
3399         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3400         Emacs < 24.1
3401
3402 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * message.el (message-kill-address): Don't kill last newline.
3405         (message-skip-to-next-address): Don't move to the next header.
3406         (message-fill-field-address): Work properly.
3407
3408 2012-07-25  Julien Danjou  <julien@danjou.info>
3409
3410         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3411
3412 2012-07-24  Julien Danjou  <julien@danjou.info>
3413
3414         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3415
3416         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3417         (nntp-async-timer-handler): Remove, unused.
3418
3419         * nnimap.el (nnimap-get-responses): Remove, unused.
3420
3421         * nnheader.el (mail-header-set-extra): Remove, unused.
3422
3423         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3424         unused.
3425
3426         * mm-view.el (mm-view-sound-file): Remove, unused.
3427
3428         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3429         (mm-url-encode-multipart-form-data): Remove, unused.
3430
3431         * message.el (message-remove-signature, message-make-host-name)
3432         (message-fill-address): Remove, unused.
3433
3434         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3435         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3436         unused.
3437
3438         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3439         (gnus-xmas-call-region): Remove, unused.
3440
3441         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3442
3443         * gnus-util.el (gnus-extract-address-component-name)
3444         (gnus-extract-address-component-email, gnus-sortable-date)
3445         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3446         (gnus-process-live-p): Remove, unused.
3447
3448         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3449
3450         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3451         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3452         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3453         function.
3454
3455         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3456
3457         * gnus-score.el (gnus-summary-score-crossposting)
3458         (gnus-score-regexp-bad-p): Remove, unused.
3459
3460         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3461
3462         * gnus-range.el (gnus-sublist-p): Remove, unused.
3463
3464         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3465         unused.
3466
3467         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3468
3469         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3470         (gnus-request-associate-buffer): Remove, unused.
3471
3472         * gnus-group.el (gnus-group-set-method-info)
3473         (gnus-group-set-params-info): Remove, unused.
3474
3475         * gnus-fun.el (gnus-shell-command-to-string)
3476         (gnus-shell-command-on-region): Remove, unused.
3477
3478         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3479
3480         * gnus-art.el (gnus-article-text-type-exists-p)
3481         (article-translate-characters, gnus-article-hide-text-of-type)
3482         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3483         Remove, unused.
3484
3485 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3486
3487         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3488
3489 2012-07-21  Julien Danjou  <julien@danjou.info>
3490
3491         * message.el (message-dont-reply-to-names): Replace deprecated
3492         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3493         (message-get-reply-headers): Ditto.
3494
3495 2012-07-18  Julien Danjou  <julien@danjou.info>
3496
3497         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3498         `sieve-upload-and-kill'.
3499
3500         * sieve.el (sieve-bury-buffer): Remove function.
3501         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3502         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3503
3504 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3505
3506         * shr.el (shr-expand-url): Handle URL starting with `//'.
3507
3508 2012-07-13  Chong Yidong  <cyd@gnu.org>
3509
3510         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3511         instead of calling toggle-read-only with a (bogus) argument.
3512
3513 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3514
3515         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3516         of initial input when reading the author to restrict the summary to.
3517
3518 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * mm-decode.el (mm-shr):
3521         Allow overriding charset by mm-charset-override-alist.
3522
3523 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * gnus-art.el (gnus-article-view-part):
3526         Toggle subparts of multipart/alternative part.
3527
3528 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3529
3530         * shr.el (shr-render-buffer): New command.
3531         (shr-visit-file): Use it.
3532
3533 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3536         Set no-byte-compile and no-update-autoloads.
3537
3538 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3541
3542 2012-06-25  Julien Danjou  <julien@danjou.info>
3543
3544         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3545         `nnimap-request-move-articles-find-limit' since we do not use it only
3546         for move operations.
3547         (nnimap-request-accept-article): Use
3548         `nnimap-request-articles-find-limit' to limit search by message-id.
3549
3550 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3551
3552         Support higher-resolution time stamps (Bug#9000).
3553
3554         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3555         VARLIST.  It's optional, for backward compatibility.
3556         (encode-time-value): New optional arg PICO.  New type 3.
3557         (time-to-seconds) [!float-time]: Support the new picoseconds
3558         component if it's used.
3559         (seconds-to-time, time-subtract, time-add):
3560         Support ps-resolution time stamps as well.
3561
3562 2012-06-19  Julien Danjou  <julien@danjou.info>
3563
3564         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3565
3566         * nnimap.el (nnimap-log-buffer): Check that
3567         `window-point-insertion-type' is boundp, since it's not available in
3568         XEmacs.
3569
3570 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3571
3572         * nnimap.el (nnimap-log-buffer): Add this, setting
3573         `window-point-insertion-type' in the buffer to t.
3574         (nnimap-log-command): Use nnimap-log-buffer.
3575
3576 2012-06-19  Julien Danjou  <julien@danjou.info>
3577
3578         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3579         argument to be able to limit the search.
3580         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3581         (nnimap-request-move-articles-find-limit): Add this to limit the search
3582         by Message-Id after a message move.
3583         (nnimap): Add defgroup.
3584
3585 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3586
3587         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3588
3589 2012-06-15  Julien Danjou  <julien@danjou.info>
3590
3591         * nnimap.el (nnimap-find-article-by-message-id): Use
3592         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3593         (nnimap-possibly-change-group): Add read-only argument.
3594         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3595         issuing EXAMINE manually.
3596         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3597         with read-only argument.
3598         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3599         cannot possibly change because we need to be sure that it's either
3600         read-write or read-only.
3601
3602 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3605         being bound to a lambda form.
3606
3607 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3608
3609         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3610         articles when fetch-old is non-nil (bug#11370).
3611
3612 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3613
3614         * gnus-picon.el (gnus-picon-properties): New defcustom.
3615         (gnus-picon-create-glyph): Use it.
3616
3617 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * gnus-group.el (gnus-group-get-new-news): Respect
3620         `gnus-group-use-permanent-levels', as documented (bug#11638).
3621
3622 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3623
3624         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3625         groups (bug#11641).
3626
3627 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3628
3629         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3630         is an integer to avoid later problems.
3631
3632 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3635         locales.
3636
3637         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3638         on a handle.
3639
3640         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3641         address as the default.
3642         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3643
3644         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3645         makes no sense to query the user about internal files.
3646
3647         * gnus-spec.el: Remove all the byte-compilation stuff, since
3648         benchmarking shows that it doesn't help when entering large summary
3649         buffers.
3650
3651         * gnus-xmas.el (gnus-xmas-define): Remove.
3652
3653         * gnus-util.el (gnus-byte-code): Remove.
3654
3655         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3656         grouplens stuff.
3657
3658 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3661         (bug#11514).
3662
3663 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3664
3665         * message.el (message-buffers): Return all buffers derived from Message
3666         to make `gnus-dired-attach' work with mu4e.
3667
3668 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3669
3670         * nntp.el: Stop the `letf' madness.
3671         (nntp--report-1): New var.
3672         (nntp-report): Merge nntp-report-1 into it.
3673         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3674         the nntp-report function.
3675
3676         * auth-source.el: Fix comment-style to follow the convention.
3677
3678 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3679
3680         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3681         (mm-dissect-singlepart): Don't guess the MIME type of
3682         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3683         set.
3684         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3685         toplevel MIME type is multipart/encrypted.
3686
3687 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3690         a string so that Gcc works (bug#11514).
3691
3692 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3693
3694         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3695         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3696
3697 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3698
3699         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3700         jumping to *Server* from a dedicated *Group* window.
3701         (gnus-configure-frame): CSE.
3702
3703         * gnus-registry.el: Minor style cleanup.
3704         (gnus-registry--set/remove-mark): New function, extracted from
3705         gnus-registry-install-shortcuts.
3706         (gnus-registry-install-shortcuts): Use it.
3707
3708 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * nnspool.el (news-path): Use eval-and-compile.
3711
3712 2012-05-24  Glenn Morris  <rgm@gnu.org>
3713
3714         * nnspool.el (news-directory, news-path, news-inews-program):
3715         Move here from paths.el.  Don't see a need for these to be autoloaded.
3716
3717         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3718         Merge in doc from paths.el version.  Don't see any need for this to be
3719         autoloaded, or for the warning about users not setting it.
3720
3721 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3722
3723         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3724         format.  In particular, add an optional argument and a docstring.
3725
3726         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3727
3728         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3729         current before calling `gnus-groups-to-gnus-format'.
3730         Note that this was already the case for `gnus-active-to-gnus-format'.
3731
3732 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3733
3734         Fix minor Y10k bug.
3735         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3736
3737 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3738
3739         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3740         message once it's actually open.
3741
3742 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3743
3744         * gnus.el: Ma Gnus v0.5 is released.
3745
3746 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3747
3748         * auth-source.el (auth-source--aput-1, auth-source--aput)
3749         (auth-source--aget): New functions and macros.
3750         Use them instead of aput/aget.
3751
3752 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3753
3754         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3755
3756 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3757
3758         * plstore.el (plstore-called-interactively-p): New compat macro copied
3759         from message.el.
3760         (plstore-mode): Use it.
3761
3762 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3763
3764         * plstore.el: Revive the editing feature.
3765         (plstore-mode): New mode to edit plstore file.
3766         (plstore-mode-toggle-display, plstore-mode-original)
3767         (plstore-mode-decoded): New command.
3768         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3769         (plstore--insert-buffer, plstore--make): New function.
3770         (plstore-open, plstore-save): Simplify by using them.
3771
3772 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3775
3776 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3777
3778         * tls.el (open-tls-stream): Remove unused binding.
3779
3780 2012-04-16  Glenn Morris  <rgm@gnu.org>
3781
3782         * nndraft.el (nndraft-request-list): Fix declaration.
3783
3784 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * mm-decode.el (mm-dissect-buffer): Doc fix.
3787
3788         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3789         don't have a current group.
3790
3791         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3792         buffer if it doesn't exist.
3793
3794         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3795         given, mark the group as ephemeral with the current window conf.
3796
3797         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3798         buffer exists, which it doesn't if we haven't started Gnus.
3799         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3800
3801 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3802
3803         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3804         type is.
3805
3806         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3807         `unexists' entries.
3808         (gnus-clean-old-newsrc): Fix last checkin.
3809
3810         * nnimap.el (nnimap-update-info): None of the articles below the active
3811         low-water mark exist.
3812
3813         * dgnushack.el: Get rid of XEmacs compilation warning.
3814
3815         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3816         would have gotten if we posted to the group, and use that to compare
3817         against the message we want to cancel (bug#10808).
3818
3819         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3820         on XEmacs.
3821
3822 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3823
3824         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3825         `scroll-margin'.
3826
3827 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3828
3829         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3830         citation prefix within a block of cited text should be considered part
3831         of that block *only* if it is a blank line.
3832
3833 2012-04-09  Chong Yidong  <cyd@gnu.org>
3834
3835         * binhex.el, hashcash.el, uudecode.el:
3836         Remove * characters from the front of variable docstrings.
3837
3838 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3841         before kinsoku-bol characters nor within kinsoku-eol characters.
3842
3843 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3846         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3847         (gnus-sync-read): Use mapc instead of mapcar.
3848
3849         * mm-archive.el: Require mm-decode for some macros.
3850         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3851         the byte compiler.
3852         (mm-archive-decoders): New function that returns the value of
3853         the mm-archive-decoders variable.
3854
3855         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3856         instead.
3857         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3858
3859         * nnimap.el (gnus-refer-thread-use-nnir):
3860         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3861
3862 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3865
3866 2012-03-12  Peter Münster  <pmrb@free.fr>
3867
3868         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3869         (gnus-demon-cancel): Ditto.
3870         (gnus-demon-run-callback): When function cannot be called due to low
3871         idleness, call it when idleness reaches the expected value, instead of
3872         waiting another timer period.
3873         (gnus-demon-init): Add `time' to arguments of call-back.
3874
3875 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3878
3879         * gnus.el: Register gnus-registry functions.
3880
3881         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3882         indent.
3883
3884         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3885         enabled before warping.
3886
3887 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3888
3889         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3890         registry about each article retrieved.
3891
3892         * gnus-int.el (gnus-select-group-with-message-id): New function.
3893         (gnus-try-warping-via-registry): Ditto.
3894         (gnus-warp-to-article): Fall back on the registry.
3895
3896 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3897
3898         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3899         inboxes.
3900
3901 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3904
3905 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3908         gnus-gcc-self-resent-messages may be a group parameter.
3909         (gnus-summary-resend-message): Don't encode encoded words in header
3910         when Gcc'ing resent message.
3911
3912 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913
3914         * shr.el (shr-insert): Treat non-breaking space just like normal
3915         space.  This seems to produce more pleasing results.
3916         (shr-insert): Only insert a blank line if we're starting from an image.
3917         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3918         (shr-ensure-paragraph): Consider lines with white space to be blank.
3919
3920 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3921
3922         * Makefile.in: Respect DESTDIR.
3923
3924 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3925
3926         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3927         and gnus-gcc-post-body-encode-hook.
3928
3929 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3932         messages that don't exist.
3933
3934         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3935
3936 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3939         Remove.
3940
3941         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3942
3943         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3944
3945 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3948         have a group name.
3949
3950         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3951         a multibyte buffer (bug#7410).
3952         (article-wash-html): Parse the original article buffer to get the
3953         unencoded data (bug#7410).
3954
3955         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3956         .newsrc.el files.
3957
3958 2012-04-05  Bastien Guerry  <bzg@altern.org>
3959
3960         * color.el (color-lighten-name): Fix typo.
3961
3962 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3965         "#" to avoid having them interpreted as comments.
3966
3967 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * shr.el (shr-insert): Update the text state properly to avoid
3970         inserting spurious paragraph starts.
3971
3972 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * shr.el (shr-table-widths): Divide the extra width more fairly over
3975         the TDs (bug#10973).
3976         (shr-render-td): Don't delete too much padding.
3977         (shr-natural-width): Compute the natural width more correctly.
3978         (shr-insert): Allow the natural width to be computed for tables again.
3979         (shr-tag-table-1): Rework how the natural widths are computed by
3980         rendering the table a third time.
3981         (shr-natural-width): Removed.
3982         (shr-buffer-width): New function.
3983         (shr-expand-newlines): Use it.
3984
3985         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3986         using a `gnus-use-full-window' setup (bug#11013).
3987
3988 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3991         24.1 release.
3992
3993 2012-03-10  David Edmondson  <dme@dme.org>
3994
3995         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3996         'Forwarded Message' header and the start of the message.
3997
3998 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3999
4000         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4001         isn't running (bug#10897).
4002
4003 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4006         This is inconsistent with all the other stream functions, which leave
4007         the setting up to the higher levels (if so wanted) (bug#10931).
4008
4009 2012-02-28  Glenn Morris  <rgm@gnu.org>
4010
4011         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4012         mm-decode.el: Standardize possessive apostrophe usage.
4013
4014 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4017
4018 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4019
4020         * parse-time.el (parse-time-string): Allow extractor to return nil.
4021
4022 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4025
4026 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4027
4028         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4029
4030 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4031
4032         * mm-decode.el (mm-shr): Remove "soft hyphens".
4033
4034         * nnimap.el (nnimap-request-list): Return the group names encoded as
4035         utf8.  Otherwise non-European group names don't work.
4036         (nnimap-request-newgroups): Ditto.
4037
4038         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4039         the default in `read-string' (bug#10757).
4040
4041         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4042         topics (bug#10843).
4043
4044         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4045         buffer.  Suggested by Herbert Valerio Riedel.
4046         (nnimap-request-move-article): Delete the message from the correct IMAP
4047         server.
4048
4049 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4050
4051         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4052         Reported by Peter Münster.
4053
4054 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4055
4056         * shr.el (shr-image-fetched): Make sure we really kill the right
4057         buffer.
4058
4059 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4060
4061         * gnus-start.el (gnus-1): Avoid duplicate entries.
4062
4063 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4064
4065         * imap.el: Remove.
4066
4067         * nntp.el (nntp-coding-system-for-read): Remove.
4068         (nntp-coding-system-for-write): Ditto.
4069         (nntp-open-connection): Just use `binary' directly.
4070
4071         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4072         Gnus 0.3.
4073
4074 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4075
4076         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4077         application/octet-stream parts really is.
4078
4079         * gnus-sum.el (gnus-propagate-marks): Remove.
4080
4081 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4082
4083         * shr.el (shr-rescale-image): Undo previous change; see
4084         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4085
4086 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4087
4088         * gnus.el: Ma Gnus v0.3 is released.
4089
4090 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4091
4092         * gnus-sum.el (gnus-summary-local-variables): Make
4093         `gnus-newsgroup-unexist' into a local variable.
4094
4095 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4096
4097         * registry.el (registry-usage-test, registry-persistence-test): Move to
4098         tests/gnustest-registry.el.
4099         (registry-make-testable-db, registry-match-test)
4100         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4101
4102         * gnus-registry.el (gnus-registry-misc-test)
4103         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4104
4105         * tests/gnustest-registry.el: New file with the registry and
4106         gnus-registry ERT tests.
4107
4108 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-msg.el (gnus-summary-resend-message): Make
4111         gnus-summary-resend-message-insert-gcc be last item in
4112         message-header-setup-hook.
4113
4114 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4115
4116         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4117         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4118         Remove.
4119         (nnfolder-open-server): Don't use marks.
4120         (nnfolder-request-delete-group): Ditto.
4121         (nnfolder-request-rename-group): Ditto.
4122         (nnfolder-request-set-mark, nnfolder-request-marks)
4123         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4124         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4125
4126         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4127         (nnml-marks-modtime): Remove.
4128         (nnml-request-delete-group): Don't use marks.
4129         (nnml-request-rename-group): Ditto.
4130         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4131         (nnml-save-marks, nnml-open-marks): Remove.
4132
4133         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4134         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4135         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4136         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4137         (nntp-server-to-method-cache): Remove.
4138
4139         * shr.el (shr-rescale-image): Fix wrong merge.
4140
4141 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4142
4143         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4144         too-wide lines.
4145
4146 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4147
4148         * nnimap.el (nnimap-record-commands): New variable.
4149         (nnimap-log-command): Use it.
4150         (nnimap-make-process-buffer): Add a space to the process buffer.
4151         (nnimap-transform-headers): Don't bug out on header lines containing
4152         stuff that look like IMAP length encodings.
4153
4154         * shr.el (shr-rescale-image): Allow viewing large images.
4155
4156 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4157
4158         * nnml.el (nnml-request-compact-group): Delete the marks file after
4159         compaction (bug#10800).
4160
4161         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4162         group exit.
4163
4164         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4165         QRESYNC/FETCH output.
4166
4167 2012-02-11  Glenn Morris  <rgm@gnu.org>
4168
4169         * sieve-manage.el (sieve-manage-default-stream):
4170         * shr.el (shr):
4171         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4172         (nnir-retrieve-headers-override-function)
4173         (nnir-imap-default-search-key, nnir-notmuch-program)
4174         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4175         (nnir-method-default-engines):
4176         * message.el (message-cite-reply-position):
4177         * gssapi.el (gssapi-program):
4178         * gravatar.el (gravatar):
4179         * gnus-sum.el (gnus-refer-thread-use-nnir):
4180         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4181         (gnus-registry-max-pruned-entries):
4182         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4183         * gnus-int.el (gnus-after-set-mark-hook)
4184         (gnus-before-update-mark-hook):
4185         * gnus-async.el (gnus-async-post-fetch-function):
4186         * auth-source.el (auth-source-cache-expiry):
4187         Add missing :version tags to new defcustoms and defgroups.
4188
4189 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4192         `gnus-newsgroup-unexist'.
4193
4194         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4195         marks.
4196         (gnus-article-special-mark-lists): Put the `unexist' in the special
4197         marks list instead.
4198
4199         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4200         articles in the list of articles to be selected.
4201
4202         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4203         articles.
4204         (nnimap-update-info): Keep track of unexisting articles.
4205         (nnimap-update-qresync-info): Ditto.
4206
4207 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4208
4209         * message.el (message-default-send-mail-function): Made into own
4210         function for reuse by emacsbug.el.
4211
4212 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4213
4214         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4215         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4216
4217 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4218
4219         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4220         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4221
4222         * gnus-compat.el: Define `timer-set-function'.
4223
4224         * mm-decode.el (mm-display-external): Output the text from the command
4225         in the buffer after the command finished.  This makes text-based
4226         commands behave better.
4227
4228 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4229
4230         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4231
4232 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4233
4234         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4235         23.1.
4236
4237 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4240
4241 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4242
4243         * message.el (smtpmail-smtp-user): Silence compiler warning.
4244
4245 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4246
4247         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4248         SMTP user name.
4249
4250 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * gnus-sum.el (gnus-summary-show-thread):
4253         next-single-char-property-change may return nil in XEmacs.
4254         (gnus-summary-article-map): Fix typo.
4255
4256 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4259         running.
4260
4261         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4262
4263         * gnus.el (gnus-server-extend-method): Don't add an -address component
4264         if the method already has one (bug#9676).
4265
4266 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4267
4268         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4269         of an initial-input for consistency (bug#10757).
4270
4271         * dgnushack.el: Fix XEmacs compilation warning.
4272
4273         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4274
4275         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4276
4277 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4278
4279         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4280         lines that are narrower than the window width.  Otherwise background
4281         "blocks" will look less readable.
4282
4283 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4284
4285         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4286         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4287         have newlines within the strings, and where the UID comes after the
4288         BODYSTRUCTURE element (bug#10537).
4289
4290         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4291         (bug#10732).
4292
4293         * shr.el (shr-insert-document): Add doc string.
4294         (shr-visit-file): Ditto.
4295         (shr-remove-trailing-whitespace): New function.
4296         (shr-insert-document): Use it to clean up trailing whitespace as the
4297         final step (bug#10714).
4298
4299 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4302         buffer if `gnus-kill-summary-on-exit' is nil.
4303
4304 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4307         when just reading a single group from "without" Gnus.
4308
4309 2012-02-06  Chong Yidong  <cyd@gnu.org>
4310
4311         * gnus-sum.el (gnus-summary-show-thread):
4312         next-single-char-property-change never returns nil (Bug#8657).
4313
4314 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4315
4316         * message.el (message-multi-smtp-send-mail): New function.
4317         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4318         header to implement multi-SMTP functionality.
4319
4320         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4321         (gnus-agentize): Don't set it.
4322         (gnus-agent-send-mail): Don't use it.
4323
4324         * gnus-sum.el (gnus-summary-widget-backward): New function and
4325         keystroke.
4326
4327         * gnus-compat.el: More the compat functions more compatible.
4328
4329         * shr.el (shr-put-image): Remove underlines from sliced images.
4330         (shr-zoom-image): Compute the region to be replaced more correctly.
4331
4332 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4335         (gnus-summary-resend-message-insert-gcc): New function.
4336         (gnus-summary-resend-message): Modify message-header-setup-hook and
4337         message-sent-hook to make it work for Gcc.
4338         (gnus-inews-do-gcc): Update the number of unread articles of groups
4339         that messages are Gcc'd to.
4340
4341         * message.el (message-resend): Run message-sent-hook to do Gcc.
4342
4343 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4344
4345         * lpath.el: Fix an XEmacs compilation warning.
4346
4347         * gnus-compat.el: Require `help-fns' to fix compilation error.
4348
4349         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4350         a higher level to silence compilation.
4351
4352         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4353         parameter to allow controlling the scaling.
4354
4355         * shr.el (shr-zoom-image): New command and keystroke.
4356         (shr-put-image): Take a `size' flag to say how to scale the image.
4357
4358         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4359         deletion unless already defined.
4360
4361         * gnus.el (gnus-compat): Require it.
4362
4363         * gnus-compat.el: New file.
4364
4365         * gnus-start.el (gnus-clean-old-newsrc): New function.
4366         (gnus-read-newsrc-file): Use it.
4367
4368         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4369         Use recursive deletion.
4370         (mm-dissect-archive): Add support for zip files.
4371
4372         * gnus-util.el (gnus-recursive-directory-files): New function.
4373
4374         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4375         (mm-archive-decoders): Add tgz support.
4376
4377         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4378         Otherwise inserting text into the Gnus buffer can look odd.
4379
4380         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4381
4382         * mm-archive.el (mm-archive-decoders): Add support for tar.
4383
4384         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4385
4386         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4387
4388 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4389
4390         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4391
4392         * mm-archive.el: New file.
4393
4394         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4395
4396         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4397
4398         * message.el (message-goto-*): Make all the `message-goto-*' commands
4399         push the mark before moving point.  This makes it easier to go back to
4400         where you came from after editing whatever you jumped to.
4401
4402 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4403
4404         * gnus.el: Ma Gnus v0.1 is released.
4405
4406 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4407
4408         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4409         without reconnecting.
4410         (nnimap-possibly-change-group): Ditto.
4411         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4412         connection has died before being called.
4413
4414 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4415
4416         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4417         an initial sync unless we're really doing one.
4418
4419         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4420         address parameter if one already exists (bug#9676).
4421
4422         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4423         not the prefix, as documented (bug#10689).
4424
4425 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4426
4427         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4428         the "server".
4429
4430         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4431         the real error message with the useless "previously known to be down".
4432         Which isn't even correct.
4433
4434         * nntp.el (nntp-open-connection): Report the error message if the nntp
4435         server can't be reached.
4436
4437         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4438         groups we do a total scan for.
4439         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4440         doing that.
4441
4442 2012-01-31  Jim Meyering  <jim@meyering.net>
4443
4444         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4445         Correct a comment (insert "not") and hide nominally-doubled "to".
4446
4447 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4448
4449         * gnus.el (gnus-version): Change name to "Ma Gnus".
4450
4451 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4452
4453         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4454         section in the manual.
4455
4456 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4457
4458         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4459         words.
4460         (rfc2047-encode-string): Ditto.
4461         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4462         understand folded filename="..." parameters, for instance.
4463
4464         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4465         the message for greater debuggability.
4466
4467 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4468
4469         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4470         instead of setting it locally, since the latter doesn't seem to have
4471         any effect (most of the time).
4472
4473 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4474
4475         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4476         function call.
4477
4478 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4479
4480         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4481         seconds, and make the repeat clause with HH:MM specs work as
4482         documented.
4483
4484 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4485
4486         * proto-stream.el (proto-stream-capability-open): Fall back on
4487         :end-of-command if :end-of-capability doesn't exist.
4488
4489 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4492         bound globally in old Emacsen and XEmacsen.
4493
4494 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4495
4496         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4497         so that previous errors don't prohibit getting new news.
4498
4499         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4500
4501         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4502
4503 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4504
4505         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4506         buffer, not of the string which is its name.
4507
4508 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4509
4510         * proto-stream.el (proto-stream-capability-open): Wait for
4511         :end-of-capability, not :end-of-command.
4512
4513         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4514         non-server-marks groups.
4515         (gnus-group-make-articles-read): Ditto.
4516
4517         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4518         methods (bug#9676).
4519
4520         * gnus.el (gnus-method-ephemeral-p): New function.
4521
4522 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4525         left-to-right.
4526
4527 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4528
4529         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4530         warning.
4531
4532 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4533
4534         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4535         macroexpand the nnir things, since they haven't been defined yet, and
4536         nnir requires gnus-sum.
4537
4538 2012-01-24  Julien Danjou  <julien@danjou.info>
4539
4540         * color.el (color-rgb-to-hsl): Fix value computing.
4541         (color-hue-to-rgb): New function.
4542         (color-hsl-to-rgb): New function.
4543         (color-clamp, color-saturate-hsl, color-saturate-name)
4544         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4545         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4546
4547 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4550
4551 2012-01-19  Julien Danjou  <julien@danjou.info>
4552
4553         * color.el (color-name-to-rgb): Use the white color to find the max
4554         color component value and return correctly computed values.
4555         (color-name-to-rgb): Add missing float conversion for max value.
4556
4557 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4558
4559         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4560         logical server name in addition to the actual machine address.
4561
4562         * auth-source.el (auth-source-user-and-password): Add convenience
4563         wrapper to search by just host and optionally user.
4564
4565 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4568         after rendering.
4569
4570 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4571
4572         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4573         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4574         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4575
4576 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4579         (bug#9693).
4580         (gnus-summary-setup-buffer): Document return value (bug#9697).
4581
4582         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4583         since ido doesn't work on symbols (bug#9632).
4584
4585         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4586         when getting a single value as when getting all the values.  This means
4587         that atoms like `gcc-self' work cumulatively, like variable settings,
4588         instead of getting the value from the last matching clause.
4589         (gnus-group-find-parameter): Protect against the group buffer not
4590         existing (bug#9585).
4591
4592 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-start.el (gnus-activate-group): Document more parameters
4595         (bug#9694).
4596
4597         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4598         (bug#9692).
4599
4600         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4601         article was fetched, so that it can be expired later (bug#9958).
4602         (gnus-agent-summary-fetch-series): Add doc string.
4603         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4604         (bug#9517).
4605
4606         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4607         retrieval is happening.
4608
4609         * gnus.el (gnus-parameters): Doc fix.
4610
4611 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4612
4613         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4614         show the thread after expansion.
4615
4616 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * gnus-art.el (article-narrow-to-head): If the head is completely
4619         empty, narrow to the empty region (bug#9764).
4620
4621         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4622         read, and then mark them as unread only when the unread mark is used.
4623         This makes `C-- T k' actually work, even though it's confusing.
4624
4625         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4626         alive before we try to find its window.
4627
4628 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4629
4630         * mm-decode.el (mm-display-external): Use a longer timeout for the
4631         deletion to allow slow programs to display the file.
4632
4633 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4636         prompt to be less confusing.
4637
4638         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4639         argument to `message-reply'.  This broke `special-display-*' frame
4640         pop-uping (bug#10238).
4641
4642 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4643
4644         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4645         systems, since these allegedly don't work there.
4646
4647 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4648
4649         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4650         live buffer.
4651
4652 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * nnir.el (nnir-retrieve-headers): Protect against the article not
4655         existing on the server (bug#10335).
4656
4657 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4658
4659         * gnus-agent.el (gnus-agent-load-local): Recompute
4660         gnus-agent-article-local on changing method.
4661
4662 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus.el (gnus-parameters): Note precedence.
4665
4666 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4667
4668         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4669         in the group buffer.
4670
4671 2012-01-04  Julien Danjou  <julien@danjou.info>
4672
4673         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4674         change.
4675
4676 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4679         too.
4680
4681         * nntp.el (nntp-retrieve-group-data-early): Use it.
4682
4683 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * nntp.el (nntp-retrieval-in-progress): New variable.
4686         (nntp-make-process-buffer): Make it buffer-local.
4687
4688         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4689         2010.
4690         (gnus-demon-init): Use it to compute the time if time is on the form
4691         "04:23".
4692
4693         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4694
4695         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4696         status in the correct buffer.
4697
4698 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4699
4700         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4701         when opening topics (bug#10407).
4702
4703 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4704
4705         * gnus-cus.el (gnus-score-customize):
4706         * gnus-sum.el (gnus-sort-gathered-threads):
4707         * message.el (message-shorten-references):
4708         * nnmairix.el (nnmairix-request-group):
4709         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4710
4711 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4712
4713         * gnus-agent.el (gnus-agent-regenerate-group):
4714         * gnus-int.el (gnus-retrieve-group-data-early):
4715         * mm-util.el (mm-codepage-ibm-list):
4716         * nndiary.el (Commentary, nndiary-get-new-mail):
4717         * nnir.el (nnir):
4718         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4719
4720 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * mm-view.el (mm-display-inline-fontify): Add comment.
4723
4724 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4725
4726         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4727         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4728
4729 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4730
4731         * gnus-art.el (gnus-split-methods):
4732         * gnus-msg.el (gnus-configure-posting-styles):
4733         * gnus-spec.el (gnus-parse-simple-format):
4734         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4735         * message.el (message-do-actions): Spelling fix.
4736
4737 2011-12-15  Juri Linkov  <juri@jurta.org>
4738
4739         * mm-decode.el (mm-inline-media-tests): Add missing
4740         `mm-handle-media-subtype'.
4741
4742 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4743
4744         * gnus-group.el (gnus-group-tool-bar):
4745         * gnus-sum.el (gnus-summary-tool-bar):
4746         * message.el (message-tool-bar):
4747         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4748
4749 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4750
4751         * plstore.el (plstore--insert-buffer): Spelling fix.
4752
4753 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4754
4755         * message.el (message-valid-fqdn-regexp): Update with newly approved
4756         top-level domain names ".tel" and ".asia".
4757
4758 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4761         unconditionally.
4762
4763 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4766         pop-to-buffer-same-window for old Emacsen.
4767
4768 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4769
4770         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4771
4772 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4773
4774         * netrc.el (netrc-credentials): Spelling fix.
4775
4776 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4777
4778         * gnus-fun.el (gnus-fun-ppm-change-string):
4779         * gnus-msg.el (gnus-inews-do-gcc):
4780         * gnus-sum.el (gnus-summary-find-for-reselect):
4781         * gnus.el (gnus-summary-cancelled):
4782         * message.el (message-cancel-hook, message-send-news):
4783         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4784         * nnir.el (nnir-run-hyrex):
4785         * nntp.el (nntp-with-open-group-function):
4786         * pgg.el (pgg-pending-timers): Spelling fix.
4787
4788 2011-12-04  Chong Yidong  <cyd@gnu.org>
4789
4790         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4791         change (Bug#10200).
4792
4793 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * compface.el (uncompface):
4796         * gnus-art.el (gnus-article-x-face-command): Update the header format
4797         of icon data for the most recent icontopbm program.
4798
4799 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-msg.el (gnus-inews-do-gcc):
4802         * message.el (message-send-mail):
4803         * mml.el (mml-generate-mime): Share the value of the buffer-local
4804         `message-options' variable between a draft buffer and temprary working
4805         buffers.
4806
4807 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4808
4809         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4810
4811 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4814         for Cygwin.
4815
4816 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4817
4818         * gnus-group.el (gnus-group-prepare-flat):
4819         * mm-bodies.el (mm-encode-body):
4820         * mml.el (mml-preview):
4821         * nnml.el (nnml-request-compact-group):
4822         * pop3.el (pop3-stream-type): Spelling fix.
4823
4824 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4825
4826         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4827
4828 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4829
4830         * color.el (color-rgb-to-hsl):
4831         * gmm-utils.el (gmm-tool-bar-style):
4832         * gnus-group.el (gnus-group-prepare-flat):
4833         * gnus-topic.el (gnus-topic-prepare-topic):
4834         * mm-decode.el (mm-discouraged-alternatives):
4835         * rfc2047.el (rfc2047-encode-1):
4836         * starttls.el: Spelling fix.
4837
4838 2011-11-24  Glenn Morris  <rgm@gnu.org>
4839
4840         * binhex.el (binhex-begin-line): Give it basic doc-string.
4841
4842         * starttls.el, tls.el: Fix case of "GnuTLS".
4843
4844 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4845
4846         * gnus-group.el (gnus-group-highlight): Fix typo.
4847
4848 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4849
4850         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4851         value of `delete-file', that returns nil for a local file but returns t
4852         for a remote file using ssh.
4853
4854 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4855
4856         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4857
4858 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859
4860         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4861         avoid later breakage.
4862
4863 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4866         article buffers' name.
4867
4868 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4871         by Paul Eggert's spellfixes two days ago.
4872
4873 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4876         doesn't have it.
4877
4878         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4879         buffer-local instead of binding them to avoid warnings.  Also demote
4880         errors (bug#10063).
4881         (font-lock-mode-hook): Shut up byte compiler.
4882
4883 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4884
4885         * mm-util.el (mm-charset-after):
4886         * nnir.el (nnir-run-hyrex):
4887         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4888         (ntlm-get-password-hashes, ntlm-md4hash):
4889         * smime.el: Fix typo.
4890
4891 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4892
4893         * gnus-agent.el (gnus-agent-expire-group-1):
4894         * nndiary.el (nndiary-last-occurence):
4895         * nnimap.el (nnimap-request-set-mark):
4896         * nnmairix.el (nnmairix-only-use-registry):
4897         * gnus-group.el (gnus-group-prepare-flat):
4898         * gnus-sum.el (gnus-decode-encoded-word-methods):
4899         * message.el (message-wash-subject):
4900         * nntp.el (nntp-retrieve-headers-with-xover):
4901         * smime.el (smime-certificate-directory): Spelling fix.
4902
4903 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4904
4905         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4906
4907         * color.el:
4908         * gnus-agent.el (gnus-agent-possibly-alter-active):
4909         * gnus-dired.el (gnus-dired-print):
4910         * mail-parse.el:
4911         * nnmairix.el (nnmairix-request-group):
4912         * shr.el (shr-image-displayer):
4913         * sieve-manage.el:
4914         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4915
4916 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4917
4918         * gnus-sum.el (gnus-auto-select-subject):
4919         * spam-report.el (spam-report-resend): Spelling fix.
4920
4921 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4922
4923         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4924         * gnus-art.el (gnus-default-article-saver):
4925         * gnus-srvr.el (gnus-server-copy-server):
4926         * gnus.el (gnus-sloppily-equal-method-parameters):
4927         * html2text.el (html2text-format-tag-list):
4928         * message.el (message-narrow-to-head):
4929         * nndiary.el:
4930         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4931         * sieve.el: Spelling fix.
4932
4933 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4934
4935         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4936         * gnus-sum.el (gnus-summary-make-menu-bar):
4937         * gnus-uu.el (gnus-uu-decode-postscript)
4938         (gnus-uu-decode-postscript-and-save):
4939         * mailcap.el (mailcap-print-command):
4940         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4941         Fix typos.
4942
4943 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4944
4945         * gnus-art.el (gnus-article-part-wrapper):
4946         * html2text.el (html2text-fix-paragraphs):
4947         * mm-decode.el (mm-image-fit-p):
4948         * rfc2047.el (rfc2047-encode-message-header):
4949         * shr-color.el (shr-color-visible-distance-min)
4950         (shr-color-relative-to-absolute, set-minimum-interval)
4951         (shr-color-visible): Fix typos.
4952
4953 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4954
4955         * gmm-utils.el (gmm-tool-bar-item):
4956         * gnus-art.el (gnus-treat-body-boundary):
4957         * gnus-diary.el (gnus-user-format-function-d):
4958         * gnus-start.el (gnus-get-unread-articles):
4959         * pgg-gpg.el (pgg-gpg-update-agent):
4960         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4961
4962 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4963
4964         * gnus-topic.el (gnus-group-prepare-topics):
4965         * gnus-uu.el (gnus-extract-view):
4966         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4967
4968 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4969
4970         * spam.el: Move BBDB autoloads.
4971         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4972         BBDB 2 and 3.
4973         (spam-check-BBDB): Use it.
4974         (spam-enter-ham-BBDB): Use it.
4975
4976 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4977
4978         * smime.el (smime-draw-buffer): Spelling fix.
4979
4980 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4981
4982         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4983         for scanning exactly one level.
4984         * gnus-start.el (gnus-get-unread-articles): Ditto.
4985
4986 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4989         slightly clearer.
4990
4991 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4992
4993         * gnus-sync.el: More commentary about setup.
4994
4995 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * message.el (message-send-and-exit): Document `arg'.
4998
4999 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5000
5001         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5002
5003 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5006
5007         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5008         we don't use `bound-and-true-p'.
5009
5010 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5011
5012         * gnus-util.el (gnus-bound-and-true-p): Remove.
5013         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5014         * nnir.el: Use it.
5015         * nnmairix.el: Use it.
5016
5017 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * gnus-sync.el: Improve docs about CouchDB admins.
5020
5021         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5022         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5023         for reasons unknown.
5024         * nnir.el: Use it.
5025         * nnmairix.el: Use it.
5026
5027         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5028         * nnir.el: Ditto.
5029         * nnmairix.el: Ditto.
5030
5031         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5032
5033 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5034
5035         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5036         not needed.  Provide xmlplistread list function to produce XML plist
5037         output for non-Gnus LeSync clients.
5038
5039 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5040
5041         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5042
5043         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5044         and save against it.  Group subscriptions, read marks, other marks,
5045         subscription levels, topic names, and topic offsets (the group's
5046         position within the topic) are saved.  This is an experimental backend
5047         and may change significantly.  Load json.el from the gnus-fallback-lib
5048         if it's not available otherwise.
5049         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5050
5051 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5052
5053         * message.el (message-completion-function): Make sure
5054         message-tab-body-function is not attempted if one of
5055         message-completion-alist fails to find a completion (bug#9158).
5056
5057 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5058
5059         * mml.el (mml-quote-region): Quote <#secure> tag.
5060         (mml-generate-mime-1): Unquote <#secure> tag.
5061
5062 2011-10-20  Chong Yidong  <cyd@gnu.org>
5063
5064         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5065         calling a minor mode from Lisp with nil arg enables it, so we have to
5066         make the wording a bit ambiguous here).
5067
5068 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5069
5070         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5071         * nnir.el (nnir-mode): Use it.
5072         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5073         Use it.
5074
5075         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5076         * nnmairix.el (gnus-registry-enabled): Ditto.
5077
5078 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5079
5080         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5081         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5082         only while we need to find out if it should be t or nil.
5083         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5084         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5085         the registry is installed.  Set it to nil when it's unloaded.
5086         (gnus-registry-install-p): Provide user guidance for the initial value
5087         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5088         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5089         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5090         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5091         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5092         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5093         `gnus-registry-install'.
5094
5095 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5096
5097         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5098         previous change.
5099         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5100         primary key is marked as disabled.
5101
5102 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5103
5104         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5105         primary key is marked as disabled.
5106
5107 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5108
5109         * html2text.el (html2text-clean-anchor): Check for quotes around
5110         `href' value.
5111
5112 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5115         searching.  Drop `bbdb-cache'.
5116
5117 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * message.el (message-signed-or-encrypted-p): Exclude header when
5120         checking if there is signed or encrypted body in text/plain message.
5121
5122 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5123
5124         * html2text.el (html2text-get-attr): Correctly handle attribute values
5125         containing "=".
5126
5127 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5128
5129         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5130         handle bindings.
5131
5132 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * gnus-win.el (gnus-configure-windows): Protect against reading
5135         ephemeral groups outside of Gnus.
5136
5137 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * shr.el (shr-tag-img): Don't get images displayed in tables.
5140
5141 2011-10-03  Glenn Morris  <rgm@gnu.org>
5142
5143         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5144         the "maintainer" version of debbugs.gnu.org reports.
5145
5146 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5149         make asynchronous adjacent image insertion work better.
5150
5151 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5152
5153         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5154         documentation.
5155
5156 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5159         `gnus-asynchronous' isn't shadowed.
5160
5161 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5164
5165         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5166         (nnimap-insert-partial-structure): The charset parameter isn't
5167         case-sensitive.
5168
5169         * nnheader.el (nnheader-message-maybe): New function.
5170
5171         * shr.el (shr-tag-table): Render totally broken tables better.
5172
5173         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5174         computing the boundary.
5175
5176 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * pop3.el (pop3-number-of-responses): Remove.
5179         (pop3-wait-for-messages): Rewrite to take linear time instead of
5180         exponential time.
5181
5182 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5183
5184         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5185         re-fetch images.
5186
5187         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5188         re-fetch images when hitting `g' in Gnus.
5189
5190 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5193         (mml-compute-boundary): Don't check collision if it is non-nil.
5194         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5195         before checking collision.
5196
5197 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * message.el (message-indent-citation): Really make sure there's a
5200         newline at the end.
5201
5202         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5203         Fix suggested by John Wiegley.
5204
5205         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5206
5207         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5208
5209         * message.el (message-default-send-rename-function): Break out into its
5210         own function.
5211
5212         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5213         doesn't work under XEmacs.
5214
5215         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5216         of "imaps" to word around Windows problems.
5217         (nnimap-open-connection-1): Use it.
5218
5219         * message.el (message-indent-citation): Revert last change which made
5220         `F' not work.
5221
5222 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5223
5224         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5225         terminal as well.
5226
5227 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5230         because it displays images using overlays that aren't easy to copy to
5231         the article buffer.
5232
5233 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5234
5235         * message.el (message-indent-citation): Fix empty line removal at the
5236         end of the citation.
5237
5238 2011-09-20  Julien Danjou  <julien@danjou.info>
5239
5240         * auth-source.el (auth-source-netrc-create): Use default value for
5241         password if specified.  Evaluate default.
5242         (auth-source-plstore-create): Ditto.
5243         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5244         value evaluation.
5245         (auth-source-netrc-create): Typo fix.
5246         (auth-source-plstore-create): Ditto.
5247
5248         * password-cache.el (password-cache-remove): Remove entries even if the
5249         value is nil, so that password with a nil value (negative caching) is
5250         possible to invalidate.
5251
5252         * auth-source.el (auth-source-format-cache-entry): New function.
5253
5254 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5257
5258 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5259
5260         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5261
5262 2011-09-19  Julien Danjou  <julien@danjou.info>
5263
5264         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5265         which work with things that are not ASCII.
5266
5267 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5270
5271 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5274         message level.
5275
5276 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5279
5280 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5283
5284 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5285
5286         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5287         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5288
5289 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5290
5291         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5292         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5293         articles.
5294
5295 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5296
5297         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5298         (message-mail-other-window, message-mail-other-frame)
5299         (message-news-other-window, message-news-other-frame):
5300         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5301         instead of setting buffer display varibles.
5302
5303 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5306
5307         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5308
5309 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310
5311         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5312         duplicates" to a higher level.
5313
5314         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5315         most egregious messages.
5316
5317 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5320
5321 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5322
5323         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5324         up the file (bug#9351).
5325
5326 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5329         it does with all other backends, but decode the names immediately after
5330         getting them.
5331
5332         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5333         decoding nnimap groups.
5334
5335         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5336         newsrc file.  It doesn't seem like an important optimization any more.
5337
5338 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5339
5340         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5341         overflows.
5342
5343 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5346         (gnus-interactive-exit): Extend to `quiet'.
5347
5348         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5349
5350         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5351         string.
5352
5353         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5354         renaming function arguments from `this'.
5355
5356         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5357
5358         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5359         has been renamed.
5360         (gnus-lrm-string-p): Include RLM and PDF, too.
5361
5362         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5363         (bug#9225).
5364
5365 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5366
5367         Add autoload cookies for functions used by sendmail.el.
5368         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5369
5370         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5371
5372 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-art.el (article-date-ut): Work properly even when there are
5375         things like Date header in the body; work for forwarded parts.
5376
5377 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5378
5379         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5380         original-article-buffer.
5381
5382 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5383
5384         * nnir.el (nnir-compose-result): Fix matching of server type.
5385         (nnir-run-swish++): Ditto.
5386         (nnir-run-namazu): Ditto.
5387         (nnir-run-notmuch): Ditto.
5388
5389 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5392         (bug#9405).
5393
5394         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5395         (bug#9421).
5396
5397         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5398         (bug#9425).
5399
5400         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5401         thing (bug#9426).
5402
5403 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5404
5405         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5406         the error message.
5407
5408 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5409
5410         * message.el (message-setup-1): Return t (Bug#9392).
5411
5412 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5413
5414         * gnus-sum.el: When adding article headers to a summary buffer also
5415         update gnus-newsgroup-articles (bug#9386).
5416
5417 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * auth-source.el: Autoload help-mode.
5420
5421 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5424         names.
5425
5426 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5427
5428         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5429         mm-replace-in-string for compatibility issues.
5430         * mml2015.el (mml2015-epg-verify): Ditto.
5431
5432 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5435
5436         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5437
5438 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5441         continue on and do the clean-up phase (bug#9188).
5442
5443         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5444         just ignore groups that can't be opened instead of erroring out
5445         (bug#9225).
5446
5447         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5448         nil since some many people are fuddy-duddies.
5449
5450         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5451         images.
5452
5453         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5454         instead.
5455
5456         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5457
5458         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5459
5460         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5461         processing.
5462
5463         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5464         buffer to avoid warnings.
5465
5466 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5467
5468         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5469         specified to reduce precision.
5470
5471 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5472
5473         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5474         bodystructures (bug#9314).
5475
5476 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5479         Make button keymap non-sticky after buttons.
5480
5481 2011-08-18  David Engster  <dengste@eml.cc>
5482
5483         * nnmairix.el (nnmairix-request-set-mark)
5484         (nnmairix-goto-original-article): Remove adding of article to registry,
5485         since `gnus-registry-add-group' isn't available anymore.
5486         (nnmairix-determine-original-group-from-registry):
5487         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5488         available anymore.
5489
5490 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5491
5492         * starttls.el (starttls-any-program-available): Define as obsolete
5493         function.
5494
5495 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5498         versions which Gnus use when appropriate.
5499
5500         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5501         a pretty destructive command.
5502
5503         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5504
5505 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * message.el (message-fix-before-sending): Make a different warning
5508         about NUL characters (bug#9270).
5509
5510         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5511         from custom (bug#9260).
5512
5513         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5514         things work in Emacs 22 and XEmacs, too.
5515
5516         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5517         default From.
5518
5519         * gnus-spec.el (gnus-lrm-string-p): New macro.
5520         (gnus-lrm-string): New constant.
5521         (gnus-summary-line-format-spec): LRM-ify the from.
5522         (gnus-tilde-max-form): LRM-ify string chopping.
5523
5524         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5525
5526         * message.el (message-is-yours-p): Allow disabling canlock checking
5527         (bug#9295).
5528         (message-shoot-gnksa-feet): Add `canlock-verify'.
5529         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5530         message directory isn't writable (bug#9304).
5531
5532         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5533         non-world-readable.
5534
5535 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5538         articles.
5539
5540 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5541
5542         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5543         copy-list.
5544
5545 2011-08-12  Sam Steingold  <sds@gnu.org>
5546
5547         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5548         in the reverse order to avoid modifying the cache with `nreverse'.
5549         (gnus-all-score-files): Do not modify the value returned by
5550         `gnus-score-find-alist' because it lives in a cache variable.
5551         (gnus-current-home-score-file): No need to `nreverse' the return value
5552         of `gnus-score-find-alist', it is already in the correct order.
5553
5554 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5555
5556         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5557         type MESSAGE and subtype RFC822 is slightly different from those of
5558         type TEXT.
5559
5560 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5561
5562         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5563         This allows article-referral to work from an nnir group.
5564
5565 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5566
5567         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5568
5569 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5570
5571         * mml1991.el (mml1991-epg-find-usable-key)
5572         (mml1991-epg-find-usable-secret-key): New function.
5573         (mml1991-epg-sign): Check if signing key is usable.
5574         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5575
5576 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5577
5578         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5579         server-variables only.  This should fix a bug introduced with commit
5580         e1889675b7f4adf057833c5513c9374134c4e053.
5581         (nnir-run-query): 'nnir-search-engine should not be set from the global
5582         environment.
5583
5584 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5585
5586         * nnir.el (nnir-search-thread): Position point on referring article
5587         line.
5588         (nnir-warp-to-article): Clean up summary buffers.
5589
5590         * nnimap.el (nnimap-request-thread): Whitespace fix.
5591
5592 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5593
5594         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5595
5596 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597
5598         * starttls.el (starttls-available-p): Rename from
5599         `starttls-any-program-available' and changed return convention.
5600
5601 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5602
5603         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5604         `unix-sync' unless it's defined.
5605
5606 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5607
5608         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5609         `aref' for XEmacs compatibiltiy.
5610
5611 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5612
5613         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5614
5615 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5616
5617         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5618         closures, quote the form properly (bug#9194).
5619
5620 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5623         (gnus-summary-insert-new-articles): Protect against servers that are
5624         down.
5625
5626 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5627
5628         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5629         in mm handle if none is specified.
5630
5631 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5632
5633         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5634
5635 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5636
5637         * nnir.el (nnir-search-thread): New function to make an nnir group
5638         based on a thread query.
5639
5640         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5641         of nnir in thread referral.
5642         (gnus-summary-refer-thread): Use it.
5643
5644         * nnimap.el (nnimap-request-thread): Use it.
5645
5646 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * shr.el (shr-tag-comment): Ignore HTML comments.
5649
5650 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5651
5652         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5653         argument.
5654         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5655         Use `nnir-address' to handle server info rather than passing an arg.
5656
5657         * nnimap.el (nnimap-make-thread-query): New utility function to format
5658         an imap thread search query.
5659         (nnimap-request-thread): Use it.
5660
5661         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5662         right select-method if we are not going back to the group buffer.
5663
5664 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665
5666         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5667         enter invalid buffer configurations into the quit form (bug#9107).
5668         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5669         unplugged/plugged.
5670
5671         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5672         keep track of which ones are unread (bug#9061).
5673
5674         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5675         (bug#9055).
5676
5677         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5678         (bug#9041).
5679
5680         * gnus-html.el (mm-util): Require (bug#9073).
5681
5682         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5683         (gnus-summary-refer-thread): Use it to remove duplicates in the
5684         un-threaded view (bug#9053).
5685         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5686
5687 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5688
5689         * nnir.el (nnir-read-server-parm): Use default value from global
5690         variable.  Without this the default search engine parameters aren't
5691         used at all.
5692
5693 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * message.el (message-unique-id): Don't use the undocumented return
5696         value from (random t) (bug#9118).
5697
5698 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * message.el (message-auto-save-directory): If the ~/Mail directory
5701         doesn't exist, use ~ as the auto-save directory (bug#4432).
5702
5703         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5704         hasn't already been started.
5705
5706 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5709
5710         * message.el (message-reply): Work around mysterious bug where
5711         `message-mode' seems to overwrite the locally bound `subject' variable.
5712
5713 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5714
5715         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5716         correct group.
5717
5718         * gnus-int.el (gnus-request-thread): Add group argument.
5719
5720         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5721
5722 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5723
5724         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5725
5726         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5727         renamed to `debbugs-gnu-*'.
5728
5729 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5730
5731         * plstore.el: Revert the editing feature since it is not urgent.
5732         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5733         (plstore-mode-decoded): Remove.
5734
5735 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736
5737         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5738         isn't very interesting any more, and it leaks potentially secret data.
5739         (gnus-debug): Remove.
5740
5741         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5742         use of :custom-show.
5743
5744 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5745
5746         * plstore.el: Add documentation.
5747         (plstore-mode): New mode to edit plstore file.
5748         (plstore-mode-toggle-display, plstore-mode-original)
5749         (plstore-mode-decoded): New command.
5750         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5751         (plstore--insert-buffer, plstore--make): New function.
5752         (plstore-open, plstore-save): Simplify by using them.
5753
5754 2011-07-06  Glenn Morris  <rgm@gnu.org>
5755
5756         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5757
5758 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5761         no longer is much used.
5762         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5763         Articles".
5764
5765 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5766
5767         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5768         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5769         `notmuch' backend.
5770
5771 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * mm-decode.el (mm-text-html-renderer): Doc fix.
5774
5775         * gnus-msg.el (gnus-bug): Fix the MML tag.
5776
5777         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5778
5779 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5780
5781         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5782         secondary methods if started with `gnus-no-server'.
5783
5784 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5785
5786         * message.el (message-return-action): Fix typo in docstring.
5787
5788 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789
5790         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5791         bug reports at once.
5792
5793         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5794
5795 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * nndraft.el: Require gnus-group.
5798         (nndraft-request-list): Declare.
5799
5800         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5801         no unread article unless it matches gnus-permanently-visible-groups.
5802
5803         * nndraft.el (nndraft-update-unread-articles): New function.
5804         (nndraft-request-associate-buffer): Use it to update the number of
5805         unread articles for the nndraft groups in the group buffer when saving
5806         or killing a draft message.
5807
5808 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5811         systems to binary before writing and reading the mbox files.
5812
5813         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5814         instead of trying to list them all (bug#8978).
5815
5816 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5817
5818         * pop3.el (pop3-open-server): Use :end-of-capability.
5819
5820 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5823         the id is always a number.
5824
5825         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5826
5827         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5828         debbugs mode, if possible.
5829
5830 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5831
5832         * auth-source.el (auth-source-token-passphrase-callback-function):
5833         Reindent.
5834         (epg-context-operation): Remove unnecessary autoload.
5835
5836 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * gnus.el (gnus-list-debbugs): New command.
5839
5840         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5841         mboxstat instead of the maintbox, since the stat seems to be fuller.
5842
5843         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5844         summary buffers.
5845
5846         * message.el (message-get-reply-headers): Delete all duplicates,
5847         instead of the first.
5848         (message-get-reply-headers): Ensure that we have progress while
5849         deleting duplicates.
5850
5851         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5852         gnus-posting-style value from the summary buffer to make it easier to
5853         make that a per-buffer conf.
5854
5855 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5856
5857         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5858         found by setting `shortcut' in 'query.
5859         (nnir-request-article): Use `shortcut' setting when requesting article
5860         by Message-ID.
5861
5862 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5863
5864         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5865         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5866         Bring the pseudo-headers back too.
5867
5868 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5869
5870         * auth-source.el (auth-source-token-passphrase-callback-function):
5871         Simplify and remove EPA dependency.
5872
5873 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5874
5875         * nnir.el (nnir-request-article): Fix error message text.
5876
5877 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5878
5879         * auth-source.el (plstore-delete): Autoload.
5880         (auth-source-plstore-search): Support delete operation.
5881         * plstore.el (plstore-delete): New function.
5882
5883 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5886         mark actually existing articles as unread rather than the ones that
5887         active asserts.
5888
5889 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5890
5891         * nntp.el (nntp-record-command):
5892         * gnus-util.el (gnus-message-with-timestamp-1):
5893         Use format-time-string rather than decoding time stamps by hand.
5894         This is simpler and insulates the code from potential changes to
5895         current-time format.
5896
5897 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5900
5901 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5902
5903         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5904         (plstore-save): Support public key encryption.
5905         (plstore--init-from-buffer): New function.
5906         (plstore-open): Use it; fix error when opening a non-existent file.
5907         (plstore-revert): Use plstore--init-from-buffer.
5908
5909 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5910
5911         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5912
5913 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5916         for old Emacsen.
5917
5918 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5919
5920         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5921         is not fully working.
5922
5923 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * dgnushack.el: Autoload sha1 on XEmacs.
5926
5927         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5928         quit window configuration.
5929
5930         * auth-source.el (epg-context-set-passphrase-callback):
5931         Remove duplicate autoload.
5932
5933 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5934
5935         * nnir.el (nnir-request-article): Allow requesting articles by
5936         Message-ID with nnimap.
5937
5938         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5939         current server.
5940
5941 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5942
5943         * auth-source.el: Autoload EPA/EPG functions.
5944         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5945         changed when EPA/EPG is not available.
5946         (auth-source-backend): Rename "arg" member to "data".
5947         (auth-source-backend-parse, auth-source-plstore-search)
5948         (auth-source-plstore-create): Use it.
5949
5950 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5951
5952         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5953         `gnus-refer-article-methods'.
5954
5955 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         * auth-source.el: Require EPA and EPG.
5958         (auth-source-passphrase-alist): New variable.
5959         (auth-source-passphrase-callback-function)
5960         (auth-source-token-passphrase-callback-function): Callbacks for the
5961         netrc field encryption (GPG tokens).
5962         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5963         Symmetric encryption and decryption of the netrc GPG tokens.
5964         (auth-source-netrc-normalize): Use them, simplifying the closure.
5965
5966 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5969         is available.
5970
5971 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5974         non-nil, and `nnimap-split-methods' is nil, use the former.
5975
5976 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5977
5978         * plstore.el (plstore-revert): New function.
5979         (plstore-open): Use it; hide the buffer from user.
5980
5981 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5982
5983         * auth-source.el (auth-source-backend): New member "arg".
5984         (auth-source-backend-parse): Handle new backend 'plstore.
5985         * plstore.el: New file.
5986
5987 2011-06-30  Glenn Morris  <rgm@gnu.org>
5988
5989         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5990
5991 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5992
5993         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5994         expiring articles to.
5995
5996         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5997         variations as ASCII (bug#5458).
5998
5999 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6002
6003 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * message.el (message-point-in-header-p): Tweak the function to default
6006         to saying that we're not in the headers if there is no separator at
6007         all.  This makes it possible to use the Message version of `M-q' in
6008         buffers with no headers (bug#7987).
6009         (message-point-in-header-p): Fix last checkin to work with an empty
6010         mail-header-separator, too.
6011
6012         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6013         again, save the choice via customize.
6014
6015 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6016
6017         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6018
6019         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6020         ended the connection, bail out before waiting infinitely on a new
6021         connection.
6022
6023 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6026         reports.
6027
6028         * gnus.el (gnus-bug-package): Use "gnus."
6029         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6030
6031 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032
6033         * dgnushack.el: Make the timer warning go away on XEmacs.
6034
6035         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6036         animations going on at article exit time.
6037
6038         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6039         since removing it breaks people upgrading.
6040
6041         * shr.el (shr-put-image): Use the new interface for animating images.
6042         (shr-put-image): Animate for 60 seconds.
6043
6044         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6045         avoid compiler warnings.
6046
6047         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6048         error with `find-file-hooks' on Emacs 22.
6049         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6050         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6051         on all architectures.
6052
6053         * spam.el (spam-stat): Require in a normal fashion without binding
6054         `spam-stat-install-hooks' to avoid compilation warnings.
6055
6056         * spam-stat.el (spam-stat-install-hooks): Remove.
6057         (spam-stat-install-hooks): Don't run automatically.
6058
6059 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6060
6061         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6062         and keystroke.
6063
6064 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * auth-source.el (auth-source-netrc-cache): Move forward.
6067
6068 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * proto-stream.el (proto-stream-open-starttls): Use
6071         `gnutls-available-p' to see whether we have built-in support.
6072
6073         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6074         we already know.
6075         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6076         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6077
6078 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6079
6080         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6081         %S format, since that looks odd.
6082         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6083         file, especially when saving.
6084
6085 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6086
6087         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6088         article found.
6089
6090 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6091
6092         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6093         `auth-source-save-secrets' with a more sensitive alist that can be
6094         configured per file.  Experimental, so defaults to 'never.
6095         (auth-source-netrc-create): Use it.  Still experimental code.
6096         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6097         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6098
6099 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         * auth-source.el (auth-source-save-secrets): New variable to control if
6102         secret tokens should be saved encrypted.
6103         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6104         to `auth-source-netrc-normalize'.
6105         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6106         on the EPA variables being defined.
6107         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6108         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6109         the lexical-let closure.
6110         (auth-source-netrc-create): Create "gpg:" tokens according to
6111         `auth-source-save-secrets'.
6112
6113 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-group.el (gnus-group-update-group): Add new argument
6116         `info-unchanged' that stops updating dribble buffer.
6117
6118         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6119         deletes lines matching to it in dribble buffer.
6120
6121         * gnus-agent.el (gnus-agent-fetch-group-1):
6122         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6123         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6124         * gnus-start.el (gnus-group-change-level):
6125         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6126
6127         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6128         if newsgroup info is not changed.
6129
6130         * gnus-group.el (gnus-group-get-new-news-this-group):
6131         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6132         Don't update dribble buffer.
6133
6134 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6135
6136         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6137         remove entries with groups we ignore.
6138
6139 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6140
6141         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6142         the underline comes at the bottom.
6143
6144 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6147         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6148         (gnus-registry-article-marks-to-names): Rename from
6149         `gnus-registry-user-format-function-M2'.
6150
6151 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6154         ephemeral group.
6155
6156 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157
6158         * shr.el (shr-browse-image): Copy the URL if called interactively.
6159
6160 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6163         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6164         done, then unselected articles may be marked as read.
6165
6166         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6167         since not doing this seems to lead to a race condition in pop3-logon.
6168
6169         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6170         so that the call chain it correct when we call "upwards".
6171
6172         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6173         in read-only groups.
6174
6175         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6176
6177         * message.el (message-cite-reply-position): Doc string fix.
6178
6179         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6180         avoid regexp overflow.
6181         (nnimap-transform-split-mail): Ditto.
6182
6183         * pop3.el (pop3-retr): Error out if the server closes the connection.
6184
6185 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6186
6187         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6188         mm-with-unibyte-current-buffer.  The buffer should not contain any
6189         multibyte chars anyway at this stage.
6190
6191 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6194         at the end of lines.
6195
6196 2011-05-29  Julien Danjou  <julien@danjou.info>
6197
6198         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6199
6200 2011-05-27  Glenn Morris  <rgm@gnu.org>
6201
6202         * gnus-group.el (gnus-bug-group-download-format-alist):
6203         Use the "maintainer" version of debian reports as well.
6204
6205 2011-05-26  Glenn Morris  <rgm@gnu.org>
6206
6207         * gnus-group.el (gnus-bug-group-download-format-alist):
6208         Use the "maintainer" version of debbugs.gnu.org reports.
6209
6210 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6213
6214 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6215
6216         * gnus-cus.el (gnus-agent-customize-category):
6217         * gnus-delay.el (gnus-delay-send-queue):
6218         * gnus.el (gnus-other-frame):
6219         Don't quote lambda expressions with `quote'.
6220
6221 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6224         the thread moves us backwards and so we loop forever.
6225
6226 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6229         whitespace in base64 data lines.
6230
6231 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6232
6233         * gnus-registry.el (gnus-registry-user-format-function-M):
6234         Use `mapconcat'.
6235         (gnus-registry-user-format-function-M2): Use to see the full text of
6236         the marks.  Make "," the mark text separator.
6237
6238         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6239         authentication with auth-source.
6240
6241 2011-05-17  Glenn Morris  <rgm@gnu.org>
6242
6243         * gnus-group.el (gnus-import-other-newsrc-file):
6244         Use insert-file-contents.
6245
6246 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6247
6248         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6249         1000 iterations.
6250
6251 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * nntp.el (nntp-open-connection): Check if process-type is available.
6254
6255 2011-05-16  Julien Danjou  <julien@danjou.info>
6256
6257         * shr.el (shr-tag-del): Add support for del tag.
6258
6259 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * gnus-html.el (gnus-html-put-image): Register a displayer.
6262
6263         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6264
6265 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * registry.el (prune-factor): New initialization parameter defaulting
6268         to 0.1.
6269         (registry-prune-hard): Use it.
6270
6271         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6272         0.1 expicitly.
6273
6274 2011-05-13  Glenn Morris  <rgm@gnu.org>
6275
6276         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6277         is bound, since this function requires sendmail.
6278
6279 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6280
6281         * registry.el (registry-usage-test): Disable pruning test.
6282
6283 2011-05-11  David Engster  <dengste@eml.cc>
6284
6285         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6286         Bind set-network-process-option for XEmacs.
6287
6288 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6289
6290         * registry.el (registry-prune-hard-candidates)
6291         (registry-prune-soft-candidates): Helper methods for registry pruning.
6292         (registry-prune): Use them.  Make the sort function optional.
6293
6294 2011-05-10  Jim Meyering  <meyering@redhat.com>
6295
6296         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6297
6298 2011-05-10  Julien Danjou  <julien@danjou.info>
6299
6300         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6301         symbol and not a list.
6302
6303 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * gnus-art.el (gnus-article-mode): Move binding of
6306         shr-put-image-function here from gnus-article-prepare-display.
6307
6308         * shr.el (shr-put-image-function): New variable.
6309         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6310         (shr-put-image): Return scaled image.
6311
6312         * gnus-art.el (gnus-shr-put-image): New function.
6313         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6314
6315         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6316         original ones, as deletable.
6317
6318 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6319
6320         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6321
6322 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6323
6324         * registry.el (registry-full): Add convenience method.  Fix logic.
6325         (registry-insert): Use it.  Fix logic here too.
6326
6327         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6328         `registry-prune' if `registry-full' returns t.
6329         (gnus-registry-handle-action)
6330         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6331         (gnus-registry-usage-test): Use it.
6332
6333 2011-05-07  Julien Danjou  <julien@danjou.info>
6334
6335         * shr.el (shr-link): Make shr-link inherit from link by default.
6336
6337 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6338
6339         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6340
6341 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6342
6343         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6344         error out because the face is not a list.
6345
6346 2011-05-05  Glenn Morris  <rgm@gnu.org>
6347
6348         * proto-stream.el (gnutls-negotiate): Fix declarations.
6349
6350         * gnus-start.el (gnus-propagate-marks): Declare.
6351
6352 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6353
6354         * registry.el (registry-reindex): Fix percentage message.
6355
6356         * proto-stream.el (network-stream-open-starttls): Adjust to call
6357         `gnutls-negotiate' with :process and :hostname arguments.
6358
6359 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6360
6361         * shr.el: Add shr-link face for links.
6362         (shr-urlify): Use it.
6363
6364         * registry.el (registry-insert): Make error message more helpful.
6365
6366 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * gnus-html.el (gnus-html-schedule-image-fetching):
6369         Use url-queue-retrieve, if it exists.
6370
6371         * shr.el (shr-tag-img): Ditto.
6372
6373         * gnus.el: Autoload more gnus-agent functions.
6374
6375         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6376         agent if we haven't already (bug#8502).
6377
6378         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6379         into the Agent, too.
6380
6381         * gnus-agent.el (gnus-agent-store-article): New function.
6382
6383         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6384         and moved from that file for reuse.
6385
6386         * pop3.el (pop3-open-server): Error messages are "-ERR".
6387
6388 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389
6390         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6391         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6392
6393 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6394
6395         * gnus.el: No Gnus v0.17 is released.
6396
6397 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6398
6399         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6400         buffer has moved to a different frame.
6401
6402 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6403
6404         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6405         to get the conversion from unibyte to multibyte buffers to work on
6406         Emacs 22.
6407
6408         * nntp.el (nntp-request-article): Slight clean-up.
6409
6410 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * shr.el (shr-strike-through): New face.
6413         (shr-tag-s): Use it to provide <s> support.
6414         (shr-tag-s): Remove duplicate definition.
6415
6416 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6419         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6420
6421 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6422
6423         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6424         `gnutls-negotiate'.
6425         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6426
6427 2011-04-23  Glenn Morris  <rgm@gnu.org>
6428
6429         * gnus-sum.el (gnus-extra-headers): Bump :version.
6430
6431 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * shr.el (shr-tag-sup): New function.
6434         (shr-tag-sub): Ditto.
6435
6436 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6437
6438         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6439         for the case where `gnus-registry-ignored-groups' is a list of lists,
6440         and don't call `gnus-parameter-registry-ignore' otherwise.
6441
6442 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6443
6444         * nnimap.el (nnimap-user): New backend variable.
6445         (nnimap-open-connection-1): Use it.
6446         (nnimap-credentials): Accept user parameter so it's explicit what user
6447         name is desired.
6448
6449         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6450         default.
6451
6452         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6453         not gnus-registry.el.
6454
6455         * gnus-registry.el: Mention in comments how to modify
6456         `gnus-extra-headers' for proper recipient tracking and that it may
6457         already have To and Cc recently, which it does as of this commit.
6458         (gnus-registry-ignored-groups): Remove defcustom.
6459         Explain why in comments.
6460         (gnus-registry-action): Fix data-header reference to use the extra
6461         headers.  Explain in package commentary how to add To and Cc headers to
6462         the gnus-extra-headers.
6463         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6464         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6465         parameter list or a string list in `gnus-registry-ignored-groups'.
6466         Fix logic error.
6467
6468 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * shr.el (shr-expand-url): Protect against null urls.
6471
6472 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6473
6474         * shr.el (shr-base): New binding.
6475         (shr-tag-base): Keep track of <base>.
6476         (shr-expand-url): New function used throughout.
6477
6478 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         * gnus-registry.el
6481         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6482         (gnus-registry-ignored-groups): New variable.
6483         (gnus-registry-ignore-group-p): Use it.
6484         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6485         set the destination group to nil (same as delete) if it's ignored.
6486
6487 2011-04-20  David Engster  <dengste@eml.cc>
6488
6489         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6490
6491         * Makefile.in (test-nntp): New rule.
6492         (check): Add it.
6493         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6494
6495 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-registry.el (gnus-registry-action)
6498         (gnus-registry-fetch-header-fast):
6499         Don't use mail-header that looks an internal function of mailheader.el.
6500
6501 2011-04-19  Glenn Morris  <rgm@gnu.org>
6502
6503         * time-date.el (time-to-days): Remove unused local variables.
6504
6505 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-registry.el: Eliminate cl functions.
6508         (gnus-registry-sort-addresses): New function that replaces mapcan.
6509         (gnus-registry-action, gnus-registry-spool-action)
6510         (gnus-registry-split-fancy-with-parent)
6511         (gnus-registry-fetch-recipients-fast): Use it.
6512         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6513
6514         * registry.el (initialize-instance, registry-lookup)
6515         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6516         (registry-lookup-secondary-value, registry-search, registry-delete)
6517         (registry-insert, registry-reindex, registry-size, registry-prune):
6518         Use eval-and-compile.
6519
6520 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6521
6522         * registry.el (registry-reindex): New method to recreate the secondary
6523         registry indices.
6524
6525         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6526         tracked field changes.
6527         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6528         (gnus-registry-action, gnus-registry-spool-action)
6529         (gnus-registry-handle-action)
6530         (gnus-registry--split-fancy-with-parent-internal)
6531         (gnus-registry-split-fancy-with-parent)
6532         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6533         move, and delete actions, and for fancy splitting with parent.
6534         (gnus-registry-extract-addresses)
6535         (gnus-registry-fetch-recipients-fast)
6536         (gnus-registry-fetch-header-fast): Convenience functions.
6537         (gnus-registry-misc-test): ERT test of
6538         `gnus-registry-extract-addresses'.
6539
6540 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6543         Track by subject first, then sender.
6544
6545 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6546
6547         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6548
6549         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6550         Lisp.
6551
6552         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6553         (gnus-draft-send): Use it to avoid popping
6554         up frames from gnus-group-send-queue.
6555
6556 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * gnus-registry.el: Updated gnus-registry docs.
6559
6560 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6561
6562         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6563         Fix logic bug.
6564         (gnus-registry-post-process-groups): Fix logging of no results and
6565         quote sender and subject.
6566
6567 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6568
6569         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6570         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6571         gnutls-cli are too slow to be done opportunistically.
6572
6573         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6574         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6575         we had no early-data returned.
6576         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6577         two async commands to the same server at the same time.
6578
6579 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6580
6581         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6582
6583 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6584
6585         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6586         "warning" level.
6587
6588         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6589         (mm-url-insert-file-contents): Don't set the package names.
6590
6591 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6592
6593         * gnus-registry.el (gnus-registry-action): Remove properties and
6594         simplify subject in `gnus-registry-handle-action'.
6595         (gnus-registry-spool-action): Get subject and sender from message if
6596         they are not passed in.
6597         (gnus-registry-handle-action): Remove properties and simplify subject
6598         consistently.
6599
6600 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6601
6602         * registry.el: Require CL before using defmacro*.
6603
6604 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-art.el (article-treat-date): Assume that
6607         gnus-article-date-headers may be a group parameter.
6608
6609 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6612
6613         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6614         interactively so the newsrc file can contain foreign groups too.
6615         Useful for debugging but not much for users.
6616
6617 2011-04-07  David Engster  <dengste@eml.cc>
6618
6619         * registry.el (registry-usage-test): Only do
6620         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6621         lexical binding.
6622
6623 2011-04-07  David Engster  <dengste@eml.cc>
6624
6625         * Makefile.in (check, test-registry): New rules for test-suite.
6626
6627 2011-04-06  David Engster  <dengste@eml.cc>
6628
6629         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6630         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6631
6632 2011-04-06  David Engster  <dengste@eml.cc>
6633
6634         * registry.el (initialize-instance): Change :after to :AFTER to be
6635         compatible with old EIEIO version in XEmacs.
6636
6637 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * gnus-registry.el (gnus-registry-post-process-groups)
6640         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6641         and provide better messaging.
6642
6643 2011-04-06  David Engster  <dengste@eml.cc>
6644
6645         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6646         errors.
6647
6648         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6649         dgnushack-compile with error-on-warn enabled, and to signal an error if
6650         clean compilation failed.
6651         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6652         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6653
6654 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6655
6656         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6657         unconditionally anyway, discarding errors.
6658         (gnus-registry-delete-entries): New convenience function.
6659         (gnus-registry-import-eld): Import from old .eld registry.
6660
6661         * registry.el: Don't use ERT if it's not available.  Load it
6662         unconditionally anyway, discarding errors.
6663
6664         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6665         version from the Claudio Bley GnuTLS patch (extra optional parameters
6666         and host name).
6667
6668 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6671         fixup the parameters that can be customized by the user between
6672         save/read cycles.
6673         (gnus-registry-read): Use it.
6674         (gnus-registry-make-db): Use it.
6675         (gnus-registry-spool-action, gnus-registry-handle-action):
6676         Fix messaging.
6677         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6678         Map references to actual group names with sender and subject tracking.
6679         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6680         (gnus-registry-usage-test): Add subject lookup test.
6681
6682         * registry.el (registry-db, initialize-instance): Set up constructor
6683         instead of :initform arguments for the sake of older Emacsen.
6684         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6685         pre-lexbind merge bug.
6686         (registry-usage-test): Use it.
6687         (initialize-instance, registry-db): Move the non-function initforms
6688         back to the class definition.
6689
6690 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6691
6692         * registry.el: New library to manage gnus-registry-style data.
6693
6694         * gnus-registry.el: Use it (major rewrite).
6695
6696         * nnregistry.el: Use it.
6697
6698         * spam.el: Use it.
6699
6700 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6703         marks on non-selected articles.
6704
6705 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6706
6707         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6708         parameter to open-protocol-stream.
6709
6710 2011-04-01  Julien Danjou  <julien@danjou.info>
6711
6712         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6713         fundamental-mode.
6714
6715 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6716
6717         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6718         servers.
6719
6720 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721
6722         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6723         made marks not propagate, again.
6724
6725 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6726
6727         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6728         Make this the default type.
6729         (proto-stream-open-plain): Rename from proto-stream-open-default.
6730         (open-protocol-stream, proto-stream-open-starttls)
6731         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6732         with `plain'.
6733
6734         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6735         value.
6736
6737         * nntp.el (nntp-open-connection-function): Document the fact that some
6738         values are not functions but are instead handled specially.
6739         Recognize nntp-open-plain-stream value.
6740         (nntp-open-connection): Recognize that value.
6741
6742 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6745         where it seems to be needed.
6746
6747 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6750         stuff.
6751
6752         * gnus-score.el (gnus-score-string): Fix calling convention of
6753         `gnus-simplify-buffer-fuzzy' after last patches.
6754
6755         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6756         server for articles we didn't get any headers for.  This is a sanity
6757         check.
6758
6759 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6760
6761         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6762         new CAPABILITY, use it.
6763
6764 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6767         downloading anything.
6768
6769         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6770
6771 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6772
6773         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6774         colors.
6775         (gnus-splash-svg-color-symbols): New function.
6776
6777 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6778
6779         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6780         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6781         (gnus-simplify-subject-fuzzy): Use the local
6782         gnus-simplify-subject-fuzzy-regex instead of the global one.
6783         This makes using this variable in group parameters work.
6784
6785 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6786
6787         * gnus-registry.el (gnus-registry-unfollowed-groups):
6788         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6789         archive:sent-YYYY-MM-DD groups).
6790         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6791         tracking if there are more than `gnus-registry-max-track-groups'
6792         matches.
6793
6794 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6795
6796         * message.el (message--yank-original-internal): New function to do the
6797         insertion cleanly inside eval in `message-yank-original'.
6798         (message-yank-original): Use it.
6799
6800 2011-03-29  Julien Danjou  <julien@danjou.info>
6801
6802         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6803         local variables disabled rather than `normal-mode'.
6804
6805 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6806
6807         * imap.el (imap-shell-open, imap-process-connection-type):
6808         Use imap-process-connection-type for 'shell' streams as well as
6809         Kerberos, SSL, other subprocesses.
6810
6811 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6812
6813         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6814         with open-network-stream.
6815         (proto-stream-always-use-starttls): Option removed.
6816         (open-protocol-stream): Return a process object by default.  Provide a
6817         new parameter :return-list specifying a list-type return value, which
6818         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6819         :type `network' to `try-starttls', and `network-only' to `default'.
6820         Make `default' the default, for compatibility with open-network-stream.
6821         Handle the no-parameter case exactly as open-network-stream, with no
6822         additional stream processing.  Search plists using plist-get.
6823         Explicitly add :end-of-commend parameter if it is missing.
6824         (proto-stream-open-default): Rename from
6825         proto-stream-open-network-only.  Return 'default as the type.
6826         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6827         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6828         failed.  Always return a list with a (possibly dead) process as the
6829         first element, for compatibility with open-network-stream.
6830         (proto-stream-open-tls): Use plist-get.  Always return a list.
6831         (proto-stream-open-shell): Return `default' as connection type.
6832         (proto-stream-capability-open): Use plist-get.
6833         (proto-stream-eoc): Function deleted.
6834
6835         * nnimap.el (nnimap-stream, nnimap-open-connection)
6836         (nnimap-open-connection-1): Handle renaming of :type parameter for
6837         open-protocol-stream.
6838         (nnimap-open-connection-1): Pass a :return-list parameter
6839         open-protocol-stream to obtain a list return value.  Parse this list
6840         using plist-get.
6841
6842         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6843         for open-protocol-stream.  Accept open-protocol-stream return value
6844         that is a subprocess object instead of a list.  Handle the case of a
6845         dead returned process.
6846
6847 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6848
6849         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6850
6851         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6852
6853 2011-03-21  Julien Danjou  <julien@danjou.info>
6854
6855         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6856         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6857         query.
6858         (mm-inline-text): Render normal text with fontification whenever
6859         possible.
6860
6861         * gnus-sum.el (gnus-summary-save-parts-1):
6862         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6863         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6864         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6865         Use `mm-handle-filename'.
6866
6867         * mm-util.el (mm-handle-filename): New function, return the filename of
6868         an handle.
6869
6870 2011-03-18  Julien Danjou  <julien@danjou.info>
6871
6872         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6873         (gnus-buffer-live-p): Check that buffer is not nil.
6874
6875 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6876
6877         * gnus.el: No Gnus v0.15 is released.
6878
6879 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6880
6881         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6882         avoid warning on XEmacs.
6883
6884         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6885         on XEmacs.
6886
6887         * gnus-art.el: Require mouse, which the build bot seems to say is
6888         needed.
6889
6890         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6891
6892         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6893         XEmacs, since it doesn't have url-retrieve-synchronously.
6894
6895         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6896         since assoc-string doesn't exist in XEmacs.
6897
6898 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6899
6900         * gnus-group.el (gnus-group-list-ticked): New function.
6901         (gnus-group-make-menu-bar): Provide a menu entry for it.
6902         (gnus-group-list-map): Provide a binding for it.
6903
6904 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * shr.el (shr-visit-file): New command.
6907
6908         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6909
6910 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6911
6912         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6913         servers.
6914
6915 2011-03-16  Julien Danjou  <julien@danjou.info>
6916
6917         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6918         inline.
6919
6920         * gnus-art.el (article-hide-list-identifiers):
6921         Use gnus-group-get-list-identifiers.
6922
6923         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6924         (gnus-summary-remove-list-identifiers):
6925         Use gnus-group-get-list-identifiers to get regexp.
6926         (gnus-select-newsgroup, gnus-summary-insert-subject)
6927         (gnus-summary-insert-articles):
6928         Call gnus-summary-remove-list-identifiers unconditionally.
6929
6930 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6931
6932         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6933         we're selecting a group with unread articles.
6934
6935         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6936
6937         * gssapi.el: New file separated out from imap.el to provide a general
6938         Kerberos 5 connection facility for Emacs.
6939
6940         * message.el (message-elide-ellipsis): Document the format spec
6941         ellipsis.
6942
6943 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * message.el (message-elide-region): Allow the ellipsis to say how many
6946         lines were removed.
6947
6948 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6951         window configurations containing buffers that are now dead.
6952
6953         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6954         parsing to avoid integer overflows.
6955         (nnimap-parse-flags): Simplify the last change.
6956         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6957         too large for 32-bit Emacsen.
6958
6959 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6960
6961         * auth-source.el (auth-source-netrc-create):
6962         * message.el (message-yank-original): Fix use of `case'.
6963
6964 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6965
6966         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6967         XEmacs, which was one character too wide.
6968
6969 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6970
6971         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6972         default number of articles to display.
6973         (gnus-articles-to-read): Use pretty names for prompt.
6974
6975 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * gnus-int.el (gnus-open-server): Ditto.
6978
6979         * gnus-start.el (gnus-activate-group): Give a backtrace if
6980         debug-on-quit is set and the user hits `C-g'.
6981         (gnus-read-active-file): Ditto.
6982
6983         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6984
6985 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6986
6987         * message.el (message-yank-original): Use cond instead of CL case.
6988
6989 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6990
6991         * auth-source.el (auth-source-netrc-create): Use usual format for the
6992         default in prompts.
6993
6994 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * lpath.el: Fbind read-char-choice for XEmacs.
6997
6998 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6999
7000         * auth-source.el (auth-source-netrc-create): Show the default in the
7001         prompt when prompting for token creation.
7002
7003 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7004
7005         * auth-source.el (auth-source-format-prompt): Always convert the value
7006         to a string to avoid evaluating non-string arguments.
7007         (auth-source-netrc-create): Offer default properly, not as initial
7008         content in `read-string'.
7009         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7010         of line to determine if we've been run before.  If so, don't run again,
7011         but print a trivial message to indicate the cache was hit instead.
7012
7013 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7014
7015         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7016         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7017         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7018         Gnus.
7019
7020 2011-03-11  Julien Danjou  <julien@danjou.info>
7021
7022         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7023         modified file".
7024
7025 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7026
7027         * auth-source.el (auth-source-read-char-choice): New function to read a
7028         character choice using `dropdown-list', `read-char-choice', or
7029         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7030         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7031         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7032         (auth-source-netrc-saver): Use it.
7033         (auth-source-pick-first-password): New convenience function.
7034
7035 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7036
7037         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7038         parameter in the credentials.
7039         (nnimap-open-connection-1): Use it after a successful login.
7040         (nnimap-credentials): Add IMAP-specific user and password prompt.
7041
7042         * auth-source.el (auth-source-search): Add :require parameter, taking a
7043         list.  Document it and the :save-function return token.  Pass :require
7044         down.  Change the CREATED message from a warning to a debug statement.
7045         (auth-source-search-backends): Pass :require down.
7046         (auth-source-netrc-search): Pass :require down.
7047         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7048         Change save prompt to indicate all modifications saved here are
7049         deletions.
7050         (auth-source-netrc-create): Take user login name as default in user
7051         prompt.  Move all the save functionality to a lexically bound function
7052         under the :save-function token in the returned list.  Set up clearer
7053         default prompts for user, host, port, and secret.
7054         (auth-source-netrc-saver): New function, intended to be wrapped for
7055         :save-function.
7056
7057 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7060         lines to be spaces instead.
7061
7062 2011-03-07  Julien Danjou  <julien@danjou.info>
7063
7064         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7065         (sieve-sasl-auth): Check that auth-source-search did return something,
7066         or just return an empty string.
7067
7068 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7069
7070         * gnus.el (gnus-interactive): Use read-directory-name.
7071
7072         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7073         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7074         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7075         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7076         Likewise.
7077
7078         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7079
7080 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7083         onto the list of killed groups, too.  This makes killed nnimap groups,
7084         for instance, more reliably not reappear.
7085
7086         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7087         the parent.
7088
7089         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7090
7091         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7092         really have server-side marks.
7093
7094         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7095         since most backends do not usefully have server-side marks.
7096         (gnus-update-read-articles): Propagate marks to all backends that
7097         really have server-side marks.
7098
7099 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7100
7101         * message.el (message-cite-reply-position, message-cite-style):
7102         New variables.
7103         (message-yank-original): Use the new citation styles.
7104
7105 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7106
7107         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7108         buffer-local issue); don't mark it buffer-local when running under
7109         XEmacs.
7110
7111 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7112
7113         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7114         numbers too big to be `read'.
7115
7116 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7117
7118         * password-cache.el (password-in-cache-p): Add autoload.
7119
7120         * message.el (message-options): Make buffer-local two ways to attempt
7121         to fix a XEmacs bug.
7122
7123 2011-03-02  Julien Danjou  <julien@danjou.info>
7124
7125         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7126
7127 2011-03-01  Julien Danjou  <julien@danjou.info>
7128
7129         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7130         group.
7131         (article-hide-list-identifiers): Use list-identifier group parameter.
7132
7133 2011-02-28  Julien Danjou  <julien@danjou.info>
7134
7135         * sieve.el (sieve-buffer-script-name): New local variable to store
7136         sieve script name.
7137         (sieve-edit-script): Store sieve script name.
7138         (sieve-upload): Use sieve script name when uploading.
7139         (sieve-upload): Use substitute-command-keys.
7140         (sieve-edit-script): Use substitute-command-keys.
7141         (sieve-refresh-scriptlist): Use substitute-command-keys.
7142         (sieve-manage-mode-map): Define keymap properly.
7143         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7144         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7145         Remove commented code about cvs.
7146         (sieve-manage-quit): New function.
7147         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7148
7149 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7152
7153 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * auth-source.el (auth-source-search): Cache empty result sets.
7156
7157         * password-cache.el (password-in-cache-p): Convenience function to
7158         check if a key is in the cache, even if the value is nil.
7159
7160         * auth-source.el (auth-source-save-behavior): New variable to replace
7161         `auth-source-never-create'.
7162         (auth-source-netrc-create): Use it.
7163         (auth-source-never-save): Remove.
7164
7165 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7166
7167         * nnimap.el (nnimap-stream): Doc fix.
7168         (nnimap-open-connection-1): Reverse the order of the ports to that the
7169         prompted-for port is first.
7170
7171         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7172         retrieval by the no-group selection.
7173
7174         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7175         numerical parameters.
7176
7177 2011-02-25  Julien Danjou  <julien@danjou.info>
7178
7179         * gnus-gravatar.el: Use gnus-with-article-buffer.
7180
7181         * gnus-art.el (gnus-with-article-buffer): Check that the
7182         gnus-article-buffer is alive.
7183
7184 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7185
7186         * auth-source.el (auth-source-creation-prompts): New variable to manage
7187         creation-time prompts.
7188         (auth-source-search): Document it.
7189         (auth-source-format-prompt): Add utility function.
7190         (auth-source-netrc-create): Don't default the user name to
7191         user-login-name.  Use `auth-source-creation-prompts' and some default
7192         prompts for user, host, port, and password (the default generic prompt
7193         remains ugly).
7194         (auth-source-never-save): Add customizable option to never save info.
7195         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7196         mode excursion.
7197
7198 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7201         argument that XEmacs doesn't support.
7202
7203         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7204         compiled for Emacsen having no `libxml-parse-html-region' support.
7205
7206         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7207
7208         * lpath.el: Bind buffer-save-without-query for XEmacs.
7209
7210 2011-02-23  Julien Danjou  <julien@danjou.info>
7211
7212         * gnus-art.el (article-make-date-line): Ignore errors if time is
7213         invalid and not convertible.
7214         (article-make-date-line): Only add lapsed time if time is not nil.
7215
7216 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7217
7218         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7219         `read-char-choice' for backwards compatibility.
7220         (auth-source-netrc-element-or-first): New function to DTRT for
7221         parameter extraction.
7222         (auth-source-netrc-create): Use it and fix multiple parameter print
7223         bug.  Use the default passed from above (given-default) or the
7224         built-in (user-login-name for :user).
7225
7226 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7227
7228         * gnus-start.el (gnus-dribble-read-file):
7229         Set buffer-save-without-query, since we always want to save the dribble
7230         file, probably.
7231
7232         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7233         nnimap.
7234
7235         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7236         -summary- since it's a user-visible variable.
7237
7238         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7239         first time you use the new Gnus.
7240
7241 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * auth-source.el: Don't load netrc.el.
7244         (auth-sources): Search ~/.netrc as well by default.
7245         (auth-source-debug): Add 'trivia option for extra output.
7246         (auth-source-do-trivia): Use it.
7247         (auth-source-search): Simplify logic to use
7248         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7249         appropriate.  Don't keep a running count at this level.  Layer :create
7250         and :delete options appropriately on the first and second passes.
7251         Don't track the backend with the search results.
7252         (auth-source-search-backends): New function to search a list of
7253         backends for a processed spec.
7254         (auth-source-netrc-parse): Cache all netrc files, making
7255         auth-source-netrc-cache an alist keyed by the file name and using the
7256         file mtime as the caching criterion.  Keep the obfuscated data secret
7257         with a lexical bind.
7258         (auth-source-netrc-search): Don't calculate the length of the results
7259         unnecessarily.
7260         (auth-source-search-backends): Fix bug.
7261         (auth-source-netrc-create): Rework prompts.
7262
7263 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7264
7265         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7266         Lower case names of search constraints.
7267         (nnir-run-query): Cache and reuse search constraints for all imap
7268         servers.
7269
7270 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7271
7272         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7273         after exit.
7274         (gnus-setup-message): Define missing variable from last checkin.
7275
7276         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7277         value, show the raw article.
7278
7279 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7280
7281         * gnus.el: No Gnus v0.13 is released.
7282
7283 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7284
7285         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7286         auth-source now accepts numbers.
7287
7288         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7289         spec, too.
7290         (auth-source-ensure-strings): New function.
7291
7292         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7293         (gnus-article-setup-buffer): Always restart the date timer so that user
7294         changes to the frequency is respected.
7295
7296         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7297         port numbers, so make sure it gets that if nnimap-server-port is
7298         explicit.
7299
7300 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7301
7302         * nnimap.el (nnimap-inbox): Doc fix.
7303
7304 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7305
7306         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7307         Autoload.  Add optional arg FRAME, and pass it to color-values.
7308         (color-complement): Caller changed.  Doc fix.
7309         (color-gradient): Rewrite for better clarity and efficiency.
7310
7311 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7312
7313         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7314         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7315         color-lab-to-srgb.
7316
7317 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7318
7319         * color.el: First part of merge from hexrgb.el.
7320         (color-rgb-to-hex): Rename from color-rgb->hex.
7321         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7322         saturation to zero if the value is too small.
7323         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7324         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7325         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7326         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7327         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7328         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7329         (color-cie-de2000): Doc fix.
7330
7331 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7332
7333         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7334         given method as in the group name if we're using an extended method.
7335         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7336         command, if we're using that, instead of waiting for the beginning.
7337
7338         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7339         we're sure to get unique server names, and we don't output two async
7340         commands in the same buffer.  This fixes an NNTP hang for some users.
7341
7342 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7343
7344         * gnus.el: No Gnus v0.11 is released.
7345
7346 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7347
7348         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7349         summary buffer before reading going to the next buffer.  This avoids
7350         putting the point in the group buffer if you `C-g' the command.
7351
7352         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7353         cache (for now) to make ~/.authinfo.gpg files usable.
7354
7355         * nnfolder.el (copyright-update): Define for the compiler.
7356
7357         * auth-source.el (auth-source-search): Fix unbound variable.
7358
7359 2011-02-19  Glenn Morris  <rgm@gnu.org>
7360
7361         * gnus.el (gnus-meta): Doc fix.
7362
7363 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7364
7365         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7366         in case it's not yet loaded.
7367
7368 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7369
7370         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7371         line we're waiting for.
7372
7373 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7374
7375         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7376         face with line-width greater than zero will cause RET in gnus summary
7377         buffer to scroll down article page-wise because auto vscroll happens,
7378         it should be temporally disabled when doing a scroll-up.
7379
7380 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7381
7382         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7383         outputs from the server.
7384
7385 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7386
7387         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7388         later so that bbdb can hook in easier.
7389
7390 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7391
7392         * auth-source.el (auth-source-search): Don't try to create credentials
7393         if the caller doesn't want that.
7394         (auth-source-search): If we don't find a match, don't bug out on
7395         non-bound variables.
7396         (auth-source-search): Only ask a single backend to create the
7397         credentials.
7398
7399         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7400         logging.
7401         (nnimap-credentials): Protect against auth-source-search returning nil.
7402         (nnimap-request-list): Protect against not being able to open the
7403         server.
7404
7405 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7406
7407         * auth-source.el (auth-source-search): Do a two-phase search, one with
7408         no :create to get the responses from all backends.
7409
7410         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7411         when getting credentials.
7412
7413         * gnus-util.el (gnus-delete-duplicates): New function.
7414
7415 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7416
7417         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7418         a creation default, pass the whole port list down.  It will be
7419         completed.
7420
7421         * auth-source.el (auth-source-search): Updated docs to talk about
7422         multiple creation choices.
7423         (auth-source-netrc-create): Accept a list as a value (from the search
7424         parameters) and do completion on that list.  Keep a separate netrc line
7425         with the password obscured for showing the user.
7426
7427         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7428         first choice to `auth-source-search' so it will be used for entry
7429         creation instead of the server's Gnus-specific name.
7430         (nnimap-credentials): Rely on the auth-source library to select which
7431         port is actually wanted in the new netrc entry, so don't override
7432         `auth-source-creation-defaults'.
7433
7434         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7435         :protocol and accept a missing user, host, or port as a wildcard match.
7436         (auth-source-debug): Default to off.
7437
7438         (auth-source-netrc-search, auth-source-netrc-create)
7439         (auth-source-secrets-search, auth-source-secrets-create)
7440         (auth-source-user-or-password, auth-source-backend, auth-sources)
7441         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7442         instead of :protocol.
7443
7444         * nnimap.el (nnimap-credentials): Pass a port default to
7445         `auth-source-search' in case an entry needs to be created.
7446         (nnimap-open-connection-1): Use :port instead of :protocol.
7447
7448 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * auth-source.el: Bind load-path when loading EIEIO from
7451         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7452         21.4 doesn't support, to `require'.
7453         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7454         delete-dups that is not available in XEmacs 21.4.
7455
7456 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7457
7458         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7459         as EIEIO must also be loaded when auth-source.el is being
7460         byte-compiled.
7461
7462 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7463
7464         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7465
7466         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7467
7468         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7469
7470         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7471
7472         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7473
7474         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7475
7476         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7477
7478         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7479         necessary.
7480
7481 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7482
7483         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7484         nil means that nnimap doesn't get updated.
7485
7486 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7489         result when the user doesn't want to write to the file.
7490         (auth-source-netrc-search): Expect a synthetic result and proceed
7491         accordingly.
7492         (auth-source-cache-expiry): New variable to override
7493         `password-cache-expiry'.
7494         (auth-source-remember): Use it.
7495
7496         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7497         parameter.  Create entry if necessary by using :create t.
7498         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7499
7500 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7501
7502         * auth-source.el (auth-source-debug): Enable by default and don't
7503         mention the obsolete `auth-source-hide-passwords'.
7504         (auth-source-do-warn): New function to debug unconditionally.
7505         (auth-source-do-debug): Use it.
7506         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7507         and for Secrets API entries when the secrets.el library is not
7508         available.
7509
7510 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7511
7512         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7513         (gnus-summary-exit): Kill the correct article buffer on exit from a
7514         `C-d' group.
7515
7516         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7517         gnus-propagate-marks.
7518
7519         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7520         before killing the buffers so that a non-full window conf gets handled
7521         correctly.
7522         (gnus-summary-exit): Ditto.
7523         (gnus-summary-read-group-1): Ditto.
7524
7525         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7526         async code again so that we can debug it properly.
7527
7528         * message.el (message-reply): Take an optional switch-buffer parameter
7529         so that Gnus window confs are respected better.
7530
7531 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7532
7533         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7534         `plist-get' to accept non-list parameters (XEmacs issue).
7535         Fix docstring.
7536         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7537         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7538         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7539         Login collection is "Login" and not "login".
7540
7541 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7542
7543         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7544         multiple headers.
7545
7546         * nnimap.el (nnimap-inhibit-logging): New variable.
7547         (nnimap-log-command): Don't log login commands.
7548
7549         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7550         to have more parameters.
7551
7552         * nnimap.el (nnimap-send-command): Mark the command time for each
7553         command, so that we don't get NOOPs stepping on our toes.
7554
7555         * gnus-art.el (article-date-ut): Get the date from the Date header on
7556         `t'.
7557
7558 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * auth-source.el (auth-source-search): Use copy-sequence instead of
7561         the cl.el copy-list.
7562
7563 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         * imap.el: Bring it back (revert
7566         84d800cd31de3064f0ed39617d725709a2f8f42f).
7567
7568 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7569
7570         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7571         Improve prompt.
7572
7573 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7574
7575         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7576         washing status from the default format.  It isn't very informative.
7577
7578 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7579
7580         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7581         Fix Gcc processing on imap.
7582
7583 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7584
7585         * imap.el: Remove file.  All the functionality is in nnimap.el.
7586
7587 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7588
7589         * message.el (message-bury): Don't pop up a new window when selected
7590         window is dedicated.
7591
7592 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7593
7594         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7595
7596 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7597
7598         * sieve-manage.el: Autoload `auth-source-search'.
7599         (sieve-sasl-auth): Use it.
7600
7601 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7602
7603         * nnimap.el: Autoload `auth-source-forget+'.
7604         (nnimap-open-connection-1): Use it if the connection fails.
7605
7606         * auth-source.el: Require `password-cache'.
7607         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7608         obsolete.
7609         (auth-source-magic): Marker for `password-cache' keys.
7610         (auth-source-do-cache): Update docstring.
7611         (auth-source-search): Use and check cache.
7612         (auth-source-forget-all-cached, auth-source-remember)
7613         (auth-source-recall, auth-source-forget, auth-source-forget+)
7614         (auth-source-specmatchp): Caching support functions.
7615         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7616         Remove and obsolete.
7617         (auth-source-user-or-password): Remove caching to further discourage
7618         using it.  Always hide passwords.
7619
7620         * password-cache.el (password-cache-remove): Accept secrets that are
7621         not strings.
7622
7623 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7624
7625         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7626         code for now, since it doesn't work for all users.
7627
7628 2011-02-09  Julien Danjou  <julien@danjou.info>
7629
7630         * message.el (message-options): Make message-options really buffer
7631         local.
7632
7633 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7634
7635         * mail-source.el: Autoload `auth-source-search'.
7636         (mail-source-keyword-map): Note order matters.
7637         (mail-source-set-1): Get all the mail-source source values and
7638         defaults and search auth-source on those if needed.  This can all
7639         probably be simplified.
7640
7641         * nnimap.el: Autoload `auth-source-search'.
7642         (nnimap-credentials): Use it.
7643         (nnimap-open-connection-1): Ask for the virtual server and physical
7644         address in one shot.
7645
7646         * nntp.el: Autoload `auth-source-search'.
7647         (nntp-send-authinfo): Use it.  Note TODO.
7648
7649 2011-02-08  Julien Danjou  <julien@danjou.info>
7650
7651         * shr.el (shr-tag-body): Add support for text attribute in body
7652         markups.
7653
7654         * message.el (message-options): Make message-options a local variable.
7655
7656 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7657
7658         * auth-source.el (auth-source-secrets-search)
7659         (auth-source-user-or-password): Use `append' instead of `nconc'.
7660         (auth-source-user-or-password): Build return list better and protect
7661         against nil :secret.
7662
7663 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7664
7665         * nnimap.el (nnimap-update-info): Refactor slightly.
7666         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7667         (nnimap-update-info): Clean up slightly.
7668         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7669         characters.
7670         (nnimap-process-quirk): Rename function to avoid collision.
7671         (nnimap-update-info): Fix macrology bug-out.
7672         (nnimap-update-info): Simplify split history test.
7673
7674 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7675
7676         * auth-source.el (top): Require 'eieio unconditionally.
7677         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7678         (auth-source-secrets-search): Limit search when `max' is greater than
7679         number of results.
7680
7681 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7682
7683         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7684         part not returning any data.
7685
7686         * proto-stream.el (open-protocol-stream): Document the return value.
7687
7688 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7689
7690         * auth-source.el (auth-source-secrets-search): Add examples.
7691
7692 2011-02-06  Julien Danjou  <julien@danjou.info>
7693
7694         * message.el (message-setup-1): Handle message-generate-headers-first
7695         set to t.
7696
7697 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7700         API with a string "secrets:collection-name" and with 'default.
7701         (auth-source-backend-parse): Parse "secrets:collection-name" and
7702         'default.  Recurse on parses instead of repeating code.  Use the
7703         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7704         message when ignoring a source.
7705         (auth-source-search): List ignored search keys at the top level.
7706         (auth-source-netrc-create): Use `case' instead of `cond'.
7707         (auth-source-secrets-search): Created with TODOs.
7708         (auth-source-secrets-create): Created with TODOs.
7709         (auth-source-retrieve, auth-source-create, auth-source-delete)
7710         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7711         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7712         (auth-source-user-or-password-sftp)
7713         (auth-source-user-or-password-smtp): Remove.
7714         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7715         around `auth-source-search'.  Not tested thoroughly.
7716
7717 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7718
7719         * auth-source.el: Bring in assoc and eioeio libraries.
7720         (secrets-enabled): New variable to track the status of the Secrets API.
7721         (auth-source-backend): New EIOEIO class to represent a backend.
7722         (auth-source-creation-defaults): New variable to set prompt defaults
7723         during token creation (see the `auth-source-search' docstring for
7724         details).
7725         (auth-sources): Simplify to allow a simple string as a netrc backend
7726         spec.
7727         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7728         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7729         (auth-source-search): Main auth-source API entry point.
7730         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7731         (auth-source-search-collection): Helper function for searching.
7732         (auth-source-netrc-parse, auth-source-netrc-normalize)
7733         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7734         Supports search, create, and delete.
7735         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7736         backend stubs.
7737         (auth-source-user-or-password): Call `auth-source-search' but it's not
7738         ready yet.
7739
7740 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7741
7742         * message.el (message-setup-1): Remove the read-only stuff, since it
7743         doesn't work under XEmacs, for some reason.
7744
7745         * gnus-sum.el (gnus-user-date): Rename back from
7746         gnus-summary-user-date since user code refers to it.
7747
7748         * shr.el (shr-render-td): Store the actual background color used.
7749
7750         * message.el (message-setup-1): Don't bind the constant
7751         -forbidden-properties.
7752         (message-setup-1): Revert previous change, since it needs to bind the
7753         props to insert them.
7754         (message-resend): Allow removing the read-only separator line.
7755
7756 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7757
7758         * nnimap.el (nnimap-request-accept-article): Give an error message if
7759         the APPEND wasn't successful.
7760
7761 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7762
7763         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7764         that have no groups.
7765
7766 2011-02-03  Julien Danjou  <julien@danjou.info>
7767
7768         * gnus-draft.el: Remove progn around gnus-draft-setup.
7769
7770 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7771
7772         * gnus-start.el (gnus-read-active-for-groups): This function is never
7773         called with a nil `infos', so clean that up.
7774         (gnus-get-unread-articles): Request active files from primary/secondary
7775         methods that have no groups (yet).
7776
7777 2011-02-03  Julien Danjou  <julien@danjou.info>
7778
7779         * message.el (message-setup-1): Always generate References first.
7780         (message-mail): Return the return value of message-setup, not always t.
7781         (message-setup-1): Insert mail-header-separator with read-only and
7782         intangible properties set.
7783
7784         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7785         user-date in docstring.
7786
7787         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7788
7789         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7790         docstring.
7791
7792         * gnus.el (gnus-user-date-format-alist): Change default value.
7793         Use defcustom, with type and group.  Move from gnus-util.el.
7794         Rename to gnus-summary-user-date-format-alist.
7795
7796 2011-02-03  Glenn Morris  <rgm@gnu.org>
7797
7798         * nnimap.el (gnus-fetch-headers): Declare.
7799
7800         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7801
7802 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7803
7804         * message.el (message-forward-make-body-digest-plain)
7805         (message-followup, message-reply): Clean up things noted by Stefan.
7806
7807         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7808         gnus-article-update-date-headers is nil.
7809         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7810         it didn't really work with defcustom.
7811         (article-update-date-lapsed): Make sure the window start doesn't move,
7812         either.
7813
7814 2011-02-01  Julien Danjou  <julien@danjou.info>
7815
7816         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7817         format.
7818
7819         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7820         standard in Emacs nowadays.
7821
7822         * color.el (color-gradient): Add a color-gradient function.
7823
7824 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7825
7826         * message.el (message-expand-name): Don't trust the return value of
7827         bbdb-complete-name.
7828         (message-check-news-header-syntax): Remove unused var `start'.
7829         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7830         (message-inhibit-body-encoding): Move to before first use.
7831         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7832         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7833         (Organization, Message-ID, Date, mh-previous-window-config):
7834         Defvar the vars using dynamic scoping.
7835
7836 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7837
7838         * shr.el (shr-render-td): Only do colors at the final rendering.
7839         Should be slightly faster.
7840         (shr-insert-table): Fix up TD background colors when doing the
7841         vertical padding.
7842
7843         * gnus-art.el (article-date-ut): Protect against articles with no Date
7844         header.
7845         (article-update-date-lapsed): Don't use current-column to find the
7846         horizontal position.  It's fragile in the presence of \003 characters.
7847
7848         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7849
7850 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7851
7852         * gnus-art.el (article-transform-date): Rewrite to still work when
7853         there are several rfc2822 parts.
7854         (article-transform-date): Fix infinite recursion.
7855         (article-date-ut): Replace infinitely many Date headers with a single
7856         one when called interactively.
7857
7858         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7859         secure manner.
7860
7861         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7862         move around by not using save-window-excursion.  It seems to work...
7863
7864 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-art.el (article-make-date-line): Work for user-defined format.
7867
7868 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7869
7870         * nntp.el (nntp-retrieve-group-data-early)
7871         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7872         fetching functions.
7873
7874         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7875         thoroughly for all backends that have no known groups.  This should
7876         allow new nnml methods to retrieve mail.
7877
7878         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7879         that Gnus doesn't know exists again.
7880
7881         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7882         (gnus-treat-date-ut): Ditto.
7883         (gnus-article-update-date-header): Rename.
7884         (gnus-treat-date-local): Remove.
7885         (gnus-treat-date-english): Remove.
7886         (gnus-treat-date-lapsed): Remove.
7887         (gnus-treat-date-combined-lapsed): Remove.
7888         (gnus-treat-date-original): Remove.
7889         (gnus-treat-date-iso8601): Remove.
7890         (gnus-treat-date-user-defined): Remove.
7891         (gnus-article-date-headers): New variable to control all the date
7892         header options.
7893         (article-date-ut): Rewrite to allow using the new way to format date
7894         headers(s).
7895
7896 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7897
7898         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7899         method.
7900         (nnmail-article-group): A better test for fanciness.
7901
7902         * nnimap.el (nnimap-request-head): Protect against not finding the
7903         article by Message-ID.
7904
7905 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7906
7907         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7908         keep point at the "same place".
7909
7910 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7911
7912         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7913         data if the group is inactive.
7914
7915 2011-01-28  Julien Danjou  <julien@danjou.info>
7916
7917         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7918         (gnus-all-windows-visible-p): Remove old compatibility code.
7919         (gnus-window-top-edge): Add docstring.
7920
7921         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7922
7923 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7924
7925         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7926         older request-update-info.
7927
7928         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7929
7930 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7931
7932         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7933         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7934
7935 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7936
7937         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7938         groups.  This makes the nndraft:queue group pop up if it's not already
7939         there.
7940
7941         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7942         messages" logic, which was reversed.
7943
7944         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7945         the "same place" even if point is on the line being replaced.
7946         (article-update-date-lapsed): Allow updating both the combined lapsed
7947         and the lapsed headers.
7948         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7949         (article-make-date-line): Limit the number of segments dynamically to
7950         avoid too-long lines.
7951
7952 2011-01-27  Julien Danjou  <julien@danjou.info>
7953
7954         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7955         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7956
7957 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7960         Use plist-get instead of the cl function getf.
7961
7962 2011-01-27  Glenn Morris  <rgm@gnu.org>
7963
7964         * gnus-util.el (float-time): Get rid of compiler warning, again.
7965
7966 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7967
7968         * shr.el (shr-put-color): Special-case background colors: Do put them
7969         at the blank parts at the front of the lines.
7970
7971         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7972         exit hook to nix out all data on readedness on group exit.
7973
7974         * gnus-util.el (float-time): If float-time is bound, always use it on
7975         all Emacsen.  It's unclear why the subrp check was there.
7976         (time-date): Require to make some autoload issues on XEmacs go away.
7977
7978         * shr.el (shr-put-color): Don't do the box padding in tables, since
7979         they're already padded.
7980
7981 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7982
7983         * gnus-art.el (gnus-article-next-page): When the last line of the
7984         article is displayed, scroll down once more instead of going to the
7985         next article at once.
7986         (article-lapsed-string): Refactor out and allow specifying how many
7987         segments you want.
7988         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7989         (gnus-article-update-lapsed-header): New variable.
7990
7991         * shr.el: Revert change that made headings use different-sized faces.
7992         The Emacs display engine isn't advanced enough that, for instance,
7993         tables can comfortably use differently-sized faces.
7994
7995 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7996
7997         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7998         used.
7999         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8000         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8001         we're using an encrypted connection.
8002
8003         * proto-stream.el: Alter the interface functions to also return the
8004         actual stream type used: network or tls.
8005
8006 2011-01-25  Julien Danjou  <julien@danjou.info>
8007
8008         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8009         (mm-display-javascript-inline): New function.
8010
8011         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8012         viewing function.
8013
8014 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * shr.el (shr-expand-newlines): Fix variable name.
8017
8018 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8019
8020         * shr.el (shr-expand-newlines): Make nested boxes work.
8021
8022 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8023
8024         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8025         backgrounds.
8026         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8027         in a more sensible manner.
8028
8029 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8030
8031         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8032         if EPG is loaded.
8033
8034 2011-01-24  Julien Danjou  <julien@danjou.info>
8035
8036         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8037         tags.
8038
8039 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8040
8041         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8042         commands.
8043
8044         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8045         in the article buffer.
8046         (gnus-gravatar-insert): Use blank space from the current buffer to
8047         avoid breaking text properties.  This makes X-Sent updating work again.
8048
8049         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8050
8051 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8052
8053         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8054         fix the bug in url-http.el instead.
8055
8056         * shr.el (shr-image-fetched): Ditto.
8057
8058         * shr.el (shr-image-fetched): Avoid having point move in the article
8059         buffer.
8060
8061         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8062         buffer after being called.  It's apparently being killed by url.el, and
8063         killing it made point move to end-of-buffer in a random buffer.
8064
8065         * shr.el (shr-image-fetched): Ditto.
8066
8067 2011-01-23  Julien Danjou  <julien@danjou.info>
8068
8069         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8070
8071         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8072         text/x-org.
8073
8074 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8075
8076         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8077         (i.e., nnimap) returning nil as the article number.
8078
8079 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8080
8081         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8082         "DelSp" parameter in RFC3676.
8083
8084 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8085
8086         * message.el (message-check-recipients): Display the encoded version of
8087         the bogus address if they differ.
8088
8089         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8090         after sending.
8091
8092         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8093
8094         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8095
8096         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8097         group buffer after sending the queue.
8098
8099         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8100
8101 2011-01-22  Julien Danjou  <julien@danjou.info>
8102
8103         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8104
8105 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8106
8107         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8108         nested related parts.
8109
8110         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8111         unexpired articles.  This fixes the regression that led expiry marks to
8112         disappear from nnfolder groups.
8113
8114 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8115
8116         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8117         Don't confuse the "ret" of "retrograde" with RET.
8118
8119 2011-01-21  Julien Danjou  <julien@danjou.info>
8120
8121         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8122         than mm-insert-inline.
8123
8124 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8127         Widen article buffer.
8128
8129 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8130
8131         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8132         the temp buffer.
8133         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8134
8135 2011-01-20  Julien Danjou  <julien@danjou.info>
8136
8137         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8138
8139         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8140         than mm-insert-inline to insert inline part: this respect
8141         mm-inline-media-tests displayers.
8142
8143         * mm-view.el (mm-display-shell-script-inline): New function.
8144
8145         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8146
8147         * mm-uu.el (mm-uu-type-alist): Add org block.
8148         (mm-uu-org-src-code-block-extract): New function.
8149
8150         * mm-view.el (mm-display-org-inline): New function.
8151
8152         * mm-decode.el (mm-automatic-display): Add text/org.
8153
8154         * mailcap.el (mailcap-mime-extensions): Add .org.
8155
8156 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8159         gnus-article-add-buttons.
8160
8161 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8162
8163         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8164         From header with a date and "nobody" as the sender.
8165
8166 2011-01-19  Julien Danjou  <julien@danjou.info>
8167
8168         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8169         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8170         if you have the same regexp several times.
8171         (gnus-button-push): Fix matching when regexp is symbol.
8172
8173 2011-01-15  Glenn Morris  <rgm@gnu.org>
8174
8175         * message.el (message-mail): A compose-mail function should
8176         accept headers as strings.
8177
8178 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8179
8180         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8181         Add :vert-only tags.
8182         (message-mail): New arg RETURN-ACTION.
8183         (message-return-action): New var.
8184         (message-bury): Use it.
8185         (message-mode): Make it buffer-local.
8186         (message-send-and-exit): Always call message-bury.
8187
8188         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8189         message-mail.
8190
8191 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * nnimap.el (nnimap-convert-partial-article): Protect against
8194         zero-length body parts.
8195
8196         * mm-decode.el (mm-preferred-alternative-precedence):
8197         Discourage showing empty parts.
8198
8199         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8200         and stuff if the backend didn't return the article number.  This fixes
8201         an Exchange-related nnimap bug.
8202
8203         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8204         group window, because it does the wrong thing when a separate frame
8205         displays the group buffer.
8206
8207         * proto-stream.el (open-protocol-stream): Protect against the low-level
8208         transport functions returning nil.
8209
8210 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8211
8212         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8213         (mml2015-epg-find-usable-secret-key): New function.
8214         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8215         mml2015-epg-find-usable-key (Bug#7797).
8216         (mml2015-epg-encrypt): Ditto.
8217
8218 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * dgnushack.el (rot13-string): Fix the way to get the argument.
8221
8222 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8223
8224         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8225
8226 2011-01-03  Glenn Morris  <rgm@gnu.org>
8227
8228         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8229
8230         * sieve.el (sieve-open-server): Give a more explicit error if
8231         sieve-manage-open returns nil.  (Bug#7720)
8232
8233 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8234
8235         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8236
8237 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238
8239         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8240         This avoids sending passwords in plain text over non-encrypted
8241         channels.
8242
8243         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8244
8245         * nnimap.el (nnimap-login): Refactored out into own function, and
8246         implement CRAM-MD5.
8247         (nnimap-wait-for-line): Refactored out.
8248
8249         * mm-view.el (mml-smime): Require.
8250
8251 2010-12-20  David Engster  <deng@eml.cc>
8252
8253         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8254         use EPG to decrypt S/MIME messages instead of openssl.
8255
8256 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8259
8260         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8261         status is the group clearly is unreachable.
8262
8263         * auth-source.el (auth-source-create): Add the optional second
8264         parameter to `local-variable-p' to be compatible with XEmacs.
8265
8266 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8267
8268         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8269         work when using a compressed nnml folder.
8270
8271 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8274         backends after sanitising on entry, because this never makes sense:
8275         If the articles have gone missing, then the data no longer exists on
8276         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8277         overwrite anything anyway.
8278
8279         * shr.el (shr-insert-document): Bind shr-width dynamically to
8280         window-width if it's nil.
8281
8282 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8283
8284         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8285         with the meaning of using the full emacs window width for rendering.
8286
8287 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8288
8289         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8290         case when sender is not given.
8291
8292 2010-12-23  Julien Danjou  <julien@danjou.info>
8293
8294         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8295         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8296         the addresses, otherwise we might misplaced the gravatar.
8297
8298 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8299
8300         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8301         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8302         obsolete in Emacs.
8303
8304 2010-12-20  Julien Danjou  <julien@danjou.info>
8305
8306         * gnus-util.el (gnus-rescale-image): Revert last change.
8307
8308 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8309
8310         * binhex.el: Improve commentary (Bug#7482).
8311
8312 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313
8314         * gnus-group.el (gnus-group-delete-articles): New command.
8315
8316 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8317
8318         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8319
8320 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8323         here, since it's up to the backends to do CRLF removal if their
8324         protocol has it.
8325
8326         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8327
8328 2010-12-17  Julien Danjou  <julien@danjou.info>
8329
8330         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8331         they are from file.  Can also scale up.
8332
8333 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8334
8335         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8336         Restore gnus-use-agent.
8337         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8338
8339         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8340
8341 2010-12-17  Julien Danjou  <julien@danjou.info>
8342
8343         * gravatar.el (gravatar-retrieve-synchronously): New function.
8344         (gravatar-get-data): Make more robust.
8345
8346 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8349
8350 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8353         to really consider the last line.
8354
8355 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8356
8357         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8358         list of recipient keys, or use symmetric encryption if not a list.
8359         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8360         EPA override, replacing the call to `netrc-store-data'.
8361
8362 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8363
8364         * gnus-srvr.el: Avoid passing nil regexp argument to
8365         delete-matching-lines.
8366
8367 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8368
8369         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8370         fetching stops when Gnus exits.
8371
8372         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8373         function.
8374         (nnfolder-request-expire-articles): Save all the buffers after doing
8375         expiry.
8376
8377         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8378         the last article", since that led to serious performance regressions
8379         when expiring nnml groups.
8380
8381 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8382
8383         * nnir.el: Improve customizations.
8384
8385 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386
8387         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8388
8389         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8390         group has been killed.
8391         (gnus-group-yank-group): Ditto.
8392
8393         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8394
8395         * nnimap.el (nnimap-request-update-group-status): New function.
8396
8397         * gnus-int.el (gnus-request-update-group-status): New interface
8398         function.
8399
8400         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8401         copying read-ness to the backends.
8402
8403         * nnimap.el (nnimap-quirk): New function.
8404         (nnimap-retrieve-group-data-early): Use it.
8405         (nnimap-quirks): New alist.
8406
8407 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8410         don't delete it within indentation.
8411
8412 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8415         previous line.
8416
8417 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418
8419         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8420         QRESYNC command by deleting a superfluous space which broke Cyrus
8421         servers.  This change will break other servers that are buggy the other
8422         way around.
8423
8424 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8425
8426         * spam.el: Reindent and fix long lines.
8427         (spam-copy-or-move-routine): Exclude invalid move destinations.
8428
8429 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8430
8431         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8432         installed the registry.
8433
8434 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8437
8438 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8439
8440         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8441         groupname doesn't contain "gmane".
8442
8443 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8446         and netrc-bound-and-true-p bindings.
8447         (netrc-parse): Cache the netrc contents.
8448
8449         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8450         (gnus-1): Don't create the nndrafts group twice.
8451         (gnus-setup-news): There's no need to read the active file here, since
8452         that's done again later on a per-backend basis.
8453         (gnus-start-draft-setup): Make sure that the new group is started out
8454         empty.
8455
8456         * gnus-agent.el (gnus-agentize): Don't create the queue group
8457         automatically on startup.  It'll be created later, if needed.
8458
8459         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8460         of automatically subscribed groups.
8461         (gnus-auto-subscribed-categories): New variable.
8462         (gnus-matches-options-n): Use it.
8463         (gnus-default-subscribed-newsgroups): Remove unused variable.
8464         (gnus-start-draft-setup): Message a bit less.
8465
8466 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8467
8468         * nnir.el (nnir-run-imap): Return article list in order of increasing
8469         UID.
8470
8471 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * gnus-sum.el (gnus-summary-enter-digest-group):
8474         Mention gnus-auto-select-on-ephemeral-exit.
8475
8476         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8477         convention of the network-only option.
8478
8479 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * proto-stream.el (proto-stream-open-network-only): New function to
8482         have a way to specify non-STARTTLS upgrade connections.
8483
8484 2010-12-10  Julien Danjou  <julien@danjou.info>
8485
8486         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8487         email address is nil.
8488
8489         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8490
8491 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8492
8493         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8494         deletion.
8495         (nnir-run-imap): Only need to parse list once.
8496
8497 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498
8499         * shr.el (shr-tag-script): Ignore <script>.
8500         (shr-tag-label): Add <label> support.
8501
8502 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8505
8506         * shr.el (shr-image-displayer): Work for images lined side by side.
8507
8508 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8509
8510         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8511         parameter, since XEmacs doesn't accept t as a parameter.
8512
8513 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8514
8515         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8516         ids.
8517         (nnir-run-gmane): Simplify groupspec formatting.
8518         (nnir-request-expire-articles): New function.
8519
8520 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8523         overflow, possibly.
8524
8525         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8526         (shr-render-td): Handle td style="" better.
8527         (shr-tag-table): Use the color from the style sheet.
8528         (shr-render-td): Make sure we copy over all the overlays, too.
8529
8530 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8531
8532         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8533         (nnir-request-article): Improve article retrieval.
8534
8535 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * mm-util.el (mm-extra-numeric-entities): New variable.
8538
8539         * mm-url.el (mm-url-decode-entities):
8540         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8541
8542         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8543
8544 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8545
8546         * message.el: Use completion-at-point.
8547         (message-completion-function): New fun, extracted from message-tab.
8548         (message-mode): Use it for completion-at-point-functions.
8549         (message-tab): Use it and completion-at-point.
8550
8551 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8554         character if a non-breakable character follows.
8555
8556 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8559         any stream.
8560
8561         * shr.el (shr-tag-font): Colorize the region.
8562         (shr-tag-body): Ditto.
8563         (shr-tag-font): Actually let the styles be inherited instead of
8564         overwriting them.
8565         (shr-tag-font): Get the background color right.
8566         (shr-tag-style): Ignore all <style> tags for the moment.
8567
8568         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8569         a Message-ID to avoid having nnimap depend on gnus-sum.
8570
8571         * shr.el (shr-descend): Only colorize something if we have a node that
8572         sets colors.
8573
8574 2010-12-06  Julien Danjou  <julien@danjou.info>
8575
8576         * shr.el (shr-render-td): Render td content with shr-descend, so style
8577         will be applied to <td> too.
8578         (shr-colorize-region): Colorize region even if we only have a background.
8579         (shr-tag-body): Fix color and background color inheritance.
8580         Do not recolorize after shr-generic.
8581         (shr-tag-font): Let shr-generic colorize via inheritance.
8582
8583 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8586
8587 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8588
8589         * nnir.el (nnir-request-move-article): Remove obsolete code.
8590
8591 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8594
8595 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * gnus-sum.el (gnus-summary-respool-article): The completion function
8598         expects a list instead of an alist.
8599
8600         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8601         string as the parameter.
8602
8603         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8604
8605         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8606         styles.
8607         (shr-colorize-region): New function.
8608         (shr-insert-background-overlay): Remove.
8609         (shr-render-td): Background setting should be taken care of on a higher
8610         level.
8611         (shr-tag-body): Use post-hoc colorizations.
8612         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8613         (shr-put-color-1): Don't overwrite old colors.
8614         (shr-colorize-region): When the background color isn't explicit, use
8615         a fixed background.
8616
8617         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8618         nnmail variables.
8619
8620 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8621
8622         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8623         unless necessary.
8624
8625 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8626
8627         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8628         server.
8629
8630 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631
8632         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8633         so that TAB works.
8634
8635         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8636         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8637
8638         * shr.el (shr-urlify): Show the URL before the title to avoid
8639         misleading URLs.
8640
8641 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8642
8643         * shr.el (shr-urlify): Display the title in <a> tags.
8644
8645 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8646
8647         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8648
8649 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8650
8651         * nnir.el: Rearrange code to allow macros to be autoloaded by
8652         gnus-sum.el.
8653         (nnir-retrieve-headers-override-function): Make this variable
8654         customizable.
8655         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8656
8657         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8658         from nnir.el.
8659
8660 2010-12-03  Julien Danjou  <julien@danjou.info>
8661
8662         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8663
8664 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8667         allow optional argument `environment'.
8668
8669 2010-12-03  Glenn Morris  <rgm@gnu.org>
8670
8671         * mm-extern.el (message-goto-body): Update declaration.
8672
8673 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * gnus-util.el (gnus-macroexpand-all): New function.
8676
8677         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8678         instead of macroexpand-all that is unavailable in XEmacs.
8679
8680 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8681
8682         * nnir.el (nnir-summary-line-format): New variable.
8683         (nnir-mode): Use it.
8684         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8685         (nnir-article-ids): Reimplement as defsubst.
8686         (nnir-retrieve-headers): Don't mangle the subject header.
8687         (nnir-run-imap): Use 100 as RSV score.
8688         (nnir-run-find-grep): Fix for full server searching.
8689         (nnir-run-gmane): Better restriction to gmane groups.
8690
8691         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8692         summary buffers.
8693
8694 2010-12-02  Julien Danjou  <julien@danjou.info>
8695
8696         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8697
8698         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8699
8700         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8701         support.
8702
8703 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8704
8705         * nnir.el: Update to handle the registry better.
8706         (autoload): Silence byte-compiler.
8707         (nnir-open-server): Add a hook for nnir groups.
8708         (nnir-request-move-article): Don't mangle the header.  Better to use
8709         formatting variables (which will be added in the future).
8710         (nnir-registry-action): Update the registry using the original article
8711         group name.
8712         (nnir-mode): Install nnir-specific hooks for updating the registry.
8713
8714         * gnus-sum.el
8715         (gnus-article-original-subject, gnus-newsgroup-original-name):
8716         Remove obsolete variables.
8717         (gnus-summary-move-article): Remove use of obsolete variables.
8718         (gnus-summary-local-variables): Make move and delete hooks local to
8719         summary buffers.
8720
8721 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8722
8723         * rtree.el: New file.
8724
8725 2010-12-01  Julien Danjou  <julien@danjou.info>
8726
8727         * message.el (message-user-organization): Do not use
8728         gnus-local-organization.
8729
8730         * gnus.el: Remove gnus-local-organization.
8731
8732         * gnus-msg.el: Remove nastygram thing.
8733
8734 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8735
8736         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8737         funcall.
8738
8739 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8742         names.
8743
8744         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8745         characters.
8746
8747         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8748         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8749         Suggested by Štěpán Němec <stepnem@gmail.com>.
8750         (gnus-gravatar-transform-address): Use mail-extract-address-components
8751         that supports non-ASCII names rather than mail-header-parse-addresses.
8752
8753 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * proto-stream.el (open-protocol-stream): All starttls connections are
8756         handled by the network handler.
8757
8758 2010-11-30  Julien Danjou  <julien@danjou.info>
8759
8760         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8761         (nnimap-open-connection-1): Fix PREAUTH.
8762
8763         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8764
8765 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8768         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8769         (shr-insert): Use them.
8770         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8771
8772 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8773
8774         * nnir.el (nnir-request-move-article): Bail out if original group
8775         doesn't support article moves.
8776         (nnir-get-active): Improve active list retrieval.
8777
8778 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8779
8780         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8781
8782 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8783
8784         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8785         seem to accept strings-with-numbers as port numbers.
8786
8787 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8788
8789         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8790         change the registry.
8791
8792 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8795         delete-dups that is not available in XEmacs 21.4.
8796
8797         * mm-util.el (mm-delete-duplicates): Add comment.
8798
8799 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8800
8801         * nnir.el (nnir-ignored-newsgroups): New variable.
8802         (nnir-get-active): Use it.
8803
8804 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * proto-stream.el (proto-stream-open-network): Add some comments.
8807
8808         * nntp.el (nntp-open-connection): Provide a :success condition.
8809
8810         * nnimap.el (nnimap-open-connection-1): Ditto.
8811
8812         * proto-stream.el (proto-stream-open-network): See what the response to
8813         the STARTTLS command is.
8814
8815         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8816         backwards compatibility).
8817         (nnimap-open-connection-1): Really respect nnimap-server-port.
8818
8819         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8820         TLS upgrades we don't really care about the identity of the peer.
8821         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8822         that what we've checked for.
8823         (proto-stream-always-use-starttls): Only default to t if
8824         open-gnutls-stream exists.
8825         (proto-stream-open-network): If STARTTLS failed, then just open a
8826         normal connection.
8827         (proto-stream-open-network): Wait until the greeting before doing
8828         STARTTLS.
8829
8830         * nntp.el (nntp-open-connection): Report what the connection error is.
8831
8832         * proto-stream.el (open-protocol-stream): Rename from
8833         open-proto-stream.
8834
8835 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8836
8837         * nnimap.el (nnimap-stream): Change default to `undecided'.
8838         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8839         first, and then network.
8840         (nnimap-open-connection-1): Respect nnimap-server-port.
8841         (nnimap-open-connection): Be more backwards-compatible.
8842
8843         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8844         (proto-stream-open-starttls): De-duplicate the starttls code.
8845         (proto-stream-open-starttls): Folded back into the main function.
8846         (proto-stream-open-network): Fix typo in the gnutls path.
8847         (proto-stream-command): Refactor out.
8848
8849         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8850
8851         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8852         starttls.el STARTTLS.
8853
8854         * color.el (color-lab->srgb): Fix function call name.
8855
8856         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8857         if we're using tls.el.
8858         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8859         built in, then don't try to establish a STARTTLS connection.
8860
8861         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8862         servers.
8863
8864         * proto-stream.el (open-proto-stream): Use network, not stream.
8865         (open-proto-stream): Add a way to specify what the end of a command is.
8866
8867         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8868         connections types.
8869         (nntp-open-network-stream): Remove.
8870         (nntp-open-ssl-stream): Remove.
8871         (nntp-open-tls-stream): Remove.
8872         (nntp-ssl-program): Remove.
8873
8874         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8875
8876 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8877
8878         * nnir.el: Fix typos.
8879         (nnir-retrieve-headers-override-function): Rename variable to reflect
8880         new semantics.
8881         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8882         macros.
8883         (nnir-request-article, nnir-request-move-article): Use them.
8884         (nnir-categorize): New function.
8885         (nnir-run-query): Use it.
8886         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8887         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8888         sorted.
8889         (nnir-group-full-name): Use gnus-group-full-name instead.
8890         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8891         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8892
8893 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8894
8895         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8896
8897         * proto-stream.el: New library to provide protocol-specific
8898         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8899         protocols.
8900         (open-proto-stream): Complete the documentation.
8901         (proto-stream-open-network): Fix some typos.
8902
8903         * nnimap.el (nnimap-open-connection): Use it.
8904
8905 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8906
8907         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8908         negotiation.
8909
8910 2010-11-26  Julien Danjou  <julien@danjou.info>
8911
8912         * color.el: Rename various rgb functions to srgb.
8913
8914 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8917         names.
8918
8919 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * shr.el (shr-insert): Revert last change.
8922         (shr-find-fill-point): Never leave point being at bol;
8923         relax the kinsoku limitation when rendering tables.
8924
8925 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926
8927         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8928         results from -accept-article.
8929
8930         * shr-color.el: Require cl when compiling.
8931
8932         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8933         checkin.
8934
8935         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8936
8937         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8938
8939         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8940         'add and 'delete to set backend marks.
8941
8942         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8943
8944         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8945
8946         * nntp.el (nntp-request-set-mark): Use it.
8947
8948         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8949
8950         * nnml.el (nnml-request-set-mark): Ditto.
8951
8952         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8953         introduces regressions in article selection.
8954         (nnimap-find-uid-response): New function.
8955         (nnimap-request-accept-article): Use the UID returned, if any.
8956         (nnimap-request-move-article): Use the UID returned, if any.
8957         (nnimap-get-groups): Reimplement to work with folded lines.
8958         (nnimap-find-uid-response): The UID is the last element in the list.
8959         (nnimap-request-set-mark): Extend syntax with 'set.
8960
8961         * nnml.el (nnml-request-set-mark): Ditto.
8962
8963         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8964
8965         * nntp.el (nntp-request-set-mark): Ditto.
8966
8967 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * message.el (message-called-interactively-p): A temporary macro.
8970         (message-goto-body): Use it temporarily.
8971
8972 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973
8974         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8975         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8976         (nnimap-last-response-string): Fix last unfolding fix.
8977
8978 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * shr.el (shr-insert): Fix the way to fold lines.
8981
8982 2010-11-25  Julien Danjou  <julien@danjou.info>
8983
8984         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8985
8986         * color.el: Rename from color-lab.el
8987         (color-rgb->hex): Add.
8988         (color-complement): Add.
8989         (color-complement-hex): Add.
8990
8991         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8992
8993 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * shr-color.el (shr-color-visible): Don't bug out if the color names
8996         don't exist.
8997
8998 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9001         assuming that article displaying or another mml-preview may be
9002         interrupted for an error or for the like.
9003
9004         * shr.el (shr-get-background): Fix argument name.
9005
9006 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9009
9010         * gnus-sum.el (gnus-summary-include-articles): New function.
9011
9012         * message.el (message-goto-body): called-interactively-p needs a
9013         parameter, so use `any'.
9014
9015         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9016         clear marks before moving, since they're synced from the Gnus side
9017         first.
9018
9019         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9020         (gnus-summary-move-article): Copy over all marks before moving, so that
9021         IMAP doesn't think a new article has arrived.
9022
9023 2010-11-24  Julien Danjou  <julien@danjou.info>
9024
9025         * shr.el (shr-insert-background-overlay): Fix typo.
9026         (shr-render-td): Copy the background before rendering.
9027
9028         * shr-color.el (shr-color-visible): Fix docstring.
9029
9030         * shr.el (shr-tag-table): Add bgcolor support.
9031         (shr-render-td): Add bgcolor support.
9032         (shr-get-background): Add.
9033         (shr-insert-foreground-overlay): Use shr-get-background.
9034
9035         * message.el (message-goto-body): Use called-interactively-p.
9036         (message-in-body-p): message-goto-body returns point.
9037
9038 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039
9040         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9041         Fixes something or other in Emacs 23, and is backwards compatible.
9042
9043         * message.el (message-goto-body): Remove the <#secure special-casing,
9044         which is too special.
9045
9046         * shr.el (shr-parse-style): Drop !important from styles.
9047
9048 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9049
9050         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9051         this function to return incorrect results when calling it with an
9052         explicit article argument different from
9053         (gnus-summary-article-number).
9054
9055 2010-11-24  Julien Danjou  <julien@danjou.info>
9056
9057         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9058         (shr-tag-body): Add background support.
9059         (shr-descend): Add background support.
9060         (shr-tag-title): Add.
9061
9062         * shr-color.el (shr-color-visible): Really return original background
9063         if fixed.
9064
9065 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9066
9067         * shr.el (shr-color-check): Protect against non-existent color names.
9068
9069 2010-11-24  Julien Danjou  <julien@danjou.info>
9070
9071         * color-lab.el: Require 'cl when compiling.
9072
9073         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9074
9075         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9076         matched part.
9077
9078         * color-lab.el: Fix all expt calls to use float type.
9079
9080 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9083         expression to shr-color-check as is.
9084
9085         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9086
9087         * color-lab.el: Add coding cookie.
9088         (float-pi): Use eval-and-compile.
9089
9090         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9091         compiled for Emacsen having no `libxml-parse-html-region' support.
9092
9093 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * shr.el (shr-insert-color-overlay): Split stuff like
9096         "#444444 !important" to find the real color.
9097         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9098         parse <font color="red"> entries.
9099
9100 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9101
9102         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9103         point when parsing headers.
9104
9105         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9106         is positioned properly when parsing headers.
9107
9108 2010-11-23  Julien Danjou  <julien@danjou.info>
9109
9110         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9111
9112         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9113
9114         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9115
9116         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9117         Use shr-color-hue-to-rgb.
9118         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9119
9120 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * shr.el (shr-color->hexadecimal): Autoload.
9123         (shr-descend): Add color to all tags.
9124
9125 2010-11-22  Julien Danjou  <julien@danjou.info>
9126
9127         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9128         shr-color->hexadecimal.
9129
9130         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9131         RGB() or HSL() color representation.
9132
9133         * shr.el (shr-tag-font): Add.
9134         (shr-tag-color-check): New function to get better colors.
9135         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9136         tag-span.
9137
9138         * shr-color.el: New file.
9139
9140         * color-lab.el: New file.
9141
9142         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9143
9144 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9145
9146         * nnir.el: Fix typo in comments.
9147         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9148         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9149
9150 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9153
9154         * nnimap.el (nnimap-get-capabilities): Refactor out.
9155         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9156
9157 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9158
9159         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9160         appearing when `mm-uu-hide-markers' is nil.
9161
9162 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * nnimap.el (nnimap-unselect-group): Make into its own function.
9165         (nnimap-request-rename-group): Unselect group before renaming.
9166         This had gotten lost somewhere.
9167         (nnimap-request-accept-article): Keep track of examined groups, and
9168         unselect the group before APPENDing to read-only groups.
9169         (nnimap-request-move-article): Clear flags before moving so that they
9170         can be re-set later.
9171
9172 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9175         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9176
9177 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-art.el (gnus-mime-display-single):
9180         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9181         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9182         parameter.
9183
9184 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9187         (shr-table-vertical-line): New variable.
9188         (shr-insert-table): Use it.
9189
9190 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * gnus-html.el (gnus-html-wash-images): Don't display images if
9193         gnus-inhibit-images is non-nil; register displayer for cid images.
9194         (gnus-html-display-image): Work for cid image.
9195         (gnus-html-insert-image): Allow arguments.
9196         (gnus-html-put-image): Inhibit read-only.
9197         (gnus-html-prefetch-images): Don't prefetch images if
9198         gnus-inhibit-images is non-nil.
9199
9200 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * shr.el (shr-put-image): Break lines when inserting big pictures.
9203
9204 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9205
9206         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9207         sender, thanks Katsumi Yamaoka.
9208
9209 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9210
9211         * nnir.el (nnir-run-imap): Reverse the article list for each group
9212         rather than the whole list.
9213
9214 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * shr.el (shr-image-displayer): Protect function against non-existent
9217         image source.
9218
9219         * gnus-art.el (gnus-inhibit-images): New user option.
9220         (gnus-mime-display-single): Don't display image if it is non-nil.
9221
9222         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9223         gnus-inhibit-images.
9224
9225         * shr.el (shr-image-displayer): New function.
9226         (shr-tag-img): Use it.
9227
9228 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9229
9230         * mml2015.el (mml2015-epg-sign): Use From header.
9231
9232 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9235
9236         * gnus-util.el (gnus-find-text-property-region): Return markers.
9237
9238         * shr.el (shr-tag-img): Put a displayer in the text property.
9239
9240         * gnus-util.el (gnus-find-text-property-region): New utility function.
9241
9242         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9243         (gnus-html-show-images): Remove.
9244
9245         * gnus-art.el (gnus-article-show-images): New, more general function.
9246
9247         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9248         image url text properties.
9249
9250         * shr.el: Ditto.
9251
9252         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9253         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9254
9255 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9258         work for two or more articles.
9259
9260 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9263         divide an image that's in an html article to two or more when washing
9264         non-ASCII characters in alt text of it.
9265
9266 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9269         smime-decrypt-region using function argument.
9270         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9271
9272         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9273
9274         * smime.el (smime-decrypt-region): Catch it.
9275
9276 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9277
9278         * smime.el (smime-mode-map): Move initialization into declaration.
9279         (gnus-run-mode-hooks): Don't autoload.
9280         (smime-mode): Use define-derived-mode.
9281
9282 2010-11-11  Glenn Morris  <rgm@gnu.org>
9283
9284         * smime.el (from): Restrict declaration to XEmacs.
9285
9286         * nnir.el (gnus-group-topic-name): Autoload.
9287
9288 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * shr.el (shr-insert): Don't break long line if it is because of
9291         kinsoku-bol characters in the line end.
9292
9293 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9294
9295         * nnir.el (nnir-request-move-article): Fix to provide original group
9296         and subject.
9297         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9298         been retrieved.
9299
9300         * gnus-sum.el (gnus-summary-move-article): Use original group and
9301         subject for virtual articles such as those in an nnir summary buffer.
9302
9303 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9306         least 21.5).
9307
9308         * smime.el (from): Declare it again for XEmacs.
9309
9310 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * message.el (message-resend): Don't disable encoding unless it's
9313         already encoded.
9314
9315         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9316         low-numbered articles.
9317
9318 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * rfc2047.el (rfc2047-syntax-table): Simplify.
9321
9322         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9323
9324         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9325         set-char-table-range for XEmacs.
9326
9327 2010-11-10  Glenn Morris  <rgm@gnu.org>
9328
9329         * time-date.el (time-to-seconds): Always an alias on Emacs,
9330         never a real function.
9331         (with-no-warnings): Remove compat stub, now unused.
9332         (time-less-p): Doc fix.
9333         (time-to-number-of-days): Simplify.
9334
9335         * smime.el (from): Remove unused declaration.
9336
9337         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9338         (gnus-float-time): On Emacs, always an alias.
9339
9340         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9341         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9342
9343 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * dgnushack.el: Don't use ignore-errors in the top level form since it
9346         is unavailable in XEmacs even if cl is loaded.
9347
9348         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9349
9350 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * shr.el (browse-url-mailto): Autoload.
9353
9354         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9355
9356         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9357         regexp doesn't need quoting.
9358
9359 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9360
9361         * message.el (message-subject-trailing-was-ask-regexp)
9362         (message-subject-trailing-was-regexp): Match was: in addition to was.
9363
9364 2010-11-09  Glenn Morris  <rgm@gnu.org>
9365
9366         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9367         (nnbabyl-check-mbox): Use point-at-bol.
9368
9369 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9372
9373         * message.el (message-mailto): New function.
9374         (message-mailto): Should accept other parameters.
9375         (message-mailto): Remove since it duplicates browse-url-mailto
9376         functionality.
9377
9378 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9381         methods.
9382         (gnus-read-active-file): Ditto.
9383
9384         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9385         ": " from the prompt.
9386         (gnus-group-make-group): Ditto.
9387
9388 2010-11-07  Glenn Morris  <rgm@gnu.org>
9389
9390         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9391         (gnus-bookmark-kill-line): Use point-at-eol.
9392
9393 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9396         asterisks in From header.
9397
9398 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399
9400         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9401         string to avoid making the From headers syntactically invalid.
9402
9403         * message.el (message-send-mail): Don't insert courtesy messages if the
9404         message already has List-Post and List-ID messages.
9405
9406 2010-11-06  Glenn Morris  <rgm@gnu.org>
9407
9408         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9409         `condition', `type', `length' a prefix.
9410         (gnus-treat-predicate): Update for above name changes.
9411
9412 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9413
9414         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9415         binding.  Handled by `gnus-summary-refer-thread' instead.
9416         (nnir-warp-to-article): New backend function.
9417
9418         * nnimap.el (nnimap-request-thread): Force dependency updating.
9419
9420         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9421         (gnus-summary-refer-thread): Rework to improve thread-referral.
9422
9423         * gnus-int.el (gnus-warp-to-article): New function.
9424
9425         * gnus-sum.el (gnus-summary-article-map): Bind it.
9426
9427 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9428
9429         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9430         gnus-summary-refer-thread.
9431
9432         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9433         headers.
9434         (gnus-summary-limit-include-thread): Prevent articles in thread from
9435         being cut in gnus-cut-threads.
9436         (gnus-summary-refer-thread): Limit retrieved headers to those in
9437         thread.
9438
9439 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * message.el (message-send-mail): Use the value of
9442         message-courtesy-message from the message buffer.
9443
9444         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9445
9446         * shr.el (shr-browse-url): Implement mailto: URLs.
9447
9448         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9449         "raw".
9450
9451         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9452         if it's already selected.
9453
9454         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9455
9456 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9459         to measure the length and truncate alt text.
9460
9461 2010-11-03  Glenn Morris  <rgm@gnu.org>
9462
9463         * nndiary.el (nndiary-generate-nov-databases-1)
9464         (nndiary-generate-active-info): Rename dynamic variable `files' to
9465         something less generic.
9466
9467 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9468
9469         * nnir.el (nnir-request-move-article): Call the underlying backend to
9470         move articles from nnir.
9471
9472 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9473
9474         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9475
9476 2010-11-02  Julien Danjou  <julien@danjou.info>
9477
9478         * nnir.el: Remove wais support.
9479
9480 2010-11-02  Glenn Morris  <rgm@gnu.org>
9481
9482         * gnus-html.el: Reorder requirements to quieten compiler.
9483
9484 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9487         properly for XEmacs as well.
9488         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9489         (gnus-article-natural-long-line-p): Use window-width rather than
9490         frame-width.
9491
9492 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9493
9494         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9495         (nnir-read-parms): Don't modify query.
9496         (nnir-run-query): Add ability to search topic on current line.
9497         (nnir-get-active): Clean up.
9498
9499 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9500
9501         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9502         degenerate articles.
9503
9504         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9505         (gnus-print-buffer): Just print the buffer as is, without any copying
9506         to a buffer and then re-highlighting.
9507
9508         * nnimap.el (nnimap-request-group): Store the new updated info.
9509         (nnimap-request-group): Select the group when we don't know whether it
9510         exists or not.
9511
9512         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9513         groups.
9514
9515         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9516         groups.
9517
9518         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9519         groups.
9520
9521         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9522         long-lines case by only filling the long lines.
9523
9524         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9525         (bug#7311).
9526
9527 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * shr.el: No need to declare `declare-function' since shr.el is for
9530         only Emacsen that provide `libxml-parse-html-region'.
9531
9532         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9533         effective only in a file it is referred to.
9534
9535 2010-11-01  Glenn Morris  <rgm@gnu.org>
9536
9537         * mm-util.el (gnus-completing-read): Autoload.
9538         (mm-read-coding-system): Simplify Emacs definition.
9539
9540         * nnmail.el (gnus-activate-group):
9541         * nnimap.el (gnutls-negotiate):
9542         * nntp.el (netrc-parse): Fix declarations.
9543
9544 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9547         string-match-p in Emacs >=23.
9548
9549         * gnus-msg.el (gnus-configure-posting-styles):
9550         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9551
9552 2010-11-01  Glenn Morris  <rgm@gnu.org>
9553
9554         * nnir.el (declare-function): Add compat stub.
9555         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9556         (nnir-run-gmane): Require 'mm-url.
9557
9558         * mm-util.el (mm-string-to-multibyte): Simplify.
9559
9560         * shr.el (declare-function): Add compat stub.
9561         (url-cache-create-filename): Declare.
9562         (mm-disable-multibyte, widget-convert-button): Autoload.
9563
9564         * smime.el (ldap-search): Declare.
9565         (smime-cert-by-ldap-1): Require ldap on Emacs.
9566
9567         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9568         (nnimap-keepalive): Use gnus-float-time.
9569
9570         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9571         (mail-source-delete-crash-box): Use gnus-float-time.
9572
9573         * gnus-dired.el (gnus-completing-read): Autoload.
9574
9575         * mm-view.el (gnus-rescale-image): Autoload.
9576
9577         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9578
9579         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9580
9581         * sieve-manage.el: Require 'cl when compiling.
9582
9583         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9584         (gnus-iswitchb-completing-read): Require iswitchb.
9585         (gnus-select-frame-set-input-focus): Silence compiler.
9586
9587 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * message.el (message-subject-trailing-was-query): Change default to t,
9590         since I think that's what most people want.
9591
9592         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9593         appending for easier debugging.
9594         (nnimap-wait-for-connection): Take a regexp.
9595         (nnimap-request-accept-article): Wait for the continuation line before
9596         sending anything unless we're streaming.
9597
9598         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9599         leave the header washing to take place.
9600
9601 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9602
9603         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9604         regular expression match and replace in posting styles.
9605
9606 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9607
9608         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9609         an entire server.
9610         (nnir-get-active): New function.
9611         (nnir-run-imap): Use it.
9612         (nnir-run-gmane): Who knew, gmane search returns an article score!
9613
9614         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9615         server on the current line with nnir.
9616
9617 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618
9619         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9620         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9621         left edge.
9622         (gnus-article-foldable-buffer): Skip past the prefix when determining
9623         raggedness.
9624
9625         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9626         the raw article, and change `C-u g' to show the article without doing
9627         treatments.
9628
9629         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9630         on to `gnus-treat-article'.
9631         (gnus-inhibit-article-treatments): New variable.
9632
9633         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9634
9635         * gnus-art.el (gnus-treatment-function-alist): Have
9636         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9637         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9638         sections.
9639
9640         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9641         parameter.
9642         (gnus-article-fill-cited-long-lines): New function.
9643         (gnus-article-fill-cited-article): Allow filling only long sections.
9644
9645         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9646         and non-punctuation (like after the apostrophe in "'We").
9647
9648         * gnus-sum.el (gnus-summary-select-article): Make sure
9649         gnus-original-article-buffer is alive.
9650
9651         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9652         reflect the order they're in in the digest.
9653
9654         * gnus.el (gnus-group-startup-message): Move point to the start of the
9655         buffer.
9656
9657         * nnimap.el (nnimap-capability): New function.
9658         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9659         is set.
9660
9661 2010-10-31  David Engster  <dengste@eml.cc>
9662
9663         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9664         conform with changes to gnus-completing-read.
9665
9666 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9667
9668         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9669
9670 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9671
9672         * nnir.el: Move defvar, defcustom around to keep file organized
9673         and keep byte-compiler quiet.
9674         (nnir-read-parms): Accept search-engine as arg.
9675         (nnir-run-query): Pass search-engine as arg.
9676         (nnir-search-engine): Remove.
9677
9678 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * shr.el (shr-generic): The text nodes should be text, not :text.
9681
9682         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9683         later in the file.
9684
9685 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9686
9687         * nnir.el: General clean up.  Allow searching with multiple engines.
9688         Allow separate extra-parameters for each engine.
9689         Batch queries when possible.
9690         (nnir-imap-default-search-key, nnir-method-default-engines):
9691         Add customize interface.
9692         (nnir-run-gmane): New engine.
9693         (nnir-engines): Use it.  Qualify all prompts with engine name.
9694         (nnir-search-engine): Remove global variable.
9695         (nnir-run-hyrex): Restore for now.
9696         (nnir-extra-parms, nnir-search-history): New variables.
9697         (gnus-group-make-nnir-group): Use them.
9698         (nnir-group-server): Remove in favor of gnus-group-server.
9699         (nnir-request-group): Avoid searching twice.
9700         (nnir-sort-groups-by-server): New function.
9701
9702 2010-10-30  Julien Danjou  <julien@danjou.info>
9703
9704         * gnus-group.el: Remove gnus-group-fetch-control.
9705
9706         * gnus-start.el (gnus-find-new-newsgroups):
9707         Remove gnus-check-first-time-used.
9708
9709         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9710
9711 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9712
9713         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9714         set on groups that don't have \* permanentflags.
9715
9716 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9717
9718         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9719         control the background color.
9720         (shr-tag-img): Ignore very small web bug type images.
9721         (shr-put-image): Add help-echo alt texts to the images.
9722         (shr-tag-video): Show the video poster image.
9723
9724 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9725
9726         * shr.el (shr-table-depth): New variable.
9727         (shr-tag-table-1): Only insert the images after the top-level table.
9728
9729         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9730
9731         * gnus-util.el (gnus-list-memq-of-list): New function.
9732
9733         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9734         selected.
9735         (nnimap-unsplittable-articles): New slot.
9736         (nnimap-new-articles): Use it.
9737
9738 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9739
9740         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9741         move to the previous line on `M-g'.
9742
9743 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9746         *-request-group, which seems unnecessary.
9747
9748         * nnimap.el (nnimap-quote-specials): Function copied over from
9749         imap.el.
9750         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9751         they support that.  Suggested by Tom Regner.
9752
9753 2010-10-29  Julien Danjou  <julien@danjou.info>
9754
9755         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9756         defalias.
9757         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9758
9759         * gnus.el: Remove `gnus-nntp-service' variable.
9760         (gnus-secondary-servers): Make obsolete.
9761         (gnus-nntp-server): Make obsolete.
9762
9763         * gnus-start.el (gnus-1): Remove x-splash calls.
9764
9765         * gnus-ems.el (gnus-x-splash): Remove.
9766
9767         * gnus.el (gnus-group-startup-message): Simplify/update code.
9768
9769         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9770         definition.
9771
9772         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9773         capability before doing anything.
9774         (gnus-group-insert-group-line): Remove useless
9775         gnus-group-remove-excess-properties.
9776
9777 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9780
9781 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9784         config after reselecting.
9785
9786 2010-10-28  Julien Danjou  <julien@danjou.info>
9787
9788         * shr.el (shr-put-image): Use point even if only inserting text.
9789         (shr-put-image): Save excursion when inserting alt text on non-graphic
9790         display, so the behavior is the same when we are on a graphic display.
9791
9792         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9793
9794 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9797         (gnus-mime-copy-part): Check coding system, not charset.
9798         (gnus-mime-view-part-externally): Never remove part.
9799         (gnus-mime-view-part-internally): Don't remove part here.
9800         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9801         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9802         multipart/alternative.
9803
9804         * mm-decode.el (mm-display-part): Take optional arg `force'.
9805
9806 2010-10-26  Julien Danjou  <julien@danjou.info>
9807
9808         * gnus-group.el (gnus-group-default-list-level): Add this function to
9809         compute the default list level.
9810         (gnus-group-default-list-level): Add possibility to use a function.
9811
9812 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9815
9816         * gnus-group.el (gnus-group-completing-read)
9817         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9818         gnus-replace-in-string.
9819
9820 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * shr.el (shr-tag-div): Add.
9823
9824         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9825
9826 2010-10-25  Julien Danjou  <julien@danjou.info>
9827
9828         * gnus-util.el: Remove `gnus-with-local-quit'.
9829
9830         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9831
9832 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9835         the original article buffer.
9836
9837 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * nnimap.el (nnimap-request-head): New function.
9840         (nnimap-request-move-article): Try to be slightly faster by not
9841         requesting the entire message when moving.
9842         (nnimap-transform-headers): Don't bug out on bodiless articles.
9843         (nnimap-send-command): Have no outstanding messages if the IMAP server
9844         doesn't support streaming.
9845         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9846
9847 2010-10-24  Julien Danjou  <julien@danjou.info>
9848
9849         * message.el (message-default-headers): Fix type.
9850
9851 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9852
9853         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9854         prefetching images.
9855
9856         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9857         backend for unknown groups.  This is mainly useful for nnimap groups.
9858
9859         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9860         group isn't covered by the agent.
9861
9862 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9863
9864         * nnir.el (nnir-method-default-engines): New variable.
9865         (nnir-run-query): Use it.
9866         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9867         (gnus-summary-nnir-goto-thread): Change group if needed.
9868
9869         * gnus-group.el (gnus-group-group-map): Add key binding for
9870         gnus-group-make-nnir-group.
9871
9872 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9873
9874         * shr.el (shr-tag-object): Add.
9875
9876         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9877         original article buffer live.
9878         (gnus-summary-select-article-buffer):
9879         Mention gnus-widen-article-buffer.
9880
9881 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * shr.el (shr-tag-strong): Add.
9884
9885 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9886
9887         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9888         group names.  They mess up the group buffer badly.
9889
9890         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9891
9892         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9893         instead of the summary one.
9894
9895 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * mml.el (mml-preview): Work properly when editing article.
9898
9899         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9900         gnus-have-read-active-file if it's already been in.
9901
9902 2010-10-22  Tom Tromey  <tromey@redhat.com>
9903
9904         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9905         gnus-group-completing-read.
9906
9907 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * message.el (message-mode-map): Don't bind M-; to comment region, to
9910         allow the global comment-dwim to work.
9911
9912 2010-10-21  Julien Danjou  <julien@danjou.info>
9913
9914         * message.el (message-setup-1): Allow message-default-headers to be a
9915         function.
9916
9917 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * shr.el (shr-tag-table): Simplify.
9920
9921 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9924         to avoid trying to snarf invalid stuff.
9925
9926         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9927
9928         * gnus.el (gnus-message-archive-group): Quote value.
9929         (gnus-message-archive-group): Mark as changed.
9930
9931         * shr.el (shr-add-font): Don't put the font properties on the newline
9932         or the indentation.
9933
9934         * message.el (message-fix-before-sending): Change options when sending
9935         non-printable characters.
9936
9937         * gnus.el (gnus-message-archive-method): Change the default to
9938         monthly outgoing groups.
9939
9940         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9941         that have gotten new numbers.
9942
9943         * nnimap.el (nnimap-request-replace-article): New function.
9944
9945 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9948         (nnrss-request-article): Don't use special html washing code.
9949
9950 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * shr.el (shr-tag-table): Remove useless nconc.
9953
9954 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9955
9956         * gnus-art.el (article-wash-html): Simplify and remove the charset
9957         stuff.  Use the normal html rendering code instead of the special html
9958         washing code.
9959
9960         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9961         `gnus-w3m' symbols.
9962         (mm-text-html-washer-alist): Remove.
9963
9964         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9965         (mm-inline-media-tests): Remove use.
9966         (mm-text-html-renderer): Change default to the `shr' symbol.
9967
9968         * mm-view.el (mm-inline-text-html): Remove use.
9969
9970         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9971         `gnus-blocked-images' to be a function.
9972         (gnus-article-wash-function): Remove.
9973
9974 2010-10-20  Julien Danjou  <julien@danjou.info>
9975
9976         * spam.el (spam-list-of-processors): Mark as obsolete.
9977
9978         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9979         (nnimap-insert-partial-structure): Fix boundary detection.
9980
9981 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9982
9983         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9984         run file-truename on remote files.  This can be expensive and even
9985         prevent one from editing drafts if some unrelated buffer has a stale
9986         connection.
9987
9988 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9991         kinsoku-eol regardless of shr-kinsoku-shorten.
9992         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9993         (shr-tag-table): Support caption, thead, and tfoot.
9994
9995 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9998         lines.
9999         (shr-save-contents): New command and keystroke.
10000
10001         * nndoc.el (nndoc-type-alist): Add git support.
10002         (nndoc-git-type-p): New function.
10003         (nndoc-transform-git-article): Ditto.
10004         (nndoc-transform-git-headers): Ditto.
10005         (nndoc-transform-git-headers): Generate Subject headers.
10006
10007         * shr.el (shr-parse-style): New function.
10008         (shr-tag-span): Ditto.
10009
10010         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10011         to `G G' to avoid collisions.
10012
10013 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * shr.el: Load kinsoku if necessary.
10016         (shr-kinsoku-shorten): New internal variable.
10017         (shr-find-fill-point): Make kinsoku shorten text line if
10018         shr-kinsoku-shorten is bound to non-nil.
10019         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10020         shr-indentation too when testing if table is wider than frame width.
10021         (shr-insert-table): Use `string-width' instead of `length' to measure
10022         text width.
10023         (shr-insert-table-ruler): Make sure indentation is done at bol.
10024
10025 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10026
10027         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10028         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10029         undecoded network data.
10030
10031 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10034         name in the mode line spec so that the mode line menu works
10035         (bug#2431).
10036
10037         * message.el (message-get-reply-headers): If we're fed `to-address',
10038         then always use that.
10039
10040         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10041         aren't so wide as to need to switch off the edit menu.
10042
10043         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10044         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10045
10046         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10047         `M-g'.
10048         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10049         the permanent marks.
10050
10051 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10052
10053         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10054         Splitting according to references/in-reply-to obeys the ignore-groups
10055         variable, while splitting by sender and subject do not.
10056
10057 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10058
10059         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10060         alist, so that we can look for non-Unicode chars.
10061         (article-translate-strings): Allow both character and string maps.
10062
10063 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * shr.el (shr-insert): Don't insert space behind a wide character
10066         categorized as kinsoku-bol, or between characters both categorized as
10067         nospace.
10068
10069 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10070
10071         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10072         headers to gnus-newsgroup-headers.
10073
10074 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10075
10076         * shr.el (shr-tag-img): Don't align images -- since we're not
10077         rescaling, this often leads to ugly displays.
10078
10079 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10080
10081         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10082         duplicates.
10083
10084 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10085
10086         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10087         call.
10088
10089 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * gnus.el: Autoload gnus-html-show-images.
10092
10093         * nnimap.el: Use nnheader-message throughout.
10094
10095         * shr.el (shr-tag-img): Ignore images with no data.
10096
10097 2010-10-15  Julien Danjou  <julien@danjou.info>
10098
10099         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10100         a possibility to disable format=flow encoding when using hard newlines.
10101
10102 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * shr.el (shr-insert): Remove space inserted before or after a
10105         breakable character or at the beginning or the end of a line.
10106         (shr-find-fill-point): Do kinsoku; find the second best point or give
10107         it up if there's no breakable point.
10108
10109 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10110
10111         * nnimap.el (nnimap-open-connection): Message when opening connection
10112         for debugging purposes.
10113
10114         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10115         on every setup buffer call to allow this to change from article to
10116         article.
10117
10118         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10119         buffers where we have a wide table.
10120
10121 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10122
10123         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10124         uses *-request-thread.
10125
10126 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10129         incantation, which is no longer valid.
10130
10131 2010-10-14  Julien Danjou  <julien@danjou.info>
10132
10133         * shr.el: Fix defcustom type (char -> character).
10134
10135 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10136
10137         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10138         programs.
10139
10140 2010-10-14  Julien Danjou  <julien@danjou.info>
10141
10142         * shr.el (shr-tag-a): Use url-link as widget type.
10143
10144         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10145         `gnus-group-get-icon'.
10146
10147 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10150         This should make server editing work better.
10151
10152         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10153
10154         * tls.el (tls-program): Remove spurious %s from openssl.
10155
10156         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10157         (nnimap-parse-flags): Fix regexp.
10158
10159         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10160         probably work for CJVK text, too.
10161
10162         * nnimap.el (nnimap-extend-tls-programs): Remove.
10163         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10164
10165         * tls.el (tls-starttls-switches): Remove starttls hack.
10166         (open-tls-stream): Ditto.
10167         (tls-find-starttls-argument): Ditto.
10168
10169 2010-10-13  Julien Danjou  <julien@danjou.info>
10170
10171         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10172         responses.
10173
10174 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10175
10176         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10177
10178         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10179         anything in Emacs.
10180
10181         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10182
10183 2010-10-13  Julien Danjou  <julien@danjou.info>
10184
10185         * shr.el (shr-width): Make shr-width a defcustom with default to
10186         fill-column.
10187         (shr-tag-img): Use shr-width rather than fill-column.
10188
10189 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * dgnushack.el (byte-optimize-apply):
10192         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10193
10194         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10195         position when (X-)Faces exist.
10196         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10197         avatars when called interactively.
10198
10199 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10202         gnus-article-x-face-too-ugly is bound.
10203
10204 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10205
10206         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10207
10208         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10209         mailbox that doesn't exist.
10210
10211 2010-10-12  Julien Danjou  <julien@danjou.info>
10212
10213         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10214         (shr-get-image-data): Encode URL properly when fetching from cache.
10215         (shr-tag-img): Use aligned-to spaces to align correctly images.
10216
10217         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10218         before inserting the Gravatar.
10219
10220         * shr.el (shr-tag-img): Add align attribute support for <img>.
10221
10222 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10223
10224         * gnus-gravatar.el (gnus-art): Require.
10225
10226         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10227         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10228         Remove long obsoleted functions.
10229
10230 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10233
10234         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10235
10236         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10237         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10238         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10239         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10240         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10241         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10242         * sieve-manage.el, smime.el, spam.el:
10243         Fix comment for declare-function.
10244
10245 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10246
10247         * nnimap.el (nnimap-request-rename-group): Select group read-only
10248         before renaming it.
10249
10250         * shr.el (shr-insert): Fix up the white space only regexp.
10251
10252         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10253         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10254
10255         * shr.el (shr-current-column): New function.
10256         (shr-find-fill-point): New function.
10257
10258 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10259
10260         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10261         numbers.
10262
10263 2010-10-11  Julien Danjou  <julien@danjou.info>
10264
10265         * shr.el (shr-hr-line): Add.
10266         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10267         display hr lines.
10268         (shr-max-columns): Do not change state to nil if we just inserting
10269         spaces.
10270
10271 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272
10273         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10274         select the last group.
10275
10276 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10277
10278         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10279
10280 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10281
10282         * dig.el (dig-mode-map): Declare and define in one step.
10283
10284 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10287         for Gnus.
10288         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10289         (nnimap-update-qresync-info): Mark \Seen articles as read.
10290
10291         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10292         non-variable, too.
10293
10294         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10295         available.
10296         (nnimap-update-info): Rely more on the current active than the param
10297         active to avoid marking articles as read too much.
10298
10299         * auth-source.el (auth-source-create): Use (user-login-name) for the
10300         user name default.
10301
10302         * nnimap.el (nnimap-update-info): If the server doesn't return any
10303         useful info, just use the previous info.
10304         (nnimap-update-info): Prefer old info over start-article.
10305         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10306
10307 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10308
10309         * nnir.el (autoload): Clean up autoloads.
10310         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10311         Use key rather than value.
10312         (nnir-imap-search-other): New variable.
10313         (nnir-read-parm): Use it.
10314         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10315         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10316
10317 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10318
10319         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10320         the process, too.
10321
10322 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10323
10324         * spam.el (gnus-summary-mode-map): Bind to "$".
10325         Suggested by Russ Allbery.
10326
10327         * shr.el: Rework the way things are indented by <li> slightly.
10328
10329         * gnus.el (gnus-group-set-parameter): Fix typo.
10330
10331         * nnimap.el: Start implementing QRESYNC support.
10332
10333 2010-10-09  Julien Danjou  <julien@danjou.info>
10334
10335         * nnir.el (nnir-engines): Fix too many arguments.
10336
10337 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10338
10339         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10340         group is the "last", so that the backends like nnfolder actually save
10341         their folders.
10342
10343         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10344         try to use that for the tls stream.
10345         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10346         UIDVALIDITY and find out which groups are read-only and not.
10347         (nnimap-get-flags): Use the same marks parsing code as the rest of
10348         nnimap.
10349
10350 2010-10-09  Julien Danjou  <julien@danjou.info>
10351
10352         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10353
10354         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10355         retrieving gravatars.
10356
10357         * shr.el (shr-table-corner): Add.
10358         (shr-table-line): Add.
10359         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10360
10361 2010-10-08  Julien Danjou  <julien@danjou.info>
10362
10363         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10364
10365 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10366
10367         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10368
10369         * gnus-sum.el (gnus-mark-article-as-unread)
10370         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10371         (gnus-summary-set-bookmark): Use it.
10372
10373         * gnus-msg.el (gnus-setup-message): Use it.
10374
10375         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10376
10377         * gnus.el (gnus-group-remove-parameter): Use it.
10378
10379         * gnus-group.el (gnus-group-make-web-group): Use it.
10380
10381         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10382
10383         * nnregistry.el: Update docs to mention manual.
10384
10385         * gnus-registry.el: Update docs to mention nnregistry.el.
10386         (gnus-registry-initialize): Don't install nnregistry refer method
10387         automatically.
10388         (gnus-registry-install-nnregistry): Remove it.
10389
10390 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * shr.el (shr-insert): Don't insert double spaces.
10393
10394 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-gravatar.el (gnus-treat-from-gravatar)
10397         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10398         called interactively.
10399
10400         * gnus-art.el (gnus-mime-view-part-externally)
10401         (gnus-mime-view-part-internally): Make predicate function passed to
10402         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10403         of a mime type.
10404
10405         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10406
10407 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * shr.el (require): Require cl when compiling.
10410         (shr-tag-hr): New function.
10411
10412         * nnimap.el (nnimap-update-info): Remove double setting of high.
10413         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10414         This makes nnimap work properly on Courier again.
10415
10416         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10417         the variable for backwards compatibility.
10418
10419         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10420         the file name before using to avoid setting mm-default-directory to
10421         nil.
10422
10423         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10424         bidning gnus-agent variables.
10425
10426         * shr.el (shr-render-td): Use a cache for the table rendering function
10427         to avoid getting an exponential rendering behavior in nested tables.
10428         (shr-insert): Rework the line-breaking algorithm.
10429         (shr-insert): Don't leave trailing spaces.
10430         (shr-insert-table): Also insert empty TDs.
10431         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10432
10433 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10434
10435         * gnus-sum.el (gnus-number): Rename from `number'.
10436         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10437         (gnus-summary-limit-children): Update uses correspondingly.
10438
10439 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10442         (gnus-gravatar-transform-address): Don't show avatars of people of
10443         which mail addresses match gnus-gravatar-too-ugly.
10444
10445 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446
10447         * shr.el (shr-table-widths): Expand TD elements to fill available
10448         space.
10449
10450 2010-10-07  Julien Danjou  <julien@danjou.info>
10451
10452         * nnimap.el (nnimap-request-rename-group): Add this method.
10453
10454 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10457         name from XEmacs' function-arglist.
10458
10459         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10460         gravatar under XEmacs.
10461
10462 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10463
10464         * auth-source.el: Update docs with TODO items.
10465
10466         * gnus-sync.el: Update docs to explain state and plans.
10467
10468         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10469         Hooks for mark updates.
10470         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10471
10472         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10473         hooks with arguments, which is needed for mark update hooks.
10474
10475 2010-10-06  Julien Danjou  <julien@danjou.info>
10476
10477         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10478         was matched.
10479
10480         * sieve-manage.el: Update example in `Commentary'.
10481
10482         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10483
10484         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10485         not 2000.
10486         (sieve-manage-authenticate): Re-add function.
10487
10488 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10489
10490         * shr.el (shr-insert): Get 'space transition right.
10491         (shr-render-td): Only delete space at the end of the TD.
10492
10493         * nnimap.el (nnimap-open-connection): Prepare to support
10494         open-gnutls-stream.
10495
10496         * shr.el: Rearrange function order to be more logical.
10497
10498 2010-10-06  Julien Danjou  <julien@danjou.info>
10499
10500         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10501         (nnrss-discover-feed): Remove 404 URL in docstring.
10502
10503         * nnir.el: Fix Swish-E URL.
10504         Fix Namazu URL.
10505
10506         * message.el (message-change-subject): Remove 404 URL in a comment.
10507
10508 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10511         called interactively.
10512
10513         * gnus-util.el (gnus-remove-if): Allow hash table.
10514         (gnus-remove-if-not): New function.
10515
10516         * gnus-art.el (gnus-mime-view-part-as-type):
10517         * gnus-score.el (gnus-summary-score-effect):
10518         * gnus-sum.el (gnus-read-move-group-name):
10519         Replace remove-if-not with gnus-remove-if-not.
10520
10521         * gnus-group.el (gnus-group-completing-read):
10522         Regard collection as a hash table if it is not a list.
10523
10524 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525
10526         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10527
10528         * shr.el: Document the table-rendering algorithm.
10529
10530 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10533         for Emacsen having no `libxml-parse-html-region' support.
10534
10535 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10536
10537         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10538         invalid URLs.
10539
10540         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10541         line-broken.
10542         (shr-tag-img): Ignore image fetching errors.
10543         (shr-overlays-in-region): Compute overlay positions correctly.
10544
10545         * mm-decode.el (mm-shr): Require shr.
10546
10547         * gnus-art.el (gnus-blocked-images): Move variable here.
10548
10549         * shr.el (shr-insert-table): Bind free variable.
10550
10551         * mm-decode.el (mm-shr): Bind shr-content-function.
10552
10553         * shr.el (shr-content-function): New variable.
10554
10555         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10556         added for symmetry.
10557
10558         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10559
10560         * gnus-group.el (gnus-group-make-group): Doc fix.
10561
10562         * nnimap.el (nnimap-request-newgroups): Return success.
10563
10564         * shr.el (shr-find-elements): New function.
10565         (shr-tag-table): Put all the images after the table.
10566         (shr-tag-table): Really inhibit images inside the table.
10567         (shr-collect-overlays): Copy over overlays from the TD elements to the
10568         main document.
10569
10570         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10571         gnus-blocked-images.
10572
10573 2010-10-05  Julien Danjou  <julien@danjou.info>
10574
10575         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10576
10577         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10578         (gnus-html-maximum-image-size): Add this function.
10579         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10580
10581         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10582         server-value of the capability is nil.
10583
10584 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10585
10586         * shr.el (shr-tag-em): Add <EM> tag.
10587
10588 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10589
10590         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10591         customizable.
10592
10593         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10594         handing broken links to browse-url.
10595
10596 2010-10-05  Julien Danjou  <julien@danjou.info>
10597
10598         * gnus-util.el (gnus-emacs-completing-read)
10599         (gnus-iswitchb-completing-read): Use autoload rather than require.
10600
10601 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10604         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10605         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10606         iswitchb-temp-buflist for XEmacs.
10607
10608         * gnus-util.el (gnus-completing-read-function): Exclude
10609         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10610         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10611         XEmacs.
10612
10613         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10614         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10615
10616         * gnus-html.el: Don't require help-fns under XEmacs.
10617         (gnus-html-schedule-image-fetching): Work for XEmacs.
10618
10619         * mm-decode.el (mm-shr): Decode contents by charset.
10620
10621 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10624         unknown.
10625
10626         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10627         (shr-get-image-data): Ensure against the cache file missing.
10628
10629         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10630         for data.
10631
10632         * spam-report.el (spam-report-url-ping-plain): Don't query about
10633         killing the process.
10634
10635         * shr.el (shr-render-td): Protect against too-wide text.
10636
10637 2010-10-04  Julien Danjou  <julien@danjou.info>
10638
10639         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10640         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10641
10642         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10643         retrieved.
10644
10645 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * shr.el (browse-url): Require.
10648         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10649         lines.
10650         (shr-show-alt-text, shr-browse-image): New commands.
10651         (shr-browse-url, shr-copy-url): New commands.
10652
10653         * gnus-sum.el (gnus-widen-article-window): New variable.
10654         (gnus-summary-select-article-buffer): Use it.
10655
10656         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10657         without @ signs.
10658
10659 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10660
10661         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10662
10663 2010-10-04  Julien Danjou  <julien@danjou.info>
10664
10665         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10666         for XEmacs.
10667
10668 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10669
10670         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10671
10672         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10673         (nnimap-close-server): Implement.
10674
10675         * dgnushack.el (iswitchb): Require to shut up the compiler.
10676
10677         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10678         (shr-insert): Tweak line breaking.
10679         (shr-insert): Handle <pre> better.
10680         (shr-tag-li): Get <li> indentation right.
10681         (shr-tag-li): Get <li> indentation even righter.
10682         (shr-tag-blockquote): Ensure paragraph start.
10683         (shr-make-table): Tweak table generation.
10684         (shr-make-table): Fix typo.
10685
10686         * shr.el: Implement table rendering.
10687
10688 2010-10-04  Julien Danjou  <julien@danjou.info>
10689
10690         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10691
10692 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693
10694         * shr.el (shr-insert): Use string anchors instead of line anchors.
10695
10696 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * shr.el: Add headings.
10699         (shr-ensure-paragraph): Actually work.
10700         (shr-tag-li): Make <ul> prettier.
10701         (shr-insert): Get white space at the beginning/end of elements right.
10702         (shr-tag-p): Collapse subsequent <p>s.
10703         (shr-ensure-paragraph): Don't insert double line feeds after blank
10704         lines.
10705         (shr-insert): \t is also space.
10706         (shr-tag-s): Fix "s" tag name function.
10707         (shr-tag-s): Fix face prop name.
10708
10709 2010-10-03  Julien Danjou  <julien@danjou.info>
10710
10711         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10712
10713         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10714         gnus-window-inside-pixel-edges.
10715
10716         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10717         gnus-ems.
10718
10719         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10720
10721         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10722         function.
10723
10724         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10725         resize choice.
10726
10727 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10730         beginning of the buffer.
10731
10732         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10733         article buffer again.
10734
10735         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10736
10737         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10738         when it's at the start of the buffer.
10739
10740         * shr.el (shr-tag-blockquote): Convert name.
10741         (shr-rescale-image): Use the right image-size variant.
10742
10743         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10744         buffer isn't shown, then select the current article first instead of
10745         bugging out.
10746         (gnus-summary-select-article-buffer): Show both the article and summary
10747         buffers again.
10748
10749         * shr.el (shr-fontize-cont): Protect against regions with no text.
10750         Rename tag functions to shr-tag-* for enhanced security.
10751         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10752
10753 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10754
10755         * shr.el (shr-insert):
10756         * pop3.el (pop3-movemail):
10757         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10758         loaded.
10759
10760 2010-10-03  Glenn Morris  <rgm@gnu.org>
10761
10762         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10763
10764         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10765
10766         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10767
10768         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10769
10770         * gnus-util.el (gnus-make-local-hook): Simplify.
10771
10772 2010-10-02  Julien Danjou  <julien@danjou.info>
10773
10774         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10775         (gnus-ido-completing-read): New function.
10776         (gnus-emacs-completing-read): New function.
10777         (gnus-completing-read): Use gnus-completing-read-function.
10778         Add gnus-completing-read-function.
10779
10780 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * shr.el (shr-insert-document): Autoload.
10783         (shr-img): Be silent.
10784         (shr-insert): Add a newline after every picture before text.
10785         (shr-add-font): Use overlays for combining faces.
10786         (shr-insert): Pass upwards the text start point.
10787
10788         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10789         possible.
10790         (mm-shr): New function.
10791
10792 2010-10-02  Julien Danjou  <julien@danjou.info>
10793
10794         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10795         should go backward.
10796
10797 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10798
10799         * shr.el (shr): Fix typo in provide call.
10800
10801 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10802
10803         * shr.el: New file.
10804
10805         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10806
10807         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10808         completing read.
10809
10810 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10811
10812         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10813         we're being queried about.  Suggested by Dan Jacobson.
10814
10815         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10816         Suggested by Jason Eisner.
10817
10818         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10819         table, too.  Suggested by Stefan Wiens.
10820         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10821         the table unnecessary.  Suggested by Stefan Wiens.
10822
10823         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10824         longer needed, and probably doesn't work either, as pointed out by
10825         Stefan Wiens.
10826         (gnus-summary-exit): Remove call to the clearing function.
10827         (gnus-summary-exit-no-update): Ditto.
10828
10829         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10830         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10831         Reported by Stefan Monnier.
10832         (gnus-summary-save-in-rmail): Ditto.
10833
10834         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10835         article buffer, instead of both the article buffer and the summary
10836         buffer.  Sort of suggested by Dan Jacobson.
10837
10838         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10839
10840         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10841         Suggested by Dan Jacobson.
10842
10843         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10844         documentation clearer.
10845
10846         * message.el (message-shorten-references): Comment on the number "21".
10847         Suggested by Stefan Monnier.
10848
10849         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10850         Suggested by Dan Jacobson.
10851
10852         * gnus.el (gnus-large-newsgroup):
10853         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10854
10855         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10856         externalize attachments.  Bug reported by Steve Wen.
10857
10858         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10859         really message anything to the user.
10860
10861         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10862         directly.
10863
10864         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10865         messages in empty groups.
10866
10867 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10868
10869         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10870         non-UIDNEXT group.
10871
10872 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10873
10874         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10875         not the value from the collection.
10876
10877         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10878         values.  This sometimes happens on some groups that have no info.
10879         (nnimap-request-newgroups): New function.
10880
10881 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10882
10883         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10884         check into `gnus-registry-initialize'.
10885         (gnus-registry-initialize): Ditto.
10886         Fix and extend header docs.
10887
10888 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889
10890         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10891         regexp backtrace overflows.
10892
10893         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10894         for starttls that tls.el implements; i.e. openssl.
10895
10896         * tls.el (tls-starttls-switches): Give up on using starttls with
10897         gnutls-cli.
10898         (tls-program): Add --insecure to be consistent with the defaults from
10899         openssl s_client.  Now all three commands are insecure.
10900
10901 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * lpath.el: Bind completion-styles-alist for XEmacs.
10904
10905         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10906         (gravatar-create-image): New function that's an alias to
10907         gnus-xmas-create-image, gnus-create-image, or create-image.
10908         (gravatar-data->image): Use it.
10909
10910 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10911
10912         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10913         install the nnregistry refer method.
10914         (gnus-registry-install-hooks): Use it.
10915         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10916         unfollowed groups.
10917
10918 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10919
10920         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10921         expanding threads.
10922
10923 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924
10925         * nnir.el: Use the server names without suffixes (bug#7009).
10926
10927         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10928         unencrypted to STARTTLS, if possible.
10929
10930 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10931
10932         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10933         headers before superseding.
10934
10935 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * nnrss.el (nnrss-use-local): Add documentation.
10938
10939         * nnimap.el (nnimap-extend-tls-programs): New function.
10940         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10941         (nnimap-wait-for-connection): Accept the greeting from the stupid
10942         output from openssl s_client -starttls, too.
10943
10944         * tls.el (tls-starttls-switches): New variable.
10945         (tls-find-starttls-argument): Use it.
10946         (open-tls-stream): Ditto.
10947
10948         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10949         (netrc-machine): Ditto.
10950
10951         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10952         article number.
10953         (nnimap-split-fancy): New variable.
10954         (nnimap-split-incoming-mail): Use it.
10955
10956         * nntp.el (nntp-server-list-active-group): Document.
10957
10958         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10959         SELECT to get the message-id.
10960
10961         * mail-source.el (mail-sources): Remove webmail support.
10962         (defvar): Ditto.
10963         (mail-source-fetcher-alist): Ditto.
10964         (mail-source-fetch-webmail): Remove.
10965
10966         * webmail.el: Remove -- doesn't seem relevant any more.
10967
10968         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10969
10970         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10971         the \r.
10972
10973 2010-09-30  Julien Danjou  <julien@danjou.info>
10974
10975         * gnus-agent.el (gnus-agent-add-group): Fix call to
10976         gnus-completing-read.
10977
10978 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * nndoc.el (nndoc-retrieve-groups): New function.
10981
10982         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10983         `default', use nnmail-split-methods.
10984         (nnimap-request-article): Downcase the NILs so that they are nil.
10985
10986         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10987         symbol.
10988
10989         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10990         code, since if the user has requested network, that's what they ought
10991         to get.
10992         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10993         (nnimap-split-rule): Mark as obsolete.
10994
10995         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10996         New variable.
10997
10998         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10999         correct slot, too.
11000
11001 2010-09-29  Julien Danjou  <julien@danjou.info>
11002
11003         * gnus.el (gnus-local-domain): Declare variable obsolete.
11004
11005         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11006         Fix history computing.
11007         (gnus-ido-completing-read): Require ido.
11008
11009 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010
11011         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11012         build Gnus.
11013
11014         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11015         when interpreting the structures.
11016         (nnimap-request-accept-article): Add \r\n to the lines to make this
11017         work with Cyrus.
11018
11019         * nndraft.el (nndraft-request-expire-articles): Use the group name
11020         instead if "nndraft".  Fix found by Nils Ackermann.
11021
11022 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11023
11024         * nnregistry.el: Add.
11025
11026 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11027
11028         * nnmail.el (group, group-art-list, group-art):
11029         Remove unneeded directives.
11030
11031 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11034         (mm-mime-charset):
11035         * rfc2047.el (rfc2047-syntax-table):
11036         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11037
11038         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11039         rather than `insert-file-contents' and `eval-region'.
11040
11041         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11042         construction.
11043
11044         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11045
11046         * time-date.el: No need to require cl for Emacs 21.
11047
11048 2010-09-29  Julien Danjou  <julien@danjou.info>
11049
11050         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11051         replacement of `gnus-gravatar-relief' to mimic
11052         `gnus-faces-properties-alist'.
11053         Add :version property.
11054
11055 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * mail-source.el (mail-source-report-new-mail):
11058         * message.el (message-default-mail-headers):
11059         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11060
11061         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11062
11063 2010-09-28  Julien Danjou  <julien@danjou.info>
11064
11065         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11066         mail-address contains the same string as real-name.
11067
11068         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11069         non-blank in header, otherwise it'll get stripped.
11070
11071         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11072         real-name, and then for mail address rather than doing : or , search.
11073
11074 2010-09-27  Julien Danjou  <julien@danjou.info>
11075
11076         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11077         right completing-read function.
11078         (gnus-use-ido): New variable
11079         (gnus-completing-read-with-default): Remove.
11080         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11081         (gnus-agent-add-group):
11082         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11083         * mm-view.el (mm-view-pkcs7-decrypt):
11084         * mm-util.el (mm-codepage-setup):
11085         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11086         * mml-smime.el (mml-smime-openssl-sign-query):
11087         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11088         (mml-insert-multipart):
11089         * gnus-msg.el (gnus-summary-yank-message):
11090         * gnus-int.el (gnus-start-news-server):
11091         * mm-decode.el (mm-interactively-view-part):
11092         * gnus-dired.el (gnus-dired-attach):
11093         * gnus.el (gnus-read-method):
11094         * gnus-bookmark.el (gnus-bookmark-jump):
11095         * gnus-art.el (gnus-mime-view-part-as-type)
11096         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11097         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11098         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11099         * nnmairix.el (nnmairix-create-server-and-default-group)
11100         (nnmairix-update-groups, nnmairix-get-server)
11101         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11102         (nnmairix-get-group-from-file-path):
11103         * nnrss.el (nnrss-find-rss-via-syndic8):
11104         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11105         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11106         (gnus-group-browse-foreign-server):
11107         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11108         (gnus-summary-execute-command, gnus-summary-respool-article)
11109         (gnus-read-move-group-name):
11110         * gnus-score.el (gnus-summary-increase-score)
11111         (gnus-summary-score-effect):
11112         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11113
11114 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11117         x-focus-frame.
11118
11119         * nnimap.el (auth-source-forget-user-or-password)
11120         (auth-source-user-or-password): Autoload.
11121
11122         * message.el (message-from-style, message-interactive)
11123         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11124         (message-yank-prefix, message-indentation-spaces, message-signature)
11125         (message-signature-file): Add comment.
11126
11127 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11130         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11131         new articles.
11132
11133         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11134         parts.
11135         (nnimap-request-article): Work with the t setting, too.
11136
11137         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11138         that you don't get flashes of other buffers.
11139         (gnus-summary-show-complete-article): Intern before setting.
11140
11141 2010-09-27  David Engster  <dengste@eml.cc>
11142
11143         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11144         well as HEADERS.
11145         (nnmairix-retrieve-headers): Provide new argument for the above.
11146
11147 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11148
11149         * gnus-sum.el (gnus-summary-move-article): Don't alter
11150         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11151         group.
11152
11153         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11154
11155         * message.el (message-cite-prefix-regexp): Revert my last edit.
11156
11157         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11158         variable instead of the Gnus variable.
11159
11160         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11161
11162         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11163
11164         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11165         since some servers don't like it.
11166         (nnimap-open-connection): Forget credentials if the server says the
11167         password was wrong.
11168         (nnimap-parse-line): Protect against invalid data.
11169
11170         * gnus-sum.el (gnus-summary-move-article): Add comment.
11171         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11172         nothing alters it while scanning for new messages.
11173
11174         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11175         which may or may not help.
11176         (nnimap-open-connection): If we're doing a stream connection, and then
11177         discover we're on a STARTTLS-capable server, then open a STARTTLS
11178         connection instead.
11179
11180 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11181
11182         * nnimap.el (utf7): Require.
11183
11184         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11185         prefix.
11186
11187 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11188
11189         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11190
11191 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11192
11193         * nnimap.el (nnimap-request-accept-article): Message the error on
11194         error.
11195
11196 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11199
11200 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * nndoc.el (nndoc-request-list): Return success always.
11203
11204         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11205         `fetch-old' -- we only want to fetch the articles we've requested.
11206         The rest are in the agent, probably.
11207         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11208         disappeared server" to something low.  It's not important.
11209
11210         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11211         arrived before the FETCH data.
11212
11213         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11214         target here, because we don't know the Gnus name of the group.
11215
11216         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11217         for the correct group.
11218
11219         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11220
11221         * gnus.el (gnus): Give a final warning after startup.
11222
11223         * gnus-util.el (gnus-action-message-log): New variable.
11224         (gnus-message): Use it.
11225         (gnus-final-warning): New function.
11226
11227         * nnimap.el (nnimap-open-connection): Record the greeting.
11228         (nnimap): Add greeting.
11229
11230 2010-09-26  Julien Danjou  <julien@danjou.info>
11231
11232         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11233         arguments.
11234         (gnus-html-wash-images): Fix spec computing to include start/end.
11235
11236         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11237
11238 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11241         deletion.
11242         (nnimap-retrieve-headers): Don't select the group, because that's
11243         already done by nnimap-possibly-change-group.
11244
11245         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11246         (gnus-picon-transform-address): Use it.
11247
11248         * mail-source.el (mail-source-value): Revert previous patch.
11249
11250         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11251         on failure.
11252         (nnimap-open-connection): Look up both virtual and physical server name
11253         credentials.
11254
11255         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11256
11257 2009-02-07  Dave Love  <fx@gnu.org>
11258
11259         * tls.el (open-tls-stream): Don't query killing process.
11260
11261 2009-02-08  Dave Love  <fx@gnu.org>
11262
11263         * gnus-win.el (gnus-window-to-buffer-helper)
11264         (gnus-all-windows-visible-p): Function needn't be a symbol.
11265
11266         * mail-source.el (mail-source-value): Function needn't be a symbol.
11267
11268 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11269
11270         * message.el (message-cite-prefix-regexp): Remove } from the cite
11271         prefix.
11272
11273         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11274         highlight again, so that the highlight is correct.
11275
11276         * gnus-picon.el (gnus-picon): Remove again.
11277         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11278
11279         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11280         doing the header highlightling, so that the background color of the
11281         picon is correct.
11282
11283         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11284         (gnus-picon): Ditto.
11285         (gnus-picon): Reinstate.  The background color for picons is white.
11286         (gnus-picon-insert-glyph): Make the background white.
11287
11288         * nnml.el (nnml-open-nov): Don't return dead buffers.
11289
11290         * auth-source.el (auth-source-create): Query the user for whether to
11291         store the credentials.
11292
11293         * netrc.el (netrc-store-data): New function.
11294
11295         * auth-source.el (auth-source-user-or-password): Use the existing auth
11296         sources, if any, for creation.
11297
11298         * gnus.el (gnus-group-fast-parameter): Return the last matching
11299         parameter instead of the first matching parameter.
11300
11301 2010-09-26  Julien Danjou  <julien@danjou.info>
11302
11303         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11304
11305 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11306
11307         * mml2015.el (mml2015-use): Remove gpg support.
11308
11309         * mml1991.el (mml1991-function-alist): Remove gpg function.
11310         (mml1991-gpg-sign): Remove.
11311
11312 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11313
11314         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11315         (gnus-browse-unsubscribe-current-group): Document it.
11316         (gnus-browse-unsubscribe-group): Use it.
11317
11318 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11319
11320         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11321         address to the To list for easier response.
11322
11323         * gnus.el (gnus-play-startup-jingle): Remove.
11324         (gnus-splash): Don't play jingle.
11325         (gnus): Silence gnus-load message.
11326
11327         * gnus-art.el (gnus-treat-play-sounds): Remove.
11328
11329         * gnus.el (gnus-play-jingle): Remove audio support.
11330
11331         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11332
11333         * earcon.el: Remove -- no users.
11334
11335         * gnus-audio.el: Remove -- no users of this package.
11336
11337         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11338
11339         * gnus-start.el (gnus-setup-news): Remove nocem support.
11340
11341         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11342
11343         * gnus.el (gnus-use-nocem): Remove.
11344
11345         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11346         Remove.
11347
11348         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11349         uses NoCeM any more.
11350
11351         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11352         (gnus-button-ctan-handler): Ditto.
11353         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11354         (gnus-button-ctan-directory-regexp): Ditto.
11355         (gnus-button-handle-ctan): Ditto.
11356         (gnus-button-tex-level): Ditto.
11357         (gnus-button-alist): Remove CTAN stuff.
11358
11359 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11360
11361         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11362         nnimap-streaming test.
11363
11364         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11365         servers twice.
11366
11367         * nnimap.el (nnimap-open-connection): Add more error reporting when
11368         nnimap fails early.
11369
11370         * nnheader.el (nnheader-get-report-string): New function.
11371         (nnheader-get-report): Use it.
11372
11373         * gnus-int.el (gnus-check-server): Say what the error was when opening
11374         failed.
11375
11376         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11377         using streaming.
11378
11379 2010-09-25  Julien Danjou  <julien@danjou.info>
11380
11381         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11382         gnus-window-inside-pixel-edges.
11383
11384 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11385
11386         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11387
11388         * mm-decode.el (mm-save-part): Allow saving to other directories the
11389         normal Emacs way.
11390
11391         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11392         Suggested by Jay Berkenbilt.
11393
11394         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11395         there isn't a single byte.
11396
11397         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11398         just do it.  It doesn't really seem to matter what the user responds
11399         here, I think, so it's just a confusing question.
11400
11401         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11402         non-streaming case.
11403
11404         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11405         (gnus-article-encrypt-body): Use it.
11406
11407         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11408         keystroke.
11409
11410         * nnimap.el (nnimap-find-wanted-parts-1):
11411         Use gnus-fetch-partial-articles.
11412
11413         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11414
11415         * nnimap.el (nnimap-insert-partial-structure): New function.
11416         (nnimap-get-partial-article): New function.
11417         (nnimap-request-article): Use it.
11418         (nnimap-wait-for-response): Return whether the wait was successful.
11419         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11420         retrieval wasn't successful.
11421         (nnimap-retrieve-group-data-early): Allow throttling servers.
11422         (nnimap-streaming): New variable.
11423         (nnimap-fetch-partial-articles): Remove.
11424
11425         * mm-decode.el (mm-with-part): Protect against killed buffers.
11426
11427         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11428         for prettier summary display.
11429
11430 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11431
11432         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11433
11434 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11437         apparently third-party libraries depend on it.
11438
11439         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11440         before starting negotiation.
11441
11442         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11443         privacy reasons.
11444         (gnus-treat-mail-gravatar): Ditto.
11445
11446         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11447         buffer when inserting images.  Inserting text into the headers, for
11448         instance, can make them invalid.
11449
11450 2010-09-25  Julien Danjou  <julien@danjou.info>
11451
11452         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11453         variables.
11454
11455         * nnheader.el: Remove useless variables news-reply-yank-from and
11456         news-reply-yank-message-id.
11457
11458         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11459         variables.
11460
11461         * mml1991.el: Remove useless mml1991-verbose.
11462
11463         * gnus.el: Remove useless variable gnus-use-generic-from.
11464         Remove obsolete variable gnus-topic-indentation.
11465
11466         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11467
11468         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11469
11470         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11471
11472         * gnus-group.el: Remove useless gnus-group-icon-cache.
11473         Remove useless gnus-ephemeral-group-server.
11474
11475         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11476
11477         * mml2015.el: Remove useless mml2015-verbose.
11478
11479         * mml-smime.el: Remove useless mml-smime-verbose.
11480
11481         * gnus.el: Remove useless gnus-local-domain.
11482
11483         * gnus-gravatar.el (gnus-gravatar-transform-address):
11484         Use gnus-gravatar-size.
11485
11486         * gnus-art.el: Remove useless gnus-treat-translate.
11487
11488 2010-09-24  Julien Danjou  <julien@danjou.info>
11489
11490         * gnus-sum.el: Add support for Gravatars.
11491
11492         * gnus-art.el: Add support for Gravatars.
11493
11494         * gnus-gravatar.el: Add this file.
11495
11496         * gravatar.el: Add this file.
11497
11498 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11499
11500         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11501
11502         * gnus-group.el (gnus-group-fetch-faq): Remove.
11503
11504         * gnus.el (gnus-group-faq-directory): Remove.
11505
11506         * gnus-group.el (gnus-group-fetch-charter): Remove.
11507
11508         * gnus.el (gnus-group-charter-alist): Remove.
11509
11510         * gnus-group.el (gnus-group-archive-directory): Remove.
11511         (gnus-group-recent-archive-directory): Ditto.
11512         (gnus-group-make-archive-group): Remove.
11513
11514         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11515
11516         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11517         use the same article number for all the cached articles.
11518
11519         * nnimap.el (nnimap-command): Register the last command time so
11520         that we can use it for idling NOOPs.
11521         (nnimap-open-connection): Start the keeplive timer.
11522         (nnimap-make-process-buffer): Store all the process buffers.
11523         (nnimap-keepalive): New function.
11524
11525         * starttls.el (starttls-open-stream): Add autoload cookie.
11526
11527 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11528
11529         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11530         handling.
11531
11532 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11533
11534         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11535         its data structures.
11536
11537         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11538         instead of the cl.el copy-list.
11539         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11540         equalp.
11541
11542 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11545         and tool-bar-local-item-from-menu.
11546
11547         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11548         mode-line-highlight face for Emacs.
11549
11550         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11551         loading gnus-sum.elc; fix comment for canlock-verify.
11552         (gnus-article-jump-to-part): Use read-number.
11553         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11554         Remove Emacs pre-21 compatible code for help-echo.
11555         (gnus-article-next-page-1): No need to adjust the number of lines.
11556         (gnus-article-describe-bindings): Always use help-buffer.
11557
11558         * gnus-audio.el (gnus-audio-inline-sound):
11559         * gnus-cus.el (gnus-custom-mode):
11560         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11561
11562         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11563
11564         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11565         compatible code.
11566
11567 2010-09-24  Glenn Morris  <rgm@gnu.org>
11568
11569         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11570         visiting the fcc file in rmail-mode.
11571
11572         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11573
11574 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * nnir.el: Silence the byte compiler.
11577
11578         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11579         alias to browse-url-url-encode-chars if any.
11580         (gnus-html-encode-url): Use it.
11581
11582 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583
11584         * gnus-start.el (gnus-use-backend-marks): New variable.
11585         (gnus-get-unread-articles-in-group): Use it.
11586
11587         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11588         makeover.
11589
11590 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11591
11592         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11593
11594 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11595
11596         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11597         Remove.
11598         (gnus-setup-news-hook):
11599         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11600
11601         * gnus-int.el (gnus-request-update-info): Protect against backends not
11602         having the function.
11603
11604         * nnimap.el (nnimap-stream): Mention starttls.
11605         (nnimap-open-connection): Add starttls support.
11606
11607 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11608
11609         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11610
11611 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11612
11613         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11614         BODYSTRUCTUREs.
11615         (nnimap-transform-headers): Unfold quoted {42} headers.
11616
11617         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11618         the info.
11619         (gnus-get-unread-articles): Only call updatep on backends that support
11620         it.
11621
11622         * nnweb.el (nnweb-request-update-info): NOOP.
11623
11624         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11625
11626         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11627         since it only deals with marks.
11628
11629         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11630         gnus-request-marks, and make a new gnus-request-update-info.
11631
11632         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11633         the active instead of the high number, which is usually too low.
11634
11635 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11636
11637         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11638         * encrypt.el: Remove.
11639
11640 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11643         server in symbolic form.
11644
11645         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11646
11647 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648
11649         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11650         (nnimap-update-info): Fix up code slightly.
11651
11652         * gnus-int.el (gnus-open-server): Add tracing for performance
11653         debugging.
11654
11655         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11656         (gnus-group-insert-group-line): Pass the real group name so that it
11657         gets the right data.
11658
11659         * gnus-start.el (gnus-get-unread-articles): Don't have
11660         `gnus-get-unread-articles-in-group' update info, since that can be
11661         really slow and doesn't seem to be needed?
11662
11663 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11664
11665         * time-date.el (date-to-time): Try using parse-time-string first before
11666         using the slower timezone-make-date-arpa-standard.
11667
11668 2010-09-22  Julien Danjou  <julien@danjou.info>
11669
11670         * gnus-group.el (gnus-group-insert-group-line):
11671         Call gnus-group-highlight-line.
11672         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11673         default hook list.
11674         (gnus-group-update-eval-form): Add new function.
11675         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11676         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11677
11678 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11679
11680         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11681         immediate, then expire all articles.
11682         (nnimap-update-info): Fix off-by-one errors.
11683         (nnimap-flags-to-marks): Would return no marks lists for group with no
11684         flags.  Instead return the other data.
11685
11686 2010-09-22  Julien Danjou  <julien@danjou.info>
11687
11688         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11689         Only return an icon.
11690         (gnus-group-insert-group-line): Compute icon to return.
11691
11692         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11693         (gnus-html-image-fetched): Only cache if
11694         gnus-html-image-automatic-caching is set.
11695         (gnus-html-image-fetched): Check for errors.
11696
11697 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11698
11699         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11700         once per method on `g'.  This ensures that backends like nnfolder don't
11701         open all their folders.
11702
11703         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11704         (nnimap-request-list): Nix out group in the correct buffer.
11705         (nnimap-parse-flags): Implement by using `read' instead of
11706         hand-parsing.
11707         (nnimap-flags-to-marks): Pass on permanent-flags.
11708         (nnimap-make-process-buffer): Record the server name.
11709         (nnimap-parse-flags): Fix typo.
11710         (nnimap-request-scan): Run split on the server in general, not just a
11711         single group.
11712
11713         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11714         parameter, and propagate this downwards.
11715
11716         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11717         since EXAMINE changes it on the server.
11718
11719         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11720         this command might take a while.
11721
11722 2010-09-22  Julien Danjou  <julien@danjou.info>
11723
11724         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11725         harmful if you have 2 images side-by-side, they can't be properly
11726         update on text deletion.  Using text-property is safer here.
11727         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11728         data.
11729
11730 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11731
11732         * nnimap.el (nnimap-expunge-inbox): Remove.
11733         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11734         (nnimap-expunge): Flip default to t.
11735
11736         * gnus.el (gnus-method-to-server): Don't push things to the cache
11737         unless it's unique.
11738         (gnus-server-to-method): Ditto.
11739
11740 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11741
11742         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11743
11744 2010-09-22  Julien Danjou  <julien@danjou.info>
11745
11746         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11747         get the start of data.
11748         (gnus-html-encode-url): Add this function to encode special chars in
11749         URL.
11750         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11751         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11752
11753         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11754         default.
11755         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11756
11757         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11758         images alt-text.
11759         (gnus-html-put-image): Put alt-text as help-echo.
11760
11761 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11764         * mm-util.el (mm-decompress-buffer):
11765         * nnir.el (nnir-run-find-grep):
11766         * pop3.el (pop3-list): Use 3rd arg of split-string.
11767
11768         * time-date.el (format-seconds): Comment fix.
11769
11770         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11771         and byte-optimize-form-code-walker.
11772         (dgnushack-make-auto-load): Don't advise make-autoload.
11773
11774         * lpath.el: Remove Emacs 21 stuff.
11775
11776 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11777
11778         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11779         outside the active range.  Suggested by Dan Christensen.
11780
11781         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11782         slightly later to avoid double-getting it.
11783
11784         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11785         previous patch.
11786
11787         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11788
11789 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11790
11791         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11792
11793 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11794
11795         * gnus-int.el (gnus-open-server): Give a better error message in the
11796         "go offline" case.
11797
11798         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11799         marks for nnimap, which is seldom the right thing to do.
11800
11801         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11802         (gnus-same-method-different-name): New function.
11803
11804         * nnimap.el (parse-time): Require.
11805
11806         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11807         method in the presence of many similar methods.
11808
11809         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11810
11811         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11812         nnml-inhibit-expiry.
11813
11814         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11815         find out whether methods are equal.
11816
11817         * nnimap.el (nnimap-find-expired-articles): New function.
11818         (nnimap-process-expiry-targets): New function.
11819         (nnimap-request-move-article): Request the article before looking at
11820         what the Message-ID is.  Fix found by Andrew Cohen.
11821         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11822
11823         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11824         for oldness in addition to being a predicate.
11825
11826         * nnimap.el (nnimap-request-group): When we have zero articles, return
11827         the right data to Gnus.
11828         (nnimap-request-expire-articles): Only delete articles immediately if
11829         the target is 'delete.
11830
11831         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11832         method, this would bug out.
11833
11834         * gnus-group.el (gnus-group-expunge-group): Rename from
11835         gnus-group-nnimap-expunge, and implemented as a normal interface
11836         function.
11837
11838         * gnus-int.el (gnus-request-expunge-group): New function.
11839
11840         * nnimap.el (nnimap-request-create-group): Implement.
11841         (nnimap-request-expunge-group): New function.
11842
11843 2010-09-21  Julien Danjou  <julien@danjou.info>
11844
11845         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11846         (gnus-html-cache-expired): Add new function.
11847         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11848         wethever we should display image for fetch it.
11849         Compute alt-text earlier to pass it to the fetching function too.
11850         (gnus-html-schedule-image-fetching): Change function argument to only
11851         get one image at a time, not a list.
11852         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11853         cache.
11854         (gnus-html-get-image-data): New function to retrieve image data from
11855         cache.
11856         (gnus-html-put-image): Change buffer argument to use image data rather
11857         than file, and place image above region rather than inserting a new
11858         one.  Do not take alt-text as argument, since it's useless now: we place
11859         the image above alt-text.
11860         (gnus-html-prune-cache): Remove.
11861         (gnus-html-show-images): Start to fetch image when we find one, do not
11862         push into a temporary list.
11863         (gnus-html-prefetch-images): Only fetch image if they have expired.
11864         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11865         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11866
11867 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11870
11871 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11872
11873         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11874         spec inser "*" if the group isn't active instead of 0.
11875
11876         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11877         opening the server.
11878         (nnimap-request-delete-group): Implement group deletion.
11879         (nnimap-transform-headers): Return the size of the entire message in
11880         the Bytes header, not just the size of the first part.
11881         (nnimap-request-move-article): When moving an article from nnimap,
11882         request the article first so the accepting form has an article to
11883         accept.  Reported by Dan Christensen.
11884         (nnimap-command): Make sure that the error message doesn't error out.
11885
11886 2010-09-20  David Edmondson  <dme@dme.org>
11887
11888         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11889         we haven't requested anything.
11890
11891 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11892
11893         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11894         "".  Fix found by Andrew Cohen.
11895
11896         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11897         instead of -encode-string.
11898
11899 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11902
11903         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11904         by mm-subst-char-in-string.
11905
11906 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11907
11908         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11909         waiting for the connection string.
11910
11911         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11912         arriving.
11913
11914         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11915         bogus characters.  This allows selecting certain Gmail groups.
11916
11917         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11918         (nnimap-fetch-partial-articles): New variable.
11919         (nnimap-open-connection): When looking for credentials, also use the
11920         nnimap-server-port.
11921         (nnimap-request-article): Return the group/article number, so that Gnus
11922         `^' works as expected.
11923         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11924
11925         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11926         comments.
11927         (gnus-methods-sloppily-equal): New function.
11928         (gnus): When using the development version of Gnus, load the gnus-load
11929         file.
11930
11931         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11932         `gnus-open-server' on each method before trying to scan them etc.
11933         This ensures that all the backend parameters are set correctly.
11934
11935         * nnimap.el (nnimap-authenticator): New variable.
11936         (nnimap-open-connection): Allow anonymous login.
11937         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11938         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11939
11940         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11941         patch, found by Knut Anders Hatlen.
11942
11943 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11944
11945         * gnus-agent.el (gnus-agent-batch-confirmation)
11946         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11947         to gnus-message.
11948         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11949         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11950         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11951         * gnus-int.el (gnus-open-server): Likewise.
11952         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11953         (gnus-score-check-syntax): Likewise.
11954         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11955         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11956         Likewise.
11957         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11958
11959 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11960
11961         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11962         calling conventions so that prefetch doesn't bug out.
11963
11964 2010-09-19  Julien Danjou  <julien@danjou.info>
11965
11966         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11967         rather than `subst-char-in-region' in order to be able to replace ASCII
11968         char by UTF-8 ones.
11969
11970         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11971         than curl.
11972         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11973         the right URL and ALT text on images.
11974         (gnus-html-wash-tags): Fix tag case.
11975         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11976         (gnus-article-html): Add -o display_ins_del=2 option.
11977         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11978
11979 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11980
11981         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11982         the extra mail headers, which sometimes seem to happen for unknown
11983         reasons.
11984
11985         * mail-parse.el (mail-header-encode-parameter): Define as
11986         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11987         (or most, perhaps?) mail readers don't understand the latter, but do
11988         understand the former.
11989
11990         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11991         to nil, so that no methods are automatically agentized.  I think this
11992         is probably what most users want.
11993
11994         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11995         from url-retrieve, for instance about invalid URLs.
11996
11997         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11998         groups that have no articles.
11999         (nnimap-request-article): Check that we really got an article when we
12000         requested one.
12001
12002         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12003         doesn't exist.
12004
12005         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12006         nntp buffer so the agent can save it.
12007         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12008         that CRLF doesn't get translated to \n.
12009         (nnimap-open-connection): Don't make 'shell commands only send \n.
12010
12011 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12012
12013         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12014         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12015         Update var name.
12016         (nnml-generate-nov-file): Use dolist.
12017         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12018         Use with-current-buffer.
12019
12020 2010-09-18  Julien Danjou  <julien@danjou.info>
12021
12022         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12023         parallel.
12024
12025 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12028         the range update right.
12029         (nnimap-request-group): Don't make `M-g' bug out on group with no
12030         marks.
12031         (nnoo): Require, so that other packages can require nnimap.
12032         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12033         command we're looking for.  This helps when the server sends more
12034         responses after we've gotten everything we expected.
12035         (nnimap): Add a `newlinep' field to keep track of end-of-line
12036         conventions.
12037         Don't send CRLF to things that don't want it.
12038         (nnimap-request-accept-article): Ditto.
12039
12040 2010-09-18  Julien Danjou  <julien@danjou.info>
12041
12042         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12043         than curl to retrieve images.
12044
12045 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12046
12047         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12048         the marks.
12049         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12050         (nnimap-wait-for-connection): New function.
12051         (nnimap-open-connection): If we have PREAUTH, don't query for login
12052         credentials.
12053         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12054         when doing a partial update.
12055
12056 2010-09-18  Julien Danjou  <julien@danjou.info>
12057
12058         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12059         tags.
12060
12061 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12062
12063         * nnimap.el (nnimap-credentials): New function.
12064         (nnimap-open-connection): Use the new function to look for credentials
12065         also on the numeric equivalents of "imap" and "imaps".
12066
12067         * gnus-start.el (gnus-activate-group): Send the info to
12068         gnus-request-group.
12069
12070         * nnimap.el (nnimap-request-group): Have the "check" version of the
12071         function parse flags and update the info, so that a `M-g' get a total
12072         resync of all flags from the group.
12073
12074         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12075         to allow backends to alter the info on group selection.  Also alter all
12076         the backend -request-group functions to take the parameter.
12077
12078         * nnimap.el (nnimap-store-info): New function.
12079         (nnimap-update-info): Store the info for later usage.
12080         (nnimap-request-group): Use the stored info for the dont-check case, so
12081         that we don't retrieve all marks when we enter a group.
12082
12083         * nnimap.el: Use deffoo instead of defun for interface functions.
12084
12085         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12086         update the group info.  This makes the nndraft groups, for instance, go
12087         back to their old behavior.
12088
12089         * gnus-sum.el (gnus-select-newsgroup): Indent.
12090
12091         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12092         in.
12093         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12094         nothing.
12095
12096         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12097         from methods that are denied.
12098
12099         * gnus-int.el (gnus-method-denied-p): New function.
12100
12101         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12102         store the password instead of netrc.
12103         (nnimap-open-connection): Don't error out when we can't make a
12104         connections.
12105
12106         * auth-source.el (auth-source-create): In the password prompt, say what
12107         we're querying for.  Also prompt for user name if that hasn't been
12108         given.
12109
12110         * nnimap.el (nnimap-with-process-buffer): Remove.
12111
12112 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12113
12114         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12115         method when we're reading from the agent.
12116
12117         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12118
12119         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12120         that's probably most useful for users.
12121
12122         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12123         "failed" all the time.
12124
12125         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12126         ...)) with (with-current-buffer ... ).
12127
12128         * nntp.el (nntp-open-server): Return whether the open was successful or
12129         not.
12130
12131         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12132         select an unread unseen article first.
12133
12134         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12135         /etc/services, supply some sensible port defaults.
12136
12137         * dgnushack.el: Define netrc-credentials.
12138
12139 2010-09-17  Julien Danjou  <julien@danjou.info>
12140
12141         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12142
12143 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12144
12145         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12146         doesn't have any parameters.
12147
12148 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12149
12150         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12151         only upcased checks.
12152
12153         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12154
12155         * nnimap.el (nnimap-open-shell-stream): New function.
12156         (nnimap-open-connection): Use it.
12157         (nnimap-transform-headers): Get the number of lines in each message.
12158         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12159         number of lines.
12160         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12161         problem.
12162
12163         * utf7.el (utf7-encode): Autoload.
12164
12165         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12166         to allow the mail splitting to not return a default group.  This is
12167         useful for nnimap, which will leave unmatched mail in the inbox.
12168
12169         * nnimap.el: Rewritten.
12170
12171         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12172         nnimap usage.
12173
12174         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12175         if the move is internal, so that nnimap can do fast internal moves.
12176
12177         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12178         data.
12179         (gnus-read-active-for-groups): Support finishing the early retrieval of
12180         data.
12181
12182         * gnus-range.el (gnus-range-nconcat): New function.
12183
12184         * gnus-int.el (gnus-finish-retrieve-group-infos)
12185         (gnus-retrieve-group-data-early): New functions.
12186
12187 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12188
12189         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12190         (nnrss-retrieve-groups):
12191         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12192         (pop3-quit): Use with-current-buffer.
12193
12194 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12197         instead of nnheader-accept-process-output.
12198
12199         * dgnushack.el (dgnushack-compile): Add comment.
12200
12201         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12202
12203         * gnus-html.el (gnus-html-schedule-image-fetching)
12204         (gnus-html-prefetch-images): Replace process-kill-without-query by
12205         gnus-set-process-query-on-exit-flag.
12206
12207 2010-09-16  Romain Francoise  <romain@orebokech.com>
12208
12209         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12210
12211 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12212
12213         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12214         parameter to unintern is mandatory-ish in Emacs 24.
12215
12216         * gnus-html.el (gnus-html-schedule-image-fetching)
12217         (gnus-html-prefetch-images): Check for curl before using it.
12218
12219         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12220         depend on curl, which isn't essential.
12221
12222         * imap.el: Revert back to version
12223         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12224         seem problematic.
12225
12226 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12227
12228         * gnus-registry.el (gnus-registry-install-shortcuts):
12229         Explicitly pass `obarray' to `unintern' to avoid a warning.
12230
12231 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12232
12233         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12234         change.
12235
12236         * nnrss.el (nnrss-request-list): Remove this function and related
12237         functions, including the moreover stuff.
12238
12239 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12240
12241         * nnrss.el (nnrss-retrieve-groups): New function.
12242
12243 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12244
12245         * .dir-locals.el: Add no-byte-compile cookie.
12246
12247 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * time-date.el (format-seconds): Comment fix.
12250
12251         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12252         for back end that doesn't support request-scan.
12253
12254 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12255
12256         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12257         then do request scans from the backends.
12258
12259         * netrc.el (netrc-credentials): New conveniency function.
12260
12261         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12262         avoid running a hook per line, since this takes a lot of time,
12263         profiling shows.
12264         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12265         directly if gnus-visual-p is true.
12266
12267 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12270         groups; replace mapcar with dolist which is a bit faster; pass groups
12271         info to gnus-read-active-file-1.
12272         (gnus-read-active-file-1): Scan only specified groups if the new
12273         optional arg `infos' is given.
12274
12275 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12276
12277         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12278
12279         * pop3.el (pop3-movemail): Remove.
12280         (pop3-streaming-movemail): Rename to pop3-movemail.
12281
12282         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12283         don't restrict end-tag searches to the end of the line.
12284
12285 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12288         articles of every unchecked group to t, which means unknown since the
12289         server has never been opened.
12290
12291 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12292
12293         * gnus-html.el (gnus-html-show-alt-text): New command.
12294         (gnus-html-browse-image): Ditto.
12295         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12296         to browse the image directly.
12297         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12298         better.
12299
12300         * gnus-async.el (gnus-async-article-callback):
12301         Call `gnus-html-prefetch-images' unconditionally.
12302
12303         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12304         before feeding URLs to curl.
12305
12306 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12309         internal images as deletable by `W D D'.
12310
12311         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12312         (gnus-async-article-callback): Fix typo.
12313
12314 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12315
12316         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12317         current line to work around bugs in the output from w3m.
12318
12319         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12320         for groups that want that.
12321
12322         * nntp.el (nntp-wait-for-string): Supply a timeout for
12323         accept-process-output to ensure progress.
12324
12325         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12326         level to get unread articles from, then use that for foreign groups,
12327         too.
12328
12329         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12330         confuses the rest of the function.
12331
12332         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12333         for the methods that support -retrieve-groups, too.
12334
12335         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12336
12337 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12340         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12341
12342         * pop3.el: Require cl when compiling.
12343         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12344
12345 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12348         that aren't going to be activated.
12349         (gnus-get-unread-articles): Fix up the last commit.
12350
12351         * gnus-html.el (gnus-article-html): Allow calling without specifying
12352         the handle.  In that case, dissect the buffer first.
12353
12354         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12355
12356         * nnimap.el (nnimap-open-connection): Revert the change that would look
12357         into authinfo for imaps instead of imap.
12358
12359         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12360         say that you don't want to call gnus-request-group with don-check, but
12361         do check the reponse.  This is for virtual groups only.
12362         (gnus-get-unread-articles): Count the archive groups as secondary, so
12363         that they're activated the same way as before.
12364
12365         * imap.el (imap-message-map): Removed optional buffer parameter, since
12366         no callers use it.
12367         (imap-message-get): Ditto.
12368         (imap-message-put): Ditto.
12369         (imap-mailbox-map): Ditto.
12370         (imap-mailbox-put): Ditto.
12371         (imap-mailbox-get): Ditto.
12372         (imap-mailbox-get): Revert last change for this function.
12373
12374         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12375         case-insensitively.
12376         (nnimap-debug): Remove.
12377
12378         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12379         callers to use `imap-fetch' instead.  According to the comments, this
12380         should be safe, since all other IMAP clients use the 1:* syntax.
12381         (imap-enable-exchange-bug-workaround): Remove.
12382         (imap-debug): Remove -- doesn't seem very useful.
12383
12384         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12385         mail from a file, and the file doesn't exist.
12386
12387         * imap.el (imap-log): New convenience function used throughout instead
12388         of repeating the same code all over the place.
12389
12390         * pop3.el (pop3-streaming-movemail): Return t for success.
12391
12392         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12393         .authinfo if we're using ssl connection.
12394
12395         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12396         already have if we're in a main Gnus `g' run.
12397
12398         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12399
12400 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12403
12404         * nnmh.el (nnmh-request-list-1): Bind `file'.
12405
12406         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12407         alias to set-process-query-on-exit-flag or process-kill-without-query.
12408         (pop3-open-server): Use it.
12409
12410 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12411
12412         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12413         box to the Incoming file.  Fixes mistake in previous checkin.
12414
12415         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12416         request loop (for debugging purposes) removed.
12417
12418         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12419         culprit is more visible.
12420         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12421         (nnml-add-incremental-nov): New functions to do "incremental" nov
12422         updates, where we just append to the end of the existing nov files
12423         without reading/writing them in full.
12424
12425         * mail-source.el (mail-source-delete-crash-box): Really only check the
12426         incoming files once in a while.
12427
12428         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12429
12430         * mail-source.el (mail-source-delete-crash-box): Only check the
12431         incoming files for deletion once per day to save a lot of file
12432         accesses.
12433
12434         * pop3.el (pop3-logon): Fix up unbound variable typo.
12435
12436         * mail-source.el (pop3-streaming-movemail): Autoload.
12437
12438         * pop3.el (pop3-streaming-movemail):
12439         Respect pop3-leave-mail-on-server.
12440
12441         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12442         retrieval.
12443
12444         * pop3.el (pop3-process-filter): Remove unused function.
12445         (pop3-streaming-movemail, pop3-send-streaming-command)
12446         (pop3-wait-for-messages, pop3-write-to-file)
12447         (pop3-number-of-responses): New functions for streaming pop3
12448         retrieval.
12449
12450         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12451         come from no known methods.
12452         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12453         list.
12454
12455         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12456         message sizes.
12457         (pop3-movemail): Use erase-buffer instead of looping and deleting
12458         regions, which seems rather odd.
12459
12460         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12461         file once per `g' run.
12462
12463         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12464         directories.  This makes the draft queue directory work.
12465
12466         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12467         data from the backends, so that we only request the list of groups from
12468         each method once.  This should speed things up considerably.
12469
12470         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12471         detect that it's not implemented.
12472
12473         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12474         we actually do recurse down into the tree, but don't stat all leaf
12475         nodes.
12476
12477         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12478         then say so instead of bugging out.
12479
12480         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12481         files exist before trying to read them.
12482
12483         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12484         around <pre_int>.
12485
12486         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12487
12488         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12489
12490 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491
12492         * mm-util.el (mm-image-load-path): Just return the image directories,
12493         not all directories in the path in addition to the image directories.
12494         (mm-image-load-path): Maintain a cache of the image directories so that
12495         the `g' command in Gnus doesn't have to stat dozens of directories each
12496         time.
12497
12498         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12499         (gnus-html-wash-tags): Add a new `i' command to insert images.
12500         (gnus-html-insert-image): New command and keystroke.
12501         (gnus-html-redisplay-with-images): New command and keystroke.
12502         (gnus-html-show-images): Rename command.
12503         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12504         spacers.
12505         (gnus-html-wash-tags): Decode entities at the end, so that entities
12506         inside the tags don't mess up the rest of the "parsing".
12507
12508         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12509         so that nnimap methods aren't agentized by default.  There's apparently
12510         many problems related to agent/imap behavior.
12511
12512         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12513
12514         * gnus-html.el: Doc fix.
12515
12516 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12519         specifier-spec-list for Emacs 21.
12520
12521         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12522         glyph-width and glyph-height instead of display-graphic-p and
12523         image-size; make avoidance of displaying small images work for XEmacs.
12524
12525         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12526         for XEmacs.
12527
12528         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12529         of symbol that holds plist data.
12530         (gnus-process-plist): Remove plist of process after getting it.
12531
12532 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12533
12534         * message.el (message-generate-hashcash): Change default to
12535         'opportunistic if hashcash is installed.
12536
12537         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12538         (gnus-html-put-image): Only call image-size once, since it's somewhat
12539         time-consuming on remote X servers.
12540
12541 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12544         type on data, not a file name.
12545
12546         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12547         window-pixel-edges for Emacs 21.
12548
12549         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12550         decoded contents.
12551         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12552
12553 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12554
12555         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12556         group line format, since it isn't very interesting.
12557
12558         * gnus-agent.el (gnus-agent-short-article),
12559         (gnus-agent-long-article): Increase values for these two variables,
12560         since most people are likely to have more network connection and
12561         storage than before.
12562
12563         * gnus.el (gnus-refer-article-method): Change default to 'current.
12564         When referring an article, the common behavior is to refer it from the
12565         current select method, not the native select method.  The chances of
12566         the native select method having the message in question is rather slim
12567         these days.
12568
12569         * gnus-sum.el (gnus-auto-select-subject): Change default to
12570         `unseen-or-unread'.  I think it's likely that most people want to
12571         select an unseen article over a previously seen, but unread one.
12572
12573         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12574         means that in the article buffer none of the minor mode elements will
12575         be shown, usually, and this is not desirable in most cases.
12576
12577         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12578         that commands like `d' (and the like) go to the next line in the
12579         buffer, instead of the next unread article.  I think this is the
12580         behavior that is most natural for most users.
12581         (gnus-single-article-buffer): Change default to nil, so that people can
12582         have as many article buffers open as they have summary buffer.  I think
12583         this is the most natural way for the groups to behave.
12584
12585         * message.el (message-generate-new-buffers): Change default to
12586         `unsent', so that all new message buffers start their names with the
12587         string "*unsent", and it's easier to find the buffers if you move from
12588         them.
12589
12590 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591
12592         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12593         small.  They're probably tracking images.
12594         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12595         (gnus-html-rescale-image): Yet another try at getting the image sizing
12596         right.
12597
12598         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12599         nntp-marks-file-name is nil.
12600
12601 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12602
12603         * gnus-html.el (gnus-html-wash-tags)
12604         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12605         Better logging.
12606
12607 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12608
12609         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12610
12611         * gnus-html.el (gnus-html-wash-tags): Check the value of
12612         gnus-blocked-images in the summary buffer.
12613
12614 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12615
12616         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12617
12618 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12619
12620         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12621         like "a", it seems like.
12622         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12623         since it needs to be picked from the correct buffer.
12624
12625         * nnwfm.el: Remove.
12626
12627         * nnlistserv.el: Remove.
12628
12629 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12630
12631         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12632         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12633
12634 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12635
12636         * nnkiboze.el: Remove.
12637
12638         * nndb.el: Remove.
12639
12640         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12641         alt text.
12642         (gnus-html-rescale-image): Try to get the rescaling logic right for
12643         images that are just wide and not tall.
12644
12645         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12646         overshadow variable bindings.
12647
12648 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12649
12650         * gnus-html.el (gnus-html-wash-tags)
12651         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12652         Add extra logging.
12653
12654 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12655
12656         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12657         (gnus-max-image-proportion): New variable.
12658         (gnus-html-rescale-image): New function.
12659         (gnus-html-put-image): Rescale images.
12660
12661 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12662
12663         Fix up some byte-compiler warnings.
12664         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12665         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12666         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12667         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12668         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12669         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12670         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12671
12672 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * gnus-html.el (gnus-article-html): Decode contents by charset.
12675
12676 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12679         (gnus-html-frame-width, gnus-blocked-images):
12680         * message.el (message-prune-recipient-rules): Add custom version.
12681         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12682
12683         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12684         functions.
12685
12686         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12687         gnus-process-get.
12688
12689 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12690
12691         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12692         instead of lsub directly.
12693
12694 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12695
12696         * nnwarchive.el: Remove.
12697
12698         * gnus-soup.el: Remove.
12699
12700         * nnsoup.el: Remove.
12701
12702         * nnultimate.el: Remove.
12703
12704         * gnus-html.el (gnus-blocked-images): New variable.
12705
12706         * message.el (message-prune-recipients): New function.
12707         (message-prune-recipient-rules): New variable.
12708
12709         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12710         guess whether a long line is natural text or not.
12711
12712         * gnus-html.el (gnus-html-schedule-image-fetching):
12713         Use gnus-process-plist and friends for compatibility.
12714
12715 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12716
12717         * gnus-html.el: Require packages that define macros used in this file.
12718         (gnus-article-mouse-face): Declare to silence byte-compiler.
12719         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12720         process-get.
12721         (gnus-html-put-image): Use plist-get to avoid getf.
12722         (gnus-html-prefetch-images): Use with-current-buffer.
12723
12724 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * gnus-ems.el: Provide compatibility functions for
12727         gnus-set-process-plist.
12728
12729         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12730         header-line-format for XEmacs 21.4.
12731
12732         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12733         * gnus.el (gnus-valid-select-methods):
12734         * message.el (message-send-mail-partially-limit):
12735         * mm-decode.el (mm-text-html-renderer):
12736         * mml.el (mml-insert-mime-headers-always):
12737         * smiley.el (smiley-regexp-alist): Bump custom version.
12738
12739 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12740
12741         * gnus-html.el: Require mm-url.
12742         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12743         with the url to `url'.
12744         (gnus-html-wash-tags): Support cid: URLs/images.
12745
12746 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12747
12748         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12749         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12750         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12751
12752         * gnus-move.el: Remove file, since it doesn't really work.
12753
12754         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12755         UTF-8.  This seems to fix problems with some German web feeds.
12756
12757         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12758         at the top so that the proper colors are applied.
12759
12760         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12761         don't have dots in their names.
12762
12763         * gnus-art.el (gnus-article-view-part): Doc fix.
12764
12765         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12766         XEmacs-compatible.
12767         (gnus-html-put-image): Don't do images on non-graphic displays.
12768
12769         * nnslashdot.el: Remove this unused backend.
12770
12771         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12772         actions.
12773         (gnus-undo-register-1): Revert last change.
12774
12775         * gnus-group.el (gnus-group-completing-read): Protect against not
12776         having completion-styles bound.
12777
12778         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12779         make broken recipients happier.
12780
12781         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12782
12783         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12784         point parameter.
12785
12786         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12787
12788         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12789         completion-styles for group selection.
12790
12791 2009-02-04  Andreas Schwab  <schwab@suse.de>
12792
12793         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12794         headers and regexp-quote the match if necessary.
12795
12796 2009-03-24  Miles Bader  <miles@gnu.org>
12797
12798         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12799         the blinking smiley.
12800
12801 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12802
12803         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12804         blink smiley.
12805
12806 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12807
12808         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12809         where the dribbel file lives exists.
12810
12811         * message.el (message-send-mail-partially-limit): Change the default to
12812         nil, since most people don't want this.
12813
12814         * mm-url.el (mm-url-decode-entities): Also decode entities like
12815         &#x3212.
12816
12817 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12818
12819         * gnus-sum.el (gnus-summary-idna-message):
12820         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12821         Hyperlink urls in docstrings with URL `...'.
12822
12823 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12824
12825         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12826         functions.
12827
12828 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12829
12830         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12831         say what the mouseover text should be.
12832
12833         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12834         version of the mm-w3m-safe-url-regexp variable to only download images
12835         in the groups where we want that to happen.
12836
12837         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12838
12839         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12840         easier debugging.
12841         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12842         big pictures in the article buffer.
12843
12844         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12845         gnus-article-html.
12846         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12847         w3m.
12848
12849         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12850
12851 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12852
12853         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12854         which doesn't exist.
12855
12856         * message.el (message-inhibit-ecomplete): New variable to allow some
12857         function to inhibit ecomplete address storage.
12858         (message-resend): Disable ecomplete message storage when resending
12859         messages.
12860
12861         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12862
12863 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12866         Save excursion while copying, moving, and deleting articles in order to
12867         prevent the cursor from jumping to unforeseen place.
12868
12869 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * lpath.el: No need to bind bookmark-current-buffer,
12872         bookmark-yank-point and bookmark-make-record-function.
12873
12874 2010-08-17  Glenn Morris  <rgm@gnu.org>
12875
12876         * gnus-sync.el: Require gnus components whose functions are used.
12877
12878         * gnus-art.el (bookmark-make-record-function):
12879         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12880         Declare for compiler.
12881
12882         * mm-url.el (mml-compute-boundary): Autoload.
12883
12884 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12887
12888 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12889
12890         Typo fix "hoo4a" -> "hook".
12891
12892         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12893
12894 2010-08-14  Glenn Morris  <rgm@gnu.org>
12895
12896         * gnus-sync.el (gnus-sync): Fix defgroup version.
12897
12898 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12899
12900         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12901
12902         * gnus-sync.el: Fix docs.
12903         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12904         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12905
12906 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12907
12908         Optimizations for gnus-sync.el.
12909
12910         * gnus-sync.el: Add docs about gnus-sync-backend
12911         possibilities.
12912         (gnus-sync-save): Remove unnecessary message.
12913         (gnus-sync-read): Optimize and show what groups were skipped.
12914
12915 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12916
12917         Minor bug fixes for gnus-sync.el.
12918
12919         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12920         Don't read the sync on get-new-news.
12921
12922         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12923         quiet.
12924
12925         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12926         (fix typo).
12927
12928 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12929
12930         Make saving and restoring of hidden threads work with overlays.
12931         Patch applied by Ted Zlatanov.
12932
12933         * gnus-sum.el (gnus-hidden-threads-configuration)
12934         (gnus-restore-hidden-threads-configuration): Update to deal with text
12935         properties, rather than searching for a magic character.
12936
12937 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12938
12939         New gnus-sync.el library for synchronization of marks.
12940
12941         * gnus-sync.el: New library for synchronization of marks.
12942
12943         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12944         renamed from `gnus-registry-grep-in-list'.
12945
12946         * gnus-registry.el (gnus-registry-follow-group-p):
12947         Use `gnus-grep-in-list'.
12948
12949         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12950
12951 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12954         determining charset of text fails.
12955
12956 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * nnmail.el (nnmail-get-new-mail-1): Revert.
12959
12960         * nnml.el (nnml-active-number): Make sure names of newly created groups
12961         in nnml-group-alist are encoded.
12962
12963 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12966         containing non-ASCII characters in active file for nnml back end.
12967
12968 2010-07-24  David Engster  <dengste@eml.cc>
12969
12970         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12971         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12972
12973 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12974
12975         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12976         tag (Bug#6654).
12977
12978 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12981         the article buffer, not the summary buffer.
12982
12983 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12986         Emacs 23 as well.
12987
12988 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12991         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12992
12993 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12994
12995         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12996         Patch applied by Karl Fogel.
12997
12998         * gnus-sum.el (gnus-summary-bookmark-make-record):
12999         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13000
13001 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13002
13003         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13004         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13005         C-w still not working correctly from Article buffers; Thierry's
13006         patch to fix that will be applied after this.
13007
13008         * gnus-art.el (bookmark-make-record-function): New local variable.
13009
13010         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13011         article buffer.
13012         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13013
13014 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13015
13016         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13017         on changes in bookmark.el.
13018
13019 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13022         `no-log' instead of message not to log prompt string.
13023
13024 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13025
13026         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13027         the *other* type of HTML form submission.
13028
13029 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13030
13031         * auth-source.el (auth-source-pick): If choice does not contain a
13032         questioned keyword, set the check to t.
13033
13034 2010-06-12  Romain Francoise  <romain@orebokech.com>
13035
13036         * gnus-util.el (gnus-date-get-time): Move up before first use.
13037
13038 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13041         (gnus-article-edit-part): Bind it to make last part that is substituted
13042         or deleted visible.
13043         (gnus-mime-display-single): Buttonize part of which id equals to
13044         gnus-mime-buttonized-part-id.
13045
13046 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13047
13048         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13049         (gnus-dd-mmm): Use gnus-date-get-time.
13050         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13051         simplify logic.
13052         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13053         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13054
13055 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13056
13057         * auth-source.el (top): Autoload `secrets-list-collections',
13058         `secrets-create-item', `secrets-delete-item'.
13059         (auth-sources): Fix tag string.
13060         (auth-get-source, auth-source-retrieve, auth-source-create)
13061         (auth-source-delete): New defuns.
13062         (auth-source-pick): Rewrite in order to avoid 2 passes.
13063         (auth-source-forget-user-or-password): New parameter USERNAME.
13064         (auth-source-user-or-password): New parameters CREATE-MISSING and
13065         DELETE-EXISTING.  Retrieve password interactively, if needed.
13066
13067 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13068
13069         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13070         deleting unused directories when gnus-expert-user is t.
13071
13072 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13075         for each temp file when gnus-article-browse-delete-temp is ask.
13076
13077 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13078
13079         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13080         Replace Lisp calls to delete-backward-char by calls to delete-char.
13081
13082 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13083
13084         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13085
13086 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13087
13088         * password-cache.el (password-cache-remove): Fix docstring.
13089
13090 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13093         article unless decoding article to be saved.
13094
13095 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13098         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13099         generated within the mm-with-unibyte-current-buffer macro.
13100
13101 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13104         to nil when we're in a mml-preview buffer and no group is selected.
13105
13106 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13107
13108         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13109         when catching the `C-g'.  Reported by "Leo".
13110
13111 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * message.el (message-forward-make-body-plain)
13114         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13115         multibyte-string-p.
13116
13117         * lpath.el: Revert.
13118
13119 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * message.el (message-forward-make-body-mml): Assume original message
13122         is multibyte string; error on unibyte.
13123         (message-forward-make-body-plain): Ditto; don't add excessive newline
13124         in body end.
13125
13126         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13127
13128 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13129
13130         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13131         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13132
13133 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * mm-extern.el (mm-extern-url): Don't use
13136         mm-with-unibyte-current-buffer.
13137         (mm-extern-cache-contents): Use with-current-buffer instead of
13138         save-excursion + set-buffer.
13139
13140 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * mm-util.el (mm-emacs-mule): Remove.
13143
13144 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13145
13146         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13147         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13148         change.
13149
13150 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13153         bind the default value of enable-multibyte-characters to nil.
13154
13155 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * message.el (message-forward-make-body-plain)
13158         (message-forward-make-body-mml):
13159         Don't use mm-with-unibyte-current-buffer.
13160
13161 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13162
13163         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13164
13165 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13166
13167         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13168         (Bug#5592).
13169
13170 2010-05-07  Julien Danjou  <julien@danjou.info>
13171
13172         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13173         it to mm-pipe-part.
13174
13175         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13176         it is given.
13177
13178 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * binhex.el (binhex-decode-region-internal):
13181         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13182         (dns-query):
13183         * nnweb.el (nnweb-gmane-search):
13184         * pgg-parse.el (pgg-parse-armor):
13185         * pgg.el (pgg-verify-region):
13186         * sha1.el (sha1-string-external):
13187         * uudecode.el (uudecode-decode-region-internal):
13188         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13189         XEmacs.
13190
13191         * gnus-art.el (gnus-article-browse-html-parts):
13192         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13193         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13194         make-temp-file.
13195
13196         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13197         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13198         compiling.
13199
13200         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13201         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13202         XEmacs when compiling.
13203
13204         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13205         gnus-pick-mode-off-hook for XEmacs when compiling.
13206         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13207         gnus-binary-mode-off-hook for XEmacs when compiling.
13208
13209         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13210         Return nil if char-charset is not available.
13211
13212         * imap.el (imap-disable-multibyte)
13213         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13214         macros.
13215
13216         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13217         instead of encode-coding-string.
13218
13219         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13220         'xemacs) instead of mm-emacs-mule to switch function definitions.
13221         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13222
13223         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13224         bind temporary-file-directory for XEmacs;
13225         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13226         timer-set-function for XEmacs 21.4 and SXEmacs;
13227         bind timer-list for XEmacs 21.4 and SXEmacs;
13228         fbind char-charset and find-charset-region for non-Mule XEmacs;
13229         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13230         encode-coding-region and encode-coding-string for XEmacs having no
13231         file-coding feature.
13232
13233 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13234
13235         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13236
13237 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13240         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13241
13242 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13243
13244         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13245         alias `jka-compr-delete-temp-file' no longer exists.
13246
13247 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13248
13249         Use define-minor-mode in Gnus where applicable.
13250         * mml.el (mml-mode): Use define-minor-mode.
13251         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13252         (gnus-undo-mode): Use define-minor-mode.
13253         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13254         (gnus-dead-summary-mode): Use define-minor-mode.
13255         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13256         Initialize in declaration.
13257         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13258         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13259         (gnus-mailing-list-mode): Use define-minor-mode.
13260         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13261         (gnus-draft-mode): Use define-minor-mode.
13262         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13263         (gnus-dired-mode): Use define-minor-mode.
13264
13265 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13266
13267         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13268         handles on recursive mml-to-mime translation and check them for
13269         boundary delimiter collisions.  Reported by Greg Troxel.
13270
13271 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13274
13275 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13276
13277         * mm-util.el (mm-find-buffer-file-coding-system):
13278         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13279
13280 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13281
13282         * message.el (message-generate-headers): Record insertion of optional
13283         headers as well.  Otherwise the check to prevent repeated insertion of
13284         optional headers is a no-op.
13285
13286 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13287
13288         * smime.el: Don't mention CVS.
13289
13290         * nnrss.el (nnrss-fetch): Don't mention CVS.
13291
13292         * nnir.el: Don't mention CVS.
13293
13294 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13295
13296         * gnus-sum.el (gnus-summary-bookmark-make-record):
13297         Add `location' field.
13298
13299 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * lpath.el: Fbind bookmark-default-handler,
13302         bookmark-get-bookmark-record, bookmark-make-record-default,
13303         bookmark-prop-get for Emacs <23 and XEmacs.
13304
13305 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13306
13307         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13308         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13309         Use with-current-buffer to silence the byte-compiler.
13310         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13311         bother to require `gnus'.
13312         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13313
13314 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13315
13316         * gnus-sum.el (gnus-summary-bookmark-make-record)
13317         (gnus-summary-bookmark-jump): New functions.
13318         (gnus-summary-mode): Setup bookmark support.
13319
13320 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13321
13322         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13323         if set.
13324
13325 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13328         gnus-article-browse-html-save-cid-image; make it work recursively for
13329         forwarded messages as well.
13330         (gnus-article-browse-html-parts): Work when prefix arg is given.
13331         (gnus-article-browse-html-article): Doc fix.
13332
13333 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13334
13335         * message.el (message-default-mail-headers)
13336         (message-default-headers): Carry the value mail-default-headers over
13337         into message-default-mail-headers, rather than message-default-headers.
13338
13339 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13340
13341         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13342         charset.
13343
13344         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13345         charset into the <meta> tag when the article is encoded to utf-8.
13346
13347 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * gnus-art.el (gnus-article-browse-delete-temp-files):
13350         Delete directories as well.
13351         (gnus-article-browse-html-parts): Work for images that do not specify
13352         file names; delete temp directory when quitting; insert header at the
13353         right place; use file: scheme for image files.
13354
13355 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13356
13357         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13358         (gnus-article-browse-html-parts): Use it to make temporary cid image
13359         files in addition to html file so that browser may display them.
13360
13361 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13364
13365 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13366
13367         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13368
13369 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         * auth-source.el (auth-sources): Change default to be simpler.
13372         Explain about Secret Service API sources.  Improve Customize options.
13373         (auth-source-pick): Change to accept any number of search parameters.
13374         Implement fallbacks iteratively, not recursively.  Add scoring on the
13375         second pass and sort by score.  Call Secret Service API when needed.
13376         (auth-source-user-or-password): Use it.  Call Secret Service API
13377         directly when needed to get the user name and the password.
13378
13379 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13380
13381         * message.el (message-interactive): Doc fix.
13382         (message-qmail-inject-args): Reflow.
13383         (message-kill-to-signature): Fix typo in docstring.
13384
13385         * smiley.el (smiley-buffer): Fix typo in docstring.
13386
13387 2010-03-24  Glenn Morris  <rgm@gnu.org>
13388
13389         * mail-source.el (gnus-message): Declare.
13390         (mail-source-delete-old-incoming): Require gnus-util.
13391
13392 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13395
13396         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13397
13398         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13399         password-cache's default if it is not bound.
13400         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13401         password-cache-expiry's default if it is not bound.
13402
13403         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13404         available in Emacs 21.
13405
13406         * lpath.el: Suppress compiler warnings for:
13407         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13408         XEmacs;
13409         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13410         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13411         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13412
13413 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13414
13415         * auth-source.el (auth-sources): Fix up definition so extra parameters
13416         are always inline.
13417
13418 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13419
13420         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13421         wasn't updated after mismatch.  Clear cached mailbox info correctly
13422         when uidvalidity changes.
13423         (nnimap-group-prefixed-name): New function to avoid some code
13424         duplication.
13425         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13426         (nnimap-request-group): Use it.
13427         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13428         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13429         with many imap folders.  This is done by caching the group status from
13430         the imap server persistently in a group parameter `imap-status'.  (This
13431         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13432         but not persistently, so every Gnus startup was still very slow.)
13433
13434 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13435
13436         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13437         delete the extra newline.  Otherwise editing of :string and :number
13438         types don't work.
13439
13440 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13441
13442         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13443         secrets.el dependency.
13444         (auth-sources): Add optional user name.  Add secrets.el configuration
13445         choice (unused right now).
13446
13447 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13448
13449         * gnus-sum.el (gnus-summary-make-menu-bar):
13450         Let `gnus-registry-install-shortcuts' fill in the functions.
13451
13452         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13453         warnings.
13454         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13455         (gnus-registry-install-shortcuts): Populate and use it in a
13456         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13457
13458 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13459
13460         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13461         In-place substitutions for the group name encoding/decoding.
13462         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13463         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13464         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13465         (nnimap-update-unseen, nnimap-request-list)
13466         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13467         (nnimap-request-set-mark, nnimap-split-to-groups)
13468         (nnimap-split-articles, nnimap-request-newgroups)
13469         (nnimap-request-create-group, nnimap-request-accept-article)
13470         (nnimap-request-delete-group, nnimap-request-rename-group)
13471         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13472         `encoded-mbx' for consistency.
13473         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13474         variable `imap-current-mailbox'.
13475
13476         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13477         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13478
13479 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13480
13481         * pop3.el (pop3-display-message-size-flag): Display message size byte
13482         counts during POP3 download.
13483         (pop3-movemail): Use it.
13484         (pop3-list): Implement listing of available messages.
13485
13486 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13487
13488         * nnir.el (nnir-get-article-nov-override-function): New function to
13489         override the normal NOV retrieval.
13490         (nnir-retrieve-headers): Use it.
13491
13492 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13493
13494         * auth-source.el (netrc-machine-user-or-password): Autoload.
13495
13496 2010-03-19  Glenn Morris  <rgm@gnu.org>
13497
13498         Stop message.el from loading about 40 libraries it doesn't always need.
13499         The general approach is to autoload rather than require, and to
13500         require in the specific functions rather than the file.  (Bug#5642)
13501
13502         * gmm-utils.el: Don't require wid-edit.
13503         (widget-create-child-value, widget-convert, widget-default-get):
13504         Autoload.
13505
13506         * gnus-util.el: Don't require time-date, netrc.
13507         (message-fetch-field, gnus-group-name-decode): Declare rather than
13508         autoloading.
13509         (gnus-fetch-field): Require message.
13510         (gnus-decode-newsgroups): Require gnus-group.
13511
13512         * ietf-drums.el: Don't require time-date.
13513
13514         * message.el: Don't require hashcash, canlock, ecomplete.
13515         Do require mail-utils.  Require nnheader only when compiling.
13516         (smtpmail-default-smtp-server): Remove declaration.
13517         (message-send-mail-function): Check smtpmail-default-smtp-server
13518         is bound rather than requiring smtpmail.
13519         (message-auto-save-directory, message-insert-signature):
13520         Use expand-file-name rather than nnheader-concat.
13521         (nnheader-insert-file-contents): Autoload.
13522         (hashcash-wait-async): Declare.
13523         (message-send-mail): Only call gnus-setup-posting-charset if
13524         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13525         (message-send-mail-with-sendmail): Require sendmail.
13526         (canlock-password, canlock-password-for-verify): Declare.
13527         (message-canlock-password): Require canlock.
13528         (nnheader-get-report): Autoload.
13529         (gnus-setup-posting-charset): Declare.
13530         (message-send-news): Require gnus-msg.
13531         (message-make-references, message-make-in-reply-to): Use mail-header-id
13532         rather than the alias mail-header-message-id.
13533         (ecomplete-add-item, ecomplete-save): Declare.
13534         (message-put-addresses-in-ecomplete): Require ecomplete.
13535         (ecomplete-display-matches): Autoload.
13536
13537         * mm-decode.el: Don't require mailcap, gnus-util.
13538         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13539         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13540         Autoload.
13541         (mailcap-mime-extensions): Declare.
13542
13543         * mm-encode.el: Don't require mailcap.
13544         (mailcap-extension-to-mime): Autoload.
13545
13546         * mml-sec.el: Don't require password-cache.
13547
13548         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13549         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13550         (mml-minibuffer-read-type): Require mailcap.
13551         (mml-preview): Require gnus-msg.
13552
13553         * mml1991.el: Require password-cache.
13554         (password-cache-expiry): Remove declaration.
13555
13556         * mml2015.el: Require password-cache.
13557         (password-cache-expiry): Remove declaration.
13558
13559         * nneething.el (mailcap): Require mailcap.
13560
13561         * nnheader.el (declare-function): Add compatibility stub.
13562         (message-remove-header): Declare rather than autoload.
13563         (nnheader-replace-header): Require message.
13564
13565         * nnimap.el (declare-function): Add compatibility stub.
13566         (netrc-parse, netrc-machine-user-or-password): Declare.
13567         (nnimap-open-connection): Require netrc.
13568
13569         * nntp.el (declare-function): Add compatibility stub.
13570         (netrc-parse, netrc-machine, netrc-get): Declare.
13571         (nntp-send-authinfo): Require netrc.
13572
13573         * rfc2047.el: Don't require qp.
13574         (quoted-printable-encode-region, quoted-printable-decode-string):
13575         Autoload.
13576
13577         * sieve-mode.el: Don't require easymenu.
13578         (easy-menu-add-item): Autoload it.
13579
13580         * spam-stat.el (time-to-number-of-days): Autoload it.
13581
13582 2010-03-19  Glenn Morris  <rgm@gnu.org>
13583
13584         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13585
13586 2010-03-18  Glenn Morris  <rgm@gnu.org>
13587
13588         * hashcash.el (declare-function): Remove duplicate definition.
13589
13590 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13591
13592         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13593         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13594         value if any backslash escapes).
13595
13596 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13599         if it is available.  (bug#5647)
13600
13601         * lpath.el: Suppress compiler warning for coding-system-from-name for
13602         Emacs 21 and XEmacs.
13603
13604 2010-03-14  Juri Linkov  <juri@jurta.org>
13605
13606         * hmac-def.el:
13607         * hmac-md5.el:
13608         * netrc.el: Fix keywords.
13609
13610 2010-02-26  Glenn Morris  <rgm@gnu.org>
13611
13612         * message.el (message-send-mail-function): Change the default, so that
13613         it inherits from a customized send-mail-function.  (Bug#5643)
13614
13615 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13616
13617         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13618         shell-command-to-string signals an error (bug#5299).
13619
13620 2010-02-24  Glenn Morris  <rgm@gnu.org>
13621
13622         * message.el (message-smtpmail-send-it)
13623         (message-send-mail-with-mailclient): Doc fixes.
13624
13625 2010-02-16  Glenn Morris  <rgm@gnu.org>
13626
13627         * message.el (message-default-mail-headers): Change the default value
13628         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13629
13630 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13633         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13634
13635 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13636
13637         * time-date.el (date-to-time): Doc fix (Bug#5408).
13638
13639 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13640
13641         * message.el (message-mail): Just pass yank-action on to message-setup.
13642         (message-setup): Handle (FUN . ARGS) form of yank-action.
13643         (message-with-reply-buffer, message-widen-reply)
13644         (message-yank-original): Handle non-buffer values of
13645         message-reply-buffer (Bug#4080).
13646         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13647
13648 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13649
13650         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13651         Fix typo in docstring.
13652
13653 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13654
13655         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13656         response.
13657
13658 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13661
13662         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13663
13664         * message.el (message-check-news-header-syntax): Protect against a
13665         string that `rfc822-addresses' returns when parsing fails.
13666
13667 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13670         (gnus-previous-char-property-change): New functions.
13671
13672         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13673
13674 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13675
13676         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13677         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13678
13679 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13680
13681         * message.el (message-exchange-point-and-mark): Rework last change to
13682         avoid using optional arg of exchange-point-and-mark, for backward
13683         compatibility.
13684
13685 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13686
13687         * message.el (message-exchange-point-and-mark):
13688         Call exchange-point-and-mark with an argument rather than setting
13689         mark-active by hand (Bug#5175).
13690
13691 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * nntp.el (nntp-service-to-port): Work for service expressed with
13694         numeric string; replace [:digit:] with [0-9] for XEmacs.
13695
13696 2009-12-17  Glenn Morris  <rgm@gnu.org>
13697
13698         * gnus-group.el (gnus-bug-group-download-format-alist):
13699         Change emacs entry to debbugs.gnu.org.  Bump :version.
13700
13701 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13704
13705 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13706
13707         * message.el (message-info): Explain why we use `Info-goto-node'.
13708
13709 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13712
13713 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13714
13715         * message.el (message-completion-in-region): New compatibility function.
13716         (message-expand-group): Use it.
13717
13718 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13721         with no unread article should be listed if the 2nd arg `predicate' is
13722         given.
13723
13724 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13727
13728 2009-11-29  Juri Linkov  <juri@jurta.org>
13729
13730         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13731         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13732         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13733
13734 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13735
13736         * sha1.el (sha1-string-external): default-directory "/" in case
13737         otherwise non-existent.  process-connection-type pipe for touch of
13738         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13739
13740 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13741
13742         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13743         it's comms related and sgml-mode.el has "comm" on that basis too.
13744
13745 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13748         containing tspecial characters if they have been already quoted.
13749
13750 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13751
13752         * dns-mode.el (auto-mode-alist): Purecopy string.
13753
13754 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13755
13756         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13757
13758 2009-10-24  Glenn Morris  <rgm@gnu.org>
13759
13760         * gnus-art.el (help-xref-stack-item): Define for compiler.
13761
13762 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13763
13764         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13765
13766 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13769
13770 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13773         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13774
13775 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13778         (gnus-overlays-in): New alias to overlays-in.
13779
13780         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13781         gnus-overlay-get, and gnus-delete-overlay.
13782         (gnus-summary-show-thread): Make it work as well for systems in which
13783         next-single-char-property-change is not available.
13784         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13785
13786         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13787         (gnus-overlay-get): New alias to extent-property.
13788         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13789
13790         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13791         SXEmacs.
13792
13793         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13794         SXEmacs.
13795
13796 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13797
13798         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13799
13800 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13801
13802         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13803         and XEmacs that don't have `remove-overlays'.
13804
13805 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13806
13807         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13808         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13809         selective display.  Use overlays instead.
13810
13811 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13812
13813         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13814
13815 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13816
13817         * spam-stat.el (spam-stat-load): Fix typo in message.
13818
13819 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13820
13821         * dig.el (dig-invoke): Fix typo in docstring.
13822         (query-dig): Reflow docstring.
13823
13824 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13825
13826         * gnus-art.el (gnus-article-encrypt-body):
13827         * message.el (message-check-recipients):
13828         * mm-util.el (mm-codepage-setup):
13829         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13830         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13831
13832 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13833
13834         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13835         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13836         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13837         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13838         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13839
13840 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13841
13842         * dig.el: Add "Keywords: comm", as per net-utils.el.
13843
13844 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13845
13846         * dig.el (dig-mode): Use define-derived-mode.
13847
13848 2009-09-19  Glenn Morris  <rgm@gnu.org>
13849
13850         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13851
13852 2009-09-18  Glenn Morris  <rgm@gnu.org>
13853
13854         * gnus-diary.el (gnus-diary-check-message):
13855         * message.el (message-insert-formatted-citation-line):
13856         * nnbabyl.el (top-level):
13857         * nndiary.el (nndiary-schedule):
13858         Fix typos in condition-case handlers.
13859
13860 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13863         configuration that provides the sole article window in a frame;
13864         position point correctly after deleting a part.
13865
13866 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13867
13868         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13869         (spam-resolve-registrations-routine): Use it to unregister articles
13870         that change status.
13871
13872 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13875         with XEmacs.
13876         (parse-time-string-chars): Use it.
13877
13878 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13879
13880         * imap.el (imap-interactive-login): Better messages.
13881         (imap-open): Fix bug with renamed buffer on reconnect.
13882         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13883         for easier debugging and cleaner code.  On successful (guessed based on
13884         server capabilities) secondary authentication, set imap-state
13885         correctly.
13886         (imap-last-authenticator): Define imap-last-authenticator as a variable
13887         to avoid warnings.
13888
13889 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * nnrss.el (nnrss-request-article): Remove binding of
13892         default-enable-multibyte-characters that has gotten needless by
13893         the 2007-07-13 change in rfc2047-encode-message-header.
13894
13895         * mml.el (mml-insert-multipart): Error on the message header.
13896         (mml-insert-part): Error on the message header; position point at
13897         the end of a MIME tag.
13898
13899 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * time-date.el (autoload): Expand define-obsolete-function-alias into
13902         defalias and make-obsolete for old Emacsen that Gnus supports.
13903         (with-no-warnings): Define it for old Emacsen.
13904         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13905         is available.
13906         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13907         float-time is available; suppress compile warning for time-to-seconds.
13908
13909         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13910         (gnus-float-time): Alias to float-time if it exists.
13911
13912         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13913         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13914         float-time is available; suppress compile warning for time-to-seconds.
13915
13916         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13917         XEmacs.
13918
13919 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13920
13921         * imap.el (imap-message-map): Docstring fix.
13922
13923 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13926         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13927         Add the optional argument `encoding' that overrides the default.
13928
13929         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13930         mm-encode-buffer.
13931
13932 2009-09-04  Glenn Morris  <rgm@gnu.org>
13933
13934         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13935         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13936         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13937         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13938         * mm-util.el (mm-with-unibyte-current-buffer)
13939         (mm-find-buffer-file-coding-system):
13940         * yenc.el (yenc-decode-region): Use default-value rather than
13941         default-enable-multibyte-characters.
13942
13943 2009-09-03  Glenn Morris  <rgm@gnu.org>
13944
13945         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13946         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13947         than default-enable-multibyte-characters.
13948
13949 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13950
13951         * gnus-art.el (gnus-article-read-summary-keys):
13952         Fix gnus-buffer-configuration's value temporarily used.
13953
13954 2009-09-02  Glenn Morris  <rgm@gnu.org>
13955
13956         * gnus-util.el (gnus-float-time): New function.
13957         * gnus-delay.el (gnus-delay-article):
13958         * gnus-sum.el (gnus-thread-latest-date):
13959         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13960         * nnspool.el (nnspool-request-newgroups):
13961         Use gnus-float-time rather than time-to-seconds.
13962         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13963
13964         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13965         (gnus-header-subject-face, gnus-header-newsgroups-face)
13966         (gnus-header-name-face, gnus-header-content-face):
13967         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13968         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13969         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13970         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13971         (gnus-cite-face-11):
13972         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13973         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13974         (gnus-server-closed-face, gnus-server-denied-face)
13975         (gnus-server-offline-face):
13976         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13977         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13978         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13979         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13980         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13981         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13982         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13983         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13984         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13985         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13986         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13987         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13988         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13989         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13990         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13991         (gnus-summary-high-undownloaded-face)
13992         (gnus-summary-low-undownloaded-face)
13993         (gnus-summary-normal-undownloaded-face)
13994         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13995         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13996         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13997         (gnus-splash-face):
13998         * message.el (message-header-to-face, message-header-cc-face)
13999         (message-header-subject-face, message-header-newsgroups-face)
14000         (message-header-other-face, message-header-name-face)
14001         (message-header-xheader-face, message-separator-face)
14002         (message-cited-text-face, message-mml-face):
14003         * sieve-mode.el (sieve-control-commands-face)
14004         (sieve-action-commands-face, sieve-test-commands-face)
14005         (sieve-tagged-arguments-face):
14006         * spam.el (spam-face):
14007         Mark face aliases with "-face" in the name as obsolete.
14008
14009 2009-09-01  Glenn Morris  <rgm@gnu.org>
14010
14011         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14012         than goto-line.
14013
14014 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14017         Don't move point if the command is invoked inside the message header.
14018
14019 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14020
14021         * imap.el (imap-send-command): Simplify.
14022         (imap-wait-for-tag): point-max -> buffer-size.
14023
14024 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14025
14026         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14027         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14028         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14029         * nnir.el (nnir-swish-e-index-file):
14030         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14031         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14032         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14033         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14034         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14035         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14036
14037 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14040         Don't save excursion.
14041
14042 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14043
14044         * nnheader.el (nnheader-find-file-noselect):
14045         * mm-util.el (mm-insert-file-contents):
14046         Use (default-value 'major-mode) instead of default-major-mode.
14047
14048 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14049
14050         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14051
14052 2009-08-26  Glenn Morris  <rgm@gnu.org>
14053
14054         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14055         than placing in files.el.
14056
14057 2009-08-25  Glenn Morris  <rgm@gnu.org>
14058
14059         * nnir.el (top-level): Don't require cl at run-time.
14060         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14061         Replace cl-function substitute with gnus-replace-in-string.
14062         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14063         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14064         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14065         simplified expansions.
14066
14067 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14068
14069         * dig.el (dig): Add autoload cookie.
14070
14071 2009-08-22  Glenn Morris  <rgm@gnu.org>
14072
14073         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14074         goto-line.
14075
14076 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14077
14078         * parse-time.el (parse-time-string-chars): Save match data.
14079
14080 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14081
14082         * parse-time.el (parse-time-string-chars): Compute using character
14083         classes, to handle non-ascii characters (Bug#3190).
14084
14085 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14088
14089         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14090         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14091         (gnus-mm-display-part, gnus-mime-display-single)
14092         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14093         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14094
14095         * gnus-sum.el
14096         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14097         (gnus-summary-move-article): Add expirable mark to articles copied or
14098         moved to group that has auto-expire turned on if the option is non-nil.
14099
14100 2009-07-24  Glenn Morris  <rgm@gnu.org>
14101
14102         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14103         Fix typo.  (Bug#3903)
14104
14105 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14108         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14109         that should not be used for draft articles.
14110         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14111         that has no concern in minor mode keys.
14112         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14113         Abolish.
14114
14115 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14118         article without making inquiry to a user for unknown encoding.
14119
14120         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14121         (nnmaildir--scan): Assume i-node and device number that file-attributes
14122         returns might be cons-cell.
14123
14124         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14125
14126         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14127
14128 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14129
14130         * auth-source.el: Remove docs now in auth.texi.  Don't use
14131         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14132         `auth-source-hide-passwords' and use them.
14133
14134 2009-07-15  Glenn Morris  <rgm@gnu.org>
14135
14136         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14137
14138 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14141         excessive whitespace from the default values of title and description.
14142
14143 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14146         mail-fetch-field to fetch Content-Description header in order to
14147         exclude newlines.
14148
14149 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14150
14151         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14152         format used by GnuPG 2.0.11.
14153
14154 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14157         to deleted part.
14158
14159 2009-05-30  David Engster  <dengste@eml.cc>
14160
14161         * nnmairix.el: Remove old documentation in the commentary block.
14162         (nnmairix-request-group): Do not update active file for nnml back ends.
14163         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14164         end so that overview files are ignored.
14165         (nnmairix-update-groups): Make updating the groups more robust by using
14166         marks.
14167         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14168         with dollar characters in message-id.
14169
14170 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14173         2008-12-25 in dns.el.
14174
14175 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14176
14177         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14178         could happen if the text is only composed of spaces and/or tabs.
14179
14180 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14181
14182         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14183         when sending a queued message to avoid extra mml tags.
14184
14185 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14188
14189 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14192         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14193         rmail-toggle-header for XEmacs;
14194         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14195
14196 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-dired.el: Remove autoload for gnus-setup-message.
14199         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14200         displaying Gnus logo; always use compose-mail.
14201
14202 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14205
14206 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14209         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14210         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14211         available.
14212         (gnus-nocem-epg-verify): New function.
14213
14214 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14217
14218 2009-02-15  Glenn Morris  <rgm@gnu.org>
14219
14220         * gnus-util.el (rmail-insert-rmail-file-header)
14221         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14222         autoloads.
14223         (rmail-default-rmail-file): Remove unnecessary declaration.
14224         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14225
14226 2009-02-14  Glenn Morris  <rgm@gnu.org>
14227
14228         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14229         variable (only used in gnus-util, which declares it anyway).
14230         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14231         which was only needed by gnus-art (changed to not use it any more).
14232         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14233         only used in gnus-util, which autoloads it itself.
14234         (rmail-update-summary): Fix autoload.
14235
14236         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14237         rather than rmail-output-to-rmail-file.
14238
14239 2009-02-07  Glenn Morris  <rgm@gnu.org>
14240
14241         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14242         autoload of function that no longer exists.
14243         (rmail-toggle-header): Declare.
14244         (message-forward-rmail-make-body): Handle mbox Rmail.
14245
14246 2009-01-31  Glenn Morris  <rgm@gnu.org>
14247
14248         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14249         2009-01-09 change.
14250
14251 2009-01-31  Dave Love  <fx@gnu.org>
14252
14253         * imap.el (imap-fetch-safe): Bind debug-on-error.
14254         (imap-debug): Add imap-fetch-safe.
14255
14256 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14257
14258         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14259         (auth-source-forget-all-cached): New convenience function.
14260         (auth-source-user-or-password): Accept list of modes or a single mode.
14261
14262         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14263         auth-source modes.
14264
14265         * netrc.el (netrc-machine-user-or-password): Use list of
14266         auth-source modes.
14267
14268         * nnimap.el (nnimap-open-connection): Use list of
14269         auth-source modes.
14270
14271         * nntp.el (nntp-send-authinfo): Use list of
14272         auth-source modes.
14273
14274 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14275
14276         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14277         now.
14278
14279 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14282         coding system in XEmacs; add a workaround for XEmacs.
14283
14284         * lpath.el: Fbind coding-system-aliasee.
14285
14286 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14289         of current-language-environment.
14290
14291 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14294         available at runtime.
14295
14296 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14299
14300 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14301
14302         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14303         the greatest positive fixnum value doesn't work under an XEmacs with
14304         bignum support; use the most-positive-fixnum constant instead,
14305         available since Emacs 21.1 with cl and XEmacs 21.1.
14306
14307 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14310         XEmacs gets not to work.
14311
14312 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * mm-util.el (mm-coding-system-priorities): Allow the value like
14315         "Japanese (UTF-8)" of current-language-environment.
14316
14317 2009-01-09  Glenn Morris  <rgm@gnu.org>
14318
14319         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14320         with last-command-event.
14321
14322 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14323
14324         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14325         in the doc string.
14326
14327         * message.el (message-fix-before-sending): Amend comment.
14328
14329 2009-01-08  Dave Love  <fx@gnu.org>
14330
14331         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14332
14333 2009-01-07  David Engster  <dengste@eml.cc>
14334
14335         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14336         simplified server definitions by converting it via
14337         gnus-server-to-method.
14338
14339 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14342         parameter's operands.
14343
14344 2009-01-06  David Engster  <dengste@eml.cc>
14345
14346         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14347         primary select method (for gnus-group-mark-article-as-read).
14348
14349 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14350
14351         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14352         `(gnus)Face', not `(gnus)X-Face'.
14353
14354 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * mm-util.el (mm-ucs-to-char): New function.
14357
14358         * mm-url.el (mm-url-decode-entities): Use it.
14359
14360         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14361         unicode-to-char.
14362
14363 2009-01-05  Dave Love  <fx@gnu.org>
14364
14365         * time-date.el: Require cl for `declare'.
14366
14367 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14368
14369         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14370         Dave Love.
14371
14372 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * message.el (message-fix-before-sending): Add `eight-bit' to
14375         illegible-text check.
14376
14377 2009-01-03  Michael Olson  <mwolson@gnu.org>
14378
14379         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14380         `headers' is nil.  This can occur if the IMAP server does not have
14381         permissions to read messages from a folder, but can write new messages
14382         to the folder.
14383         (nnimap-request-article-part): Do not insert `data' if it is nil.
14384
14385         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14386         characters which will confuse `read', so skip past them.
14387
14388 2009-01-01  Dave Love  <fx@gnu.org>
14389
14390         * imap.el (imap-string-to-integer): Fix typo.
14391         (imap-fetch-safe): New function.
14392         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14393
14394         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14395
14396         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14397         (imap-parse-greeting): Fix doc strings.
14398         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14399         (imap-parse-flag-list): Make messages unique.
14400         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14401
14402         * nnimap.el: Fix author email.
14403         (nnimap-split-rule): Add FIXME comment.
14404         (nnimap-debug): Fix doc string.
14405
14406 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14409
14410 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14413         nslookup if resolv.conf isn't available.
14414         (dns-query): Rename from query-dns.
14415         (dns-query-cached): Rename from query-dns-cached.
14416
14417 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14420         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14421         to check if those variables exist (first appeared in Emacs 18.50).
14422
14423 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * mm-util.el (mm-line-number-at-pos): New function.
14426
14427         * spam-report.el (spam-report-process-queue): Use it.
14428
14429 2008-12-24  David Engster  <dengste@eml.cc>
14430
14431         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14432         parameters that haven't existed as variables as buffer-local variables.
14433
14434 2008-12-23  Dave Love  <fx@gnu.org>
14435
14436         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14437         cadar.
14438
14439         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14440         imap-starttls-p.
14441         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14442
14443 2008-12-22  Dave Love  <fx@gnu.org>
14444
14445         * imap.el: Fix author email.  Doc fixes.
14446         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14447         reply.
14448
14449 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * spam-report.el (spam-report-gmane-max-requests): New constant.
14452         (spam-report-gmane-wait): New variable.
14453         (spam-report-gmane-ham, spam-report-gmane-spam)
14454         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14455         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14456         the server.
14457
14458         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14459         Add explanations.
14460
14461         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14462         nnheader-accept-process-output and nnheader-read-timeout if available.
14463         (pop3-movemail): Use it.
14464
14465         * message.el (message-check-news-body-syntax): Fix signature check if
14466         there's an attachment.
14467
14468 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * mm-util.el: Add comments to the mm- emulating functions.
14471
14472 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14475         Reported by Stephen Berman <stephen.berman@gmx.net>.
14476
14477 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * mm-util.el (mm-substring-no-properties): New function.
14480         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14481         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14482         (mm-string-to-multibyte): Doc fix.
14483
14484         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14485
14486 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * mml.el (mml-attach-file): Strip text properties from file name.
14489         (Bug#1574)
14490
14491 2008-12-16  Glenn Morris  <rgm@gnu.org>
14492
14493         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14494
14495 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14498         knows since the charset specified might be a bogus alias that
14499         mm-charset-synonym-alist provides.
14500
14501 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14504         "ISO_8859-1".
14505
14506         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14507
14508 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * mm-util.el (mm-charset-eval-alist):
14511         Define it before mm-charset-to-coding-system.
14512         (mm-charset-to-coding-system): Add optional argument `silent';
14513         define it before mm-charset-override-alist.
14514         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14515         default value if it can be used in Emacs currently running;
14516         silence mm-charset-to-coding-system.
14517
14518 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14521         `allow-override' which says whether to use `mm-charset-override-alist'.
14522         (rfc2047-decode-encoded-words): Use it.
14523
14524         * mm-util.el (mm-charset-override-alist): Fix custom type;
14525         add `(gb2312 . gbk)' to choices.
14526
14527 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14530         fast.
14531
14532         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14533
14534         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14535
14536 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14537
14538         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14539         on links.
14540
14541         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14542
14543 2008-12-03  Lute Kamstra  <lute@gnu.org>
14544
14545         * sha1.el: Remove leading * from docstrings of defcustoms,
14546         deffaces, defconsts and defuns.
14547
14548 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14551         users' addresses that don't have domain parts.
14552         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14553         rather than message-narrow-to-head since there will be the message
14554         header separator.
14555
14556 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14557
14558         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14559         since the result is inserted in a unibyte buffer anyway.
14560         (nnimap-demule-use-string-to-multibyte): Remove.
14561         (nnimap-demule): Alias it to mm-string-to-multibyte.
14562
14563 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14566         variable for debugging bug#464 and bug#1174.
14567         (nnimap-demule): Use it.
14568
14569 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14572         score calculation correctly.
14573
14574 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14575
14576         * message.el (message-send-mail): Just set the buffer to unibyte
14577         rather than use mm-with-unibyte-current-buffer which does a lot more.
14578         (message-send-mail-partially): Don't bother with
14579         mm-with-unibyte-current-buffer since it's already been made unibyte by
14580         message-send-mail.
14581
14582 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14583
14584         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14585
14586 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14587
14588         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14589
14590 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14593         require itself and to remove `with-no-warnings'.
14594
14595 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14596
14597         * starttls.el (starttls-any-program-available): Get the name of the
14598         available TLS layer program.
14599         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14600         well as the host name in the "opening" message.
14601
14602         * auth-source.el (auth-source-cache, auth-source-do-cache)
14603         (auth-source-user-or-password): Cache passwords and logins by default,
14604         allow override with `auth-source-do-cache'.
14605         (auth-source-forget-user-or-password): Allow users to remove cache
14606         entries if needed.
14607
14608 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14609
14610         * md4.el (md4-buffer): Fix typo in docstring.
14611         (md4, md4-64): Doc fixes.
14612         (md4-pack-int32): Reflow docstring.
14613
14614 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14615
14616         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14617         condition-case to only the forward-sexp call.
14618
14619 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14622         quotes contained.  Make it more robust regardless by an extra
14623         condition-case wrapper.
14624
14625 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14628
14629 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * nnml.el (nnml-request-expire-articles): Check if the function set to
14632         `nnmail-expiry-target' returns the symbol `delete'.
14633
14634         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14635
14636         * nnmail.el (nnmail-expiry-target): Fix custom type.
14637
14638 2008-10-02  Glenn Morris  <rgm@gnu.org>
14639
14640         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14641         Silence compiler warning.
14642
14643 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14644
14645         * tls.el (open-tls-stream): Show the actual command being
14646         executed, instead of the format string.
14647
14648 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * lpath.el: Fbind codepage-setup for Emacs 23.
14651
14652 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14653
14654         * mml.el (mml-menu): Don't assume mml2015 is bound.
14655
14656 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14659         exists.
14660
14661 2008-09-27  Glenn Morris  <rgm@gnu.org>
14662
14663         * gnus-util.el (mail-header-remove-comments): Autoload it.
14664
14665 2008-09-27  Andreas Schwab  <schwab@suse.de>
14666
14667         * gnus-util.el (gnus-split-references): Strip comments.
14668         (gnus-parent-id): Likewise.
14669
14670 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * message.el (message-confirm-send): Fix version.
14673
14674 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * message.el (message-idna-to-ascii-rhs-1): Use
14677         mail-extract-address-components rather than mail-header-parse-addresses
14678         that is an alias by default to ietf-drums-parse-addresses that does not
14679         support non-ASCII names in headers' contents.
14680
14681 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14682
14683         * message.el (message-confirm-send): Fix variable documentation to
14684         avoid the "y/n" wording.
14685
14686 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14687
14688         * message.el (message-set-auto-save-file-name): Save to a different
14689         filename so multiple messages (especially drafts) can be recovered.
14690
14691 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14692
14693         * message.el (message-confirm-send): Add appropriate version.
14694
14695 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14696
14697         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14698         defvar.
14699
14700 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14701
14702         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14703         (mm-pkcs7-enveloped-magic): Ditto.
14704
14705 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14706
14707         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14708         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14709
14710 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14711
14712         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14713         default, it's better.
14714
14715 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14716
14717         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14718         summary line gnus-number property and ignore them (with a warning
14719         message).
14720
14721 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14724         macro caddr in the interactive form since it won't be expanded.
14725
14726 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14729         `charset'; fix name of function called recursively.
14730         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14731
14732 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14735         (gnus-mime-set-charset-parameters): New function.
14736         (gnus-mime-view-part-as-charset): Use it to correctly display part
14737         specifying wrong charset.
14738
14739 2008-09-08  David Engster  <dengste@eml.cc>
14740
14741         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14742         in completing-read for back end server.
14743
14744 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14745
14746         * message.el (message-confirm-send): New variable to confirm sending a
14747         message.
14748         (message-send): Use it.
14749
14750 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14751
14752         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14753
14754 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14757
14758 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14759
14760         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14761         prevent tracking too many groups.
14762         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14763         Use it.
14764
14765 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14766
14767         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14768         moving point to the bottom of the window in order to avoid recentering.
14769
14770 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14773
14774         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14775         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14776         (gnus-article-beginning-of-window): Fix calculation.
14777
14778 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * gnus-msg.el (gnus-summary-supersede-article)
14781         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14782         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14783         message header.
14784
14785 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14786
14787         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14788         pending output coming after the status change.
14789
14790 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14791
14792         * message.el:
14793         * gnus-start.el:
14794         * gnus-registry.el: Remove VMS support.
14795
14796 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14799         macro.
14800         (rfc2104-hash): Use it.
14801
14802 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14805         (gnus-summary-sort-by-most-recent-date): New commands.
14806         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14807         and menu entries.
14808
14809 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14812         don't redisplay article for raw contents; remove plural articles stuff.
14813
14814         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14815         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14816         on gnus-summary-save-article; display results properly.
14817
14818 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * lpath.el: No need to fbind ns-focus-frame.
14821
14822 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14825
14826 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-art.el (gnus-summary-save-in-pipe):
14829         Consider gnus-save-all-headers.
14830
14831 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14832
14833         * gnus-util.el (ns-focus-frame): Remove declaration.
14834         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14835         like x.
14836
14837 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14838
14839         * rfc2104.el (rfc2104-zero): Delete defconst.
14840         (rfc2104-hex-alist): Likewise.
14841         (rfc2104-hex-to-int): Delete func.
14842         (rfc2104-hexstring-to-bitstring): Likewise.
14843         (rfc2104-nybbles): New defconst.
14844         (rfc2104-hash): Rewrite for speed.
14845
14846 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * tls.el (open-tls-stream): Make it work with the 2nd argument
14849         BUFFER that is a string but does not exist as a buffer object, as
14850         mentioned in the doc-string.
14851
14852 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14855         SXEmacs.
14856
14857 2008-07-16  Glenn Morris  <rgm@gnu.org>
14858
14859         * gnus-util.el (ns-focus-frame): Declare for compiler.
14860
14861 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14864         set as a group parameter.
14865         (gnus-summary-save-in-pipe): Work when it is called independently.
14866         (gnus-summary-pipe-to-muttprint): Don't modify
14867         gnus-summary-pipe-output-default-command.
14868
14869 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14870
14871         * message.el (message-send-mail-with-sendmail):
14872         Display the error message.
14873
14874 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * gnus-art.el (gnus-default-article-saver):
14877         Add gnus-summary-save-in-pipe to choices.
14878         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14879         gnus-summary-pipe-output-default-command as the default command.
14880         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14881         instead of gnus-last-shell-command.
14882
14883         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14884         New user option.
14885         (gnus-summary-muttprint-program): Mention the value will be changed.
14886         (gnus-summary-save-article): Force showing of all headers.
14887         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14888
14889 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14890
14891         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14892
14893 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14894
14895         * nnimap.el (nnimap-id):
14896         * sieve-manage.el (sieve-manage-open): Doc fixes.
14897
14898 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14899
14900         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14901         if available.
14902
14903 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14904
14905         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14906
14907         * nnkiboze.el (nnkiboze-generate-group):
14908         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14909
14910         * nnmairix.el: Require CL.
14911
14912 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * dgnushack.el: Autoload get-display-table and put-display-table for
14915         XEmacs 21.5.
14916
14917         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14918         21.4 and SXEmacs.
14919
14920 2008-06-15  David Engster  <dengste@eml.cc>
14921
14922         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14923
14924 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14925
14926         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14927         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14928         runtime choice under XEmacs.
14929
14930         * gnus-sum.el (gnus-summary-set-display-table):
14931         Use `gnus-put-display-table', `gnus-get-display-table',
14932         `gnus-set-display-table' for the display table, instead of `aset'.
14933
14934         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14935         Use `gnus-put-display-table', `gnus-get-display-table',
14936         `gnus-set-display-table' for the display table.
14937
14938 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * nnmairix.el: Add autoloads.
14941
14942 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * nnmairix.el (nnmairix-delete-recreate-group)
14945         (nnmairix-update-and-clear-marks): Fix error messages.
14946
14947 2008-06-14  David Engster  <dengste@eml.cc>
14948
14949         * nnmairix.el: Upgrade to version 0.6.
14950         (nnmairix-group-toggle-propmarks-this-group)
14951         (nnmairix-group-toggle-readmarks-this-group)
14952         (nnmairix-group-delete-recreate-this-group)
14953         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14954         (nnmairix-remove-tick-mark-original-article): New commands.
14955         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14956         (nnmairix-propagate-marks-to-nnmairix-groups)
14957         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14958         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14959         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14960         functions needed for marks propagation and manipulation of read marks.
14961         (nnmairix-update-groups): New function.
14962         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14963         (nnmairix-determine-original-group-from-registry)
14964         (nnmairix-determine-original-group-from-path)
14965         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14966         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14967         New helper functions.
14968         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14969         keystrokes for new commands.
14970         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14971         (nnmairix-request-group): Check allow-fast group parameter.
14972         (nnmairix-request-create-group): Set allow-fast group parameter if
14973         nnmairix-allowfast-default is set.
14974         (nnmairix-close-group): Propagate marks upon closing if needed.
14975         (nnmairix-group-toggle-threads-this-group): Use new.
14976         nnmairix-group-toggle-parameter helper function.
14977         (nnmairix-search): Better check for empty search result.
14978         (nnmairix-goto-original-article): Use new helper functions for
14979         determining original article.
14980         (nnmairix-show-original-article): Make sure message-id is in brackets.
14981         (nnmairix-call-mairix-binary): Change variable name.
14982         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14983         helper function.
14984         (nnmairix-widget-toggle-activate): Fix doc string.
14985
14986 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * nnir.el: Require edmacro when compiling with XEmacs.
14989         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14990         available in Emacs 21.
14991
14992 2008-06-11  Glenn Morris  <rgm@gnu.org>
14993
14994         * gnus-util.el (x-focus-frame):
14995         * gnus.el (image-size):
14996         * mm-decode.el (image-size): Declare.
14997
14998         * gnus-picon.el (declare-function): Add compat definition.
14999         (image-size): Declare.
15000
15001         * gnus-group.el (tool-bar-map):
15002         * gnus-sum.el (tool-bar-map): Define for compiler.
15003
15004         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15005
15006         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15007
15008         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15009         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15010         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15011         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15012         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15013         * sieve-manage.el, spam-report.el, spam.el:
15014         Remove unnecessary eval-and-compile of autoloads.
15015
15016 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15017
15018         * auth-source.el: Precise Tramp doc.
15019
15020 2008-06-07  Glenn Morris  <rgm@gnu.org>
15021
15022         * nnmairix.el: Remove unnecessary eval-when-compile.
15023
15024 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * lpath.el: Fbind propertize for XEmacs 21.4.
15027
15028 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * nnir.el: Move here from ../contrib.
15031
15032 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15033
15034         * gnus-util.el (gnus-read-shell-command): New function.
15035         * mm-decode.el (mm-pipe-part):
15036         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15037
15038 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15041
15042 2008-06-03  Glenn Morris  <rgm@gnu.org>
15043
15044         * pop3.el (nnheader-accept-process-output): Autoload it.
15045
15046 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15049         are not 2-digit hexadecimal characters that follow `%'s.
15050
15051 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * message.el (message-bogus-recipient-p): Fix type in doc string.
15054         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15055         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15056         Improve custom options.
15057         (message-bogus-recipient-p): Adjust accordingly.
15058
15059 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15060
15061         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15062         long-form month and day names.
15063
15064 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * dgnushack.el: Autoload debug, eudc-expand-inline and
15067         pgg-snarf-keys-region for XEmacs.
15068
15069         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15070
15071         * nnmairix.el: Require edmacro when compiling with XEmacs.
15072
15073 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15074
15075         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15076         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15077
15078 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15079
15080         * auth-source.el: Add more docs.
15081
15082         * netrc.el (netrc-machine): Always match if the port is not given.
15083
15084 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15085
15086         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15087         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15088         retrieval faster in some cases, but might make CPU usage larger.
15089         If this has any bad side effects, we might revert this change.
15090
15091         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15092         seems to make mail retrieval much, much faster.
15093         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15094         unconditionally.
15095
15096         * gnus-draft.el (gnus-group-send-queue):
15097         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15098
15099 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15100
15101         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15102
15103         * message.el (message-bogus-address-regexp): Fix and improve custom
15104         type.
15105         (message-setup-hook): Add message-check-recipients as custom option.
15106
15107 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * message.el (message-cite-function): Remove bogus autoload which crept
15110         in during merge from v5-10.
15111
15112 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15115
15116         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15117
15118         * auth-source.el: Preliminary Tramp docs.
15119         (auth-sources): Change the default auth-sources to use
15120         EPA .gpg files.
15121
15122 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15123
15124         * nntp.el: Autoload `auth-source-user-or-password'.
15125         (nntp-send-authinfo): Use it.
15126
15127         * nnimap.el: Autoload `auth-source-user-or-password'.
15128         (nnimap-open-connection): Use it.
15129
15130         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15131         for the gnus-message function.
15132         (auth-source-user-or-password): Use it.
15133
15134 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15135
15136         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15137         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15138         (rfc2104-hash): Use it.
15139
15140 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15141
15142         * gnus-art.el (gnus-article-toggle-truncate-lines):
15143         Don't use `iff' in docstring.
15144
15145 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15146
15147         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15148
15149         * gnus-util.el (gnus-extract-address-component-name)
15150         (gnus-extract-address-component-email): Convenience functions around
15151         `gnus-extract-address-components'.
15152
15153         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15154         Use `gnus-extract-address-component-email' to fix bug of comparing full
15155         sender name to `user-mail-address'.
15156
15157 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15158
15159         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15160         catch/throw to optimize.
15161         (gnus-registry-find-keywords): Just use member to find a keyword.
15162
15163 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15164
15165         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15166         is current before calling gnus-server-prepare.
15167         (gnus-server-setup-buffer, gnus-server-update-server)
15168         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15169
15170 2008-05-04  Juri Linkov  <juri@jurta.org>
15171
15172         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15173         (mailcap-file-default-commands): Use mailcap-replace-in-string
15174         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15175         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15176
15177 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15178
15179         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15180
15181 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15182
15183         * gnus.el: Bump version to 0.11.
15184
15185 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15186
15187         * gnus.el: No Gnus v0.10 is released.
15188
15189 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15190
15191         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15192         hooks.
15193         (gnus-update-read-articles): Speed up non-marks-using users.
15194         (gnus-use-marks): Define gnus-use-marks.
15195         (gnus-propagate-marks): Rename variable to something more sensible.
15196
15197 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15198
15199         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15200         (gmm-image-load-path-for-library): Fix typos in docstrings.
15201         (gmm-message): Reflow docstring.
15202
15203 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15204
15205         * mail-source.el (mail-source-set-1, mail-source-bind):
15206         Move auth-source code out of the macro to clean it up and fix bugs.
15207
15208 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15209
15210         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15211         by sender if it's equal to user-mail-address, it's likely to be
15212         useless.
15213
15214         * mail-source.el (mail-source-bind): Don't use user or password if they
15215         are not bound.  Unintern them if they are nil.  Don't use server unless
15216         it's bound, and default it to empty string otherwise.
15217
15218 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15219
15220         * mail-source.el: Load auth-source.el.
15221         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15222         get user name or password, if auth-sources is set up.
15223
15224         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15225         strategy of splitting with parent.
15226         (gnus-registry-split-fancy-with-parent)
15227         (gnus-registry-post-process-groups): Use it and fix prior
15228         bug (returning a list as the split result).
15229
15230         * auth-source.el (auth-sources): Remove server parameter.
15231         (auth-source-pick, auth-source-user-or-password)
15232         (auth-source-user-or-password-imap)
15233         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15234         (auth-source-user-or-password-sftp)
15235         (auth-source-user-or-password-smtp): Remove server parameter.
15236
15237 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15238
15239         * smime.el (smime-sign-region, smime-encrypt-region)
15240         (smime-decrypt-region):
15241         Remove redundant calls to `generate-new-buffer-name'.
15242
15243 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15244
15245         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15246         Don't use QP for message/rfc822.
15247         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15248
15249 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15250
15251         * sieve-manage.el (sieve-string-bytes): Remove.
15252         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15253         correct byte-length only if the process's coding-system is the same as
15254         the one used internally by Emacs to represent strings.
15255
15256 2008-04-22  Juri Linkov  <juri@jurta.org>
15257
15258         * mailcap.el (mailcap-file-default-commands): New function.
15259
15260 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * message.el (message-signature-separator, message-cite-function):
15263         Change custom version.
15264
15265 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15266
15267         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15268         commands.
15269         (tls-checktrust): Ditto.
15270
15271 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15272
15273         * mm-decode.el (mm-display-external): Make temp file read-only.
15274
15275 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15276
15277         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15278         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15279         `C-c C-f d'.
15280
15281 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15282
15283         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15284
15285 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15286
15287         * gnus.el: Bump version to 0.9.
15288
15289 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * gnus.el: No Gnus v0.8 is released.
15292
15293 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15294
15295         * mail-source.el (mail-source-value):
15296         Prefer fboundp to functionp so it works with macros as well.
15297
15298 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15299
15300         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15301         Fix last change in case the element is not even a symbol.
15302
15303 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15304
15305         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15306         Prefer fboundp to functionp so it works with macros as well.
15307
15308 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15309
15310         * auth-source.el: Add docs.
15311         (auth-sources): Modify format to support server.
15312         (auth-source-pick, auth-source-user-or-password)
15313         (auth-source-user-or-password-imap)
15314         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15315         (auth-source-user-or-password-sftp)
15316         (auth-source-user-or-password-smtp): Add server parameter.
15317
15318 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15319
15320         * gnus-registry.el: Initialize the registry when gnus-registry-install
15321         is t.
15322
15323 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * compface.el (uncompface): Make buffer unibyte.
15326
15327 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15328
15329         * mail-source.el (mail-source-value):
15330         Prefer fboundp to functionp so it works with macros as well.
15331
15332 2008-04-05  Glenn Morris  <rgm@gnu.org>
15333
15334         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15335
15336 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15337
15338         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15339         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15340
15341         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15342         multibyteness after rather than before erasing it.
15343
15344         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15345         mm-with-multibyte.
15346         (gnus-request-article-this-buffer): Make sure the proper decoding is
15347         used if gnus-original-article-buffer happens to be unibyte.
15348
15349         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15350         default-enable-multibyte-characters.
15351
15352         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15353         default-enable-multibyte-characters.
15354
15355         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15356
15357         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15358
15359 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15360
15361         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15362         Fix last change in case the element is not even a symbol.
15363
15364 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15365
15366         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15367         (imap-message-copyuid-1): Use it.
15368         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15369         J. Williams in
15370         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15371
15372         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15373         imap-enable-exchange-bug-workaround.
15374         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15375
15376 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15377
15378         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15379         a 100 byte status-checks into a 2-3MB transfer for each group.
15380         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15381         to enable bug workaround or not.
15382         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15383
15384 2008-03-31  Glenn Morris  <rgm@gnu.org>
15385
15386         * message.el (mml2015-use): Declare for compiler.
15387         (message-info): Require mml2015 when appropriate.
15388
15389 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15392         whitespace.
15393
15394 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15395
15396         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15397         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15398         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15399         (nntp-service-to-port): New function.
15400         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15401         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15402         (nntp-open-netcat-stream): New function.
15403         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15404
15405 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15406
15407         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15408
15409 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15410
15411         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15412
15413 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15414
15415         * dns.el (dns-write): Use set-buffer-multibyte.
15416
15417 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15418
15419         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15420
15421 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * message.el (message-signature-separator): Change default.
15424         Improve custom type.
15425         (message-cite-function): Change default to
15426         message-cite-original-without-signature.
15427
15428         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15429         toggle.
15430
15431         * message.el (message-check-news-body-syntax): Fix signature check.
15432         (message-setup-1): Mark buffer as unmodified _after_ running
15433         message-setup-hook and handling message-alternative-emails.
15434         (message-shorten-references): Be more strict when building list of
15435         valid references to comply with GNKSA.
15436
15437         * gnus-group.el (gnus-read-ephemeral-bug-group)
15438         (gnus-read-ephemeral-debian-bug-group)
15439         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15440
15441         * message.el (message-info): Don't use booleanp which isn't supported
15442         in Emacs 21 and XEmacs.
15443
15444 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15447         gnus-group-gmane-group-download-format.
15448         (gnus-group-read-ephemeral-gmane-group): Rename from
15449         gnus-group-read-ephemeral-gmane-group.
15450         (gnus-read-ephemeral-gmane-group-url): Rename from
15451         gnus-group-read-ephemeral-gmane-group-url.
15452         (gnus-bug-group-download-format-alist): New variable.
15453         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15454         (gnus-read-ephemeral-emacs-bug-group): New commands.
15455
15456 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15457
15458         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15459         (gnus-visible-headers): Improve custom type.
15460
15461 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * mml.el (mml-menu): Add workarounds for XEmacs.
15464
15465         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15466         X-Boundary header.
15467
15468         * message.el (message-simplify-recipients): Fix previous commit.
15469
15470 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15471
15472         * mm-util.el (mm-set-buffer-multibyte): New function.
15473         * mm-decode.el (mm-copy-to-buffer): Use it.
15474
15475         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15476         Prefer fboundp to functionp so it works with macros as well.
15477
15478 2008-03-19  Glenn Morris  <rgm@gnu.org>
15479
15480         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15481         Accidentally removed in the sync process with Emacs.
15482
15483 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15484
15485         * message.el (message-alter-recipients-discard-bogus-full-name):
15486         New function.
15487         (message-alter-recipients-function): New variable.
15488         (message-get-reply-headers): Use it.
15489         (message-replace-header): New helper function.
15490         (message-recipients-without-full-name): New variable.
15491         (message-simplify-recipients): New command.
15492
15493         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15494
15495         * message.el (message-info): Handle EasyPG manual.
15496
15497         * mml.el (mml-menu): Add entry for EasyPG.
15498
15499 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15500
15501         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15502         parameter.
15503
15504         * message.el (message-disassociate-draft): Specify drafts group name
15505         fully.
15506
15507 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15508
15509         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15510         Eliminate unnecessary duplicates from the match list.
15511
15512 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15515
15516         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15517
15518         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15519         args of `how-many' of which the XEmacs version doesn't take; declare
15520         Info-index-next as function.
15521
15522 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * gnus-score.el (gnus-score-headers): Fix handling of
15525         gnus-inhibit-slow-scoring.
15526
15527         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15528         string.
15529         (gnus-button-url-regexp): Improve handling of parenthesis.
15530         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15531         (gnus-button-handle-info-keystrokes): Handle index entries.
15532
15533 2008-03-15  Glenn Morris  <rgm@gnu.org>
15534
15535         * parse-time.el (parse-time-string): Simplify.
15536
15537 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15540         Incoming* files.
15541
15542 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15543
15544         * auth-source.el (auth-sources): Rename from auth-source-choices.
15545         (auth-source-pick): Use it.
15546
15547 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15548
15549         * binhex.el (binhex-decode-region-internal):
15550         * uudecode.el (uudecode-decode-region-internal):
15551         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15552         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15553         setting default-enable-multibyte-characters.
15554
15555 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15556
15557         * auth-source.el (auth-source-protocols)
15558         (auth-source-protocols-customize, auth-source-choices): Add and
15559         modified variable customizations and defaults.
15560         (auth-source-pick, auth-source-user-or-password)
15561         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15562         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15563         (auth-source-user-or-password-sftp)
15564         (auth-source-user-or-password-smtp): Use new variables and provide an
15565         interface to netrc.el.
15566
15567 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15570         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15571         Make sure the nntp port to specify is a string.
15572
15573 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15574
15575         * nntp.el: Use with-current-buffer.
15576         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15577         dubious mm-with-unibyte-current-buffer.
15578         (nntp-with-open-group-function): New function extracted from
15579         nntp-with-open-group macro.
15580         (nntp-with-open-group): Use the function, so it's easier to debug.
15581         Add indentation and debugging info.
15582         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15583         Recommend the use of the netcat alternatives.
15584
15585         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15586         Avoid mm-string-as-multibyte as well.
15587
15588         * nnweb.el (nnweb-insert-html):
15589         Remove use of nnheader-string-as-multibyte.
15590
15591         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15592         (nnheader-string-as-multibyte): Remove.
15593
15594         * mm-view.el: Use inhibit-read-only.
15595         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15596         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15597         or unibyte-string.
15598
15599         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15600         (mm-uu-yenc-extract): Use with-current-buffer.
15601
15602         * gnus-soup.el (gnus-soup-send-packet): Don't use
15603         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15604
15605         * nnmh.el: Use with-current-buffer.
15606         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15607         mm-string-as-multibyte on the output of mm-encode-coding-string.
15608
15609         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15610         (nnimap-request-move-article): Use with-current-buffer.
15611
15612         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15613         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15614         conversion uses string-make-unibyte rather than string-as-unibyte.
15615
15616         * gnus-msg.el: Use with-current-buffer.
15617
15618         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15619
15620 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15621
15622         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15623         string for caching if it is 'PIN.
15624
15625 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * lpath.el: Consider the case without Emacs/W3.
15628
15629 2008-03-08  Glenn Morris  <rgm@gnu.org>
15630
15631         * time-date.el (date-to-time, time-subtract, time-add)
15632         (safe-date-to-time): Doc fixes.
15633
15634 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * mail-source.el (mail-source-delete-old-incoming-confirm):
15637         Change default to nil.
15638         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15639
15640 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * lpath.el: Rearrange.
15643
15644         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15645         (gnus-article-goto-prev-page): Work for articles having ^L's.
15646
15647         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15648
15649         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15650
15651 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15652
15653         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15654         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15655         (gnus-bookmark-jump): Adjust some variable names.
15656
15657 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15658
15659         * auth-source.el: New package.
15660         (auth-source-choices): Add customization entry point variable.
15661
15662         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15663         bug.
15664
15665 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15666
15667         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15668         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15669         (gnus-registry-install-shortcuts): Rename from
15670         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15671         the `gnus-registry-mark-map' keymap dynamically from
15672         `gnus-registry-marks'.  The generated functions update the summary line
15673         when a registry mark is added or deleted, and will call
15674         `gnus-registry-install-p' (see the comments in the code).
15675         (gnus-registry-user-format-function-M): Use concat intelligently.
15676
15677         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15678         the registry mark functions.
15679
15680 2008-03-05  Glenn Morris  <rgm@gnu.org>
15681
15682         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15683         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15684         gnus-art.
15685         (top-level): No need to load own source when compiling.
15686
15687 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15690         Suggested by <chris.anderton@zetnet.co.uk>.
15691
15692 2008-03-04  Glenn Morris  <rgm@gnu.org>
15693
15694         * gnus-sum.el (top-level): No need to require gnus when compiling,
15695         since unconditionally required near start of file.
15696         (gnus-summary-display-while-building): Move definition before use.
15697
15698 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15699
15700         * gnus-registry.el (gnus-registry-user-format-function-M):
15701         Add formatting function.
15702
15703 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15704
15705         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15706         with plists.
15707         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15708         Use new format.
15709
15710 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15713         `where-is-internal' that returns a range of key sequences.
15714
15715 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15716
15717         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15718
15719         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15720         (gnus-summary-jump-to-group): Consider windows on other displayed
15721         frames as well.  Similar changes might be needed elsewhere, but that's
15722         the one I've bumped into during my use.
15723
15724         * nndoc.el (nndoc-oe-dbx-type-p):
15725         * gnus-msg.el (gnus-debug):
15726         * gnus-group.el (gnus-update-group-mark-positions):
15727         Use mm-string-to-multibyte.
15728
15729 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15732         doesn't handle NotDashEscaped.
15733
15734         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15735         (mml-dnd-attach-options): Fix typo in custom choice.
15736
15737         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15738         Change nndoc-article-type to mbox.
15739         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15740
15741         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15742         to nil, instead of html2text.
15743
15744         * imap.el (imap-debug): Add `imap-ping-server'.
15745
15746         * gnus-bookmark.el: Add FIXMEs.
15747
15748         * message.el (message-form-letter-separator)
15749         (message-send-form-letter-delay): New variables.
15750         (message-send-form-letter): Use them.  New command to send form
15751         letters.  Requested by Uwe Siart.
15752         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15753
15754 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15755
15756         * Update copyright years.
15757
15758 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         Sync from EMACS_22_BASE.
15761
15762         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15763
15764 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15765
15766         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15767         empty author.
15768
15769 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15770
15771         * gnus-registry.el (gnus-registry-marks): Add variable for
15772         customization of marks and their appearance.
15773         (gnus-registry-read-mark): Use it.
15774         (gnus-registry-do-marks): Add utility function to loop through
15775         `gnus-registry-marks'.
15776         (gnus-registry-install-shortcuts-and-menus): Add function to install
15777         shortcuts and menus.
15778         (gnus-registry-initialize): Use it.
15779         (gnus-registry-default-mark): Clarify documentation.
15780
15781 2008-02-29  Glenn Morris  <rgm@gnu.org>
15782
15783         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15784         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15785         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15786         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15787         Change defcustom :version from 23.0 to 23.1.
15788
15789 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15790
15791         * gnus-registry.el (gnus-registry-follow-group-p)
15792         (gnus-registry-post-process-groups): Add functions to aid registry
15793         splitting and improve logging.  Clarify behavior in function
15794         documentation.
15795         (gnus-registry-split-fancy-with-parent): Use them.
15796
15797 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15798
15799         * gnus-art.el: Use with-current-buffer.
15800
15801 2008-02-27  David Engster  <dengste@eml.cc>
15802
15803         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15804         Express real group name in the response.
15805
15806 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15809         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15810         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15811         autoload gnus-registry-fetch-group when compiling.
15812         (nnmairix-request-group-with-article-number-correction):
15813         Remove unreferenced argument passed to nnmairix-call-backend.
15814
15815 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15818         (mm-uu-extract): Improve face for low color ttys.
15819         Reported by Sascha Wilde.
15820
15821 2008-02-27  Glenn Morris  <rgm@gnu.org>
15822
15823         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15824         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15825         variables to defconsts.  Convert comments to doc-strings.
15826         (nnmairix-last-server, nnmairix-current-server): Convert from free
15827         variables to defvars.  Convert comments to doc-strings.
15828         (gnus-registry-fetch-group): Autoload.
15829         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15830         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15831         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15832         caddr.
15833         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15834         nnmairix-request-group-with-article-number-correction call.
15835         (nnmairix-fast, nnmairix-group): New, less general names, for free
15836         variables passed from nnmairix-request-group to
15837         nnmairix-request-group-with-article-number-correction.  Declare.
15838         (nnmairix-request-group-with-article-number-correction):
15839         Use nnmairix-fast, nnmairix-group rather than fast, group.
15840
15841 2008-02-26  David Engster  <dengste@eml.cc>
15842
15843         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15844         version 0.5.
15845
15846 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15847
15848         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15849         instead of making an extra function call.  Don't add the current group
15850         to articles only when they have the group.  Use
15851         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15852         Reported by David <de_bb@arcor.de>.
15853
15854 2008-02-24  Miles Bader  <miles@gnu.org>
15855
15856         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15857         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15858         (mm-find-mime-charset-region):
15859         * mm-bodies.el (mm-encode-body):
15860         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15861
15862 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15865         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15866
15867 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * mail-source.el (mail-source-delete-incoming): Change default.
15870         Supplement doc string.
15871
15872         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15873
15874 2008-02-14  Glenn Morris  <rgm@gnu.org>
15875
15876         * time-date.el (format-seconds): New function.
15877
15878 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15879
15880         * nnmail.el (nnmail-message-id-cache-file): Derive from
15881         `gnus-home-directory'.
15882
15883 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15886         Document negative prefix.
15887
15888         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15889
15890 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15891
15892         * message.el (message-unsent-separator): Add the Exim bounce
15893         separator.
15894
15895 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15896
15897         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15898         list.
15899         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15900         recipient/signer list.
15901
15902 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * Makefile.in (datarootdir): Define.
15905         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15906         name that might contain whitespace.
15907
15908 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15909
15910         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15911         fbound (Emacs 23 unicode), signal an error.
15912
15913 2008-02-08  Glenn Morris  <rgm@gnu.org>
15914
15915         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15916
15917 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15918
15919         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15920         ports to the calls to `netrc-machine-user-or-password' in addition to
15921         "imap" and "imaps".
15922
15923 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15924
15925         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15926
15927         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15928
15929 2008-02-01  Kenichi Handa  <handa@m17n.org>
15930
15931         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15932         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15933         (rfc2104-hash): Convert the result of concat to unibyte string.
15934
15935 2008-02-01  Dave Love  <fx@gnu.org>
15936
15937         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15938         coding-system-for-read.
15939         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15940
15941 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15942
15943         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15944         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15945         <hanche@math.ntnu.no>.
15946
15947 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15950
15951         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15952
15953 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15954
15955         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15956         * message.el (message-beginning-of-line): Use featurep instead of bound
15957         tests in order to resolve conditionals at compile time.
15958
15959 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15960
15961         * mail-source.el (mail-sources): Add `group' choice.
15962
15963         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15964         parameter `in-group' to control into which group the articles go.
15965         Add treatment of `group' mail-source.
15966
15967 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15970
15971         * mm-decode.el (mm-dissect-buffer): Decode description.
15972
15973         * mml.el (mml-to-mime): Encode message header first.
15974
15975 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15978         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15979
15980         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15981         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15982
15983 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15984
15985         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15986
15987 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15990         prefix keys.
15991         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15992         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15993         gnus-xmas.el.
15994
15995         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15996         (gnus-xmas-article-describe-bindings): New function.
15997         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15998         gnus-xmas-article-describe-bindings.
15999
16000         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16001
16002 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16003
16004         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16005         Add new variables for article mark management.
16006         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16007         list of extra data entries which, when present, will indicate that the
16008         article ID should not be trimmed from the registry.
16009         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16010         functions.
16011         (gnus-registry-read-mark): New function to read a mark name from the
16012         user.
16013         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16014         (gnus-registry-set-article-mark-internal): New functions to add and
16015         remove marks.
16016         (gnus-registry-get-article-marks): New function to show the marks for
16017         an article, or retrieve them for further use.
16018
16019 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16022         keys when no argument is given.
16023
16024 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16025
16026         * imap.el (imap-ping-server): New variable.
16027         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16028         (imap-ping-server): Minor doc string fixes.
16029
16030 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16031
16032         * imap.el (imap-ping-server): New function.
16033         (imap-opened): Call imap-ping-server.
16034
16035 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16036
16037         * gnus-sum.el (gnus-article-sort-by-random)
16038         (gnus-thread-sort-by-random): Fix doc strings.
16039         Reported by jidanni@jidanni.org.
16040
16041 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-art.el (gnus-article-describe-bindings): New function.
16044         (gnus-article-read-summary-keys): Use it.
16045         (gnus-article-mode-map): Bind `C-h b' to it.
16046
16047 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16050         XEmacs.
16051         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16052         Protect against non-character events.
16053
16054         * lpath.el: Fbind map-keymap for Emacs 21.
16055
16056 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16057
16058         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16059         New command.
16060         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16061         instead of END.  Change name of the temp file.
16062         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16063         customizable.
16064
16065 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16068         bind `S W' to gnus-article-wide-reply-with-original; set default
16069         binding to gnus-article-read-summary-send-keys.
16070         (gnus-article-read-summary-keys): Fix the order of keys; display
16071         continuation keys correctly in the echo area; describe bindings
16072         correctly when keys end with `C-h'.
16073         (gnus-article-read-summary-send-keys): New function.
16074         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16075         Work for gnus-article-read-summary-send-keys; display continuation keys
16076         correctly in the echo area.
16077         (gnus-article-reply-with-original): Ignore prefix argument.
16078         (gnus-article-wide-reply-with-original): New function.
16079
16080         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16081         Emacs 21.
16082
16083 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16086         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16087
16088 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16089
16090         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16091         (gnus-group-read-ephemeral-gmane-group): New command.
16092
16093 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16094
16095         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16096
16097 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16098
16099         * message.el (message-send-mail-function): Increase custom version.
16100
16101         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16102         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16103
16104 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16105
16106         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16107         for the cases where imap-authenticate is called with a nil buffer
16108         parameter.
16109
16110 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16113         html parts correctly; support forwarded messages.
16114         (gnus-article-browse-html-article): Remove work buffers.
16115
16116         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16117         compiling.
16118         (netrc-bound-and-true-p): New macro.
16119         (netrc-parse): Use it instead of bound-and-true-p that is not available
16120         in XEmacs 21.4.
16121
16122 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16123
16124         * gnus-registry.el (gnus-registry-mark-article)
16125         (gnus-registry-article-marks): Add functionality to mark articles
16126         through the Gnus registry.
16127
16128         * encrypt.el: Clarify documentation for the new pgg method.
16129         (encrypt-file-alist): Add PGG option.
16130         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16131         functionality.  Abstract password key and messaging to external
16132         functions.
16133         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16134         (encrypt-message-method-and-cipher): Add new convenience external
16135         functions.
16136         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16137         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16138
16139         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16140         (netrc-parse): Use encrypt-file-alist to determine if
16141         encrypt-find-model or encrypt-insert-file-contents should be used.
16142
16143         * encrypt.el: Clarify documentation.  Load password-cache or
16144         password, whichever one is found first, instead of autoloading.
16145
16146 2007-12-19  Glenn Morris  <rgm@gnu.org>
16147
16148         * mml.el (message-options-set, message-narrow-to-head)
16149         (message-in-body-p, message-mail-p, message-encode-message-body):
16150         Autoload.
16151         (message-remove-header, message-narrow-to-headers-or-head)
16152         (message-subscribed-p, message-make-mail-followup-to)
16153         (message-position-on-field, message-news-p)
16154         (message-options-set-recipient, message-generate-headers)
16155         (message-sort-headers): Declare as functions.
16156
16157 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16158
16159         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16160         convention in doc string.
16161
16162 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16165         title to html parts.
16166         (gnus-article-browse-html-article): Pass message header to it.
16167
16168         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16169
16170 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16173         or password compatible with XEmacs.
16174
16175 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16178         format document.
16179         (gnus-mime-delete-part): Don't write description line if empty.
16180         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16181
16182 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16183
16184         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16185         (gnus-summary-mark-read-and-unread-as-read)
16186         (gnus-summary-mark-current-read-and-unread-as-read)
16187         (gnus-summary-mark-unread-as-ticked): Doc fix.
16188         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16189
16190 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16193         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16194
16195 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16198         yes-or-no-p.
16199
16200 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * mm-decode.el (mm-add-meta-html-tag): New function.
16203         (mm-save-part-to-file, mm-pipe-part): Use it.
16204
16205         * gnus-art.el (gnus-article-browse-delete-temp-files):
16206         Use gnus-y-or-n-p instead of y-or-n-p.
16207         (gnus-article-browse-html-parts): Work with message/external-body; use
16208         mm-add-meta-html-tag.
16209
16210 2007-12-11  Glenn Morris  <rgm@gnu.org>
16211
16212         * gnus-cache.el: Require gnus-sum not just when compiling.
16213
16214         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16215
16216         * gnus-int.el (gnus-server-opened, gnus-status-message):
16217         Move definitions before use.
16218
16219         * mm-decode.el: Require gnus-util.
16220         (mm-remove-part): Only call delete-annotation on XEmacs.
16221
16222         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16223
16224         * nnmail.el: Require gnus-int.
16225
16226         * spam.el: Move `require's before `eval-when-compile's.
16227
16228         * gnus-ems.el (gnus-alive-p):
16229         * gnus-fun.el (message-goto-eoh):
16230         * gnus-util.el (gnus-group-name-decode):
16231         * mail-source.el (gnus-compress-sequence):
16232         * message.el (Info-goto-node, format-spec):
16233         * mm-bodies.el (message-options-get):
16234         * mm-decode.el (mm-view-pkcs7):
16235         * mm-util.el (gmm-write-region):
16236         * mml-smime.el (mml-compute-boundary)
16237         (gnus-completing-read-with-default):
16238         * mml.el (widget-button-press, gnus-make-hashtable):
16239         * mml1991.el (mm-decode-content-transfer-encoding)
16240         (mm-encode-content-transfer-encoding)
16241         (message-options-get, message-options-set):
16242         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16243         * nnfolder.el (gnus-request-group):
16244         * nnheader.el (ietf-drums-unfold-fws):
16245         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16246         * smime.el (gnus-run-mode-hooks):
16247         * spam-stat.el (gnus-message): Autoload.
16248
16249         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16250         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16251         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16252         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16253         Add declare-function compatibility definition.
16254
16255         * gnus-cache.el (nnvirtual-find-group-art):
16256         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16257         (gnus-add-image, gnus-add-wash-type):
16258         * gnus-group.el (nnkiboze-score-file):
16259         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16260         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16261         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16262         (message-tokenize-header, gnus-get-buffer-create)
16263         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16264         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16265         * gnus.el (gnus-group-decoded-name):
16266         * mail-source.el (imap-capability):
16267         * mm-bodies.el (message-options-set):
16268         * mm-decode.el (gnus-configure-windows):
16269         * mm-extern.el (message-goto-body):
16270         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16271         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16272         (epg-sub-key-validity, message-options-set):
16273         * mml.el (widget-event-point, gnus-configure-windows):
16274         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16275         * mml2015.el (epg-check-configuration, epg-configuration)
16276         (message-options-set):
16277         * nndb.el (nndb-request-article):
16278         * nnfolder.el (gnus-request-create-group):
16279         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16280         * nnmaildir.el (gnus-group-mark-article-read):
16281         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16282         * rfc1843.el (message-fetch-field):
16283         * spam.el (gnus-extract-address-components):
16284         Declare as functions.
16285
16286 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16289
16290         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16291
16292         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16293         bind show-trailing-whitespace for XEmacs.
16294
16295 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16296
16297         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16298         new no-op macro for backward compatibility.
16299
16300         * imap.el (imap-string-to-integer): New function.
16301
16302 2007-12-09  Glenn Morris  <rgm@gnu.org>
16303
16304         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16305
16306         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16307         * message.el, mm-view.el, sieve-manage.el, smime.el:
16308         Add declare-function compatibility definition.
16309
16310         * gnus-art.el (w3-region, w3m-region, Info-menu):
16311         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16312         * gnus-sum.el (gnus-get-predicate):
16313         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16314         * message.el (mail-abbrev-in-expansion-header-p):
16315         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16316         (w3m-detect-meta-charset, w3m-region):
16317         * sieve-manage.el (password-read, password-cache-add)
16318         (password-cache-remove):
16319         * smime.el (password-read-and-add): Declare as functions.
16320
16321 2007-12-08  David Kastrup  <dak@gnu.org>
16322
16323         * gnus-sum.el (gnus-summary-simplify-subject-query):
16324         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16325         `message'.
16326
16327 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16330         it to bind idna-program, installation-directory, defined-colors, and
16331         face-attribute for XEmacs of the version that compiles defcustom forms.
16332
16333 2007-12-07  Glenn Morris  <rgm@gnu.org>
16334
16335         * gnus-art.el (article-make-date-line): Revert previous change.
16336
16337 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16338
16339         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16340
16341 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16342
16343         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16344         Call gnus-add-to-range ranges only once with a prepared article-list.
16345
16346 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16347
16348         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16349         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16350         group names with backslashes.
16351         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16352
16353 2007-12-06  Deepak Goel  <deego3@gmail.com>
16354
16355         * gnus-art.el (article-make-date-line):
16356         * gnus-start.el (gnus-load):
16357         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16358
16359 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * gnus-art.el (gnus-use-idna):
16362         * gnus-start.el (gnus-site-init-file):
16363         * message.el (message-use-idna):
16364         * mm-uu.el (mm-uu-hide-markers):
16365         * smiley.el (smiley-style): Revert changes that suppress warnings.
16366
16367 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16370         specify charset to html source.
16371         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16372
16373 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16376         idna-program in order to suppress byte compile warning issued by XEmacs
16377         that came to byte compile the default value section of defcustom forms
16378         recently.
16379
16380         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16381         value of installation-directory.
16382
16383         * message.el (message-use-idna): Don't directly refer to the value of
16384         idna-program.
16385
16386         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16387
16388         * smiley.el (smiley-style): Don't directly call face-attribute.
16389
16390 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16393
16394         * gnus-dired.el: Reduce Gnus dependencies.
16395         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16396         Don't require.  Use autoloads instead.
16397         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16398         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16399         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16400         (gnus-dired-mode): Adjust doc string.
16401         (gnus-dired-mail-mode): New variable.
16402         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16403         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16404         (gnus-dired-mail-buffers): New function.  Return mail or message
16405         composition buffers.
16406         (gnus-dired-attach): Use it.
16407         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16408         NO-DECODE.
16409         (gnus-dired-print): Use `gnus-print-buffer' depending on
16410         `gnus-dired-mail-mode'.
16411
16412 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * rfc2047.el (rfc2047-encoded-word-regexp)
16415         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16416         explaining what regexp patterns are for.
16417
16418 2007-12-04  Glenn Morris  <rgm@gnu.org>
16419
16420         * password.el: Move to password-cache.el.
16421
16422         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16423         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16424         * mml-smime.el (password-read, password-cache-add)
16425         (password-cache-remove):
16426         No need to autoload, since mml-sec requires password.
16427
16428         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16429         * message.el (gnus-extract-address-components):
16430         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16431
16432         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16433         password.
16434
16435 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * mailcap.el: Reduce dependencies.
16438         (mail-header-parse-content-type): Autoload.
16439         (mailcap-delete-duplicates): New alias.
16440         (mailcap-mime-info): Add optional argument NO-DECODE.
16441         (mailcap-mime-types): Use mailcap-delete-duplicates.
16442
16443         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16444
16445 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16446
16447         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16448         (imap-parse-status): Upcase status-att for servers that sends them
16449         lower-case (e.g., MS Exchange 2007).
16450
16451 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16452
16453         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16454         function.
16455
16456         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16457         (gnus-uu-yenc-article): New function.
16458
16459         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16460
16461         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16462
16463 2007-12-02  Glenn Morris  <rgm@gnu.org>
16464
16465         * binhex.el (binhex): New custom group.
16466         (binhex-decoder-program, binhex-decoder-switches)
16467         (binhex-use-external): Move to the binhex custom group.
16468
16469         * uudecode.el (uudecode): New custom group.
16470         (uudecode-decoder-program, uudecode-decoder-switches)
16471         (uudecode-use-external): Move to the uudecode custom group.
16472
16473         * netrc.el (top-level): Don't load `encrypt' features.
16474         (netrc-parse): Don't use encrypt.
16475         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16476
16477         * encrypt.el: Remove file.
16478
16479 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16482         matches on patches.
16483
16484         * gnus-art.el (gnus-article-browse-html-article):
16485         Mention `mm-text-html-renderer' in the doc string.
16486
16487         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16488         string.  Add comments.
16489
16490         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16491         if rhs is ASCII.
16492
16493 2007-12-01  Glenn Morris  <rgm@gnu.org>
16494
16495         * mail-source.el (top-level): Require format-spec before
16496         eval-when-compile.
16497
16498 2007-11-30  Glenn Morris  <rgm@gnu.org>
16499
16500         * encrypt.el: Require password, rather than autoloading password-read.
16501
16502 2007-11-29  Glenn Morris  <rgm@gnu.org>
16503
16504         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16505         (sasl-make-client, sasl-next-step, sasl-step-data)
16506         (sasl-step-set-data): Declare as functions.
16507
16508 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16511
16512 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16513
16514         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16515         certs should be verified and what is to be done in the event of a
16516         verification failure.
16517
16518         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16519         caller can indicate whether the cache should be disregarded for this
16520         call.  This way the result of the call is reproducible at all times and
16521         can be considered a canonical server name for the supplied method.
16522         (gnus-agent-method-p): Canonicalize server names by pushing their
16523         method through `gnus-method-to-server' using the no-cache argument.
16524
16525         * gnus-srvr.el (gnus-server-insert-server-line):
16526         Call `gnus-method-to-server' with `no-cache' argument.
16527
16528         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16529         gnus-agent-possibly-synchronize-flags as this should be called when the
16530         server is actually being opened.
16531         (gnus-agent-possibly-synchronize-flags)
16532         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16533         flags file of an agentized server to the latter function.
16534
16535         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16536         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16537         after a connection has been established successfully.
16538
16539 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * gnus-art.el (article-display-face): Force to display face if called
16542         interactively; check if gnus-article-x-face-too-ugly matches author.
16543         (article-display-x-face): Display face even if From header is missing
16544         as article-display-face does.
16545
16546 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16547
16548         * hashcash.el (message-narrow-to-headers-or-head)
16549         (message-fetch-field, message-goto-eoh)
16550         (message-narrow-to-headers): Declare as functions.
16551
16552 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * mail-source.el (mail-sources): Default to fetch from file for
16555         compatibility with default of nnmail-spool-file.
16556
16557 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16560         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16561         to look for encoded word that should be encoded again.
16562         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16563         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16564         encoding pattern.
16565         (rfc2047-decode-region): Switch strict regexp and loose one according
16566         to rfc2047-allow-irregular-q-encoded-words.
16567
16568 2007-11-25  Romain Francoise  <romain@orebokech.com>
16569
16570         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16571
16572 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * tls.el (tls-program): Provide more custom choices from
16575         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16576         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16577
16578 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16579
16580         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16581         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16582
16583         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16584         `nnmail-spool-file'.
16585
16586         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16587         `nnmail-spool-file'.
16588
16589         * gnus-move.el (gnus-change-server): Ditto.
16590
16591         * gnus-kill.el (gnus-batch-score): Ditto.
16592
16593         * gnus-cache.el (gnus-jog-cache): Ditto.
16594
16595         * gnus-msg.el (gnus-summary-reply):
16596         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16597
16598 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16601         version.  Minor improvement to doc strings.
16602         (tls-program): Add comment.
16603
16604 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16605
16606         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16607         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16608         mismatch between the hostname provided in the certificate and the name
16609         of the host connnecting to.
16610         (open-tls-stream): Use them.  Check certificates against trusted root
16611         certificates.
16612
16613 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16614
16615         * gnus-cache.el (gnus-cache-generate-nov-databases):
16616         Use nnml-generate-nov-databases-directory instead of
16617         nnml-generate-nov-databases-1.
16618
16619 2007-11-24  Glenn Morris  <rgm@gnu.org>
16620
16621         * message.el (message-tool-bar-retro): Update for rename
16622         mail_send.xpm->mail-send.xpm.
16623
16624 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16627         `smime-ldap-search' for Emacs 22 and up.
16628
16629 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16630
16631         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16632
16633         * message.el (message-send-mail-function): Fix error convention.
16634         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16635         (message-widen-reply, message-send-mail, message-talkative-question)
16636         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16637         (message-clone-locals, message-send-news): Use with-current-buffer.
16638         (message-insert-or-toggle-importance): Remove unused var `valid'.
16639         (message-make-references): Remove unused var `new-references'.
16640         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16641
16642 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16643
16644         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16645         (spam-split-symbolic-return-positive): Reflow docstring.
16646         (spam-backends, spam-summary-exit-behavior)
16647         (spam-mark-ham-unread-before-move-from-spam-group)
16648         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16649         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16650         (spam-clear-cache, spam-backend-check, spam-install-backend)
16651         (spam-install-statistical-backend, spam-list-of-processors)
16652         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16653         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16654         (spam-check-crm114, spam-initialize, spam-unload-hook):
16655         Fix typos in docstrings.
16656
16657 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16660         been checked if they have never been read and those group levels are
16661         higher than the one that a user specified.
16662
16663 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16666         foreign groups unless a group level is specified by a user.
16667         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16668
16669 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16670
16671         * message.el (message-send-mail-function): Require sendmail.
16672
16673 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16674
16675         * message.el (message-send-mail-function): Check for smtpmail too.
16676
16677         * utf7.el (utf7-encode, utf7-decode): Use coding system
16678         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16679
16680         * message.el (message-send-mail-function): New function.
16681         (message-send-mail-function): Set default using
16682         message-send-mail-function.  Adjust doc string.
16683         (message-send-mail-with-mailclient): New function.
16684
16685 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16686
16687         * smime.el (from):
16688         * rfc2047.el (message-posting-charset):
16689         * qp.el (mm-use-ultra-safe-encoding):
16690         * pop3.el (parse-time-months):
16691         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16692         * nnml.el (files):
16693         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16694         (jka-compr-compression-info-list, ange-ftp-path-format)
16695         (efs-path-regexp):
16696         * nndiary.el (files):
16697         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16698         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16699         (epg-digest-algorithm-alist, inhibit-redisplay)
16700         (password-cache-expiry):
16701         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16702         (pgg-output-buffer, password-cache-expiry):
16703         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16704         (efs-path-regexp):
16705         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16706         (inhibit-redisplay):
16707         * mm-uu.el (file-name, start-point, end-point, entry)
16708         (gnus-newsgroup-name, gnus-newsgroup-charset):
16709         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16710         (latin-unity-ucs-list):
16711         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16712         (mm-uu-binhex-decode-function):
16713         * message.el (gnus-message-group-art, gnus-list-identifiers)
16714         (rmail-enable-mime-composing, gnus-local-organization)
16715         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16716         (gnus-read-active-file, facemenu-add-face-function)
16717         (facemenu-remove-face-function, gnus-article-decoded-p)
16718         (tool-bar-mode):
16719         * mail-source.el (display-time-mail-function):
16720         * gnus-util.el (nnmail-pathname-coding-system)
16721         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16722         (gnus-original-article-buffer, gnus-user-agent)
16723         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16724         (xemacs-codename, sxemacs-codename, emacs-program-version):
16725         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16726         * gnus-start.el (gnus-agent-covered-methods)
16727         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16728         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16729         (gnus-newsgroup-headers, gnus-group-list-mode)
16730         (gnus-group-mark-positions, gnus-newsgroup-data)
16731         (gnus-newsgroup-unreads, nnoo-state-alist)
16732         (gnus-current-select-method, mail-sources)
16733         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16734         (nnmail-spool-file, gnus-cache-active-hashtb):
16735         * gnus-mh.el (mh-lib-progs):
16736         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16737         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16738         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16739         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16740         (gnus-group-buffer):
16741         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16742         (font-lock-set-defaults):
16743         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16744         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16745         (gnus-summary-post-menu, total-parts, type, condition, length):
16746         * gnus-agent.el (gnus-agent-read-agentview):
16747         * flow-fill.el (show-trailing-whitespace):
16748         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16749         eval-and-compile wrappers for byte compiler pacifiers.
16750
16751         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16752         (mm-display-inline-fontify): Check for featurep 'xemacs not
16753         extent-list.
16754
16755         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16756         itimer-list.
16757         (mm-create-image-xemacs): Only do something for XEmacs.
16758         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16759
16760         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16761
16762         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16763         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16764
16765 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16766
16767         * nnimap.el (nnimap-split-download-body):
16768         * gnus-demon.el (gnus-demon):
16769         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16770
16771 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16774         New macros.
16775         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16776         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16777         copy data from unibyte buffer to multibyte current buffer.
16778         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16779         to copy data from unibyte current buffer to multibyte buffer.
16780         (nntp-make-process-buffer): Make process buffer unibyte.
16781
16782         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16783
16784 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16785
16786         * pop3.el (pop3-open-server): Accept and process data more robustly at
16787         connection start to avoid spurious "POP SSL connection failed" errors.
16788
16789 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16792         read group names.
16793
16794 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16795
16796         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16797
16798 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16801         (nnmail-save-active): Use a unibyte buffer when saving active file,
16802         which may contain non-ASCII group names.
16803
16804         * nnml.el (nnml-request-group): Decode group names in messages.
16805
16806 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * message.el (message-citation-line-function)
16809         (message-insert-formatted-citation-line): Fix spelling of
16810         `message-insert-formated-citation-line'.
16811
16812 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16813
16814         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16815
16816 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16819         nnmail-pathname-coding-system.
16820
16821         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16822         that a user enters; decode group names in messages.
16823
16824         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16825
16826 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16829
16830         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16831
16832         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16833         risky local variable.
16834
16835         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16836
16837 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16838
16839         * encrypt.el: Improve documentation to fix function name typo.
16840         Reported by Daiki Ueno <ueno@unixuser.org>.
16841
16842 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16845         even if the point is not in the last page of an article.
16846         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16847         back to the previous page.
16848
16849 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16852
16853 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16856
16857 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16858
16859         * message.el (message-check-news-body-syntax):
16860         Avoid mm-string-as-multibyte.
16861         (message-hide-headers): Don't assume (point-min)==1.
16862
16863 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * message.el (message-remove-blank-cited-lines): Fix if remove is
16866         given.
16867         (message-bogus-address-regexp): New variable.
16868         (message-bogus-recipient-p): New function.
16869         (message-check-recipients): New command.
16870         (message-syntax-checks): Add `bogus-recipient'.
16871         (message-fix-before-sending): Add `bogus-recipient'.
16872
16873         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16874         (gnus-treat-body-boundary): Don't test window-system.
16875
16876 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16877
16878         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16879
16880 2007-10-28  Miles Bader  <miles@gnu.org>
16881
16882         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16883         at compile-time too.
16884
16885 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16886
16887         * gnus-msg.el (gnus-message-setup-hook):
16888         Add `message-remove-blank-cited-lines' to options.
16889
16890 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * message.el (message-remove-blank-cited-lines): New function.
16893         Suggested by Karl Plästerer.
16894
16895 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16898         mapc.
16899
16900         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16901         (top-level): Use mapc to set functions to be traced for debugging.
16902
16903         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16904         called for effect with while loop.
16905
16906         * message.el (message-talkative-question): Replace mapcar called for
16907         effect with mapc.
16908
16909         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16910         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16911         called for effect with dolist.
16912
16913         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16914
16915         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16916         gnus-extra-headers and nnmail-extra-headers.
16917
16918         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16919         called for effect with dolist.
16920         (top-level): Use mapc to set functions to be traced for debugging.
16921
16922         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16923         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16924         dolist.
16925
16926         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16927         Replace mapcar called for effect with mapc.
16928         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16929         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16930         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16931         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16932
16933         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16934         remove-if that's a cl function.
16935
16936         * webmail.el (webmail-debug): Replace mapcar called for effect with
16937         dolist.
16938
16939         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16940         with mapc.
16941
16942 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16945         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16946         with while loop.
16947
16948         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16949         functions from article-* functions.
16950         (gnus-multi-decode-header): Replace mapcar called for effect with
16951         dolist.
16952
16953         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16954         (gnus-bookmark-show-details): Replace mapcar called for effect with
16955         while loop.
16956
16957         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16958         called for effect with while loop.
16959
16960         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16961         with dolist.
16962
16963         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16964         Replace mapcar called for effect with dolist.
16965
16966         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16967
16968         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16969         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16970         Replace mapcar called for effect with dolist.
16971         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16972         mapc.
16973
16974         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16975         Replace mapcar called for effect with dolist.
16976         (gnus-topic-list): Replace mapcar called for effect with mapc.
16977
16978         * gnus.el: Use mapc instead of mapcar to add autoloads.
16979
16980 2007-10-23  Richard Stallman  <rms@gnu.org>
16981
16982         * gnus-group.el (gnus-group-highlight): Mark as risky.
16983
16984 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * gnus.el (gnus-server-to-method): Return method found first in
16987         gnus-newsrc-alist.
16988
16989         * gnus-art.el (gnus-article-highlight-signature)
16990         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16991         button overlay without the front stickiness.
16992
16993 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16994
16995         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16996         overview buffer needed a catch to receive its throw.
16997         (gnus-agent-flush-cache): Declare as interactive to make this function
16998         easier to use.
16999
17000 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17001
17002         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17003         `next-line'.
17004
17005 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17008         exclude address matching message-dont-reply-to-names.
17009
17010 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * gnus-util.el (gnus-string<): New function.
17013
17014         * gnus-sum.el (gnus-article-sort-by-author)
17015         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17016
17017 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17020         the frame-focus tag is set in gnus-buffer-configuration.
17021
17022 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17025         the front stickiness.
17026
17027 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17030         url pattern; remove duplicate one.
17031         (gnus-article-extend-url-button): New function.
17032         (gnus-article-add-buttons): Use it.
17033         (gnus-button-push): Use concatenated url that it makes.
17034
17035 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17036
17037         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17038
17039 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17040
17041         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17042         Don't hardcode point-min==1.
17043
17044 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17047         Fix comment about "iso8859-1".
17048
17049 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17050
17051         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17052         ones returned from the verify-function.
17053
17054         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17055         Call mml2015-extract-cleartext-signature if extraction failed.
17056
17057 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17058
17059         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17060         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17061         failed.
17062
17063 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17064
17065         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17066
17067 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17068
17069         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17070         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17071         recommends to use EasyPG instead of PGG.
17072
17073         * pgg.el: Revert to revision 6.23.2.16.
17074
17075         * pgg-def.el: Revert to revision 6.6.2.14.
17076
17077         * pgg-gpg.el: Revert to revision 6.23.2.34.
17078
17079 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17080
17081         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17082         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17083         thread for both the null and zero (kill/expire thread) universal prefix
17084         cases.
17085         (gnus-summary-expire-thread): Add new function to expire a thread,
17086         using gnus-summary-kill-thread.
17087         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17088         shortcuts for gnus-summary-expire-thread.
17089         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17090         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17091
17092 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17093
17094         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17095         extras value, so an extras entry can be deleted.
17096         (gnus-registry-delete-extra-entry): Use it.
17097         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17098         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17099         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17100         storage through the gnus-registry, and provide an appropriate API for
17101         it.
17102
17103 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17106         Suggested by Leo <sdl.web@gmail.com>.
17107
17108         * gnus.el: Do.
17109
17110 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17113         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17114
17115         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17116
17117         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17118         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17119
17120 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17123         newline.
17124         (nnmbox-request-accept-article): Don't change article in source buffer;
17125         narrow to header to use message-fetch-field rather than
17126         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17127         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17128         as delimiters; make sure article ends with newline.
17129         (nnmbox-delete-mail): Correct last position of article to be deleted;
17130         ignore X-Gnus-Newsgroup header in article body.
17131         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17132         positions; make sure article ends with newline.
17133
17134         * message.el (message-display-abbrev): Don't infloop when a user
17135         inserts SPC in the beginning of header.
17136
17137         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17138         coding-system-for-read and coding-system-for-write for XEmacs having no
17139         file-coding feature.
17140
17141         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17142
17143 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17144
17145         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17146         list of groups not followed by default.  Fix type to be regexp.
17147         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17148
17149 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17150
17151         * hmac-def.el (define-hmac-function): Switch from old-style to
17152         new-style backquotes.
17153
17154         * md4.el (md4-make-step): Likewise.
17155
17156 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17159         raw-text coding system when saving .newsrc file, which may contain
17160         non-ASCII group names.
17161
17162 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * gnus-cus.el (gnus-score-extra): New widget.
17165         (gnus-score-extra-convert): New function.
17166         (gnus-score-customize): Use it for Extra.
17167
17168 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17169
17170         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17171         (mml2015-mailcrypt-clear-verify): Use it.
17172         (mml2015-gpg-clear-verify): Use it.
17173         (mml2015-pgg-clear-verify): Use it.
17174         (mml2015-epg-clear-verify): Replace the current part with the output
17175         from GnuPG; don't extract the plaintext by itself.
17176
17177         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17178         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17179         mml2015-clear-verify-function; don't touch the armor headers or
17180         dash-escaped text here.
17181
17182 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17185         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17186         parts, or application/octet-stream as a last resort.
17187         (gnus-mime-view-part-as-type): Don't toggle display.
17188         (gnus-mime-view-part-as-charset): Don't turn off display before
17189         querying charset.
17190
17191         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17192         stuff to undisplayer function in Emacs.
17193         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17194
17195         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17196         text/calendar parts.
17197
17198 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17201         decoding text/calendar parts.
17202
17203         * message.el (message-forward-make-body-mime): Always mark body as
17204         having no illegible text; remove signed-or-encrypted argument.
17205         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17206
17207         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17208         (mml-generate-mime-1): Don't encode body if it is specified to be in
17209         raw form; don't make buffer be unibyte when inserting multibyte string.
17210
17211 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17212
17213         * sha1.el: Fix up comment style.
17214         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17215         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17216
17217         * hex-util.el: Fix up comment style.
17218         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17219
17220         * gnus-salt.el: Use with-current-buffer.
17221         (gnus-pick-setup-message): Fix long-standing typo.
17222
17223 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * imap.el (imap-logout-timeout): New variable.
17226         (imap-logout, imap-logout-wait): New functions.
17227         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17228
17229         * nnimap.el (nnimap-logout-timeout): New server variable.
17230         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17231         nnimap-logout-timeout.
17232
17233         * gnus-art.el (gnus-article-summary-command-nosave)
17234         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17235
17236 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * gnus.el (gnus-maximum-newsgroup): New variable.
17239
17240         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17241         according to gnus-maximum-newsgroup.
17242
17243         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17244         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17245         Limit the range of articles according to gnus-maximum-newsgroup.
17246
17247 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17248
17249         * gnus-art.el (gnus-sticky-article): Fix problems described in
17250         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17251         Don't perform gnus-configure-windows here; reuse existing sticky
17252         article buffer.
17253
17254         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17255         it doesn't exist in gnus-article-mode.
17256
17257 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17260         (gnus-agent-decoded-group-name): New function.
17261         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17262         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17263
17264 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17265
17266         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17267         Add binding for gnus-sticky-article.
17268         (gnus-summary-exit): Don't kill sticky article buffers.
17269
17270         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17271         article buffer.
17272         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17273         (gnus-kill-sticky-article-buffers): New commands.
17274
17275 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * nntp.el (nntp-xref-number-is-evil): New server variable.
17278         (nntp-find-group-and-number): If it is non-nil, don't trust article
17279         numbers in the Xref header.
17280
17281 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-agent.el (gnus-agent-read-group): New function.
17284         (gnus-agent-flush-group, gnus-agent-expire-group)
17285         (gnus-agent-regenerate-group): Use it.
17286         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17287         nnmail-pathname-coding-system.
17288
17289 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17292
17293         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17294         that are unread as unread, and also as selected so that information of
17295         marks having been changed by a user may be updated when exiting group.
17296
17297 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17300
17301 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17304         calculated ignoring signature parts to gnus-treat-article.
17305
17306 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17309         a point here in order to keep the window start.
17310         (gnus-insert-mime-security-button): Make a button overlay without the
17311         front stickiness.
17312         (gnus-mime-display-security): Goto the end of a button.
17313
17314         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17315
17316 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17319         group-name-at-point.
17320         (gnus-group-completing-read): New function that offers decoded
17321         non-ASCII group names for completion.
17322         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17323         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17324         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17325         (gnus-group-fetch-control): Use it.
17326         (gnus-fetch-group): Use group-name-at-point for the initial value
17327         rather than the default value; use gnus-alive-p.
17328
17329         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17330         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17331         (gnus-summary-post-news): Use gnus-group-completing-read.
17332
17333         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17334         (gnus-read-move-group-name): Decode group name for completion.
17335
17336 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17337
17338         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17339         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17340         Yamaoka slightly modified the code).
17341
17342 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17345         (nnmail-split-incoming): Bind it.
17346
17347         * nnml.el (nnml-group-name-charset): New function.
17348         (nnml-decoded-group-name): Use it; don't decode group name if
17349         nnmail-group-names-not-encoded-p is non-nil.
17350         (nnml-encoded-group-name): New function.
17351         (nnml-group-pathname): Inline nnml-decoded-group-name.
17352         (nnml-request-expire-articles): Decode group name in message.
17353         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17354         nnmail-pathname-coding-system.
17355         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17356         not decoded ones according to nnmail-group-names-not-encoded-p.
17357         (nnml-generate-active-info): Use nnml-encoded-group-name.
17358
17359 2007-08-08  Glenn Morris  <rgm@gnu.org>
17360
17361         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17362         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17363         doc-strings and comments.
17364
17365 2007-07-25  Glenn Morris  <rgm@gnu.org>
17366
17367         * Relicense all FSF files to GPLv3 or later.
17368
17369 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * gnus-sum.el (gnus-summary-move-article):
17372         Make gnus-summary-respool-article work.
17373
17374 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17375
17376         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17377         string.
17378
17379 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17380
17381         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17382         that should be ignored when comparing distant RSS articles with local
17383         ones.
17384         (nnrss-make-hash-index): New function.  Create a hash index according
17385         to the ignored fields.
17386         (nnrss-check-group): Use it.
17387
17388 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17391
17392         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17393
17394         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17395         the new optional argument ENCODED is non-nil.
17396         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17397         coding system for encoding group name.
17398         (gnus-group-make-rss-group): Pass un-encoded group name to
17399         gnus-group-make-group.
17400         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17401         encoded.
17402
17403         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17404         Encode group name to which articles are moved or copied.
17405         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17406         coding system for encoding Newsgroup, Followup-To and Xref headers.
17407
17408         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17409         marks; use nnheader-file-coding-system to write a file.
17410         (nnagent-retrieve-headers): Bind file-name-coding-system to
17411         nnmail-pathname-coding-system.
17412
17413         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17414
17415         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17416         (nnml-request-article, nnml-request-create-group)
17417         (nnml-request-rename-group, nnml-find-id)
17418         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17419         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17420         (nnml-save-marks): Use nnml-group-pathname instead of
17421         nnmail-group-pathname.
17422
17423         (nnml-request-create-group, nnml-request-expire-articles)
17424         (nnml-request-move-article, nnml-request-delete-group)
17425         (nnml-deletable-article-p, nnml-possibly-create-directory)
17426         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17427         (nnml-open-marks): Bind file-name-coding-system to
17428         nnmail-pathname-coding-system.
17429
17430         (nnml-request-article): Pass server argument to nnml-find-group-number.
17431         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17432         Pass server argument to nnml-possibly-create-directory.
17433         (nnml-request-accept-article): Pass server argument to
17434         nnml-active-number and nnml-save-mail.
17435         (nnml-find-group-number): Pass server argument to nnml-find-id.
17436         (nnml-request-update-info): Pass server argument to
17437         nnml-marks-changed-p.
17438
17439         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17440         (nnml-save-mail, nnml-active-number): Add server argument.
17441
17442         (nnml-request-delete-group): Warn if group is missing.
17443         (nnml-get-nov-buffer): Decode group name.
17444         (nnml-generate-active-info): Encode group name.
17445         (nnml-open-marks): Decode group name in messages.
17446
17447 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17450         if it is not specified.
17451         (gnus-article-pipe-part, gnus-article-save-part)
17452         (gnus-article-interactively-view-part, gnus-article-copy-part)
17453         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17454         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17455         (gnus-article-replace-part, gnus-article-delete-part)
17456         (gnus-article-view-part-as-type): Pass raw prefix argument to
17457         gnus-article-part-wrapper.
17458
17459 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * gnus-agent.el (gnus-agent-save-active):
17462         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17463
17464         * gnus-cache.el (gnus-cache-save-buffers)
17465         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17466         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17467         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17468         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17469         (gnus-cache-generate-active, gnus-cache-rename-group)
17470         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17471         (gnus-cache-update-overview-total-fetched-for):
17472         Bind file-name-coding-system to nnmail-pathname-coding-system.
17473         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17474         New variables.
17475         (gnus-cache-decoded-group-name): New function.
17476         (gnus-cache-file-name): Use it.
17477         (gnus-cache-generate-active): Use non-decoded group name for active.
17478
17479         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17480         right place.
17481         (gnus-write-active-file): Don't break non-ASCII group names.
17482
17483         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17484         nnmail-pathname-coding-system.
17485
17486         * lpath.el: Bind default-file-name-coding-system,
17487         file-name-coding-system and language-info-alist for XEmacs.
17488
17489         * gnus-uu.el (gnus-uu-decode-save): Typo.
17490
17491 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17494
17495 2007-07-14  David Kastrup  <dak@gnu.org>
17496
17497         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17498         finishing actions if we did not edit the article.
17499
17500 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17503         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17504         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17505         (gnus-agent-flush-group, gnus-agent-flush-cache)
17506         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17507         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17508         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17509         (gnus-agent-regenerate-group)
17510         (gnus-agent-update-files-total-fetched-for)
17511         (gnus-agent-update-view-total-fetched-for):
17512         Bind file-name-coding-system to nnmail-pathname-coding-system.
17513         (gnus-agent-group-pathname): Don't encode file names by
17514         nnmail-pathname-coding-system.
17515         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17516         coding-system-for-write instead of buffer-file-coding-system to
17517         gnus-agent-file-coding-system.
17518
17519         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17520         Decode group name.
17521
17522         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17523
17524         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17525         (gnus-read-newsrc-el-file): Make group names unibyte.
17526
17527         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17528         nnmail-pathname-coding-system.
17529
17530         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17531         (nnrss-request-delete-group): Bind file-name-coding-system to
17532         nnmail-pathname-coding-system.
17533         (nnrss-read-server-data, nnrss-read-group-data):
17534         Bind file-name-coding-system correctly.
17535         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17536
17537         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17538         (nntp-server-to-method-cache): New variable.
17539         (nntp-group-pathname): New function that decodes non-ASCII group names.
17540         (nntp-possibly-create-directory, nntp-marks-changed-p)
17541         (nntp-save-marks, nntp-open-marks): Use it.
17542         (nntp-possibly-create-directory, nntp-open-marks):
17543         Bind file-name-coding-system to nnmail-pathname-coding-system.
17544         (nntp-open-marks): Decode group names when bootstrapping marks.
17545
17546         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17547         Newsgroups and Followup-To headers.
17548
17549 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17552         (gnus-server-closed-face, gnus-server-denied-face)
17553         (gnus-server-offline-face): Remove variable.
17554         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17555
17556         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17557         of modifying message-stack directly for XEmacs.
17558
17559         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17560         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17561         if the coding-system argument is nil for XEmacs.
17562
17563         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17564         mm-charset-override-alist.
17565
17566         * rfc2047.el: Don't require base64; require rfc2045 for the function
17567         rfc2045-encode-string.
17568         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17569         to quote the parameter value.
17570
17571 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17574         form in gnus-group-name-charset-method-alist.
17575
17576         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17577         overrides the default layout edit-form.
17578
17579         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17580
17581         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17582
17583 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17586         as unfetched articles.
17587
17588 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17589
17590         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17591
17592 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17595         original back end that keeps marks in the local system.
17596
17597 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17600         arg of pop-to-buffer for XEmacs.
17601         (gnus-article-read-summary-keys): Ditto; don't restore window
17602         configuration if summary command ends up with neither article buffer
17603         nor summary buffer; describe bindings if summary keys end with C-h.
17604
17605 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * message.el (message-fix-before-sending): Skip raw message part to be
17608         forwarded while checking illegible text.
17609         (message-forward-make-body-mime, message-forward-make-body):
17610         Mark signed or encrypted raw message as having no illegible text.
17611
17612 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17615         (gnus-message-with-timestamp-1): New macro.
17616         (gnus-message-with-timestamp): New function.
17617         (gnus-message): Use them.
17618
17619         * nnheader.el (nnheader-message): Use them.
17620
17621 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17622
17623         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17624         .newsrc.eld file.
17625
17626 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus-agent.el (gnus-agent-fetch-headers)
17629         (gnus-agent-retrieve-headers):
17630         Bind gnus-decode-encoded-address-function to identity.
17631
17632         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17633         available also when the server returns simply a dot.
17634
17635         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17636
17637 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17640
17641 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * gnus-ems.el (gnus-x-splash): Make it work.
17644
17645         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17646         from being used.
17647
17648         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17649
17650 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17653         4th and the 5th arguments.
17654
17655         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17656         the front stickiness.
17657         (gnus-article-summary-command-nosave): Correct the order of the
17658         arguments passed to pop-to-buffer.
17659         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17660         summary command ends up with the article buffer.
17661
17662         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17663         the same faces.
17664
17665 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17666
17667         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17668
17669 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17670
17671         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17672         * gnus-sum.el (gnus-summary-highlight):
17673         * pgg.el (pgg-sign-region, pgg-sign):
17674         * mail-source.el (mail-source-delete-old-incoming-confirm):
17675         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17676
17677 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17678
17679         * gnus-art.el (gnus-mime-view-part-externally)
17680         (gnus-mime-view-part-internally): Fix predicate function passed to
17681         completing-read.
17682
17683         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17684
17685         * gnus.el (gnus-update-message-archive-method): Add :version.
17686
17687 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus.el (gnus-update-message-archive-method): New variable.
17690
17691         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17692         according to gnus-message-archive-method if
17693         gnus-update-message-archive-method is non-nil.
17694
17695 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17698         Suggested by Loic Dachary <loic@dachary.org>.
17699         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17700
17701 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * message.el (message-pop-to-buffer): Add switch-function argument.
17704         (message-mail): Pass switch-function argument to it.
17705
17706 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17707
17708         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17709         Improve doc string.
17710
17711 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17714         (gnus-header-content):
17715         * gnus-cite.el (gnus-cite-10):
17716         * gnus-srvr.el (gnus-server-closed):
17717         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17718         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17719         (gnus-group-mail-3-empty, gnus-group-mail-low)
17720         (gnus-group-mail-low-empty, gnus-splash):
17721         * message.el (message-header-to, message-header-cc)
17722         (message-header-subject, message-header-other, message-header-name)
17723         (message-header-xheader, message-separator, message-cited-text)
17724         (message-mml): Lighten colors of faces used for dark background.
17725
17726 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17727
17728         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17729         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17730
17731 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * message.el (message-narrow-to-headers-or-head):
17734         Ignore mail-header-separator in the body.
17735
17736 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17739         same as window size.
17740
17741 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17742
17743         * message.el (message-font-lock-keywords): Use message-header-xheader
17744         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17745         ahead of the anything pattern, to get it recognized.
17746
17747 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17750         spam.el loads uses it in the compiled defadvice form.
17751
17752 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17753
17754         * gnus-sum.el (gnus-articles-to-read)
17755         (gnus-summary-insert-old-articles): Don't truncate group name for
17756         `read-string'.
17757
17758         * gnus-util.el (gnus-limit-string): Delete this function.
17759
17760         * gnus-sum.el (gnus-simplify-subject-fully):
17761         Use `truncate-string-to-width' instead.
17762
17763 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17764
17765         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17766         Tell if, on summary exit, the next group has to be selected.
17767         (gnus-summary-exit): Use it.
17768
17769 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17770
17771         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17772         non-break space.
17773
17774 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17777         Check if group is not a directory.
17778         (nnfolder-request-expire-articles): Don't delete articles if the target
17779         group is not available.
17780
17781         * nnml.el (nnml-request-create-group): Properly check if group is not a
17782         file.
17783         (nnml-request-expire-articles): Don't delete articles if the target
17784         group is not available.
17785
17786         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17787         Don't quote characters that are within parentheses.
17788
17789 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17790
17791         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17792         (gnus-handle-ephemeral-exit): Select article according to it.
17793
17794 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17795
17796         * message.el (message-insert-formated-citation-line): Remove newline.
17797         (message-citation-line-format): Add final \n here so that the user can
17798         avoid a blank line.
17799
17800 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17801
17802         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17803         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17804         Update lanl/arXiv support.
17805
17806 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17807
17808         * gnus.el: Bump version number.
17809
17810 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17811
17812         * gnus.el (gnus-version-number): Bump version.
17813
17814 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17815
17816         * gnus.el: No Gnus v0.6 is released.
17817
17818 2007-04-27  Didier Verna  <didier@xemacs.org>
17819
17820         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17821         * gmm-utils.el (gmm-regexp-concat): ... here.
17822         * message.el: Don't require 'gnus-util.
17823         (message-dont-reply-to-names): Handle name change above.
17824         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17825
17826 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17829         since the initial value varies according to the system.
17830
17831 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17832
17833         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17834
17835 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17836
17837         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17838
17839 2007-04-24  Didier Verna  <didier@xemacs.org>
17840
17841         Improve the type of gnus-ignored-from-addresses.
17842         * gnus-util.el (gnus-orify-regexp): New function.
17843         * message.el (gnus-util): Require it.
17844         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17845         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17846         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17847
17848 2007-04-24  Didier Verna  <didier@xemacs.org>
17849
17850         * gnus-sum.el:
17851         * gnus-utils.el: Fix some trailing whitespaces.
17852
17853 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17856         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17857         article's Message-ID; refer parent article in summary buffer.
17858
17859         * message.el (message-bounce): Call mime-to-mml.
17860
17861         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17862         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17863         optimize and/or forms properly.
17864
17865 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17866
17867         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17868         URL.
17869
17870 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17873
17874 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17877         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17878         displayed of multipart/alternative part if it is invoked from summary
17879         buffer.
17880
17881         * mm-view.el (mm-inline-text-html-render-with-w3m)
17882         (mm-inline-text-html-render-with-w3m-standalone)
17883         (mm-inline-render-with-function): Use mail-parse-charset by default.
17884
17885 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17886
17887         * parse-time.el (parse-time-string-chars): Check if CHAR
17888         is less than the length of parse-time-syntax.
17889
17890 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17893         from gnus-newsgroup-processable.
17894
17895 2007-04-16  Didier Verna  <didier@xemacs.org>
17896
17897         * gnus-msg.el (gnus-configure-posting-styles):
17898         Handle message-signature-directory properly with :file syntax.
17899         Reported by "Leo".
17900
17901 2007-04-11  Didier Verna  <didier@xemacs.org>
17902
17903         New user option: message-signature-directory.
17904         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17905         * message.el (message-insert-signature): Ditto.
17906         * message.el (message-signature-file): Doc update.
17907         * message.el (message-signature-directory): New.
17908
17909 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * gnus-msg.el (gnus-inews-yank-articles):
17912         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17913
17914 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * message.el (message-yank-original): Make sure cited text ends with
17917         newline; don't exchange point and mark.
17918
17919 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17920
17921         * tls.el (open-tls-stream): Properly handle case where there
17922         is no associated buffer.
17923
17924 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17925
17926         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17927         message-yank-original, make sure (< mark TEXT point).
17928
17929 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17930
17931         * message.el (message-fill-column): New variable.
17932         (message-mode): Use it.  Add comment on a possible new hook.
17933
17934         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17935         (nnmail-get-new-mail): Reformat.
17936
17937         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17938
17939         * gmm-utils.el: Fix Commentary.
17940         (gmm-tool-bar-from-list): Fix typo in doc string.
17941
17942 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17943
17944         * message.el (message-yank-original): Don't switch point and mark
17945         unnecessarily to put point and mark as documented.
17946
17947 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17948
17949         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17950         from the message heads.
17951
17952 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17953
17954         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17955         article buffer does not have a window.  This may not be the best
17956         solution but is certainly better than setting the start of the null,
17957         that is the current, window.
17958
17959 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17960
17961         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17962         (gnus-draft-setup): Run it.
17963
17964         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17965         gnus-score-fast-scoring.  Allow regexp.
17966         (gnus-score-headers): Use it.
17967
17968         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17969         XEmacs.
17970
17971         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17972         string.
17973         (gnus-button-alist): Also catch `<f1> k ...'.
17974         (gnus-treat-display-x-face): Fix doc string.
17975
17976 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17977
17978         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17979         evaluation of gnus-extended-version to ensure correct generation of the
17980         User-Agent header when message-generate-headers-first is used.
17981
17982 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17983
17984         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17985         hashcash-path is nil.  Don't call callback with incorrect number of
17986         parameters if val is 0.
17987
17988 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17989
17990         * message.el (message-required-news-headers):
17991         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17992
17993 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17994
17995         * tls.el (open-tls-stream): In handshake-waiting loop,
17996         don't wait more if there is output available to process.
17997
17998 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17999
18000         * tls.el (tls-program): Doc fix.
18001
18002 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * message.el (message-generate-new-buffers): Change the meaning of the
18005         nil value; add `standard' to the choices; treat t as `unique'; improve
18006         doc string.
18007         (gnus-select-frame-set-input-focus): Autoload.
18008         (message-buffer-name): Search for the existing message buffer if
18009         message-generate-new-buffers is nil or `standard'; treat the value t of
18010         message-generate-new-buffers as `unique'.
18011         (message-pop-to-buffer): Raise the frame already displaying the message
18012         buffer; clear the echo area after querying.
18013         (message-setup): Pass the `continue' argument to compose-mail.
18014         (message-mail): Prefer `switch-function' if it is given; search for the
18015         existing message buffer if the `continue' argument is non-nil; pass
18016         continue and switch-function arguments to compose-mail by way of
18017         message-setup.
18018         (message-mail-other-window): Adjust argument of message-setup.
18019         (message-mail-other-frame): Ditto.
18020
18021 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18024         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18025         to turn font-lock on when turning gnus-message-citation-mode on.
18026
18027 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18028
18029         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18030         (mml-smime-function-alist): New variable; add epg as the backend.
18031         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18032         mml-smime- functions instead.
18033         * mm-view.el: Require smime.
18034
18035 2007-03-05  Didier Verna  <didier@xemacs.org>
18036
18037         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18038         instead of just inheritance for posting styles.
18039         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18040
18041 2007-02-24  Chris Moore  <dooglus@gmail.com>
18042
18043         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18044         * pgg-pgp.el (pgg-pgp-encrypt-region):
18045         * pgg-gpg.el (pgg-gpg-encrypt-region):
18046         Check pgg-encrypt-for-me if no other recipients.
18047
18048 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18049
18050         * tls.el (tls-certtool-program): Fix custom type.
18051
18052 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18055         and point-at-eol instead of line-(beginning|end)-position.
18056
18057         * assistant.el (assistant-parse-buffer): Ditto.
18058
18059         * netrc.el (netrc-parse-services): Ditto.
18060
18061 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18062
18063         * mml2015.el (mml2015-epg-find-usable-key): New function.
18064         (mml2015-epg-sign): Use it.
18065         (mml2015-epg-encrypt): Use it.
18066
18067 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * message.el (message-make-in-reply-to): Quote name containing
18070         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18071         if there are special characters.  Reported by NAKAJI Hiroyuki
18072         <nakaji@jp.freebsd.org>.
18073
18074 2007-02-27  Didier Verna  <didier@xemacs.org>
18075
18076         Include the group parameters as well as the topic ones in the
18077         inheritance filter process.
18078         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18079         argument GROUP-PARAMS-LIST.
18080         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18081
18082 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * nntp.el (nntp-never-echoes-commands)
18085         (nntp-open-connection-functions-never-echo-commands): New variables.
18086         (nntp-send-command): Use them.
18087
18088 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18089
18090         * mml2015.el (mml2015-epg-verify): Simplify.
18091
18092 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * mml.el (mml-content-disposition-alist): New user option.
18095         (mml-content-disposition): New function.
18096         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18097         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18098
18099 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18100
18101         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18102         verification.
18103
18104 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18105
18106         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18107         articles posted in the last 24 hours.
18108
18109 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18110
18111         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18112
18113 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18114
18115         * nntp.el (nntp-send-command): Don't wait for echoes when
18116         nntp-open-ssl-stream is used.
18117
18118 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18121         (gnus-message-add-citation-keywords)
18122         (gnus-message-remove-citation-keywords): Remove.
18123         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18124         directly, make the variables in font-lock-defaults buffer-local, add
18125         gnus-message-citation-keywords to them and then update the value of
18126         font-lock-keywords.
18127
18128 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18129
18130         * message.el (message-cite-original-1): Don't call
18131         gnus-article-highlight-citation.
18132
18133         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18134         citations; fix line count.
18135
18136 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18139         (gnus-message-add-citation-keywords)
18140         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18141         versions of font-lock-add-keywords and font-lock-remove-keywords to
18142         work with XEmacs correctly.
18143
18144 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18145
18146         * gnus-cite.el (gnus-cite-face-list): Set the values of
18147         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18148         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18149         (gnus-message-cite-prefix-regexp): New variable.
18150         (gnus-message-search-citation-line): Use it; protect against long
18151         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18152         the 0th match data for Emacs.
18153         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18154         (gnus-message-add-citation-keywords): Append keywords rather than
18155         prepending; emulate font-lock-add-keywords if it is not available.
18156         (gnus-message-remove-citation-keywords):
18157         Emulate font-lock-remove-keywords if it is not available.
18158
18159         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18160
18161         * message.el (message-cite-prefix-regexp): Set the value of
18162         gnus-message-cite-prefix-regexp.
18163
18164 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18165
18166         * nnweb.el (nnweb-google-parse-1): Update parser.
18167
18168 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18169
18170         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18171
18172 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18173
18174         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18175         regexp.
18176
18177 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18180         string-to-multibyte.
18181         (uudecode-decode-region-internal): Use it.
18182
18183         * lpath.el: Fbind string-as-multibyte for XEmacs.
18184
18185 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18186
18187         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18188         Fix custom choice.
18189
18190         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18191
18192 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18193
18194         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18195
18196         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18197         `write-region' to respect `mm-inhibit-file-name-handlers'.
18198
18199 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18200
18201         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18202         Use gnus-home-directory instead of "~/" or "$HOME".
18203
18204 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18205
18206         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18207         to mention filename.
18208         Add comments at beginning regarding usage.
18209         (encrypt-write-file-contents): Change interactive so a string is
18210         acceptable.  If the file has no associated model, show an error instead
18211         of a nonsense prompt.
18212
18213 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18214
18215         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18216         Thanks to Yoshihiko Yamada for kind notification of this typo.
18217
18218 2007-01-12  Kenichi Handa  <handa@m17n.org>
18219
18220         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18221         multibyte buffer.
18222
18223 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18224
18225         * gnus-score.el (gnus-score-fast-scoring): New variable.
18226         (gnus-score-headers): Use it.
18227
18228         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18229
18230         * message.el (message-cite-original-1):
18231         Call gnus-article-highlight-citation if requested.
18232         (message-make-from): Allow name and address as optional arguments.
18233
18234         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18235
18236         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18237         bugs to doc string.
18238         (gnus-button-alist): Add mid\\|message-id.
18239         (gnus-button-fetch-group): Extend for use in
18240         `browse-url-browser-function'.
18241         (gnus-button-url-regexp): Try to catch paired parentheses like in
18242         Wikipedia URLs.
18243
18244         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18245         Suggested by Simon Krahnke <overlord@gmx.li>.
18246
18247 2007-01-13  Romain Francoise  <romain@orebokech.com>
18248
18249         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18250         Update copyright.
18251
18252 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18253
18254         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18255
18256 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18257
18258         * gnus-registry.el (gnus-registry-unfollowed-groups)
18259         (gnus-registry-split-fancy-with-parent): Fix documentation.
18260
18261 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18262
18263         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18264         from nnweb groups.
18265
18266 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18267
18268         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18269         Xref urls.  Erase buffer before requesting head.
18270
18271         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18272
18273 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18276         customizable.
18277
18278 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18279
18280         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18281         no signing key is found.
18282         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18283         no encrypting and/or signing key is found.
18284
18285 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18286
18287         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18288
18289 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18290
18291         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18292         headers read from disk with the ones newly found in the current search.
18293         This should no longer cause problems, because the article numbers in
18294         Gmane's `nov.php' output are ignored since the previous change.
18295
18296 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18297
18298         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18299
18300 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18303         replace-regexp-in-string; bind url-version; fbind display-images-p and
18304         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18305         find-face and set-itimer-function for Emacs; bind itimer-list for
18306         Emacs.
18307
18308         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18309
18310 2007-01-01  Romain Francoise  <romain@orebokech.com>
18311
18312         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18313
18314 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18315
18316         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18317         `define-minor-mode' macro definition expanded properly.
18318         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18319         exclude it there.
18320
18321         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18322         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18323         `fboundp' test.
18324         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18325         This is OK to autoload in (S)XEmacs now.
18326
18327 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18328
18329         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18330         keystroke.
18331         (gnus-summary-limit-to-singletons): Fix typo.
18332
18333         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18334         else fails.
18335
18336 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18337
18338         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18339         docstring.
18340
18341         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18342         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18343         (gnus-summary-insert-dormant-articles): Fix typo in message.
18344
18345 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18346
18347         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18348         nil for XEmacs.
18349         (gnus-message-citation-mode): Don't autoload in XEmacs.
18350
18351         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18352
18353 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18354
18355         * nnimap.el (nnimap-expunge-search-string):
18356         Mention nnimap-search-uids-not-since-is-evil in docstring.
18357
18358 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18359
18360         * spam.el: Revert to make-obsolete-variable because
18361         define-obsolete-variable-alias is not supported in Emacs 21.
18362
18363         * spam.el (spam-ifile-path, spam-ifile-database-path)
18364         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18365         make-obsolete-variable.
18366         (spam-bsfilter-path, spam-bsfilter-program)
18367         (spam-spamassassin-path, spam-spamassassin-program)
18368         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18369         Don't use "path" inappropriately.
18370         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18371         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18372         variable names.
18373
18374 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18375
18376         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18377         summary buffer.
18378
18379         * password.el (password-cache-remove): Use clear-string to burn
18380         password, if available.
18381
18382 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18383
18384         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18385
18386         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18387
18388         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18389         (gnus-message-highlight-citation): Move defcustom here from
18390         gnus-cite.el.
18391         (gnus-message-citation-mode): Autoload.
18392
18393         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18394         checks to make it compile with XEmacs.
18395         (gnus-message-citation-mode): New minor mode.
18396         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18397         (gnus-message-highlight-citation): New variables.
18398         (gnus-message-search-citation-line)
18399         (gnus-message-add-citation-keywords)
18400         (gnus-message-remove-citation-keywords)
18401         (turn-on-gnus-message-citation-mode)
18402         (turn-off-gnus-message-citation-mode): New functions.
18403
18404 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18405
18406         * gnus-cite.el: Enable highlighting of different citation levels in
18407         message-mode.
18408
18409 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * message.el (message-make-fqdn): Fix comment.
18412         (message-bogus-system-names): Add ".local".
18413
18414         * spam.el (spam-ifile-path, spam-ifile-program)
18415         (spam-ifile-database-path, spam-ifile-database)
18416         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18417         Don't use "path" inappropriately.
18418         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18419         strings.
18420         (spam-check-ifile, spam-ifile-register-with-ifile)
18421         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18422         Use new variable names.
18423
18424         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18425         (gnus-treat-display-smileys): Simplify using
18426         gnus-image-type-available-p.
18427
18428         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18429         available.
18430
18431         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18432         Use `display-images-p' if available.
18433
18434 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18437         one after turning on the buffer's multibyteness instead of decoding
18438         them directly in the unibyte buffer that causes unexpected conversion
18439         in Emacs 23 (unicode).
18440
18441 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18442
18443         * message.el (message-generate-hashcash): Fix custom type.
18444
18445 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18446
18447         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18448
18449 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18450
18451         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18452         disconnect icons.  Add help text.
18453
18454 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18455
18456         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18457         negated to be consistent with the others we handle.
18458
18459 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18460
18461         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18462         version of gnus-summary-buffer to something, so that we can use two
18463         article buffers at the same time.
18464
18465 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18466
18467         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18468         trigger all the extra headers.
18469         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18470         sorting.
18471
18472 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18473
18474         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18475         solid groups.
18476
18477 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18478
18479         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18480
18481 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18482
18483         * legacy-gnus-agent.el: Add Copyright notice.
18484
18485 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18486
18487         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18488
18489 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18490
18491         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18492
18493         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18494         to make it work reliably in CVS Emacs.
18495         (gnus-summary-limit-strange-charsets-predicate)
18496         (gnus-summary-limit-to-predicate): New functions.
18497
18498 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18499
18500         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18501         specifying array size.
18502         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18503         array if it is too small.
18504         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18505         (gnus-sort-threads-loop): New function.
18506
18507 2006-12-06  Chris Moore  <dooglus@gmail.com>
18508
18509         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18510         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18511
18512 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18513
18514         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18515         options.
18516
18517 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18518
18519         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18520         DOS-ing the recipient.
18521
18522         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18523         the headers when creating the mapping to avoid mismappings.
18524         (nnweb-gmane-create-mapping): Always nix out old mapping.
18525
18526 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18529         and mm-verify-option to never.
18530
18531 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * message.el (message-signed-or-encrypted-p): New function.
18534         (message-forward-make-body): Use it.
18535
18536         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18537         Replace encode-coding-string with mm-encode-coding-string.
18538
18539 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * nneething.el (nneething-decode-file-name):
18542         Replace decode-coding-string with mm-decode-coding-string.
18543
18544         * gnus-int.el (gnus-open-server): Say failed server's name.
18545
18546 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18547
18548         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18549         strings to a single string.  Quote `errors-file-name'.
18550         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18551         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18552         Adjust calls.  Use `shell-quote-argument'.
18553
18554 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18555
18556         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18557         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18558
18559         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18560         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18561         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18562         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18563         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18564         (gnus-subscribe-newsgroup, gnus-1):
18565         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18566         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18567         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18568         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18569
18570 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18571
18572         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18573         keystroke.
18574         (gnus-summary-limit-to-bodies): Implement headersp.
18575
18576 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18577
18578         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18579
18580 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18581
18582         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18583
18584 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18585
18586         * message.el (message-generate-hashcash): Expand range of values to
18587         include `opportunistic'.
18588         (message-send-mail): Use it.
18589
18590 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18591
18592         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18593         and comment it.
18594
18595         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18596
18597 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18598
18599         * gnus-util.el (gnus-extract-address-components): Improve comment.
18600
18601 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * gnus-util.el (gnus-extract-address-components): Work with address in
18604         which the name portion contains @.
18605
18606         * lpath.el: Fbind custom-autoload.
18607
18608 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18609
18610         * gnus.el (gnus-start): Move custom group up.
18611         (gnus-select-method): Don't autoload, but make it available for
18612         `customize-variable'.
18613         (gnus-getenv-nntpserver): Don't autoload.
18614
18615 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18616
18617         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18618
18619 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * message.el (message-sendmail-extra-arguments): New variable.
18622         (message-send-mail-with-sendmail): Use it.
18623
18624 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18627         mm-with-unibyte-current-buffer to make string unibyte.
18628
18629         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18630         mm-string-as-multibyte.
18631
18632 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18633
18634         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18635         Reported by Werner Koch <wk@gnupg.org>.
18636
18637 2006-11-14  Daiki Ueno  <ueno@p360>
18638
18639         * mml2015.el: Autoload epa-select-keys when compiling.
18640
18641 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18642
18643         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18644         message-options.
18645         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18646
18647 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18648
18649         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18650         EasyPG (< 0.0.6).
18651         (mml2015-always-trust): New user option.
18652         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18653         prompt.
18654
18655 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * nntp.el (nntp-authinfo-force): New variable.
18658         (nntp-send-authinfo): Use it.
18659
18660 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18661
18662         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18663         decode encoded words.  Improve prompt.  Add comment about forwarding.
18664         (message-replacement-char): Move up.
18665
18666 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18667
18668         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18669         instead of gnus-intersection because arguments of gnus-sorted-nunion
18670         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18671
18672 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18675         (message-simplify-subject-functions):
18676         Enable message-strip-subject-encoded-words by default.
18677
18678 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18679
18680         * message.el (message-strip-subject-encoded-words): New function.
18681         (message-simplify-subject-functions): New variable.
18682         (message-simplify-subject): Use it.  Fix typo in doc string.
18683         Support message-strip-subject-encoded-words.
18684
18685 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18686
18687         * gnus-diary.el (gnus-diary-delay-format-function):
18688         * nndiary.el (nndiary-reminders):
18689         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18690
18691 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18692
18693         * gnus-art.el (article-hide-boring-headers): Fetch date from
18694         gnus-original-article-buffer to avoid problems with localized date
18695         strings.
18696
18697 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18700
18701 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18702
18703         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18704         New variables.
18705         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18706         (mm-charset-synonym-alist): Move some entries to
18707         mm-codepage-iso-8859-list.
18708         (mm-charset-synonym-alist, mm-charset-override-alist):
18709         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18710
18711 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18714
18715 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18716
18717         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18718         with Emacs 21 and XEmacs.
18719
18720 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18721
18722         * spam.el (spam-parse-address): New function for better parsing,
18723         catching errors, etc.
18724         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18725
18726 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18727
18728         * mm-view.el: Add interactive arg to html2text autoload.
18729
18730 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18733
18734 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18735
18736         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18737         New variables.
18738         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18739         (mm-charset-synonym-alist): Move some entries to
18740         mm-codepage-iso-8859-list.
18741
18742         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18743
18744 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18745
18746         * message.el (message-citation-line-format)
18747         (message-insert-formated-citation-line): Fix implementation of %E, %N
18748         and %n according to the doc string.
18749
18750 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18751
18752         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18753         Use car-safe to avoid bad parses.
18754
18755 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18756
18757         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18758         names.
18759
18760         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18761
18762 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18765         header.
18766
18767         * message.el (message-draft-headers): Add Date.
18768         (message-headers-to-generate): Fix typo in docstring.
18769
18770         * nndraft.el (nndraft-required-headers): New variable.
18771         (nndraft-generate-headers): Use it.
18772
18773         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18774
18775 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18776
18777         * gnus-registry.el (gnus-registry-wash-for-keywords)
18778         (gnus-registry-find-keywords): New functions to allow easy searching of
18779         articles that are in the registry.
18780
18781 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18782
18783         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18784         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18785         Reported by Damien Elmes <damien@repose.cx>.
18786
18787 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18788
18789         * gnus.el (gnus-mime): Remove unused custom group.
18790
18791 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18792
18793         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18794         "blank line" when searching for end of armor headers.
18795
18796 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * gmm-utils.el (gmm-write-region): Fix variable name.
18799
18800 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * gmm-utils.el (gmm-write-region): New function based on compatibility
18803         code from `mm-make-temp-file'.
18804
18805         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18806
18807         * nnmaildir.el (nnmaildir--update-nov)
18808         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18809         Use `gmm-write-region'.
18810
18811 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18812
18813         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18814         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18815
18816         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18817
18818         * message.el (message-replacement-char): New variable.
18819         (message-fix-before-sending): Use it.
18820         (message-simplify-subject): New function to remove duplicate code.
18821         (message-reply, message-followup): Use it.
18822
18823         * gnus-sum.el (gnus-summary-make-menu-bar):
18824         Clarify gnus-summary-limit-to-articles.
18825
18826 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18827
18828         * gnus-util.el (gnus-with-local-quit): New macro.
18829
18830         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18831
18832 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18833
18834         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18835         ignore non-string data.
18836
18837 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18838
18839         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18840         non-string data (needs to be done in the registry too).
18841
18842 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18843
18844         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18845         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18846         (gnus-registry-split-fancy-with-parent)
18847         (gnus-registry-fetch-simplified-message-subject-fast)
18848         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18849         Remove text properties on ingress into the registry and when it's saved.
18850         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18851         registry from entries with no groups.
18852
18853 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18854
18855         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18856         function to remove string properties.
18857
18858 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18859
18860         * gmm-utils.el (gmm): Adjust custom version.
18861
18862         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18863         Adjust custom version.
18864
18865         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18866
18867 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18868
18869         * gnus-art.el (gnus-insert-prev-page-button)
18870         (gnus-insert-next-page-button): Simplify.  Reformat.
18871
18872 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18873
18874         * gnus-art.el (gnus-insert-prev-page-button)
18875         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18876
18877 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18878
18879         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18880
18881 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18882
18883         * gnus-art.el (gnus-insert-mime-button)
18884         (gnus-insert-mime-security-button):
18885         Apply gnus-article-button-face to MIME and security buttons.
18886
18887 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18890         readable.
18891
18892 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18895
18896 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18897
18898         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18899         `browse-url-of-file' instead of `browse-url'.
18900
18901 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18902
18903         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18904         regexp.  Articles containing quotation were cut prematurely.
18905
18906 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * message.el (message-cite-original-1): Use nobody by default for the
18909         value of From header.
18910         (message-reply): Ditto.
18911
18912 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18913
18914         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18915         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18916         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18917
18918 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18921         mails in the doc string.  Add some URLs in comment.
18922         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18923
18924 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18927         backslashes handling and the way to find boundaries of quoted strings.
18928
18929 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18930
18931         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18932         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18933         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18934         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18935
18936 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18937
18938         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18939         doc string.
18940         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18941
18942 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * lpath.el: Fbind epg-check-configuration.
18945
18946 2006-09-06  Simon Josefsson  <jas@extundo.com>
18947
18948         * mml2015.el (mml2015-use): Doc fix, mention epg.
18949
18950 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18951
18952         * mml2015.el (mml2015-use): Default to epg, if available.
18953
18954 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18955
18956         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18957         message-sender.
18958         (mml1991-epg-encrypt): Ditto.
18959         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18960         message-sender.
18961         (mml2015-epg-encrypt): Ditto.
18962
18963 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18964
18965         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18966         several common directories.
18967
18968 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18969
18970         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18971         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18972
18973 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18974
18975         * gnus-art.el (article-decode-encoded-words): Make it fast.
18976
18977 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18980
18981         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18982         in quoted string into `\'.
18983
18984 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18987         Use standard-syntax-table.
18988
18989 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * gnus-art.el (gnus-decode-address-function): New variable.
18992         (article-decode-encoded-words): Use it to decode headers which are
18993         assumed to contain addresses.
18994         (gnus-mime-delete-part): Remove useless `or'.
18995
18996         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18997         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18998         (gnus-nov-parse-line): Use it to decode From header.
18999         (gnus-get-newsgroup-headers): Ditto.
19000         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19001
19002         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19003         (mail-decode-encoded-address-string): New alias.
19004
19005         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19006         New function.
19007         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19008         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19009         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19010         (rfc2047-decode-string): Ditto.
19011         (rfc2047-decode-address-region): New function.
19012         (rfc2047-decode-address-string): New function.
19013
19014 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19015
19016         * message.el (message-caesar-buffer-body): Allow rotating headers.
19017
19018         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19019
19020         * message.el (message-insert-formated-citation-line): Fix %f.
19021         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19022
19023 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19026         (gnus-bookmark-mouse-available-p): New macro.
19027         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19028         (gnus-bookmark-bmenu-show-infos): Use it.
19029         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19030         (gnus-bookmark-bmenu-hide-infos): Ditto.
19031         (gnus-bookmark-remove-properties): New function.
19032         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19033         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19034         (gnus-bookmark-write-file): Bind coding-system-for-write.
19035         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19036         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19037         group before selecting it.
19038         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19039         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19040         quit-window if it is not available; use gnus-mouse-2 and bind it to
19041         gnus-bookmark-bmenu-select-by-mouse.
19042         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19043         (gnus-bookmark-bmenu-select-by-mouse): New function.
19044
19045 2006-08-13  Romain Francoise  <romain@orebokech.com>
19046
19047         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19048         space.
19049
19050 2006-08-10  Romain Francoise  <romain@orebokech.com>
19051
19052         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19053         (dns-mode-soa-auto-increment-serial): New user option.
19054         (dns-mode-soa-maybe-increment-serial): New function.
19055         (dns-mode): Add the latter to `write-contents-functions'.
19056
19057 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19058
19059         * compface.el (uncompface): Use binary rather than raw-text-unix.
19060
19061 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * compface.el (uncompface): Make sure the eol conversion doesn't take
19064         place when communicating with the external programs.
19065         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19066
19067 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19068
19069         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19070
19071 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19072
19073         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19074         Make it more robust by parsing author and date independently.
19075
19076 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19079
19080 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19081
19082         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19083         first matching secret key.
19084         (mml2015-epg-encrypt): Ditto.
19085
19086         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19087         first matching secret key.
19088         (mml1991-epg-encrypt): Ditto.
19089
19090         * mml2015.el (mml2015-encrypt-to-self): New user option.
19091         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19092         mml2015-epg-encrypt-to-self is set.
19093
19094         * mml1991.el (mml1991-encrypt-to-self): New variable.
19095         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19096         mml1991-epg-encrypt-to-self is set.
19097
19098         * mml2015.el (mml2015-signers): New user option.
19099         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19100         (mml2015-epg-encrypt): Allow to select signing keys.
19101
19102         * mml1991.el (mml1991-signers): New variable.
19103         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19104         (mml1991-epg-encrypt): Allow to select signing keys.
19105
19106 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * nnheader.el (nnheader-insert-head): Make it work even if the file
19109         uses CRLF for the line-break code.
19110
19111 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19112
19113         * mml2015.el: Require mml-sec instead of password.
19114         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19115         (mml2015-cache-passphrase): Inherit the default value from
19116         mml-secure-cache-passphrase.
19117         (mml2015-passphrase-cache-expiry): Inherit the default value from
19118         mml-secure-passphrase-cache-expiry.
19119
19120         * mml1991.el: Require mml-sec instead of password.
19121         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19122         (mml1991-cache-passphrase): Inherit the default value from
19123         mml-secure-cache-passphrase.
19124         (mml1991-passphrase-cache-expiry): Inherit the default value from
19125         mml-secure-passphrase-cache-expiry.
19126
19127         * mml-sec.el: Require password.
19128         (mml-secure-verbose): New user option.
19129         (mml-secure-cache-passphrase): New user option.
19130         (mml-secure-passphrase-cache-expiry): New user option.
19131
19132 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19133             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19134
19135         * pgg-def.el (pgg-truncate-key-identifier):
19136         Truncate the key ID to 8 letters from the end.
19137
19138 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19139
19140         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19141         workaround for the url package included with Emacs.
19142
19143         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19144
19145 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19146
19147         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19148         correctly.  This fixes a bug caused by the 2006-05-12 change.
19149
19150 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19151
19152         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19153         some information about the error when saying that the `bogus' mail
19154         group will be used.
19155
19156 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19157
19158         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19159         string.
19160
19161 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19162
19163         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19164
19165 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19166
19167         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19168
19169 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19170
19171         * mml1991.el (mml1991-function-alist): Add epg.
19172         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19173         (mml1991-epg-encrypt): New functions.
19174
19175 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19176
19177         * mml2015.el (mml2015-verbose): New variable.
19178         (mml2015-cache-passphrase): Ditto.
19179         (mml2015-passphrase-cache-expiry): Ditto.
19180         (mml2015-function-alist): Add epg.
19181         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19182         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19183         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19184         New functions.
19185
19186 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19187
19188         * message.el (message-cite-original-1): Preserve region when removing
19189         quoted text due to X-No-Archive in order to avoid bogus attribution
19190         when citing multiple messages.
19191
19192 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19193
19194         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19195         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19196
19197 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19198
19199         * gnus-diary.el (gnus-user-format-function-d)
19200         (gnus-user-format-function-D): Autoload.
19201
19202         * imap.el (Commentary): Fix typo.
19203
19204         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19205         2006-04-22 contribution.
19206
19207 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19208
19209         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19210         It didn't really fix the bogosity I'm seeing with solid web groups.
19211
19212 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19213
19214         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19215         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19216         created using server names.  If we use the feature without declaring
19217         it, Gnus does not properly manage server and group state.
19218
19219         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19220         bound.
19221
19222 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19223
19224         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19225         looking up the method using GROUP's prefix before inventing a new one.
19226         It is used on killed/unknown groups in various places where returning
19227         an all-new method isn't expected by the caller.
19228
19229         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19230         and match semantics of gnus-group-real-prefix.
19231
19232 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19233
19234         * nnmail.el (nnmail-broken-references-mailers): New variable.
19235         (nnmail-ignore-broken-references): New function generalizing
19236         nnmail-fix-eudora-headers.
19237         (nnmail-fix-eudora-headers): Now obsolete.
19238
19239         * gnus-art.el (gnus-button-handle-custom):
19240         Support `customize-apropos*'.
19241
19242 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19243
19244         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19245
19246         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19247         articles.
19248
19249 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19250
19251         * message.el (message-cite-reply-above): New variable.
19252         (message-yank-original): Use it.
19253
19254 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19255
19256         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19257
19258 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19259
19260         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19261         as read.
19262
19263         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19264
19265 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19266
19267         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19268         (gnus-bookmark-default-file): Use gnus-directory.
19269         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19270         Remove "*" in doc string.
19271         (gnus-bookmark-write-file): Simplify.
19272         (gnus-bookmark-maybe-sort-alist): Use `when'.
19273         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19274         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19275         Add FIXME about Emacs 21 and XEmacs compatibility.
19276         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19277         compatibility.
19278         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19279         compatibility.
19280         (gnus-bookmark-menu-heading): Fix version.
19281
19282 2006-06-19  Bastien Guerry  <bzg@altern.org>
19283
19284         * gnus-bookmark.el: New file.
19285
19286 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * message.el (message-syntax-checks): Doc fix.
19289
19290 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19291
19292         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19293         unsubscribed groups as if they were killed ones.  It causes duplicate
19294         entries in gnus-newsrc-alist.
19295
19296 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * message.el (message-syntax-checks): Doc fix.
19299         (message-send-mail): Add check for continuation headers.
19300         (message-check-news-header-syntax): Fix regexp used to check for
19301         continuation headers.
19302
19303 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19304
19305         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19306
19307 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19308
19309         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19310
19311 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19314         default-truncate-lines.
19315
19316 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19317
19318         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19319         to fill the utf-8 entry.
19320
19321         * lpath.el: Fbind unicode-precedence-list.
19322
19323 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19324
19325         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19326
19327 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19328
19329         * gnus-agent.el (directory-files-and-attributes): Move all the way
19330         forward (the third and final move).
19331         (gnus-agent-read-agentview): Trap reconstruction errors due to
19332         nonexistent directory.  Handle by returning nil.
19333
19334 2006-05-30  Didier Verna  <didier@xemacs.org>
19335
19336         * message.el (message-dont-reply-to-names): Update the custom type.
19337         * message.el (message-dont-reply-to-names): New defsubst: potentially
19338         convert a list of regexps into a single one.
19339         * message.el (message-get-reply-headers): Use it.
19340         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19341
19342 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19343
19344         * gnus-agent.el (directory-files-and-attributes): Move forward.
19345
19346 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19347
19348         * gnus-ml.el (gnus-mailing-list-subscribe)
19349         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19350         (gnus-mailing-list-message): Fix doc strings.
19351
19352 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19353
19354         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19355         of doing it manually.
19356
19357 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19358
19359         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19360         comment.
19361
19362 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19363
19364         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19365         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19366         (gnus-agent-read-local): All symbols allocated in my-obarray.
19367         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19368         (gnus-agent-regenerate-group): Check numeric names to see if they are
19369         messages or groups.
19370         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19371         better way of do this...)
19372
19373         * gnus-cache.el (gnus-agent-total-fetched-for):
19374         Ignore 'dummy.group' (there should be a better way of do this...)
19375
19376 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19377
19378         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19379         (gnus-saved-headers): Ditto.
19380         (gnus-default-article-saver): Mention functions may have properties.
19381         (gnus-article-save): Override gnus-save-all-headers and
19382         gnus-saved-headers by :headers property which saver function may have.
19383         (gnus-summary-save-in-file): Add :headers property.
19384         (gnus-summary-write-to-file): Ditto.
19385
19386         * gnus-sum.el (gnus-summary-save-article): Bind
19387         gnus-prompt-before-saving to t when saving many articles in a file;
19388         always show all headers.
19389
19390         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19391
19392 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19393
19394         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19395         marks.
19396
19397         * message.el (message-indent-citation): Add optional arguments to allow
19398         using it outside of message buffers.
19399
19400         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19401         (gnus-article-treat-unfold-headers): Use it.
19402         (gnus-article-truncate-lines): New variable.
19403         (gnus-article-mode): Use it.
19404         (gnus-article-toggle-truncate-lines): New function.
19405
19406         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19407         Add gnus-article-toggle-truncate-lines.
19408
19409         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19410         coding system in XEmacs, use binary.
19411
19412 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19415         after-load-alist.
19416
19417         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19418         this function should save decoded articles.
19419         (gnus-summary-write-to-file): Use property to specify this function
19420         should save decoded articles and specify gnus-summary-save-in-file
19421         should be used to save articles other than the first one when saving
19422         many articles.
19423         (gnus-summary-save-body-in-file): Use property to specify this
19424         function should save decoded articles.
19425         (gnus-summary-write-body-to-file): Use property to specify this
19426         function should save decoded articles and specify
19427         gnus-summary-save-body-in-file should be used to save articles other
19428         than the first one when saving many articles.
19429
19430         * gnus-sum.el (gnus-summary-save-article): Simplify.
19431
19432 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * gnus-art.el (gnus-default-article-saver):
19435         Add gnus-summary-write-body-to-file.
19436         (gnus-article-save-coding-system): Don't use coding system object
19437         in XEmacs.
19438         (gnus-read-save-file-name): Add optional `dir-var' argument which
19439         specifies directory in which files are saved; work even if optional
19440         `variable' argument is not specified.
19441         (gnus-summary-write-to-file): Read file name.
19442         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19443         (gnus-summary-write-body-to-file): New function.
19444
19445         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19446         (gnus-summary-local-variables): Add it.
19447         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19448         (gnus-summary-save-article): Remove optional `decode' argument;
19449         determine whether to decode articles by the value of
19450         gnus-default-article-saver; when saving many files using
19451         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19452         it first and use gnus-summary-save-in-file or
19453         gnus-summary-save-body-in-file thereafter unless
19454         gnus-prompt-before-saving is always; move point to article which
19455         will be saved.
19456         (gnus-summary-save-article-file): Revert.
19457         (gnus-summary-write-article-file): Revert.
19458         (gnus-summary-save-article-body-file): Revert.
19459         (gnus-summary-write-article-body-file): New function.
19460
19461 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19462
19463         * gnus-art.el (gnus-default-article-saver): Doc fix.
19464         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19465         from gnus-summary-save-article-coding-system, and default to a
19466         certain coding system.
19467         (gnus-output-to-file): Add coding cookie and encode text according
19468         to gnus-article-save-coding-system; don't use mm-append-to-file.
19469
19470         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19471         gnus-art.el and rename to gnus-article-save-coding-system.
19472         (gnus-summary-save-article): Require gnus-art; don't show all
19473         headers if it decodes articles; don't add coding cookie here;
19474         don't bind mm-text-coding-system-for-write.
19475         (gnus-summary-save-article-file): Save decoded articles.
19476         (gnus-summary-write-article-file): When saving many files, use
19477         gnus-summary-write-to-file first and gnus-summary-save-in-file
19478         thereafter unless gnus-prompt-before-saving is always.
19479         (gnus-summary-save-article-body-file): Save decoded articles.
19480
19481         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19482
19483 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19484
19485         * nnrss.el (nnrss-check-group): Bind hash-index.
19486
19487 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19488
19489         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19490         its hash index.  Store this hash in `nnrss-group-data'.
19491         (nnrss-read-group-data): Update accordingly.
19492
19493 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19494
19495         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19496         entry.
19497
19498         * gnus-sum.el (gnus-summary-make-menu-bar):
19499         Add gnus-article-browse-html-article.
19500
19501 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19502
19503         * gnus-sum.el (gnus-summary-mime-map):
19504         Add gnus-article-browse-html-article.
19505
19506         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19507
19508 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19509
19510         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19511         suitable coding systems in customize.
19512
19513 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19514
19515         * mail-source.el (mail-sources): Fix custom type.
19516
19517 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19518
19519         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19520         (gnus-summary-expire-articles-now): Shorten prompt.
19521
19522         * gmm-utils.el (wid-edit): Require.
19523         (defun-gmm): Rename from `gmm-defun-compat'.
19524         (gmm-image-search-load-path): Use it.
19525         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19526
19527 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * gnus-sum.el (gnus-summary-save-article-coding-system):
19530         New variable.
19531         (gnus-summary-save-article): Add optional `decode' argument.
19532         If it is set and gnus-summary-save-article-coding-system is non-nil,
19533         save decoded article.
19534         (gnus-summary-write-article-file): Save decoded article if
19535         gnus-summary-save-article-coding-system is non-nil.
19536
19537         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19538         type.
19539
19540 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19543
19544 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19547         first to test gnus-single-article-buffer which may be buffer-local.
19548
19549         * gnus-sum.el (gnus-summary-setup-buffer):
19550         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19551         group; make gnus-article-buffer, gnus-article-current, and
19552         gnus-original-article-buffer always buffer-local.
19553         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19554         group.
19555         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19556
19557 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19558
19559         * nnml.el (nnml-request-compact-group): Compressed files might not
19560         have .gz extension.
19561
19562 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19563
19564         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19565         (mm-copy-to-buffer): Use with-current-buffer.
19566         (mm-display-part): Simplify.
19567         (mm-inlinable-p): Add optional arg `type'.
19568
19569 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19570
19571         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19572         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19573         Try harder to show the attachment internally or externally using
19574         gnus-mime-view-part-as-type.
19575
19576 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19577
19578         * message.el (message-from-style, message-signature-separator)
19579         (message-user-organization-file, message-send-mail-function)
19580         (message-citation-line-function, message-yank-prefix)
19581         (message-indent-citation-function, message-signature)
19582         (message-signature-file, message-signature-insert-empty-line):
19583         Remove autoloads.
19584
19585         * gnus-art.el (gnus-buttonized-mime-types):
19586         Remove "multipart/signed".  Revert 2006-04-26 change.
19587
19588 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19589
19590         * gnus.el (gnus-version-number): Bump version.
19591
19592 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19593
19594         * gnus.el: No Gnus v0.5 is released.
19595
19596 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19597
19598         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19599         fetching articles by message-id.
19600
19601 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19602
19603         * message.el (hashcash): Require hashcash as normal.
19604
19605         * ecomplete.el (ecomplete-highlight-match-line):
19606         Use point-at-eol.
19607         (ecomplete-highlight-match-line): Use `highlight', because that
19608         face exists in both Emacs and XEmacs.
19609
19610         * message.el (message-display-abbrev): Use point-at-bol.
19611
19612         * mail-source.el: Don't require timer/timer-funcs.
19613
19614         * gnus-async.el: Ditto.
19615
19616         * password.el: Ditto.
19617
19618         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19619
19620         * mm-url.el: Ditto.
19621
19622         * gnus-xmas.el: Don't require timer-funcs.
19623
19624         * mm-util.el: Require timer/timer-funcs.
19625
19626 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19627
19628         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19629         Close.
19630
19631 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19632
19633         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19634         unibyte after clear-decrypt function runs.
19635
19636         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19637         returns as a unibyte string.
19638
19639 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19640
19641         * lpath.el: Revert.
19642
19643         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19644         (pgg-gpg-process-sentinel): Revert.
19645
19646         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19647         (pgg-pgp-lookup-key): Revert.
19648
19649         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19650         (pgg-pgp5-lookup-key): Revert.
19651
19652         * pgg.el (pgg-fetch-key): Revert.
19653
19654 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19655
19656         * lpath.el: Fbind string-as-multibyte for XEmacs.
19657
19658         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19659         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19660         (mml1991-pgg-encrypt): Ditto.
19661
19662         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19663         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19664         a multibyte buffer.
19665
19666         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19667         (pgg-pgp-lookup-key): Ditto.
19668
19669         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19670         (pgg-pgp5-lookup-key): Ditto.
19671
19672         * pgg.el (pgg-fetch-key): Ditto.
19673
19674 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19675
19676         * message.el (message-user-organization-file): Check several
19677         locations of the organization file.
19678
19679         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19680         Add gnus-article-view-part-as-type.
19681
19682         * gnus-art.el (gnus-article-view-part-as-type): New function.
19683
19684         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19685         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19686
19687         * mml.el: Simplify autoload.
19688         (mml-mode): defvar dnd-protocol-alist instead of using
19689         symbol-value.
19690         (mml-default-directory): New variable.
19691         (mml-minibuffer-read-file): Use it.
19692         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19693
19694         * message.el (message-citation-line-format): New variable.
19695         (message-insert-formated-citation-line): New function.
19696         (message-citation-line-function):
19697         Add `message-insert-formated-citation-line' to custom type.
19698
19699         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19700         to doc string.
19701
19702         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19703         depending on mm-verify-option.
19704
19705 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19708         binding pgg-* variables; reimplement the section which prevents
19709         MIME header from being signed.
19710         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19711         pgg-text-mode; remove a blank line at the top of body.
19712
19713         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19714         lines at the top of body; use gnus-newsgroup-charset if there's no
19715         Charset header.
19716
19717 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * message.el (message-self-insert-commands): Doc fix.
19720
19721         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19722         (mm-uu-pgp-encrypted-test): Ditto.
19723         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19724         between header and body; return application/pgp-encrypted handle
19725         if decryption failed; decode decrypted body by charset.
19726
19727         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19728         element match to application/pgp-*.
19729
19730 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19731
19732         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19733         HTML.
19734
19735 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19736
19737         * mail-source.el (mail-source-call-script): Message the error
19738         string.
19739
19740 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19741
19742         * gnus-util.el (gnus-byte-compile): Use it.
19743
19744 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19745
19746         * gnus-util.el (kill-empty-logs): New function.
19747
19748 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19749
19750         * message.el (message-mail-alias-type): Doc fix.
19751         (message-mail-alias-type-p): New function.
19752         (message-send): Use it.
19753         (message-mode): Ditto.
19754         (message-strip-forbidden-properties): Ditto.
19755
19756         * ecomplete.el (ecomplete-database-file-coding-system):
19757         New variable.
19758         (ecomplete-save): Use it.
19759         (ecomplete-setup): Use it.
19760
19761 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19762
19763         * message.el (message-self-insert-commands): New variable.
19764         (message-strip-forbidden-properties): Use it.
19765
19766 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19767
19768         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19769         that doesn't make XEmacs choke.
19770
19771 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19772
19773         * gnus-util.el (gnus-replace-in-string):
19774         Prefer replace-regexp-in-string over of replace-in-string.
19775
19776 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19777
19778         * gnus-util.el (gnus-select-frame-set-input-focus):
19779         Use select-frame-set-input-focus if it is available in XEmacs; use
19780         definition defined in Emacs 22 for old Emacsen.
19781
19782         * dgnushack.el: Autoload unmorse-region for XEmacs.
19783
19784         * lpath.el: Bind cursor-in-non-selected-windows and
19785         select-frame-set-input-focus for XEmacs.
19786
19787 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19788
19789         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19790
19791 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19792
19793         * gnus-registry.el (gnus-registry-cache-save): Remove text
19794         properties when saving via the temp buffer.
19795
19796 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19797
19798         * message.el (message-generate-hashcash): Honor custom type.
19799
19800 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19801
19802         * message.el (message-generate-hashcash): Default to non-nil when
19803         hashcash is found.
19804
19805         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19806         (gnus-refer-thread-limit): Increase default to 500.
19807
19808         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19809
19810         * flow-fill.el (fill-flowed): Allow delete-space.
19811
19812 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19813
19814         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19815         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19816         Remove autoloads.
19817
19818 2006-04-18  Simon Josefsson  <jas@extundo.com>
19819
19820         * message.el (message-generate-hashcash): Default to.
19821
19822 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19825         concatenating segments rather than before concatenating them.
19826
19827 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19828
19829         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19830
19831 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19832
19833         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19834
19835         * message.el (message-forward-make-body-plain):
19836         Allow message-forward-ignored-headers to be a list.
19837         (message-remove-ignored-headers): Factor out into function.
19838         (message-forward-make-body-mml): Use it.
19839
19840         * imap.el (imap-quote-specials): New function.
19841         (imap-login-auth): Quote specials.
19842
19843         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19844         (rfc2231-parse-string): Allow concatanation of parameters that
19845         aren't contiguous.  The test case is
19846           (mail-header-parse-content-type "message/external-body;
19847             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19848             access-type=LOCAL-FILE;
19849             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19850
19851 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19852
19853         * nntp.el (nntp-accept-process-output): Return the value of
19854         `nnheader-accept-process-output'.
19855
19856 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19857
19858         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19859         (gnus-button-alist): Recognize more diff formats.
19860         (gnus-button-patch): Strip directory.
19861
19862 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19863
19864         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19865         Emacs 22 when setting focus.
19866
19867 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19868
19869         * gnus-art.el (gnus-article-treat-types): Do treatment of
19870         text/x-verbatim parts.
19871         (gnus-button-patch): New command.
19872
19873         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19874         addresses that contain invalid characters.
19875
19876 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19877
19878         * message.el (message-put-addresses-in-ecomplete):
19879         Use gnus-replace-in-string.
19880         (message-is-yours-p): Use the more correct
19881         mail-header-parse-address instead of
19882         mail-extract-address-components.
19883         (message-put-addresses-in-ecomplete): Fix typo.
19884
19885         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19886         keystroke.
19887
19888         * gnus-art.el (gnus-treatment-function-alist): Change order of
19889         newsgroups/generic header folding to avoid double-folding.
19890
19891         * message.el (message-hidden-headers): Add X-Draft-From.
19892
19893         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19894         New command.
19895         (gnus-summary-repeat-search-article-backward): New command.
19896
19897         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19898         groups in the parent topic.
19899
19900 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19901
19902         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19903         (spam-extra-header-to-number): Return the CRM114 number as a
19904         number instead of a string.
19905
19906 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19907
19908         * gnus-art.el (gnus-face-properties-alist): Move here from
19909         gnus-fun.
19910
19911         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19912
19913 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19914
19915         * message.el (message-strip-forbidden-properties): Only display on
19916         self-insert-command.
19917
19918         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19919         reindent.
19920         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19921
19922 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19923
19924         * smiley.el (smiley-style): Fix typo.
19925
19926 2006-03-23  Kenichi Handa  <handa@m17n.org>
19927
19928         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19929         instead of set-buffer-multibyte.
19930
19931 2006-03-23  Kenichi Handa  <handa@m17n.org>
19932
19933         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19934         buffer and then decode the buffer text if necessary.
19935         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19936         first, and after mm-encode-body, change the buffer to unibyte.
19937
19938 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19939
19940         * hashcash.el (hashcash-insert-payment-async-2):
19941         Use message-goto-eoh instead of doing it manually.
19942         (mail-add-payment): Use message-narrow-to-header instead of trying
19943         to do the same itself.
19944
19945         * message.el (message-hidden-headers): Add Face.
19946
19947         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19948         reparenting code.
19949         (gnus-summary-reparent-children): Refactored out code.
19950         (gnus-summary-thread-map): New keystroke.
19951         (gnus-summary-reparent-children): Make into command.
19952
19953         * smiley.el (smiley-style): Default to `medium' if using a large
19954         font.
19955
19956         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19957         does it itself.
19958
19959         * message.el (message-point-in-header-p): Simplify definition.
19960
19961 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19962
19963         * nnagent.el (nnagent-request-set-mark): Silence log file
19964         writing.
19965         (nnagent-request-set-mark): Use write-region instead of
19966         append-to-file.
19967
19968         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19969         strange select method.
19970
19971         * ecomplete.el (ecomplete-display-matches): Get highlightling
19972         right.
19973         (ecomplete-display-matches): Use literals.
19974         (ecomplete-display-matches): Disable message logging.
19975
19976         * message.el (message-display-abbrev): Small optimization.
19977
19978         * ecomplete.el (ecomplete-display-matches): Allow automatic
19979         display.
19980
19981         * message.el (message-strip-forbidden-properties):
19982         Display abbrevs.
19983         (message-display-abbrev): Get automatic display right.
19984
19985         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19986         keystrokes.
19987
19988 2006-04-13  Romain Francoise  <romain@orebokech.com>
19989
19990         TODO: Backport to v5-10!
19991
19992         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19993         Move here (and rename) from gnus-registry.el.
19994
19995         * gnus-registry.el: Require gnus-util.
19996         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19997
19998 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19999
20000         * gnus-group.el (gnus-group-catchup-current):
20001         Change if-then-else-if-then-else into cond.
20002         (gnus-group-catchup): Indent.
20003         (group-name-at-point): New function.
20004         (gnus-fetch-group): Provide default from thing at point.
20005
20006 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20007
20008         * message.el (message-display-abbrev): Fix regexp.
20009
20010         * ecomplete.el (ecomplete-highlight-match-line):
20011         Reimplement choosing.
20012         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20013         dead variables.
20014
20015         * message.el (message-newline-and-indent): Remove debugging.
20016         (message-display-abbrev): Use new implementation.
20017
20018 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20019
20020         * gnus-art.el (gnus-article-mode):
20021         Set cursor-in-non-selected-windows to nil.
20022
20023         * smiley.el: Revert previous change.
20024         (smiley-data-directory): defvar it before using it in the
20025         defcustom of `smiley-style'.
20026
20027 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20028
20029         * message.el (message-newline-and-indent): New function.
20030
20031         * ecomplete.el: Implement more bits.
20032
20033         * message.el (message-put-addresses-in-ecomplete): Clean up the
20034         string.
20035
20036         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20037
20038         * gnus-sum.el (gnus-summary-save-parts):
20039         Bind gnus-summary-save-parts-counter and use it to make unique file
20040         names.
20041
20042         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20043
20044         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20045         parameter to say whether to actually parse the individual
20046         addresses.
20047
20048         * message.el (message-put-addresses-in-ecomplete): New function.
20049         (ecomplete): Require.
20050         (message-mail-alias-type): Add ecomplete as an option.
20051
20052 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20053
20054         * flow-fill.el (fill-flowed): Remove trailing space from blank
20055         quoted lines.
20056
20057 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20058
20059         * smiley.el (smiley-style): Move definition later to avoid a
20060         compilation warning.
20061
20062 2006-04-12  Kenichi Handa  <handa@m17n.org>
20063
20064         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20065         buffer and then decode the buffer text if necessary.
20066         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20067         first, and after mm-encode-body, change the buffer to unibyte.
20068         Use mm-disable-multibyte instead of set-buffer-multibyte.
20069
20070 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20071
20072         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20073         Content-Type header instead of Content-Disposition header.
20074         (gnus-mime-inline-part): Ditto.
20075         (gnus-mime-view-part-as-charset): Ignore charset that the part
20076         specifies.
20077
20078         * mm-decode.el (mm-display-part): Work with external parts and
20079         usual parts similarly.
20080
20081         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20082         instead of gnus-display-mime.
20083
20084         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20085         instead of with-temp-buffer.
20086
20087         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20088         tag to summarized topics part in order to encode non-ASCII text.
20089
20090 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * smiley.el (smiley-style): New variable.
20093         (smiley-directory): New function.
20094         (smiley-data-directory): Derive from `smiley-style' using
20095         `smiley-directory'.
20096         (smiley-regexp-alist): Add new entries.
20097
20098         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20099         (gnus-article-browse-delete-temp): Add :version.
20100
20101 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20102
20103         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20104         the sieve region.
20105
20106 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20107
20108         * gnus.el (gnus-version-number): Bump version.
20109
20110 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20111
20112         * gnus.el: No Gnus v0.4 is released.
20113
20114 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20115
20116         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20117         layout.
20118
20119         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20120         unknown charset.
20121
20122         * message.el (message-header-synonyms): Add Original-To to the
20123         default.
20124
20125         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20126         optional parameter.
20127
20128 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20129
20130         * gnus-fun.el (gnus): Require it for gnus-directory.
20131
20132 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20133
20134         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20135
20136 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20137
20138         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20139
20140 2006-04-05  Simon Josefsson  <jas@extundo.com>
20141
20142         * password.el (password-reset): New function.
20143
20144 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20145
20146         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20147         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20148
20149 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20150
20151         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20152         Some whitespace was matched into the url, which broke browsing hits
20153         > 100 when mm-url-use-external was nil.
20154
20155 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20156
20157         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20158         Check gnus-extra-headers for 'Newsgroups.
20159
20160         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20161         bound.
20162
20163 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20164
20165         * pgg-gpg.el: Clean up process buffers every time gpg processes
20166         complete.
20167
20168 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20169
20170         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20171         doc string.
20172
20173 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20174
20175         * pgg-gpg.el (pgg-gpg-process-filter)
20176         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20177
20178         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20179         lines, temporary fix.
20180
20181 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20182
20183         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20184
20185 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20186
20187         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20188         default-enable-multibyte-characters.  This reverts the change from
20189         revision 6.17 which is no longer necessary because the passphrase
20190         is sent separately now.  GnuPG messages are unreadable under
20191         multibyte locales with default-enable-multibyte-characters set to
20192         nil.
20193
20194 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20195
20196         * message.el (message-tool-bar-gnome): Move "spell".
20197
20198 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20199
20200         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20201         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20202         instead.
20203
20204 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20205
20206         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20207         Improve newsgroups handling for NNTP overviews which don't include
20208         Newsgroups.
20209
20210 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20211
20212         * message.el (message-resend): Bind message-generate-hashcash to nil.
20213
20214 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20215
20216         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20217         when searching for already-paid recipients.
20218
20219 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20220
20221         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20222         passphrases when it is not needed.
20223         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20224         passphrase stuff from gpg, should only be necessary when you use
20225         gpg with a smartcard.
20226
20227 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20228
20229         * mml.el (mml-insert-mime): Ignore cached contents of
20230         message/external-body part.
20231
20232         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20233         (mm-insert-part): Ditto.
20234
20235 2006-03-23  Simon Josefsson  <jas@extundo.com>
20236
20237         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20238         Reiner.
20239         (pgg-gpg-use-agent-p): Use it again.
20240
20241 2006-03-23  Simon Josefsson  <jas@extundo.com>
20242
20243         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20244         older emacsen.
20245         (pgg-gpg-use-agent-p): Don't use it.
20246
20247 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20248
20249         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20250         if we can.
20251
20252 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20253
20254         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20255         (pgg-gpg-update-agent): New function.
20256         (pgg-gpg-use-agent-p): New function.
20257         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20258         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20259         (pgg-gpg-sign-region): Use it.
20260
20261 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20262
20263         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20264         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20265
20266 2006-03-21  Simon Josefsson  <jas@extundo.com>
20267
20268         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20269         <wilde@sha-bang.de>.
20270         (pgg-gpg-use-agent): New variable.
20271         (pgg-gpg-process-region): Use it.
20272         (pgg-gpg-encrypt-region): Likewise.
20273         (pgg-gpg-encrypt-symmetric-region): Likewise.
20274         (pgg-gpg-decrypt-region): Likewise.
20275         (pgg-gpg-sign-region): Likewise.
20276         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20277
20278 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20279
20280         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20281
20282         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20283         Add comment on version.
20284
20285 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20286
20287         * smiley.el: Add missing test smiley.
20288
20289 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20290
20291         * mm-decode.el (mm-with-part): New macro.
20292         (mm-get-part): Use it; work with message/external-body as well.
20293         (mm-save-part): Treat name and filename equally.
20294
20295         * mm-extern.el (mm-extern-cache-contents): New function.
20296         (mm-inline-external-body): Use it; force the part to be displayed;
20297         move undisplayer added to the cached handle to the parent.
20298
20299         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20300         (gnus-mime-view-part-as-type): Work with message/external-body.
20301
20302         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20303
20304 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20305
20306         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20307         images in image-load-path.  [Sync with image.el, revision 1.60, in
20308         Emacs.]
20309
20310 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20311
20312         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20313         path rather than symbol.  Always return list of directories.
20314         Guarantee that image directory comes first.  [Sync with image.el,
20315         revision 1.59, in Emacs.]
20316
20317         * message.el (message-make-tool-bar): Adjust to new API of
20318         `gmm-image-load-path-for-library'.
20319
20320         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20321
20322         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20323
20324 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20325
20326         * gnus-art.el (gnus-article-only-boring-p):
20327         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20328         intangible text.
20329         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20330
20331 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20332
20333         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20334         Use `defun' instead of `gmm-defun-compat'.
20335
20336 2006-03-14  Simon Josefsson  <jas@extundo.com>
20337
20338         * message.el (message-unique-id): Don't use message-number-base36
20339         if (user-uid) is a float.
20340         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20341
20342 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20345
20346         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20347         empty line between a part and a message part.
20348
20349 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20350
20351         * smiley.el: Add more test smileys.
20352         (smiley-data-directory, smiley-regexp-alist)
20353         (gnus-smiley-file-types): Fix doc strings.
20354         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20355         adding new elements.
20356         (smiley-mouse-map): Unused code.  Make it a comment.
20357
20358 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20359
20360         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20361         scan latest NoCeM messages instead of old ones.
20362         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20363         delimiters that are recently used.
20364         (gnus-nocem-load-cache): Add autoload cookie.
20365
20366         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20367
20368         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20369         level which is larger than gnus-use-nocem is specified.
20370
20371         * gnus-group.el (gnus-group-get-new-news): Ditto.
20372
20373 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20374
20375         * gnus-util.el (gnus-tool-bar-update): New function.
20376
20377         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20378         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20379
20380         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20381
20382         * gnus-group.el (gnus-group-redraw-when-idle)
20383         (gnus-group-redraw-check): Remove.
20384         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20385
20386 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20387
20388         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20389         if optional last element is specified in splits (FIELD VALUE...).
20390
20391 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20392
20393         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20394         to gmm-image-load-path-for-library.  Call with no-error argument.
20395         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20396
20397         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20398
20399         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20400
20401         * gmm-utils.el (gmm-image-load-path): Remove alias.
20402
20403 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20404
20405         * gmm-utils.el (gmm-image-load-path): Add alias.
20406
20407         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20408         nnml-generate-nov-databases-1.
20409         (nnml-generate-nov-databases): Use it.
20410         (nnml-generate-nov-databases-directory): Document no-active
20411         argument.
20412
20413         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20414         directory if path is t.  Add no-error.
20415
20416         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20417         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20418
20419         * gnus-art.el (gnus-article-browse-delete-temp-files):
20420         Simplify resetting gnus-article-browse-html-temp-list.
20421
20422         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20423         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20424         Add example to docstring.  Rename local variables.  Move error
20425         checks to default case in cond and simplify.
20426
20427 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20428
20429         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20430         handle is multipart when calling it recursively.
20431         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20432
20433 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20434
20435         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20436         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20437
20438 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20439
20440         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20441         is loaded.
20442
20443         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20444         loaded.
20445
20446 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20447
20448         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20449         to "Emacs 23 (unicode)" in doc string.
20450
20451         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20452         "Emacs 23 (unicode)" in comment.
20453
20454 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20457
20458         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20459         characters 160 through 255 in Emacs 23.
20460
20461 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20462
20463         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20464         gnus-article-browse-html-temp.
20465         (gnus-article-browse-delete-temp): Make it customizable.
20466         Add `file'.  Adjust doc string.
20467         (gnus-article-browse-delete-temp-files): Add argument.
20468         Allow query for each file.  Adjust doc string.
20469         (gnus-article-browse-html-parts):
20470         Add `gnus-article-browse-delete-temp-files' to
20471         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20472
20473 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20474
20475         * gnus-art.el (gnus-article-browse-html-temp)
20476         (gnus-article-browse-delete-temp): New variables.
20477         (gnus-article-browse-delete-temp-files): New function.
20478         (gnus-article-browse-html-parts): Use it.
20479
20480 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20481
20482         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20483
20484         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20485         string.
20486
20487         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20488         gnus-summary-insert-new-articles when unplugged.
20489         Remove gnus-summary-search-article-forward.
20490
20491         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20492         display-visual-class instead of display-color-cells.
20493
20494 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20495
20496         * dgnushack.el: Autoload customize-group for XEmacs.
20497
20498         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20499         message/* containing non-ASCII text properly.
20500
20501 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20502
20503         * message.el: Require gmm-utils, remove autoloads.
20504         (message-tool-bar): Set default based on
20505         gmm-tool-bar-style.
20506         (message-tool-bar-gnome): Add gmm-customize-mode.
20507
20508         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20509         gmm-tool-bar-style.
20510         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20511
20512         * gnus-group.el (gnus-group-tool-bar): Set default based on
20513         gmm-tool-bar-style.
20514         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20515
20516         * gmm-utils.el (gmm-image-directory): Rename variable from
20517         gmm-image-load-path.
20518         (gmm-image-load-path): Use gmm-image-directory.
20519         (gmm-customize-mode): New function.
20520         (gmm-tool-bar-style): New variable.
20521
20522         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20523         gnus-group-redraw-line-number.
20524         (gnus-group-redraw-check): Simplify.
20525         (gnus-group-tool-bar-update): Remove redraw check.
20526         (gnus-group-make-tool-bar): Add redraw check.
20527
20528 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20529
20530         * gnus-art.el (gnus-button): Add missing parentheses.
20531
20532 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20533
20534         * lpath.el: Fbind line-number-at-pos.
20535
20536 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20537
20538         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20539
20540 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20541
20542         * gnus-art.el (gnus-button): New face.
20543         (gnus-article-button-face): Use it.
20544
20545         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20546         Add gnus-summary-next-page.  Re-order.
20547
20548         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20549         next-node are now included.
20550         (gnus-group-redraw-line-number): New internal variable.
20551         (gnus-group-redraw-check): Helper function for updating the tool
20552         bar.
20553         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20554
20555         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20556
20557         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20558         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20559         Use it to match format of Spamassassin 3.0 and later.
20560         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20561         (spam-check-bogofilter)
20562         (spam-bogofilter-register-with-bogofilter): Fix args of
20563         `gnus-error' calls.
20564
20565 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20566
20567         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20568         unnecessary interaction when sending queued mails.
20569         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20570
20571 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20572
20573         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20574         first or last are nil.
20575
20576 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20577
20578         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20579
20580 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20581
20582         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20583
20584 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20585
20586         * dns.el (query-dns): Protect more against buggy tcp output.
20587
20588 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20589
20590         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20591         nov.php.
20592
20593 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20594
20595         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20596         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20597         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20598         output on the server side.
20599         (nnweb-google-create-mapping): Update regexps and add some
20600         progress indication.
20601
20602 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20603
20604         * gnus-group.el (gnus-group-tool-bar-gnome):
20605         Fix gnus-agent-toggle-plugged.  Re-order icons.
20606         (gnus-group-tool-bar-gnome):
20607         Add gnus-group-{prev,next}-unread-group.
20608         (gnus-group-tool-bar-gnome): Re-order icons.
20609
20610         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20611         Move gnus-summary-insert-new-articles.
20612
20613         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20614         Fix comments.
20615
20616         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20617         also available in Emacs 21.3.
20618
20619         * message.el (message-fix-before-sending): Change "Emacs 22" to
20620         "Emacs 23 (unicode)" in comment.
20621
20622         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20623         "Emacs 23 (unicode)" in comment.
20624
20625         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20626         comment.
20627         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20628
20629         * mm-view.el (mm-fill-flowed): Add :version.
20630
20631 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20634         and load-path.
20635
20636 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20637
20638         * message.el: Autoload gmm-image-load-path.
20639         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20640         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20641         consitency.
20642
20643         * gmm-utils.el (gmm-image-load-path): Also search in
20644         "../etc/images".  Don't set gmm-image-load-path if we don't find
20645         the image.
20646
20647 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * gmm-utils.el (gmm-image-load-path): Don't make
20650         `gmm-image-load-path' include subdirectories which the second arg
20651         `image' might specify.
20652
20653         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20654         subdirectory to icon file names.
20655
20656         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20657
20658 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20659
20660         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20661         gmm-image-load-path calls.
20662
20663         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20664
20665         * message.el (message-make-tool-bar): Ditto.
20666
20667         * mml.el (mml-preview): Add comment concerning tool bar icons.
20668
20669         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20670         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20671
20672         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20673         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20674
20675         * message.el (message-tool-bar-gnome): Use new icon names.
20676         (message-make-tool-bar): Use `gmm-image-load-path'.
20677
20678         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20679         New functions from MH-E.
20680         (gmm-image-load-path): New variable from MH-E.
20681         (gmm-image-load-path): New function from MH-E.  Add arguments
20682         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20683         *-image-load-path-called-flag.
20684
20685 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20686
20687         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20688
20689 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20690
20691         * nnimap.el (nnimap-request-move-article): Change folder back to
20692         source group before deleting.
20693
20694 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20695
20696         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20697
20698         * gnus-art.el (mm-url-insert-file-contents-external):
20699         Autoload mm-url.
20700
20701         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20702
20703 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20704
20705         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20706         coding system which mm-charset-to-coding-system returns for a
20707         given charset is valid.
20708
20709 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20710
20711         * html2text.el (html2text-remove-tag-list):
20712         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20713
20714 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20715
20716         * gnus-cus.el: Revert 2005-10-17 change.
20717
20718 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20719
20720         * gnus-art.el (article-strip-banner):
20721         Call article-really-strip-banner only when the regexp match is made.
20722
20723 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * gnus-art.el (article-strip-banner):
20726         Use gnus-extract-address-components instead of
20727         mail-header-parse-addresses to make it work with non-ASCII text;
20728         remove mail-encode-encoded-word-string.
20729
20730         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20731         values which are surrounded with \"...\"; make it never cause a
20732         Lisp error; give up parsing of parameters if it failed in
20733         extracting type.
20734
20735 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20736
20737         * smime.el (smime-cert-by-ldap-1): Fix bug where
20738         `smime-ldap-search' returns results without userCertificates.
20739
20740 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20741
20742         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20743
20744 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20745
20746         * spam.el (spam-check-spamassassin-headers): Adapt format for
20747         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20748         <ari@mbf.ocn.ne.jp>.
20749         (spam-list-of-processors): Add spam-use-gmane.
20750
20751 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20754         make-temp-file; make it work with XEmacs as well.
20755
20756         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20757         mm-make-temp-file.
20758
20759         * mm-decode.el (mm-display-external): Use the 3rd arg of
20760         mm-make-temp-file.
20761         (mm-create-image-xemacs): Ditto.
20762
20763 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20764
20765         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20766         with message-narrow-to-headers.
20767         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20768         (gnus-draft-check-draft-articles): New function.
20769         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20770
20771 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20772
20773         * gnus-art.el (gnus-article-browse-html-parts):
20774         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20775         Don't use suffix argument for mm-make-temp-file for Emacs 21
20776         compatibility.  Remove useless `format'.
20777
20778 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20779
20780         * nnweb.el (nnweb-google-wash-article): Update regexps.
20781         (nnweb-group-alist): Use defvoo instead of defvar.
20782
20783 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20784
20785         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20786         re-loading nn* modules.
20787
20788 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20789
20790         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20791         for `tool-bar-mode' and don't check it's default-value.
20792
20793         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20794
20795         * message.el (message-make-tool-bar): Ditto.
20796
20797         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20798         `substring'.  Shorten tmp-file name.
20799
20800         * gnus.el: Remove bogus comment.
20801
20802 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20803
20804         * gnus-art.el (gnus-article-browse-html-parts): New function.
20805         (gnus-article-browse-html-article): New function for viewing html
20806         articles with a browser.
20807
20808 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20809
20810         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20811         in elisp.
20812         (pgg-gpg-encrypt-symmetric-region): Ditto.
20813         (pgg-gpg-sign-region): Ditto.
20814
20815         * pgg-def.el (pgg-text-mode): New variable.
20816
20817         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20818         (mml2015-pgg-encrypt): Ditto.
20819
20820         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20821         (mml1991-pgg-encrypt): Ditto.
20822
20823 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20824
20825         * nnfolder.el (nnfolder-insert-newsgroup-line):
20826         Use message-make-date instead of current-time-string.
20827
20828         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20829         to gnus-decoded which mm-uu might set.
20830
20831 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20834         don't decode quoted parameters; remove misimported Emacs code.
20835         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20836         (rfc2231-decode-encoded-string): Don't use split-string which
20837         behaves differently according to Emacs version; use
20838         mm-decode-coding-region to convert charset to coding-system.
20839         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20840         (rfc2231-encode-string): Remove misimported Emacs code.
20841
20842 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20843
20844         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20845         when calling mail-header-parse-content-type.
20846         (article-de-quoted-unreadable): Ditto.
20847         (article-de-base64-unreadable): Ditto.
20848         (article-wash-html): Ditto.
20849
20850         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20851         calling mail-header-parse-content-type and
20852         mail-header-parse-content-disposition.
20853         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20854         mail-header-parse-content-type.
20855
20856         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20857         insert charset and format parameters; encode description after
20858         inserting it to buffer.
20859         (mml-insert-parameter): Fold lines properly even if a parameter is
20860         segmented into two or more lines; change the max column to 76.
20861
20862         * rfc1843.el (rfc1843-decode-article-body): Don't use
20863         ignore-errors when calling mail-header-parse-content-type.
20864
20865         * rfc2231.el (rfc2231-parse-string): Return at least type if
20866         possible; don't cause an error even if it fails in parsing of
20867         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20868         (rfc2231-encode-string): Don't break lines at the beginning, leave
20869         it to mml-insert-parameter.
20870
20871         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20872         calling mail-header-parse-content-type.
20873
20874 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20875
20876         * spam-report.el (spam-report-gmane-use-article-number):
20877         Improve doc string.
20878         (spam-report-gmane-internal): Check if a suitable header was found
20879         in the article.
20880
20881 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20882
20883         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20884         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20885
20886 2006-02-05  Romain Francoise  <romain@orebokech.com>
20887
20888         Update copyright notices of all files in the gnus directory.
20889
20890 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20891
20892         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20893
20894 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20895
20896         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20897         segmented lines of parameter value to cope with Thunderbird 1.5
20898         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20899         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20900         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20901
20902 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20903
20904         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20905         parts.
20906
20907 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20908
20909         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20910         there's only one active file for all servers.
20911         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20912         solid groups.  Gnus might have used a FAST request to select the group.
20913         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20914         and nnweb-search redundantly in the active file.
20915         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20916         (nnweb-request-create-group): Don't use ARGS.
20917         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20918         initializations.  Let nnoo do the work.
20919
20920 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20921
20922         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20923         Say the part has been decoded.
20924
20925         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20926
20927 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20928
20929         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20930         mailcap-viewer-test-cache when there's no 'test clause, since that
20931         will invert the meaning of a "nil" test previously determined by
20932         mailcap-mailcap-entry-passes-test.
20933
20934 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20935
20936         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20937         compiling.
20938
20939         * gnus-sum.el: Ditto.
20940
20941         * message.el: Don't bind tool-bar-map when compiling.
20942
20943 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20944
20945         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20946
20947 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20948
20949         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20950         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20951         current Google Groups.
20952
20953 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20954
20955         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20956         and tool-bar-mode.
20957
20958         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20959         and tool-bar-mode.
20960
20961         * message.el (message-tool-bar-update): Simplify.
20962         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20963
20964         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20965         gnus-summary-buffer.
20966         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20967         gnus-summary-reply.
20968
20969         * gmm-utils.el (gmm): Add :version.
20970
20971 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20972
20973         * Makefile.in (clean): New rule.
20974         (distclean): Use it.
20975
20976 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20977
20978         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20979         Don't autoload.
20980
20981 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20982
20983         * gmm-utils.el (gmm-verbose): Add :group.
20984
20985 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20986
20987         * message.el: Change some comments WRT tool-bars.
20988
20989         * gnus-sum.el (gnus-summary-tool-bar)
20990         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20991         (gnus-summary-tool-bar-zap-list): New variables.
20992         (gnus-summary-make-tool-bar): Complete rewrite using
20993         `gmm-tool-bar-from-list'.
20994
20995         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20996         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20997         New variables.
20998         (gnus-group-make-tool-bar): Complete rewrite using
20999         `gmm-tool-bar-from-list'.
21000         (gnus-group-tool-bar-update): New function.
21001
21002         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21003
21004 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21005
21006         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21007         is dissected into a single part of which the type is the same as
21008         the given one; decode charset.
21009
21010 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21011
21012         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21013         into alists as symbol not string, since that's what
21014         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21015         look for.
21016
21017 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21018
21019         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21020         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21021
21022         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21023
21024 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21025
21026         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21027         (gnus-xmas-mime-security-button-menu): New function.
21028
21029         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21030         (gnus-mime-security-button-menu): New definition.
21031         (gnus-mime-security-button-map): Use them.
21032         (gnus-mime-security-button-menu): New function.
21033         (gnus-insert-mime-security-button): Addition to help echo.
21034         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21035         (gnus-mime-security-pipe-part): New functions.
21036
21037         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21038         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21039
21040         * mm-decode.el (mm-handle-set-disposition): Remove.
21041         (mm-handle-set-description): Remove.
21042
21043 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21044
21045         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21046         (mm-w3m-standalone-supports-m17n-p): New function.
21047         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21048         w3m usage.
21049
21050         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21051         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21052
21053 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21054
21055         * message.el (message-tool-bar-zap-list):
21056         Use gmm-tool-bar-zap-list as custom type.
21057         (message-tool-bar-update): New function.
21058         (message-tool-bar, message-tool-bar-gnome)
21059         (message-tool-bar-retro): Add message-tool-bar-update.
21060         (message-tool-bar-gnome): Add flyspell-buffer.
21061
21062         * gnus-util.el (gnus-error): Describe `args'.
21063
21064         * gmm-utils.el (gmm-error): Describe `args'.
21065         (gmm-tool-bar-zap-list): New widget.
21066         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21067
21068 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21071         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21072         the number of recursive calls.
21073
21074         * mm-decode.el (mm-handle-set-disposition): New macro.
21075         (mm-handle-set-description): New macro.
21076
21077 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21078
21079         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21080         encoding.
21081
21082 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21083
21084         * message.el (message-tool-bar-zap-list, message-tool-bar)
21085         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21086         (message-tool-bar-local-item-from-menu): Remove.
21087         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21088         (message-make-tool-bar): New function.
21089         (message-mode): Use `message-make-tool-bar'.
21090
21091         * gmm-utils.el: New file.
21092         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21093         (gmm-lazy): New widget copied from `nnmail.el'.
21094         (gmm-tool-bar-from-list): New function for creating customizable
21095         tool bars.
21096         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21097         output.
21098         (gmm): Add :prefix to defgroup.
21099
21100 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21101
21102         * gmm-utils.el (gmm-widget-p): New function.
21103
21104 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21105
21106         * mml.el (mml-attach-file): Describe `description' in doc string.
21107         (mml-menu): Add Emacs MIME manual and PGG manual.
21108
21109 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21110
21111         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21112
21113 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21114
21115         * nntp.el (nntp-end-of-line): Doc fix.
21116
21117 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21118
21119         * imap.el (imap-open): Handle case where buffer is a buffer
21120         object.
21121
21122 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21123
21124         * gnus-delay.el (gnus-delay): Don't autoload.
21125         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21126         to be re-loaded when customizing the `gnus-delay' group.
21127
21128 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21129
21130         * message.el (message-insert-citation-line): Use newlines.
21131
21132 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21133
21134         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21135         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21136         these routines, so the passphrase can be managed externally and
21137         passed in to the system.
21138         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21139         pgg-add-passphrase-to-cache function.
21140
21141         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21142         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21143         these routines, so the passphrase can be managed externally and
21144         passed in to the system.
21145         (pgg-pgp5-sign-region): Use new name of
21146         pgg-add-passphrase-to-cache function.
21147
21148 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21149
21150         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21151         part of the decoded armor to find the key-identifier.
21152         (pgg-gpg-lookup-key-owner): New function to return the
21153         human-readable identifier of a key owner.
21154         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21155         itself.
21156         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21157         the key value) if we have a key and can match it against a secret
21158         key.  Also, added a note pointing out fact that the prompt only
21159         indicates the first matching key.
21160
21161         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21162         pgg-decrypt-region.
21163         (pgg-add-passphrase-to-cache): Rename from
21164         `pgg-add-passphrase-cache' to reduce confusion (all callers
21165         changed).
21166         (pgg-remove-passphrase-from-cache): Rename from
21167         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21168         changed).
21169         (pgg-read-passphrase, pgg-add-passphrase-cache)
21170         (pgg-remove-passphrase-cache): Add informative docstrings.
21171         (pgg-decrypt): Convey provided passphrase in subordinate call to
21172         pgg-decrypt-region.
21173
21174 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21175
21176         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21177         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21178         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21179         'passphrase' argument, so the passphrase can be managed externally
21180         and then passed in to the system.
21181
21182         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21183         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21184         so the passphrase cache can be used reliably with identifiers
21185         besides a pgp packet's key id.
21186
21187         * pgg-gpg.el (pgg-gpg-encrypt-region)
21188         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21189         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21190         these routines, so the passphrase can be managed externally and
21191         passed in to the system.
21192
21193         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21194         'notruncate' argument, so the passphrase cache can be used
21195         reliably with identifiers besides a pgp packet's key id.
21196
21197 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21198
21199         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21200         symmetric encryption.
21201         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21202         encrypted session key.
21203         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21204         message ask for the passphrase in a proper way.
21205
21206         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21207         New user commands for symmetric encryption.
21208
21209 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21210
21211         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21212
21213         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21214
21215 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21216
21217         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21218
21219 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21220
21221         * mm-decode.el (mm-inlined-types): Add application/pgp.
21222         (mm-automatic-display): Ditto.
21223
21224         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21225         part as text.
21226
21227 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21228
21229         * nnrss.el: Update copyright.
21230         (nnrss-opml-import): Query whether to subscribe to each entry.
21231
21232         * gnus-art.el:
21233         * gnus-sum.el:
21234         * gnus-xmas.el:
21235         * messagexmas.el:
21236         * mm-uu.el:
21237         * mm-view.el: Update copyright.
21238
21239 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21240
21241         * message.el (message-info): New function.
21242         (message-mode-menu): Add it.
21243         Update copyright.
21244
21245         * ChangeLog: Fix and update copyright.
21246
21247 2006-01-13  Romain Francoise  <romain@orebokech.com>
21248
21249         * message.el (message-forward-subject-name-subject): Prefer the
21250         address to 'nowhere' if the sender has no name.
21251         Fix typo.  Update copyright year.
21252
21253 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21254
21255         * gnus-art.el (article-wash-html):
21256         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21257         (gnus-article-wash-html-with-w3m-standalone): New function.
21258
21259         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21260         mm-inline-text-html-render-with-w3m-standalone.
21261         (mm-text-html-washer-alist): Map w3m-standalone to
21262         gnus-article-wash-html-with-w3m-standalone.
21263         (mm-inline-text-html-render-with-w3m-standalone): New function.
21264
21265 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21266
21267         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21268         Improve LaTeX.
21269
21270 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21271
21272         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21273         (nnrss-request-article): Render text/plain parts as HTML.
21274
21275         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21276         the buffer.
21277
21278 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21279
21280         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21281         custom definition of `gnus-posting-styles'.
21282
21283         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21284         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21285
21286 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21287
21288         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21289         Use nntp for bug archive.
21290
21291 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21292
21293         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21294         parts.
21295         (nnrss-normalize-date): New function converts ISO 8601 date into
21296         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21297         (nnrss-check-group): Use it.
21298
21299 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21300
21301         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21302
21303         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21304         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21305         (nnrss-insert-w3): Ditto.
21306
21307 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21308
21309         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21310         the articles to be forwarded including the case where neither a
21311         number of articles nor a region is specified.
21312
21313 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21314
21315         * nnrss.el (nnrss-request-article): Fix last change; fill
21316         text/plain parts.
21317
21318 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21319
21320         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21321         in text/plain part.
21322         (nnrss-check-group): Don't add excessive newline to dc:subject.
21323
21324 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21325
21326         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21327         article.
21328
21329 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21330
21331         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21332         (nnml-use-compressed-files, nnml-save-mail): Support other
21333         comression programs such as bzip2.
21334
21335 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21336
21337         * dns.el (query-dns): Make sure we check the buffer size before
21338         removing tcp headers.
21339
21340 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21341
21342         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21343         remove MIME buttons associated with multipart/alternative parts.
21344         (gnus-mime-display-alternative): Tag buttons using `article-type'
21345         text property.
21346
21347         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21348         associated with multipart/alternative parts.
21349
21350         * gnus-art.el (gnus-signature-separator): Fix custom type.
21351
21352         * mm-decode.el (mm-inlined-types): Fix custom type.
21353         (mm-keep-viewer-alive-types): Ditto.
21354         (mm-automatic-display): Ditto.
21355         (mm-attachment-override-types): Ditto.
21356         (mm-inline-override-types): Ditto.
21357         (mm-automatic-external-display): Ditto.
21358
21359 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21360
21361         * spam-report.el (spam-report-user-mail-address)
21362         (spam-report-user-agent): New variables.
21363         (spam-report-url-ping-plain): Use spam-report-user-agent.
21364
21365 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21366
21367         * gnus-art.el (gnus-button-handle-custom): Do not just use
21368         `customize-apropos' for any "M-x customize-*" button but the
21369         function called for.  Accept both the function name and its
21370         argument in order to achieve this.
21371         (gnus-button-alist): Remove support for "custom:" URL's.
21372         Pass function name to `gnus-button-handle-custom' in case of "M-x
21373         customize-*" buttons.
21374
21375 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21376
21377         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21378         multipart/alternative and add xref to mm-discouraged-alternatives
21379         in doc string.
21380
21381         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21382         gnus-buttonized-mime-types in doc string.
21383
21384 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21385
21386         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21387         Suggest image/.* in the doc string.
21388
21389 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21390
21391         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21392         message-marks (Debian bug#342521).
21393
21394 2005-12-12  Simon Josefsson  <jas@extundo.com>
21395
21396         * password.el (password-read-from-cache): Add.
21397         (password-read): Use it.
21398
21399 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21400
21401         * rfc2047.el (rfc2047-charset-to-coding-system):
21402         Recognize us-ascii as a MIME charset.
21403
21404         * mm-bodies.el (mm-decode-content-transfer-encoding):
21405         Protect against the case where the 2nd arg TYPE is nil.
21406
21407 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21408
21409         * pop3.el (pop3-stream-type): Fix custom version.
21410
21411         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21412
21413 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21414
21415         * mm-decode.el (mm-display-external): Add missing cdr.
21416
21417 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21418
21419         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21420         RFC1524) if it is in mailcap or add a suffix according to
21421         mailcap-mime-extensions when generating a temp filename; postpone
21422         deleting a temp file for 2 seconds for some wrappers, shell
21423         scripts, and so on, which might exit right after having started a
21424         viewer command as a background job.
21425
21426 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21427
21428         * nntp.el (nntp-marks-directory): Fix custom group.
21429
21430         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21431         steps when < 10.
21432
21433         * gnus-start.el (gnus-no-server-1):
21434         Mention `gnus-level-default-subscribed' in doc string.
21435
21436 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21437
21438         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21439         parens.
21440
21441 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21442
21443         * gnus-xmas.el (gnus-use-toolbar): Revert.
21444         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21445         gnus-use-toolbar is default.
21446
21447         * messagexmas.el (message-use-toolbar): Revert.
21448         (message-setup-toolbar): Use global default-toolbar if
21449         message-use-toolbar is default.
21450
21451 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21452
21453         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21454         according to default-toolbar-visible-p.
21455
21456         * messagexmas.el (message-use-toolbar): Ditto.
21457
21458 2005-11-26  Dave Love  <fx@gnu.org>
21459
21460         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21461         (tls-program, tls-success): Provide openssl alternative.
21462
21463         * starttls.el: Doc fixes.
21464         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21465         SERVICE to PORT.
21466
21467         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21468         port null or service name.
21469         (starttls-negotiate): Autoload.
21470
21471 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21472
21473         * message.el (message-kill-to-signature): Fix interactive spec.
21474
21475 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21476
21477         * pop3.el (pop3-open-server): Recognize a string as a service name.
21478
21479 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21480
21481         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21482
21483 2005-11-23  Dave Love  <fx@gnu.org>
21484
21485         Add pop3s, pop3/starttls.
21486
21487         * pop3.el (pop3-authentication-scheme): Clarify doc.
21488         (open-tls-stream, starttls-open-stream): Autoload.
21489         (pop3-stream-type): New.
21490         (pop3-open-server): Use it.
21491
21492         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21493         for POP.
21494         (mail-source-keyword-map): Add :stream for POP.
21495         (mail-source-fetch-pop): Use pop3-stream-type.
21496
21497 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21498
21499         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21500         of current-time-string.
21501
21502 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21503
21504         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21505         date header.
21506
21507 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21508
21509         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21510         it can seriously impact performance as it bypasses the agent's
21511         local caches.
21512
21513 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21514
21515         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21516         must be explicitly online rather than "not explicitly offline" for
21517         its flags to be synchronized.
21518
21519         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21520         that gnus-uu-unmark-thread will function correctly.
21521
21522         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21523         1024K is instead displayed as 1M.
21524
21525 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21526
21527         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21528
21529 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21530
21531         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21532
21533 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21534
21535         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21536         error message to display actual error condition.
21537         (gnus-agent-save-local): Avoid saving symbols that are bound to
21538         nil as they simply result in a warning message in
21539         gnus-agent-read-local.
21540
21541 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21542
21543         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21544         rather than make-variable-buffer-local for file-precious-flag.
21545
21546 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21547
21548         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21549         for duplicates which are removed.  The invalid sort check then
21550         triggers a rescan after the sort as sorting may have moved
21551         duplicate entries such that they can be cheaply detected.
21552
21553 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21554
21555         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21556
21557 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21558
21559         * gnus-agent.el (gnus-agent-article-alist-save-format):
21560         Change internal variable to a custom variable.  Change default value
21561         from compressed(2) to uncompressed(1).
21562         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21563         support for uncompressed agentview files.  Taken together, reading
21564         the agentview file should now be 6-7 times faster.
21565
21566 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21567
21568         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21569         as a buffer-local variable.  This avoids creating truncated
21570         dribble files as a result of a hang up, eg.
21571
21572 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21573
21574         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21575         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21576         XEmacs.
21577
21578 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21579
21580         * gnus-start.el (gnus-start-draft-setup):
21581         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21582
21583         * gnus.el (gnus-splash): Change custom group.
21584         (gnus-group-get-parameter, gnus-group-parameter-value):
21585         Describe allow-list argument.
21586
21587         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21588         string.
21589
21590 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21591
21592         * gnus-art.el (gnus-default-article-saver): Add user-defined
21593         `function' to custom type.
21594
21595 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21596
21597         * imap.el (imap-open): Handle case where buffer is a buffer
21598         object.
21599
21600 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21601
21602         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21603         long lines.
21604         (gnus-cache-delete-group): Wrap doc strings.
21605
21606         * gnus-agent.el (gnus-agent-rename-group)
21607         (gnus-agent-delete-group): Wrap doc strings.
21608
21609 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21610
21611         * messagexmas.el (message-use-toolbar): Change the valid values
21612         into default, top, bottom, left, and right.
21613         (message-toolbar-thickness): New variable.
21614         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21615         well.
21616         (message-setup-toolbar): Make it work.
21617
21618         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21619         (gnus-use-toolbar): Change the valid values into default, top,
21620         bottom, left, and right.
21621         (gnus-toolbar-thickness): New variable.
21622         (gnus-xmas-setup-toolbar): New function.
21623         (gnus-xmas-setup-group-toolbar): Use it.
21624         (gnus-xmas-setup-summary-toolbar): Use it.
21625
21626 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21627
21628         * gnus-start.el (gnus-1): Add "native" to
21629         gnus-predefined-server-alist.
21630
21631         * gnus.el (gnus-method-to-server): Don't add "native" to the
21632         lists here, because that leads to problems when
21633         gnus-select-method is bound.
21634
21635 2005-11-09  Simon Josefsson  <jas@extundo.com>
21636
21637         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21638         use (not sort-by-date) instead.
21639
21640 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21641
21642         * gnus-delay.el (gnus-delay-group): Don't autoload.
21643         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21644         to be re-loaded when customizing the `gnus-delay' group.
21645
21646 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21647
21648         * message.el: Revert last changes.
21649         (message-insert-citation-line): Use newlines.
21650
21651 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21652
21653         * message.el (message-courtesy-message)
21654         (message-mark-insert-begin, message-mark-insert-end)
21655         (message-elide-ellipsis, message-cancel-message)
21656         (message-add-header, message-change-subject)
21657         (message-cross-post-followup-to-header)
21658         (message-cross-post-insert-note, message-reduce-to-to-cc)
21659         (message-widen-reply, message-delete-not-region)
21660         (message-kill-to-signature, message-insert-signature)
21661         (message-insert-importance-high, message-insert-importance-low)
21662         (message-insert-or-toggle-importance)
21663         (message-insert-disposition-notification-to)
21664         (message-indent-citation, message-yank-original)
21665         (message-cite-original-without-signature, message-cite-original)
21666         (message-insert-citation-line, message-position-on-field)
21667         (message-fix-before-sending, message-send-mail-partially)
21668         (message-send-mail, message-send-mail-with-sendmail)
21669         (message-send-mail-with-qmail, message-send-news)
21670         (message-check-news-header-syntax, message-generate-headers)
21671         (message-insert-courtesy-copy, message-fill-address)
21672         (message-fill-header, message-shorten-references)
21673         (message-setup-1, message-cancel-news)
21674         (message-forward-make-body-plain, message-forward-make-body-mime)
21675         (message-forward-make-body-mml, message-encode-message-body)
21676         (message-forward-make-body-digest-plain)
21677         (message-forward-make-body-digest-mime)
21678         (message-use-alternative-email-as-from): Insert `hard-newline'
21679         instead of ordinary newlines.
21680
21681 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21682
21683         * message.el (message-generate-headers): Downcase the argument
21684         given to message-check-element.
21685
21686 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21687
21688         * nntp.el (nntp-authinfo-rejected): New error condition.
21689         (nntp-wait-for): Use new error condition to signal authentication
21690         error.
21691         (nntp-retrieve-data): Rethrow new error condition to break out of
21692         recursive call to nntp-send-authinfo.
21693
21694 2005-11-08  Romain Francoise  <romain@orebokech.com>
21695
21696         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21697         (gnus-summary-exit-map): Bind to `Z p'.
21698         (gnus-summary-make-menu-bar): Add menu item.
21699
21700 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21701
21702         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21703         (gnus-treat-*): Add `first' in all doc strings.
21704
21705         * gnus-group.el (gnus-group-compact-group): Fix typo.
21706
21707 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21708
21709         * gnus.el (gnus-parameters-case-fold-search): New variable.
21710         (gnus-parameters-get-parameter): Use it.
21711
21712         * gnus-score.el (gnus-home-score-file): Doc fix.
21713
21714 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21715
21716         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21717
21718 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21719
21720         * mm-util.el (mm-special-display-p): New function.
21721
21722         * mml.el (mml-preview): Use it; doc fix.
21723
21724 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21725
21726         * imap.el (imap-open): Handle case where buffer is a buffer object.
21727
21728 2005-10-29  Romain Francoise  <romain@orebokech.com>
21729
21730         * message.el (message-fix-before-sending): Fix comment.
21731
21732 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21733
21734         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21735
21736 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21737
21738         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21739         Used in gnus-score.el.
21740
21741 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21742
21743         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21744
21745 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21746
21747         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21748         whitespace removed in revision 7.8.  Use concatenated string to
21749         protect trailing whitespace.
21750
21751 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21752
21753         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21754         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21755         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21756         Courier IMAP ("some version from 2004").  Mostly based on similar
21757         code in the same function.
21758
21759 2005-10-26  Didier Verna  <didier@xemacs.org>
21760
21761         * gnus-group.el (gnus-group-compact-group): Invalidate original
21762         article buffer.
21763         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21764         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21765         NOV database and in article itself.
21766         Invalidate article backlog.
21767
21768 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21769
21770         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21771
21772 2005-10-26  Simon Josefsson  <jas@extundo.com>
21773
21774         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21775         part of 2004-07-25 change.
21776
21777 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21778
21779         * message.el (message-display-completion-list): New function.
21780         (message-expand-group): Use it; make sure the Completions buffer
21781         is modifiable.
21782 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21783
21784         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21785         user-mail-name is an empty string.
21786
21787 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21788
21789         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21790         depending on gnus-score-decay-constant.
21791
21792         * encrypt.el (encrypt-insert-file-contents)
21793         (encrypt-write-file-contents): Don't use `gnus-message'.
21794
21795         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21796         arguments.
21797         (mm-uu-type-alist): Add message-marks and insert-marks.
21798         Pass arguments to mm-uu-verbatim-marks-extract.
21799         (mm-uu-hide-markers): New variable.
21800         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21801
21802         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21803         (gnus-convert-image-to-face-command): Use "convert" by default to
21804         allow other input image formats.
21805         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21806         accordingly.
21807
21808 2005-10-23  Simon Josefsson  <jas@extundo.com>
21809
21810         * imap.el (imap-gssapi-program): Align command line parameters
21811         with latest GNU SASL.
21812         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21813
21814 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21815
21816         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21817         HTML.
21818         (nnslashdot-request-article): Ditto.
21819
21820         * lpath.el (featurep): Add nobreak-char-display.
21821
21822 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21823
21824         * mail-source.el (mail-source-fetch-pop): Require pop3.
21825         (mail-source-check-pop): Ditto.
21826
21827 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21828
21829         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21830         errors.
21831
21832 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21833
21834         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21835         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21836
21837         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21838
21839         * mm-bodies.el (mm-decode-string):
21840         Call `mm-charset-to-coding-system' with allow-override argument.
21841
21842 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21843
21844         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21845         (rfc2047-charset-to-coding-system): New function.
21846         (rfc2047-decode-encoded-words): New function.
21847         (rfc2047-decode-region): Use them.
21848         (rfc2047-decode-cte): Remove.
21849         (rfc2047-parse-and-decode): Remove.
21850         (rfc2047-decode): Remove.
21851
21852 2005-10-15  Kenichi Handa  <handa@m17n.org>
21853
21854         * rfc2047.el (rfc2047-decode-cte): New function.
21855         (rfc2047-decode-region): Change the way to decode successive
21856         encoded-words: decode B- or Q-encoding in each encoded-word,
21857         concatenate them, and decode it as charset.
21858
21859 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21860
21861         * lpath.el: Fbind codepage-setup for XEmacs.
21862
21863 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21864
21865         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21866         widget-move-and-invoke.
21867         (gnus-custom-mode): Use gnus-custom-map.
21868
21869 2005-10-15  Bill Wohler  <wohler@newt.com>
21870
21871         * message.el (message-tool-bar-map): Rename image file from
21872         mail_send to mail/send.
21873
21874 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21875
21876         * message.el (message-expand-group): Pass the common
21877         prefix substring of completion to `display-completion-list'.
21878
21879 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21880
21881         * mml-sec.el (mml-secure-method): New internal variable.
21882         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21883         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21884         New functions using mml-secure-method.
21885
21886         * mml.el (mml-mode-map): Add key bindings for those functions.
21887         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21888         Harder <harder@myrealbox.com>.
21889         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21890         Goto end of message if point is the headers of the message.
21891
21892         * message.el (message-in-body-p): New function.
21893
21894         * assistant.el: Autoload gnus-util and netrc.
21895
21896         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21897         Use `mm-charset-override-alist' only when decoding.
21898
21899         * mm-bodies.el (mm-decode-body):
21900         Call `mm-charset-to-coding-system' with allow-override argument.
21901
21902         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21903         `filename' from Content-Disposition if Content-Type doesn't
21904         provide `name'.
21905         (gnus-mime-view-part-as-type): Set default instead of
21906         initial-input.
21907
21908 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21909
21910         * format-spec.el (format-spec): Propagate text properties of % spec.
21911
21912 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21913
21914         * gnus-art.el (gnus-treat-predicate): Add `first'.
21915
21916 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21917
21918         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21919         (mm-charset-override-alist): New variable.
21920         (mm-charset-to-coding-system): Use it.
21921         (mm-codepage-setup): New helper function.
21922         (mm-charset-eval-alist): New variable.
21923         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21924         Warn about unknown charsets.
21925
21926         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21927
21928 2005-10-04  David Hansen  <david.hansen@gmx.net>
21929
21930         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21931         (nnrss-check-group): Ditto.
21932
21933 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21934
21935         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21936         Rename x-gnus-verbatim to x-verbatim.
21937         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21938
21939         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21940         x-verbatim.
21941
21942         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21943
21944         * gnus-util.el (gnus-remove-duplicates): Remove.
21945
21946         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21947         instead of gnus-remove-duplicates.
21948
21949         * message.el (message-remove-duplicates): Remove.
21950         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21951         message-remove-duplicates.
21952
21953         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21954         available, else use implementation from `delete-dups'.
21955
21956         * message.el (message-insert-expires): New function.
21957         (message-mode-map): Add key binding.
21958         (message-mode-field-menu): Add menu entry.
21959         (message-mode): Document it.
21960         (message-make-expires-date): Use `message-make-date'.
21961
21962 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21963
21964         * message.el (message-make-expires-date): New function.
21965
21966 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21967
21968         * Makefile.in (list-installed-shadows): New entry.
21969         (install): Use it.
21970         (remove-installed-shadows): New entry.
21971
21972         * dgnushack.el (dgnushack-default-load-path): New variable.
21973         (dgnushack-find-lisp-shadows): New function.
21974         (dgnushack-remove-lisp-shadows): New function.
21975
21976 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21977
21978         * Makefile.in (install-el-elc): New entry.
21979         (install): Use it so that .el files are necessarily installed.
21980
21981 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21982
21983         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21984
21985 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21986
21987         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21988         function rather than the diff-mode.el package.
21989         (mm-display-external): Use with-current-buffer.
21990         (mm-viewer-completion-map, mm-viewer-completion-map):
21991         Move initialization inside declaration.
21992
21993 2005-09-29  Simon Josefsson  <jas@extundo.com>
21994
21995         * spam.el: Load hashcash when compiling, to avoid warnings.
21996         Don't autoload mail-check-payment.
21997         (spam-check-hashcash): Define unconditionally, since hashcash.el
21998         is part of Gnus now.  Ignore errors from payment checking.
21999
22000 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22001
22002         * message.el (message-bold-region, message-unbold-region):
22003         Rename from `bold-region' and `unbold-region'.
22004
22005         * message.el: Remove useless autoloads.
22006
22007 2005-09-28  Simon Josefsson  <jas@extundo.com>
22008
22009         * message.el (message-use-idna): Default to t.
22010         (message-use-idna): Test whether encoding works too.  Doc fix.
22011
22012 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22013
22014         * nntp.el (nntp-warn-about-losing-connection): Remove.
22015
22016 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22017
22018         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22019         customizable.  Change default value.
22020         (mm-uu-diff-groups-regexp): Change default value.
22021         (mm-uu-type-alist): Add doc string.
22022         (mm-uu-configure): Add doc string.  Make it interactive.
22023         (mm-uu-tex-groups-regexp): New variable.
22024         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22025         (mm-uu-type-alist): Add LaTeX documents.
22026         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22027         of "text/verbatim".
22028         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22029
22030         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22031         instead of "text/verbatim".
22032
22033         * message.el (message-mark-inserted-region)
22034         (message-mark-insert-file): Use slrn style marks when called with
22035         prefix argument.
22036
22037 2005-09-27  Simon Josefsson  <jas@extundo.com>
22038
22039         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22040
22041 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22042
22043         * message.el (message-remove-duplicates): New function.
22044         Implementation borrowed from `gnus-remove-duplicates'.
22045         (message-idna-to-ascii-rhs): Also encode idna addresses in
22046         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22047         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22048         only ask about the same idna domain once per header and also tell
22049         in what header to replace the idna domain.
22050
22051         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22052         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22053         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22054         a header is decoded and not just the last one.
22055
22056 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22057
22058         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22059         has been decoded.
22060
22061         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22062         (mm-insert-part): Don't modify text if it has been decoded.
22063
22064         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22065         decoded.
22066
22067         * mm-view.el (mm-inline-text): Don't strip text props unless
22068         decoding enriched or richtext parts.
22069
22070 2005-09-25  Romain Francoise  <romain@orebokech.com>
22071
22072         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22073         * gnus-start.el (gnus-subscribe-interactively):
22074         * gnus-uu.el (gnus-uu-grab-articles):
22075         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22076         space.
22077
22078 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22079
22080         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22081         * mm-view.el (mm-view-pkcs7-decrypt):
22082         * gnus-sum.el (gnus-summary-limit-to-extra)
22083         (gnus-summary-respool-article, gnus-read-move-group-name):
22084         * gnus-score.el (gnus-summary-increase-score):
22085         * gnus-util.el (gnus-completing-read-with-default):
22086         * gnus-art.el (gnus-read-save-file-name)
22087         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22088         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22089         * message.el (message-check-news-header-syntax):
22090         Follow convention for reading with the minibuffer.
22091
22092 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22093
22094         * spam-report.el (spam-report-url-ping-plain):
22095         Use gnus-extended-version as User-Agent.
22096
22097         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22098         default value is nil.
22099
22100         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22101         (mm-uu-verbatim-marks-extract): New function.
22102         (mm-uu-extract): New face.
22103         (mm-uu-copy-to-buffer): Use it.
22104
22105         * spam-report.el (spam-report-gmane-ham): Rename from
22106         `spam-report-gmane-unspam'.
22107         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22108         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22109
22110         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22111         Autoload.
22112         (spam-report-gmane-unregister-routine):
22113         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22114
22115 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22116
22117         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22118         (spam-report-gmane-unregister-routine): Add support for gmane
22119         unregistration.
22120
22121         * spam-report.el (spam-report-gmane-unspam)
22122         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22123         (spam-report-gmane): Change to take a single article and do unspam
22124         registration.
22125
22126 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22127
22128         * mm-url.el (mm-url-decode-entities): Fix regexp.
22129
22130 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22131
22132         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22133         default to nil, to be able to use Gnus at all.  If the default
22134         switches to something else, then the function should be fixed not
22135         be exceedingly slow.
22136
22137 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22138
22139         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22140         fail hard.
22141
22142         * spam-report.el: Add better Keywords line.
22143
22144         * spam.el: Add Maintainer and better Keywords line.
22145
22146 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22147
22148         * gnus-art.el (gnus-article-replace-part)
22149         (gnus-mime-replace-part): New functions.
22150         (gnus-mime-action-alist, gnus-mime-button-commands)
22151         (gnus-mime-save-part-and-strip): Add file argument.
22152         (gnus-article-part-wrapper): Add interactive argument.
22153
22154         * gnus-sum.el (gnus-summary-mime-map):
22155         Add `gnus-article-replace-part'.
22156
22157 2005-09-19  Didier Verna  <didier@xemacs.org>
22158
22159         The nnml compaction feature:
22160         * nnml.el (nnml-request-compact-group): New function.
22161         * nnml.el (nnml-request-compact): New function.
22162         * gnus-int.el (gnus-request-compact-group): New function.
22163         * gnus-int.el (gnus-request-compact): New function.
22164         * gnus-group.el (gnus-group-compact-group): New function.
22165         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22166         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22167         * gnus-srvr.el (gnus-server-compact-server): New function.
22168         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22169         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22170
22171 2005-09-18  Deepak Goel  <deego@gnufans.org>
22172
22173         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22174         format spec.
22175
22176 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22177
22178         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22179
22180 2005-09-15  Romain Francoise  <romain@orebokech.com>
22181
22182         * message.el (message-fill-paragraph): Clarify docstring.
22183
22184 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22185
22186         * gnus-art.el (gnus-mime-display-part): Protect against broken
22187         MIME messages.
22188
22189 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22192         before parsing header.
22193
22194 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22195
22196         * html2text.el (html2text-replace-list): Add new entities.
22197
22198 2005-09-11  Romain Francoise  <romain@orebokech.com>
22199
22200         * message.el (message-alternative-emails): Improve docstring.
22201         (message-setup-1): Call `message-use-alternative-email-as-from'
22202         after `message-setup-hook' to give it precedence over posting
22203         styles, etc.
22204         (message-use-alternative-email-as-from): Add docstring.
22205         Remove the original From header if present.
22206
22207         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22208         (nnml-save-mail): Use it.
22209
22210         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22211         articles.  Add new argument `silent'.
22212         (gnus-uu-mark-all): Report the total number of marked articles.
22213
22214 2005-09-10  Romain Francoise  <romain@orebokech.com>
22215
22216         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22217         (gnus-uu-mark-series): Likewise.
22218
22219 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22220
22221         * spam-report.el (spam-report-gmane): Fix generation of spam
22222         report URL.
22223
22224 2005-09-10  Simon Josefsson  <jas@extundo.com>
22225
22226         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22227         t, based on discussion on the ding list with Robert Epprecht
22228         <epprecht@solnet.ch>.
22229
22230 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22231
22232         * spam-report.el (spam-report-gmane): Make it work without
22233         X-Report-Spam header.  Gmane now only provides Archived-At.
22234         This is only used if `spam-report-gmane-use-article-number' is nil.
22235         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22236
22237         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22238         make `gnus-summary-sort-by-recipient' work with threading.
22239
22240         * nnweb.el (nnweb-google-wash-article): Print a message if article
22241         is not available.
22242
22243 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22244
22245         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22246         change.  Decode text/* parts content before displaying.
22247
22248 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22249
22250         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22251
22252 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22253
22254         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22255
22256         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22257         url-package-name, url-package-version,
22258         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22259         w3m-display-inline-images, and w3m-minor-mode-map.
22260
22261 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22262
22263         * message.el (message-tab-body-function): Fix mismatched custom type.
22264
22265         * gnus.el (gnus-group-change-level-function): Ditto.
22266
22267         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22268
22269         * gnus-art.el (gnus-signature-limit)
22270         (gnus-article-mime-part-function): Ditto.
22271
22272 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22273
22274         * mml.el (mml-mode): Silence the byte compiler.
22275
22276         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22277         using `(sit-for 0)' before moving the point to the specified part;
22278         skip unbuttonized parts.
22279         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22280         return to the summary window if gnus-auto-select-part is non-nil.
22281
22282 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22283
22284         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22285         New variables.
22286         (mml-dnd-attach-file, mml-mode): Use them.
22287
22288         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22289         Make fetching article by MID work again for Google Groups.
22290         Add FIXME concerning gnus-group-make-web-group.
22291
22292         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22293         Don't depend on Gnus by using mail-extract-address-components if
22294         gnus-extract-address-components is not bound.
22295
22296 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22297
22298         * gnus-art.el (gnus-mime-display-security): Don't display the
22299         signature, but only the signed part.
22300
22301 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22302
22303         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22304
22305         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22306         list, not listp.
22307
22308 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22309
22310         * mm-encode.el (mm-encode-content-transfer-encoding):
22311         Likewise when encoding.
22312
22313         * mm-bodies.el (mm-decode-content-transfer-encoding):
22314         De-canonicalize CRLF for all text content types, not just
22315         text/plain.
22316
22317 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22318
22319         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22320         valid article; point arrow and cursor at the MIME button.
22321
22322 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22323
22324         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22325         Suggested by Dan Christensen <jdc@uwo.ca>.
22326
22327         * mm-decode.el (mm-save-part): Enable change of prompt.
22328
22329 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22330
22331         * gnus-msg.el (gnus-inews-add-send-actions):
22332         Make `message-post-method' lambda parameter ARG `&optional'.
22333
22334 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22335
22336         * gnus-sum.el (gnus-summary-mime-map):
22337         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22338         gnus-article-jump-to-part.
22339
22340         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22341         (gnus-article-edit-part): Use it.
22342         (gnus-article-part-wrapper): Add no-handle argument.
22343         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22344         New functions.
22345
22346 2005-08-29  Romain Francoise  <romain@orebokech.com>
22347
22348         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22349         docstring.
22350         (gnus-face-from-file): Likewise.
22351
22352 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22353
22354         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22355         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22356         non-nil.
22357         (gnus-auto-select-part): New variable.
22358         (gnus-article-jump-to-part): New function.
22359         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22360         (gnus-mime-delete-part): Allow selecting specified part after
22361         deleting or stripping parts.
22362         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22363         part if argument is bogus.
22364
22365 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22366
22367         * gnus-art.el (w3m-minor-mode-map):
22368         * gnus-spec.el (gnus-newsrc-file-version):
22369         * gnus-util.el (nnmail-active-file-coding-system)
22370         (gnus-original-article-buffer, gnus-user-agent):
22371         * gnus.el (gnus-ham-process-destinations)
22372         (gnus-parameter-ham-marks-alist)
22373         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22374         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22375         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22376         * mm-decode.el (gnus-current-window-configuration):
22377         * mm-extern.el (gnus-article-mime-handles):
22378         * mm-url.el (url-current-object, url-package-name)
22379         (url-package-version):
22380         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22381         (smime-keys, w3m-cid-retrieve-function-alist)
22382         (w3m-current-buffer, w3m-display-inline-images)
22383         (w3m-minor-mode-map):
22384         * mml-smime.el (gnus-extract-address-components):
22385         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22386         (gnus-newsrc-hashtb, message-default-charset)
22387         (message-deletable-headers, message-options)
22388         (message-posting-charset, message-required-mail-headers)
22389         (message-required-news-headers):
22390         * mml1991.el (mc-pgp-always-sign):
22391         * mml2015.el (mc-pgp-always-sign):
22392         * nnheader.el (nnmail-extra-headers):
22393         * rfc1843.el (gnus-decode-encoded-word-function)
22394         (gnus-decode-header-function, gnus-newsgroup-name):
22395         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22396
22397 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22398
22399         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22400         the end of the date treatments.
22401
22402 2005-08-15  Simon Josefsson  <jas@extundo.com>
22403
22404         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22405         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22406         Capello and Romain Francoise.
22407         (pgg-fetch-key-function): Remove, not used?
22408         (pgg-insert-url-with-w3): Require url, to get
22409         url-insert-file-contents regardless of where it is defined.
22410
22411 2005-08-13  Romain Francoise  <romain@orebokech.com>
22412
22413         * message.el (message-cite-original-1): New function.
22414         (message-cite-original): Use it.
22415         (message-cite-original-without-signature): Ditto.
22416
22417 2005-08-08  Romain Francoise  <romain@orebokech.com>
22418
22419         * message.el (message-yank-empty-prefix): New variable.
22420         (message-indent-citation): Use it.
22421         (message-cite-original-without-signature): Respect X-No-Archive.
22422
22423 2005-08-08  Simon Josefsson  <jas@extundo.com>
22424
22425         * pgg.el: Autoload url-insert-file-contents instead of loading
22426         w3/url.
22427         (pgg-insert-url-with-w3): Don't load url here.
22428
22429 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22430
22431         * message.el (message-kill-to-signature): Don't insert newline at
22432         bol.
22433         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22434
22435 2005-08-06  Romain Francoise  <romain@orebokech.com>
22436
22437         * message.el (message-user-fqdn): Fix typo in docstring.
22438
22439 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22440
22441         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22442
22443         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22444
22445 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22446
22447         * mm-bodies.el (mm-encode-body): Use coding system rather than
22448         charset to encode text.
22449
22450         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22451         number of charsets if utf-8 is available (XEmacs).
22452
22453 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22454
22455         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22456         taken from `gnus-button-mid-or-mail-regexp'.
22457         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22458         (gnus-button-alist): Improve regexp for domain part of the MIDs
22459         for news:localpart@domain buttons.
22460         (gnus-button-ctan-directory-regexp): Update.
22461
22462 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22463
22464         * sieve-manage.el (sieve-manage-interactive-login):
22465         Use make-local-variable rather than make-variable-buffer-local.
22466         (sieve-manage-open): Ditto.
22467         (sieve-manage-authenticate): Ditto.
22468
22469         * mml.el (mml-generate-mime-1): Make the content type default to
22470         text/plain if the filename is not specified.
22471
22472 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22473
22474         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22475         instead of insert-buffer.
22476
22477         * message.el (message-yank-original): Ditto; set the mark at the
22478         end of the yanked message.
22479
22480 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22481
22482         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22483         lines to scroll rather than to stop it.
22484
22485         * mml.el (mml-generate-default-type): Add doc string.
22486         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22487         default to application/octet-stream when determining the content
22488         type if it is not specified for the part or the mml contents; add
22489         a comment about mml-generate-default-type.
22490
22491 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22494         make it default to application/octet-stream when determining the
22495         content type if it is not specified for the external contents.
22496
22497 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22498
22499         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22500         segmented parameter but also other parameters might be there.
22501
22502 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22503
22504         * mm-decode.el (mm-display-external): Delete temp file, directory
22505         and buffer immediately if the external process is exited.
22506
22507 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22508
22509         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22510         fewer lines than that of scroll-margin.
22511         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22512
22513 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22514
22515         * gnus-art.el (gnus-article-next-page): Revert.
22516         (gnus-article-beginning-of-window): New macro.
22517         (gnus-article-next-page-1): Use it.
22518         (gnus-article-prev-page): Ditto.
22519         (gnus-article-edit-part): Use insert-buffer-substring instead of
22520         insert-buffer.
22521         (gnus-article-edit-exit): Ditto.
22522
22523         * gnus-util.el (gnus-beginning-of-window): Remove.
22524         (gnus-end-of-window): Remove.
22525
22526         * lpath.el: Don't bind header-line-format and scroll-margin.
22527
22528 2005-07-25  Simon Josefsson  <jas@extundo.com>
22529
22530         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22531         to have the url package without w3.  Reported by Daiki Ueno
22532         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22533
22534 2005-07-20  Didier Verna  <didier@xemacs.org>
22535
22536         * gnus-diary.el: Remove the description comment (nndiary is now
22537         properly documented in the Gnus manual).
22538         Fix the spelling of "Back End".
22539         * nndiary.el: Ditto.
22540         Fix the copyright notice.
22541
22542 2005-07-18  Romain Francoise  <romain@orebokech.com>
22543
22544         * gnus-sum.el (gnus-summary-to-prefix)
22545         (gnus-summary-newsgroup-prefix): New variables.
22546         (gnus-summary-from-or-to-or-newsgroups): Use them.
22547
22548 2005-07-17  Romain Francoise  <romain@orebokech.com>
22549
22550         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22551         space as it's generally not especially interesting to the user.
22552
22553 2005-07-16  Romain Francoise  <romain@orebokech.com>
22554
22555         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22556         nil to avoid prompting and file modification if one of the
22557         messages at the top of the nnfolder file contains a copyright
22558         notice.
22559         Update copyright notice.
22560
22561         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22562         instead of `current-time-string' as the latter creates a time
22563         string that is not RFC 2822 compliant (it lacks the zone).
22564         Update copyright notice.
22565
22566 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22567
22568         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22569         for text/rtf.  Display default in prompt.  Pass default for M-n.
22570
22571         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22572
22573 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22574
22575         * gnus-msg.el (gnus-button-mailto):
22576         Remove save-selected-window-window hackery because it relies on
22577         save-selected-window internals.
22578
22579 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22580
22581         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22582         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22583         (gnus-article-prev-page): Ditto.
22584
22585         * gnus-util.el (gnus-beginning-of-window): New function.
22586         (gnus-end-of-window): New function.
22587
22588         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22589
22590 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22591
22592         * gnus-score.el (gnus-score-edit-all-score):
22593         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22594         gnus-message.
22595
22596 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22597
22598         * gnus-msg.el (gnus-button-mailto):
22599         Remove save-selected-window-window hackery because it relies on
22600         save-selected-window internals.
22601
22602 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22603
22604         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22605         add-minor-mode.
22606         (gnus-binary-mode): Ditto.
22607
22608         * gnus-topic.el (gnus-topic-mode): Ditto.
22609
22610 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22611
22612         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22613         (gnus-article-prev-page): Take scroll-margin into consideration.
22614
22615 2005-07-04  Lute Kamstra  <lute@gnu.org>
22616
22617         Update FSF's address in GPL notices.
22618
22619 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22620
22621         * gnus.el (gnus-exit):
22622         * gnus-group.el (gnus-group-icons):
22623         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22624
22625         * gnus-nocem.el (gnus-nocem):
22626         * message.el (message-various, message-buffers, message-sending)
22627         (message-interface, message-forwarding, message-insertion)
22628         (message-headers, message-news, message-mail):
22629         * pgg-gpg.el (pgg-gpg):
22630         * pgg-parse.el (pgg-parse):
22631         * pgg-pgp.el (pgg-pgp):
22632         * pgg-pgp5.el (pgg-pgp5):
22633         * pop3.el (pop3): Finish `defgroup' description with period.
22634
22635 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22636
22637         * gnus-art.el (article-display-face): Improve the efficiency.
22638         (article-display-x-face): Ditto; remove gray x-face stuff.
22639
22640 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22641
22642         * gnus-art.el (article-display-face): Correct the position in
22643         which Faces are inserted.
22644
22645 2005-06-29  Didier Verna  <didier@xemacs.org>
22646
22647         * gnus-art.el (article-display-face): Display faces in correct
22648         order.
22649
22650 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22651
22652         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22653         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22654         (gnus-nocem-check-article): Fetch the Type header.
22655         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22656         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22657         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22658         make sure gnus-nocem-hashtb is initialized.
22659         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22660         (gnus-nocem-unwanted-article-p): Ditto.
22661
22662         * pgg.el (pgg-verify): Return the verification result.
22663
22664 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22665
22666         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22667         is ascii.
22668
22669 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22670
22671         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22672         `show-nonbreak-escape'.
22673
22674 2005-06-23  Lute Kamstra  <lute@gnu.org>
22675
22676         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22677
22678         * dig.el (dig-mode):
22679         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22680
22681 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22682
22683         * nnimap.el (nnimap-split-download-body): Fix spellings.
22684
22685 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22686
22687         * gnus-art.el (gnus-article-encrypt-body):
22688         * gnus-cus.el (gnus-score-customize):
22689         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22690         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22691
22692 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22693
22694         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22695         header by looking for magic "MII" at the beginning.
22696
22697 2005-06-16  Miles Bader  <miles@gnu.org>
22698
22699         * gnus-xmas.el (gnus-xmas-group-startup-message):
22700         Use renamed gnus-splash face.
22701
22702         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22703         (assistant-field-face): New backward-compatibility alias for renamed
22704         face.
22705         (assistant-render-text): Use renamed assistant-field face.
22706
22707         * spam.el (spam): Remove "-face" suffix from face name.
22708         (spam-face): New backward-compatibility alias for renamed face.
22709         (spam-face, spam-initialize): Use renamed spam face.
22710
22711         * message.el (message-header-to, message-header-cc)
22712         (message-header-subject, message-header-newsgroups)
22713         (message-header-other, message-header-name)
22714         (message-header-xheader, message-separator, message-cited-text)
22715         (message-mml): Remove "-face" suffix from face names.
22716         (message-header-to-face, message-header-cc-face)
22717         (message-header-subject-face, message-header-newsgroups-face)
22718         (message-header-other-face, message-header-name-face)
22719         (message-header-xheader-face, message-separator-face)
22720         (message-cited-text-face, message-mml-face):
22721         New backward-compatibility aliases for renamed faces.
22722         (message-font-lock-keywords): Use renamed message faces.
22723
22724         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22725         (sieve-test-commands, sieve-tagged-arguments):
22726         Remove "-face" suffix from face names.
22727         (sieve-control-commands-face, sieve-action-commands-face)
22728         (sieve-test-commands-face, sieve-tagged-arguments-face):
22729         New backward-compatibility aliases for renamed faces.
22730         (sieve-control-commands-face, sieve-action-commands-face)
22731         (sieve-test-commands-face, sieve-tagged-arguments-face):
22732         Use renamed sieve faces.
22733
22734         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22735         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22736         (gnus-group-news-3-empty, gnus-group-news-4)
22737         (gnus-group-news-4-empty, gnus-group-news-5)
22738         (gnus-group-news-5-empty, gnus-group-news-6)
22739         (gnus-group-news-6-empty, gnus-group-news-low)
22740         (gnus-group-news-low-empty, gnus-group-mail-1)
22741         (gnus-group-mail-1-empty, gnus-group-mail-2)
22742         (gnus-group-mail-2-empty, gnus-group-mail-3)
22743         (gnus-group-mail-3-empty, gnus-group-mail-low)
22744         (gnus-group-mail-low-empty, gnus-summary-selected)
22745         (gnus-summary-cancelled, gnus-summary-high-ticked)
22746         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22747         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22748         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22749         (gnus-summary-low-undownloaded)
22750         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22751         (gnus-summary-low-unread, gnus-summary-normal-unread)
22752         (gnus-summary-high-read, gnus-summary-low-read)
22753         (gnus-summary-normal-read, gnus-splash):
22754         Remove "-face" suffix from face names.
22755         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22756         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22757         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22758         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22759         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22760         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22761         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22762         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22763         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22764         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22765         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22766         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22767         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22768         (gnus-summary-normal-ticked-face)
22769         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22770         (gnus-summary-normal-ancient-face)
22771         (gnus-summary-high-undownloaded-face)
22772         (gnus-summary-low-undownloaded-face)
22773         (gnus-summary-normal-undownloaded-face)
22774         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22775         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22776         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22777         (gnus-splash-face):
22778         New backward-compatibility aliases for renamed faces.
22779         (gnus-group-startup-message): Use renamed gnus faces.
22780
22781         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22782         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22783         (gnus-server-agent): Remove "-face" suffix from face names.
22784         (gnus-server-agent-face, gnus-server-opened-face)
22785         (gnus-server-closed-face, gnus-server-denied-face)
22786         (gnus-server-offline-face):
22787         New backward-compatibility aliases for renamed faces.
22788         (gnus-server-agent-face, gnus-server-opened-face)
22789         (gnus-server-closed-face, gnus-server-denied-face)
22790         (gnus-server-offline-face): Use renamed gnus faces.
22791
22792         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22793         Remove "-face" suffix from face names.
22794         (gnus-picon-xbm-face, gnus-picon-face):
22795         New backward-compatibility aliases for renamed faces.
22796
22797         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22798         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22799         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22800         (gnus-cite-11): Remove "-face" suffix from face names.
22801         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22802         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22803         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22804         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22805         New backward-compatibility aliases for renamed faces.
22806         (gnus-cite-attribution-face, gnus-cite-face-list)
22807         (gnus-article-boring-faces): Use renamed gnus faces.
22808
22809         * gnus-art.el (gnus-signature, gnus-header-from)
22810         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22811         (gnus-header-content): Remove "-face" suffix from face names.
22812         (gnus-signature-face, gnus-header-from-face)
22813         (gnus-header-subject-face, gnus-header-newsgroups-face)
22814         (gnus-header-name-face, gnus-header-content-face):
22815         New backward-compatibility aliases for renamed faces.
22816         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22817
22818         * gnus-sum.el (gnus-summary-selected-face)
22819         (gnus-summary-highlight): Use renamed gnus faces.
22820         * gnus-group.el (gnus-group-highlight): Likewise.
22821
22822 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22823
22824         * gnus-sieve.el (gnus-sieve-article-add-rule):
22825         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22826         * spam-stat.el (spam-stat-buffer-change-to-spam)
22827         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22828
22829         * message.el (message-is-yours-p):
22830         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22831
22832 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22833
22834         * mm-view.el (mm-inline-text): Withdraw the last change.
22835
22836 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22837
22838         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22839         executing enriched-decode.
22840
22841 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22842
22843         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22844         charset of tar files.
22845
22846 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22847
22848         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22849
22850 2005-06-04  Lute Kamstra  <lute@gnu.org>
22851
22852         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22853         information is never recorded.
22854
22855 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22856
22857         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22858
22859 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * pop3.el (pop3-apop): Run md5 in the binary mode.
22862
22863         * starttls.el (starttls-set-process-query-on-exit-flag):
22864         Use eval-and-compile.
22865
22866 2005-05-31  Simon Josefsson  <jas@extundo.com>
22867
22868         * smime.el (smime-replace-in-string): Define.
22869         (smime-cert-by-ldap-1): Use it.
22870
22871 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22872
22873         * gnus-art.el (article-display-x-face): Replace
22874         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22875
22876         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22877         set-process-query-on-exit-flag or process-kill-without-query.
22878
22879         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22880         loop instead of replace-regexp.
22881
22882         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22883         instead of process-kill-without-query if it is available.
22884
22885         * lpath.el: Fbind ldap-search-entries.
22886
22887         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22888         instead of find-file-hooks if it is available.
22889
22890         * mml1991.el: Bind pgg-default-user-id when compiling.
22891
22892         * mml2015.el: Bind pgg-default-user-id when compiling.
22893
22894         * nndraft.el (nndraft-request-associate-buffer):
22895         Use write-contents-functions instead of write-contents-hooks if it is
22896         available.
22897
22898         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22899         instead of find-file-hooks if it is available.
22900
22901         * nntp.el (nntp-open-connection): Replace
22902         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22903         (nntp-open-ssl-stream): Ditto.
22904         (nntp-open-tls-stream): Ditto.
22905
22906         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22907         set-process-query-on-exit-flag or process-kill-without-query.
22908         (starttls-open-stream-gnutls): Use it instead of
22909         process-kill-without-query.
22910         (starttls-open-stream): Ditto.
22911
22912 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22913
22914         * smime.el (smime-cert-by-ldap-1): Don't use
22915         replace-regexp-in-string.
22916
22917 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22918
22919         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22920
22921         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22922         in PEM format.  Adjust to the XEmacs compatibility.
22923
22924 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22925
22926         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22927         by `string-to-number'.
22928         * gnus-agent.el (gnus-agent-regenerate-group)
22929         (gnus-agent-fetch-articles): Ditto.
22930         * gnus-art.el (gnus-button-fetch-group): Ditto.
22931         * gnus-cache.el (gnus-cache-generate-active)
22932         (gnus-cache-articles-in-group): Ditto.
22933         * gnus-group.el (gnus-group-set-current-level)
22934         (gnus-group-insert-group-line): Ditto.
22935         * gnus-score.el (gnus-score-set-expunge-below)
22936         (gnus-score-set-mark-below, gnus-summary-score-effect)
22937         (gnus-summary-score-entry): Ditto.
22938         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22939         (gnus-soup-pack): Ditto.
22940         * gnus-spec.el (gnus-xmas-format): Ditto.
22941         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22942         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22943         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22944         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22945         * nndb.el (nndb-get-remote-expire-response): Ditto.
22946         * nndiary.el (nndiary-parse-schedule-value)
22947         (nndiary-string-to-number, nndiary-request-replace-article)
22948         (nndiary-request-article): Ditto.
22949         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22950         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22951         * nneething.el (nneething-make-head): Ditto.
22952         * nnfolder.el (nnfolder-request-article)
22953         (nnfolder-retrieve-headers): Ditto.
22954         * nnheader.el (nnheader-file-to-number): Ditto.
22955         * nnkiboze.el (nnkiboze-request-article): Ditto.
22956         * nnmail.el (nnmail-process-unix-mail-format)
22957         (nnmail-process-babyl-mail-format): Ditto.
22958         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22959         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22960         (nnmh-request-create-group, nnmh-request-list-1)
22961         (nnmh-request-group, nnmh-request-article): Ditto.
22962         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22963         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22964         * nnsoup.el (nnsoup-make-active): Ditto.
22965         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22966         * nntp.el (nntp-find-group-and-number)
22967         (nntp-retrieve-headers-with-xover): Ditto.
22968         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22969         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22970         (pgg-format-key-identifier): Ditto.
22971         * pop3.el (pop3-last, pop3-stat): Ditto.
22972         * qp.el (quoted-printable-decode-region): Ditto.
22973
22974         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22975         of concat.
22976
22977 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22978
22979         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22980
22981         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22982
22983         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22984
22985         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22986
22987         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22988
22989         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22990
22991         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22992         (gnus-carpal-mode): Ditto.
22993
22994         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22995         (gnus-browse-mode): Ditto.
22996
22997         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22998
22999         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23000
23001 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23002
23003         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23004
23005 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23006
23007         * gnus-util.el (gnus-run-mode-hooks): New function.
23008
23009         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23010
23011         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23012         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23013
23014 2005-05-27  Lute Kamstra  <lute@gnu.org>
23015
23016         * dns-mode.el (dns-mode): Specify customization group.
23017
23018 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23019
23020         * gnus-agent.el (gnus-agent-make-mode-line-string):
23021         Use mode-line-highlight as mouse-face.
23022
23023 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23024
23025         * canlock.el (canlock): Change the parent group to news.
23026
23027         * deuglify.el (gnus-outlook-deuglify): Add :group.
23028
23029         * dig.el (dig): Add :group.
23030
23031         * dns-mode.el (dns-mode): Add :group.
23032
23033         * encrypt.el (encrypt): Add :group.
23034
23035         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23036         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23037         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23038         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23039         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23040
23041         * gnus-diary.el (gnus-diary): Add :group.
23042
23043         * gnus.el (gnus-group-news-1-face): Add :group.
23044         (gnus-group-news-1-empty-face): Ditto.
23045         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23046         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23047         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23048         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23049         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23050         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23051         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23052         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23053         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23054         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23055         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23056         (gnus-summary-high-ticked-face): Ditto.
23057         (gnus-summary-low-ticked-face): Ditto.
23058         (gnus-summary-normal-ticked-face): Ditto.
23059         (gnus-summary-high-ancient-face): Ditto.
23060         (gnus-summary-low-ancient-face): Ditto.
23061         (gnus-summary-normal-ancient-face): Ditto.
23062         (gnus-summary-high-undownloaded-face): Ditto.
23063         (gnus-summary-low-undownloaded-face): Ditto.
23064         (gnus-summary-normal-undownloaded-face): Ditto.
23065         (gnus-summary-high-unread-face): Ditto.
23066         (gnus-summary-low-unread-face): Ditto.
23067         (gnus-summary-normal-unread-face): Ditto.
23068         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23069         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23070
23071         * hashcash.el (hashcash): New custom group.
23072         (hashcash-default-payment): Add :group.
23073         (hashcash-payment-alist): Ditto.
23074         (hashcash-default-accept-payment): Ditto.
23075         (hashcash-accept-resources): Ditto.
23076         (hashcash-path): Ditto.
23077         (hashcash-extra-generate-parameters): Ditto.
23078         (hashcash-double-spend-database): Ditto.
23079         (hashcash-in-news): Ditto.
23080
23081         * message.el (message-minibuffer-local-map): Add :group.
23082
23083         * netrc.el (netrc): Add :group.
23084
23085         * sieve-manage.el (sieve-manage-log): Add :group.
23086         (sieve-manage-default-user): Diito.
23087         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23088         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23089         (sieve-manage-authenticators): Ditto.
23090         (sieve-manage-authenticator-alist): Ditto.
23091         (sieve-manage-default-port): Ditto.
23092
23093         * sieve-mode.el (sieve-control-commands-face): Add :group.
23094         (sieve-action-commands-face): Ditto.
23095         (sieve-test-commands-face): Ditto.
23096         (sieve-tagged-arguments-face): Ditto.
23097
23098         * smime.el (smime): Add :group.
23099
23100         * spam-report.el (spam-report): Add :group.
23101
23102         * spam.el (spam, spam-face): Add :group.
23103
23104 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23105
23106         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23107         return \n.\n.\n at the end of articles.  Protect against that.
23108         (nntp-with-open-group): Allow debugging.
23109
23110         * nnheader.el (mail-header-set-extra): Make into a function
23111         because I just could't understand how to quote the list properly.
23112
23113         * dns.el (query-dns-cached): New function.
23114
23115 2005-05-26  Lute Kamstra  <lute@gnu.org>
23116
23117         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23118
23119 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23120
23121         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23122
23123         * gnus-art.el: Don't autoload mail-extract-address-components.
23124
23125         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23126         eval-and-compile to evaluate it.
23127
23128         * hashcash.el: Don't autoload executable-find.
23129
23130         * nndb.el: Don't declare the nndb back end two or more times; don't
23131         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23132
23133         * nntp.el: Autoload format-spec instead of format; use
23134         eval-and-compile to evaluate autoload forms.
23135
23136 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23137
23138         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23139
23140 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23141
23142         * gnus.el (gnus-version-number): Bump version.
23143
23144 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23145
23146         * gnus.el: No Gnus v0.3 is released.
23147
23148 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23149
23150         * lpath.el (featurep): Bind show-nonbreak-escape.
23151
23152 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23153
23154         * gnus-art.el (gnus-article-edit-part): Disable undo.
23155
23156 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23157
23158         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23159         gnus-article-date-lapsed-new-header is t if date timer is active;
23160         skip headers in which the original date value is empty.
23161         (gnus-article-save-original-date): Redefine it as a macro.
23162         (gnus-display-mime): Use it.
23163
23164 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23165
23166         * gnus-art.el (article-date-ut): Support converting date in
23167         forwarded parts as well.
23168         (gnus-article-save-original-date): New function.
23169         (gnus-display-mime): Use it.
23170
23171 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23172
23173         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23174         enclosure element of <item>.
23175
23176 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23177
23178         * message.el (message-kill-buffer-query): Rename from
23179         `message-kill-buffer-query-if-modified'.  Add :version.
23180
23181 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23182
23183         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23184         window layout.
23185
23186 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23187
23188         * mml.el: Autoload dnd when compiling.
23189
23190 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23191
23192         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23193         x-dnd-*.
23194
23195 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23196
23197         * qp.el (quoted-printable-encode-region): Save excursion.
23198
23199 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23200
23201         * message.el (message-kill-buffer-query-if-modified): Add new variable
23202         so the user can kill a modified message buffer quickly.
23203         (message-kill-buffer): Use it.
23204
23205 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23206
23207         * lpath.el: Fbind display-time-event-handler; don't fbind
23208         string-to-multibyte.
23209
23210         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23211
23212 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23213
23214         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23215         contained in text because xml.el decodes entities) with LFs.
23216
23217 2005-04-11  Lute Kamstra  <lute@gnu.org>
23218
23219         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23220         differently.
23221
23222 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23223
23224         * mm-util.el (mm-detect-coding-region): Typo.
23225
23226 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23227
23228         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23229
23230 2005-04-06  Deepak Goel  <deego@gnufans.org>
23231
23232         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23233         user-function allow user modifications of the scores.
23234         (spam-stat-score-buffer-user): New function, to allow
23235         user-computed modifications to the score.
23236         (spam-stat-score-buffer-user-functions): List of additional
23237         scoring functions.
23238         (spam-stat-error-holder): Global temporary error holder.
23239         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23240         variable.
23241
23242 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23243
23244         * gnus-registry.el (gnus-registry-clean-empty-function)
23245         (gnus-registry-trim, gnus-registry-fetch-groups)
23246         (gnus-registry-delete-group): Groups that match
23247         `gnus-registry-ignored-groups' are removed from the registry
23248         entries, not just ignored for splitting.  This helps clean up the
23249         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23250         to get all the groups a message ID is in.
23251
23252         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23253         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23254         (spam-stat-score-buffer-user-functions): Add :number custom type.
23255
23256 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23257
23258         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23259         argument in XEmacs.
23260
23261         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23262         (nnrss-request-group): Decode group name first.
23263         (nnrss-request-article): Make a text/plain article if mml-to-mime
23264         failed.
23265         (nnrss-get-encoding): Return a compatible encoding according to
23266         nnrss-compatible-encoding-alist.
23267         (nnrss-find-el): Use consp instead of listp.
23268         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23269
23270 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23271
23272         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23273         which Emacs 20 doesn't support.
23274         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23275
23276 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23277
23278         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23279         silence the byte compiler inside the defun.
23280
23281         * gnus-demon.el (parse-time-string): Add autoload.
23282
23283         * gnus-delay.el (parse-time-string): Add autoload.
23284
23285         * gnus-art.el (parse-time-string): Add autoload.
23286
23287         * nnultimate.el (parse-time): Require for `parse-time-string'.
23288
23289 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23290
23291         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23292
23293         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23294
23295         * smime.el (smime-ldap-host-list): Add :version.
23296
23297 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23298
23299         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23300         pass it to `gnus-browse-read-group'.
23301         (gnus-browse-read-group): Add NUMBER argument and pass it to
23302         `gnus-group-read-ephemeral-group'.
23303
23304         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23305         argument and pass it to `gnus-group-read-group'.
23306
23307 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23308
23309         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23310         mm-xemacs-find-mime-charset-1 if we have the mule feature
23311         available at runtime.
23312
23313 2005-03-25  Werner Lemberg  <wl@gnu.org>
23314
23315         * nnmaildir.el: Replace `illegal' with `invalid'.
23316
23317 2005-03-23  Lute Kamstra  <lute@gnu.org>
23318
23319         * time-date.el: Add comment on time value formats.
23320         Don't require parse-time.
23321         (with-decoded-time-value): New macro.
23322         (encode-time-value): New function.
23323         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23324         (days-to-time): Return a valid time value when arg is huge.
23325         (time-since): Use time-subtract.
23326         (time-to-number-of-days): Use time-to-seconds.
23327
23328 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23329
23330         * gnus-start.el (gnus-display-time-event-handler):
23331         Check display-time-timer at runtime rather than only at load time
23332         in case display-time-mode is turned off in the mean time.
23333
23334 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23335
23336         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23337         used.
23338
23339         * nneething.el (nneething-map-file-directory): Derive from
23340         `gnus-directory'.
23341
23342         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23343         the To/Cc button.
23344
23345 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23346
23347         * nnmaildir.el (nnmaildir-request-accept-article):
23348         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23349
23350 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23351
23352         * gnus-async.el: Require timer-funcs at compile time when in
23353         XEmacs for `run-with-idle-timer'.
23354
23355 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23356
23357         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23358         autoloaded function.
23359
23360 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23361
23362         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23363
23364 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23365
23366         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23367
23368 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23369
23370         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23371         Add gnus-expert-user to default.
23372
23373 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23374
23375         * nnimap.el (nnimap-open-server): Ditto.
23376
23377         * imap.el (imap-authenticate): Fix typo.
23378
23379 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23380
23381         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23382         buffer (since IMAP server might return FETCH response out of
23383         order, and the nntp buffer must be sorted).
23384
23385 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23386
23387         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23388         comparison on string.
23389
23390         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23391         (gnus-agent-score): Rename category keywords to match gnus-cus.
23392         (gnus-agent-summary-fetch-series): Modify to protect against
23393         gnus-agent-summary-fetch-group clearing processable flags.
23394         (gnus-agent-synchronize-group-flags): Update live group buffer as
23395         synchronization may occur due to the user toggle the plugged
23396         status.
23397         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23398         successfully downloaded.
23399         (gnus-agent-expire-group-1): Avoid using markers when the overview
23400         is in ascending order; greatly improves performance.
23401         (gnus-agent-regenerate-group):
23402         Use gnus-agent-synchronize-group-flags to reset read status in both
23403         gnus and server.
23404         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23405
23406 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23407
23408         * message.el: Don't autoload former message-utils variables.
23409         (message-strip-subject-trailing-was): Change doc string.
23410
23411         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23412         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23413         (nnweb-google-search): Add "hl=en" here.
23414         (nnweb-google-parse-1, nnweb-google-create-mapping):
23415         Don't hardcode URL.
23416
23417 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23418
23419         * message.el (message-get-reply-headers, message-followup):
23420         Mention related variables `message-use-followup-to' and
23421         `message-use-mail-followup-to', in the information buffer.
23422
23423         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23424         of broken groups(-beta).google.com.
23425
23426 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23427
23428         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23429         parameter to invoked gnus-request-move-article; remove the
23430         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23431         all at once instead of once per article.
23432         (gnus-summary-remove-process-mark): Accept a list of articles as
23433         well as a single article for processing.
23434
23435         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23436         parameter.
23437
23438         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23439
23440         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23441
23442         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23443         parameter.
23444
23445         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23446         parameter.
23447
23448         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23449         parameter and remove the gnus-sum-hint-move-is-internal variable.
23450
23451         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23452         parameter.
23453
23454         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23455         parameter.
23456
23457         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23458         parameter.
23459
23460         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23461
23462         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23463         parameter.
23464
23465         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23466         parameter.
23467
23468 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23469
23470         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23471         a more conservative way.
23472
23473 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23474
23475         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23476         buffer, so it moves the window's cursor.
23477
23478 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23479
23480         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23481         `mm-dissect-multipart' and receive the from field as an (optional)
23482         argument from `mm-dissect-multipart'.
23483         (mm-dissect-multipart): Receive the from field as an argument and
23484         pass it on when we call `mm-dissect-buffer' on MIME parts.
23485         Fixes verification/decryption of signed/encrypted MIME parts.
23486
23487 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23488
23489         * gnus-sum.el (gnus-summary-move-article):
23490         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23491         whatever it calls (right now, only nnimap-request-move article
23492         respects it).
23493
23494         * nnimap.el (nnimap-request-move-article):
23495         When gnus-sum-hint-move-is-internal is set, don't do the extra
23496         nnimap-request-article.
23497
23498 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23499
23500         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23501
23502         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23503         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23504
23505         * gnus-sum.el (gnus-summary-caesar-message):
23506         Apply `gnus-treat-article' after rotation.
23507
23508         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23509         doc string.
23510
23511 2005-02-22  Simon Josefsson  <jas@extundo.com>
23512
23513         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23514         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23515         <arne@arnested.dk>.
23516         (encrypt): Add password-cache and password-cache-expiry as group
23517         members.
23518
23519 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23520
23521         * smime.el (smime-ldap-host-list): Doc fix.
23522         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23523         cache) password.
23524         (smime-sign-region): Use it.
23525         (smime-decrypt-region): Use it.
23526         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23527         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23528         fails.
23529         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23530         certificate from DER to PEM format rather than calling openssl.
23531
23532         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23533
23534         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23535         for signing/encryption.
23536
23537         * mml.el (mml-parse-1): Use them.
23538
23539 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23540
23541         * nnrss.el (nnrss-verbose): Remove.
23542         (nnrss-request-group): Use `nnheader-message' instead.
23543
23544 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23545
23546         * nnrss.el (nnrss-verbose): New variable.
23547         (nnrss-request-group): Make it say nnrss is requesting a group.
23548
23549 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23550
23551         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23552         Handle news URL with given port correctly.
23553
23554 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23555
23556         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23557         containing special characters.
23558
23559         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23560
23561         * mml.el (mime-to-mml): Ditto.
23562
23563         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23564         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23565         (rfc2047-decode-region): Quote decoded words containing special
23566         characters when rfc2047-quote-decoded-words-containing-tspecials
23567         is non-nil.
23568
23569 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23570
23571         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23572
23573         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23574
23575 2005-02-15  Simon Josefsson  <jas@extundo.com>
23576
23577         * nnimap.el (nnimap-debug): Doc fix.
23578
23579         * imap.el (imap-debug): Doc fix.
23580
23581 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23582
23583         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23584
23585 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23586
23587         * gnus.el (spam-contents): Improve docs for spam-contents
23588         parameter in its variable incarnation.
23589
23590 2005-02-14  Simon Josefsson  <jas@extundo.com>
23591
23592         * smime-ldap.el: Use require instead of load-library for ldap.
23593         (smime-ldap-search): Indent.
23594         (smime-ldap-search-internal): Shorten line.
23595
23596         * smime.el (smime-cert-by-dns): Add doc-string.
23597         (smime-cert-by-ldap-1): Indent.
23598
23599         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23600         mml-smime-get-dns-ldap.
23601         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23602
23603 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23604
23605         * smime.el: Require smime-ldap.
23606         (smime-ldap-host-list): New variable.
23607         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23608
23609         * mml-smime.el (mml-smime-encrypt-query): New function.
23610         (mml-smime-encrypt-query): Use it.
23611
23612         * smime-ldap.el: New file.
23613
23614 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23615
23616         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23617
23618 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23619
23620         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23621         argument in doc string.  Make query for type more clear.
23622
23623 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23624
23625         * gnus.el (gnus-group-startup-message): Search for gnus images in
23626         etc/images/gnus.
23627         * mm-util.el (mm-image-load-path): Likewise.
23628         * smiley.el (smiley-data-directory): Search for smilies in
23629         etc/images/smilies.
23630
23631 2005-02-09  Kim F. Storm  <storm@cua.dk>
23632
23633         Change Emacs release version from 21.4 to 22.1 throughout.
23634         Change Emacs development version from 21.3.50 to 22.0.50.
23635
23636 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23637
23638         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23639
23640         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23641         non-Mule XEmacs as well.
23642         (mm-decompress-buffer): Signal an error intentionally if it does
23643         not decompress compressed data because auto-compression-mode is
23644         disabled.
23645
23646 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23647
23648         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23649         an ID in the registry even if it has no groups.
23650
23651 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23652
23653         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23654         merge it into mm-decompress-buffer.
23655         (gnus-mime-copy-part): Use the MIME part charset, the value which
23656         a user specified or gnus-newsgroup-charset for decoding, like
23657         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23658         save-buffer what was used.  Suggested by Kevin Ryde
23659         <user42@zip.com.au>.
23660         (gnus-mime-inline-part): Allow the name parameter as well as the
23661         filename parameter; force decompressing of compressed data; always
23662         display contents being not decoded as unibyte.
23663
23664         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23665         as well as the filename parameter.
23666
23667         * mm-util.el (mm-decompress-buffer):
23668         Merge gnus-mime-jka-compr-maybe-uncompress.
23669         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23670         of compressed data.
23671
23672 2005-02-08  Simon Josefsson  <jas@extundo.com>
23673
23674         * imap.el (imap-log): Doc fix.
23675
23676 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23677
23678         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23679         the coding cookies; decompress compressed parts.
23680
23681         * mml.el (mml-generate-mime-1): Add the charset parameter according
23682         to the value which a user specified manually or the coding cookie.
23683
23684         * mm-util.el (mm-string-to-multibyte): New function.
23685         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23686         (mm-coding-system-to-mime-charset): New function.
23687         (mm-decompress-buffer): New function.
23688         (mm-find-buffer-file-coding-system): New function.
23689
23690         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23691         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23692         parts.
23693
23694 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23695
23696         * mm-view.el (mm-display-inline-fontify): Decode a part according
23697         to the charset parameter.
23698
23699 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23700
23701         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23702         prefix arg is neither nil nor a number, as info specifies.
23703
23704 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23705
23706         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23707         timestamps.
23708
23709 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23710
23711         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23712         groups error checking and notify user.
23713
23714 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23715
23716         * message.el (message-send-mail-function): Check existence of
23717         sendmail-program first before using default value
23718         `message-send-mail-with-sendmail'.  Otherwise use more generic
23719         `smtpmail-send-it'.
23720
23721 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23722
23723         * nntp.el (nntp-request-update-info): Always return nil.
23724
23725 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23726
23727         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23728
23729 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23730
23731         * message.el (message-beginning-of-line): Change the behavior when
23732         invoked between BOL and : so that it first moves backward.
23733
23734 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23735
23736         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23737         article buffer when editing of the article is discarded.
23738         (gnus-article-prepare): Revert.
23739
23740 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23741
23742         * gnus-art.el (gnus-article-prepare):
23743         Remove message-strip-forbidden-properties from the local hook.
23744
23745 2005-01-27  Simon Josefsson  <jas@extundo.com>
23746
23747         * password.el (password-cache-add): Only start one timer per key.
23748         Reported by Derek Atkins <warlord@MIT.EDU>.
23749
23750 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23751
23752         * run-at-time.el: Remove.  It is no longer needed as
23753         timer-funcs.el in the xemacs-base package has a working version of
23754         `run-at-time'.
23755
23756         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23757
23758         * password.el: Require timer-funcs instead of run-at-time in
23759         XEmacs.
23760         Remove `password-run-at-time' macro.
23761         (password-cache-add): Use `run-at-time' instead of
23762         `password-run-at-time'.
23763
23764         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23765         Remove `nnheader-cancel-function-timers' alias,
23766         `cancel-function-timers' exists in XEmacs in timer-funcs.
23767
23768         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23769         for `run-with-idle-timer'.
23770
23771         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23772         for `run-at-time'.
23773
23774         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23775         for `with-timeout'.
23776
23777         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23778         the same as for XEmacs 21.4.
23779         No need to ignore `run-with-idle-timer', this function exists in
23780         XEmacs now in timer-funcs.el in the xemacs-base package.
23781         (dgnushack-compile): No need to delete
23782         run-at-time.el from the list of files to compile because it
23783         doesn't exist anymore.
23784
23785 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23786
23787         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23788         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23789
23790 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23791
23792         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23793         sensitively.
23794
23795 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23796
23797         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23798
23799 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23800
23801         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23802         which will be inserted according to the multibyteness of a buffer
23803         rather than the type of contents.  Suggested by ARISAWA Akihiro
23804         <ari@mbf.ocn.ne.jp>.
23805
23806         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23807         of string which old xml.el may return rather than a string.
23808
23809 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23810
23811         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23812
23813 2005-01-16  Simon Josefsson  <jas@extundo.com>
23814
23815         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23816         idn/idna.el isn't available.
23817         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23818         <michael@waxrat.com>.
23819
23820         * hashcash.el: Remove non-FSF copyright header.
23821
23822         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23823         (hashcash-generate-payment): Use it.
23824         (hashcash-generate-payment-async): Use it.
23825
23826 2005-01-15  Simon Josefsson  <jas@extundo.com>
23827
23828         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23829         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23830
23831         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23832         gnus-summary-idna-message.
23833         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23834         (gnus-summary-idna-message): New function.
23835
23836 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23837
23838         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23839         gnus-novice-user.
23840
23841 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23842
23843         * nnrss.el (nnrss-request-delete-group): Delete entries in
23844         nnrss-group-alist as well.
23845         (nnrss-save-server-data): Insert newline.
23846
23847 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23848
23849         * gnus.el (gnus-user-agent): Use list of symbols instead of
23850         symbols.  Display full version number for (S)XEmacs.
23851         Optionally display (S)XEmacs codename.
23852
23853         * gnus-util.el (gnus-emacs-version): Update for new
23854         `gnus-user-agent'.
23855
23856         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23857         Gnus version.
23858
23859 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23860
23861         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23862         which is unreadable in some setups.
23863
23864 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23865
23866         * gnus-spec.el (gnus-update-format-specifications): Flush the
23867         group format spec cache if it doesn't support decoded group names.
23868
23869 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23870
23871         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23872         Allow to apply decay on score files matching a regexp.
23873
23874 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23875
23876         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23877         compatibility in %g and %c.
23878
23879 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23880
23881         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23882         name for only %g and %c.
23883         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23884         of gnus-tmp-group to decoded group name.
23885         (gnus-group-make-rss-group): Exclude `/'s from group names.
23886
23887 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23888
23889         * nnrss.el (nnrss-get-encoding): Fix regexp.
23890
23891 2004-12-27  Simon Josefsson  <jas@extundo.com>
23892
23893         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23894         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23895         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23896
23897 2004-12-17  Kim F. Storm  <storm@cua.dk>
23898
23899         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23900
23901         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23902
23903 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23904
23905         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23906
23907 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23908
23909         * nnrss.el: Require rfc2047 and mml.
23910         (nnrss-file-coding-system): New variable.
23911         (nnrss-format-string): Redefine it as an inline function.
23912         (nnrss-decode-group-name): New function.
23913         (nnrss-string-as-multibyte): Remove.
23914         (nnrss-retrieve-headers): Decode group name; don't use
23915         nnrss-format-string.
23916         (nnrss-request-group): Decode group name.
23917         (nnrss-request-article): Decode group name; allow a Message-ID as
23918         well as an article number; don't use nnrss-format-string; encode a
23919         Message-ID string which may contain non-ASCII characters; use
23920         mml-to-mime to compose a MIME article.
23921         (nnrss-request-expire-articles): Decode group name.
23922         (nnrss-request-delete-group): Decode group name.
23923         (nnrss-fetch): Clarify error message.
23924         (nnrss-read-server-data): Use insert-file-contents instead of load;
23925         bind file-name-coding-system; use multibyte buffer.
23926         (nnrss-save-server-data): Bind coding-system-for-write to the
23927         value of nnrss-file-coding-system; bind file-name-coding-system;
23928         add coding cookie.
23929         (nnrss-read-group-data): Use insert-file-contents instead of load;
23930         bind file-name-coding-system; use multibyte buffer.
23931         (nnrss-save-group-data): Bind coding-system-for-write to the
23932         value of nnrss-file-coding-system; bind file-name-coding-system.
23933         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23934         make it work with non-ASCII text.
23935         (nnrss-find-el): Make it work with old xml.el as well.
23936
23937 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23938
23939         * nnrss.el (nnrss-get-encoding): New function.
23940         (nnrss-fetch): Use unibyte buffer initially; bind
23941         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23942         decode contents according to the encoding attribute.
23943         (nnrss-save-group-data): Add coding cookie.
23944         (nnrss-mime-encode-string): New function.
23945         (nnrss-check-group): Use it to encode subject and author.
23946
23947 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23948
23949         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23950         imaginary variable.
23951
23952 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23953
23954         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23955         correctly even if there are wide characters.
23956
23957 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23958
23959         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23960         downcased symbol names; make a new cache instead of reusing
23961         bbdb-hashtable.
23962
23963 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23964
23965         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23966         concatenating segments rather than before concatenating them.
23967         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23968
23969         * message.el (message-get-reply-headers): Bind `extra'.
23970
23971 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23972
23973         * message.el (message-extra-wide-headers): New variable.
23974         (message-get-reply-headers): Use it.
23975
23976 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23977
23978         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23979         (gnus-agent-group-pathname): Ditto.
23980
23981         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23982
23983         * gnus-group.el (gnus-group-make-group): Decode group name.
23984         (gnus-group-make-rss-group): Register the group data after opening
23985         the nnrss group.
23986
23987 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23988
23989         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23990         by expiry now get marked as read.
23991
23992 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23993
23994         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23995
23996 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23997
23998         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23999         unify Latin characters in XEmacs.
24000         (mm-find-mime-charset-region): Use it.
24001
24002 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24003
24004         * gnus-util.el (gnus-delete-directory): New function.
24005
24006         * gnus-agent.el (gnus-agent-delete-group): Use it.
24007
24008         * gnus-cache.el (gnus-cache-delete-group): Use it.
24009
24010 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24011
24012         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24013         names.
24014
24015 2004-12-16  Simon Josefsson  <jas@extundo.com>
24016
24017         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24018
24019 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24020
24021         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24022
24023         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24024         (gnus-group-set-current-level): Decode group name.
24025
24026 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24027
24028         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24029         failed.
24030
24031 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24032
24033         * gnus-group.el (gnus-group-delete-group): Decode group name.
24034         (gnus-group-make-rss-group): Encode group name.
24035         (gnus-group-catchup-current): Decode group name.
24036         (gnus-group-kill-group): Decode group name.
24037
24038 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24039
24040         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24041
24042 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24043
24044         * gnus-group.el (gnus-group-make-rss-group):
24045         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24046
24047         * gnus-start.el (gnus-setup-news): Honor user's setting to
24048         gnus-message-archive-method.  Suggested by Lute Kamstra
24049         <lute@gnu.org>.
24050
24051 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24052
24053         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24054         global counterparts of the buffer-local variables.
24055
24056 2004-11-16  Romain Francoise  <romain@orebokech.com>
24057
24058         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24059         counterparts of the buffer-local variables.
24060
24061 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24062
24063         * message.el (message-forbidden-properties): Fix typo in doc
24064         string.
24065
24066 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24067
24068         * gnus-util.el (gnus-replace-in-string): Add doc string.
24069
24070         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24071         to avoid problems when splitting mails with many recipients.
24072
24073 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24074
24075         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24076         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24077
24078 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24079
24080         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24081         if there is no hashtable in memory or file modification time is
24082         newer than cached timestamp.
24083
24084 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24085
24086         * gnus-sum.el (gnus-summary-limit-to-recipient):
24087         Implement not-matching option.
24088
24089 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24090
24091         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24092         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24093         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24094         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24095         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24096         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24097
24098 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24099
24100         * message.el (message-forward-make-body-mml): Remove headers
24101         according to message-forward-ignored-headers if a message is decoded.
24102
24103 2004-12-02  Romain Francoise  <romain@orebokech.com>
24104
24105         * message.el (message-forward-make-body-plain): Always remove
24106         headers according to message-forward-ignored-headers.
24107
24108 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24109
24110         * spam.el (spam-summary-prepare-exit): Remove the
24111         gnus-summary-limit pop for now, it has problems with ham marks for
24112         me.
24113
24114 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24115
24116         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24117         correctly.
24118
24119 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24120
24121         * format-spec.el (format-spec): Message the char.
24122
24123 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24124
24125         * gnus-art.el (gnus-split-methods): Reformat comments.
24126
24127         * spam.el (spam-summary-prepare-exit): Remove article limits
24128         before exiting the summary buffer.
24129
24130 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24131
24132         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24133         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24134
24135         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24136         order to silence the byte compiler.
24137
24138         * spam.el: Fix the way to silence the byte compiler, which
24139         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24140         bbdb-search-simple, spam-BBDB-register-routine,
24141         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24142         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24143         spam-stat-buffer-is-spam, spam-stat-load,
24144         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24145         spam-stat-save and spam-stat-split-fancy.
24146
24147 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24148
24149         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24150         which may confuse users.
24151         (canlock-password-for-verify): Ditto.
24152
24153         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24154
24155         * gnus-art.el (gnus-emphasis-alist): Ditto.
24156
24157         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24158
24159         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24160
24161         * gnus-start.el (gnus-save-killed-list): Ditto.
24162
24163         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24164         (gnus-sum-thread-tree-root): Ditto.
24165         (gnus-sum-thread-tree-false-root): Ditto.
24166         (gnus-sum-thread-tree-single-indent): Ditto.
24167
24168         * message.el (message-courtesy-message): Ditto.
24169         (message-archive-note): Ditto.
24170         (message-subscribed-address-file): Ditto.
24171         (message-user-fqdn): Ditto.
24172
24173         * spam-report.el (spam-report-gmane-regex): Ditto.
24174
24175         * spam.el (spam-blackhole-good-server-regex): Ditto.
24176
24177 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24178
24179         * mml.el (mml-preview): Widen the message buffer before copying
24180         the contents to the preview buffer; sort headers before previewing.
24181
24182         * message.el (message-hidden-headers): Fix the way to avoid a bug
24183         in the `repeat' widget in Emacs 21.3 or earlier.
24184
24185 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24186
24187         * message.el (message-hidden-headers): Default to "^References:".
24188         Improve customization type.  Suggested by Reiner Steib
24189         <Reiner.Steib@gmx.de>.
24190
24191 2004-11-25  Romain Francoise  <romain@orebokech.com>
24192
24193         * message.el (message-strip-forbidden-properties): Remove check for
24194         obsolete `message-hidden' text property, hidden headers are not
24195         accessible in the buffer anymore.
24196
24197 2004-11-22  Romain Francoise  <romain@orebokech.com>
24198
24199         * message.el (message-header-format-alist): Add `From' in list
24200         so that it can be sorted.
24201         (message-fix-before-sending): Widen and sort headers before
24202         sending.
24203         (message-hide-headers): Use narrowing to hide headers by moving
24204         them to the top of the buffer and narrowing to the region
24205         underneath.
24206
24207 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24208
24209         * message.el (message-strip-forbidden-properties):
24210         Bind buffer-read-only (etc) to nil.
24211
24212 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24213
24214         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24215         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24216
24217 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24218
24219         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24220
24221 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24222
24223         * dns.el (query-dns): Use sit-for to time instead of
24224         accept-process-output, since that doesn't seem to work on udp
24225         sockets.
24226
24227 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24228
24229         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24230
24231 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24232
24233         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24234         doc string.  Improve doc string.
24235
24236 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24237
24238         * nntp.el (nntp-request-update-info): Return nil if
24239         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24240         may not call gnus-activate-group which uselessly issues the GROUP
24241         commands for all nntp groups and wastes time.  Reported by Romain
24242         Francoise <romain@orebokech.com>.
24243
24244         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24245
24246 2004-11-15  Simon Josefsson  <jas@extundo.com>
24247
24248         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24249         headers separately.
24250         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24251         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24252
24253 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24254
24255         * gnus-start.el (gnus-convert-old-newsrc):
24256         Assign legacy-gnus-agent to 5.10.7.
24257
24258 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24259
24260         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24261         start of the lines.
24262
24263 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24264
24265         * hashcash.el (hashcash-default-payment): Change default to 20.
24266         (hashcash-default-accept-payment): Change default to 20.
24267         (hashcash-process-alist): New variable.
24268         (hashcash-generate-payment-async): Add.
24269         (hashcash-already-paid-p): Add.
24270         (hashcash-insert-payment): Don't generate payments twice.
24271         (hashcash-insert-payment-async): Add.
24272         (hashcash-insert-payment-async-2): Add.
24273         (hashcash-cancel-async): Add.
24274         (hashcash-wait-async): Add.
24275         (hashcash-processes-running-p): Add.
24276         (hashcash-wait-or-cancel): Add.
24277         (mail-add-payment): New optional argument.  Conditionally start
24278         asynchronous calculation.
24279         (mail-add-payment-async): Add.
24280
24281         * message.el (message-send-mail): Wait for asynchronous hashcash
24282         results.  Don't clobber existing X-Hashcash headers.
24283         (message-setup-1): Call mail-add-payment-async when
24284         message-generate-hashcash is non-nil.
24285
24286 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24287
24288         * message.el (message-use-alternative-email-as-from): Examine the
24289         From header as well; use message-make-from in order to include a
24290         user's full name.
24291
24292 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24293
24294         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24295         default; improve customization type.
24296         (gnus-emphasis-custom-with-format): New macro.
24297         (gnus-emphasis-custom-value-to-external): New function.
24298         (gnus-emphasis-custom-value-to-internal): New function.
24299
24300 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24301
24302         * dns.el (query-dns): Resolve reverse addresses.
24303
24304 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24305
24306         * gnus-group.el (gnus-group-get-new-news): Use it.
24307
24308         * gnus-start.el (gnus-check-reasonable-setup): New function.
24309
24310 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24311
24312         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24313         "Args out of range" error.  Reported by Arnaud Giersch
24314         <arnaud.giersch@free.fr>.
24315
24316 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24317
24318         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24319
24320 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24321
24322         * spam.el (spam group): Add :version.
24323
24324         * pgg-def.el (pgg group): Add :version.
24325
24326 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24327
24328         * gnus-art.el (gnus-article-edit-article): Don't associate the
24329         article buffer with a draft file.  This is a temporary measure
24330         against the 2004-08-22 change to gnus-article-edit-mode.
24331
24332 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24333
24334         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24335         (html2text-format-tags): Remove unused variable `attr'.
24336
24337 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24338
24339         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24340
24341         * tls.el (tls-process-connection-type, tls-success)
24342         (tls-certtool-program): Add :version.
24343
24344         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24345         (starttls-extra-arguments, starttls-process-connection-type)
24346         (starttls-connect, starttls-failure, starttls-success): Add :version.
24347
24348         * spam-stat.el (spam-stat): Add :version.
24349
24350         * sieve.el (sieve): Add :version.
24351
24352         * sha1.el (sha1): Add :version.
24353         (sha1-use-external): Remove redundant version.
24354
24355         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24356         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24357         (nnmail-split-fancy-match-partial-words)
24358         (nnmail-split-lowercase-expanded): Add :version.
24359
24360         * nndiary.el (nndiary): Add :version.
24361
24362         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24363
24364         * mml-sec.el (mml-default-sign-method)
24365         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24366         Add :version.
24367
24368         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24369
24370         * mm-url.el (mm-url-use-external, mm-url-program)
24371         (mm-url-arguments): Add :version.
24372
24373         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24374         (mm-attachment-file-modes, mm-decrypt-option)
24375         (mm-w3m-safe-url-regexp): Add :version.
24376
24377         * message.el (message-cite-prefix-regexp)
24378         (message-sendmail-envelope-from, message-minibuffer-local-map)
24379         (message-user-fqdn, message-completion-alist): Add :version.
24380
24381         * gnus-win.el (gnus-configure-windows-hook)
24382         (gnus-use-frames-on-any-display): Add :version.
24383
24384         * gnus-art.el (gnus-article-address-banner-alist)
24385         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24386         (gnus-treat-from-picon, gnus-treat-mail-picon)
24387         (gnus-treat-x-pgp-sig): Add :version.
24388
24389         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24390         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24391         (gnus-summary-article-delete-hook)
24392         (gnus-summary-display-while-building): Add :version.
24393
24394         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24395         (gnus-get-top-new-news-hook): Add :version.
24396
24397         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24398         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24399
24400         * gnus-registry.el (gnus-registry): Add :version.
24401
24402         * gnus-spec.el (gnus-use-correct-string-widths)
24403         (gnus-make-format-preserve-properties): Add :version.
24404
24405         * gnus.el (gnus-group-charter-alist)
24406         (gnus-group-fetch-control-use-browse-url)
24407         (gnus-install-group-spam-parameters): Add :version.
24408
24409         * gnus-diary.el (gnus-diary): Add :version.
24410
24411         * gnus-delay.el (gnus-delay): Add :version.
24412
24413         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24414         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24415         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24416         Add :version.
24417
24418         * gnus-agent.el (gnus-agent-max-fetch-size)
24419         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24420         (gnus-agent-prompt-send-queue): Add :version.
24421
24422         * deuglify.el (gnus-outlook-deuglify): Add :version.
24423
24424         * html2text.el: Beautify code.  Improve doc strings.
24425         Some checkdoc cleanup.
24426         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24427
24428 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24429
24430         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24431
24432 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24433
24434         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24435         when package is loaded.
24436
24437         * spam.el (spam-summary-score-preferred-header): Add global preference
24438         for people who want to override the default SpamAssassin over
24439         Bogofilter preference (when both are set).
24440         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24441         (spam-user-format-function-S):
24442         Check spam-summary-score-preferred-header.
24443         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24444         (spam-user-format-function-S): Format the score correctly.
24445
24446 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24447
24448         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24449         signature file.  Suggested by Manoj Srivastava
24450         <srivasta@golden-gryphon.com>.
24451
24452         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24453         iso-2022-jp even in the Japanese language environment.
24454         Suggested by Jason Rumney <jasonr@gnu.org>.
24455
24456 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24457
24458         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24459         use the same characters as the dummy marks; make it free from
24460         getting affected by the language environment.
24461         (gnus-summary-read-group-1): Update mark positions only when the
24462         format spec is updated.
24463
24464         * gnus-spec.el (gnus-update-format-specifications): Return a list
24465         of updated types.
24466
24467 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24468
24469         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24470         of boundp to check if display-warning is available.
24471
24472 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24473
24474         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24475
24476 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24477
24478         * nnspool.el (nnspool-spool-directory): Use news-path if the
24479         news-directory variable is not bound.
24480
24481         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24482         function instead of display-warning if it is not available.
24483
24484 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24485
24486         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24487         v5-10: Use `point-at-bol'.
24488
24489 2004-10-26  Simon Josefsson  <jas@extundo.com>
24490
24491         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24492         <chenggao@gmail.com>.
24493
24494 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24495
24496         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24497         instead.
24498
24499 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24500
24501         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24502         to remove a server from the nnimap-server-buffer-alist.
24503         (nnimap-open-connection, nnimap-close-server): Use it.
24504
24505         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24506
24507 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24508
24509         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24510         running the major-mode function.
24511
24512 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24513
24514         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24515         dummy marks in the right way.
24516
24517 2004-10-18  David Edmondson  <dme@dme.org>
24518
24519         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24520         excessively.
24521
24522 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24523
24524         * gnus-util.el (gnus-split-references): Accept a nil references
24525         string and go on blissfully.
24526
24527         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24528         cases where the references string is non-nil but has no references.
24529
24530         * encrypt.el: Add autoload tags.
24531
24532         * spam.el (spam-resolve-registrations-routine): Remove article
24533         from unregistration list too.  Reported by David Hanak
24534         <dhanak@isis.vanderbilt.edu>
24535
24536 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24537
24538         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24539         nil.  Change custom type.
24540
24541 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24542
24543         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24544
24545         * gnus-sum.el (gnus-summary-move-article): Use it.
24546
24547 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24548
24549         * encrypt.el: Add autoload cookies.
24550
24551         * spam.el (spam-backend-article-list-property)
24552         (spam-backend-get-article-todo-list)
24553         (spam-backend-put-article-todo-list)
24554         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24555         Resolve registrations separately.
24556         (spam-register-routine): Format comments.
24557         (spam-unregister-routine, spam-register-routine): Always call with
24558         specific-articles, no default list.
24559         (spam-summary-prepare-exit): Use the spam-classifications function.
24560
24561         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24562         gnus-encrypt.el.
24563
24564         * encrypt.el: Copied from gnus-encrypt.el.
24565
24566         * gnus-encrypt.el: Commented that it's obsolete.
24567
24568 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24569
24570         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24571         (gnus-score-save): Use it.
24572
24573         * message.el (message-bury): Use `window-dedicated-p'.
24574
24575 2004-10-15  Simon Josefsson  <jas@extundo.com>
24576
24577         * pop3.el (top-level): Don't require nnheader.
24578         (pop3-read-timeout): Add.
24579         (pop3-accept-process-output): Add.
24580         (pop3-read-response, pop3-retr): Use it.
24581
24582 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24583
24584         * spam.el (spam-register-routine): Move comment.
24585         (spam-verify-bogofilter): Use 'unknown for the initial
24586         spam-bogofilter-valid state, not 'never.
24587
24588         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24589         for netrc-machine.
24590
24591         * nnimap.el (nnimap-open-connection):
24592         Use netrc-machine-user-or-password.
24593
24594 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24595
24596         * gnus-registry.el (gnus-registry-unload-hook):
24597         Set as a variable with add-hook.
24598
24599         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24600         of news-path.
24601
24602         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24603
24604         * spam.el: Delete duplicate `provide'.
24605         (spam-unload-hook): Set as a variable with add-hook.
24606
24607 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24608
24609         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24610         in the doc string.
24611
24612         * message.el (message-ignored-news-headers)
24613         (message-ignored-supersedes-headers)
24614         (message-ignored-resent-headers)
24615         (message-forward-ignored-headers): Improve custom type.
24616
24617 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24618
24619         * message.el (message-tokenize-header): Fix 2004-09-06 change
24620         which used point-min in the wrong place.
24621
24622 2004-10-12  Simon Josefsson  <jas@extundo.com>
24623
24624         * tls.el (tls-certtool-program): New variable.
24625         (tls-certificate-information): New function, based on
24626         ssl-certificate-information.
24627
24628 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24629
24630         * compface.el: Move the version of ELisp-based uncompface program
24631         to the contrib directory because of the copyright problem.
24632
24633 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24634
24635         * message.el (message-kill-buffer): Raise the current frame.
24636
24637 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24638
24639         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24640
24641         * gnus.el (message-y-or-n-p): Autoload.
24642
24643         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24644         (pop3-password-required, pop3-authentication-scheme)
24645         (pop3-leave-mail-on-server): Make customizable.
24646         (pop3): New custom group.
24647         (pop3-retr): Remove `sleep-for' statements.
24648         Suggested by Dave Love <fx@gnu.org>.
24649
24650         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24651         Windows/DOS.
24652
24653         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24654         (imap-parse-body): Fix incorrect use of `assert'.
24655         Suggested by Dave Love <fx@gnu.org>.
24656
24657         * mml.el (mml-minibuffer-read-disposition): Require match.
24658         Suggested by Dave Love <fx@gnu.org>.
24659
24660 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24661
24662         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24663         doc string.
24664
24665 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24666
24667         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24668
24669 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24670
24671         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24672         instead of calling `mm-insert-inline', to decode text/* parts
24673         before displaying them.
24674
24675 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24676
24677         * mm-uu.el (mm-uu-text-plain-type): New variable.
24678         (mm-uu-pgp-signed-extract-1): Use it.
24679         (mm-uu-pgp-encrypted-extract-1): Use it.
24680         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24681         bind mm-uu-text-plain-type with that value.
24682         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24683         mm-uu-dissect.
24684
24685 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24686
24687         * gnus-group.el (gnus-update-group-mark-positions):
24688         * gnus-sum.el (gnus-update-summary-mark-positions):
24689         * message.el (message-check-news-body-syntax):
24690         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24691         of string-as-multibyte.
24692
24693 2004-10-05  Juri Linkov  <juri@jurta.org>
24694
24695         * gnus-group.el (gnus-update-group-mark-positions):
24696         * gnus-sum.el (gnus-update-summary-mark-positions):
24697         * message.el (message-check-news-body-syntax):
24698         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24699         8-bit unibyte values to a multibyte string for search functions.
24700
24701 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24702
24703         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24704         (mm-uu-dissect-text-parts): New function.
24705
24706         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24707         dissect text parts.
24708
24709         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24710         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24711
24712         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24713
24714         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24715         Use gnus-current-topics instead of gnus-current-topic.
24716
24717 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24718
24719         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24720
24721 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24722
24723         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24724         where appropriate.
24725
24726         * nnml.el (nnml-generate-active-info): do.
24727
24728         * nndiary.el (nndiary-generate-active-info): do.
24729
24730         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24731         (gnus-topic-move): do.
24732
24733         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24734         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24735
24736         * gnus-srvr.el (gnus-server-prepare)
24737         (gnus-server-open-all-servers): do.
24738
24739         * gnus-msg.el (gnus-summary-cancel-article)
24740         (gnus-summary-resend-message)
24741         (gnus-summary-mail-crosspost-complaint): do.
24742
24743         * gnus-move.el (gnus-change-server): do.
24744
24745         * gnus-group.el (gnus-group-unmark-all-groups)
24746         (gnus-group-set-current-level): do.
24747
24748 2004-10-04  Simon Josefsson  <jas@extundo.com>
24749
24750         * message.el (message-generate-hashcash): Doc fix.
24751
24752 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24753
24754         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24755         avoid infinite recursion via gnus-get-function.
24756
24757 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24758
24759         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24760
24761         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24762
24763         * nnmail.el (nnmail-split-history): do.
24764
24765         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24766         (nnml-request-delete-group): do.
24767
24768         * nnslashdot.el (nnslashdot-read-groups): do.
24769
24770         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24771         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24772
24773         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24774         (nnspool-sift-nov-with-sed): Use last.
24775         (nnspool-retrieve-headers-with-nov): Use mapc.
24776         (nnspool-request-newgroups): Use dolist.
24777         (nnspool-request-group): Use last.
24778
24779         * nntp.el (nntp-read-server-type): Use dolist.
24780
24781         * nnvirtual.el (nnvirtual-create-mapping)
24782         (nnvirtual-update-read-and-marked): Use dolist.
24783         (nnvirtual-convert-headers): Simplify.
24784
24785 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24786
24787         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24788         Add support for sync'ing tick marks.
24789
24790 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24791
24792         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24793         there's no visible header.
24794
24795 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24796
24797         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24798         When necessary, pass full group name to gnus-request-set-marks.
24799
24800 2004-10-01  Simon Josefsson  <jas@extundo.com>
24801
24802         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24803         acroread.
24804
24805 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24806
24807         * spam-report.el (spam-report-gmane): Fix interactive.
24808
24809         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24810
24811         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24812         when writing file.
24813         (gnus-agent-synchronize-flags): Don't default to being
24814         interactive.
24815
24816 2004-09-30  Simon Josefsson  <jas@extundo.com>
24817
24818         * message.el (message-generate-hashcash): Add.
24819         (message-send-mail): Use it, call mail-add-payment.
24820
24821 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24822
24823         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24824
24825 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24826
24827         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24828         gnus-requst-update-info with explicit code to sync the in-memory
24829         info read flags with the marks being sync'd to the backend.
24830
24831         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24832
24833 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24834
24835         * spam.el (spam-verify-bogofilter): Add new function.
24836         (spam-check-bogofilter)
24837         (spam-bogofilter-register-with-bogofilter): Use it.
24838         (spam-verify-bogofilter): Add small fixes.
24839
24840 2004-09-28  Simon Josefsson  <jas@extundo.com>
24841
24842         * hashcash.el (hashcash-generate-payment): Revert.
24843
24844 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24845
24846         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24847         Use gnus-extract-references instead of gnus-split-references.
24848
24849         * gnus-util.el (gnus-extract-references): Add new function, analogous
24850         to gnus-split-references but extracts only the message-ID without
24851         anything extra.
24852
24853         * hashcash.el (hashcash-generate-payment)
24854         (hashcash-check-payment): Do the right thing if hashcash-path is
24855         nil (because the hashcash program could not be found).
24856
24857         * spam.el (spam-use-hashcash): Remove comment.
24858
24859 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24860
24861         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24862         (gnus-cache-enter-article, gnus-cache-remove-article)
24863         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24864
24865         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24866
24867         * gnus-art.el (article-hide-boring-headers)
24868         (article-translate-strings, article-display-face)
24869         (gnus-article-mime-match-handle-first)
24870         (gnus-article-highlight-headers)
24871         (gnus-article-add-buttons-to-head): do.
24872
24873 2004-09-27  Simon Josefsson  <jas@extundo.com>
24874
24875         * hashcash.el: New version, from
24876         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24877         ../contrib/.
24878
24879 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24880
24881         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24882
24883 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24884
24885         * gnus-dup.el (gnus-dup-open): Use mapc.
24886         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24887
24888         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24889         Reported by Stefan Wiens <s.wi@gmx.net>.
24890
24891         * gnus.el (gnus-shutdown): Use dolist.
24892
24893         * gnus-undo.el (gnus-undo): Use mapc.
24894
24895         * nnrss.el (nnrss-generate-active): do.
24896
24897         * message.el (message-cite-original-without-signature)
24898         (message-cite-original): Use mapc.
24899         (message-do-actions, message-make-forward-subject): Use dolist.
24900
24901 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24902
24903         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24904         deletion to remove entire duplicate line.  Fixes merged article
24905         number bug.
24906
24907 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24908
24909         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24910         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24911         first ask if you want to open a server and then, even when you
24912         responded with no, asking if you want to synchronize the server's
24913         flags.
24914         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24915         multi-line expressions.
24916         (gnus-agent-synchronize-group-flags): New internal function.
24917         Updates marks in memory (in the info structure) AND in the
24918         backend.
24919
24920         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24921
24922         * nnagent.el (nnagent-request-set-mark):
24923         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24924         method, to ensure that synchronization updates marks in the
24925         backend and in the info (in memory) structure.
24926
24927 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24928
24929         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24930         convention fully; don't miss the root article of a thread; make
24931         the X-Draft-From header with correct article numbers.
24932
24933 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24934
24935         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24936         unless plugged.  Disable the agent so that an open failure causes
24937         an error.
24938
24939         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24940         Revert 2004-09-21 change.  The backend must be opened while
24941         synchronizing flags even when the backend stores the flags
24942         locally.
24943
24944 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24945
24946         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24947         in `header' match.  Reported by Svend Tollak Munkejord.
24948
24949         * message.el (message-cite-original): Fix use of
24950         `message-cite-articles-with-x-no-archive'.
24951
24952 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24953
24954         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24955         (gnus-window-to-buffer): Ditto.
24956
24957         * mml.el (mml-preview-buffer): New variable.
24958         (mml-preview): Manage window layout with gnus-buffer-configuration.
24959
24960         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24961         X-Draft-From header even if those articles aren't quoted.
24962
24963 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24964
24965         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24966         (gnus-request-set-mark, gnus-request-update-mark): Use new
24967         g-s-t-u-l-m to decide to use backend even when unplugged.
24968
24969 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24970
24971         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24972         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24973
24974 2004-09-20  Simon Josefsson  <jas@extundo.com>
24975
24976         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24977         "utf-16-le".
24978
24979 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24980
24981         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24982
24983 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24984
24985         * uudecode.el (uudecode-use-external): Add :version.
24986
24987         * smime.el (smime-CA-file, smime-encrypt-cipher)
24988         (smime-dns-server): Add :version.
24989
24990         * smiley.el (gnus-smiley-file-types): Add :version.
24991
24992         * sha1.el (sha1-use-external): Add :version.
24993
24994         * pgg-def.el (pgg-query-keyserver): Add :version.
24995
24996         * nnmail.el (nnmail-fancy-expiry-targets)
24997         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24998         Add :version.
24999
25000         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25001         (nnimap-retrieve-groups-asynchronous): Add :version.
25002         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25003
25004         * mml.el (mml-content-disposition-parameters)
25005         (mml-insert-mime-headers-always): Add :version.
25006
25007         * mm-util.el (mm-coding-system-priorities): Add :version.
25008
25009         * mm-decode.el (mm-inline-text-html-with-images)
25010         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25011         (mm-verify-option): Add :version.
25012         (mm-text-html-renderer): Change :version.
25013
25014         * message.el (message-fcc-externalize-attachments)
25015         (message-required-headers, message-draft-headers)
25016         (message-subject-trailing-was-query)
25017         (message-subject-trailing-was-ask-regexp)
25018         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25019         (message-mark-insert-end, message-archive-header)
25020         (message-archive-note, message-cross-post-default)
25021         (message-cross-post-note, message-followup-to-note)
25022         (message-cross-post-note-function, message-use-mail-followup-to)
25023         (message-subscribed-address-functions)
25024         (message-subscribed-address-file, message-subscribed-addresses)
25025         (message-subscribed-regexps, message-allow-no-recipients)
25026         (message-yank-cited-prefix, message-signature-insert-empty-line)
25027         (message-hidden-headers, message-hierarchical-addresses)
25028         (message-mail-user-agent, message-use-idna)
25029         (message-valid-fqdn-regexp)
25030         (message-strip-special-text-properties, message-header-synonyms)
25031         (message-beginning-of-line, message-tab-body-function): Add :version.
25032         (message-insert-canlock, message-wide-reply-confirm-recipients):
25033         Change :version.
25034
25035         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25036         and :version.
25037         (mail-source-delete-old-incoming-confirm)
25038         (mail-source-movemail-program): Add :version.
25039
25040         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25041         (gnus-agent-cache, gnus-agent): Change :version.
25042
25043         * gnus-util.el (gnus-use-byte-compile): Change :version.
25044
25045         * gnus-sum.el (gnus-summary-make-false-root-always)
25046         (gnus-summary-default-high-score)
25047         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25048         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25049         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25050         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25051         (gnus-sum-thread-tree-single-indent)
25052         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25053         (gnus-sum-thread-tree-leaf-with-other)
25054         (gnus-sum-thread-tree-single-leaf): Add :version.
25055         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25056         (gnus-article-loose-mime): Change :version.
25057
25058         * gnus-start.el (gnus-backup-startup-file)
25059         (gnus-save-startup-file-via-temp-buffer): Add :version.
25060
25061         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25062         (gnus-server-offline-face): Add :version.
25063
25064         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25065
25066         * gnus-msg.el (gnus-gcc-externalize-attachments)
25067         (gnus-debug-files, gnus-debug-exclude-variables)
25068         (gnus-discouraged-post-methods): Change :version.
25069         (gnus-confirm-mail-reply-to-news)
25070         (gnus-confirm-treat-mail-like-news): Add :version.
25071
25072         * gnus-int.el (gnus-server-unopen-status): Add :version.
25073
25074         * gnus-group.el (gnus-group-jump-to-group-prompt)
25075         (gnus-large-ephemeral-newsgroup)
25076         (gnus-fetch-old-ephemeral-headers): Add :version.
25077
25078         * gnus-fun.el (gnus-x-face-directory)
25079         (gnus-convert-pbm-to-x-face-command)
25080         (gnus-convert-image-to-x-face-command)
25081         (gnus-convert-image-to-face-command): Add :version.
25082
25083         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25084
25085         * gnus-cite.el (gnus-cite-blank-line-after-header)
25086         (gnus-article-boring-faces): Add :version.
25087
25088         * gnus-art.el (gnus-buttonized-mime-types)
25089         (gnus-inhibit-mime-unbuttonizing)
25090         (gnus-treat-display-face)
25091         (gnus-treat-body-boundary): Change :version.
25092         (gnus-body-boundary-delimiter, gnus-picon-databases)
25093         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25094         (gnus-treat-date-english, gnus-treat-fold-headers)
25095         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25096         (gnus-treat-mail-picon, gnus-treat-wash-html)
25097         (gnus-article-encrypt-protocol)
25098         (gnus-use-idna, gnus-article-over-scroll)
25099         (gnus-mime-display-multipart-alternative-as-mixed)
25100         (gnus-mime-display-multipart-related-as-mixed)
25101         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25102         (gnus-ctan-url, gnus-button-ctan-handler)
25103         (gnus-button-handle-ctan-bogus-regexp)
25104         (gnus-button-ctan-directory-regexp)
25105         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25106         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25107         (gnus-button-man-level, gnus-button-emacs-level)
25108         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25109
25110         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25111         (gnus-agent-go-online): Change :version.
25112         (gnus-agent-expire-unagentized-dirs)
25113         (gnus-agent-auto-agentize-methods): Add :version.
25114
25115         * flow-fill.el (fill-flowed-display-column)
25116         (fill-flowed-encode-column): Add :version.
25117
25118         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25119         (gnus-outlook-deuglify-unwrap-max)
25120         (gnus-outlook-deuglify-cite-marks)
25121         (gnus-outlook-deuglify-unwrap-stop-chars)
25122         (gnus-outlook-deuglify-no-wrap-chars)
25123         (gnus-outlook-deuglify-attrib-cut-regexp)
25124         (gnus-outlook-deuglify-attrib-verb-regexp)
25125         (gnus-outlook-deuglify-attrib-end-regexp)
25126         (gnus-outlook-display-hook): Add :version.
25127
25128         * binhex.el (binhex-use-external): Add :version.
25129
25130 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25131
25132         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25133         and `invisible'.
25134
25135 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25136
25137         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25138         in gnus-registry-trim.
25139
25140 2004-09-13  Simon Josefsson  <jas@extundo.com>
25141
25142         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25143
25144         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25145
25146         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25147         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25148         <yamaoka@jpl.org>.
25149         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25150         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25151         <yamaoka@jpl.org>.
25152
25153         * sieve.el (sieve-manage-mode): Ditto.
25154
25155 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25156
25157         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25158
25159 2004-09-11  Simon Josefsson  <jas@extundo.com>
25160
25161         * dns-mode.el: Add.
25162
25163         * mm-view.el (mm-display-dns-inline): Add.
25164
25165         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25166         (mm-automatic-display): Ditto.
25167
25168         * mailcap.el (mailcap-mime-data): Add text/dns.
25169         (mailcap-mime-extensions): Map .soa to text/dns.
25170
25171 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25172
25173         * gnus-art.el (article-decode-mime-words, article-babel)
25174         (gnus-article-highlight-signature, gnus-article-add-buttons)
25175         (gnus-signature-toggle): Remove unnecessary bindings of
25176         `inhibit-read-only' inherited from v5.10 merge.
25177
25178 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25179
25180         * nntp.el (nntp): New customization group.
25181         (nntp-authinfo-file): Add customization group.
25182
25183         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25184
25185         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25186
25187         * gnus.el (to-address, to-list, subscribed)
25188         (large-newsgroup-initial): Ditto.
25189
25190         * flow-fill.el (fill-flowed-display-column)
25191         (fill-flowed-encode-column): Ditto.
25192
25193 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25194
25195         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25196         Use point-min rather than 1.
25197         (message-send-mail): Use buffer-size rather than point-max.
25198
25199         * gnus-sum.el (gnus-summary-search-article-forward):
25200         Signal a specific `search-failed' rather than a generic `error'.
25201
25202         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25203         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25204         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25205
25206 2004-09-10  Simon Josefsson  <jas@extundo.com>
25207
25208         * nndb.el (require): Remove tcp and duplicate cl.
25209
25210 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25211
25212         * gnus-agent.el (directory-files-and-attributes): Move forward.
25213
25214 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25215
25216         * gnus-agent.el (directory-files-and-attributes):
25217         Optionally defined to support XEmacs.
25218
25219 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25220
25221         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25222         to avoid run-time CL dependencies.
25223         (gnus-agent-unfetch-articles): New function.
25224         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25225         article numbers even when local .overview file is missing.
25226         (gnus-agent-read-article-number): New function.  Only accepts
25227         27-bit article numbers.
25228         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25229         Use gnus-agent-read-article-number.
25230         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25231         from backend while recognizing that article numbers in .overview
25232         must be valid.
25233         (gnus-agent-update-files-total-fetched-for):
25234         Use directory-files-and-attributes to improve performance.
25235         * gnus-int.el (gnus-request-move-article):
25236         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25237         improve performance.
25238
25239         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25240         some users confused by references to .newsrc when they only have a
25241         .newsrc.eld file.
25242         (gnus-convert-mark-converter-prompt)
25243         (gnus-convert-converter-needs-prompt): Fix use of property list.
25244         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25245         New function.  Used internally to only display 'gnus converting
25246         files' message when actually necessary.
25247
25248         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25249         methods now autoloaded.
25250
25251 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25252
25253         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25254         identifiers.
25255
25256 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25257
25258         * gnus-picon.el: Fix indentation and closing parenthesis.
25259
25260 2004-09-01  Simon Josefsson  <jas@extundo.com>
25261
25262         * message.el (message-canlock-generate): Require sha1, not
25263         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25264         to require within a function.  Sadly, if sha1.el isn't loaded, the
25265         let binding in m-c-g will hide the defcustom definition, which is
25266         bad.)
25267
25268         * canlock.el: Require sha1, not sha1-el.
25269
25270         * message.el: Don't autoload sha1 (there is a autoload cookie in
25271         sha1.el).
25272
25273         * sha1-el.el: Rename to sha1.el.
25274
25275 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25276
25277         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25278
25279 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25280
25281         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25282
25283 2004-08-30  Kim F. Storm  <storm@cua.dk>
25284
25285         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25286
25287         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25288         Add :group 'nnimap.
25289
25290 2004-08-30  Andreas Schwab  <schwab@suse.de>
25291
25292         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25293         ?* and ?\;.
25294
25295         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25296         and ?\' to symbol instead of whitespace.
25297
25298 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25299
25300         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25301
25302         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25303         instead of re-search-forward.
25304
25305         * gnus-uu.el (gnus-uu-save-article): Ditto.
25306         (gnus-uu-post-encode-uuencode): Ditto.
25307
25308         * html2text.el (html2text-clean-list-items): Ditto.
25309         (html2text-clean-dtdd): Ditto.
25310         (html2text-format-tags): Ditto.
25311
25312         * message.el (message-send-mail-with-sendmail): Fix regexp.
25313         (message-fill-field-general): Use search-forward instead of
25314         re-search-forward.
25315         (unbold-region): Ditto.
25316
25317         * nnrss.el (nnrss-request-article): Ditto.
25318
25319         * nnslashdot.el (nnslashdot-request-article): Ditto.
25320
25321         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25322
25323         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25324         "Unrecognized menu descriptor" error in XEmacs.
25325
25326 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25327
25328         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25329         parent article of a sparse article in the thread hashtb.
25330
25331 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25332
25333         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25334         (nnmail-expand-newtext): Lowercase expanded entries if
25335         nnmail-split-lowercase-expanded is non-nil.
25336
25337 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25338
25339         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25340
25341         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25342         of gnus-tmp-news-method into string under XEmacs.  It will be
25343         passed to gnus-correct-length which takes only a string argument.
25344
25345 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25346
25347         * gnus-util.el (gnus-bind-print-variables): New macro.
25348         (gnus-prin1): Use it.
25349         (gnus-prin1-to-string): Use it.
25350         (gnus-pp): New function.
25351         (gnus-pp-to-string): New function.
25352
25353         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25354         Replace pp-to-string with gnus-pp-to-string.
25355         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25356         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25357         * gnus-msg.el (gnus-debug): Ditto.
25358         * gnus-score.el (gnus-score-save): Ditto.
25359         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25360         gnus-pp-to-string.
25361         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25362         with gnus-pp.
25363         * score-mode.el (gnus-score-pretty-print): Ditto.
25364         * webmail.el (webmail-debug): Ditto.
25365
25366 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25367
25368         * gnus-art.el (article-display-face, article-display-x-face):
25369         Use buffer-read-only.
25370
25371 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25372
25373         * gnus-art.el (article-hide-list-identifiers):
25374         Bind inhibit-read-only as t.
25375
25376 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25377
25378         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25379
25380 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25381
25382         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25383         (gnus-narrow-to-page): Don't assume point-min == 1.
25384         (gnus-article-edit-mode): Derive from message-mode.
25385
25386         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25387         point-min == 1.
25388
25389         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25390         Disable incorrect use of `assert'.
25391
25392         * message.el (message-mode): Set comment-start-skip.
25393
25394
25395 2004-08-22  Sam Steingold  <sds@gnu.org>
25396
25397         * pop3.el (pop3-leave-mail-on-server): New user variable.
25398         (pop3-movemail): Delete mail only when it is nil.
25399
25400 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25401
25402         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25403
25404         * mml.el (mml-preview): Use `pop-to-buffer'.
25405
25406         * message.el (message-goto-mail-followup-to): Insert after "To".
25407         (message-carefully-insert-headers): Add comment.
25408
25409         * gnus.el: Remove unused variable `gnus-article-check-size'.
25410
25411         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25412
25413         * gnus-art.el (gnus-button-alist):
25414         Improve `gnus-button-handle-library' entry.
25415
25416 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25417
25418         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25419         Use downcase, since XEmacs capitalizes error messages differently.
25420
25421 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25422
25423         * nntp.el: Add (require 'gnus) due to reference to
25424         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25425
25426 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25427
25428         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25429         Bind `mm-fill-flowed'.
25430
25431         * mm-decode.el (mm-dissect-singlepart): Check it.
25432
25433 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25434
25435         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25436         'imap' for netrc parsing.
25437
25438 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25439
25440         * mailcap.el (mailcap-mime-data): Mark as risky.
25441
25442 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25443
25444         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25445         may be included in the encoded word.
25446         (rfc2047-encode): Don't append a space if the encoded word
25447         includes close parenthesis.
25448
25449 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25450
25451         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25452         of text within parentheses.
25453
25454 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25455
25456         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25457         (gnus-encrypt-write-file-contents): Make the password key the file
25458         name PLUS the cipher, not just the cipher.  Also remove failed
25459         passwords from the cache.
25460
25461 2004-08-06  Simon Josefsson  <jas@extundo.com>
25462
25463         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25464         Doc fix.
25465
25466 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25467
25468         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25469         LWSP.
25470
25471 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25472
25473         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25474         Try to append in-reply-to: data to the references: header.
25475
25476         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25477         (netrc-parse): Use gnus-encrypt.el functions.
25478
25479         * gnus-encrypt.el: Add new file for encryption support; currently
25480         does only a few GPG ciphers and an internal XOR cipher.
25481
25482         * password.el: Add comments on using password-read-and-add.
25483         (password-read-and-add): Add function to read and add the
25484         password to the cache at once.
25485
25486 2004-07-28  Simon Josefsson  <jas@extundo.com>
25487
25488         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25489         parameter (but don't use it, for now).
25490
25491         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25492         instead of hard coding to nil.
25493
25494 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25495
25496         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25497         as mm-inline-image-xemacs does.
25498
25499 2004-07-26  Simon Josefsson  <jas@extundo.com>
25500
25501         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25502         Revert part of 2004-07-17 change below.
25503
25504 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25505
25506         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25507         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25508
25509 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25510
25511         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25512         quotes that actually start with ">" at the beginning of the
25513         lines.
25514
25515 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25516
25517         * rfc2047.el (rfc2047-encode-region): Fix last change.
25518         (rfc2047-encode-parameter): Remove useless concat.
25519
25520 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25521
25522         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25523         encode special characters; fix some kind of misconfigured headers;
25524         signal a real error if debug-on-quit or debug-on-error is non-nil.
25525         (rfc2047-encode-max-chars): New variable.
25526         (rfc2047-encode-1): Use it.
25527         (rfc2047-encode-parameter): New function.
25528
25529         * mml.el (mml-insert-parameter): Remove an excessive space.
25530
25531 2004-07-17  Simon Josefsson  <jas@extundo.com>
25532
25533         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25534         Kai Grossjohann <kai@emptydomain.de>.
25535         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25536         (gnus-group-make-menu-bar): Ditto.
25537
25538         * gnus-util.el (gnus-group-server): Add.
25539
25540 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25541
25542         * message.el (message-clone-locals): Clone sendmail and smtp
25543         variables.
25544
25545 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25546
25547         * rfc2047.el (rfc2047-encode-region): Fix last change.
25548
25549 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25550
25551         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25552         characters as non-special.
25553
25554 2004-07-09  Simon Josefsson  <jas@extundo.com>
25555
25556         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25557         Users will lose all flag changes made while unplugged with
25558         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25559         good default.  See numerous reports on ding mailing list.
25560
25561 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25562
25563         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25564         add generate-head-function and generate-article-function to the
25565         rfc822-forward entry.
25566         (nndoc-rfc822-forward-generate-article): New function.
25567         (nndoc-rfc822-forward-generate-head): New function.
25568
25569         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25570
25571 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25572
25573         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25574         respect display group parameter and gnus-summary-expunge-below.
25575         (gnus-articles-to-read): Remove unused reference to display group
25576         parameter.
25577
25578 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25579
25580         * nnheader.el (nnheader-uniquify-message-id): New experimental
25581         variable.
25582         (nnheader-nov-read-message-id): Use it.
25583
25584         * spam-report.el (spam-report-gmane): Add interactive.
25585
25586 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25587
25588         * mm-encode.el (mm-content-transfer-encoding-defaults):
25589         Use qp-or-base64 for the application/* types.
25590
25591 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25592
25593         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25594
25595 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25596
25597         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25598         trim value.
25599
25600 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25601
25602         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25603         New macro and function.
25604         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25605
25606 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25607
25608         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25609         after-load-alist.
25610
25611 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25612
25613         * gnus-group.el (gnus-group-get-new-news-this-group):
25614         Don't update info that isn't there.
25615
25616 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25617
25618         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25619         entry.
25620
25621 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25622
25623         * mm-view.el (mm-inline-render-with-function): Use multibyte
25624         buffer; decode html source by charset.
25625
25626         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25627
25628         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25629         Mule-UCS is loaded under XEmacs.
25630         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25631
25632 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25633
25634         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25635
25636 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25637
25638         * mm-util.el (mm-coding-system-p): Return a coding-system.
25639         (mm-mime-mule-charset-alist): Use shift_jis instead of
25640         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25641         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25642         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25643         instead of japanese-shift-jis and iso-latin-1 respectively in
25644         order to share the default value with both Emacs and XEmacs-mule.
25645         (mm-mule-charset-to-mime-charset):
25646         Make mm-coding-system-priorities effective.
25647         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25648         while predicating of candidates upon the priorities.
25649
25650 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25651
25652         * gnus-sum.el (gnus-summary-make-menu-bar):
25653         Add gnus-uu-invert-processable.
25654
25655         * gnus.el: Autoload gnus-uu-invert-processable.
25656
25657 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25658
25659         * mm-util.el (mm-with-multibyte-buffer): New macro.
25660
25661         * rfc2047.el (rfc2047-encode-string): Use it.
25662         (rfc2047-encode-region): Move point to the end of the region after
25663         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25664
25665 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25666
25667         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25668         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25669
25670 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25671
25672         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25673         (gnus-cite-parse): Ignore quoted envelope From_.
25674         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25675
25676 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25677
25678         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25679         invalid addresses.
25680
25681 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25682
25683         * spam.el: Change section markers, revise TODO list.
25684         (spam-backends): Make new master list of all installed backends.
25685         (spam-summary-exit-behavior): Add new variable to determine how
25686         messages moves are done at summary exit.
25687         (spam-move-spam-nonspam-groups-only)
25688         (spam-process-ham-in-nonham-groups)
25689         (spam-process-ham-in-spam-groups): Remove variables, the
25690         spam-summary-exit-behavior variable should be used to manage this
25691         behavior.
25692         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25693         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25694         and spam-old-spam-articles.
25695         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25696         Add empty variables, placeholders for the backends they represent.
25697         (spam-set-difference): Move, unchanged.
25698         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25699         unless the user has a processor variable.
25700         (spam-classifications, spam-classification-valid-p)
25701         (spam-backend-properties, spam-backend-property-valid-p)
25702         (spam-backend-function-type-valid-p)
25703         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25704         (spam-report-articles-gmane, spam-report-articles-resend):
25705         Remove functions, they are not needed.
25706         (spam-install-backend-super, spam-backend-list)
25707         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25708         (spam-backend-function, spam-backend-ham-registration-function)
25709         (spam-backend-spam-registration-function)
25710         (spam-backend-ham-unregistration-function)
25711         (spam-backend-spam-unregistration-function)
25712         (spam-backend-statistical-p, spam-backend-mover-p)
25713         (spam-install-backend-alias, spam-install-checkonly-backend)
25714         (spam-install-mover-backend, spam-install-nocheck-backend)
25715         (spam-install-backend, spam-install-statistical-backend)
25716         (spam-install-statistical-checkonly-backend): Add backend installation
25717         support.
25718         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25719         (spam-group-processor-p): Use the new backend code and respect the
25720         summary exit behavior.
25721         (spam-mark-spam-as-expired-and-move-routine): Remove.
25722         (spam-summary-prepare): Change to use the new spam-old-articles
25723         variable.
25724         (spam-copy-or-move-routine, spam-copy-spam-routine)
25725         (spam-move-spam-routine, spam-copy-ham-routine)
25726         (spam-move-ham-routine): Add code to copy/move ham or spam.
25727         (spam-fetch-field-fast): Improve doc and code, plus allow the
25728         'number request.
25729         (spam-list-of-checks, spam-list-of-statistical-checks):
25730         Remove variables.
25731         (spam-split, spam-find-spam): Use the new backend code.
25732         (spam-registration-functions): Remove variable.
25733         (spam-unregister-routine): Add convenience wrapper.
25734         (spam-log-undo-registration, spam-register-routine)
25735         (spam-log-processing-to-registry)
25736         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25737         where possible.
25738         (spam-check-gmane-xref, spam-check-regex-headers)
25739         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25740         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25741         (spam-check-bogofilter-headers, spam-check-spamoracle)
25742         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25743         (spam-check-crm114-headers): Use the spam-split-group that
25744         spam-split prepares, no need to determine it every time.
25745
25746         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25747         to the nnheader-parse-naked-head call.
25748
25749         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25750
25751         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25752         the nnheader-nov-read-message-id call.
25753
25754 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25755
25756         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25757         gnus-activate-group twice.  Suggested by Markus Peter
25758         <warp@spin.de>.
25759
25760 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25761
25762         * gnus-art.el (gnus-article-time-format): Exchange the order of
25763         day and month in the default value; fix customization type.
25764         (article-date-ut): Use add-text-properties.
25765         (article-make-date-line): Use message-make-date instead of
25766         current-time-string.
25767
25768         * message.el (message-fetch-field): Don't use set-text-properties.
25769         (message-make-date): Simplify.
25770
25771         * messagexmas.el (message-xmas-make-date): New function.
25772         (message-xmas-redefine): Defalias message-make-date to it.
25773
25774 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25775
25776         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25777         (rfc2047-encode-region): Treat text within parentheses as special;
25778         show the original text when error has occurred.
25779
25780         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25781         already-computed method to gnus-activate-group.
25782
25783         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25784         same select-methods identical Lisp objects.
25785
25786         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25787         object when modifying the info.
25788
25789 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25790
25791         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25792         gnus-opened-servers since it has never been opened with the new
25793         configuration yet.
25794
25795 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25796
25797         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25798         arg to nnheader-generate-fake-message-id.
25799
25800 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25801
25802         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25803         number and build a fake message ID localized to a group and
25804         article number (so it's repeatable from that point on).
25805         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25806         ID format.
25807
25808         * gnus-sum.el (gnus-get-newsgroup-headers):
25809         Call nnheader-generate-fake-message-id with the article number.
25810
25811 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25812
25813         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25814         end-of-buffer.
25815
25816 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25817
25818         * message.el (message-ignored-supersedes-headers): Add Approved.
25819
25820 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25821
25822         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25823         goto-char.
25824         (rfc2047-encode): Fold the line before encoding.
25825
25826 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25827
25828         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25829         folding -- not all headers can be folded, and this should be done
25830         by the message composition mode.  Probably.  I think.
25831
25832 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25833
25834         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25835         fast.
25836
25837         * gnus-ems.el (gnus-remove-image): Don't use
25838         message-text-with-property; remove only the image found first.
25839
25840         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25841         found first.
25842
25843 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25844
25845         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25846
25847 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25848
25849         * message.el (message-text-with-property): Make it fast and accept
25850         optional arguments.
25851         (message-strip-forbidden-properties): Use it.
25852         (message-fix-before-sending): Follow the m-t-w-p change.
25853
25854         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25855
25856 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25857
25858         * gnus-art.el (article-hide-headers): Don't change the buffer
25859         mistakenly when performing mml-preview even if
25860         gnus-single-article-buffer is nil.
25861
25862 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25863
25864         * message.el (message-expand-name-databases): New user option.
25865         (message-expand-name): Use it.
25866
25867 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25868
25869         * spam.el (spam-report-articles-resend)
25870         (spam-report-resend-register-routine): Allow ham reporting.
25871         (spam-report-resend-register-ham-routine): Add wrapper.
25872         (spam-registration-functions): Add ham resending functions.
25873         (spam-list-of-processors): Add ham resend processor.
25874
25875         * gnus.el (ham-resend-to): Add new group parameter.
25876         (spam-process): Add ham resend option.
25877
25878         * spam-report.el (spam-report-resend): Allow reporting ham.
25879         (spam-report-resend-ham): Add wrapper.
25880
25881 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25882
25883         * message.el (message-cite-articles-with-x-no-archive):
25884         New variable.
25885         (message-cite-original): Use it.
25886
25887 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25888
25889         * message.el (message-cite-original): Respect X-No-Archive.
25890
25891 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25892
25893         * gnus-art.el (article-hide-headers): Refer to the values for
25894         gnus-ignored-headers and gnus-visible-headers in the summary
25895         buffer since a user may have set them as group parameters.
25896
25897 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25898
25899         * assistant.el (assistant-node-name): Add convenience function.
25900         (assistant-render-text, assistant-render-node): Add error handling,
25901         plus handle multiple next nodes.
25902         (assistant-find-next-node): Comment out for now.
25903         (assistant-find-next-nodes): Add function, returns list of next
25904         nodes.
25905
25906 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25907
25908         * mail-source.el (mail-source-directory): Fix doc-string.
25909
25910 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25911
25912         * assistant.el (assistant-render-text, assistant-eval): Add :set
25913         widget type, which is different because it takes and returns a
25914         list.  Much hilarity ensues.
25915
25916 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25917
25918         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25919
25920         * gnus-group.el (gnus-group-get-new-news-this-group):
25921         Add doc-string.
25922
25923         * gnus-start.el (gnus-activate-group): Add doc-string.
25924
25925 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25926
25927         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25928
25929 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25930
25931         * assistant.el (assistant-render-text): Try to add a :set
25932         widget, more to come.
25933
25934         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25935         strings.
25936         (spam-report-articles-resend)
25937         (spam-register-routine): Do registration iff any articles warrant
25938         it.
25939         (spam-summary-prepare-exit): Change log message for nil group
25940         destinations.
25941
25942 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25943
25944         * spam.el (spam-report-resend-register-routine):
25945         Allow spam-report-resend-to to be a group parameter or a global value.
25946
25947 2004-05-26  Simon Josefsson  <jas@extundo.com>
25948
25949         * starttls.el: Merge with my GNUTLS based starttls.el.
25950         (starttls-gnutls-program, starttls-use-gnutls)
25951         (starttls-extra-arguments, starttls-process-connection-type)
25952         (starttls-connect, starttls-failure, starttls-success):
25953         New variables.
25954         (starttls-program, starttls-extra-args): Doc fix.
25955         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25956         New functions.
25957         (starttls-negotiate, starttls-open-stream):
25958         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25959         function if it is set.
25960
25961 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25962
25963         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25964         structured fields.
25965
25966 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25967
25968         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25969
25970 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25971
25972         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25973         Add variable.
25974         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25975         assigning the spam-mark to new messages.
25976
25977 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25978
25979         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25980
25981 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25982
25983         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25984
25985         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25986         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25987         default.
25988
25989 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25990
25991         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25992         correct data.
25993
25994 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25995
25996         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25997         (spam-group-processor-p): Fix function.
25998         (spam-group-processor-multiple-p)
25999         (spam-group-spam-processor-report-gmane-p)
26000         (spam-group-spam-processor-report-resend-p)
26001         (spam-group-spam-processor-bogofilter-p)
26002         (spam-group-spam-processor-blacklist-p)
26003         (spam-group-spam-processor-ifile-p)
26004         (spam-group-ham-processor-ifile-p)
26005         (spam-group-spam-processor-spamoracle-p)
26006         (spam-group-spam-processor-crm114-p)
26007         (spam-group-ham-processor-bogofilter-p)
26008         (spam-group-spam-processor-stat-p)
26009         (spam-group-ham-processor-stat-p)
26010         (spam-group-ham-processor-whitelist-p)
26011         (spam-group-ham-processor-BBDB-p)
26012         (spam-group-ham-processor-spamoracle-p)
26013         (spam-group-ham-processor-copy-p): Remove functions with some
26014         prejudice against unneeded code.
26015         (spam-report-articles-resend)
26016         (spam-report-resend-register-routine): Allow the group/topic
26017         spam-resend-to value to override spam-report-resend-to.
26018         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26019         properly now.
26020
26021         * gnus.el (spam-resend-to): Add group/topic parameter.
26022         (spam-process): Move the OBSOLETE processors to the end of the
26023         choices.
26024
26025 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26026
26027         * spam-report.el (spam-report-resend-to, spam-report-resend):
26028         Start with resend-to set to nil, and then ask the user if necessary.
26029         (spam-report-resend): spam-report-resend takes a list of articles, not
26030         separate article numbers.
26031
26032 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26033
26034         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26035         addition to emacs-w3m.
26036
26037 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26038
26039         * assistant.el (assistant-authinfo-data): New function.
26040         (assistant-eval): Eval for entire assistant.
26041
26042         * netrc.el (netrc-services-file): New variable.
26043         (netrc-parse-services): New function.
26044         (netrc-find-service-name): New function.
26045         (netrc-find-service-number): New function.
26046         (netrc-port-equal): New function.
26047         (netrc-machine): Use it.
26048
26049         * nnimap.el (nnimap-open-connection): Use netrc.
26050
26051         * gnus-util.el (gnus-netrc-get): Remove aliases.
26052
26053         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26054
26055         * assistant.el (wid-edit): Fix compilation.
26056
26057         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26058
26059 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26060
26061         * gnus-util.el (gnus-set-file-modes): New function.  (small
26062         patch).
26063
26064 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26065
26066         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26067
26068         * assistant.el (assistant-render-node): Fix up rendering and
26069         read-only text.
26070         (assistant-render-node): Reset.
26071         (assistant-make-read-only): Not sticky.
26072
26073 2004-05-20  Danny Siu  <dsiu@adobe.com>
26074
26075         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26076         centered even when gnus-auto-center-summary is t.
26077
26078 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26079
26080         * dns.el (dns-get-txt-answer): New function.
26081         (dns-read-txt): Ditto.
26082         (query-dns): Use it.
26083
26084 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26085
26086         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26087         active for foreign groups even if the group level is higher than
26088         the specified value.
26089
26090 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26091
26092         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26093         non-active groups.
26094
26095         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26096
26097 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26098
26099         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26100
26101 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26102
26103         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26104         (spam-crm114-header, spam-crm114-spam-switch)
26105         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26106         (spam-crm114-positive-spam-header)
26107         (spam-crm114-database-directory, spam-list-of-processors)
26108         (spam-group-spam-processor-crm114-p)
26109         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26110         (spam-generic-score, spam-list-of-checks)
26111         (spam-list-of-statistical-checks, spam-registration-functions)
26112         (spam-check-crm114-headers, spam-crm114-score)
26113         (spam-check-crm114, spam-crm114-register-with-crm114)
26114         (spam-crm114-register-spam-routine)
26115         (spam-crm114-unregister-spam-routine)
26116         (spam-crm114-register-ham-routine)
26117         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26118
26119 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26120
26121         * gnus.el: Add spam-use-crm114.
26122
26123         * spam.el (spam-list-of-processors, spam-registration-functions):
26124         Add spam-use-resend.
26125         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26126         (spam-report-articles-gmane): Add doc fix.
26127         (spam-report-articles-resend, spam-report-resend-register-routine):
26128         Add wrappers around spam-report-resend-to.
26129
26130         * spam-report.el (spam-report-resend-to, spam-report-resend):
26131         Add support for resending spam.
26132         (spam-report-gmane): Fix line length >80.
26133
26134         * gnus.el (spam-process): Add spam-use-resend.
26135
26136 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26137
26138         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26139         number of processed spam messages.
26140         (spam-ham-copy-or-move-routine): Return the number of processed
26141         ham messages.
26142         (spam-summary-prepare-exit): Use the above values to decide
26143         whether status messages should be displayed.
26144
26145 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26146
26147         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26148         `rfc2047-encoding-function-alist' in order to avoid conflicting
26149         with the old version.
26150         (rfc2047-encode-region): Concatenate words containing non-ASCII
26151         characters in structured fields; don't encode space-delimited
26152         ASCII words even in unstructured fields; don't break words at
26153         char-category boundaries.
26154         (rfc2047-encode-1): New function.
26155         (rfc2047-encode): Use it; encode text so that it occupies the
26156         maximum width within 76-column; work correctly on Q encoding for
26157         iso-2022-* charsets.
26158         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26159         sure not to break a line just after the header name.
26160         (rfc2047-b-encode-region): Remove.
26161         (rfc2047-b-encode-string): New function.
26162         (rfc2047-q-encode-region): Remove.
26163         (rfc2047-q-encode-string): New function.
26164
26165         * mm-util.el (mm-replace-in-string): New function.
26166
26167 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26168
26169         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26170         Really get it right.
26171         (gnus-inews-make-draft): Really.
26172
26173 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26174
26175         * nnmh.el (nnmh-request-list-1): Don't check the link count
26176         before descending.  (small patch)
26177
26178 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26179
26180         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26181         stuff.
26182
26183         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26184         Match on real group name.
26185
26186         * gnus-art.el (gnus-signature-limit): Doc fix.
26187
26188         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26189
26190         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26191
26192 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26193
26194         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26195         isn't a string.
26196
26197 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26198
26199         * gnus-draft.el (gnus-draft-send):
26200         Bind rfc2047-encode-encoded-words.
26201
26202         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26203         (rfc2047-encodable-p): Say that =? needs encoding.
26204         (rfc2047-encode-encoded-words): New variable.
26205
26206         * gnus-group.el (gnus-group-select-group): Doc fix.
26207
26208         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26209
26210         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26211         to nil.
26212
26213         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26214
26215         * nnheader.el (nnheader-get-lines-and-char): New function.
26216
26217 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26218
26219         * gnus-msg.el (gnus-summary-followup-with-original):
26220         Document yanking of region when active.
26221
26222 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26223
26224         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26225         groups if the group level is higher than the specified value.
26226
26227 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26228
26229         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26230         (gnus-group-jump-to-group): Add prefix argument using
26231         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26232         non-active group.
26233
26234         * compface.el (uncompface): Be verbose when changing
26235         `uncompface-use-external'.
26236
26237         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26238         handle manual section.
26239
26240 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26241
26242         * gnus-art.el (gnus-button-alist): Revert previous change.
26243
26244 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26245
26246         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26247
26248 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26249
26250         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26251         whether backend can accept message.
26252
26253         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26254
26255 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26256
26257         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26258         Avoid creating directory when nntp-marks-is-evil is true.
26259         Reported by Reiner Steib.
26260
26261 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26262
26263         * gnus-picon.el (gnus-picon-insert-glyph):
26264         Add optional `nostring' argument.
26265
26266 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26267
26268         * gnus-picon.el (gnus-picon-style): New variable.
26269         (gnus-picon-transform-address): Support `gnus-picon-style'.
26270
26271 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26272
26273         * message.el (message-fill-field): Return point.
26274         (message-generate-headers): Go to end of field.
26275
26276         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26277         stuff for non-living groups.
26278
26279 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26280
26281         * gnus-art.el (gnus-article-followup-with-original)
26282         (gnus-article-reply-with-original): gnus-mark-active-p ->
26283         gnus-region-active-p.
26284
26285 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26286
26287         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26288         only when there is spam or ham to be processed.
26289
26290 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26291
26292         * mail-source.el (mail-source-delete-crash-box): Refactor.
26293         (mail-source-fetch): Use it.
26294         (mail-source-fetch-file): Ditto.
26295         (mail-source-fetch-directory): Run postscript in loop.
26296         (mail-source-fetch-pop): Delete.
26297         (mail-source-fetch-maildir): Ditto.
26298         (mail-source-fetch-imap): Ditto.
26299
26300         * imap.el (imap-authenticators): Comment out sasl.
26301
26302         * message.el (message-skip-to-next-address): New function.
26303         (message-fill-header-address): Refactor.
26304         (message-fill-address): Use it.
26305         (message-delete-address): Use it.
26306         (message-fill-header-general): Refactor.
26307         (message-fill-field-address): Rename.
26308         (message-narrow-to-field): Find the start of the header.
26309         (message-header-format-alist): Don't pre-fill.
26310         (message-fill-header): Remove.
26311         (message-insert-header): New function.
26312         (message-shorten-references): Use it.
26313
26314         * rfc2047.el (rfc2047-field-value): Strip props.
26315
26316         * mail-parse.el (mail-header-make-address): New alias.
26317
26318         * ietf-drums.el (ietf-drums-make-address): New function.
26319
26320         * imap.el: Add compiler directives.
26321
26322         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26323
26324         * gnus-art.el (article-decode-idna-rhs): Don't use
26325         message-idna-inside-rhs-p.
26326
26327 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26328
26329         * message.el (message-idna-inside-rhs-p): Remove.
26330         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26331
26332         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26333         false positives.
26334
26335 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26336
26337         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26338
26339 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26340
26341         * nneething.el (nneething-file-name): Don't create spurious
26342         files.
26343
26344         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26345         (gnus-inews-do-gcc): Remove sleep.
26346
26347         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26348         part under point.
26349
26350         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26351         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26352
26353 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26354
26355         * spam.el (spam-summary-prepare-exit): Fix (length).
26356
26357 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26358
26359         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26360         as expired without moving it" message when there are spam
26361         messages left.
26362
26363 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26364
26365         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26366         header is not nil.
26367
26368 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26369
26370         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26371         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26372         (nntp-marks-changed-p): New arg SERVER.
26373         (nntp-request-update-info): Adjust caller.
26374
26375 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26376
26377         * nntp.el (nntp-save-marks): Pass missing arg.
26378
26379 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26380
26381         * nntp.el: Support marks.
26382         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26383         (nntp-marks-modtime, nntp-marks-directory): New variables.
26384         (nntp-request-set-mark, nntp-request-update-info)
26385         (nntp-possibly-create-directory, nntp-marks-changed-p)
26386         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26387         New functions.
26388
26389 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26390
26391         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26392         (gnus-xmas-redefine): Rename.
26393
26394         * gnus-score.el (gnus-score-insert-help):
26395         Use gnus-select-lowest-window.
26396
26397         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26398         appt-select-lowest-window and rename to gnus-select-lowest-window.
26399
26400         * gnus.el: do.
26401
26402 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26403
26404         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26405         encodings of MIME-encoded words, in order to improve
26406         interoperability with several broken MUAs.
26407
26408 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26409
26410         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26411         tags, only when charsets are not specified in headers.
26412         (mm-inline-text-html-render-with-w3m): Ditto.
26413
26414         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26415         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26416
26417 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26418
26419         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26420         instead of MIME-decoded from fields when checking
26421         `gnus-article-address-banner-alist'.
26422
26423 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26424
26425         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26426         description rather than subject.
26427
26428 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26429
26430         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26431
26432 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26433
26434         * gnus.el (gnus-version-number): Bump.
26435
26436 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26437
26438         * gnus.el: No Gnus v0.2 is released.
26439
26440 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26441
26442         * gnus-agent.el (gnus-agent-read-agentview):
26443         Inline gnus-uncompress-range.
26444
26445 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26446
26447         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26448         `exec-installed-p'.
26449
26450 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26451
26452         * gnus.el (spam-process, spam-autodetect-methods):
26453         Add bsfilter and bsfilter-headers.
26454
26455         * spam.el (spam-bsfilter): New customize group.
26456         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26457         (spam-bsfilter-header, spam-bsfilter-probability-header)
26458         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26459         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26460         (spam-bsfilter-database-directory): New options.
26461         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26462         (spam-list-of-statistical-checks, spam-registration-functions):
26463         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26464         (spam-bsfilter-score): New command.
26465         (spam-check-bsfilter-headers, spam-check-bsfilter)
26466         (spam-bsfilter-register-with-bsfilter)
26467         (spam-bsfilter-register-spam-routine)
26468         (spam-bsfilter-unregister-spam-routine)
26469         (spam-bsfilter-register-ham-routine)
26470         (spam-bsfilter-unregister-ham-routine): New functions.
26471         (spam-generic-score): Support bsfilter; Accept an optional argument
26472         to recalcurate spam score even if scoring header has already been
26473         added.
26474         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26475         optional argument to recalcurate spam score even if scoring header
26476         has already been added.
26477
26478 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26479
26480         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26481         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26482         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26483         link is missing.
26484
26485 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26486
26487         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26488         (html2text-get-attr): Rewrite.
26489
26490         * message.el (message-setup-1): Remove redundant put-text-property
26491         on mail-header-separator.
26492
26493 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26494
26495         * gnus-registry.el (gnus-registry-cache-whitespace)
26496         (gnus-registry-action, gnus-registry-spool-action)
26497         (gnus-registry-split-fancy-with-parent): Change message levels
26498         from 5 to 3 or 7, as needed.
26499
26500         * spam.el (spam-summary-prepare-exit)
26501         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26502         (spam-split, spam-find-spam, spam-log-undo-registration)
26503         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26504         level from 5 to 6.
26505
26506 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26507
26508         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26509         2004-03-04 change).
26510
26511 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26512
26513         * sieve-manage.el (sieve-manage-open):
26514         * nnweb.el (nnweb-insert-html):
26515         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26516         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26517         * nnspool.el (nnspool-request-group):
26518         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26519         * nnml.el (nnml-request-update-info):
26520         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26521         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26522         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26523         (nnimap-request-set-mark):
26524         * nnfolder.el (nnfolder-request-update-info):
26525         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26526         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26527         * gnus-uu.el (gnus-uu-find-articles-matching):
26528         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26529         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26530         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26531         * gnus-nocem.el (gnus-nocem-scan-groups):
26532         * gnus-int.el (gnus-start-news-server):
26533         * gnus-group.el (gnus-group-make-kiboze-group)
26534         (gnus-group-browse-foreign-server):
26535         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26536         Use mapc when appropriate.
26537
26538 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26539             Adam Sjøgren  <asjo@koldfront.dk>
26540             Wes Hardaker  <wes@hardakers.net>
26541             Michael Shields  <shields@msrl.com>
26542
26543         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26544         may need for spam sorting and scoring.
26545         (spam-user-format-function-S): Add user format function suitable for
26546         general use.
26547         (spam-article-sort-by-spam-status): Add sorting function for summary
26548         sorting.
26549         (spam-extra-header-to-number): Add function to get a score from a
26550         header.
26551         (spam-summary-score): Add function to get a numeric score from the
26552         headers.
26553         (spam-generic-score): Fix function doc, was in wrong place.
26554         (spam-initialize): Take symbols when it's run, and install the
26555         extra headers that spam-necessary-extra-headers thinks we need.
26556
26557 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26558
26559         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26560         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26561
26562 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26563
26564         * gnus-sum.el (gnus-set-global-variables)
26565         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26566         (gnus-article-get-xrefs, gnus-summary-best-group)
26567         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26568         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26569         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26570         Use with-current-buffer.
26571
26572 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26573
26574         * spam.el (spam-summary-prepare-exit): Simplify logic.
26575         (spam-fetch-article-header): Read the article header if it's not
26576         available.
26577         (spam-list-articles): Simplify logic.
26578         (spam-filelist-register-routine): Fix bug with unregister-list.
26579
26580         * gnus-registry.el: Fix comments at beginning.
26581
26582 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26583
26584         * message.el (message-cater-to-broken-inn): Remove.
26585         (message-shorten-references): Make sure the total folded length of
26586         References is shorter than 998 characters to cater to a bug in INN
26587         2.3.  Also, don't pretend that references aren't folded -- this
26588         hasn't worked for a while.
26589
26590 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26591
26592         * gnus-agent.el (gnus-agentize):
26593         gnus-agent-send-mail-real-function no longer set to current value
26594         of message-send-mail-function but rather a lambda that calls
26595         message-send-mail-function.  The change makes the agent real-time
26596         responsive to user changes to message-send-mail-function.
26597
26598 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26599
26600         * legacy-gnus-agent.el
26601         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26602         help from Florian Weimer <fw@deneb.enyo.de>
26603
26604 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26605
26606         * nnmail.el (nnmail-cache-insert): Revert last change.
26607
26608 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26609
26610         * nnmail.el (nnmail-cache-insert): Always check whether
26611         nnmail-cache-ignore-groups matches a group name.
26612
26613 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26614
26615         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26616         (spam-find-spam, spam-log-processing-to-registry)
26617         (spam-log-registered-p, spam-log-unregistration-needed-p)
26618         (spam-log-undo-registration): Use gnus-message instead of
26619         gnus-error, none of these errors are fatal.
26620
26621         * gnus-registry.el (gnus-registry-clean-empty-function)
26622         (gnus-registry-clean-empty): Remove only empty entries without
26623         extra data.
26624
26625 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26626
26627         * spam-stat.el (spam-stat-buffer-change-to-spam)
26628         (spam-stat-buffer-change-to-non-spam): Change (error) to
26629         (gnus-message 8) invocation.
26630
26631 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26632
26633         * nntp.el (nntp-via-netcat-command): New variable.
26634         (nntp-via-netcat-switches): New variable.
26635         (nntp-open-via-rlogin-and-netcat): New function.
26636         (nntp-open-connection-function): Doc fix.
26637         (nntp-telnet-command): Doc fix.
26638         (nntp-end-of-line): Doc fix.
26639         (nntp-via-rlogin-command): Doc fix.
26640         (nntp-via-user-name): Doc fix.
26641         (nntp-via-address): Doc fix.
26642
26643 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26644
26645         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26646         error in Emacs 21.1.
26647
26648 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26649
26650         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26651
26652 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26653
26654         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26655         (gnus-agent-with-refreshed-group): New macro.
26656         (gnus-agent-rename-group): New function.
26657         (gnus-agent-delete-group): New function.
26658         (gnus-agent-save-group-info): Use gnus-command-method when
26659         `method' parameter is nil.  Don't write nil entries into the
26660         active file.
26661         (gnus-agent-get-group-info): New function.
26662         (gnus-agent-fetch-articles):
26663         Use gnus-agent-update-files-total-fetched-for to increment disk space
26664         used.
26665         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26666         Use gnus-agent-update-view-total-fetched-for to increment disk space
26667         used.
26668         (gnus-agent-get-local): Add optional parameters to avoid calling
26669         gnus-group-real-name and gnus-find-method-for-group.
26670         (gnus-agent-set-local): Delete stored entry if either min, or max,
26671         are nil.
26672         (gnus-agent-fetch-session): Reworded error/quit messages.
26673         On quit, use gnus-agent-regenerate-group to record existance of any
26674         articles fetched to disk before the quit occurred.
26675         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26676         gnus-agent-update-view-total-fetched-for, and
26677         gnus-agent-update-files-total-fetched-for to decrement disk space
26678         used.
26679         (gnus-agent-retrieve-headers):
26680         Use gnus-agent-update-view-total-fetched-for to increment disk space
26681         used.
26682         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26683         with gnus-agent-update-files-total-fetched-for to decrement disk
26684         space and fresh group buffer.
26685         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26686         (gnus-agent-need-update-total-fetched-for): New variable.
26687         (gnus-agent-update-files-total-fetched-for): New function.
26688         (gnus-agent-update-view-total-fetched-for): New function.
26689         (gnus-agent-total-fetched-for): New function.
26690
26691         * gnus-cache.el (gnus-cache-save-buffers):
26692         Use gnus-cache-update-overview-total-fetched-for to change disk space
26693         used by this group.
26694         (gnus-cache-possibly-enter-article):
26695         Use gnus-cache-update-file-total-fetched-for to increment disk space
26696         used by this group.
26697         (gnus-cache-possibly-remove-article):
26698         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26699         used by this group.
26700         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26701         (gnus-cache-rename-group): New function.
26702         (gnus-cache-delete-group): New function.
26703         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26704         (gnus-cache-need-update-total-fetched-for): New variable.
26705         (gnus-cache-with-refreshed-group): New macro.
26706         (gnus-cache-update-file-total-fetched-for): New function.
26707         (gnus-cache-update-overview-total-fetched-for): New function.
26708         (gnus-cache-rename-group-total-fetched-for): New function.
26709         (gnus-cache-delete-group-total-fetched-for): New function.
26710         (gnus-cache-total-fetched-for): New function.
26711
26712         * gnus-group.el: Require gnus-sum and autoload functions to
26713         resolve warnings when gnus-group.el compiled alone.
26714         (gnus-group-line-format): Document new %F.
26715         (size of Fetched data) group line format; identifies disk space
26716         used by agent and cache.
26717         (gnus-group-line-format-alist): Define new F format.
26718         (gnus-total-fetched-for): New function.
26719         (gnus-group-delete-group): No longer update
26720         gnus-cache-active-altered as gnus-request-delete-group now keeps
26721         the cache in sync.
26722         (gnus-group-list-active): Let the agent store a server's active
26723         list if currently plugged.
26724
26725         * gnus-int.el (gnus-request-delete-group):
26726         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26727         local disk in sync with the server.
26728         (gnus-request-rename-group):
26729         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26730         local disk in sync with the server.
26731
26732         * gnus-start.el (gnus-get-unread-articles):
26733         Cosmetic simplification to logic.
26734
26735         * gnus-util.el (gnus-rename-file): New function.
26736
26737 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26738
26739         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26740
26741 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26742
26743         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26744         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26745
26746 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26747
26748         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26749         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26750
26751 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26752
26753         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26754
26755 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26756
26757         * spam.el (spam-set-difference): Add function to replace
26758         gnus-set-difference in spam.el.
26759         (spam-summary-prepare-exit): Use spam-set-difference.
26760
26761 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26762
26763         * gnus-registry.el (gnus-registry-cache-file): Update to use
26764         gnus-dribble-directory OR gnus-home-directory OR ~.
26765         (gnus-registry-split-fancy-with-parent): Fix doc.
26766
26767 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26768
26769         * message.el (message-exchange-point-and-mark):
26770         Use message-mark-active-p.  Suggested by Jesper Harder
26771         <harder@ifa.au.dk>.
26772
26773 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26774
26775         * message.el (message-exchange-point-and-mark): Don't activate
26776         region if it was inactive.  Suggested by Hiroshi Fujishima
26777         <pooh@nature.tsukuba.ac.jp>.
26778
26779 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26780
26781         * gnus-art.el (article-display-face): Display Faces in the same
26782         order as X-Faces.
26783
26784 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26785
26786         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26787
26788 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26789
26790         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26791         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26792         (gnus-article-mime-hierarchy): Remove.
26793         (gnus-article-mime-hierarchy-next): Remove.
26794         (gnus-article-mode): Revert 2004-03-19 change.
26795         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26796         (gnus-insert-mime-button): Revert 2004-03-19 change.
26797         (gnus-mime-accumulate-hierarchy): Remove.
26798         (gnus-mime-enter-multipart): Remove.
26799         (gnus-mime-leave-multipart): Remove.
26800         (gnus-mime-display-part): Revert 2004-03-19 change.
26801         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26802
26803         * mml.el (mml-preview): Revert 2004-03-19 change.
26804
26805 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26806
26807         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26808
26809 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26810
26811         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26812         t while entering a file name using the mm-with-multibyte macro.
26813         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26814
26815         * mm-util.el (mm-with-multibyte): New macro.
26816
26817 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26818
26819         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26820         New user option.
26821         (gnus-mime-multipart-functions): Doc and customization fix.
26822         (gnus-article-mime-hierarchy): New variable.
26823         (gnus-article-mime-hierarchy-next): New variable.
26824         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26825         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26826         gnus-article-mime-hierarchy-next to nil.
26827         (gnus-insert-mime-button): Show hierarchy numbers.
26828         (gnus-mime-accumulate-hierarchy): New function.
26829         (gnus-mime-enter-multipart): New function.
26830         (gnus-mime-leave-multipart): New function.
26831         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26832         (gnus-mime-display-alternative): Show hierarchy numbers.
26833
26834         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26835         gnus-article-mime-hierarchy-next to nil.
26836
26837 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26838
26839         * dns.el: Don't require gnus-xmas.
26840
26841 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26842
26843         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26844         inline PGP.
26845         (mml-menu): Disable mml-quote-region if mark is inactive.
26846
26847 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26848
26849         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26850         when the group's active is not available.
26851
26852 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26853
26854         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26855         error.
26856
26857 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26858
26859         * imap.el (imap-store-password): New variable.
26860         (imap-interactive-login): Use it.
26861         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26862
26863 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26864
26865         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26866         window-start and hscroll to summary window.
26867
26868 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26869
26870         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26871         conversion message to newsrc-dribble when an actual conversion is
26872         performed.
26873
26874 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26875
26876         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26877
26878 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26879
26880         * mm-decode.el (mm-complicated-handles): New function reviving
26881         former definition of mm-multiple-handles.
26882
26883         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26884         (gnus-mime-delete-part): Use it.
26885
26886 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26887
26888         * gnus-agent.el (gnus-agent-read-local):
26889         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26890         avoid the implicit assumption that they will always be equal.
26891         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26892         coding-system-for-write, as the with-temp-file macro first prints
26893         to a buffer then saves the buffer.
26894
26895 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26896
26897         * gnus-art.el (gnus-article-edit-part): New function.
26898         (gnus-mime-save-part-and-strip): Use it; do query instead of
26899         signaling an error; don't use mm-multiple-handles.
26900         (gnus-mime-delete-part): Ditto.
26901
26902 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26903
26904         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26905         old file versions.
26906         (gnus-group-prepare-hook): Remove function that converted list
26907         form of gnus-agent-expire-days to group properties.
26908
26909         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26910         (gnus-request-accept-article): Re-indented.
26911
26912         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26913         converters to handle old agent file formats.  Add logic for a
26914         "backup before upgrading warning".
26915         (gnus-convert-mark-converter-prompt): Developers can mark
26916         functions as needing (default), or not needing,
26917         gnus-convert-old-newsrc's "backup before upgrading warning".
26918         (gnus-convert-converter-needs-prompt): Tests whether the user
26919         should be protected from potentially irreversable changes by the
26920         function.
26921
26922         * legacy-gnus-agent.el: New.  Provides converters that are only
26923         loaded when gnus-convert-old-newsrc needs to call them.
26924
26925 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26926
26927         * mail-source.el (mail-source-touch-pop): Doc fix.
26928
26929         * message.el (message-smtpmail-send-it): Doc fix.
26930
26931 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26932
26933         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26934
26935         * nnmail.el (nnmail-split-fancy): do.
26936
26937         * gnus-kill.el (gnus-kill, gnus-execute): do.
26938
26939 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26940
26941         * gnus-sum.el (gnus-widget-reversible-match)
26942         (gnus-widget-reversible-to-internal)
26943         (gnus-widget-reversible-to-external): New functions.
26944         (gnus-widget-reversible): New widget.
26945         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26946
26947 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26948
26949         * gnus-sum.el (gnus-thread-sort-functions)
26950         (gnus-article-sort-functions): Document `(not F)' items.
26951
26952 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26953
26954         * spam.el (spam-use-gmane-xref): Add new backend.
26955         (spam-gmane-xref-spam-group): Add variable to control the name of the
26956         Gmane spam group.
26957         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26958         (spam-regex-headers-spam, spam-regex-headers-ham)
26959         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26960         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26961         backends and checks.
26962         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26963
26964         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26965         an autodetect method.
26966
26967 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26968
26969         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26970         articles are being added to a group.
26971         (gnus-request-replace-article): Inform the agent that articles
26972         need to be uncached as the cached contents are no longer valid.
26973
26974 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26975
26976         * binhex.el: Don't autoload executable-find.
26977
26978         * canlock.el: Don't autoload mail-fetch-field.
26979
26980         * dgnushack.el: Autoload c-mode for XEmacs.
26981
26982         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26983
26984         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26985         rmail-dont-reply-to and rmail-output.
26986
26987         * gnus-score.el: Don't autoload ffap-string-at-point.
26988
26989         * gnus-setup.el: Don't autoload sc-cite-original.
26990
26991         * imap.el: Don't autoload base64-decode-string,
26992         base64-encode-string and md5.
26993
26994         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26995         and rmail-msg-restore-non-pruned-header.
26996
26997         * mm-decode.el: Don't autoload executable-find.
26998
26999         * mm-url.el: Don't autoload executable-find.
27000
27001         * mm-view.el: Don't autoload diff-mode.
27002
27003         * nndb.el: Don't autoload news-reply-mode, news-setup,
27004         cancel-timer and telnet.
27005
27006         * password.el: Don't autoload run-at-time for Emacs.
27007
27008         * sha1-el.el: Don't autoload executable-find.
27009
27010         * sieve-mode.el: Don't autoload c-mode.
27011
27012         * uudecode.el: Don't autoload executable-find.
27013
27014 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27015
27016         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27017         (gnus-agent-possibly-alter-active): Avoid null in numeric
27018         comparison.
27019         (gnus-agent-set-local): Refuse to save null in local object table.
27020         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27021         list of articles that will be marked as unread.
27022
27023 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27024
27025         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27026
27027 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27028
27029         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27030         language tags.
27031
27032 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27033
27034         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27035         Don't bind "obarray".
27036
27037         * gnus-sum.el (gnus-thread-sort-functions):
27038         Add `gnus-thread-sort-by-most-recent-number' and
27039         `gnus-thread-sort-by-most-recent-date'.
27040         Reported by Kai Grossjohann <kai@emptydomain.de>.
27041
27042 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27043
27044         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27045
27046 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27047
27048         * gnus-cus.el (gnus-agent-customize-category):
27049         Remove ignore-errors macro reference that required cl to be loaded at
27050         run-time.
27051
27052         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27053         single-interval range of the form (min . max).  Previously the
27054         range had to look like ((min . max)).  Likewise, return
27055         (min . max) rather than ((min . max)).
27056         (gnus-range-map): Use gnus-range-normalize to accept
27057         single-interval range.
27058
27059         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27060         the cache, but not the agent, now appear with their usual face.
27061
27062         * dgnushack.el (loaddir): New variable that is bound to the
27063         directory containing the dgnushack.el file.  Use loaddir, rather
27064         than srcdir, to update load-path.  Change lets dgnushack compile
27065         code in directories other than GNUS/lisp.
27066
27067 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27068
27069         * lpath.el: Don't bind w3m-safe-url-regexp.
27070
27071         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27072         w3m-safe-url-regexp variable buffer-local.
27073
27074         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27075
27076 2004-02-27  Simon Josefsson  <jas@extundo.com>
27077
27078         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27079         gnus-group-real-prefix.
27080         (gnus-summary-move-article): Use it, instead of
27081         gnus-group-real-prefix.
27082
27083 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27084
27085         * lpath.el: Bind w3m-safe-url-regexp.
27086
27087         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27088         w3m-safe-url-regexp variable buffer-local and set it as the value
27089         of mm-w3m-safe-url-regexp.
27090
27091         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27092
27093         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27094         parsing gnus-posting-styles when the message is not for replying.
27095
27096         * dgnushack.el: Autoload sgml-mode for XEmacs.
27097
27098         * nnrss.el (nnrss-opml-export):
27099         Use mm-set-buffer-file-coding-system instead of
27100         set-buffer-file-coding-system.
27101
27102 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27103
27104         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27105         of checkdoc.el).
27106         * nnrss.el: do.
27107         * gnus-mlspl.el: do.
27108         * gnus-ml.el: do.
27109         * gnus-srvr.el: do.
27110
27111         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27112
27113 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27114
27115         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27116         Corrections to custom-manual links.
27117
27118         * gnus-art.el (gnus-article): Ditto.
27119
27120         * mm-decode.el (mime-display, mime-security): Ditto.
27121
27122 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27123
27124         * flow-fill.el: Typo.
27125
27126 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27127
27128         * spam-wash.el: New file.
27129
27130 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27131
27132         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27133
27134 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27135
27136         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27137         to be run with new-articles as LIST1, not LIST2.
27138         (spam-registration-functions): Add spam-use-ham-copy as a nil
27139         registration backend.
27140
27141 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27142
27143         * spam-stat.el (spam-stat-washing-hook): New option.
27144         (spam-stat-buffer-words): Use it.
27145         (spam-stat-process-directory, spam-stat-test-directory):
27146         Use insert-file-contents-literally.
27147         (spam-stat-coding-system): New variable.
27148         (spam-stat-load, spam-stat-save): Use it.
27149
27150 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27151
27152         * spam-report.el (spam-report-plug-agent):
27153         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27154
27155 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27156
27157         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27158         Allow / in mailto URLs.
27159
27160 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27161
27162         * spam-report.el (spam-report-process-queue): Fix interactive use.
27163         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27164         (spam-report-unplug-agent): Doc fixes.
27165         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27166         (spam-report-agentize, spam-report-deagentize): Autoload.
27167
27168 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27169
27170         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27171
27172         * message.el (message-setup-fill-variables): Add mml tags to
27173         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27174         <ajk@iu.edu>.
27175         (message-mode): Don't modify paragraph-separate there.
27176
27177 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27178
27179         * compface.el (uncompface-use-external): Default to undecided.
27180         (uncompface-use-external-threshold): New variable.
27181         (uncompface-float-time): New macro.
27182         (uncompface): Determine whether to use the external decoder if
27183         uncompface-use-external is undecided.
27184
27185 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27186
27187         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27188         after images.
27189
27190         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27191
27192 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27193
27194         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27195
27196         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27197
27198         * gnus-sum.el (gnus-summary-limit-to-age)
27199         (gnus-summary-limit-children): do.
27200
27201         * gnus-int.el (gnus-request-scan): do.
27202
27203         * gnus-group.el (gnus-group-suspend): do.
27204
27205         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27206
27207         * gnus-cite.el (gnus-cite-parse-attributions): do.
27208
27209         * gnus-agent.el (gnus-summary-set-agent-mark)
27210         (gnus-agent-regenerate-group): do.
27211
27212         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27213
27214         * binhex.el (binhex-decode-region-internal): do.
27215
27216 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27217
27218         * gnus-fun.el (gnus-face-properties-alist): New user option.
27219         (gnus-display-x-face-in-from): Use it.
27220
27221         * gnus-art.el (article-display-face): Ditto.
27222
27223         * compface.el (uncompface-use-external): Default to nil.
27224
27225 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27226
27227         * nntp.el (nntp-erase-buffer): New function.
27228         (nntp-retrieve-data, nntp-send-command)
27229         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27230         (nntp-possibly-change-group): Use it.
27231
27232         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27233         Use with-current-buffer.
27234
27235 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27236
27237         * compface.el: Merge the ELisp-based uncompface program.
27238         (compface): New customization group.
27239         (uncompface-use-external): New user option.
27240         (uncompface): Call uncompface-internal if uncompface-use-external
27241         is nil.
27242         (uncompface-internal): New function.  Note that there are also
27243         some other functions and variables added for this function.
27244
27245 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27246
27247         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27248         if necessary.
27249
27250 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27251
27252         * spam-report.el (spam-report-unplug-agent)
27253         (spam-report-plug-agent, spam-report-deagentize)
27254         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27255         Add support for the Agent in spam-report: when unplugged, report to a
27256         file; when plugged, submit all the requests.
27257
27258         * spam.el (spam-register-routine): Fix message about
27259         registration.
27260
27261 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27262
27263         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27264         dependencies.
27265         (rfc2047-encode): Use it.
27266
27267         * gnus-art.el (gnus-button-marker-list): Move before first
27268         reference.
27269
27270         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27271         (imap-parse-body): Fix format string mismatch.
27272
27273         * gnus-score.el (gnus-summary-increase-score): do.
27274
27275         * nnrss.el (nnrss-close): New function.
27276
27277 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27278
27279         * nnrss.el (nnrss-make-filename): New function.
27280         (nnrss-request-delete-group, nnrss-read-server-data)
27281         (nnrss-save-server-data, nnrss-read-group-data)
27282         (nnrss-save-group-data): Use it.
27283         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27284         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27285         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27286
27287 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27288
27289         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27290
27291 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27292
27293         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27294         files.
27295
27296         * message.el (message-generate-headers-first): Don't quote nil
27297         and t in docstrings.
27298
27299         * imap.el (imap-id): do.
27300
27301         * gnus-agent.el (gnus-agent-consider-all-articles)
27302         (gnus-agent-queue-mail): do.
27303
27304 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27305
27306         * spam-report.el (spam-report-process-queue): New function.
27307         Process requests from `spam-report-requests-file'.
27308         (spam-report-process-queue): Doc fix.
27309
27310 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27311
27312         * spam.el (spam-register-routine)
27313         (spam-log-processing-to-registry, spam-log-registered-p)
27314         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27315         Change "check" to "spam-check" for semi-clarity.
27316
27317 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27318
27319         * pop3.el: Require nnheader.
27320
27321         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27322
27323         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27324
27325         * gnus-picon.el: Require cl.
27326
27327         * gnus-fun.el: Require gnus-ems and gnus-util.
27328
27329         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27330
27331         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27332
27333         * gnus-art.el (gnus-article-edit-mode): Define before first
27334         reference.
27335
27336 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27337
27338         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27339         (gnus-uu-post-encoded): Use point-at-bol.
27340
27341         * gnus-topic.el (gnus-group-active-topic-p): do.
27342
27343         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27344
27345         * gnus-group.el (gnus-group-kill-region): do.
27346
27347         * gnus-art.el (article-date-ut): do.
27348
27349         * message.el (message-fetch-field): Remove redundant
27350         case-fold-search binding.
27351         (message-narrow-to-field): Simplify.
27352
27353 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27354
27355         * spam.el (spam-directory): Derive from `gnus-directory'.
27356
27357         * spam-report.el (spam-report-url-to-file)
27358         (spam-report-requests-file): New function and variable for offline
27359         reporting.
27360         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27361         and user defined function.
27362         (spam-report-url-ping-mm-url): Remove doubled slash.
27363
27364 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27365
27366         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27367
27368 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27369
27370         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27371         Fix format string mismatch.
27372
27373         * sieve.el (sieve-deactivate-all): do.
27374
27375         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27376
27377         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27378
27379         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27380
27381         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27382
27383 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27384
27385         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27386         the list of checks.
27387
27388 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27389
27390         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27391         padding.
27392
27393 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27394
27395         * mm-view.el (mm-fill-flowed): New variable.
27396         (mm-inline-text): Use it.
27397
27398 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27399
27400         * spam.el (spam-spamassassin-register-ham-routine)
27401         (spam-spamassassin-register-spam-routine): Fix function names.
27402
27403 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27404
27405         * gnus.el (gnus-tmp-grouplens): Remove.
27406         (gnus-summary-line-format): Remove grouplens.
27407
27408         * gnus-group.el (gnus-group-line-format): Ditto.
27409
27410         * gnus-spec.el (gnus-format-specs): Ditto.
27411         (gnus-update-format-specifications): Flush the group format spec
27412         cache if there's the grouplens stuff.
27413         (gnus-parse-simple-format): Replace %l with the empty string.
27414
27415 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27416
27417         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27418         omission.
27419
27420 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27421
27422         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27423         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27424
27425 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27426
27427         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27428         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27429         New macros and functions.
27430         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27431         Handle > NLINK_MAX messages.
27432         * nnmaildir.el (nnmaildir-request-set-mark):
27433         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27434
27435 2004-01-25  Alex Schroeder  <alex@gnu.org>
27436
27437         * spam-stat.el (spam-stat-process-directory-age): New option.
27438         (spam-stat-process-directory): Use it.
27439
27440 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27441
27442         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27443         (spam-stat-save): Accept prefix argument.
27444
27445 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27446
27447         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27448         links" error.
27449
27450 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27451
27452         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27453         the rest of the and/or forms.
27454
27455 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27456
27457         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27458         compatibility with old .newsrc.eld files.
27459
27460         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27461
27462         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27463
27464         * gnus-start.el (gnus-1): do.
27465
27466         * gnus-group.el (gnus-group-line-format-alist): do.
27467
27468         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27469
27470         * gnus-gl.el: Remove.
27471
27472 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27473
27474         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27475         marks consisting of a single range {for example, (3 . 5)} rather
27476         than a list of a single range { ((3 . 5)) }.
27477
27478 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27479
27480         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27481         Use with-current-buffer.
27482         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27483         avoid consing a string.
27484
27485         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27486         Remove obsolete entries for big5 and gb2312.
27487
27488 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27489
27490         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27491         uncompressed list.
27492
27493 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27494
27495         * spam-stat.el (spam-stat-strip-xref): New function.
27496         (spam-stat-process-directory): Use it.
27497
27498         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27499         here -- it's done in message-fetch-field.
27500
27501 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27502
27503         * gnus-agent.el (gnus-agent-queue-mail)
27504         (gnus-agent-prompt-send-queue): New variables.
27505         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27506         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27507         "nndraft:queue" along to gnus-draft-send.
27508         Use gnus-agent-prompt-send-queue.
27509         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27510         is "nndraft:queue".  Suggested by Gaute Strokkenes
27511         <gs234@srcf.ucam.org>
27512
27513         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27514         (agent-enable-undownloaded-faces): Add.
27515         (gnus-agent-cat-groups): Use eval-and-compile, not
27516         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27517         method of gnus-agent-cat-groups even when the buffer has been
27518         evaled.
27519         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27520         delete gnus-agent-save-active-1.
27521         (gnus-agent-save-groups): Delete.  Identical to
27522         gnus-agent-save-active.
27523         (gnus-agent-write-active): No longer adjust agent's copy of active
27524         file as agent's adjustments are now stored in their own
27525         file.  Remove optional parameter.
27526         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27527         servers.  Add use of min/max range limits from server's local
27528         file.
27529         (gnus-agent-save-alist): Remove unused optional argument.
27530         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27531         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27532         (gnus-agent-set-local): A per-server file that keeps min/max range
27533         limits for articles known to the agent.  Provides a fast mechanism
27534         for altering many active ranges.
27535         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27536         active file (local makes it unnecessary).
27537         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27538
27539         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27540         (agent-enable-undownloaded-faces): Add.
27541
27542         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27543         disable it when sending to "nndraft:queue".
27544         (gnus-group-send-queue): Add safety check to avoid sending queue
27545         when unplugged.
27546
27547         * gnus-group.el (gnus-group-catchup): Use new
27548         gnus-sequence-of-unread-articles, not
27549         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27550         numbers of articles.  Use gnus-range-map to avoid having to
27551         uncompress the unread list.
27552         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27553         Fix invalid ange-ftp reference.
27554
27555         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27556         (gnus-sorted-range-intersection): Intersection of two ranges
27557         without requiring that they first be uncompressed.
27558
27559         * gnus-start.el (gnus-activate-group): Unless blocked by the
27560         caller, possibly expand the active range to include both cached
27561         and agentized articles.
27562         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27563         multiple version-dependent converters.
27564         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27565         gnus-agent-save-active.
27566         (gnus-save-newsrc-file): Save dirty agent range limits.
27567
27568         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27569         gnus-agent-possibly-alter-active.
27570         (gnus-adjust-marked-articles): Faster handling of simple lists.
27571
27572 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27573
27574         * spam-stat.el (spam-stat-test-directory): New optional argument
27575         displays a list of files detected.  Suggested by Andrew Cohen
27576         <cohen@andy.bu.edu>.
27577         (spam-stat-buffer-words-with-scores): Don't narrow and change
27578         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27579
27580 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27581
27582         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27583         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27584         (spam-spamassassin-arguments)
27585         (spam-spamassassin-spam-flag-header)
27586         (spam-spamassassin-positive-spam-flag-header)
27587         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27588         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27589         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27590         (spam-list-of-processors, spam-list-of-checks)
27591         (spam-list-of-statistical-checks, spam-registration-functions)
27592         (spam-check-spamassassin-headers, spam-check-spamassassin)
27593         (spam-spamassassin-score)
27594         (spam-spamassassin-register-with-sa-learn)
27595         (spam-spamassassin-register-spam-routine)
27596         (spam-spamassassin-register-ham-routine)
27597         (spam-assassin-register-spam-routine)
27598         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27599         (spam-bogofilter-score): Fix to show article before scoring.
27600
27601 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27602
27603         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27604         default scoring function.
27605         (spam-generic-score): Call spam-spamassassin-score if
27606         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27607         spam-bogofilter-score otherwise.
27608
27609         * gnus.el (spam-process, spam-autodetect-methods):
27610         Add spamassassin and spamassassin-headers.
27611
27612 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27613
27614         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27615         Suppress unnecessary messages.
27616
27617 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27618
27619         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27620         make-hash-table.
27621
27622 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27623
27624         * canlock.el (base64-encode-string): Don't autoload it.
27625
27626 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27627
27628         * run-at-time.el: Remove useless (require 'itimer),
27629         eval-and-compile and (featurep 'xemacs).
27630
27631 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27632
27633         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27634         GROUP is a virtual group.
27635
27636 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27637
27638         * gnus.el: Autoload `message-y-or-n-p'.
27639
27640 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27641
27642         * pgg-parse.el: Remove unnecessary (require 'custom).
27643
27644         * pgg-def.el: do.
27645
27646         * nnmail.el: do.
27647
27648         * gnus-undo.el: do.
27649
27650         * gnus-picon.el: do.
27651
27652         * gnus-util.el: do.
27653
27654 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27655
27656         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27657
27658 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27659
27660         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27661         handle, as well as a list.
27662
27663         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27664         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27665         (mm-w3m-cid-retrieve): Simplify.
27666
27667 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27668
27669         * message.el (message-kill-to-signature): Allow prefix arg to
27670         specify number of lines to keep before signature.
27671
27672 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27673
27674         * message.el (message-kill-to-signature): Change docstring.
27675
27676 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27677
27678         * canlock.el: Always require sha1-el.
27679         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27680
27681         * message.el: Autoload sha1 only when compiling.
27682
27683         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27684         eudc-expand-inline for XEmacs.
27685
27686 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27687
27688         * message.el (message-canlock-generate): Require sha1-el.
27689
27690 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27691
27692         * message.el (message-expand-name): Silence the byte compiler.
27693
27694         * lpath.el: Add detect-coding-system.
27695
27696         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27697         cus-edit.
27698
27699 2004-01-13  Simon Josefsson  <jas@extundo.com>
27700
27701         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27702         Invoke gnus-score-mode.
27703         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27704
27705         * gnus-range.el (gnus-compress-sequence): Doc fix.
27706         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27707
27708 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27709
27710         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27711
27712 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27713
27714         * spam.el (spam-get-article-as-string): Update to use
27715         gnus-request-article-this-buffer, much simpler.
27716         (spam-get-article-as-buffer): Remove.
27717
27718 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27719
27720         * message.el (message-expand-name): Use EUDC if the user uses that.
27721
27722 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27723
27724         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27725         character for the encoding to avoid consing a string.
27726
27727         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27728         unnecessarily.
27729
27730         * mm-util.el (mm-replace-chars-in-string): Remove.
27731
27732         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27733         of mm-replace-chars-in-string.
27734
27735 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27736
27737         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27738
27739         * mm-util.el (mm-subst-char-in-string): Support inplace.
27740
27741         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27742         a new string in every iteration.  Use shy groups.
27743
27744 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27745
27746         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27747         * gnus-soup.el (gnus-soup-group-brew):
27748         * gnus-msg.el (gnus-put-message):
27749         * gnus-move.el (gnus-group-move-group-to-server):
27750         * gnus-kill.el (gnus-batch-score):
27751         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27752         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27753         (gnus-group-update-group, gnus-group-read-group)
27754         (gnus-group-make-group, gnus-group-make-help-group)
27755         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27756         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27757         (gnus-group-sort-by-unread, gnus-group-catchup)
27758         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27759         (gnus-group-yank-group, gnus-group-set-info)
27760         (gnus-group-list-groups):
27761         * gnus.el (gnus-generate-new-group-name):
27762         * gnus-delay.el (gnus-delay-send-queue):
27763         * nnvirtual.el (nnvirtual-catchup-group):
27764         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27765         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27766         (gnus-group-prepare-topics, gnus-topic-check-topology):
27767         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27768         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27769         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27770         (gnus-group-make-articles-read):
27771         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27772         (gnus-group-change-level, gnus-kill-newsgroup)
27773         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27774         (gnus-get-unread-articles, gnus-make-articles-unread)
27775         (gnus-make-ascending-articles-unread): Use accessor
27776         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27777         to get group information for improved readability.
27778
27779
27780 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27781
27782         * gnus-art.el (article-decode-mime-words, article-babel)
27783         (gnus-article-highlight-signature, gnus-article-add-buttons)
27784         (gnus-signature-toggle): Use gnus-with-article-buffer.
27785
27786         * gnus-art.el (gnus-article-highlight-headers)
27787         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27788
27789         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27790         (gnus-article-set-globals, gnus-request-article-this-buffer)
27791         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27792         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27793         (gnus-mime-display-alternative): Use with-current-buffer.
27794
27795 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27796
27797         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27798         also under 80 char limit, and call gnus-error if needed.
27799         (spam-fetch-article-header): Fix - it was a
27800         buffer-local variable (gnus-newsgroup-data).
27801         (spam-find-spam): Use spam-generate-fake-headers, forget about
27802         spam-insert-fake-headers.
27803         (spam-insert-fake-headers): Remove.
27804
27805 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27806
27807         * deuglify.el (gnus-article-outlook-unwrap-lines)
27808         (gnus-outlook-rearrange-article)
27809         (gnus-outlook-repair-attribution-outlook)
27810         (gnus-outlook-repair-attribution-block)
27811         (gnus-outlook-repair-attribution-other): Remove redundant
27812         save-excursion.
27813
27814 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27815
27816         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27817         (spam-fetch-field-subject-fast)
27818         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27819         (spam-fetch-article-header): Add functions to deal with Gnus
27820         internals for fast retrieval of article header data.
27821         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27822
27823 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27824
27825         * pop3.el (pop3-md5): Remove.
27826         (pop3-apop): Replace pop3-md5 with md5.
27827
27828         * mm-bodies.el: base64 is always built-in.
27829
27830         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27831         Use with-current-buffer.
27832
27833 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27834
27835         * canlock.el (canlock-insert-header): Remove excessive grouping in
27836         regexp.
27837
27838         * gnus-sum.el (gnus-summary-read-document): Ditto.
27839
27840         * gnus-uu.el (gnus-uu-part-number): Ditto.
27841
27842         * html2text.el (html2text-remove-tags): Ditto.
27843         (html2text-format-tags): Ditto.
27844         (html2text-format-single-elements): Ditto.
27845
27846         * mml.el (mml-parse-1): Ditto.
27847
27848 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27849
27850         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27851
27852         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27853
27854         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27855
27856         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27857
27858 2003-11-15  Simon Josefsson  <jas@extundo.com>
27859
27860         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27861         (pgg-gpg-lookup-key): Use regexp match instead of
27862         split-string (split-string is different between emacs 21.2 and
27863         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27864
27865 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27866
27867         * gnus-art.el (gnus-mime-view-all-parts)
27868         (gnus-article-part-wrapper, gnus-article-view-part):
27869         Use with-current-buffer.
27870
27871 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27872
27873         * spam.el (spam-disable-spam-split-during-ham-respool)
27874         (spam-spamoracle-database, spam-cache-lookups)
27875         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27876         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27877         (spam-group-ham-marks, spam-group-spam-marks)
27878         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27879         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27880         also add spam-use-blackholes to the statistical checks.
27881         (spam-fetch-field-fast): Add interface to fetching fields, may
27882         become a macro.
27883         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27884         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27885         (spam-insert-fake-headers): Fake an article when needed.
27886         (spam-find-spam): Fake article when possible.
27887         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27888         (spam-check-bogofilter-headers): Use message-fetch-field instead
27889         of nnmail-fetch-field.
27890
27891 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27892
27893         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27894
27895 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27896
27897         * spam.el (spam-split): Do not require spam-use-CHECK to be
27898         enabled if that check is passed to spam-split explicitly; also
27899         fix so 'spam doesn't get converted to spam-split-group when
27900         spam-split-symbolic-return is t.
27901         (spam-find-spam): Find registrations of the article and use those
27902         instead of re-running spam-split to find the spam/ham
27903         classification of the article.
27904         (spam-log-processing-to-registry, spam-log-registered-p)
27905         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27906         Use gnus-error instead of gnus-message.
27907         (spam-log-registration-type): Add function to determine the
27908         classification of a message based on registry entries; will
27909         return nil if both 'spam and 'ham are found.
27910         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27911         a reasonably fast local cache without the loading errors.
27912         (spam-cache-lookups): Set to t by default.
27913         (spam-find-spam): Don't try to guess spam-cache-lookups.
27914         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27915         spam-caches entry.
27916         (spam-filelist-build-cache, spam-filelist-check-cache):
27917         Fix caching of whitelist/blacklist entries.
27918         (spam-check-whitelist, spam-check-blacklist):
27919         Invoke spam-from-listed-p with a type, not a cache variable.
27920         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27921
27922 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27923
27924         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27925
27926         * nnmail.el (nnmail-split-fancy): do.
27927
27928         * mml.el (mml-parse): do.
27929
27930         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27931         (gnus-score-adaptive): do.
27932
27933 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27934
27935         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27936         (gnus-mime-button-map): Don't set keymap parent.
27937         (gnus-button-ctan-directory-regexp): Use shy grouping.
27938         (gnus-prev-page-map): Don't set keymap parent.
27939         (gnus-prev-page-map): Remove duplicated one.
27940         (gnus-next-page-map): Don't set keymap parent.
27941         (gnus-mime-security-button-map): Ditto.
27942
27943         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27944         version number.
27945
27946         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27947
27948 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27949
27950         * canlock.el (canlock-sha1-function): Remove.
27951         (canlock-sha1-function-for-verify): Remove.
27952         (canlock-openssl-program): Remove.
27953         (canlock-openssl-args): Remove.
27954         (canlock-ignore-errors): Remove.
27955         (canlock-sha1-with-openssl): Remove.
27956         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27957         (canlock-verify): Don't use canlock-ignore-errors.
27958
27959         * sha1-el.el (sha1-string-external): Make it can return a string
27960         in binary form.
27961         (sha1-region-external): Ditto.
27962         (sha1-string-internal): Ditto.
27963         (sha1-region-internal): Ditto.
27964         (sha1-region): Ditto.
27965         (sha1-string): Ditto.
27966         (sha1): Ditto.
27967
27968 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27969
27970         * spam.el (spam-report-articles-gmane): New command.
27971
27972 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27973
27974         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27975
27976         * run-at-time.el (run-at-time-saved): Remove.
27977         (run-at-time): Doc fix.
27978
27979 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27980
27981         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27982         (gnus-summary-limit-map): Add it.
27983         (gnus-summary-make-menu-bar): do.
27984
27985 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27986
27987         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27988         Make attempt at some caching support (done for BBDB only now).
27989         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27990         addresses to be checked.
27991         (spam-clear-cache-BBDB): Add function, to be invoked by
27992         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27993         (spam-check-BBDB): Check and use the caches, if
27994         spam-cache-lookups is on, remove superfluous (provide).
27995
27996 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27997
27998         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27999
28000 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28001
28002         * run-at-time.el (run-at-time-saved): Move to after the definition
28003         of `run-at-time'.
28004
28005         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28006
28007 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28008
28009         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28010         mm-w3m-local-map-property.
28011
28012         * mm-view.el (mm-w3m-mode-map): Remove.
28013         (mm-w3m-local-map-property): Remove.
28014         (mm-inline-text-html-render-with-w3m): Don't use
28015         mm-w3m-local-map-property.
28016
28017 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28018
28019         * run-at-time.el: New file.
28020
28021         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28022         under Emacs.
28023
28024         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28025         of gnus-set-text-properties.
28026
28027         * gnus-uu.el (gnus-uu-save-article): Ditto.
28028
28029         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28030
28031         * gnus-cite.el (gnus-cite-parse): Ditto.
28032
28033         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28034         of gnus-.
28035
28036         * gnus-xmas.el (run-at-time): Require run-at-time.
28037
28038         * gnus.el: Change calls to nnheader-run-at-time and
28039         password-run-at-time throughout to use run-at-time directly.
28040
28041         * password.el: Remove definition of run-at-time.
28042
28043         * nnheaderxm.el: Remove definition of run-at-time.
28044
28045 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28046
28047         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28048         in prompt.
28049
28050 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28051
28052         * messagexmas.el (message-xmas-redefine): Alias
28053         `message-make-caesar-translation-table' to
28054         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28055         version.
28056
28057         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28058         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28059         `gnus-xmas-set-text-properties'.
28060         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28061         `gnus-xmas-completing-read'.
28062         (gnus-xmas-completing-read): Removed.
28063         (gnus-xmas-open-network-stream): Removed.
28064
28065         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28066         XEmacs version.
28067
28068         * dns.el (dns-make-network-process): Use `open-network-stream'
28069         instead of `gnus-xmas-open-network-stream'.
28070
28071         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28072
28073         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28074
28075 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28076
28077         * gnus-art.el (gnus-mime-display-alternative)
28078         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28079         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28080         Don't use gnus-local-map-property.
28081
28082         * gnus-util.el (gnus-local-map-property): Remove.
28083
28084         * mm-view.el (mm-view-pkcs7-decrypt):
28085         Replace gnus-completing-read-maybe-default with completing-read.
28086
28087         * gnus-util.el (gnus-completing-read): do.
28088         (gnus-completing-read-maybe-default): Remove.
28089
28090 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28091
28092         * password.el: Only autoload `run-at-time' if not XEmacs.
28093         Only autoload the itimer functions if XEmacs.
28094
28095 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28096
28097         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28098         XEmacsen.
28099
28100         * dgnushack.el: Autoload executable-find for XEmacs.
28101
28102 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28103
28104         * gnus-art.el (gnus-read-string): Remove.
28105         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28106         read-string.
28107
28108 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28109
28110         * netrc.el: Autoload password-read.
28111         (netrc): Add configuration group.
28112         (netrc-encoding-method, netrc-openssl-path):
28113         Add variables for encoding and decoding of files with symmetric
28114         ciphers.
28115         (netrc-encode): Add assistant function to encode a file with
28116         netrc-encoding-method.
28117         (netrc-parse): Add interactive parameter, added optional
28118         decoding if netrc-encoding-method is non-nil but otherwise
28119         behavior is standard.
28120         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28121         Do s/encode/encrypt/ everywhere.
28122
28123         * spam.el: Remove executable-find autoload.
28124
28125 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28126
28127         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28128
28129         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28130
28131 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28132
28133         * gnus-art.el (gnus-treat-ansi-sequences)
28134         (article-treat-ansi-sequences): New variable and function.
28135         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28136
28137         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28138         Use it.
28139
28140 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28141
28142         * mm-util.el (mm-quote-arg): Remove.
28143
28144         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28145         shell-quote-argument.
28146
28147         * gnus-uu.el (gnus-uu-command): do.
28148
28149         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28150
28151         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28152         with make-char.
28153
28154         * mm-util.el (mm-make-char): Remove.
28155
28156         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28157         add-minor-mode.
28158
28159         * gnus-undo.el (gnus-undo-mode): do.
28160
28161         * gnus-topic.el (gnus-topic-mode): do.
28162
28163         * gnus-sum.el (gnus-dead-summary-mode): do.
28164
28165         * gnus-start.el (gnus-slave-mode): do.
28166
28167         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28168
28169         * gnus-ml.el (gnus-mailing-list-mode): do.
28170
28171         * gnus-gl.el (gnus-grouplens-mode): do.
28172
28173         * gnus-draft.el (gnus-draft-mode): do.
28174
28175         * gnus-dired.el (gnus-dired-mode): do.
28176
28177         * gnus-ems.el (gnus-add-minor-mode): Remove.
28178
28179         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28180         Replace gnus-char-width with char-width.
28181
28182         * gnus-ems.el (gnus-char-width): Remove.
28183
28184         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28185         Replace gnus-char-width with char-width.
28186
28187         * gnus-ems.el (gnus-char-width): Remove.
28188
28189         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28190         definition.
28191         Remove Emacs 20 hash table compatibility code.
28192
28193         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28194         20 compatibility code.
28195
28196         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28197
28198         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28199
28200         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28201         Replace with point-at-{eol,bol}.
28202
28203         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28204
28205         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28206
28207         * flow-fill.el (fill-flowed-point-at-bol)
28208         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28209
28210         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28211         Replace with point-at-{eol,bol} throughout all files.
28212
28213 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28214
28215         * ntlm.el (ntlm-string-as-unibyte): New macro.
28216         (ntlm-build-auth-response): Use it.
28217
28218         Remove Emacs 20 stuff:
28219         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28220         (butlast, mapc, remove): Remove the compiler macros.
28221         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28222         of delq and copy-sequence.
28223         * gnus-art.el (popup-menu): Remove the compiler macro.
28224         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28225         Emacs 20.
28226
28227 2004-01-05  Simon Josefsson  <jas@extundo.com>
28228
28229         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28230         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28231         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28232         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28233         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28234         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28235         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28236         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28237         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28238         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28239         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28240         string-xor into ntlm-string-xor.
28241         Suggested by Jesper Harder <harder@myrealbox.com>.
28242
28243         * ntlm.el: Don't include poem.
28244
28245         * md4.el (print-int32, print-string-hexa): Remove.
28246         Suggested by Jesper Harder <harder@myrealbox.com>.
28247
28248         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28249
28250         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28251         probably breaks emacs with DL patch, but do we care? Is anyone
28252         still using the DL stuff?)
28253
28254         * sieve-manage.el: Use the password package.
28255         (sieve-manage-read-passwd): Remove.
28256         (sieve-manage-interactive-login): Use password.  Re-add
28257         condition-case around loop.
28258
28259         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28260         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28261         Use the password package.
28262
28263 2003-02-19  Simon Josefsson  <jas@extundo.com>
28264
28265         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28266         token.
28267
28268 2002-08-07  Simon Josefsson  <jas@extundo.com>
28269
28270         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28271         (sieve-manage-authenticators)
28272         (sieve-manage-authenticator-alist): Add some SASL mechs.
28273         (sieve-sasl-auth): New function.
28274         (sieve-manage-cram-md5-auth)
28275         (sieve-manage-plain-auth): Rewrite using SASL library.
28276         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28277         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28278         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28279         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28280
28281 2004-01-05  Simon Josefsson  <jas@extundo.com>
28282
28283         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28284         New files.
28285
28286 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28287
28288         * gnus-group.el (gnus-no-groups-message): Update.
28289
28290         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28291
28292 2003-11-09  Simon Josefsson  <jas@extundo.com>
28293
28294         * imap.el: Support for ID IMAP extension (RFC 2971).
28295         (imap-local-variables): Add imap-id.
28296         (imap-id): New variable.
28297         (imap-id): New function.
28298         (imap-parse-response): Parse untagged ID response.
28299         * nnimap.el (nnimap-id): New variable.
28300         (nnimap-open-connection): Use it.
28301
28302 2003-12-28  Simon Josefsson  <jas@extundo.com>
28303
28304         * gnus-score.el (gnus-score-edit-all-score): New.
28305         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28306
28307 2004-01-04  Simon Josefsson  <jas@extundo.com>
28308
28309         * password.el: Add.
28310
28311 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28312
28313         * dns.el (dns-query-types): Fix typo.
28314         (dns-query-types): New function.
28315         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28316         PTR and SOA replies, see RFC 1035.
28317
28318 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28319
28320         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28321
28322         * Move to Changelog.2.
28323
28324 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28325
28326         * gnus.el (gnus-version-number): Bump version.
28327
28328 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28329
28330         * gnus.el: No Gnus v0.1 is released.
28331
28332 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28333
28334         * gnus.el: No Gnus v0.0 is released.
28335
28336 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28337
28338         * gnus.el (gnus-version-number): Bump.
28339         (gnus-version): No.
28340
28341 See ChangeLog.2 for earlier changes.
28342
28343   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28344
28345   This file is part of GNU Emacs.
28346
28347   GNU Emacs is free software: you can redistribute it and/or modify
28348   it under the terms of the GNU General Public License as published by
28349   the Free Software Foundation, either version 3 of the License, or
28350   (at your option) any later version.
28351
28352   GNU Emacs is distributed in the hope that it will be useful,
28353   but WITHOUT ANY WARRANTY; without even the implied warranty of
28354   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28355   GNU General Public License for more details.
28356
28357   You should have received a copy of the GNU General Public License
28358   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28359
28360 ;; Local Variables:
28361 ;; coding: utf-8
28362 ;; fill-column: 79
28363 ;; add-log-time-zone-rule: t
28364 ;; End: