Don't quote symbols 'like-this' in docstrings
[gnus] / lisp / ChangeLog
1 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * nnmairix.el (nnmairix-propagate-marks-upon-close):
4         * pop3.el (pop3-authentication-scheme):
5         Don't quote symbols with apostrophes in doc strings.
6         Use asymmetric quotes instead.
7
8 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         Use overlay functions directly
11
12         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
13         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
14
15         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
16         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
17         (gnus-article-highlight-signature, gnus-article-extend-url-button)
18         (gnus-article-add-button, gnus-insert-prev-page-button)
19         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
20         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
21         * gnus-html.el (gnus-html-wash-tags):
22         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
23         (gnus-highlight-selected-tree):
24         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
25         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
26         * gnus-util.el (gnus-put-overlay-excluding-newlines):
27         * message.el (message-fix-before-sending)
28         (message-toggle-image-thumbnails):
29         * mm-decode.el (mm-convert-shr-links):
30         * sieve.el (sieve-highlight, sieve-insert-scripts):
31         Use overlay functions directly instead of using gnus-overlay-*,
32         message-overlay-*, and sieve-overlay-*.
33
34         * gnus-sum.el (gnus-remove-overlays):
35         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
36         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
37         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
38         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
39         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
40         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
41         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
42         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
43         (gnus-overlays-at, gnus-overlays-in):
44         * message.el (message-delete-overlay, message-make-overlay)
45         (message-overlay-get, message-overlay-put, message-overlays-in):
46         * messagexmas.el (message-delete-overlay, message-make-overlay)
47         (message-overlay-get, message-overlay-put, message-overlays-in):
48         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
49         Remove.
50
51 2015-08-19  Glenn Morris  <rgm@gnu.org>
52
53         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
54
55 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * message.el (message-overlay-put, message-make-overlay)
58         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
59         (message-delete-overlay, message-window-inside-pixel-edges):
60         Declare before using.
61
62 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * message.el (message-overlay-get, message-overlays-in)
65         (message-window-inside-pixel-edges):
66         * messagexmas.el (message-overlay-get, message-overlays-in):
67         XEmacs compatible functions.
68
69 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * message.el (message-toggle-image-thumbnails): New command.
72
73 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
74
75         * message.el (message-send-form-letter): Change (message (format ...))
76         to (message ...).  This lessens the probability of confusion when
77         the output of `format' contains `%'.
78
79 2015-08-04  David Kastrup  <dak@gnu.org>
80
81         * gnus-art.el (gnus-article-describe-key)
82         (gnus-article-describe-key-briefly):
83         Do not overwrite preexisting contents of unread-command-events.
84
85 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
86
87         * nnimap.el (nnimap-request-move-article)
88         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
89         extension if available.
90
91 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
92
93         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
94         capabilities instead of relying on LOGIN response.
95
96 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
97
98         * nnbabyl.el (nnbabyl-retrieve-headers):
99         * nndiary.el (nndiary-retrieve-headers):
100         * nneething.el (nneething-retrieve-headers):
101         * nnmbox.el (nnmbox-retrieve-headers):
102         * nnmh.el (nnmh-retrieve-headers):
103         * nnml.el (nnml-retrieve-headers):
104         * nnspool.el (nnspool-retrieve-headers):
105         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
106         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
107         progress-report percentages and the like.  This avoids problems
108         if (* 100 NUMERATOR) would overflow.
109
110         * gnus-registry.el (gnus-registry-import-eld):
111         * registry.el (registry-reindex):
112         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
113
114 2015-07-17  Julien Danjou  <jd@abydos>
115
116         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
117         command.
118
119 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
120
121         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
122         of function arguments.
123
124 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
125
126         * nnimap.el: Clean up "unused var" warnings.
127         (auth-source-creation-prompts): Declare.
128         (nnimap-retrieve-headers, nnimap-status-message)
129         (nnimap-request-create-group, nnimap-request-delete-group)
130         (nnimap-close-group, nnimap-request-move-article)
131         (nnimap-request-accept-article, nnimap-request-newgroups)
132         (nnimap-request-post, nnimap-dummy-active-number)
133         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
134         (nnimap-parse-flags): Remove unused var `p'.
135         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
136         (nnimap-flags-to-marks): Remove unused var `totalp'.
137
138 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
139
140         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
141         before RFC822.SIZE.
142
143 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
144
145         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
146         so that a 'plain value for the `nnimap-stream' server variable is
147         handled correctly.
148
149 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
150
151         Remove unused let variables
152         * nnimap.el (nnimap-request-group): Variables are not used.
153
154         Check if group names are already strings
155         * gnus-group.el (gnus-group-group-name):
156         The group name may already be a string.
157         Specifically, in the group list reached from the *Server* buffer,
158         the 'gnus-group text property returns a string.  Everywhere else
159         it returns a symbol.
160
161 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
162
163         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
164         (nnmaildir--update-nov): Remove unused var `numdir'.
165         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
166         (nnmaildir-request-group, nnmaildir-request-create-group)
167         (nnmaildir-request-post, nnmaildir-request-move-article)
168         (nnmaildir-request-accept-article, nnmaildir-active-number):
169         Mark unused args.
170         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
171         Declare.
172         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
173         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
174         `mark', `end', `new-mark', and `mark-sym'.
175         (nnmaildir-retrieve-headers):
176         Remove unused args `srv-dir', `dir', `nlist2'.
177         (nnmaildir-request-expire-articles):
178         Remove unused vars `article', `stop' and `nlist2'.
179         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
180         `end'.  Use nnmaildir--article when dyn-binding is needed.
181         Give the value directly in the `let' for `del-mark', `del-action',
182         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
183         (nnmaildir-close-server):
184         Declare those local vars that need to be dyn-bound.
185
186 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
187
188         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
189
190 2015-05-31  David Engster  <deng@randomsample.de>
191
192         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
193         instead of using `sleep-for', as the latter does not seem to reliably
194         wait (see for instance bug 15990).
195
196 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * gnus-art.el (gnus-button-alist): Re-revert last change.
199         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
200
201 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
202
203         * gnus-art.el (gnus-button-alist): Revert last change.
204         It wasn't that important, and it caused a Gnus build to fail.  See:
205         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
206
207         * gnus-art.el (gnus-button-alist):
208         Also treat "‘" and "’" as quoting chars.
209
210 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
211
212         * gnus-art.el (gnus-treat-strip-list-identifiers)
213         (gnus-article-mode-syntax-table):
214         * gnus-group.el (gnus-group-nnimap-edit-acl):
215         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
216         e.g., missing quote, ``x'' where `x' was meant, etc.
217
218 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
221         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
222         into just c.
223
224 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
227         Normalize characters into numbers in spec keys.
228
229 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * dgnushack.el (declare-function): Redefine it to use autoload.
232         * lpath.el (gnus-html-prefetch-images): Declare.
233
234 2015-05-04  Glenn Morris  <rgm@gnu.org>
235
236         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
237
238         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
239
240         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
241         (gnus-topic-create-topic, gnus-topic-enter-dribble):
242         Declare rather than autoload.
243
244         * mm-archive.el (gnus-recursive-directory-files)
245         (mailcap-extension-to-mime): Autoload at run-time.
246
247         * mm-util.el (latin-unity-massage-name)
248         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
249         (latin-unity-representations-present-region):
250         Declare rather than autoload.
251
252         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
253         Autoload at run-time.
254         (epg-context-set-signers, epg-context-result-for)
255         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
256         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
257         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
258         (epg-configuration, epg-expand-group, epa-select-keys):
259         Declare rather than autoload.
260
261         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
262         Autoload at run-time.
263         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
264         (gnus-registry-get-id-key, gnus-registry-action):
265         Declare rather than autoload.
266
267         * nnmail.el (mail-send-and-exit): Autoload at run-time.
268
269         * spam.el (spam-stat-buffer-change-to-non-spam)
270         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
271         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
272         (spam-stat-split-fancy): Remove pointless autoloads.
273
274         * mm-view.el (epg-decrypt-string): Autoload.
275         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
276         (epg-sub-key-validity): Fix declarations.
277
278 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
279
280         * gnus.el: Ma Gnus v0.13 is released.
281
282 2015-05-01  Glenn Morris  <rgm@gnu.org>
283
284         * gnus-util.el (iswitchb-read-buffer):
285         * mm-decode.el (libxml-parse-html-region):
286         * mml.el (libxml-parse-html-region):
287         * nnrss.el (libxml-parse-html-region): Update declaration.
288
289 2015-04-27  Glenn Morris  <rgm@gnu.org>
290
291         * message.el (gnus-extract-address-components):
292         Remove bogus declaration that was masking previous problem.
293
294 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
297         altering the buffer.
298         (hashcash-insert-payment-async-2): Revert previous change because it
299         still means that the mark is moving around.
300
301 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus-uu.el (gnus-uu-save-article):
304         Make the save-restriction/widen calls make more sense.
305
306 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * gnus-art.el (gnus-use-idna):
309         * gnus-sum.el (gnus-summary-idna-message):
310         * message.el (message-use-idna):
311         Catch the invalid-operation error that idna.el will issue.
312
313 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
314
315         * gnus-group.el (gnus-group--setup-tool-bar-update):
316         cursor-sensor-functions should be a list of functions.
317
318 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
319
320         * gnus-group.el (gnus-tmp-*): Declare.
321         (gnus-update-group-mark-positions): Remove unused `topic' var.
322         (gnus-group-insert-group-line): Remove unused var `header'.
323         (gnus-group--setup-tool-bar-update): New function.
324         (gnus-group-insert-group-line): Use it.
325         (gnus-group-update-eval-form): Declare local
326         dynamically-bound variables.
327         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
328
329         * gnus-topic.el (gnus-topic-jump-to-topic)
330         (gnus-group-prepare-topics, gnus-topic-update-topic)
331         (gnus-topic-change-level, gnus-topic-catchup-articles)
332         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
333         Use inhibit-read-only.
334         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
335         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
336
337 2015-04-12  João Távora  <joaotavora@gmail.com>
338
339         * message.el (message-mode):
340         Use `set' and `make-local-variable' instead of `setq-local'.
341
342 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
343
344         * gnus-sum.el (gnus-summary-refer-thread):
345         Make sure gnus-newsgroup-unreads remains sorted.
346
347 2015-04-12  João Távora  <joaotavora@gmail.com>
348
349         Improve sexp-based movement in message-mode
350         * message.el (message--syntax-propertize): New function.
351         (message-mode): Set syntax-related vars.d
352         (message-smileys): New variable.
353
354 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
355
356         * gnus-art.el (gnus-hidden-properties): Simplify.
357         (gnus-article-hide-text, gnus-article-unhide-text)
358         (gnus-article-unhide-text-type): Remove special handling of
359         `intangible' since that property is not used any more.
360         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
361
362 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
365         and a runtime function for it, of which the XEmacs version takes only
366         two arguments.
367
368 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
369
370         Use American spelling for 'normalize'
371         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
372         All uses changed.  Add an alias for obsolete usages.
373
374 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * gnus-art.el (gnus-article-browse-html-save-cid-content):
377         Always return relative file name.
378         (gnus-article-browse-html-parts):
379         Make external links absolute and cid file names relative.
380
381 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
382
383         * registry.el (registry-prune): Re-use `registry-full' in
384         `registry-prune'.  It's a bit of redundant work, but safer.
385         Also ensure that target-size is an integer.
386
387 2015-03-31  Daiki Ueno  <ueno@gnu.org>
388
389         * plstore.el (plstore--decrypt): Clear entry in
390         `plstore-passphrase-alist' if decryption failed (bug#20030).
391
392 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
393
394         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
395         to "Display" menu.
396
397 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
398
399         * nnimap.el (nnimap-split-incoming-mail): If a message is already
400         in the group it should be split to, don't re-copy it into the group.
401
402 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
403
404         * nnmh.el (nnmh-request-expire-articles):
405         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
406
407 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
408
409         * registry.el (registry-lookup-secondary, registry-full)
410         (registry-prune, registry-collect-prune-candidates):
411         * gnus-registry.el (gnus-registry-load): Use slot names rather than
412         initarg names in `oref' and `oset'.
413
414 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
415
416         * registry.el (registry-prune): Allow registry to reach full size
417         before pruning.
418
419 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
420
421         * registry.el (registry-collect-prune-candidates): Fix call to
422         cl-subseq.
423
424 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * registry.el (registry-db): Temporary fix old Emacsen compilation.
427
428 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
429
430         * gnus-registry.el (gnus-registry-handle-action)
431         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
432         (gnus-registry-keywords): Make it do something.
433         (gnus-registry-import-eld): Remove unused var `new-entry'.
434         (gnus-registry-action): Remove unused var `to-name'.
435         (gnus-registry-make-db): Prefer `make-instance' to avoid
436         compiler warnings.
437         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
438
439         * registry.el (registry-db): Don't oset-default an instance-allocated
440         slot.
441
442 2015-03-10  Glenn Morris  <rgm@gnu.org>
443
444         * message.el (message-valid-fqdn-regexp): Bump :version for
445         2014-11-17 change.
446
447 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
448
449         * gnus-notifications.el (gnus-notifications-action): Raise window
450         frame.
451         (gnus-notifications-action): Allow mark as read.
452         (gnus-notifications-notify): Show uption to mark as read.
453
454 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
455
456         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
457         (registry-search, registry-delete, registry-size, registry-insert)
458         (registry-reindex, registry-collect-prune-candidates):
459         * gnus-registry.el (gnus-registry-fixup-registry)
460         (gnus-registry-remove-extra-data): Use slot names rather than initarg
461         names in `oref' and `oset'.
462
463 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
464         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
465         in the group it should be split to, don't re-copy it into the group.
466
467 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
468
469         * message.el (message-insert-formatted-citation-line): Change %F to
470         fall back to email address if no first name could be determined.
471
472 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
475         Fix point motion when removing displayed MIME part.
476         (gnus-article-edit-part): Make jumping to the next part really work
477         when deleting or stripping.
478         (gnus-mime-buttonize-attachments-in-header): Make header attachment
479         buttons identical to the ones in the article body so as to work deleting
480         and stripping.
481
482 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * mm-decode.el (mm-shr)
485         * mm-view.el (mm-inline-text-html-render-with-w3m):
486         Revert my bogus change that made the start marker of a part
487         the "moves after insertion" type.
488
489 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
490
491         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
492         Tools: https://github.com/politza/pdf-tools) for viewing PDF
493         attachments in emacs.
494
495 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
496
497         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
498         instead of sasl-scram-sha-1, as the former is the name that can be
499         required.
500
501         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
502         (sasl-scram-sha-1-client-final-message)
503         (sasl-scram-sha-1-authenticate-server): Move to end of file.
504
505 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
508
509 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
512         (sasl-string-prefix-p): New compatibility functions.
513
514 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
515
516         * gnus-compat.el (process-live-p): Added new compat function for Emacs
517         23.
518
519 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
520
521         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
522         from the server LIST response.
523
524 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
525
526         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
527         during header retrieval, error out instead of interpreting the data in
528         the buffer as the only messages there.  This way, we don't mark
529         articles as read on a server hangup (bug#19035).
530
531         * mm-decode.el (mm-head-p): New function.
532         (mm-display-part): Go to a blank line when inserting parts internally.
533
534 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
535
536         * sasl-scram-rfc.el: New file.
537
538         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
539         Add SCRAM-SHA-1 first.
540         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
541         entry (bug#17636).
542
543 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
546         that we don't get a warning when setting the buffer-local variable
547         (bug#19573).
548
549         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
550         `gnus-request-group'.
551
552 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * gnus-art.el (gnus-article-browse-html-save-cid-content)
555         (gnus-article-browse-html-parts): Make cid file names relative if and
556         only if html doesn't specify <base> directory.
557
558 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
559
560         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
561         parts, because that breaks filling (since buttons are in a bold face).
562
563 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
566         use gnus-overlays-at and gnus-overlay-put.
567
568 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
569
570         * mm-decode.el (mm-shr): Only pass the fill column when not using
571         fonts, because limiting the width to what's appropriate for followups
572         doesn't really help when not using proportional fonts.
573
574 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
575
576         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
577         shr, beacause that breaks folding.
578         (mm-shr): Don't shorten the width when using fonts.
579
580 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
581
582         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
583         variable; always check the newrc timestamp.
584         (gnus-save-newsrc-file): Always check timestamp.
585
586 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
587
588         * mail-source.el (mail-source-call-script): If scripts exit with an
589         error, pop up an error buffer.
590
591 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
594         as a default.
595
596         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
597         correct server.
598
599 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
600
601         * nnimap.el (nnimap-request-group-scan): Fix the function name.
602
603         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
604
605 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
606
607         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
608         that nnimap works for non-activated backends.
609
610 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
611
612         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
613         message, since we already get an obsolescence message.  Use `declare'.
614
615 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
616
617         * nnir.el: Revert "Enable non-ASCII IMAP searches".
618
619 2015-01-30  Glenn Morris  <rgm@gnu.org>
620
621         * gnus-registry.el (gnus-registry-max-pruned-entries)
622         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
623         Fix :version.
624         (gnus-registry-default-sort-function): Improve :type.
625
626 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
627
628         * nnimap.el (nnimap-request-group): Allow running this function on
629         groups that don't exist in Gnus yet.
630         (nnimap-request-group): Revert previous patch since that made it
631         impossible to enter nnimap groups.
632
633         * message.el (message-smtpmail-send-it): Remove the mail header
634         separator before sending.
635
636 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
637
638         * nnimap.el (nnimap-find-expired-articles): Fix handling of
639         (expiry-wait . never).
640
641 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
642
643         * nnimap.el (nnimap-request-group): Clear the buffer before returning
644         the data.
645
646 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * gnus-compat.el (string-bytes): Work for XEmacs.
649
650 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
653
654         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
655         IMAP.
656
657 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
658
659         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
660
661         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
662
663         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
664         be added to the backlog.
665
666 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
667
668         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
669         target with a recursive make call.
670
671 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
672
673         * nnimap.el (nnimap-header-parameters): Refactor and request
674         X-GM-LABELS if it's been announced.
675         (nnimap-transform-headers): Gather and output GM-LABELS.
676
677 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
678
679         * mm-decode.el (mm-display-part): Make non-string methods work.
680         Non-string methods are funcalled and work just fine, the test was
681         bogus.
682         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
683         whole frame.
684
685 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
686
687         * nnimap.el (nnimap-request-accept-article): Allow respooling using
688         nnimap.
689
690         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
691         request rescans when being run interactively.
692
693         * nnimap.el (nnimap-request-group): Don't rescan the group here,
694         because that can be very slow in large groups.
695
696         * gnus-int.el (gnus-request-group-scan): New backend function.
697
698         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
699
700 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-group.el (gnus-group-suspend): Close all backends.
703
704 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
705
706         * dgnushack.el (dgnushack-compile-file): New function.
707         (dgnushack-compile): Use it (bug#19514).
708
709 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
712
713 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
714
715         * registry.el: Don't use <class> as a variable.
716
717 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
718
719         system-name's returned value can vary
720         Also, the system-name variable is now obsolete.
721         Fixes Bug#19438.
722         * message.el (message-make-fqdn):
723         * nnvirtual.el (nnvirtual-retrieve-headers)
724         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
725         and avoid naming locals 'system-name'.
726
727 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
728
729         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
730         lines don't get overlong when responding.
731
732 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * registry.el (cl-remf, cl-loop, cl-subseq):
735         Alias to remf, loop, and subseq respectively for old Emacsen.
736
737 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
738
739         * gnus-group.el (gnus-read-ephemeral-bug-group):
740         Bind coding-system-for-read and coding-system-for-write only around
741         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
742
743 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
744
745         * registry.el (registry-db): Set default slot later.
746         This is because its value is not a literal integer.
747
748 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
749
750         * registry.el (registry-db): Fix default registry-db max-size.
751
752 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
753
754         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
755         add warning.
756
757         * gnus-art.el: Fix up compiler warnings.
758         (article-display-face, article-display-x-face): Remove unused `face'.
759         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
760         (article-date-ut): Remove unused var `first'.
761         (gnus-article-prepare): Remove unused var `gnus-article'.
762         (gnus-mime-save-part-and-strip): Remove unused var `param'.
763         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
764         `coding-system' along with corresponding dead code.
765         (gnus-mime-view-part-externally): Remove unused var
766         `mm-user-display-methods'.
767         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
768         (gnus-display-mime): Remove unused var `handle'.
769         (gnus-mime-display-alternative): Remove unused var `props'.
770         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
771         (gnus-article-edit-done): Remove unused var `p'.
772         (gnus-url-mailto): Remove unused var `to'.
773         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
774         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
775
776 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
777
778         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
779         slots into a :max-size slot.
780         (registry-db-version): Add new variable for database version number.
781         (registry-prune): Use :max-size slot. Accept and use a sort-function
782         argument.
783         (registry-collect-prune-candidates): Add new function for finding
784         non-precious pruning candidates.
785         (registry-prune-hard-candidates, registry-prune-soft-candidates):
786         Remove obsolete functions.
787         (initialize-instance): Upgrade registry version when starting.
788
789         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
790         (gnus-registry-max-pruned-entries): Remove obsolete variable.
791         (gnus-registry-cache-file): Change default
792         filename extension to "eieio".
793         (gnus-registry-read): Add new function, split out from
794         `gnus-registry-load', that does the actual object reading.
795         (gnus-registry-load): Use it. Add condition case handler to check for
796         old filename extension and rename to the new one.
797         (gnus-registry-default-sort-function): New variable to specify a sort
798         function to use when pruning.
799         (gnus-registry-save, gnus-registry-insert): Use it.
800         (gnus-registry-sort-by-creation-time): Define a default sort function.
801
802         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
803         Adjust test for new object signature.
804         (gnustest-registry-pruning-test): Add new pruning test.
805         (gnustest-registry-sort-function): Default sort function for testing.
806         (gnustest-registry-pruning-sort-test): New test for sorting.
807
808 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
811         function for reuse.
812         (gnus-mime-buttonize-attachments-in-header): Adjust.
813
814 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * message.el (message-change-subject): Really check whether the subject
817         changed.
818
819 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
822         PDFs.
823         (mailcap-view-mime): New function.
824
825 2014-12-01  Glenn Morris  <rgm@gnu.org>
826
827         * gnus-cloud.el (gnus-cloud): Add :version tag.
828
829 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * gnus-art.el (gnus-use-idna):
832         * gnus-sum.el (gnus-summary-idna-message):
833         * message.el (message-use-idna):
834         Protect against nil value for idna-program.
835
836         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
837
838 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
839
840         * auth-source.el (auth-source-macos-keychain-search-items): Return
841         result of `auth-source-macos-keychain-result-append' (bug#19074).
842
843 2014-11-25  Glenn Morris  <rgm@gnu.org>
844
845         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
846         Add :version tag.
847
848 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * pop3.el (pop3-open-server): Warn unless encrypted.
851
852         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
853
854 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
855
856         Port new time stamp handling to Emacs 23.2.
857         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
858         * time-date.el (time-add, time-subtract, time-less-p):
859         Use eval-and-compile, not eval-when-compile.
860
861 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
862
863         * message.el (message-valid-fqdn-regexp): Add non-internaional new
864         TLDs.
865
866 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
867
868         Port new time stamp handling to old Emacs and to XEmacs.
869         This is needed for Gnus, which copies time-date.el and which
870         runs on older Emacs implementations.
871         * time-date.el (with-decoded-time-value):
872         Handle 'nil' and floating-point arg more compatibly with new Emacs.
873         (encode-time-value, with-decoded-time-value):
874         Obsolete only if new Emacs.
875         (time-add, time-subtract, time-less-p): Define if not new Emacs.
876
877         Improve time stamp handling, and be more consistent about it.
878         This implements a suggestion made in:
879         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
880         Among other things, this means timer.el no longer needs to
881         autoload the time-date module.
882         * time-date.el (seconds-to-time, days-to-time, time-since)
883         (with-decoded-time-value):
884         Treat 'nil' as current time.  This is mostly for XEmacs.
885         (encode-time-value, with-decoded-time-value): Obsolete.
886         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
887         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
888
889 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
892         discarding changes in ephemeral groups.
893
894         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
895         things the user isn't interested in.
896
897 2014-11-13  Julien Danjou  <jd@abydos>
898
899         * gnus-notifications.el (gnus-notifications-notify): Provide both
900         app-icon and image-path.
901
902 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
903
904         * mm-url.el (mm-url-encode-multipart-form-data):
905         Restore to handle "multipart/form-data" by eww.
906
907 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
908
909         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
910         Landscheidt.
911
912 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
913
914         Simplify use of current-time and friends.
915         * gnus-delay.el (gnus-delay-article):
916         * gnus-sum.el (gnus-summary-read-document):
917         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
918         * message.el (message-make-expires-date):
919         Omit unnecessary call to current-time.
920         * gnus-util.el (gnus-float-time): Simplify to an alias because
921         time-to-seconds now behaves like float-time with respect to nil arg.
922         (gnus-seconds-year): Don't call current-time twice to get the current
923         time stamp, as this can lead to inconsistent results.
924         * time-date.el (time-to-seconds) [!float-time]:
925         Use current time if arg is nil, to be compatible with float-time.
926         (time-date--day-in-year): New function, with most of the guts of
927         the old time-to-day-in-year.
928         (time-to-day-in-year): Use it.
929         (time-to-days): Use it, to avoid decoding the same time stamp twice.
930
931 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus.el (gnus-mode-line-buffer-identification):
934         Don't add image data for a non-graphic display (bug#18813).
935
936 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
939         load-path, it blocks autoloading of find-image (bug#18813).
940
941 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
942
943         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
944         to keep connection open (bug#18728).
945
946 2014-10-20  Glenn Morris  <rgm@gnu.org>
947
948         * Merge in all changes up to 24.4 release.
949
950 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
951
952         * message.el (message-insert-signature): Use `newline' instead of
953         inserting explicit "\n".
954
955 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
956
957         * gnus-icalendar.el: Support vcal format timezones.
958         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
959         compute dates with associated timezone.
960         (gnus-icalendar-event-from-ical): Compute all timezones.
961
962 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
963
964         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
965         check the newsrc.eld file's timestamp before saving it.
966         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
967         timestamp has changed to be newer.
968
969 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
970
971         * gnus-icalendar.el (gnus-icalendar-identities):
972         Include message-alternative-emails.
973
974 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
977         New compatibility functions.
978         (ntlm-build-auth-response): Use them.
979
980 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
981
982         * ntlm.el (ntlm-build-auth-request):
983         Add NTLM2 Session support.  (Bug#15603)
984
985 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
986
987         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
988         expired messages only when it was built in reverse order.
989
990 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
991
992         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
993         last so it can be used in `message-send-hook'.
994
995 2014-09-29  Daiki Ueno  <ueno@gnu.org>
996
997         * mml.el (mml-parse-1): Error out if unknown mode is specified in
998         <#secure> tag (bug#18513).
999
1000 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * parse-time.el: Require cl when compiling.
1003
1004 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         Use cl-lib as much as possible following the 2014-09-26 change
1007         in the Emacs trunk.
1008         * parse-time.el: Try requiring cl-lib.
1009         (parse-time-incf): Alias to cl-incf or incf.
1010         (digit-char-p): Remove.
1011         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1012         (parse-integer): Rename to parse-time-integer.
1013         (parse-time-tokenize, parse-time-rules, parse-time-string)
1014         Use parse-time-incf and parse-time-integer.
1015
1016 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1017
1018         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1019         of ":delete".
1020
1021 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1024         (gnus-article-browse-html-parts):
1025         Revert last change that breaks links other than cid contents.
1026
1027 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1030         (gnus-article-browse-html-parts): Make cid file names relative.
1031
1032 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1035         temporarily displayed when running a mode function (at least org-mode
1036         requires it).
1037
1038 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1039
1040         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1041         the gnus-summary-article-expire-hook should be told where the function
1042         is going. In particular, the Gnus registry might want to know.
1043
1044 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1045
1046         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1047
1048 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1051
1052 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1053
1054         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1055         the gnus-summary-article-expire-hook should be told where the function
1056         is going. In particular, the Gnus registry might want to know.
1057
1058 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1059
1060         Don't mishandle year-9999 dates (Bug#18176).
1061         * parse-time.el (parse-time-rules):
1062         Allow years up to most-positive-fixnum.
1063         * time-date.el (date-to-time):
1064         Pass "Specified time is not representable" errors through.
1065
1066 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1067
1068         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1069         groups and t.
1070
1071 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * gnus-utils.el (gnus-recursive-directory-files):
1074         Unify hard or symbolic links (bug#18063).
1075
1076 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1077
1078         * gnus-msg.el (gnus-configure-posting-style):
1079         Allow string replacements in values when matching against a header.
1080
1081 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1084         the dribble buffer even when it is shrunk a lot.
1085         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1086
1087 2014-06-26  Glenn Morris  <rgm@gnu.org>
1088
1089         * mm-util.el (help-function-arglist): Remove outdated declaration.
1090
1091 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1092
1093         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1094         attribute values.  (Bug#17834)
1095
1096 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1097
1098         * gnus-sum.el (gnus-summary-edit-article-done):
1099         Prefer point-marker to copy-marker of point.
1100
1101 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * Makefile.in (install-el, install-el-elc): Compress .el files.
1104         (uninstall): Remove compressed .el files.
1105
1106 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1109         (gnus-article-read-summary-keys):
1110         Don't bug out when there is no article in the summary buffer.
1111         (gnus-mime-buttonize-attachments-in-header):
1112         Improve criterion that finds parts to display.
1113
1114         * gnus-art.el (gnus-mm-display-part):
1115         * mm-decode.el (mm-shr):
1116         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1117         (mm-insert-inline): Revert last changes.
1118
1119 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * gnus-art.el (gnus-mm-display-part):
1122         * mm-decode.el (mm-shr):
1123         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1124         (mm-insert-inline): Set insertion type of end-marker, not only
1125         start-marker, of undisplayer so as to stay after inserted text.
1126
1127 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1128
1129         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1130         attribute. (Bug#17613)
1131
1132 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1133
1134         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1135         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1136
1137 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1140         Don't delete next part button; keep spacing between buttons.
1141
1142 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1145         Work for the last MIME part in an article.
1146         (gnus-mime-display-single): Suppress excessive newlines between parts.
1147
1148         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1149         by leading or trailing newline.
1150
1151 2014-05-12  Sam Steingold  <sds@gnu.org>
1152
1153         * time-date.el (seconds-to-string): New function to pretty print time
1154         delay in seconds.
1155
1156 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1159         while prompting a user for a file name, etc.
1160         (gnus-mime-display-single): Display part with a common appearance no
1161         matter whether MIME button is omitted or not; don't add duplicate entry
1162         to gnus-article-mime-handle-alist.
1163         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1164
1165 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1166
1167         * mml2015.el (mml2015-display-key-image): New variable.
1168
1169 2014-05-08  Glenn Morris  <rgm@gnu.org>
1170
1171         * gnus-fun.el (gnus-grab-cam-face):
1172         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1173         This is CVE-2014-3421.
1174
1175 2014-05-04  Glenn Morris  <rgm@gnu.org>
1176
1177         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1178
1179 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1182         the displaying state of a part.
1183         (gnus-mm-display-part): Don't insert a newline in the beginning of
1184         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1185
1186         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1187         (mm-shr): Make undisplayer unbreakable.
1188
1189         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1190         Don't insert excessive newline.
1191         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1192         (mm-insert-inline): Make undisplayer unbreakable.
1193
1194 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1195
1196         * gnus.el: Ma Gnus v0.11 is released.
1197
1198 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * gnus-art.el (gnus-mm-display-part):
1201         Highlight header attachment buttons.
1202
1203 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1206         a part; redisplay a button (enbugged in 2014-02-05).
1207
1208 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1209
1210         * auth-source.el (auth-source-search, auth-source-search-backends):
1211         Treat :max 0 as an indicator that a boolean return is wanted, as
1212         documented. Reported by Joe Bloggs.
1213
1214 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-icalendar.el: Require gnus-art.
1217
1218 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1219
1220         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1221         (gnus-icalendar--update-org-event): put event timestamp in
1222         the org entry body instead of the drawer.
1223         (gnus-icalendar-event--get-attendee-names): list of participants should
1224         contain even attendees without common name attribute.
1225         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1226         property tags in org drawers.
1227
1228 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gmm-utils.el (gmm-format-time-string): New function.
1231
1232         * message.el (message-insert-formatted-citation-line): Use the original
1233         author's time zone to express a date string.
1234
1235 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1236
1237         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1238         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1239         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1240         Silence compiler warnings.
1241         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1242
1243 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * mml.el: Require url when compiling.
1246
1247         * gnus-cloud.el (gnus-cloud-parse-version-1):
1248         Use plist-get rather than CL's getf.
1249         (gnus-activate-group, gnus-subscribe-group): Declare.
1250
1251         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1252
1253 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1256         buttons when toggling the header off.
1257
1258 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1259
1260         * tls.el (tls-program): Reflow docstring.
1261
1262 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1263
1264         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1265         groups work again.
1266
1267 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1268
1269         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1270         999 correctly (i.e. "1,342").
1271
1272 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1275         out if the directory doesn't exist.
1276
1277 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1278
1279         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1280         commands here; instead, only check if epg-config.el is available.
1281
1282 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1283
1284         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1285         messages with embedded images.
1286         (mml-generate-mime): Don't bug out if you don't have libxml.
1287
1288 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1289
1290         * message.el (message-make-html-message-with-image-files): New command.
1291
1292 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1295
1296         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1297
1298 2014-02-23  David Engster  <deng@randomsample.de>
1299
1300         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1301         to stay compatible with older Emacsen, so replace `cl-loop' with
1302         `loop'.
1303
1304 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1305
1306         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1307         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1308         instead, build list of patterns.
1309
1310 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1313         Display header attachment buttons by gnus-article-prepare-display
1314         rather than gnus-article-prepare so as to view in mml-preview as well.
1315
1316 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1317
1318         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1319         in `auth-sources' means and link to EPA docs.
1320
1321 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1322
1323         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1324         (bug#12375).
1325
1326 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1329         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1330
1331 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1332
1333         * message.el (message-tab): Mention what happens on normal tabs
1334         (bug#11297).
1335
1336 2014-02-08  Glenn Morris  <rgm@gnu.org>
1337
1338         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1339
1340 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1343         buttons that are hidden in unselected alternative part as well.
1344         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1345
1346         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1347
1348 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1349
1350         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1351         keystroke.
1352         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1353         types.
1354
1355         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1356         with an empty string.
1357
1358 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1359
1360         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1361         buffer-local in some buffers, so bind it explicitly in the buffer we're
1362         trying to cancel the article in (bug#10808).
1363
1364 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1367         New functions.
1368
1369         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1370         New user option.
1371         (gnus-mime-buttonize-attachments-in-header): New function.
1372         (gnus-article-prepare): Use it.
1373         (gnus-mime-inline-part): Suppress extra newline.
1374         (gnus-mm-display-part): Save excursion;
1375         remove useless deleting and adding of buttons.
1376         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1377
1378         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1379         Add gnus-mime-buttonize-attachments-in-header.
1380
1381 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1382
1383         * nnimap.el (nnimap-request-articles): New command to download several
1384         articles at once.
1385
1386         * gnus.el (gnus-variable-list): Save Cloud variables.
1387
1388         * gnus-int.el (gnus-request-accept-article): Doc fix.
1389
1390 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1391
1392         * parse-time.el (parse-time-iso8601-regexp)
1393         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1394         it more generally.
1395
1396 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1397
1398         * gnus-cloud.el: New file to provide the Emacs Cloud.
1399
1400         * dgnushack.el: Silence XEmacs w3 warning.
1401
1402         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1403         `url-retrieve-synchronously', apparently.
1404
1405         * dgnushack.el: Silence XEmacs dns.el warning.
1406
1407         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1408         instead of in all files.
1409
1410         * dns.el (network-interface-list): Define for XEmacs.
1411
1412         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1413         XEmacs.
1414
1415         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1416
1417 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1418
1419         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1420         `gnus-group-split-fancy'.
1421
1422 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1423
1424         * message.el (message-remove-header): Doc fix.
1425         (message-forward-included-headers): New variable.
1426         (message-remove-ignored-headers): Use it.
1427
1428 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1429
1430         * nnir.el (nnir-request-update-mark): Don't try to update the source
1431         group if we can't find it (bug#16611).
1432
1433 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1434
1435         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1436
1437 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1438
1439         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1440         network interfaces changed.
1441         (dns-query): Use it to flush the data.
1442
1443 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1444
1445         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1446         from random face commands.
1447         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1448         Face.
1449         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1450         (gnus--random-face-with-type): Generic function returning a face-type
1451         as a string.
1452         (gnus--insert-random-face-with-type): Generic function inserting a face
1453         in a message buffer header.
1454         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1455         (gnus-insert-random-x-face-header): Rewritten to use
1456         `gnus--insert-random-face-with-type`.
1457         (gnus-random-face): Return random (png) Face as string.
1458         (nus-insert-random-face-header): Insert random (png) Face in a message
1459         buffer.
1460
1461 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1462
1463         * mm-url.el: Remove all usage of w3.
1464
1465         * nnrss.el: Ditto.
1466
1467         * mm-decode.el: Ditto.
1468
1469         * mm-view.el: Ditto.
1470
1471         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1472         outdated and all Emacsen have url.el built-in.
1473
1474         * gnus-setup.el: Remove outdated file.
1475
1476 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1477
1478         * gnus.el: Ma Gnus v0.9 is released.
1479
1480 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1481
1482         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1483
1484 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1485
1486         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1487         in the summary buffer (bug#13769).
1488
1489 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1490
1491         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1492         name if we're using a single article buffer.  Otherwise, it may point
1493         to a killed buffer (bug#13756).
1494
1495 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1496
1497         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1498         the match data, just save and restore it explicitly (bug#12375).
1499
1500         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1501         that's needed.
1502
1503         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1504         the code once (bug#9069).
1505
1506 2014-01-18  Steinar Bang  <sb@dod.no>
1507
1508         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1509         reading.
1510
1511 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1512
1513         * message.el (message-bury): Call bury-buffer with no argument
1514         in the message-return-action case too.
1515
1516 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1519         (nnimap-split-fancy, nnimap-split-methods): Declare.
1520
1521         * mm-util.el (help-function-arglist): Declare.
1522
1523 2013-12-28  Glenn Morris  <rgm@gnu.org>
1524
1525         * gnus-sieve.el (gnus-sieve-select-method):
1526         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1527         (gravatar-rating, gravatar-size):
1528         * message.el (message-minibuffer-local-map):
1529         * sieve-manage.el (sieve-manage-authenticators)
1530         (sieve-manage-authenticator-alist): Specify custom types.
1531
1532         * hashcash.el (hashcash-program): Rename from hashcash-path.
1533         Update callers.
1534
1535         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1536         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1537         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1538
1539         * auth-source.el (auth-sources):
1540         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1541         Fix custom types.
1542
1543         * tls.el (tls-certtool-program): Fix default value.
1544
1545 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1548         we get proper traces there, too.
1549
1550 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1551
1552         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1553         value of the parameters if the current article has a Reply-To or From
1554         field.
1555
1556 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1557
1558         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1559
1560 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-sum.el (gnus-summary-exit): Stop animations.
1563
1564 2013-12-19  Juri Linkov  <juri@jurta.org>
1565
1566         * gnus.el (gnus-suppress-keymap):
1567         * gnus-art.el (gnus-article-mode-map):
1568         * gnus-group.el (gnus-group-mode-map):
1569         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1570         Remove [backspace] key binding because it shadows DEL (bug#16035).
1571
1572         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1573
1574 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1577         Make sure work directory exists.
1578         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1579         rather than tmp directory.
1580         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1581         not necessarily always run, with it.
1582
1583 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1584
1585         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1586         value of gnus-icalendar-additional-identities work without restart.
1587
1588 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * mm-util.el (mm-make-temp-file):
1591         Alias to make-temp-file for modern Emacsen.
1592
1593 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1596         nnir-article-number and nnir-article-group.
1597
1598 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1599
1600         * message.el (message-send-mail-with-sendmail):
1601         Don't kill error buffer if sending fails.
1602
1603 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1604
1605         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1606         (gnus-icalendar-event->org-entry)
1607         (gnus-icalendar--update-org-event)
1608         (gnus-icalendar-event->gnus-calendar): Distinguish between
1609         required/optional/non-participant attendee status.  Fix bug causing
1610         the first required event participant to be omitted.
1611
1612 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-art.el (article-de-quoted-unreadable)
1615         (article-de-base64-unreadable, gnus-mime-copy-part)
1616         * gnus-html.el (gnus-article-html)
1617         * mm-view.el (mm-inline-text-html-render-with-w3)
1618         (mm-inline-text-html-render-with-w3m-standalone)
1619         * rfc2231.el (rfc2231-decode-encoded-string):
1620         Allow overriding charset by mm-charset-override-alist.
1621
1622         * gnus-art.el (gnus-article-browse-html-parts):
1623         Replace LWSPs with `&nbsp;'s in header.
1624
1625         Work for broken Chinese articles.
1626
1627         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1628         Exclude broken handles that gnus-summary-enter-digest-group may create.
1629         (gnus-article-browse-html-parts):
1630         Allow overriding charset by mm-charset-override-alist.
1631
1632 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1633
1634         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1635         (gnus-icalendar-identities): Support additional-identities.
1636
1637 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1638
1639         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1640         org-timestamp for events ending at midnight.
1641
1642 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1643
1644         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1645         .log files.
1646
1647 2013-11-20  David Engster  <deng@randomsample.de>
1648
1649         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1650
1651 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1652
1653         * message.el (message-beginning-of-line):
1654         Use beginning-of-visual-line when visual-line-mode is turned on.
1655
1656 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1657
1658         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1659         (gnus-icalendar-event-from-ical)
1660         (gnus-icalendar-event->org-entry)
1661         (gnus-icalendar--update-org-event): Required/optional participation,
1662         list of attendees synced to org.
1663
1664 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1665
1666         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1667         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1668         cancellations to be synced to org if the original appt has an org
1669         outline.
1670
1671 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1672
1673         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1674         (gnus-icalendar-event->org-entry)
1675         (gnus-icalendar--update-org-event)
1676         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1677
1678 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1679
1680         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1681         Fix timezone handling in gnus-icalendar export to org.
1682
1683 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1686
1687 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1690
1691 2013-10-30  Glenn Morris  <rgm@gnu.org>
1692
1693         * gnus-group.el (gnus-group-browse-foreign-server):
1694         * gnus-int.el (gnus-start-news-server):
1695         Silence compiler obsolescence warning.
1696
1697 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1698
1699         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1700         `nnoo-current-server' first, then for the actual `nnimap-address' to
1701         allow netrc entries for the nnoo server to coexist with netrc entries
1702         for the `nnimap-address'.
1703
1704 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * mm-decode.el (mm-dissect-buffer): Revert last change.
1707         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1708         The problem that motivated those changes was attributed to a broken
1709         mail sender, and has been fixed.
1710
1711 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1714         token is missing in the Content-Type header.
1715
1716         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1717
1718 2013-09-18  Glenn Morris  <rgm@gnu.org>
1719
1720         * gnus-util.el (image-size): Declare.
1721
1722 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1725         (gnus-icalendar-event-from-ical)
1726         (gnus-icalendar-event--build-reply-event-body)
1727         (gnus-icalendar-event-reply-from-buffer)
1728         (gnus-icalendar-find-org-event-file)
1729         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1730         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1731
1732         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1733
1734 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1735
1736         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1737         Use save-current-buffer.
1738         (gnus-tree-mode-map): Initialize in the declaration.
1739         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1740         (scroll-in-place): Defvar it.
1741         (gnus-tmp-*): Defvar them.
1742         (gnus-get-tree-buffer): Use derived-mode-p.
1743         (gnus--let-eval): New macro.
1744         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1745         non-prefixed variables.
1746         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1747
1748         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1749         vars since it doesn't seem to be available.
1750         (gnus-set-global-variables, gnus-summary-read-group-1)
1751         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1752         (gnus-summary-display-article, gnus-summary-select-article)
1753         (gnus-summary-next-article, gnus-offer-save-summaries)
1754         (gnus-summary-generic-mark): Use derived-mode-p.
1755         (gnus-summary-read-group-1, gnus-summary-exit)
1756         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1757         Adjust calls to gnus-tree-close and gnus-tree-open.
1758
1759         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1760
1761         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1762         (gnus-agent-mode): Use derived-mode-p.
1763         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1764         gnus-command-method and *-command-method to nil, but bind
1765         gnus-command-method to *-command-method instead!
1766         (gnus-agent-fetch-articles): Remove unused var `id'.
1767         (gnus-agent-fetch-headers): Remove unused arg `force'.
1768         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1769         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1770         (gnus-agent-short-article, gnus-agent-long-article)
1771         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1772         first use.
1773         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1774         `score-param'.
1775         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1776         (gnus-get-predicate): Push in front of the cache, rather than end.
1777         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1778         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1779         (gnus-agent-expire-unagentized-dirs): Don't rebind
1780         gnus-agent-expire-current-dirs since the defvar silences the warning.
1781         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1782         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1783         (gnus-agent-regenerate): Simplify interactive spec and doc.
1784
1785 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * gnus-int.el (gnus-open-server): Silence compiler.
1788
1789         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1790
1791         * message.el (message-display-completion-list): Abolish.
1792         (message-completion-in-region): Use display-completion-list.
1793
1794 2013-09-17  Glenn Morris  <rgm@gnu.org>
1795
1796         * gnus-util.el (gnus-message-with-timestamp-1):
1797         Use `messages-buffer' function if available.  Ignore read-only.
1798
1799 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * message.el (message-expand-group, message-completion-in-region):
1802         Correct the order of start and end of a region.
1803
1804 2013-09-13  Glenn Morris  <rgm@gnu.org>
1805
1806         * mml2015.el (gnus-create-image): Autoload it.
1807
1808         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1809
1810         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1811         (image-size): Declare.
1812
1813 2013-09-12  Glenn Morris  <rgm@gnu.org>
1814
1815         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1816         Avoid using `find', which i) might not be defined at runtime;
1817         ii) does not work, since its default test is eql, not equal.
1818         (gnus-mime-action-alist): Declare.
1819
1820 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1821
1822         * score-mode.el (gnus-score-mode-map): Move initialization
1823         into declaration.
1824         (gnus-score-mode): Use define-derived-mode.
1825         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1826         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1827         into declaration.
1828         (gnus-kill-file-mode): Use define-derived-mode.
1829         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1830         Use derived-mode-p.
1831         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1832         (gnus-group-setup-buffer, gnus-group-name-at-point)
1833         (gnus-group-make-web-group, gnus-group-enter-directory)
1834         (gnus-group-suspend): Use derived-mode-p.
1835         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1836         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1837         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1838         (gnus-article-setup-buffer, gnus-article-prepare)
1839         (gnus-article-prepare-display, gnus-sticky-article)
1840         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1841         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1842         (gnus-article-read-summary-keys): Use derived-mode-p.
1843
1844 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1847
1848 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1851         shift_jis from the default value set for Japanese users.
1852
1853 2013-08-13  Glenn Morris  <rgm@gnu.org>
1854
1855         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1856
1857         * gnus.el (gnus-valid-select-methods): Fix type.
1858
1859         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1860
1861 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * mm-decode.el (mm-display-external): Run a timer for the temp files
1864         deletion after a viewer exits; add a deletion timer for the needsterm
1865         case, too.
1866
1867         * mm-decode.el (mm-display-external): Try to delete temporary files by
1868         using a 1-min. timer.
1869
1870 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1873         New internal variables.
1874         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1875         (mm-display-external): Use it to delete temporary files instead of
1876         using timers.
1877
1878 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1879
1880         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1881
1882 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1883
1884         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1885         with cond for backwards compatability.
1886
1887 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * mm-decode.el (mm-display-external): Bind process-connection-type to
1890         nil; don't delete a temp file immediately even if a viewer finishes,
1891         since it may be a shell script, like xdg-open, that launches a real
1892         viewer program belatedly.
1893
1894 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1895
1896         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1897         that we can create nndoc groups that excerpt other groups.
1898
1899 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * gnus-delay.el (gnus-delay-article): Fix typo.
1902
1903         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1904         articles.
1905
1906         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1907         we can get spell-checking etc.
1908
1909 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1912         a single one used for encoding the whole text in a header.
1913
1914 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1917         doesn't work properly on XEmacs.
1918
1919 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1922         before sending.
1923
1924         * dgnushack.el (dgnushack-compile): Add a temporary check for
1925         gnus-icalendar.
1926
1927         * mm-decode.el (mm-command-output): New face.
1928         (mm-display-external): Use it.
1929
1930 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1931
1932         * nnmbox.el (nnmbox-request-article): Don't change point.
1933
1934 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1937         Include `handle' parameter.
1938
1939 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1940
1941         * gnus-icalendar.el: New file.
1942
1943 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1946
1947         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1948         dummy roots, too.
1949
1950 2013-08-01  David Edmondson  <dme@dme.org>
1951
1952         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1953         out on ttys.
1954
1955 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1958         not empty.
1959
1960         * nnrss.el (nnrss-discover-feed): Indent.
1961
1962 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1965
1966 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1969         dirty to ensure nnimap data being saved.
1970
1971 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1972
1973         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1974         menu entry.
1975
1976         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1977         the current thread's total score instead of the current article's
1978         score.
1979
1980         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1981         (gnus-sort-threads-recursively): Delete defcustom.
1982         (gnus-sort-threads-recursive): Adapt accordingly.
1983
1984 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1985
1986         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1987         (gnus-sort-threads-recursive): Use it.
1988         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1989         again.  Now that determines how to sort subthreads.
1990
1991 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1992
1993         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1994         (gnus-sort-threads): Use it.
1995
1996 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1997
1998         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1999         punctuation characters follow parentheses (bug#14950).
2000
2001 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * gnus.el (gnus-continuum-version):
2004         * gnus-msg.el (gnus-extended-version): Simplify.
2005
2006         * gnus.el (gnus-continuum-version-1): Remove.
2007         * gnus-msg.el (gnus-bug): Revert.
2008
2009         Calculate gnus-version correctly on Cygwin.
2010
2011         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2012         (gnus-continuum-version-1): New function, return a string.
2013
2014         * gnus-msg.el (gnus-extended-version, gnus-bug):
2015         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2016
2017 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2018
2019         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2020         (bug#13384).
2021
2022 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2025         that were only relevant in a development version a long time ago.
2026
2027 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2030         that the old Emacs 24s bundle.
2031
2032 2013-07-10  David Engster  <deng@randomsample.de>
2033
2034         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2035         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2036         fixes a bug in Emacs trunk where the 'unexist' marks were always
2037         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2038         Gnus v0.03".
2039
2040 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2041
2042         * gnus.el (gnus-summary-line-format): Reference
2043         `gnus-user-date-format-alist' for the &user-date; format, not
2044         `gnus-summary-user-date-format-alist'.
2045
2046 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2049         delete files (bug#13481).
2050
2051 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2052
2053         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2054
2055 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2056
2057         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2058         display images.
2059
2060         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2061
2062         * message.el (message-cancel-news): According to
2063         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2064         preferred over "cmsg cancel" in the Subject.
2065
2066         * nnir.el (nnir-engines): Note that the group specs are regexps
2067         (bug#13238).
2068
2069         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2070         gotten read-only text properties, ensure that those aren't heeded when
2071         copying stuff over (bug#13434).
2072
2073         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2074         (bug#13762).
2075
2076 2013-07-05  David Kastrup  <dak@gnu.org>
2077
2078         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2079         authinfo file again (important for blank passwords).  This had been
2080         broken with 2013-06-15 change.
2081
2082 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2085         Revert 2013-01-14 change.
2086
2087 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2088
2089         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2090         of 'create-image' for XEmacs compatibility; check errors when decoding
2091         image.  Reported by Uwe Brauer.
2092
2093 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2096         gnus-button-push revised at 2011-01-19.
2097
2098 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2101         now live in the lisp/net Emacs 24 repository.
2102
2103 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * eww.el (eww-update-header-line-format): Quote % characters.
2106
2107 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * eww.el (eww-process-text-input): Display passwords as asterisks.
2110
2111         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2112
2113 2013-06-19  Tom Tromey  <tromey@redhat.com>
2114
2115         * eww.el (eww-top-url): Remove.
2116         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2117         (eww-render): Set new variables.  Don't set eww-top-url.
2118         (eww-handle-link): Handle "prev", "home", and "contents".
2119         Downcase the rel text.
2120         (eww-top-url): Choose best top URL.
2121
2122 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * eww.el: Rewrite to implement form elements "by hand" instead of
2125         relying in widget.el.  Using widget.el leads to too many
2126         user interface inconsistencies.
2127         (eww-self-insert): Implement entering commands in text fields.
2128         (eww-process-text-input): New function to make text input field editing
2129         work.
2130         (eww-submit): Rewrite to use the new-style form methods.
2131         (eww-select-display): Display the correct selected item.
2132         (eww-change-select): Implement changing the select value.
2133         (eww-toggle-checkbox): Implement radio/checkboxes.
2134         (eww-update-field): Fix compilation error.
2135         (eww-tag-textarea): Implement <textarea>.
2136
2137         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2138         don't shadow mode-specific bindings.
2139
2140         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2141         nothing to push.
2142
2143         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2144
2145 2013-06-19  Glenn Morris  <rgm@gnu.org>
2146
2147         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2148
2149 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2150
2151         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2152
2153 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * shr.el (shr-make-table-1): Implement <td rowspan>.
2156         (shr-table-horizontal-line): Allow nil as a value, and change the
2157         default.
2158         (shr-insert-table-ruler): Respect the nil value.
2159
2160 2013-06-18  Tom Tromey  <tromey@barimba>
2161
2162         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2163         New defvars.
2164         (eww-open-file): New defun.
2165         (eww-render): Initialize new variables.
2166         (eww-display-html): Handle "link" and "a".
2167         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2168         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2169         (eww-back-url): Rename from eww-previous-url.
2170         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2171         defuns.
2172
2173 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * shr.el (shr-tag-table): Insert the images after the table, so that
2176         they're not covered by the table colourisation, which often looked
2177         awkward.
2178         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2179         <dd>.
2180         (shr-make-table-1): Implement <td colspan=> support.
2181         (shr-insert-document): Use one less than window width if `shr-width' is
2182         nil, since otherwise things may get one character too wide.
2183
2184 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * eww.el (eww-detect-charset): Improve regexp; move backward.
2187
2188 2013-06-18  Glenn Morris  <rgm@gnu.org>
2189
2190         * mm-decode.el (widget-convert-button): Autoload.
2191
2192         * sieve-manage.el (mm-enable-multibyte): Autoload.
2193
2194         * shr.el (libxml-parse-html-region): Declare.
2195         (shr-render-buffer): Explicit error if no libxml2 support.
2196
2197 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2198
2199         * auth-source.el (auth-source-current-line): New function.
2200         (auth-source-netrc-parse-entries): When a data token is "machine",
2201         assume we're in the wrong place and abort parsing the current line.
2202
2203 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2206         (eww-convert-widgets): Don't bug out if the first widget starts at the
2207         beginning of the buffer.
2208         (eww-convert-widgets): Fix last patch.
2209         (eww-tag-input): Support <input type=image>.
2210
2211         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2212         (shr-tag-base): Protect against base specs that are degenerate.
2213         (shr-ensure-paragraph): Don't delete empty lines that have text
2214         properties, because these may be input fields.
2215
2216         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2217         we can navigate to them.
2218
2219         * shr.el (shr-colorize-region): Put the colours over the entire region.
2220         (shr-inhibit-decoration): New variable.
2221         (shr-add-font): Use it to inhibit text property decorations while doing
2222         preliminary table renderings.  This speeds up typical Wikipedia page
2223         renderings by 15%.
2224         (shr-tag-span): Don't respect the <title>, because that overwrites the
2225         help-echo from links inside the spans.
2226         (shr-next-link): Use `help-echo' for navigation, so that we can
2227         navigate to form elements, too.
2228
2229         * eww.el (eww-button): New face.
2230         (eww-convert-widgets): Use it to make submit buttons more button-like.
2231
2232         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2233         that Gnus commands work.
2234
2235         * shr.el (shr-render-td): Support horizontal alignment.
2236
2237         * eww.el (eww-put-color): Removed.
2238         (eww-colorize-region): Use `add-face-text-property'.
2239
2240         * shr.el (shr-add-font): Append face data, so that we get the correct
2241         precedence: The innermost value (which is applied first) wins.
2242         (shr-make-overlay): Obsolete function.
2243
2244         * mm-decode.el (mm-convert-shr-links): New function to convert
2245         new-style shr URL links into widgets.
2246         (mm-shr): Use it.
2247
2248         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2249         widget commands, since we're no longer using widgets for links.
2250
2251         * shr.el (shr-next-link): New command.
2252         (shr-previous-link): New command.
2253         (shr-urlify): Don't use `widget-convert', because that's slow.
2254         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2255         because collecting the overlays and reapplying them when generating
2256         tables is slow.
2257         (shr-insert-table): Ditto.
2258
2259 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2260
2261         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2262         * shr.el (browse-url): Require `url'.
2263         * eww.el (url): Require format-spec.
2264
2265 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * eww.el (eww-display-html): Default to using the entire window width.
2268         (eww-browse-url): Don't add a User-Agent header (twice), because that
2269         makes Bing refuse connection.
2270
2271         * shr.el (shr-make-table): Cache the table rendering at the table
2272         level, and not the <td> level.  This is a bit faster.
2273
2274         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2275         #id.
2276
2277         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2278         browsers don't.
2279         (shr-expand-url): Respect #anchor links.
2280         (shr-parse-base): Chop off the anchor before using.
2281         (shr-descend): Respect display: none.
2282         (shr-descend): Allow marking elements that have certain IDs.
2283
2284         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2285
2286         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2287
2288         * eww.el (eww-tag-textarea): Support <textarea>.
2289
2290 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2291
2292         * shr.el (shr-dom-to-xml): Fixed function call.
2293
2294         * eww.el (eww): New group.
2295         (eww-header-line-format): New custom variable.
2296         (eww-current-title): New variable.
2297         (eww-display-html): Update header and handle title tag.
2298         (eww-update-header-line-format): New function.
2299         (eww-tag-title): New function.
2300
2301         * shr.el (shr-dom-to-xml): New function.
2302         (shr-tag-svg): Add support for the SVG tag.
2303         (shr-bullet): New custom variable.
2304         (shr-tag-li): Support custom bullet in unordered lists.
2305
2306 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * shr.el (shr-expand-url): Respect // URLs.
2309
2310         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2311         put a background colour onto the entire buffer.
2312         (eww-render): When being redirected, use the redirect URL as the new
2313         base URL.
2314
2315         * shr.el (shr-parse-base): Fix parsing error.
2316
2317         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2318
2319         * shr.el (shr-parse-base): New function.
2320         (shr-expand-url): Use it to expand relative URLs reliably.
2321
2322 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2323
2324         * auth-source.el (auth-source-search-collection): Fix docstring.
2325         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2326         single-quoted strings and multiline entries.
2327         (auth-source-netrc-parse-next-interesting)
2328         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2329         functions to support parser.
2330
2331 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * eww.el (eww-submit): Get submit button logic right when hitting RET
2334         on non-submit buttons.
2335
2336         * shr.el: Remove shr-preliminary-table-render, since that can't really
2337         be used for anything in practice.
2338
2339 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2340
2341         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2342         (sieve-manage-quit).
2343
2344 2013-06-14  Glenn Morris  <rgm@gnu.org>
2345
2346         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2347
2348 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2349
2350         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2351         control the maximum size of photo ID image.
2352         (mml2015-epg-key-image-to-string): Respect it.
2353
2354 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2357         instead of the final one so that we can more easily distinguish them.
2358
2359         * eww.el (eww-submit): Compute the submission URL correctly.
2360
2361 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2362
2363         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2364         Use plist-get rather than CL's getf.
2365         (sieve-manage-parse-capability): Avoid CL's remove-if.
2366
2367 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2368
2369         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2370         (sieve-manage-quit).
2371
2372 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2375         last slash.
2376
2377         * eww.el (eww-tag-select): Use the first value as the default value.
2378
2379 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2380
2381         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2382         (eww-mode): Use `define-derived-mode'.
2383         (eww-parse-headers): Parse headers from beginning of buffer so that
2384         file:// links work.
2385
2386 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2389
2390 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2393         to handle them at all.
2394
2395 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2398         work, too.
2399         (eww-tag-select): Implement <select>.
2400
2401 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2402
2403         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2404         stream managing functions by using open-protocol-stream to do most of
2405         the work.  Has the nice benefit of enabling STARTTLS.
2406         Wait for capabilities after STARTTLS: following RFC5804, the server
2407         sends new capabilities after successfully establishing a TLS connection
2408         with the client.  The client should update the cached list of
2409         capabilities, but we just ignore the answer for now.
2410         (sieve-manage-network-p, sieve-manage-network-open)
2411         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2412         (sieve-manage-forward, sieve-manage-streams)
2413         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2414         API, nor called by any other function.
2415         Enable Multibyte for SieveManage buffers: The parser won't properly
2416         handle umlauts and line endings unless multibyte is turned on in the
2417         process buffer.
2418
2419 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * eww.el (eww-tag-input): Support password fields.
2422         (eww-submit): Support POST.
2423
2424 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * eww.el (eww-tag-form): Protect against degenerate forms.
2427
2428         * shr.el (shr-expand-url): Expand URLs that start with a slash
2429         correctly.
2430
2431         * eww.el (eww-submit): Get submit button logic right.
2432
2433         * shr.el (shr-final-table-render): New variable to signal when we're
2434         doing the final table rendering so that we can collect more data at
2435         that point.
2436
2437         * eww.el (eww-submit): Make form submission work.
2438         (eww-tag-input): Implement submit buttons.
2439         (eww-click-radio): Implement radio and checkboxes.
2440         (eww-submit): Handle hidden elements.
2441
2442         * shr.el (shr-descend): Allow other packages to override (or provide)
2443         rendering of elements.
2444         (shr-expand-url): Strip query strings from URLs before expanding them.
2445
2446         * eww.el: Don't require cl-lib.
2447         (eww-tag-form): Start form support.
2448
2449         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2450
2451         * eww.el: Start writing a new, tiny web browser.
2452         (eww-previous-url): New command.
2453         (eww-quit): New command.
2454
2455 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2456
2457         * sieve.el: Put point at beginning of buffer when viewing a script.
2458         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2459         number in sieve-buffer's header.  Fixed code to also work with a string
2460         as port specifier.  Properly close the connection on pressing 'q'.  Make
2461         sieve-manage-quit close the connection and process buffer.  Also, remove
2462         duplicate keybinding for 'q'.
2463
2464 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2465
2466         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2467         make it easier to read.
2468         (mm-pkcs7-enveloped-magic): Ditto.
2469
2470 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2471
2472         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2473         before `image-type-available-p' to avoid loading the image libraries
2474         needlessly.
2475
2476 2013-06-05  David Engster  <deng@randomsample.de>
2477
2478         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2479         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2480         to see whether the group was synced before.
2481
2482 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2483
2484         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2485         when opening the connection.
2486         Suggested by João Távora <joaotavora@gmail.com> in
2487         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2488
2489 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2492         assume Date header begins with "Date", that may be customized into
2493         something like "X-Sent" using gnus-article-time-format.
2494         (article-transform-date): Allow multi-line Date header.
2495
2496 2013-06-02  David Engster  <deng@randomsample.de>
2497
2498         * registry.el (initialize-instance, registry-lookup)
2499         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2500         (registry-lookup-secondary-value, registry-search, registry-delete)
2501         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2502         not wrap methods in `eval-and-compile'.  This breaks due to latest
2503         changes in EIEIO (introduction of eieio-core.el).
2504
2505 2013-05-30  Glenn Morris  <rgm@gnu.org>
2506
2507         * nnmail.el (nnmail-fancy-expiry-target):
2508         Also bind mail-dont-reply-to-names.
2509
2510         * spam-stat.el (spam-stat-save):
2511         No need to tweak font-lock in temp buffers.
2512
2513         * shr.el (shr-put-image): Silence compiler.
2514
2515 2013-05-29  Glenn Morris  <rgm@gnu.org>
2516
2517         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2518
2519         * gnus-group.el (gnus-sequence-of-unread-articles)
2520         (gnus-summary-add-mark, gnus-mark-article-as-read)
2521         (gnus-group-make-articles-read): Declare.
2522
2523         * gnus-sum.el (gnus-parameter-list-identifier)
2524         (gnus-article-stop-animations, gnus-stop-downloads)
2525         (gnus-article-only-boring-p, article-goto-body)
2526         (gnus-flush-original-article-buffer, article-narrow-to-head)
2527         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2528         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2529
2530         * gnus.el: No need to eval-and-compile autoloads.
2531
2532         * gravatar.el (help-function-arglist): Autoload.
2533
2534         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2535
2536         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2537
2538         * spam.el: No need to load spam-report when compiling.
2539         No need to eval-and-compile autoloads.
2540         (spam-report-resend-to): Declare.
2541         (spam-report-resend-register-routine): Require 'spam-report.
2542
2543 2013-05-24  Julien Danjou  <julien@danjou.info>
2544
2545         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2546         setup.
2547
2548 2013-05-23  Glenn Morris  <rgm@gnu.org>
2549
2550         * gnus-util.el (rmail-swap-buffers-maybe)
2551         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2552         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2553         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2554
2555         * mm-decode.el: No need to load term when compiling.
2556         (term-mode, term-char-mode): Declare.
2557
2558         * mm-util.el: No need to load jka-compr when compiling.
2559         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2560
2561         * nnmaildir.el: Require is automatically eval-and-compile.
2562         (nnmail): Require at run-time too.
2563
2564         * registry.el (registry-size): Move definition before use.
2565
2566 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2567
2568         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2569         signed data to conform the standard.  (Bug#14232)
2570
2571 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2572
2573         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2574         double angle quotation mark.
2575
2576 2013-05-20  Glenn Morris  <rgm@gnu.org>
2577
2578         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2579
2580 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2581
2582         * message.el (message-insert-formatted-citation-line): handle finding
2583         first/lastname when more than 2 names appear.
2584
2585 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2586
2587         * shr.el (shr-tag-span): New function.
2588
2589 2013-05-18  Glenn Morris  <rgm@gnu.org>
2590
2591         * message.el (message-mode): Use message-mode-abbrev-table,
2592         with text-mode-abbrev-table as parent.  (Bug#14413)
2593
2594 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * message.el (message-expand-group): Decode group names.
2597
2598 2013-05-16  Julien Danjou  <julien@danjou.info>
2599
2600         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2601         app-icon.
2602
2603 2013-05-15  Glenn Morris  <rgm@gnu.org>
2604
2605         * shr-color.el (shr-color-visible-luminance-min)
2606         (shr-color-visible-distance-min): Use shr-color group.
2607
2608 2013-05-11  Glenn Morris  <rgm@gnu.org>
2609
2610         * gnus-vm.el: Make it loadable without VM.
2611         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2612         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2613
2614 2013-05-09  Glenn Morris  <rgm@gnu.org>
2615
2616         * mml1991.el: Make it loadable.  (Bug#13456)
2617
2618         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2619         * gnus-async.el (gnus-async-post-fetch-function):
2620         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2621         * gnus-html.el (gnus-html-image-cache-ttl):
2622         * gnus-notifications.el (gnus-notifications-timeout):
2623         * gnus-picon.el (gnus-picon-properties):
2624         * gnus-util.el (gnus-completion-styles):
2625         * gnus.el (gnus-other-frame-resume-function):
2626         * message.el (message-user-organization-file)
2627         (message-cite-reply-position):
2628         * nnir.el (nnir-summary-line-format)
2629         (nnir-retrieve-headers-override-function):
2630         * shr-color.el (shr-color-visible-luminance-min):
2631         * shr.el (shr-blocked-images):
2632         * spam-report.el (spam-report-resend-to):
2633         * spam.el (spam-summary-exit-behavior): Fix custom types.
2634
2635         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2636
2637 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2640         because of let-binding help-xref-following.  (Bug#14356)
2641
2642 2013-05-06  Glenn Morris  <rgm@gnu.org>
2643
2644         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2645
2646 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2647
2648         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2649         entering into the registry.
2650
2651 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2652
2653         * gnus.el: Ma Gnus v0.7 is released.
2654
2655 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2658         (Bug#14304)
2659
2660 2013-04-27  Glenn Morris  <rgm@gnu.org>
2661
2662         * gnus.el (gnus-list-debbugs):
2663         Use require rather than autoload.  (Bug#14262)
2664
2665 2013-04-27  Julien Danjou  <julien@danjou.info>
2666
2667         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2668         port to "sieve" now that it has an official IANA port assigned.
2669
2670 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2673         Don't set the MAILHOST environment variable permanently (Bug#14271).
2674
2675 2013-04-26  Glenn Morris  <rgm@gnu.org>
2676
2677         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2678
2679 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2680
2681         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2682         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2683
2684 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2685
2686         * nnir.el (nnir-close-group): Make sure we are in the right group.
2687
2688         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2689         dependency table from all newly retrieved headers.
2690
2691 2013-04-16  David Edmondson  <dme@dme.org>
2692
2693         Support <img src="data:...">.
2694
2695         * shr.el (shr-image-from-data): New function.
2696         (shr-tag-img): Use it.
2697
2698 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2699
2700         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2701         group.
2702
2703 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2706         corresponding to any existing group (Bug#14166).
2707
2708 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2709
2710         * nnir.el (number-sequence): No longer used.
2711         (nnir-request-set-mark): New function.
2712         (nnir-request-update-info): Improve marks updating.
2713         (nnir-request-scan): Don't duplicate marks updating.
2714         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2715         Use 'assq rather than 'assoc.  Quote anonymous function.
2716         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2717         Use 'gnus-group-prefixed-p.
2718         (gnus-summary-create-nnir-group): Make sure server for method is open.
2719
2720 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2721
2722         * nnir.el (gnus-nnir-group-p): New function.
2723         (nnir-possibly-change-group): Use it.
2724
2725         * gnus-msg.el (gnus-setup-message): Use it.
2726
2727 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2730         `initial-input' for the argument name.
2731         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2732
2733 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2734
2735         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2736         (used by MH-E).
2737
2738 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2739
2740         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2741         group.
2742
2743         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2744         fix compilation.
2745
2746 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2747
2748         * nnir.el (nnir-method-default-engines): And another typo.
2749
2750 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2751
2752         * nnir.el (nnir-method-default-engines): Fix typo.
2753
2754 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2755
2756         * nnir.el: Define 'number-sequence for xemacs.
2757         (gnus-summary-create-nnir-group): New function to create an nnir group
2758         from an nnir summary buffer based on the current query.
2759         (nnir-request-create-group): Update to allow nnir group creation based
2760         on the current query.
2761
2762 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * nndraft.el (nndraft-request-expire-articles):
2765         Make expiry target always `delete'.
2766
2767 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2768
2769         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2770         buffer use the posting-style and gcc of the original article group.
2771         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2772
2773         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2774         after other deffoos.
2775
2776 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2777
2778         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2779         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2780         support for real (i.e. not ephemeral) nnir groups.
2781         (gnus-summary-make-nnir-group): New function for initiating searches
2782         from a summary buffer.
2783
2784 2013-03-18  Sam Steingold  <sds@gnu.org>
2785
2786         * message.el (message-bury): Minor cleanup.
2787
2788 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2789
2790         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2791
2792 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2795         nnml-request-list.  (Bug#13873)
2796         (nndir-request-newsgroups): Remove, unused.
2797
2798         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2799
2800 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2801
2802         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2803         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2804         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2805
2806 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2807
2808         * shr.el: Make all the overlays set the `evaporate' property so that
2809         they're removed properly.
2810
2811 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2812
2813         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2814         shell-quote-argument.
2815
2816 2013-02-22  David Engster  <deng@randomsample.de>
2817
2818         * gnus-registry.el (gnus-registry-save): Provide class name when
2819         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2820         `condition-case' to stay compatible with older EIEIO versions which
2821         only accept one argument.
2822
2823 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2824
2825         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2826         (epg-user-id-validity): Autoload.
2827         (mml2015-epg-check-user-id): New function.
2828         (mml2015-epg-check-sub-key): New function split from
2829         mml2015-epg-find-usable-key.
2830         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2831         optional name-is-key-id, to handle the case when user-id is unusable.
2832         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2833
2834 2013-02-17  Glenn Morris  <rgm@gnu.org>
2835
2836         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2837
2838 2013-02-16  Glenn Morris  <rgm@gnu.org>
2839
2840         * shr.el (shr-put-image): Only animate images that specify a delay.
2841         This is consistent with the old image-animated-p behavior.
2842
2843 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2846         for XEmacs.
2847
2848 2013-02-13  Juri Linkov  <juri@jurta.org>
2849
2850         * gnus-art.el (gnus-article-mode-map):
2851         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2852         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2853
2854 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2855
2856         * auth-source.el (auth-source-format-prompt): Don't get confused by
2857         any "\" in replacement text.  (Bug#13637)
2858
2859 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2860
2861         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2862         (gnus-backend-trace): Honour gnus-backend-trace.
2863
2864         * mml.el (mml-insert-part): Insert closing tag.
2865
2866         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2867
2868 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2869
2870         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2871         able to find the article, which can happen in debbugs groups,
2872         apparently.
2873
2874 2013-01-16  Glenn Morris  <rgm@gnu.org>
2875
2876         * smiley.el (smiley-style): Make the file loadable in batch mode.
2877
2878 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2879
2880         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2881         imap process running.
2882
2883 2013-01-14  Julien Danjou  <julien@danjou.info>
2884
2885         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2886         Compare addresses against addresses, not against the full From field.
2887
2888 2013-01-13  Richard Stallman  <rms@gnu.org>
2889
2890         * message.el (message-forward-make-body-mime): New args BEG, END
2891         specify what part of FORWARD-BUFFER to use.  Do the work directly
2892         instead of calling `mml-insert-buffer'.
2893
2894 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2895
2896         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2897         cross-reference(s).
2898
2899         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2900         cross-reference(s).
2901
2902 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2903
2904         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2905         and point-max-marker.
2906         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2907
2908 2013-01-11  Julien Danjou  <julien@danjou.info>
2909
2910         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2911         max are almost equal.  Also return the correct value for V which is
2912         already between 0 and 1.
2913
2914 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2915
2916         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2917         to mml2015-encrypt-to-self.
2918         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2919
2920 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2921
2922         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2923         mml-smime-epg-find-usable-secret-key.
2924
2925 2013-01-08  Glenn Morris  <rgm@gnu.org>
2926
2927         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2928
2929 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2930
2931         * mml-smime.el: Support signing by sender.
2932         Requested by Uwe Brauer.
2933         (mml-smime-sign-with-sender): New user option analogous
2934         to mml2015-sign-with-sender.
2935         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2936         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2937         mml2015.el.
2938
2939 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2942         isn't running, because Gnus will probably not know how to handle the
2943         Gcc header (bug#11941).
2944
2945         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2946         articles.
2947
2948 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2951         (nnfolder-generate-active-file): Make this function work with recursive
2952         folder names.
2953
2954 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2955
2956         * nntp.el (nntp-open-connection): Use HELP as the capability command
2957         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2958         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2959
2960 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2961
2962         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2963         place holder since this gives `Invalid face reference: nil' messages.
2964         Use the `default' face instead.  It has the same effect here, even
2965         though it is not no-op.
2966
2967         * gnus-util.el
2968         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2969
2970 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2971
2972         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2973         non-string posting styles (bug#13285).
2974
2975 2012-12-27  Glenn Morris  <rgm@gnu.org>
2976
2977         * plstore.el (plstore-passphrase-callback-function):
2978         Use plstore-get-file.
2979
2980 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2981
2982         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2983         stderr.
2984
2985 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2988
2989         * gnus-compat.el (set-buffer-multibyte): Remove.
2990
2991 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2992
2993         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2994         temporary file to get PGP key image.  Pass no-show-photos when
2995         extracting image to avoid having it pop up twice.
2996
2997 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3000         eligible for treatment.
3001
3002         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3003         lines.  This makes summary commands with hidden threads work more
3004         reliably.
3005
3006         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3007         button to mark the hidden citations (bug#9395).
3008
3009 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3010
3011         * mml2015.el (mml2015-epg-signature-to-string): New function.
3012         (mml2015-epg-verify-result-to-string): New function.
3013         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3014         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3015         instead of epg-verify-result-to-string.
3016         (epg-signature-key-id, epg-signature-to-string): Autoload.
3017         (epg-verify-result-to-string): Remove autoload.
3018
3019 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3020
3021         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3022         ID image from GPG public key.
3023         (mml2015-epg-key-image-to-string): New function.
3024
3025 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3026
3027         * plstore.el (plstore-passphrase-callback-function): Fix error when
3028         error when plstore-cache-passphrase-for-symmetric-encryption is set
3029         (bug#13264).
3030
3031 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3032
3033         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3034         buffer to the article buffer here, because that clobbers multiple
3035         article buffers.
3036
3037         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3038         buffer always points to the right summary buffer.
3039
3040 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3041
3042         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3043         the password (bug#12097).
3044
3045 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3046
3047         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3048         (bug#13263).
3049
3050         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3051         buffer exists before using it (bug#12475).
3052
3053         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3054         offline groups (bug#11937).
3055
3056         * message.el (message-yank-original): When using customize to set the
3057         value of `message-cite-style', the variable it set to a symbol that's
3058         the name of the variable, which must then be dereferenced (bug#12616).
3059
3060 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3061
3062         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3063         the `face' property with a list whose car is the face specified in the
3064         format string and whose cdr is (nil).
3065         * lisp/gnus-util.el
3066         (gnus-put-text-property-excluding-characters-with-faces):
3067         Change accordingly.
3068         (gnus-get-text-property-excluding-characters-with-faces): New function.
3069         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3070         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3071         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3072
3073 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3074
3075         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3076         login methods.
3077         (nnimap-login): Respect the `nnimap-authenticator' variable.
3078
3079         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3080         mark state when moving articles.  Otherwise unticked articles will get
3081         their ticks back after moving.
3082
3083 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3084
3085         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3086
3087         * message.el (message-ignored-news-headers): Always remove
3088         X-Message-SMTP-Method to avoid information leakage if the user
3089         mistakenly inserts the header into news messages.
3090
3091         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3092
3093         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3094         right than four characters, this command would move point to
3095         `point-max'.  Don't do that.
3096
3097         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3098         to nil to allow re-selecting groups that gain articles.
3099         (gnus-bug-group-download-format-alist): Update the URL.
3100
3101 2012-12-23  Andreas Schwab  <schwab@suse.de>
3102
3103         * shr.el (shr-tag-em): Render em as italic, not bold.
3104
3105 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3106
3107         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3108         for reuse.
3109         (gnus-open-server): Use it to add more tracing.
3110         (gnus-finish-retrieve-group-infos): Add backend tracing.
3111         (gnus-backend-trace): Also note the elapsed seconds.
3112
3113 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3114
3115         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3116         Set epa-file-encrypt-to from variable to avoid querying.
3117
3118 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3119
3120         * sieve-mode.el (sieve-font-lock-keywords):
3121         Keywords should be word delimited.  (Bug#13173)
3122
3123 2012-12-13  Andreas Schwab  <schwab@suse.de>
3124
3125         * tls.el (tls-program): Update customize type.
3126
3127 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3130         instead of <pre> to align message header.
3131
3132 2012-12-12  Sam Steingold  <sds@gnu.org>
3133
3134         * gnus.el (gnus-other-frame-resume-function): Add user option.
3135         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3136
3137 2012-12-06  Sam Steingold  <sds@gnu.org>
3138
3139         * gnus-start.el (gnus-before-resume-hook): Add.
3140         (gnus-1): Run it when Gnus is alive.
3141
3142 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3145         * gnus-art.el (article-unsplit-urls)
3146         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3147         * gnus-registry.el (gnus-registry-get-article-marks)
3148         * message.el (message-goto-body): Use it.
3149         (message-called-interactively-p): Remove.
3150
3151         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3152         (spam-stat-score-buffer): Use it.
3153
3154         * spam.el: Silence the warnings against BBDB functions when compiling.
3155
3156         * gnus-score.el (gnus-score-decode-text-parts):
3157         Use append+mapcar instead of the cl function mapcan.
3158
3159 2012-12-05  Sam Steingold  <sds@gnu.org>
3160
3161         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3162         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3163         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3164
3165 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * gmm-utils.el (gmm-called-interactively-p): Revert.
3168         This seems to cause Emacs to get stuck!
3169         * gnus-art.el (article-unsplit-urls)
3170         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3171         * gnus-registry.el (gnus-registry-get-article-marks)
3172         * message.el (message-goto-body)
3173         (message-called-interactively-p): Revert.
3174
3175         * gmm-utils.el (gmm-called-interactively-p): New function.
3176         * gnus-art.el (article-unsplit-urls)
3177         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3178         * gnus-registry.el (gnus-registry-get-article-marks)
3179         * message.el (message-goto-body): Use it.
3180         (message-called-interactively-p): Remove.
3181
3182         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3183         * gnus-sync.el (gnus-sync-lesync-call)
3184         * message.el (message-read-from-minibuffer): Use it.
3185
3186 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gmm-utils.el (gmm-flet): Remove.
3189         * gnus-sync.el (gnus-sync-lesync-call)
3190         * message.el (message-read-from-minibuffer): Don't use it.
3191
3192 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3195
3196 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3199
3200         * gnus-sync.el (gnus-sync-lesync-call)
3201         * message.el (message-read-from-minibuffer): Use gmm-flet.
3202
3203         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3204
3205         * gnus-util.el (gnus-macroexpand-all): Remove.
3206
3207 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3208
3209         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3210         to TAB, not [tab].
3211         (gnus-summary-article-map): Likewise.
3212
3213         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3214         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3215
3216 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3217
3218         * time-date.el: Commentary fix.
3219
3220 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3221
3222         * color.el: Don't require cl.
3223         (color-complement): `caddr' -> `nth 2'.
3224
3225         * time-date.el (time-to-seconds): De-obsolete.
3226
3227 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * message.el (message-get-reply-headers):
3230         Make sure the reply goes to the author if it is a wide reply.
3231
3232 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3233
3234         * gnus-score.el (gnus-score-body):
3235         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3236         scoring by body.
3237
3238 2012-11-16  Glenn Morris  <rgm@gnu.org>
3239
3240         * gnus-diary.el (nndiary-request-create-group-functions)
3241         (nndiary-request-update-info-functions)
3242         (gnus-subscribe-newsgroup-functions)
3243         (nndiary-request-accept-article-functions):
3244         Use new names for hooks rather than obsolete aliases.
3245
3246 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3249
3250 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3253         in meta tag with the one the part specifies in its header.
3254
3255 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3256
3257         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3258         by default.
3259
3260 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3263         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3264
3265 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3268         and a runtime function for it, of which the XEmacs version takes only
3269         two arguments.
3270
3271 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3272
3273         * nndiary.el (nndiary-request-create-group-functions)
3274         (nndiary-request-update-info-functions)
3275         (nndiary-request-accept-article-functions):
3276         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3277         "-hooks" suffix.
3278
3279 2012-10-19  Julien Danjou  <julien@danjou.info>
3280
3281         * gnus-art.el: Require gnus-util because it uses
3282         `gnus-timer--function'.
3283
3284 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3285
3286         * starttls.el (starttls-extra-arguments): Doc fix.
3287
3288 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3291         it.
3292
3293 2012-10-06  Glenn Morris  <rgm@gnu.org>
3294
3295         * gnus-notifications.el (gnus-notifications):
3296         Add missing group :version tag.
3297         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3298         (gnus-gcc-post-body-encode-hook):
3299         * gnus-sync.el (gnus-sync-lesync-name)
3300         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3301
3302 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3303
3304         * color.el (color-hsl-to-rgb): Fix incorrect results for
3305         small and large hue values.  (Bug#12559)
3306
3307 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         New UIDL implementation.
3310
3311         * mail-source.el (mail-sources, mail-source-keyword-map):
3312         Add :leave as a pop3 keyword.
3313         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3314
3315         * pop3.el (pop3-leave-mail-on-server): Allow number.
3316         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3317         (pop3-movemail): Add UIDL support.
3318         (pop3-send-streaming-command): Take a list of mail numbers instead of
3319         the number of mails.
3320         (pop3-write-to-file): Add X-UIDL header.
3321         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3322         (pop3-uidl-add-xheader): New functions.
3323
3324         * message.el (message-ignored-resent-headers):
3325         Add X-Content-Length and X-UIDL headers.
3326
3327 2012-10-05  Glenn Morris  <rgm@gnu.org>
3328
3329         * color.el (color-name-to-rgb, color-rgb-to-hex)
3330         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3331         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3332         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3333         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3334
3335 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3338         a user about whether to delete temp files if once a user answered as n.
3339
3340 2012-09-25  Chong Yidong  <cyd@gnu.org>
3341
3342         * password-cache.el (password-read-and-add): Use a declare form to mark
3343         this function obsolete.
3344
3345 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * lpath.el: Bind mail-encode-mml for old Emacsen.
3348
3349 2012-09-17  Richard Stallman  <rms@gnu.org>
3350
3351         * message.el (message-in-body-p): Don't set mark or modify buffer.
3352
3353         * mml.el (mml-attach-file): Doc fix.
3354         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3355         Set mail-encode-mml when in Mail mode.
3356         Simplify code to set HEAD and move back to HEAD.
3357         (mml-insert-multipart, mml-insert-part):
3358         Set mail-encode-mml when in Mail mode.
3359
3360 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-util.el (gnus-timer--function): New function.
3363
3364         * gnus-art.el (gnus-article-stop-animations): Use it.
3365
3366 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3367
3368         Fix glitches caused by addition of psec to timers.
3369         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3370         rather than raw access to timer vector.
3371
3372 2012-09-11  Julien Danjou  <julien@danjou.info>
3373
3374         * gnus-notifications.el (gnus-notifications): Check for nil values in
3375         ignored addresses check.
3376
3377 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3378
3379         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3380
3381 2012-09-07  Chong Yidong  <cyd@gnu.org>
3382
3383         * gnus-util.el
3384         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3385
3386         * gnus-salt.el (gnus-tree-highlight-node):
3387         * gnus-sum.el (gnus-summary-highlight-line):
3388         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3389
3390 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3393
3394 2012-09-06  Juri Linkov  <juri@jurta.org>
3395
3396         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3397         scheme for buffer names to be more consistent with other group and
3398         article buffer names in Gnus.
3399
3400 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3401
3402         * gnus-util.el
3403         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3404
3405         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3406         Jenkner.
3407
3408         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3409
3410         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3411
3412         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3413
3414 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3417         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3418
3419         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3420         string-prefix-p in Emacs >=23.2.
3421
3422         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3423         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3424         instead of string-match-p.
3425         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3426
3427 2012-09-06  Kenichi Handa  <handa@gnu.org>
3428
3429         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3430         lowercase a..f.
3431
3432 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3433
3434         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3435
3436 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3437
3438         * nnimap.el (nnimap-request-move-article): Decode the group name when
3439         doing internal moves to avoid charset issues.
3440
3441         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3442         TIME is set.
3443
3444 2012-09-05  Juri Linkov  <juri@jurta.org>
3445
3446         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3447         than one group at a time (bug#11961).
3448
3449 2012-09-05  Julien Danjou  <julien@danjou.info>
3450
3451         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3452         this hide the real reason with a message giving absolutely no hint.
3453
3454 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3455
3456         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3457         to the backend (bug#11804).
3458
3459         * message.el (message-insert-newsgroups): Don't insert newsgroup
3460         duplicates (bug#12275).
3461
3462 2012-09-05  John Wiegley  <johnw@newartisans.com>
3463
3464         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3465         sieve rules.
3466
3467 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3468
3469         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3470         function.
3471
3472         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3473
3474         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3475
3476 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3477
3478         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3479         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3480         This should make nnmaildir more usable with offlineimap.
3481
3482 2012-09-05  Julien Danjou  <julien@danjou.info>
3483
3484         * nnimap.el (nnimap-request-list): Revert change that made listing
3485         synchronous.
3486         (nnimap-get-responses): Restore.
3487
3488 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3489
3490         * dgnushack.el: XEmacs 21.5 compilation fix.
3491
3492         * gnus-notifications.el (gnus-notifications-notify): Use it.
3493
3494         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3495         warnings on XEmacs.
3496
3497 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3498
3499         Better seeds for (random).
3500         * gnus-sync.el (gnus-sync-lesync-setup):
3501         * message.el (message-canlock-generate, message-unique-id):
3502         Change (random t) to (random), now that the latter is more random.
3503
3504 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3505
3506         * nnimap.el (nnimap-change-group): Document result value
3507
3508         * auth-source.el (auth-sources): Fix macos keychain access.
3509
3510         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3511         allow the backend `request-head' function to determine the group
3512         name on its own.
3513         (gnus-request-expire-articles): Filter out negative article numbers
3514         during expiry (Bug#11980).
3515
3516         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3517         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3518
3519         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3520         you've found the article when you haven't.
3521
3522         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3523         that nnimap-change-group can return t.
3524
3525 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3526
3527         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3528
3529 2012-08-30  Julien Danjou  <julien@danjou.info>
3530
3531         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3532         `gnus-notifications-timeout'.
3533         (gnus-notifications-timeout): Add.
3534         (gnus-notifications-action): New function.
3535         (gnus-notifications-notify): Add :action using
3536         `gnus-notifications-action'.
3537         (gnus-notifications-id-to-msg): New variable.
3538         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3539         notifications id to messages.
3540
3541 2012-08-30  Kenichi Handa  <handa@gnu.org>
3542
3543         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3544         once.
3545
3546 2012-08-29  Julien Danjou  <julien@danjou.info>
3547
3548         * gnus-notifications.el: New file.
3549         (gnus-notifications-notify): New function.
3550         (gnus-notifications): Use `gnus-notifications-notify'.
3551
3552 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3555         transfer encoding first; bind gnus-newsgroup-charset to the charset
3556         that the article specifies (Bug#12209).
3557
3558 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3561         (gnus-group-customize-done): Encode values posting-style holds.
3562
3563         * gnus-msg.el (gnus-summary-resend-message)
3564         (gnus-configure-posting-styles): Decode values posting-style group
3565         parameter holds.
3566
3567 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3570         `name' and `address' in Resent-From header.
3571
3572 2012-08-14  Chong Yidong  <cyd@gnu.org>
3573
3574         * gnus-art.el (article-display-face): Handle failure in
3575         gnus-create-image (Bug#11802).
3576
3577 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3578
3579         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3580         Use defsetf.
3581
3582 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3583
3584         * auth-source.el (auth-source-plstore-search)
3585         (auth-source-secrets-search): Ignore :require and :type in search spec.
3586
3587 2012-08-06  Julien Danjou  <julien@danjou.info>
3588
3589         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3590         `nnimap-request-move-article'.
3591
3592         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3593         Remove autoload, already handled by gnus.el.
3594
3595         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3596
3597         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3598         supported by nnimap actually.  Reverts previous change.
3599
3600         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3601         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3602         to-buffer argument that is already supported.
3603
3604 2012-08-05  Julien Danjou  <julien@danjou.info>
3605
3606         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3607         Add autoload.
3608
3609 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * gnus.el (gnus-valid-select-methods): Fix custom type.
3612
3613 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3614
3615         * auth-source.el (auth-sources, auth-source-backend-parse)
3616         (auth-source-macos-keychain-search)
3617         (auth-source-macos-keychain-search-items)
3618         (auth-source-macos-keychain-result-append)
3619         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3620         auth-source.el through the /usr/bin/security utility.
3621         (auth-sources): Fix syntax error.
3622         (auth-source-macos-keychain-result-append): Fix variable name.
3623         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3624
3625 2012-07-27  Julien Danjou  <julien@danjou.info>
3626
3627         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3628         Emacs < 24.1
3629
3630 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * message.el (message-kill-address): Don't kill last newline.
3633         (message-skip-to-next-address): Don't move to the next header.
3634         (message-fill-field-address): Work properly.
3635
3636 2012-07-25  Julien Danjou  <julien@danjou.info>
3637
3638         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3639
3640 2012-07-24  Julien Danjou  <julien@danjou.info>
3641
3642         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3643
3644         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3645         (nntp-async-timer-handler): Remove, unused.
3646
3647         * nnimap.el (nnimap-get-responses): Remove, unused.
3648
3649         * nnheader.el (mail-header-set-extra): Remove, unused.
3650
3651         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3652         unused.
3653
3654         * mm-view.el (mm-view-sound-file): Remove, unused.
3655
3656         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3657         (mm-url-encode-multipart-form-data): Remove, unused.
3658
3659         * message.el (message-remove-signature, message-make-host-name)
3660         (message-fill-address): Remove, unused.
3661
3662         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3663         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3664         unused.
3665
3666         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3667         (gnus-xmas-call-region): Remove, unused.
3668
3669         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3670
3671         * gnus-util.el (gnus-extract-address-component-name)
3672         (gnus-extract-address-component-email, gnus-sortable-date)
3673         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3674         (gnus-process-live-p): Remove, unused.
3675
3676         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3677
3678         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3679         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3680         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3681         function.
3682
3683         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3684
3685         * gnus-score.el (gnus-summary-score-crossposting)
3686         (gnus-score-regexp-bad-p): Remove, unused.
3687
3688         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3689
3690         * gnus-range.el (gnus-sublist-p): Remove, unused.
3691
3692         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3693         unused.
3694
3695         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3696
3697         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3698         (gnus-request-associate-buffer): Remove, unused.
3699
3700         * gnus-group.el (gnus-group-set-method-info)
3701         (gnus-group-set-params-info): Remove, unused.
3702
3703         * gnus-fun.el (gnus-shell-command-to-string)
3704         (gnus-shell-command-on-region): Remove, unused.
3705
3706         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3707
3708         * gnus-art.el (gnus-article-text-type-exists-p)
3709         (article-translate-characters, gnus-article-hide-text-of-type)
3710         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3711         Remove, unused.
3712
3713 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3714
3715         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3716
3717 2012-07-21  Julien Danjou  <julien@danjou.info>
3718
3719         * message.el (message-dont-reply-to-names): Replace deprecated
3720         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3721         (message-get-reply-headers): Ditto.
3722
3723 2012-07-18  Julien Danjou  <julien@danjou.info>
3724
3725         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3726         `sieve-upload-and-kill'.
3727
3728         * sieve.el (sieve-bury-buffer): Remove function.
3729         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3730         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3731
3732 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3733
3734         * shr.el (shr-expand-url): Handle URL starting with `//'.
3735
3736 2012-07-13  Chong Yidong  <cyd@gnu.org>
3737
3738         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3739         instead of calling toggle-read-only with a (bogus) argument.
3740
3741 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3742
3743         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3744         of initial input when reading the author to restrict the summary to.
3745
3746 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * mm-decode.el (mm-shr):
3749         Allow overriding charset by mm-charset-override-alist.
3750
3751 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-art.el (gnus-article-view-part):
3754         Toggle subparts of multipart/alternative part.
3755
3756 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3757
3758         * shr.el (shr-render-buffer): New command.
3759         (shr-visit-file): Use it.
3760
3761 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3764         Set no-byte-compile and no-update-autoloads.
3765
3766 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3769
3770 2012-06-25  Julien Danjou  <julien@danjou.info>
3771
3772         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3773         `nnimap-request-move-articles-find-limit' since we do not use it only
3774         for move operations.
3775         (nnimap-request-accept-article): Use
3776         `nnimap-request-articles-find-limit' to limit search by message-id.
3777
3778 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3779
3780         Support higher-resolution time stamps (Bug#9000).
3781
3782         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3783         VARLIST.  It's optional, for backward compatibility.
3784         (encode-time-value): New optional arg PICO.  New type 3.
3785         (time-to-seconds) [!float-time]: Support the new picoseconds
3786         component if it's used.
3787         (seconds-to-time, time-subtract, time-add):
3788         Support ps-resolution time stamps as well.
3789
3790 2012-06-19  Julien Danjou  <julien@danjou.info>
3791
3792         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3793
3794         * nnimap.el (nnimap-log-buffer): Check that
3795         `window-point-insertion-type' is boundp, since it's not available in
3796         XEmacs.
3797
3798 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3799
3800         * nnimap.el (nnimap-log-buffer): Add this, setting
3801         `window-point-insertion-type' in the buffer to t.
3802         (nnimap-log-command): Use nnimap-log-buffer.
3803
3804 2012-06-19  Julien Danjou  <julien@danjou.info>
3805
3806         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3807         argument to be able to limit the search.
3808         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3809         (nnimap-request-move-articles-find-limit): Add this to limit the search
3810         by Message-Id after a message move.
3811         (nnimap): Add defgroup.
3812
3813 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3814
3815         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3816
3817 2012-06-15  Julien Danjou  <julien@danjou.info>
3818
3819         * nnimap.el (nnimap-find-article-by-message-id): Use
3820         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3821         (nnimap-possibly-change-group): Add read-only argument.
3822         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3823         issuing EXAMINE manually.
3824         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3825         with read-only argument.
3826         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3827         cannot possibly change because we need to be sure that it's either
3828         read-write or read-only.
3829
3830 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3833         being bound to a lambda form.
3834
3835 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3836
3837         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3838         articles when fetch-old is non-nil (bug#11370).
3839
3840 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3841
3842         * gnus-picon.el (gnus-picon-properties): New defcustom.
3843         (gnus-picon-create-glyph): Use it.
3844
3845 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846
3847         * gnus-group.el (gnus-group-get-new-news): Respect
3848         `gnus-group-use-permanent-levels', as documented (bug#11638).
3849
3850 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3851
3852         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3853         groups (bug#11641).
3854
3855 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3856
3857         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3858         is an integer to avoid later problems.
3859
3860 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3861
3862         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3863         locales.
3864
3865         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3866         on a handle.
3867
3868         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3869         address as the default.
3870         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3871
3872         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3873         makes no sense to query the user about internal files.
3874
3875         * gnus-spec.el: Remove all the byte-compilation stuff, since
3876         benchmarking shows that it doesn't help when entering large summary
3877         buffers.
3878
3879         * gnus-xmas.el (gnus-xmas-define): Remove.
3880
3881         * gnus-util.el (gnus-byte-code): Remove.
3882
3883         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3884         grouplens stuff.
3885
3886 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3889         (bug#11514).
3890
3891 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3892
3893         * message.el (message-buffers): Return all buffers derived from Message
3894         to make `gnus-dired-attach' work with mu4e.
3895
3896 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3897
3898         * nntp.el: Stop the `letf' madness.
3899         (nntp--report-1): New var.
3900         (nntp-report): Merge nntp-report-1 into it.
3901         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3902         the nntp-report function.
3903
3904         * auth-source.el: Fix comment-style to follow the convention.
3905
3906 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3907
3908         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3909         (mm-dissect-singlepart): Don't guess the MIME type of
3910         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3911         set.
3912         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3913         toplevel MIME type is multipart/encrypted.
3914
3915 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3918         a string so that Gcc works (bug#11514).
3919
3920 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3921
3922         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3923         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3924
3925 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3926
3927         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3928         jumping to *Server* from a dedicated *Group* window.
3929         (gnus-configure-frame): CSE.
3930
3931         * gnus-registry.el: Minor style cleanup.
3932         (gnus-registry--set/remove-mark): New function, extracted from
3933         gnus-registry-install-shortcuts.
3934         (gnus-registry-install-shortcuts): Use it.
3935
3936 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * nnspool.el (news-path): Use eval-and-compile.
3939
3940 2012-05-24  Glenn Morris  <rgm@gnu.org>
3941
3942         * nnspool.el (news-directory, news-path, news-inews-program):
3943         Move here from paths.el.  Don't see a need for these to be autoloaded.
3944
3945         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3946         Merge in doc from paths.el version.  Don't see any need for this to be
3947         autoloaded, or for the warning about users not setting it.
3948
3949 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3950
3951         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3952         format.  In particular, add an optional argument and a docstring.
3953
3954         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3955
3956         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3957         current before calling `gnus-groups-to-gnus-format'.
3958         Note that this was already the case for `gnus-active-to-gnus-format'.
3959
3960 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3961
3962         Fix minor Y10k bug.
3963         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3964
3965 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3966
3967         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3968         message once it's actually open.
3969
3970 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3971
3972         * gnus.el: Ma Gnus v0.5 is released.
3973
3974 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3975
3976         * auth-source.el (auth-source--aput-1, auth-source--aput)
3977         (auth-source--aget): New functions and macros.
3978         Use them instead of aput/aget.
3979
3980 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3981
3982         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3983
3984 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3985
3986         * plstore.el (plstore-called-interactively-p): New compat macro copied
3987         from message.el.
3988         (plstore-mode): Use it.
3989
3990 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3991
3992         * plstore.el: Revive the editing feature.
3993         (plstore-mode): New mode to edit plstore file.
3994         (plstore-mode-toggle-display, plstore-mode-original)
3995         (plstore-mode-decoded): New command.
3996         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3997         (plstore--insert-buffer, plstore--make): New function.
3998         (plstore-open, plstore-save): Simplify by using them.
3999
4000 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4003
4004 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4005
4006         * tls.el (open-tls-stream): Remove unused binding.
4007
4008 2012-04-16  Glenn Morris  <rgm@gnu.org>
4009
4010         * nndraft.el (nndraft-request-list): Fix declaration.
4011
4012 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4013
4014         * mm-decode.el (mm-dissect-buffer): Doc fix.
4015
4016         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4017         don't have a current group.
4018
4019         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4020         buffer if it doesn't exist.
4021
4022         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4023         given, mark the group as ephemeral with the current window conf.
4024
4025         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4026         buffer exists, which it doesn't if we haven't started Gnus.
4027         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4028
4029 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4032         type is.
4033
4034         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4035         `unexists' entries.
4036         (gnus-clean-old-newsrc): Fix last checkin.
4037
4038         * nnimap.el (nnimap-update-info): None of the articles below the active
4039         low-water mark exist.
4040
4041         * dgnushack.el: Get rid of XEmacs compilation warning.
4042
4043         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4044         would have gotten if we posted to the group, and use that to compare
4045         against the message we want to cancel (bug#10808).
4046
4047         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4048         on XEmacs.
4049
4050 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4051
4052         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4053         `scroll-margin'.
4054
4055 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4056
4057         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4058         citation prefix within a block of cited text should be considered part
4059         of that block *only* if it is a blank line.
4060
4061 2012-04-09  Chong Yidong  <cyd@gnu.org>
4062
4063         * binhex.el, hashcash.el, uudecode.el:
4064         Remove * characters from the front of variable docstrings.
4065
4066 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4069         before kinsoku-bol characters nor within kinsoku-eol characters.
4070
4071 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4074         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4075         (gnus-sync-read): Use mapc instead of mapcar.
4076
4077         * mm-archive.el: Require mm-decode for some macros.
4078         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4079         the byte compiler.
4080         (mm-archive-decoders): New function that returns the value of
4081         the mm-archive-decoders variable.
4082
4083         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4084         instead.
4085         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4086
4087         * nnimap.el (gnus-refer-thread-use-nnir):
4088         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4089
4090 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4093
4094 2012-03-12  Peter Münster  <pmrb@free.fr>
4095
4096         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4097         (gnus-demon-cancel): Ditto.
4098         (gnus-demon-run-callback): When function cannot be called due to low
4099         idleness, call it when idleness reaches the expected value, instead of
4100         waiting another timer period.
4101         (gnus-demon-init): Add `time' to arguments of call-back.
4102
4103 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4106
4107         * gnus.el: Register gnus-registry functions.
4108
4109         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4110         indent.
4111
4112         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4113         enabled before warping.
4114
4115 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4116
4117         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4118         registry about each article retrieved.
4119
4120         * gnus-int.el (gnus-select-group-with-message-id): New function.
4121         (gnus-try-warping-via-registry): Ditto.
4122         (gnus-warp-to-article): Fall back on the registry.
4123
4124 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4125
4126         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4127         inboxes.
4128
4129 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4132
4133 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4136         gnus-gcc-self-resent-messages may be a group parameter.
4137         (gnus-summary-resend-message): Don't encode encoded words in header
4138         when Gcc'ing resent message.
4139
4140 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * shr.el (shr-insert): Treat non-breaking space just like normal
4143         space.  This seems to produce more pleasing results.
4144         (shr-insert): Only insert a blank line if we're starting from an image.
4145         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4146         (shr-ensure-paragraph): Consider lines with white space to be blank.
4147
4148 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4149
4150         * Makefile.in: Respect DESTDIR.
4151
4152 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4153
4154         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4155         and gnus-gcc-post-body-encode-hook.
4156
4157 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4160         messages that don't exist.
4161
4162         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4163
4164 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4167         Remove.
4168
4169         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4170
4171         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4172
4173 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4176         have a group name.
4177
4178         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4179         a multibyte buffer (bug#7410).
4180         (article-wash-html): Parse the original article buffer to get the
4181         unencoded data (bug#7410).
4182
4183         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4184         .newsrc.el files.
4185
4186 2012-04-05  Bastien Guerry  <bzg@altern.org>
4187
4188         * color.el (color-lighten-name): Fix typo.
4189
4190 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4193         "#" to avoid having them interpreted as comments.
4194
4195 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * shr.el (shr-insert): Update the text state properly to avoid
4198         inserting spurious paragraph starts.
4199
4200 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * shr.el (shr-table-widths): Divide the extra width more fairly over
4203         the TDs (bug#10973).
4204         (shr-render-td): Don't delete too much padding.
4205         (shr-natural-width): Compute the natural width more correctly.
4206         (shr-insert): Allow the natural width to be computed for tables again.
4207         (shr-tag-table-1): Rework how the natural widths are computed by
4208         rendering the table a third time.
4209         (shr-natural-width): Removed.
4210         (shr-buffer-width): New function.
4211         (shr-expand-newlines): Use it.
4212
4213         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4214         using a `gnus-use-full-window' setup (bug#11013).
4215
4216 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4219         24.1 release.
4220
4221 2012-03-10  David Edmondson  <dme@dme.org>
4222
4223         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4224         'Forwarded Message' header and the start of the message.
4225
4226 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4227
4228         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4229         isn't running (bug#10897).
4230
4231 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4234         This is inconsistent with all the other stream functions, which leave
4235         the setting up to the higher levels (if so wanted) (bug#10931).
4236
4237 2012-02-28  Glenn Morris  <rgm@gnu.org>
4238
4239         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4240         mm-decode.el: Standardize possessive apostrophe usage.
4241
4242 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4245
4246 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4247
4248         * parse-time.el (parse-time-string): Allow extractor to return nil.
4249
4250 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4253
4254 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4255
4256         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4257
4258 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4259
4260         * mm-decode.el (mm-shr): Remove "soft hyphens".
4261
4262         * nnimap.el (nnimap-request-list): Return the group names encoded as
4263         utf8.  Otherwise non-European group names don't work.
4264         (nnimap-request-newgroups): Ditto.
4265
4266         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4267         the default in `read-string' (bug#10757).
4268
4269         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4270         topics (bug#10843).
4271
4272         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4273         buffer.  Suggested by Herbert Valerio Riedel.
4274         (nnimap-request-move-article): Delete the message from the correct IMAP
4275         server.
4276
4277 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4278
4279         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4280         Reported by Peter Münster.
4281
4282 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4283
4284         * shr.el (shr-image-fetched): Make sure we really kill the right
4285         buffer.
4286
4287 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4288
4289         * gnus-start.el (gnus-1): Avoid duplicate entries.
4290
4291 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4292
4293         * imap.el: Remove.
4294
4295         * nntp.el (nntp-coding-system-for-read): Remove.
4296         (nntp-coding-system-for-write): Ditto.
4297         (nntp-open-connection): Just use `binary' directly.
4298
4299         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4300         Gnus 0.3.
4301
4302 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4303
4304         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4305         application/octet-stream parts really is.
4306
4307         * gnus-sum.el (gnus-propagate-marks): Remove.
4308
4309 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4310
4311         * shr.el (shr-rescale-image): Undo previous change; see
4312         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4313
4314 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4315
4316         * gnus.el: Ma Gnus v0.3 is released.
4317
4318 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4319
4320         * gnus-sum.el (gnus-summary-local-variables): Make
4321         `gnus-newsgroup-unexist' into a local variable.
4322
4323 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4324
4325         * registry.el (registry-usage-test, registry-persistence-test): Move to
4326         tests/gnustest-registry.el.
4327         (registry-make-testable-db, registry-match-test)
4328         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4329
4330         * gnus-registry.el (gnus-registry-misc-test)
4331         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4332
4333         * tests/gnustest-registry.el: New file with the registry and
4334         gnus-registry ERT tests.
4335
4336 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * gnus-msg.el (gnus-summary-resend-message): Make
4339         gnus-summary-resend-message-insert-gcc be last item in
4340         message-header-setup-hook.
4341
4342 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4343
4344         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4345         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4346         Remove.
4347         (nnfolder-open-server): Don't use marks.
4348         (nnfolder-request-delete-group): Ditto.
4349         (nnfolder-request-rename-group): Ditto.
4350         (nnfolder-request-set-mark, nnfolder-request-marks)
4351         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4352         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4353
4354         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4355         (nnml-marks-modtime): Remove.
4356         (nnml-request-delete-group): Don't use marks.
4357         (nnml-request-rename-group): Ditto.
4358         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4359         (nnml-save-marks, nnml-open-marks): Remove.
4360
4361         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4362         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4363         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4364         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4365         (nntp-server-to-method-cache): Remove.
4366
4367         * shr.el (shr-rescale-image): Fix wrong merge.
4368
4369 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4370
4371         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4372         too-wide lines.
4373
4374 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4375
4376         * nnimap.el (nnimap-record-commands): New variable.
4377         (nnimap-log-command): Use it.
4378         (nnimap-make-process-buffer): Add a space to the process buffer.
4379         (nnimap-transform-headers): Don't bug out on header lines containing
4380         stuff that look like IMAP length encodings.
4381
4382         * shr.el (shr-rescale-image): Allow viewing large images.
4383
4384 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4385
4386         * nnml.el (nnml-request-compact-group): Delete the marks file after
4387         compaction (bug#10800).
4388
4389         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4390         group exit.
4391
4392         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4393         QRESYNC/FETCH output.
4394
4395 2012-02-11  Glenn Morris  <rgm@gnu.org>
4396
4397         * sieve-manage.el (sieve-manage-default-stream):
4398         * shr.el (shr):
4399         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4400         (nnir-retrieve-headers-override-function)
4401         (nnir-imap-default-search-key, nnir-notmuch-program)
4402         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4403         (nnir-method-default-engines):
4404         * message.el (message-cite-reply-position):
4405         * gssapi.el (gssapi-program):
4406         * gravatar.el (gravatar):
4407         * gnus-sum.el (gnus-refer-thread-use-nnir):
4408         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4409         (gnus-registry-max-pruned-entries):
4410         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4411         * gnus-int.el (gnus-after-set-mark-hook)
4412         (gnus-before-update-mark-hook):
4413         * gnus-async.el (gnus-async-post-fetch-function):
4414         * auth-source.el (auth-source-cache-expiry):
4415         Add missing :version tags to new defcustoms and defgroups.
4416
4417 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4418
4419         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4420         `gnus-newsgroup-unexist'.
4421
4422         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4423         marks.
4424         (gnus-article-special-mark-lists): Put the `unexist' in the special
4425         marks list instead.
4426
4427         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4428         articles in the list of articles to be selected.
4429
4430         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4431         articles.
4432         (nnimap-update-info): Keep track of unexisting articles.
4433         (nnimap-update-qresync-info): Ditto.
4434
4435 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4436
4437         * message.el (message-default-send-mail-function): Made into own
4438         function for reuse by emacsbug.el.
4439
4440 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4441
4442         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4443         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4444
4445 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4446
4447         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4448         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4449
4450         * gnus-compat.el: Define `timer-set-function'.
4451
4452         * mm-decode.el (mm-display-external): Output the text from the command
4453         in the buffer after the command finished.  This makes text-based
4454         commands behave better.
4455
4456 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4457
4458         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4459
4460 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4461
4462         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4463         23.1.
4464
4465 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4468
4469 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4470
4471         * message.el (smtpmail-smtp-user): Silence compiler warning.
4472
4473 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4474
4475         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4476         SMTP user name.
4477
4478 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus-sum.el (gnus-summary-show-thread):
4481         next-single-char-property-change may return nil in XEmacs.
4482         (gnus-summary-article-map): Fix typo.
4483
4484 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4487         running.
4488
4489         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4490
4491         * gnus.el (gnus-server-extend-method): Don't add an -address component
4492         if the method already has one (bug#9676).
4493
4494 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4495
4496         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4497         of an initial-input for consistency (bug#10757).
4498
4499         * dgnushack.el: Fix XEmacs compilation warning.
4500
4501         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4502
4503         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4504
4505 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4506
4507         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4508         lines that are narrower than the window width.  Otherwise background
4509         "blocks" will look less readable.
4510
4511 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4512
4513         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4514         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4515         have newlines within the strings, and where the UID comes after the
4516         BODYSTRUCTURE element (bug#10537).
4517
4518         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4519         (bug#10732).
4520
4521         * shr.el (shr-insert-document): Add doc string.
4522         (shr-visit-file): Ditto.
4523         (shr-remove-trailing-whitespace): New function.
4524         (shr-insert-document): Use it to clean up trailing whitespace as the
4525         final step (bug#10714).
4526
4527 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4528
4529         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4530         buffer if `gnus-kill-summary-on-exit' is nil.
4531
4532 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4533
4534         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4535         when just reading a single group from "without" Gnus.
4536
4537 2012-02-06  Chong Yidong  <cyd@gnu.org>
4538
4539         * gnus-sum.el (gnus-summary-show-thread):
4540         next-single-char-property-change never returns nil (Bug#8657).
4541
4542 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4543
4544         * message.el (message-multi-smtp-send-mail): New function.
4545         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4546         header to implement multi-SMTP functionality.
4547
4548         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4549         (gnus-agentize): Don't set it.
4550         (gnus-agent-send-mail): Don't use it.
4551
4552         * gnus-sum.el (gnus-summary-widget-backward): New function and
4553         keystroke.
4554
4555         * gnus-compat.el: More the compat functions more compatible.
4556
4557         * shr.el (shr-put-image): Remove underlines from sliced images.
4558         (shr-zoom-image): Compute the region to be replaced more correctly.
4559
4560 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4563         (gnus-summary-resend-message-insert-gcc): New function.
4564         (gnus-summary-resend-message): Modify message-header-setup-hook and
4565         message-sent-hook to make it work for Gcc.
4566         (gnus-inews-do-gcc): Update the number of unread articles of groups
4567         that messages are Gcc'd to.
4568
4569         * message.el (message-resend): Run message-sent-hook to do Gcc.
4570
4571 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4572
4573         * lpath.el: Fix an XEmacs compilation warning.
4574
4575         * gnus-compat.el: Require `help-fns' to fix compilation error.
4576
4577         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4578         a higher level to silence compilation.
4579
4580         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4581         parameter to allow controlling the scaling.
4582
4583         * shr.el (shr-zoom-image): New command and keystroke.
4584         (shr-put-image): Take a `size' flag to say how to scale the image.
4585
4586         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4587         deletion unless already defined.
4588
4589         * gnus.el (gnus-compat): Require it.
4590
4591         * gnus-compat.el: New file.
4592
4593         * gnus-start.el (gnus-clean-old-newsrc): New function.
4594         (gnus-read-newsrc-file): Use it.
4595
4596         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4597         Use recursive deletion.
4598         (mm-dissect-archive): Add support for zip files.
4599
4600         * gnus-util.el (gnus-recursive-directory-files): New function.
4601
4602         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4603         (mm-archive-decoders): Add tgz support.
4604
4605         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4606         Otherwise inserting text into the Gnus buffer can look odd.
4607
4608         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4609
4610         * mm-archive.el (mm-archive-decoders): Add support for tar.
4611
4612         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4613
4614         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4615
4616 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4617
4618         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4619
4620         * mm-archive.el: New file.
4621
4622         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4623
4624         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4625
4626         * message.el (message-goto-*): Make all the `message-goto-*' commands
4627         push the mark before moving point.  This makes it easier to go back to
4628         where you came from after editing whatever you jumped to.
4629
4630 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4631
4632         * gnus.el: Ma Gnus v0.1 is released.
4633
4634 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4635
4636         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4637         without reconnecting.
4638         (nnimap-possibly-change-group): Ditto.
4639         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4640         connection has died before being called.
4641
4642 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4643
4644         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4645         an initial sync unless we're really doing one.
4646
4647         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4648         address parameter if one already exists (bug#9676).
4649
4650         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4651         not the prefix, as documented (bug#10689).
4652
4653 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4654
4655         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4656         the "server".
4657
4658         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4659         the real error message with the useless "previously known to be down".
4660         Which isn't even correct.
4661
4662         * nntp.el (nntp-open-connection): Report the error message if the nntp
4663         server can't be reached.
4664
4665         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4666         groups we do a total scan for.
4667         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4668         doing that.
4669
4670 2012-01-31  Jim Meyering  <jim@meyering.net>
4671
4672         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4673         Correct a comment (insert "not") and hide nominally-doubled "to".
4674
4675 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4676
4677         * gnus.el (gnus-version): Change name to "Ma Gnus".
4678
4679 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4680
4681         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4682         section in the manual.
4683
4684 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4685
4686         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4687         words.
4688         (rfc2047-encode-string): Ditto.
4689         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4690         understand folded filename="..." parameters, for instance.
4691
4692         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4693         the message for greater debuggability.
4694
4695 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4696
4697         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4698         instead of setting it locally, since the latter doesn't seem to have
4699         any effect (most of the time).
4700
4701 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4702
4703         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4704         function call.
4705
4706 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4707
4708         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4709         seconds, and make the repeat clause with HH:MM specs work as
4710         documented.
4711
4712 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4713
4714         * proto-stream.el (proto-stream-capability-open): Fall back on
4715         :end-of-command if :end-of-capability doesn't exist.
4716
4717 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4720         bound globally in old Emacsen and XEmacsen.
4721
4722 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4723
4724         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4725         so that previous errors don't prohibit getting new news.
4726
4727         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4728
4729         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4730
4731 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4732
4733         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4734         buffer, not of the string which is its name.
4735
4736 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4737
4738         * proto-stream.el (proto-stream-capability-open): Wait for
4739         :end-of-capability, not :end-of-command.
4740
4741         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4742         non-server-marks groups.
4743         (gnus-group-make-articles-read): Ditto.
4744
4745         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4746         methods (bug#9676).
4747
4748         * gnus.el (gnus-method-ephemeral-p): New function.
4749
4750 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4753         left-to-right.
4754
4755 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4756
4757         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4758         warning.
4759
4760 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4761
4762         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4763         macroexpand the nnir things, since they haven't been defined yet, and
4764         nnir requires gnus-sum.
4765
4766 2012-01-24  Julien Danjou  <julien@danjou.info>
4767
4768         * color.el (color-rgb-to-hsl): Fix value computing.
4769         (color-hue-to-rgb): New function.
4770         (color-hsl-to-rgb): New function.
4771         (color-clamp, color-saturate-hsl, color-saturate-name)
4772         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4773         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4774
4775 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4776
4777         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4778
4779 2012-01-19  Julien Danjou  <julien@danjou.info>
4780
4781         * color.el (color-name-to-rgb): Use the white color to find the max
4782         color component value and return correctly computed values.
4783         (color-name-to-rgb): Add missing float conversion for max value.
4784
4785 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4786
4787         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4788         logical server name in addition to the actual machine address.
4789
4790         * auth-source.el (auth-source-user-and-password): Add convenience
4791         wrapper to search by just host and optionally user.
4792
4793 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4796         after rendering.
4797
4798 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4799
4800         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4801         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4802         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4803
4804 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4807         (bug#9693).
4808         (gnus-summary-setup-buffer): Document return value (bug#9697).
4809
4810         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4811         since ido doesn't work on symbols (bug#9632).
4812
4813         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4814         when getting a single value as when getting all the values.  This means
4815         that atoms like `gcc-self' work cumulatively, like variable settings,
4816         instead of getting the value from the last matching clause.
4817         (gnus-group-find-parameter): Protect against the group buffer not
4818         existing (bug#9585).
4819
4820 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-start.el (gnus-activate-group): Document more parameters
4823         (bug#9694).
4824
4825         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4826         (bug#9692).
4827
4828         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4829         article was fetched, so that it can be expired later (bug#9958).
4830         (gnus-agent-summary-fetch-series): Add doc string.
4831         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4832         (bug#9517).
4833
4834         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4835         retrieval is happening.
4836
4837         * gnus.el (gnus-parameters): Doc fix.
4838
4839 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4840
4841         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4842         show the thread after expansion.
4843
4844 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845
4846         * gnus-art.el (article-narrow-to-head): If the head is completely
4847         empty, narrow to the empty region (bug#9764).
4848
4849         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4850         read, and then mark them as unread only when the unread mark is used.
4851         This makes `C-- T k' actually work, even though it's confusing.
4852
4853         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4854         alive before we try to find its window.
4855
4856 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4857
4858         * mm-decode.el (mm-display-external): Use a longer timeout for the
4859         deletion to allow slow programs to display the file.
4860
4861 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4864         prompt to be less confusing.
4865
4866         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4867         argument to `message-reply'.  This broke `special-display-*' frame
4868         pop-uping (bug#10238).
4869
4870 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4873         systems, since these allegedly don't work there.
4874
4875 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4876
4877         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4878         live buffer.
4879
4880 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * nnir.el (nnir-retrieve-headers): Protect against the article not
4883         existing on the server (bug#10335).
4884
4885 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4886
4887         * gnus-agent.el (gnus-agent-load-local): Recompute
4888         gnus-agent-article-local on changing method.
4889
4890 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus.el (gnus-parameters): Note precedence.
4893
4894 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4895
4896         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4897         in the group buffer.
4898
4899 2012-01-04  Julien Danjou  <julien@danjou.info>
4900
4901         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4902         change.
4903
4904 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905
4906         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4907         too.
4908
4909         * nntp.el (nntp-retrieve-group-data-early): Use it.
4910
4911 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * nntp.el (nntp-retrieval-in-progress): New variable.
4914         (nntp-make-process-buffer): Make it buffer-local.
4915
4916         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4917         2010.
4918         (gnus-demon-init): Use it to compute the time if time is on the form
4919         "04:23".
4920
4921         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4922
4923         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4924         status in the correct buffer.
4925
4926 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4927
4928         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4929         when opening topics (bug#10407).
4930
4931 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4932
4933         * gnus-cus.el (gnus-score-customize):
4934         * gnus-sum.el (gnus-sort-gathered-threads):
4935         * message.el (message-shorten-references):
4936         * nnmairix.el (nnmairix-request-group):
4937         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4938
4939 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4940
4941         * gnus-agent.el (gnus-agent-regenerate-group):
4942         * gnus-int.el (gnus-retrieve-group-data-early):
4943         * mm-util.el (mm-codepage-ibm-list):
4944         * nndiary.el (Commentary, nndiary-get-new-mail):
4945         * nnir.el (nnir):
4946         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4947
4948 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * mm-view.el (mm-display-inline-fontify): Add comment.
4951
4952 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4953
4954         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4955         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4956
4957 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4958
4959         * gnus-art.el (gnus-split-methods):
4960         * gnus-msg.el (gnus-configure-posting-styles):
4961         * gnus-spec.el (gnus-parse-simple-format):
4962         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4963         * message.el (message-do-actions): Spelling fix.
4964
4965 2011-12-15  Juri Linkov  <juri@jurta.org>
4966
4967         * mm-decode.el (mm-inline-media-tests): Add missing
4968         `mm-handle-media-subtype'.
4969
4970 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4971
4972         * gnus-group.el (gnus-group-tool-bar):
4973         * gnus-sum.el (gnus-summary-tool-bar):
4974         * message.el (message-tool-bar):
4975         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4976
4977 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4978
4979         * plstore.el (plstore--insert-buffer): Spelling fix.
4980
4981 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4982
4983         * message.el (message-valid-fqdn-regexp): Update with newly approved
4984         top-level domain names ".tel" and ".asia".
4985
4986 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4989         unconditionally.
4990
4991 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4994         pop-to-buffer-same-window for old Emacsen.
4995
4996 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4997
4998         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4999
5000 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5001
5002         * netrc.el (netrc-credentials): Spelling fix.
5003
5004 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5005
5006         * gnus-fun.el (gnus-fun-ppm-change-string):
5007         * gnus-msg.el (gnus-inews-do-gcc):
5008         * gnus-sum.el (gnus-summary-find-for-reselect):
5009         * gnus.el (gnus-summary-cancelled):
5010         * message.el (message-cancel-hook, message-send-news):
5011         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5012         * nnir.el (nnir-run-hyrex):
5013         * nntp.el (nntp-with-open-group-function):
5014         * pgg.el (pgg-pending-timers): Spelling fix.
5015
5016 2011-12-04  Chong Yidong  <cyd@gnu.org>
5017
5018         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5019         change (Bug#10200).
5020
5021 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * compface.el (uncompface):
5024         * gnus-art.el (gnus-article-x-face-command): Update the header format
5025         of icon data for the most recent icontopbm program.
5026
5027 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * gnus-msg.el (gnus-inews-do-gcc):
5030         * message.el (message-send-mail):
5031         * mml.el (mml-generate-mime): Share the value of the buffer-local
5032         `message-options' variable between a draft buffer and temprary working
5033         buffers.
5034
5035 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5036
5037         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5038
5039 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5042         for Cygwin.
5043
5044 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5045
5046         * gnus-group.el (gnus-group-prepare-flat):
5047         * mm-bodies.el (mm-encode-body):
5048         * mml.el (mml-preview):
5049         * nnml.el (nnml-request-compact-group):
5050         * pop3.el (pop3-stream-type): Spelling fix.
5051
5052 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5053
5054         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5055
5056 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5057
5058         * color.el (color-rgb-to-hsl):
5059         * gmm-utils.el (gmm-tool-bar-style):
5060         * gnus-group.el (gnus-group-prepare-flat):
5061         * gnus-topic.el (gnus-topic-prepare-topic):
5062         * mm-decode.el (mm-discouraged-alternatives):
5063         * rfc2047.el (rfc2047-encode-1):
5064         * starttls.el: Spelling fix.
5065
5066 2011-11-24  Glenn Morris  <rgm@gnu.org>
5067
5068         * binhex.el (binhex-begin-line): Give it basic doc-string.
5069
5070         * starttls.el, tls.el: Fix case of "GnuTLS".
5071
5072 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5073
5074         * gnus-group.el (gnus-group-highlight): Fix typo.
5075
5076 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5077
5078         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5079         value of `delete-file', that returns nil for a local file but returns t
5080         for a remote file using ssh.
5081
5082 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5083
5084         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5085
5086 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5089         avoid later breakage.
5090
5091 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5094         article buffers' name.
5095
5096 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5099         by Paul Eggert's spellfixes two days ago.
5100
5101 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5104         doesn't have it.
5105
5106         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5107         buffer-local instead of binding them to avoid warnings.  Also demote
5108         errors (bug#10063).
5109         (font-lock-mode-hook): Shut up byte compiler.
5110
5111 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5112
5113         * mm-util.el (mm-charset-after):
5114         * nnir.el (nnir-run-hyrex):
5115         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5116         (ntlm-get-password-hashes, ntlm-md4hash):
5117         * smime.el: Fix typo.
5118
5119 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5120
5121         * gnus-agent.el (gnus-agent-expire-group-1):
5122         * nndiary.el (nndiary-last-occurence):
5123         * nnimap.el (nnimap-request-set-mark):
5124         * nnmairix.el (nnmairix-only-use-registry):
5125         * gnus-group.el (gnus-group-prepare-flat):
5126         * gnus-sum.el (gnus-decode-encoded-word-methods):
5127         * message.el (message-wash-subject):
5128         * nntp.el (nntp-retrieve-headers-with-xover):
5129         * smime.el (smime-certificate-directory): Spelling fix.
5130
5131 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5132
5133         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5134
5135         * color.el:
5136         * gnus-agent.el (gnus-agent-possibly-alter-active):
5137         * gnus-dired.el (gnus-dired-print):
5138         * mail-parse.el:
5139         * nnmairix.el (nnmairix-request-group):
5140         * shr.el (shr-image-displayer):
5141         * sieve-manage.el:
5142         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5143
5144 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5145
5146         * gnus-sum.el (gnus-auto-select-subject):
5147         * spam-report.el (spam-report-resend): Spelling fix.
5148
5149 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5150
5151         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5152         * gnus-art.el (gnus-default-article-saver):
5153         * gnus-srvr.el (gnus-server-copy-server):
5154         * gnus.el (gnus-sloppily-equal-method-parameters):
5155         * html2text.el (html2text-format-tag-list):
5156         * message.el (message-narrow-to-head):
5157         * nndiary.el:
5158         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5159         * sieve.el: Spelling fix.
5160
5161 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5162
5163         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5164         * gnus-sum.el (gnus-summary-make-menu-bar):
5165         * gnus-uu.el (gnus-uu-decode-postscript)
5166         (gnus-uu-decode-postscript-and-save):
5167         * mailcap.el (mailcap-print-command):
5168         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5169         Fix typos.
5170
5171 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5172
5173         * gnus-art.el (gnus-article-part-wrapper):
5174         * html2text.el (html2text-fix-paragraphs):
5175         * mm-decode.el (mm-image-fit-p):
5176         * rfc2047.el (rfc2047-encode-message-header):
5177         * shr-color.el (shr-color-visible-distance-min)
5178         (shr-color-relative-to-absolute, set-minimum-interval)
5179         (shr-color-visible): Fix typos.
5180
5181 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5182
5183         * gmm-utils.el (gmm-tool-bar-item):
5184         * gnus-art.el (gnus-treat-body-boundary):
5185         * gnus-diary.el (gnus-user-format-function-d):
5186         * gnus-start.el (gnus-get-unread-articles):
5187         * pgg-gpg.el (pgg-gpg-update-agent):
5188         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5189
5190 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5191
5192         * gnus-topic.el (gnus-group-prepare-topics):
5193         * gnus-uu.el (gnus-extract-view):
5194         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5195
5196 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5197
5198         * spam.el: Move BBDB autoloads.
5199         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5200         BBDB 2 and 3.
5201         (spam-check-BBDB): Use it.
5202         (spam-enter-ham-BBDB): Use it.
5203
5204 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5205
5206         * smime.el (smime-draw-buffer): Spelling fix.
5207
5208 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5209
5210         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5211         for scanning exactly one level.
5212         * gnus-start.el (gnus-get-unread-articles): Ditto.
5213
5214 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5217         slightly clearer.
5218
5219 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5220
5221         * gnus-sync.el: More commentary about setup.
5222
5223 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * message.el (message-send-and-exit): Document `arg'.
5226
5227 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5230
5231 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5234
5235         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5236         we don't use `bound-and-true-p'.
5237
5238 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5239
5240         * gnus-util.el (gnus-bound-and-true-p): Remove.
5241         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5242         * nnir.el: Use it.
5243         * nnmairix.el: Use it.
5244
5245 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * gnus-sync.el: Improve docs about CouchDB admins.
5248
5249         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5250         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5251         for reasons unknown.
5252         * nnir.el: Use it.
5253         * nnmairix.el: Use it.
5254
5255         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5256         * nnir.el: Ditto.
5257         * nnmairix.el: Ditto.
5258
5259         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5260
5261 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5264         not needed.  Provide xmlplistread list function to produce XML plist
5265         output for non-Gnus LeSync clients.
5266
5267 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5268
5269         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5270
5271         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5272         and save against it.  Group subscriptions, read marks, other marks,
5273         subscription levels, topic names, and topic offsets (the group's
5274         position within the topic) are saved.  This is an experimental backend
5275         and may change significantly.  Load json.el from the gnus-fallback-lib
5276         if it's not available otherwise.
5277         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5278
5279 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5280
5281         * message.el (message-completion-function): Make sure
5282         message-tab-body-function is not attempted if one of
5283         message-completion-alist fails to find a completion (bug#9158).
5284
5285 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5286
5287         * mml.el (mml-quote-region): Quote <#secure> tag.
5288         (mml-generate-mime-1): Unquote <#secure> tag.
5289
5290 2011-10-20  Chong Yidong  <cyd@gnu.org>
5291
5292         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5293         calling a minor mode from Lisp with nil arg enables it, so we have to
5294         make the wording a bit ambiguous here).
5295
5296 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5297
5298         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5299         * nnir.el (nnir-mode): Use it.
5300         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5301         Use it.
5302
5303         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5304         * nnmairix.el (gnus-registry-enabled): Ditto.
5305
5306 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5307
5308         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5309         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5310         only while we need to find out if it should be t or nil.
5311         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5312         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5313         the registry is installed.  Set it to nil when it's unloaded.
5314         (gnus-registry-install-p): Provide user guidance for the initial value
5315         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5316         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5317         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5318         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5319         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5320         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5321         `gnus-registry-install'.
5322
5323 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5324
5325         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5326         previous change.
5327         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5328         primary key is marked as disabled.
5329
5330 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5331
5332         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5333         primary key is marked as disabled.
5334
5335 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5336
5337         * html2text.el (html2text-clean-anchor): Check for quotes around
5338         `href' value.
5339
5340 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5341
5342         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5343         searching.  Drop `bbdb-cache'.
5344
5345 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * message.el (message-signed-or-encrypted-p): Exclude header when
5348         checking if there is signed or encrypted body in text/plain message.
5349
5350 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5351
5352         * html2text.el (html2text-get-attr): Correctly handle attribute values
5353         containing "=".
5354
5355 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5356
5357         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5358         handle bindings.
5359
5360 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5361
5362         * gnus-win.el (gnus-configure-windows): Protect against reading
5363         ephemeral groups outside of Gnus.
5364
5365 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * shr.el (shr-tag-img): Don't get images displayed in tables.
5368
5369 2011-10-03  Glenn Morris  <rgm@gnu.org>
5370
5371         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5372         the "maintainer" version of debbugs.gnu.org reports.
5373
5374 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5375
5376         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5377         make asynchronous adjacent image insertion work better.
5378
5379 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5380
5381         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5382         documentation.
5383
5384 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5387         `gnus-asynchronous' isn't shadowed.
5388
5389 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5392
5393         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5394         (nnimap-insert-partial-structure): The charset parameter isn't
5395         case-sensitive.
5396
5397         * nnheader.el (nnheader-message-maybe): New function.
5398
5399         * shr.el (shr-tag-table): Render totally broken tables better.
5400
5401         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5402         computing the boundary.
5403
5404 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * pop3.el (pop3-number-of-responses): Remove.
5407         (pop3-wait-for-messages): Rewrite to take linear time instead of
5408         exponential time.
5409
5410 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5413         re-fetch images.
5414
5415         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5416         re-fetch images when hitting `g' in Gnus.
5417
5418 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5421         (mml-compute-boundary): Don't check collision if it is non-nil.
5422         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5423         before checking collision.
5424
5425 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * message.el (message-indent-citation): Really make sure there's a
5428         newline at the end.
5429
5430         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5431         Fix suggested by John Wiegley.
5432
5433         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5434
5435         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5436
5437         * message.el (message-default-send-rename-function): Break out into its
5438         own function.
5439
5440         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5441         doesn't work under XEmacs.
5442
5443         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5444         of "imaps" to word around Windows problems.
5445         (nnimap-open-connection-1): Use it.
5446
5447         * message.el (message-indent-citation): Revert last change which made
5448         `F' not work.
5449
5450 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5451
5452         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5453         terminal as well.
5454
5455 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5458         because it displays images using overlays that aren't easy to copy to
5459         the article buffer.
5460
5461 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5462
5463         * message.el (message-indent-citation): Fix empty line removal at the
5464         end of the citation.
5465
5466 2011-09-20  Julien Danjou  <julien@danjou.info>
5467
5468         * auth-source.el (auth-source-netrc-create): Use default value for
5469         password if specified.  Evaluate default.
5470         (auth-source-plstore-create): Ditto.
5471         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5472         value evaluation.
5473         (auth-source-netrc-create): Typo fix.
5474         (auth-source-plstore-create): Ditto.
5475
5476         * password-cache.el (password-cache-remove): Remove entries even if the
5477         value is nil, so that password with a nil value (negative caching) is
5478         possible to invalidate.
5479
5480         * auth-source.el (auth-source-format-cache-entry): New function.
5481
5482 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5485
5486 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5489
5490 2011-09-19  Julien Danjou  <julien@danjou.info>
5491
5492         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5493         which work with things that are not ASCII.
5494
5495 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5498
5499 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5502         message level.
5503
5504 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5507
5508 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5511
5512 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5513
5514         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5515         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5516
5517 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5518
5519         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5520         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5521         articles.
5522
5523 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5524
5525         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5526         (message-mail-other-window, message-mail-other-frame)
5527         (message-news-other-window, message-news-other-frame):
5528         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5529         instead of setting buffer display varibles.
5530
5531 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5534
5535         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5536
5537 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5540         duplicates" to a higher level.
5541
5542         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5543         most egregious messages.
5544
5545 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5546
5547         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5548
5549 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5550
5551         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5552         up the file (bug#9351).
5553
5554 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5555
5556         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5557         it does with all other backends, but decode the names immediately after
5558         getting them.
5559
5560         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5561         decoding nnimap groups.
5562
5563         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5564         newsrc file.  It doesn't seem like an important optimization any more.
5565
5566 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5567
5568         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5569         overflows.
5570
5571 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5574         (gnus-interactive-exit): Extend to `quiet'.
5575
5576         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5577
5578         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5579         string.
5580
5581         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5582         renaming function arguments from `this'.
5583
5584         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5585
5586         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5587         has been renamed.
5588         (gnus-lrm-string-p): Include RLM and PDF, too.
5589
5590         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5591         (bug#9225).
5592
5593 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5594
5595         Add autoload cookies for functions used by sendmail.el.
5596         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5597
5598         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5599
5600 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * gnus-art.el (article-date-ut): Work properly even when there are
5603         things like Date header in the body; work for forwarded parts.
5604
5605 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5606
5607         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5608         original-article-buffer.
5609
5610 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5611
5612         * nnir.el (nnir-compose-result): Fix matching of server type.
5613         (nnir-run-swish++): Ditto.
5614         (nnir-run-namazu): Ditto.
5615         (nnir-run-notmuch): Ditto.
5616
5617 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5620         (bug#9405).
5621
5622         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5623         (bug#9421).
5624
5625         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5626         (bug#9425).
5627
5628         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5629         thing (bug#9426).
5630
5631 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5634         the error message.
5635
5636 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5637
5638         * message.el (message-setup-1): Return t (Bug#9392).
5639
5640 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5641
5642         * gnus-sum.el: When adding article headers to a summary buffer also
5643         update gnus-newsgroup-articles (bug#9386).
5644
5645 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * auth-source.el: Autoload help-mode.
5648
5649 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5652         names.
5653
5654 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5655
5656         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5657         mm-replace-in-string for compatibility issues.
5658         * mml2015.el (mml2015-epg-verify): Ditto.
5659
5660 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5663
5664         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5665
5666 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5669         continue on and do the clean-up phase (bug#9188).
5670
5671         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5672         just ignore groups that can't be opened instead of erroring out
5673         (bug#9225).
5674
5675         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5676         nil since some many people are fuddy-duddies.
5677
5678         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5679         images.
5680
5681         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5682         instead.
5683
5684         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5685
5686         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5687
5688         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5689         processing.
5690
5691         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5692         buffer to avoid warnings.
5693
5694 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5695
5696         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5697         specified to reduce precision.
5698
5699 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5702         bodystructures (bug#9314).
5703
5704 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5707         Make button keymap non-sticky after buttons.
5708
5709 2011-08-18  David Engster  <dengste@eml.cc>
5710
5711         * nnmairix.el (nnmairix-request-set-mark)
5712         (nnmairix-goto-original-article): Remove adding of article to registry,
5713         since `gnus-registry-add-group' isn't available anymore.
5714         (nnmairix-determine-original-group-from-registry):
5715         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5716         available anymore.
5717
5718 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5719
5720         * starttls.el (starttls-any-program-available): Define as obsolete
5721         function.
5722
5723 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5726         versions which Gnus use when appropriate.
5727
5728         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5729         a pretty destructive command.
5730
5731         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5732
5733 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * message.el (message-fix-before-sending): Make a different warning
5736         about NUL characters (bug#9270).
5737
5738         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5739         from custom (bug#9260).
5740
5741         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5742         things work in Emacs 22 and XEmacs, too.
5743
5744         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5745         default From.
5746
5747         * gnus-spec.el (gnus-lrm-string-p): New macro.
5748         (gnus-lrm-string): New constant.
5749         (gnus-summary-line-format-spec): LRM-ify the from.
5750         (gnus-tilde-max-form): LRM-ify string chopping.
5751
5752         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5753
5754         * message.el (message-is-yours-p): Allow disabling canlock checking
5755         (bug#9295).
5756         (message-shoot-gnksa-feet): Add `canlock-verify'.
5757         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5758         message directory isn't writable (bug#9304).
5759
5760         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5761         non-world-readable.
5762
5763 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5766         articles.
5767
5768 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5769
5770         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5771         copy-list.
5772
5773 2011-08-12  Sam Steingold  <sds@gnu.org>
5774
5775         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5776         in the reverse order to avoid modifying the cache with `nreverse'.
5777         (gnus-all-score-files): Do not modify the value returned by
5778         `gnus-score-find-alist' because it lives in a cache variable.
5779         (gnus-current-home-score-file): No need to `nreverse' the return value
5780         of `gnus-score-find-alist', it is already in the correct order.
5781
5782 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5783
5784         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5785         type MESSAGE and subtype RFC822 is slightly different from those of
5786         type TEXT.
5787
5788 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5789
5790         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5791         This allows article-referral to work from an nnir group.
5792
5793 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5794
5795         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5796
5797 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5798
5799         * mml1991.el (mml1991-epg-find-usable-key)
5800         (mml1991-epg-find-usable-secret-key): New function.
5801         (mml1991-epg-sign): Check if signing key is usable.
5802         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5803
5804 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5805
5806         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5807         server-variables only.  This should fix a bug introduced with commit
5808         e1889675b7f4adf057833c5513c9374134c4e053.
5809         (nnir-run-query): 'nnir-search-engine should not be set from the global
5810         environment.
5811
5812 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5813
5814         * nnir.el (nnir-search-thread): Position point on referring article
5815         line.
5816         (nnir-warp-to-article): Clean up summary buffers.
5817
5818         * nnimap.el (nnimap-request-thread): Whitespace fix.
5819
5820 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5821
5822         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5823
5824 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825
5826         * starttls.el (starttls-available-p): Rename from
5827         `starttls-any-program-available' and changed return convention.
5828
5829 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5830
5831         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5832         `unix-sync' unless it's defined.
5833
5834 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5835
5836         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5837         `aref' for XEmacs compatibiltiy.
5838
5839 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5842
5843 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5844
5845         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5846         closures, quote the form properly (bug#9194).
5847
5848 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849
5850         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5851         (gnus-summary-insert-new-articles): Protect against servers that are
5852         down.
5853
5854 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5855
5856         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5857         in mm handle if none is specified.
5858
5859 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5860
5861         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5862
5863 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5864
5865         * nnir.el (nnir-search-thread): New function to make an nnir group
5866         based on a thread query.
5867
5868         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5869         of nnir in thread referral.
5870         (gnus-summary-refer-thread): Use it.
5871
5872         * nnimap.el (nnimap-request-thread): Use it.
5873
5874 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875
5876         * shr.el (shr-tag-comment): Ignore HTML comments.
5877
5878 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5879
5880         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5881         argument.
5882         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5883         Use `nnir-address' to handle server info rather than passing an arg.
5884
5885         * nnimap.el (nnimap-make-thread-query): New utility function to format
5886         an imap thread search query.
5887         (nnimap-request-thread): Use it.
5888
5889         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5890         right select-method if we are not going back to the group buffer.
5891
5892 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5895         enter invalid buffer configurations into the quit form (bug#9107).
5896         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5897         unplugged/plugged.
5898
5899         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5900         keep track of which ones are unread (bug#9061).
5901
5902         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5903         (bug#9055).
5904
5905         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5906         (bug#9041).
5907
5908         * gnus-html.el (mm-util): Require (bug#9073).
5909
5910         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5911         (gnus-summary-refer-thread): Use it to remove duplicates in the
5912         un-threaded view (bug#9053).
5913         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5914
5915 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5916
5917         * nnir.el (nnir-read-server-parm): Use default value from global
5918         variable.  Without this the default search engine parameters aren't
5919         used at all.
5920
5921 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * message.el (message-unique-id): Don't use the undocumented return
5924         value from (random t) (bug#9118).
5925
5926 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * message.el (message-auto-save-directory): If the ~/Mail directory
5929         doesn't exist, use ~ as the auto-save directory (bug#4432).
5930
5931         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5932         hasn't already been started.
5933
5934 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5937
5938         * message.el (message-reply): Work around mysterious bug where
5939         `message-mode' seems to overwrite the locally bound `subject' variable.
5940
5941 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5942
5943         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5944         correct group.
5945
5946         * gnus-int.el (gnus-request-thread): Add group argument.
5947
5948         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5949
5950 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5951
5952         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5953
5954         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5955         renamed to `debbugs-gnu-*'.
5956
5957 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5958
5959         * plstore.el: Revert the editing feature since it is not urgent.
5960         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5961         (plstore-mode-decoded): Remove.
5962
5963 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5966         isn't very interesting any more, and it leaks potentially secret data.
5967         (gnus-debug): Remove.
5968
5969         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5970         use of :custom-show.
5971
5972 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5973
5974         * plstore.el: Add documentation.
5975         (plstore-mode): New mode to edit plstore file.
5976         (plstore-mode-toggle-display, plstore-mode-original)
5977         (plstore-mode-decoded): New command.
5978         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5979         (plstore--insert-buffer, plstore--make): New function.
5980         (plstore-open, plstore-save): Simplify by using them.
5981
5982 2011-07-06  Glenn Morris  <rgm@gnu.org>
5983
5984         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5985
5986 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987
5988         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5989         no longer is much used.
5990         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5991         Articles".
5992
5993 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5994
5995         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5996         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5997         `notmuch' backend.
5998
5999 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000
6001         * mm-decode.el (mm-text-html-renderer): Doc fix.
6002
6003         * gnus-msg.el (gnus-bug): Fix the MML tag.
6004
6005         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6006
6007 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6008
6009         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6010         secondary methods if started with `gnus-no-server'.
6011
6012 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6013
6014         * message.el (message-return-action): Fix typo in docstring.
6015
6016 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017
6018         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6019         bug reports at once.
6020
6021         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6022
6023 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * nndraft.el: Require gnus-group.
6026         (nndraft-request-list): Declare.
6027
6028         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6029         no unread article unless it matches gnus-permanently-visible-groups.
6030
6031         * nndraft.el (nndraft-update-unread-articles): New function.
6032         (nndraft-request-associate-buffer): Use it to update the number of
6033         unread articles for the nndraft groups in the group buffer when saving
6034         or killing a draft message.
6035
6036 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6039         systems to binary before writing and reading the mbox files.
6040
6041         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6042         instead of trying to list them all (bug#8978).
6043
6044 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6045
6046         * pop3.el (pop3-open-server): Use :end-of-capability.
6047
6048 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6051         the id is always a number.
6052
6053         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6054
6055         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6056         debbugs mode, if possible.
6057
6058 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6059
6060         * auth-source.el (auth-source-token-passphrase-callback-function):
6061         Reindent.
6062         (epg-context-operation): Remove unnecessary autoload.
6063
6064 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * gnus.el (gnus-list-debbugs): New command.
6067
6068         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6069         mboxstat instead of the maintbox, since the stat seems to be fuller.
6070
6071         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6072         summary buffers.
6073
6074         * message.el (message-get-reply-headers): Delete all duplicates,
6075         instead of the first.
6076         (message-get-reply-headers): Ensure that we have progress while
6077         deleting duplicates.
6078
6079         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6080         gnus-posting-style value from the summary buffer to make it easier to
6081         make that a per-buffer conf.
6082
6083 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6084
6085         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6086         found by setting `shortcut' in 'query.
6087         (nnir-request-article): Use `shortcut' setting when requesting article
6088         by Message-ID.
6089
6090 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6091
6092         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6093         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6094         Bring the pseudo-headers back too.
6095
6096 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6097
6098         * auth-source.el (auth-source-token-passphrase-callback-function):
6099         Simplify and remove EPA dependency.
6100
6101 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6102
6103         * nnir.el (nnir-request-article): Fix error message text.
6104
6105 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6106
6107         * auth-source.el (plstore-delete): Autoload.
6108         (auth-source-plstore-search): Support delete operation.
6109         * plstore.el (plstore-delete): New function.
6110
6111 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6114         mark actually existing articles as unread rather than the ones that
6115         active asserts.
6116
6117 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6118
6119         * nntp.el (nntp-record-command):
6120         * gnus-util.el (gnus-message-with-timestamp-1):
6121         Use format-time-string rather than decoding time stamps by hand.
6122         This is simpler and insulates the code from potential changes to
6123         current-time format.
6124
6125 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6128
6129 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6130
6131         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6132         (plstore-save): Support public key encryption.
6133         (plstore--init-from-buffer): New function.
6134         (plstore-open): Use it; fix error when opening a non-existent file.
6135         (plstore-revert): Use plstore--init-from-buffer.
6136
6137 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6138
6139         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6140
6141 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6144         for old Emacsen.
6145
6146 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6147
6148         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6149         is not fully working.
6150
6151 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6152
6153         * dgnushack.el: Autoload sha1 on XEmacs.
6154
6155         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6156         quit window configuration.
6157
6158         * auth-source.el (epg-context-set-passphrase-callback):
6159         Remove duplicate autoload.
6160
6161 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6162
6163         * nnir.el (nnir-request-article): Allow requesting articles by
6164         Message-ID with nnimap.
6165
6166         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6167         current server.
6168
6169 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6170
6171         * auth-source.el: Autoload EPA/EPG functions.
6172         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6173         changed when EPA/EPG is not available.
6174         (auth-source-backend): Rename "arg" member to "data".
6175         (auth-source-backend-parse, auth-source-plstore-search)
6176         (auth-source-plstore-create): Use it.
6177
6178 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6179
6180         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6181         `gnus-refer-article-methods'.
6182
6183 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * auth-source.el: Require EPA and EPG.
6186         (auth-source-passphrase-alist): New variable.
6187         (auth-source-passphrase-callback-function)
6188         (auth-source-token-passphrase-callback-function): Callbacks for the
6189         netrc field encryption (GPG tokens).
6190         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6191         Symmetric encryption and decryption of the netrc GPG tokens.
6192         (auth-source-netrc-normalize): Use them, simplifying the closure.
6193
6194 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6197         is available.
6198
6199 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6202         non-nil, and `nnimap-split-methods' is nil, use the former.
6203
6204 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6205
6206         * plstore.el (plstore-revert): New function.
6207         (plstore-open): Use it; hide the buffer from user.
6208
6209 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6210
6211         * auth-source.el (auth-source-backend): New member "arg".
6212         (auth-source-backend-parse): Handle new backend 'plstore.
6213         * plstore.el: New file.
6214
6215 2011-06-30  Glenn Morris  <rgm@gnu.org>
6216
6217         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6218
6219 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6222         expiring articles to.
6223
6224         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6225         variations as ASCII (bug#5458).
6226
6227 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6230
6231 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * message.el (message-point-in-header-p): Tweak the function to default
6234         to saying that we're not in the headers if there is no separator at
6235         all.  This makes it possible to use the Message version of `M-q' in
6236         buffers with no headers (bug#7987).
6237         (message-point-in-header-p): Fix last checkin to work with an empty
6238         mail-header-separator, too.
6239
6240         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6241         again, save the choice via customize.
6242
6243 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6246
6247         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6248         ended the connection, bail out before waiting infinitely on a new
6249         connection.
6250
6251 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6252
6253         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6254         reports.
6255
6256         * gnus.el (gnus-bug-package): Use "gnus."
6257         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6258
6259 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * dgnushack.el: Make the timer warning go away on XEmacs.
6262
6263         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6264         animations going on at article exit time.
6265
6266         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6267         since removing it breaks people upgrading.
6268
6269         * shr.el (shr-put-image): Use the new interface for animating images.
6270         (shr-put-image): Animate for 60 seconds.
6271
6272         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6273         avoid compiler warnings.
6274
6275         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6276         error with `find-file-hooks' on Emacs 22.
6277         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6278         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6279         on all architectures.
6280
6281         * spam.el (spam-stat): Require in a normal fashion without binding
6282         `spam-stat-install-hooks' to avoid compilation warnings.
6283
6284         * spam-stat.el (spam-stat-install-hooks): Remove.
6285         (spam-stat-install-hooks): Don't run automatically.
6286
6287 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6288
6289         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6290         and keystroke.
6291
6292 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * auth-source.el (auth-source-netrc-cache): Move forward.
6295
6296 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297
6298         * proto-stream.el (proto-stream-open-starttls): Use
6299         `gnutls-available-p' to see whether we have built-in support.
6300
6301         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6302         we already know.
6303         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6304         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6305
6306 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307
6308         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6309         %S format, since that looks odd.
6310         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6311         file, especially when saving.
6312
6313 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6314
6315         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6316         article found.
6317
6318 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6319
6320         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6321         `auth-source-save-secrets' with a more sensitive alist that can be
6322         configured per file.  Experimental, so defaults to 'never.
6323         (auth-source-netrc-create): Use it.  Still experimental code.
6324         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6325         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6326
6327 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * auth-source.el (auth-source-save-secrets): New variable to control if
6330         secret tokens should be saved encrypted.
6331         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6332         to `auth-source-netrc-normalize'.
6333         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6334         on the EPA variables being defined.
6335         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6336         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6337         the lexical-let closure.
6338         (auth-source-netrc-create): Create "gpg:" tokens according to
6339         `auth-source-save-secrets'.
6340
6341 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-group.el (gnus-group-update-group): Add new argument
6344         `info-unchanged' that stops updating dribble buffer.
6345
6346         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6347         deletes lines matching to it in dribble buffer.
6348
6349         * gnus-agent.el (gnus-agent-fetch-group-1):
6350         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6351         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6352         * gnus-start.el (gnus-group-change-level):
6353         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6354
6355         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6356         if newsgroup info is not changed.
6357
6358         * gnus-group.el (gnus-group-get-new-news-this-group):
6359         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6360         Don't update dribble buffer.
6361
6362 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6363
6364         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6365         remove entries with groups we ignore.
6366
6367 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6368
6369         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6370         the underline comes at the bottom.
6371
6372 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6373
6374         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6375         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6376         (gnus-registry-article-marks-to-names): Rename from
6377         `gnus-registry-user-format-function-M2'.
6378
6379 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6382         ephemeral group.
6383
6384 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385
6386         * shr.el (shr-browse-image): Copy the URL if called interactively.
6387
6388 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389
6390         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6391         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6392         done, then unselected articles may be marked as read.
6393
6394         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6395         since not doing this seems to lead to a race condition in pop3-logon.
6396
6397         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6398         so that the call chain it correct when we call "upwards".
6399
6400         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6401         in read-only groups.
6402
6403         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6404
6405         * message.el (message-cite-reply-position): Doc string fix.
6406
6407         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6408         avoid regexp overflow.
6409         (nnimap-transform-split-mail): Ditto.
6410
6411         * pop3.el (pop3-retr): Error out if the server closes the connection.
6412
6413 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6414
6415         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6416         mm-with-unibyte-current-buffer.  The buffer should not contain any
6417         multibyte chars anyway at this stage.
6418
6419 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6422         at the end of lines.
6423
6424 2011-05-29  Julien Danjou  <julien@danjou.info>
6425
6426         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6427
6428 2011-05-27  Glenn Morris  <rgm@gnu.org>
6429
6430         * gnus-group.el (gnus-bug-group-download-format-alist):
6431         Use the "maintainer" version of debian reports as well.
6432
6433 2011-05-26  Glenn Morris  <rgm@gnu.org>
6434
6435         * gnus-group.el (gnus-bug-group-download-format-alist):
6436         Use the "maintainer" version of debbugs.gnu.org reports.
6437
6438 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6441
6442 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * gnus-cus.el (gnus-agent-customize-category):
6445         * gnus-delay.el (gnus-delay-send-queue):
6446         * gnus.el (gnus-other-frame):
6447         Don't quote lambda expressions with `quote'.
6448
6449 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6450
6451         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6452         the thread moves us backwards and so we loop forever.
6453
6454 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6457         whitespace in base64 data lines.
6458
6459 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6460
6461         * gnus-registry.el (gnus-registry-user-format-function-M):
6462         Use `mapconcat'.
6463         (gnus-registry-user-format-function-M2): Use to see the full text of
6464         the marks.  Make "," the mark text separator.
6465
6466         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6467         authentication with auth-source.
6468
6469 2011-05-17  Glenn Morris  <rgm@gnu.org>
6470
6471         * gnus-group.el (gnus-import-other-newsrc-file):
6472         Use insert-file-contents.
6473
6474 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6477         1000 iterations.
6478
6479 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * nntp.el (nntp-open-connection): Check if process-type is available.
6482
6483 2011-05-16  Julien Danjou  <julien@danjou.info>
6484
6485         * shr.el (shr-tag-del): Add support for del tag.
6486
6487 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-html.el (gnus-html-put-image): Register a displayer.
6490
6491         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6492
6493 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6494
6495         * registry.el (prune-factor): New initialization parameter defaulting
6496         to 0.1.
6497         (registry-prune-hard): Use it.
6498
6499         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6500         0.1 expicitly.
6501
6502 2011-05-13  Glenn Morris  <rgm@gnu.org>
6503
6504         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6505         is bound, since this function requires sendmail.
6506
6507 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6508
6509         * registry.el (registry-usage-test): Disable pruning test.
6510
6511 2011-05-11  David Engster  <dengste@eml.cc>
6512
6513         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6514         Bind set-network-process-option for XEmacs.
6515
6516 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6517
6518         * registry.el (registry-prune-hard-candidates)
6519         (registry-prune-soft-candidates): Helper methods for registry pruning.
6520         (registry-prune): Use them.  Make the sort function optional.
6521
6522 2011-05-10  Jim Meyering  <meyering@redhat.com>
6523
6524         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6525
6526 2011-05-10  Julien Danjou  <julien@danjou.info>
6527
6528         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6529         symbol and not a list.
6530
6531 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * gnus-art.el (gnus-article-mode): Move binding of
6534         shr-put-image-function here from gnus-article-prepare-display.
6535
6536         * shr.el (shr-put-image-function): New variable.
6537         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6538         (shr-put-image): Return scaled image.
6539
6540         * gnus-art.el (gnus-shr-put-image): New function.
6541         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6542
6543         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6544         original ones, as deletable.
6545
6546 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6547
6548         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6549
6550 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6551
6552         * registry.el (registry-full): Add convenience method.  Fix logic.
6553         (registry-insert): Use it.  Fix logic here too.
6554
6555         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6556         `registry-prune' if `registry-full' returns t.
6557         (gnus-registry-handle-action)
6558         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6559         (gnus-registry-usage-test): Use it.
6560
6561 2011-05-07  Julien Danjou  <julien@danjou.info>
6562
6563         * shr.el (shr-link): Make shr-link inherit from link by default.
6564
6565 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6568
6569 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6570
6571         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6572         error out because the face is not a list.
6573
6574 2011-05-05  Glenn Morris  <rgm@gnu.org>
6575
6576         * proto-stream.el (gnutls-negotiate): Fix declarations.
6577
6578         * gnus-start.el (gnus-propagate-marks): Declare.
6579
6580 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6581
6582         * registry.el (registry-reindex): Fix percentage message.
6583
6584         * proto-stream.el (network-stream-open-starttls): Adjust to call
6585         `gnutls-negotiate' with :process and :hostname arguments.
6586
6587 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6588
6589         * shr.el: Add shr-link face for links.
6590         (shr-urlify): Use it.
6591
6592         * registry.el (registry-insert): Make error message more helpful.
6593
6594 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6595
6596         * gnus-html.el (gnus-html-schedule-image-fetching):
6597         Use url-queue-retrieve, if it exists.
6598
6599         * shr.el (shr-tag-img): Ditto.
6600
6601         * gnus.el: Autoload more gnus-agent functions.
6602
6603         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6604         agent if we haven't already (bug#8502).
6605
6606         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6607         into the Agent, too.
6608
6609         * gnus-agent.el (gnus-agent-store-article): New function.
6610
6611         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6612         and moved from that file for reuse.
6613
6614         * pop3.el (pop3-open-server): Error messages are "-ERR".
6615
6616 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6619         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6620
6621 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6622
6623         * gnus.el: No Gnus v0.17 is released.
6624
6625 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6626
6627         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6628         buffer has moved to a different frame.
6629
6630 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6631
6632         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6633         to get the conversion from unibyte to multibyte buffers to work on
6634         Emacs 22.
6635
6636         * nntp.el (nntp-request-article): Slight clean-up.
6637
6638 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * shr.el (shr-strike-through): New face.
6641         (shr-tag-s): Use it to provide <s> support.
6642         (shr-tag-s): Remove duplicate definition.
6643
6644 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6647         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6648
6649 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6652         `gnutls-negotiate'.
6653         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6654
6655 2011-04-23  Glenn Morris  <rgm@gnu.org>
6656
6657         * gnus-sum.el (gnus-extra-headers): Bump :version.
6658
6659 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6660
6661         * shr.el (shr-tag-sup): New function.
6662         (shr-tag-sub): Ditto.
6663
6664 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6667         for the case where `gnus-registry-ignored-groups' is a list of lists,
6668         and don't call `gnus-parameter-registry-ignore' otherwise.
6669
6670 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6671
6672         * nnimap.el (nnimap-user): New backend variable.
6673         (nnimap-open-connection-1): Use it.
6674         (nnimap-credentials): Accept user parameter so it's explicit what user
6675         name is desired.
6676
6677         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6678         default.
6679
6680         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6681         not gnus-registry.el.
6682
6683         * gnus-registry.el: Mention in comments how to modify
6684         `gnus-extra-headers' for proper recipient tracking and that it may
6685         already have To and Cc recently, which it does as of this commit.
6686         (gnus-registry-ignored-groups): Remove defcustom.
6687         Explain why in comments.
6688         (gnus-registry-action): Fix data-header reference to use the extra
6689         headers.  Explain in package commentary how to add To and Cc headers to
6690         the gnus-extra-headers.
6691         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6692         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6693         parameter list or a string list in `gnus-registry-ignored-groups'.
6694         Fix logic error.
6695
6696 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6697
6698         * shr.el (shr-expand-url): Protect against null urls.
6699
6700 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * shr.el (shr-base): New binding.
6703         (shr-tag-base): Keep track of <base>.
6704         (shr-expand-url): New function used throughout.
6705
6706 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6707
6708         * gnus-registry.el
6709         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6710         (gnus-registry-ignored-groups): New variable.
6711         (gnus-registry-ignore-group-p): Use it.
6712         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6713         set the destination group to nil (same as delete) if it's ignored.
6714
6715 2011-04-20  David Engster  <dengste@eml.cc>
6716
6717         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6718
6719         * Makefile.in (test-nntp): New rule.
6720         (check): Add it.
6721         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6722
6723 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-registry.el (gnus-registry-action)
6726         (gnus-registry-fetch-header-fast):
6727         Don't use mail-header that looks an internal function of mailheader.el.
6728
6729 2011-04-19  Glenn Morris  <rgm@gnu.org>
6730
6731         * time-date.el (time-to-days): Remove unused local variables.
6732
6733 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-registry.el: Eliminate cl functions.
6736         (gnus-registry-sort-addresses): New function that replaces mapcan.
6737         (gnus-registry-action, gnus-registry-spool-action)
6738         (gnus-registry-split-fancy-with-parent)
6739         (gnus-registry-fetch-recipients-fast): Use it.
6740         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6741
6742         * registry.el (initialize-instance, registry-lookup)
6743         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6744         (registry-lookup-secondary-value, registry-search, registry-delete)
6745         (registry-insert, registry-reindex, registry-size, registry-prune):
6746         Use eval-and-compile.
6747
6748 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6749
6750         * registry.el (registry-reindex): New method to recreate the secondary
6751         registry indices.
6752
6753         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6754         tracked field changes.
6755         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6756         (gnus-registry-action, gnus-registry-spool-action)
6757         (gnus-registry-handle-action)
6758         (gnus-registry--split-fancy-with-parent-internal)
6759         (gnus-registry-split-fancy-with-parent)
6760         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6761         move, and delete actions, and for fancy splitting with parent.
6762         (gnus-registry-extract-addresses)
6763         (gnus-registry-fetch-recipients-fast)
6764         (gnus-registry-fetch-header-fast): Convenience functions.
6765         (gnus-registry-misc-test): ERT test of
6766         `gnus-registry-extract-addresses'.
6767
6768 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6769
6770         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6771         Track by subject first, then sender.
6772
6773 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6774
6775         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6776
6777         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6778         Lisp.
6779
6780         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6781         (gnus-draft-send): Use it to avoid popping
6782         up frames from gnus-group-send-queue.
6783
6784 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6785
6786         * gnus-registry.el: Updated gnus-registry docs.
6787
6788 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6789
6790         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6791         Fix logic bug.
6792         (gnus-registry-post-process-groups): Fix logging of no results and
6793         quote sender and subject.
6794
6795 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6796
6797         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6798         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6799         gnutls-cli are too slow to be done opportunistically.
6800
6801         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6802         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6803         we had no early-data returned.
6804         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6805         two async commands to the same server at the same time.
6806
6807 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6808
6809         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6810
6811 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6814         "warning" level.
6815
6816         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6817         (mm-url-insert-file-contents): Don't set the package names.
6818
6819 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6820
6821         * gnus-registry.el (gnus-registry-action): Remove properties and
6822         simplify subject in `gnus-registry-handle-action'.
6823         (gnus-registry-spool-action): Get subject and sender from message if
6824         they are not passed in.
6825         (gnus-registry-handle-action): Remove properties and simplify subject
6826         consistently.
6827
6828 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6829
6830         * registry.el: Require CL before using defmacro*.
6831
6832 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-art.el (article-treat-date): Assume that
6835         gnus-article-date-headers may be a group parameter.
6836
6837 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6838
6839         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6840
6841         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6842         interactively so the newsrc file can contain foreign groups too.
6843         Useful for debugging but not much for users.
6844
6845 2011-04-07  David Engster  <dengste@eml.cc>
6846
6847         * registry.el (registry-usage-test): Only do
6848         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6849         lexical binding.
6850
6851 2011-04-07  David Engster  <dengste@eml.cc>
6852
6853         * Makefile.in (check, test-registry): New rules for test-suite.
6854
6855 2011-04-06  David Engster  <dengste@eml.cc>
6856
6857         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6858         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6859
6860 2011-04-06  David Engster  <dengste@eml.cc>
6861
6862         * registry.el (initialize-instance): Change :after to :AFTER to be
6863         compatible with old EIEIO version in XEmacs.
6864
6865 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6866
6867         * gnus-registry.el (gnus-registry-post-process-groups)
6868         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6869         and provide better messaging.
6870
6871 2011-04-06  David Engster  <dengste@eml.cc>
6872
6873         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6874         errors.
6875
6876         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6877         dgnushack-compile with error-on-warn enabled, and to signal an error if
6878         clean compilation failed.
6879         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6880         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6881
6882 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6883
6884         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6885         unconditionally anyway, discarding errors.
6886         (gnus-registry-delete-entries): New convenience function.
6887         (gnus-registry-import-eld): Import from old .eld registry.
6888
6889         * registry.el: Don't use ERT if it's not available.  Load it
6890         unconditionally anyway, discarding errors.
6891
6892         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6893         version from the Claudio Bley GnuTLS patch (extra optional parameters
6894         and host name).
6895
6896 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6897
6898         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6899         fixup the parameters that can be customized by the user between
6900         save/read cycles.
6901         (gnus-registry-read): Use it.
6902         (gnus-registry-make-db): Use it.
6903         (gnus-registry-spool-action, gnus-registry-handle-action):
6904         Fix messaging.
6905         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6906         Map references to actual group names with sender and subject tracking.
6907         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6908         (gnus-registry-usage-test): Add subject lookup test.
6909
6910         * registry.el (registry-db, initialize-instance): Set up constructor
6911         instead of :initform arguments for the sake of older Emacsen.
6912         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6913         pre-lexbind merge bug.
6914         (registry-usage-test): Use it.
6915         (initialize-instance, registry-db): Move the non-function initforms
6916         back to the class definition.
6917
6918 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6919
6920         * registry.el: New library to manage gnus-registry-style data.
6921
6922         * gnus-registry.el: Use it (major rewrite).
6923
6924         * nnregistry.el: Use it.
6925
6926         * spam.el: Use it.
6927
6928 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6931         marks on non-selected articles.
6932
6933 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6934
6935         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6936         parameter to open-protocol-stream.
6937
6938 2011-04-01  Julien Danjou  <julien@danjou.info>
6939
6940         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6941         fundamental-mode.
6942
6943 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6946         servers.
6947
6948 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6951         made marks not propagate, again.
6952
6953 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6954
6955         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6956         Make this the default type.
6957         (proto-stream-open-plain): Rename from proto-stream-open-default.
6958         (open-protocol-stream, proto-stream-open-starttls)
6959         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6960         with `plain'.
6961
6962         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6963         value.
6964
6965         * nntp.el (nntp-open-connection-function): Document the fact that some
6966         values are not functions but are instead handled specially.
6967         Recognize nntp-open-plain-stream value.
6968         (nntp-open-connection): Recognize that value.
6969
6970 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971
6972         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6973         where it seems to be needed.
6974
6975 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6978         stuff.
6979
6980         * gnus-score.el (gnus-score-string): Fix calling convention of
6981         `gnus-simplify-buffer-fuzzy' after last patches.
6982
6983         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6984         server for articles we didn't get any headers for.  This is a sanity
6985         check.
6986
6987 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6988
6989         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6990         new CAPABILITY, use it.
6991
6992 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993
6994         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6995         downloading anything.
6996
6997         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6998
6999 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7000
7001         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7002         colors.
7003         (gnus-splash-svg-color-symbols): New function.
7004
7005 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7008         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7009         (gnus-simplify-subject-fuzzy): Use the local
7010         gnus-simplify-subject-fuzzy-regex instead of the global one.
7011         This makes using this variable in group parameters work.
7012
7013 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7014
7015         * gnus-registry.el (gnus-registry-unfollowed-groups):
7016         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7017         archive:sent-YYYY-MM-DD groups).
7018         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7019         tracking if there are more than `gnus-registry-max-track-groups'
7020         matches.
7021
7022 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7023
7024         * message.el (message--yank-original-internal): New function to do the
7025         insertion cleanly inside eval in `message-yank-original'.
7026         (message-yank-original): Use it.
7027
7028 2011-03-29  Julien Danjou  <julien@danjou.info>
7029
7030         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7031         local variables disabled rather than `normal-mode'.
7032
7033 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7034
7035         * imap.el (imap-shell-open, imap-process-connection-type):
7036         Use imap-process-connection-type for 'shell' streams as well as
7037         Kerberos, SSL, other subprocesses.
7038
7039 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7040
7041         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7042         with open-network-stream.
7043         (proto-stream-always-use-starttls): Option removed.
7044         (open-protocol-stream): Return a process object by default.  Provide a
7045         new parameter :return-list specifying a list-type return value, which
7046         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7047         :type `network' to `try-starttls', and `network-only' to `default'.
7048         Make `default' the default, for compatibility with open-network-stream.
7049         Handle the no-parameter case exactly as open-network-stream, with no
7050         additional stream processing.  Search plists using plist-get.
7051         Explicitly add :end-of-commend parameter if it is missing.
7052         (proto-stream-open-default): Rename from
7053         proto-stream-open-network-only.  Return 'default as the type.
7054         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7055         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7056         failed.  Always return a list with a (possibly dead) process as the
7057         first element, for compatibility with open-network-stream.
7058         (proto-stream-open-tls): Use plist-get.  Always return a list.
7059         (proto-stream-open-shell): Return `default' as connection type.
7060         (proto-stream-capability-open): Use plist-get.
7061         (proto-stream-eoc): Function deleted.
7062
7063         * nnimap.el (nnimap-stream, nnimap-open-connection)
7064         (nnimap-open-connection-1): Handle renaming of :type parameter for
7065         open-protocol-stream.
7066         (nnimap-open-connection-1): Pass a :return-list parameter
7067         open-protocol-stream to obtain a list return value.  Parse this list
7068         using plist-get.
7069
7070         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7071         for open-protocol-stream.  Accept open-protocol-stream return value
7072         that is a subprocess object instead of a list.  Handle the case of a
7073         dead returned process.
7074
7075 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7076
7077         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7078
7079         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7080
7081 2011-03-21  Julien Danjou  <julien@danjou.info>
7082
7083         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7084         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7085         query.
7086         (mm-inline-text): Render normal text with fontification whenever
7087         possible.
7088
7089         * gnus-sum.el (gnus-summary-save-parts-1):
7090         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7091         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7092         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7093         Use `mm-handle-filename'.
7094
7095         * mm-util.el (mm-handle-filename): New function, return the filename of
7096         an handle.
7097
7098 2011-03-18  Julien Danjou  <julien@danjou.info>
7099
7100         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7101         (gnus-buffer-live-p): Check that buffer is not nil.
7102
7103 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7104
7105         * gnus.el: No Gnus v0.15 is released.
7106
7107 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7110         avoid warning on XEmacs.
7111
7112         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7113         on XEmacs.
7114
7115         * gnus-art.el: Require mouse, which the build bot seems to say is
7116         needed.
7117
7118         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7119
7120         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7121         XEmacs, since it doesn't have url-retrieve-synchronously.
7122
7123         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7124         since assoc-string doesn't exist in XEmacs.
7125
7126 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7127
7128         * gnus-group.el (gnus-group-list-ticked): New function.
7129         (gnus-group-make-menu-bar): Provide a menu entry for it.
7130         (gnus-group-list-map): Provide a binding for it.
7131
7132 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * shr.el (shr-visit-file): New command.
7135
7136         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7137
7138 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7139
7140         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7141         servers.
7142
7143 2011-03-16  Julien Danjou  <julien@danjou.info>
7144
7145         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7146         inline.
7147
7148         * gnus-art.el (article-hide-list-identifiers):
7149         Use gnus-group-get-list-identifiers.
7150
7151         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7152         (gnus-summary-remove-list-identifiers):
7153         Use gnus-group-get-list-identifiers to get regexp.
7154         (gnus-select-newsgroup, gnus-summary-insert-subject)
7155         (gnus-summary-insert-articles):
7156         Call gnus-summary-remove-list-identifiers unconditionally.
7157
7158 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7161         we're selecting a group with unread articles.
7162
7163         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7164
7165         * gssapi.el: New file separated out from imap.el to provide a general
7166         Kerberos 5 connection facility for Emacs.
7167
7168         * message.el (message-elide-ellipsis): Document the format spec
7169         ellipsis.
7170
7171 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * message.el (message-elide-region): Allow the ellipsis to say how many
7174         lines were removed.
7175
7176 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7179         window configurations containing buffers that are now dead.
7180
7181         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7182         parsing to avoid integer overflows.
7183         (nnimap-parse-flags): Simplify the last change.
7184         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7185         too large for 32-bit Emacsen.
7186
7187 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7188
7189         * auth-source.el (auth-source-netrc-create):
7190         * message.el (message-yank-original): Fix use of `case'.
7191
7192 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7193
7194         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7195         XEmacs, which was one character too wide.
7196
7197 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7198
7199         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7200         default number of articles to display.
7201         (gnus-articles-to-read): Use pretty names for prompt.
7202
7203 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7204
7205         * gnus-int.el (gnus-open-server): Ditto.
7206
7207         * gnus-start.el (gnus-activate-group): Give a backtrace if
7208         debug-on-quit is set and the user hits `C-g'.
7209         (gnus-read-active-file): Ditto.
7210
7211         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7212
7213 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * message.el (message-yank-original): Use cond instead of CL case.
7216
7217 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7218
7219         * auth-source.el (auth-source-netrc-create): Use usual format for the
7220         default in prompts.
7221
7222 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * lpath.el: Fbind read-char-choice for XEmacs.
7225
7226 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7227
7228         * auth-source.el (auth-source-netrc-create): Show the default in the
7229         prompt when prompting for token creation.
7230
7231 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7232
7233         * auth-source.el (auth-source-format-prompt): Always convert the value
7234         to a string to avoid evaluating non-string arguments.
7235         (auth-source-netrc-create): Offer default properly, not as initial
7236         content in `read-string'.
7237         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7238         of line to determine if we've been run before.  If so, don't run again,
7239         but print a trivial message to indicate the cache was hit instead.
7240
7241 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7244         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7245         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7246         Gnus.
7247
7248 2011-03-11  Julien Danjou  <julien@danjou.info>
7249
7250         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7251         modified file".
7252
7253 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7254
7255         * auth-source.el (auth-source-read-char-choice): New function to read a
7256         character choice using `dropdown-list', `read-char-choice', or
7257         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7258         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7259         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7260         (auth-source-netrc-saver): Use it.
7261         (auth-source-pick-first-password): New convenience function.
7262
7263 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7266         parameter in the credentials.
7267         (nnimap-open-connection-1): Use it after a successful login.
7268         (nnimap-credentials): Add IMAP-specific user and password prompt.
7269
7270         * auth-source.el (auth-source-search): Add :require parameter, taking a
7271         list.  Document it and the :save-function return token.  Pass :require
7272         down.  Change the CREATED message from a warning to a debug statement.
7273         (auth-source-search-backends): Pass :require down.
7274         (auth-source-netrc-search): Pass :require down.
7275         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7276         Change save prompt to indicate all modifications saved here are
7277         deletions.
7278         (auth-source-netrc-create): Take user login name as default in user
7279         prompt.  Move all the save functionality to a lexically bound function
7280         under the :save-function token in the returned list.  Set up clearer
7281         default prompts for user, host, port, and secret.
7282         (auth-source-netrc-saver): New function, intended to be wrapped for
7283         :save-function.
7284
7285 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286
7287         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7288         lines to be spaces instead.
7289
7290 2011-03-07  Julien Danjou  <julien@danjou.info>
7291
7292         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7293         (sieve-sasl-auth): Check that auth-source-search did return something,
7294         or just return an empty string.
7295
7296 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7297
7298         * gnus.el (gnus-interactive): Use read-directory-name.
7299
7300         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7301         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7302         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7303         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7304         Likewise.
7305
7306         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7307
7308 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7311         onto the list of killed groups, too.  This makes killed nnimap groups,
7312         for instance, more reliably not reappear.
7313
7314         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7315         the parent.
7316
7317         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7318
7319         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7320         really have server-side marks.
7321
7322         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7323         since most backends do not usefully have server-side marks.
7324         (gnus-update-read-articles): Propagate marks to all backends that
7325         really have server-side marks.
7326
7327 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7328
7329         * message.el (message-cite-reply-position, message-cite-style):
7330         New variables.
7331         (message-yank-original): Use the new citation styles.
7332
7333 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7334
7335         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7336         buffer-local issue); don't mark it buffer-local when running under
7337         XEmacs.
7338
7339 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7340
7341         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7342         numbers too big to be `read'.
7343
7344 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7345
7346         * password-cache.el (password-in-cache-p): Add autoload.
7347
7348         * message.el (message-options): Make buffer-local two ways to attempt
7349         to fix a XEmacs bug.
7350
7351 2011-03-02  Julien Danjou  <julien@danjou.info>
7352
7353         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7354
7355 2011-03-01  Julien Danjou  <julien@danjou.info>
7356
7357         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7358         group.
7359         (article-hide-list-identifiers): Use list-identifier group parameter.
7360
7361 2011-02-28  Julien Danjou  <julien@danjou.info>
7362
7363         * sieve.el (sieve-buffer-script-name): New local variable to store
7364         sieve script name.
7365         (sieve-edit-script): Store sieve script name.
7366         (sieve-upload): Use sieve script name when uploading.
7367         (sieve-upload): Use substitute-command-keys.
7368         (sieve-edit-script): Use substitute-command-keys.
7369         (sieve-refresh-scriptlist): Use substitute-command-keys.
7370         (sieve-manage-mode-map): Define keymap properly.
7371         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7372         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7373         Remove commented code about cvs.
7374         (sieve-manage-quit): New function.
7375         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7376
7377 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7380
7381 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7382
7383         * auth-source.el (auth-source-search): Cache empty result sets.
7384
7385         * password-cache.el (password-in-cache-p): Convenience function to
7386         check if a key is in the cache, even if the value is nil.
7387
7388         * auth-source.el (auth-source-save-behavior): New variable to replace
7389         `auth-source-never-create'.
7390         (auth-source-netrc-create): Use it.
7391         (auth-source-never-save): Remove.
7392
7393 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7394
7395         * nnimap.el (nnimap-stream): Doc fix.
7396         (nnimap-open-connection-1): Reverse the order of the ports to that the
7397         prompted-for port is first.
7398
7399         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7400         retrieval by the no-group selection.
7401
7402         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7403         numerical parameters.
7404
7405 2011-02-25  Julien Danjou  <julien@danjou.info>
7406
7407         * gnus-gravatar.el: Use gnus-with-article-buffer.
7408
7409         * gnus-art.el (gnus-with-article-buffer): Check that the
7410         gnus-article-buffer is alive.
7411
7412 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7413
7414         * auth-source.el (auth-source-creation-prompts): New variable to manage
7415         creation-time prompts.
7416         (auth-source-search): Document it.
7417         (auth-source-format-prompt): Add utility function.
7418         (auth-source-netrc-create): Don't default the user name to
7419         user-login-name.  Use `auth-source-creation-prompts' and some default
7420         prompts for user, host, port, and password (the default generic prompt
7421         remains ugly).
7422         (auth-source-never-save): Add customizable option to never save info.
7423         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7424         mode excursion.
7425
7426 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7429         argument that XEmacs doesn't support.
7430
7431         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7432         compiled for Emacsen having no `libxml-parse-html-region' support.
7433
7434         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7435
7436         * lpath.el: Bind buffer-save-without-query for XEmacs.
7437
7438 2011-02-23  Julien Danjou  <julien@danjou.info>
7439
7440         * gnus-art.el (article-make-date-line): Ignore errors if time is
7441         invalid and not convertible.
7442         (article-make-date-line): Only add lapsed time if time is not nil.
7443
7444 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7445
7446         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7447         `read-char-choice' for backwards compatibility.
7448         (auth-source-netrc-element-or-first): New function to DTRT for
7449         parameter extraction.
7450         (auth-source-netrc-create): Use it and fix multiple parameter print
7451         bug.  Use the default passed from above (given-default) or the
7452         built-in (user-login-name for :user).
7453
7454 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7455
7456         * gnus-start.el (gnus-dribble-read-file):
7457         Set buffer-save-without-query, since we always want to save the dribble
7458         file, probably.
7459
7460         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7461         nnimap.
7462
7463         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7464         -summary- since it's a user-visible variable.
7465
7466         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7467         first time you use the new Gnus.
7468
7469 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7470
7471         * auth-source.el: Don't load netrc.el.
7472         (auth-sources): Search ~/.netrc as well by default.
7473         (auth-source-debug): Add 'trivia option for extra output.
7474         (auth-source-do-trivia): Use it.
7475         (auth-source-search): Simplify logic to use
7476         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7477         appropriate.  Don't keep a running count at this level.  Layer :create
7478         and :delete options appropriately on the first and second passes.
7479         Don't track the backend with the search results.
7480         (auth-source-search-backends): New function to search a list of
7481         backends for a processed spec.
7482         (auth-source-netrc-parse): Cache all netrc files, making
7483         auth-source-netrc-cache an alist keyed by the file name and using the
7484         file mtime as the caching criterion.  Keep the obfuscated data secret
7485         with a lexical bind.
7486         (auth-source-netrc-search): Don't calculate the length of the results
7487         unnecessarily.
7488         (auth-source-search-backends): Fix bug.
7489         (auth-source-netrc-create): Rework prompts.
7490
7491 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7492
7493         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7494         Lower case names of search constraints.
7495         (nnir-run-query): Cache and reuse search constraints for all imap
7496         servers.
7497
7498 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7499
7500         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7501         after exit.
7502         (gnus-setup-message): Define missing variable from last checkin.
7503
7504         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7505         value, show the raw article.
7506
7507 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7508
7509         * gnus.el: No Gnus v0.13 is released.
7510
7511 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7512
7513         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7514         auth-source now accepts numbers.
7515
7516         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7517         spec, too.
7518         (auth-source-ensure-strings): New function.
7519
7520         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7521         (gnus-article-setup-buffer): Always restart the date timer so that user
7522         changes to the frequency is respected.
7523
7524         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7525         port numbers, so make sure it gets that if nnimap-server-port is
7526         explicit.
7527
7528 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7529
7530         * nnimap.el (nnimap-inbox): Doc fix.
7531
7532 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7533
7534         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7535         Autoload.  Add optional arg FRAME, and pass it to color-values.
7536         (color-complement): Caller changed.  Doc fix.
7537         (color-gradient): Rewrite for better clarity and efficiency.
7538
7539 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7540
7541         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7542         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7543         color-lab-to-srgb.
7544
7545 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7546
7547         * color.el: First part of merge from hexrgb.el.
7548         (color-rgb-to-hex): Rename from color-rgb->hex.
7549         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7550         saturation to zero if the value is too small.
7551         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7552         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7553         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7554         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7555         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7556         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7557         (color-cie-de2000): Doc fix.
7558
7559 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7560
7561         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7562         given method as in the group name if we're using an extended method.
7563         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7564         command, if we're using that, instead of waiting for the beginning.
7565
7566         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7567         we're sure to get unique server names, and we don't output two async
7568         commands in the same buffer.  This fixes an NNTP hang for some users.
7569
7570 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7571
7572         * gnus.el: No Gnus v0.11 is released.
7573
7574 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7575
7576         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7577         summary buffer before reading going to the next buffer.  This avoids
7578         putting the point in the group buffer if you `C-g' the command.
7579
7580         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7581         cache (for now) to make ~/.authinfo.gpg files usable.
7582
7583         * nnfolder.el (copyright-update): Define for the compiler.
7584
7585         * auth-source.el (auth-source-search): Fix unbound variable.
7586
7587 2011-02-19  Glenn Morris  <rgm@gnu.org>
7588
7589         * gnus.el (gnus-meta): Doc fix.
7590
7591 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7592
7593         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7594         in case it's not yet loaded.
7595
7596 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7597
7598         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7599         line we're waiting for.
7600
7601 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7602
7603         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7604         face with line-width greater than zero will cause RET in gnus summary
7605         buffer to scroll down article page-wise because auto vscroll happens,
7606         it should be temporally disabled when doing a scroll-up.
7607
7608 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7609
7610         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7611         outputs from the server.
7612
7613 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7614
7615         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7616         later so that bbdb can hook in easier.
7617
7618 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7619
7620         * auth-source.el (auth-source-search): Don't try to create credentials
7621         if the caller doesn't want that.
7622         (auth-source-search): If we don't find a match, don't bug out on
7623         non-bound variables.
7624         (auth-source-search): Only ask a single backend to create the
7625         credentials.
7626
7627         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7628         logging.
7629         (nnimap-credentials): Protect against auth-source-search returning nil.
7630         (nnimap-request-list): Protect against not being able to open the
7631         server.
7632
7633 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7634
7635         * auth-source.el (auth-source-search): Do a two-phase search, one with
7636         no :create to get the responses from all backends.
7637
7638         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7639         when getting credentials.
7640
7641         * gnus-util.el (gnus-delete-duplicates): New function.
7642
7643 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7644
7645         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7646         a creation default, pass the whole port list down.  It will be
7647         completed.
7648
7649         * auth-source.el (auth-source-search): Updated docs to talk about
7650         multiple creation choices.
7651         (auth-source-netrc-create): Accept a list as a value (from the search
7652         parameters) and do completion on that list.  Keep a separate netrc line
7653         with the password obscured for showing the user.
7654
7655         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7656         first choice to `auth-source-search' so it will be used for entry
7657         creation instead of the server's Gnus-specific name.
7658         (nnimap-credentials): Rely on the auth-source library to select which
7659         port is actually wanted in the new netrc entry, so don't override
7660         `auth-source-creation-defaults'.
7661
7662         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7663         :protocol and accept a missing user, host, or port as a wildcard match.
7664         (auth-source-debug): Default to off.
7665
7666         (auth-source-netrc-search, auth-source-netrc-create)
7667         (auth-source-secrets-search, auth-source-secrets-create)
7668         (auth-source-user-or-password, auth-source-backend, auth-sources)
7669         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7670         instead of :protocol.
7671
7672         * nnimap.el (nnimap-credentials): Pass a port default to
7673         `auth-source-search' in case an entry needs to be created.
7674         (nnimap-open-connection-1): Use :port instead of :protocol.
7675
7676 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * auth-source.el: Bind load-path when loading EIEIO from
7679         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7680         21.4 doesn't support, to `require'.
7681         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7682         delete-dups that is not available in XEmacs 21.4.
7683
7684 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7685
7686         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7687         as EIEIO must also be loaded when auth-source.el is being
7688         byte-compiled.
7689
7690 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7691
7692         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7693
7694         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7695
7696         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7697
7698         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7699
7700         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7701
7702         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7703
7704         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7705
7706         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7707         necessary.
7708
7709 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7710
7711         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7712         nil means that nnimap doesn't get updated.
7713
7714 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7715
7716         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7717         result when the user doesn't want to write to the file.
7718         (auth-source-netrc-search): Expect a synthetic result and proceed
7719         accordingly.
7720         (auth-source-cache-expiry): New variable to override
7721         `password-cache-expiry'.
7722         (auth-source-remember): Use it.
7723
7724         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7725         parameter.  Create entry if necessary by using :create t.
7726         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7727
7728 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7729
7730         * auth-source.el (auth-source-debug): Enable by default and don't
7731         mention the obsolete `auth-source-hide-passwords'.
7732         (auth-source-do-warn): New function to debug unconditionally.
7733         (auth-source-do-debug): Use it.
7734         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7735         and for Secrets API entries when the secrets.el library is not
7736         available.
7737
7738 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7739
7740         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7741         (gnus-summary-exit): Kill the correct article buffer on exit from a
7742         `C-d' group.
7743
7744         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7745         gnus-propagate-marks.
7746
7747         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7748         before killing the buffers so that a non-full window conf gets handled
7749         correctly.
7750         (gnus-summary-exit): Ditto.
7751         (gnus-summary-read-group-1): Ditto.
7752
7753         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7754         async code again so that we can debug it properly.
7755
7756         * message.el (message-reply): Take an optional switch-buffer parameter
7757         so that Gnus window confs are respected better.
7758
7759 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7760
7761         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7762         `plist-get' to accept non-list parameters (XEmacs issue).
7763         Fix docstring.
7764         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7765         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7766         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7767         Login collection is "Login" and not "login".
7768
7769 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7770
7771         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7772         multiple headers.
7773
7774         * nnimap.el (nnimap-inhibit-logging): New variable.
7775         (nnimap-log-command): Don't log login commands.
7776
7777         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7778         to have more parameters.
7779
7780         * nnimap.el (nnimap-send-command): Mark the command time for each
7781         command, so that we don't get NOOPs stepping on our toes.
7782
7783         * gnus-art.el (article-date-ut): Get the date from the Date header on
7784         `t'.
7785
7786 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * auth-source.el (auth-source-search): Use copy-sequence instead of
7789         the cl.el copy-list.
7790
7791 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7792
7793         * imap.el: Bring it back (revert
7794         84d800cd31de3064f0ed39617d725709a2f8f42f).
7795
7796 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7797
7798         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7799         Improve prompt.
7800
7801 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7802
7803         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7804         washing status from the default format.  It isn't very informative.
7805
7806 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7807
7808         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7809         Fix Gcc processing on imap.
7810
7811 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7812
7813         * imap.el: Remove file.  All the functionality is in nnimap.el.
7814
7815 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7816
7817         * message.el (message-bury): Don't pop up a new window when selected
7818         window is dedicated.
7819
7820 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7821
7822         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7823
7824 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7825
7826         * sieve-manage.el: Autoload `auth-source-search'.
7827         (sieve-sasl-auth): Use it.
7828
7829 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * nnimap.el: Autoload `auth-source-forget+'.
7832         (nnimap-open-connection-1): Use it if the connection fails.
7833
7834         * auth-source.el: Require `password-cache'.
7835         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7836         obsolete.
7837         (auth-source-magic): Marker for `password-cache' keys.
7838         (auth-source-do-cache): Update docstring.
7839         (auth-source-search): Use and check cache.
7840         (auth-source-forget-all-cached, auth-source-remember)
7841         (auth-source-recall, auth-source-forget, auth-source-forget+)
7842         (auth-source-specmatchp): Caching support functions.
7843         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7844         Remove and obsolete.
7845         (auth-source-user-or-password): Remove caching to further discourage
7846         using it.  Always hide passwords.
7847
7848         * password-cache.el (password-cache-remove): Accept secrets that are
7849         not strings.
7850
7851 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7852
7853         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7854         code for now, since it doesn't work for all users.
7855
7856 2011-02-09  Julien Danjou  <julien@danjou.info>
7857
7858         * message.el (message-options): Make message-options really buffer
7859         local.
7860
7861 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7862
7863         * mail-source.el: Autoload `auth-source-search'.
7864         (mail-source-keyword-map): Note order matters.
7865         (mail-source-set-1): Get all the mail-source source values and
7866         defaults and search auth-source on those if needed.  This can all
7867         probably be simplified.
7868
7869         * nnimap.el: Autoload `auth-source-search'.
7870         (nnimap-credentials): Use it.
7871         (nnimap-open-connection-1): Ask for the virtual server and physical
7872         address in one shot.
7873
7874         * nntp.el: Autoload `auth-source-search'.
7875         (nntp-send-authinfo): Use it.  Note TODO.
7876
7877 2011-02-08  Julien Danjou  <julien@danjou.info>
7878
7879         * shr.el (shr-tag-body): Add support for text attribute in body
7880         markups.
7881
7882         * message.el (message-options): Make message-options a local variable.
7883
7884 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7885
7886         * auth-source.el (auth-source-secrets-search)
7887         (auth-source-user-or-password): Use `append' instead of `nconc'.
7888         (auth-source-user-or-password): Build return list better and protect
7889         against nil :secret.
7890
7891 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7892
7893         * nnimap.el (nnimap-update-info): Refactor slightly.
7894         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7895         (nnimap-update-info): Clean up slightly.
7896         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7897         characters.
7898         (nnimap-process-quirk): Rename function to avoid collision.
7899         (nnimap-update-info): Fix macrology bug-out.
7900         (nnimap-update-info): Simplify split history test.
7901
7902 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7903
7904         * auth-source.el (top): Require 'eieio unconditionally.
7905         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7906         (auth-source-secrets-search): Limit search when `max' is greater than
7907         number of results.
7908
7909 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7910
7911         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7912         part not returning any data.
7913
7914         * proto-stream.el (open-protocol-stream): Document the return value.
7915
7916 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7917
7918         * auth-source.el (auth-source-secrets-search): Add examples.
7919
7920 2011-02-06  Julien Danjou  <julien@danjou.info>
7921
7922         * message.el (message-setup-1): Handle message-generate-headers-first
7923         set to t.
7924
7925 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7928         API with a string "secrets:collection-name" and with 'default.
7929         (auth-source-backend-parse): Parse "secrets:collection-name" and
7930         'default.  Recurse on parses instead of repeating code.  Use the
7931         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7932         message when ignoring a source.
7933         (auth-source-search): List ignored search keys at the top level.
7934         (auth-source-netrc-create): Use `case' instead of `cond'.
7935         (auth-source-secrets-search): Created with TODOs.
7936         (auth-source-secrets-create): Created with TODOs.
7937         (auth-source-retrieve, auth-source-create, auth-source-delete)
7938         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7939         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7940         (auth-source-user-or-password-sftp)
7941         (auth-source-user-or-password-smtp): Remove.
7942         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7943         around `auth-source-search'.  Not tested thoroughly.
7944
7945 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * auth-source.el: Bring in assoc and eioeio libraries.
7948         (secrets-enabled): New variable to track the status of the Secrets API.
7949         (auth-source-backend): New EIOEIO class to represent a backend.
7950         (auth-source-creation-defaults): New variable to set prompt defaults
7951         during token creation (see the `auth-source-search' docstring for
7952         details).
7953         (auth-sources): Simplify to allow a simple string as a netrc backend
7954         spec.
7955         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7956         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7957         (auth-source-search): Main auth-source API entry point.
7958         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7959         (auth-source-search-collection): Helper function for searching.
7960         (auth-source-netrc-parse, auth-source-netrc-normalize)
7961         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7962         Supports search, create, and delete.
7963         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7964         backend stubs.
7965         (auth-source-user-or-password): Call `auth-source-search' but it's not
7966         ready yet.
7967
7968 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7969
7970         * message.el (message-setup-1): Remove the read-only stuff, since it
7971         doesn't work under XEmacs, for some reason.
7972
7973         * gnus-sum.el (gnus-user-date): Rename back from
7974         gnus-summary-user-date since user code refers to it.
7975
7976         * shr.el (shr-render-td): Store the actual background color used.
7977
7978         * message.el (message-setup-1): Don't bind the constant
7979         -forbidden-properties.
7980         (message-setup-1): Revert previous change, since it needs to bind the
7981         props to insert them.
7982         (message-resend): Allow removing the read-only separator line.
7983
7984 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7985
7986         * nnimap.el (nnimap-request-accept-article): Give an error message if
7987         the APPEND wasn't successful.
7988
7989 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7990
7991         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7992         that have no groups.
7993
7994 2011-02-03  Julien Danjou  <julien@danjou.info>
7995
7996         * gnus-draft.el: Remove progn around gnus-draft-setup.
7997
7998 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7999
8000         * gnus-start.el (gnus-read-active-for-groups): This function is never
8001         called with a nil `infos', so clean that up.
8002         (gnus-get-unread-articles): Request active files from primary/secondary
8003         methods that have no groups (yet).
8004
8005 2011-02-03  Julien Danjou  <julien@danjou.info>
8006
8007         * message.el (message-setup-1): Always generate References first.
8008         (message-mail): Return the return value of message-setup, not always t.
8009         (message-setup-1): Insert mail-header-separator with read-only and
8010         intangible properties set.
8011
8012         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8013         user-date in docstring.
8014
8015         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8016
8017         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8018         docstring.
8019
8020         * gnus.el (gnus-user-date-format-alist): Change default value.
8021         Use defcustom, with type and group.  Move from gnus-util.el.
8022         Rename to gnus-summary-user-date-format-alist.
8023
8024 2011-02-03  Glenn Morris  <rgm@gnu.org>
8025
8026         * nnimap.el (gnus-fetch-headers): Declare.
8027
8028         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8029
8030 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8031
8032         * message.el (message-forward-make-body-digest-plain)
8033         (message-followup, message-reply): Clean up things noted by Stefan.
8034
8035         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8036         gnus-article-update-date-headers is nil.
8037         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8038         it didn't really work with defcustom.
8039         (article-update-date-lapsed): Make sure the window start doesn't move,
8040         either.
8041
8042 2011-02-01  Julien Danjou  <julien@danjou.info>
8043
8044         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8045         format.
8046
8047         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8048         standard in Emacs nowadays.
8049
8050         * color.el (color-gradient): Add a color-gradient function.
8051
8052 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8053
8054         * message.el (message-expand-name): Don't trust the return value of
8055         bbdb-complete-name.
8056         (message-check-news-header-syntax): Remove unused var `start'.
8057         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8058         (message-inhibit-body-encoding): Move to before first use.
8059         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8060         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8061         (Organization, Message-ID, Date, mh-previous-window-config):
8062         Defvar the vars using dynamic scoping.
8063
8064 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8065
8066         * shr.el (shr-render-td): Only do colors at the final rendering.
8067         Should be slightly faster.
8068         (shr-insert-table): Fix up TD background colors when doing the
8069         vertical padding.
8070
8071         * gnus-art.el (article-date-ut): Protect against articles with no Date
8072         header.
8073         (article-update-date-lapsed): Don't use current-column to find the
8074         horizontal position.  It's fragile in the presence of \003 characters.
8075
8076         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8077
8078 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8079
8080         * gnus-art.el (article-transform-date): Rewrite to still work when
8081         there are several rfc2822 parts.
8082         (article-transform-date): Fix infinite recursion.
8083         (article-date-ut): Replace infinitely many Date headers with a single
8084         one when called interactively.
8085
8086         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8087         secure manner.
8088
8089         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8090         move around by not using save-window-excursion.  It seems to work...
8091
8092 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus-art.el (article-make-date-line): Work for user-defined format.
8095
8096 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8097
8098         * nntp.el (nntp-retrieve-group-data-early)
8099         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8100         fetching functions.
8101
8102         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8103         thoroughly for all backends that have no known groups.  This should
8104         allow new nnml methods to retrieve mail.
8105
8106         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8107         that Gnus doesn't know exists again.
8108
8109         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8110         (gnus-treat-date-ut): Ditto.
8111         (gnus-article-update-date-header): Rename.
8112         (gnus-treat-date-local): Remove.
8113         (gnus-treat-date-english): Remove.
8114         (gnus-treat-date-lapsed): Remove.
8115         (gnus-treat-date-combined-lapsed): Remove.
8116         (gnus-treat-date-original): Remove.
8117         (gnus-treat-date-iso8601): Remove.
8118         (gnus-treat-date-user-defined): Remove.
8119         (gnus-article-date-headers): New variable to control all the date
8120         header options.
8121         (article-date-ut): Rewrite to allow using the new way to format date
8122         headers(s).
8123
8124 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8125
8126         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8127         method.
8128         (nnmail-article-group): A better test for fanciness.
8129
8130         * nnimap.el (nnimap-request-head): Protect against not finding the
8131         article by Message-ID.
8132
8133 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8136         keep point at the "same place".
8137
8138 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8139
8140         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8141         data if the group is inactive.
8142
8143 2011-01-28  Julien Danjou  <julien@danjou.info>
8144
8145         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8146         (gnus-all-windows-visible-p): Remove old compatibility code.
8147         (gnus-window-top-edge): Add docstring.
8148
8149         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8150
8151 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8152
8153         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8154         older request-update-info.
8155
8156         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8157
8158 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8159
8160         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8161         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8162
8163 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8164
8165         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8166         groups.  This makes the nndraft:queue group pop up if it's not already
8167         there.
8168
8169         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8170         messages" logic, which was reversed.
8171
8172         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8173         the "same place" even if point is on the line being replaced.
8174         (article-update-date-lapsed): Allow updating both the combined lapsed
8175         and the lapsed headers.
8176         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8177         (article-make-date-line): Limit the number of segments dynamically to
8178         avoid too-long lines.
8179
8180 2011-01-27  Julien Danjou  <julien@danjou.info>
8181
8182         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8183         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8184
8185 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8188         Use plist-get instead of the cl function getf.
8189
8190 2011-01-27  Glenn Morris  <rgm@gnu.org>
8191
8192         * gnus-util.el (float-time): Get rid of compiler warning, again.
8193
8194 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8195
8196         * shr.el (shr-put-color): Special-case background colors: Do put them
8197         at the blank parts at the front of the lines.
8198
8199         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8200         exit hook to nix out all data on readedness on group exit.
8201
8202         * gnus-util.el (float-time): If float-time is bound, always use it on
8203         all Emacsen.  It's unclear why the subrp check was there.
8204         (time-date): Require to make some autoload issues on XEmacs go away.
8205
8206         * shr.el (shr-put-color): Don't do the box padding in tables, since
8207         they're already padded.
8208
8209 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8210
8211         * gnus-art.el (gnus-article-next-page): When the last line of the
8212         article is displayed, scroll down once more instead of going to the
8213         next article at once.
8214         (article-lapsed-string): Refactor out and allow specifying how many
8215         segments you want.
8216         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8217         (gnus-article-update-lapsed-header): New variable.
8218
8219         * shr.el: Revert change that made headings use different-sized faces.
8220         The Emacs display engine isn't advanced enough that, for instance,
8221         tables can comfortably use differently-sized faces.
8222
8223 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8224
8225         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8226         used.
8227         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8228         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8229         we're using an encrypted connection.
8230
8231         * proto-stream.el: Alter the interface functions to also return the
8232         actual stream type used: network or tls.
8233
8234 2011-01-25  Julien Danjou  <julien@danjou.info>
8235
8236         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8237         (mm-display-javascript-inline): New function.
8238
8239         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8240         viewing function.
8241
8242 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * shr.el (shr-expand-newlines): Fix variable name.
8245
8246 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8247
8248         * shr.el (shr-expand-newlines): Make nested boxes work.
8249
8250 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8251
8252         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8253         backgrounds.
8254         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8255         in a more sensible manner.
8256
8257 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8258
8259         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8260         if EPG is loaded.
8261
8262 2011-01-24  Julien Danjou  <julien@danjou.info>
8263
8264         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8265         tags.
8266
8267 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8268
8269         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8270         commands.
8271
8272         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8273         in the article buffer.
8274         (gnus-gravatar-insert): Use blank space from the current buffer to
8275         avoid breaking text properties.  This makes X-Sent updating work again.
8276
8277         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8278
8279 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8280
8281         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8282         fix the bug in url-http.el instead.
8283
8284         * shr.el (shr-image-fetched): Ditto.
8285
8286         * shr.el (shr-image-fetched): Avoid having point move in the article
8287         buffer.
8288
8289         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8290         buffer after being called.  It's apparently being killed by url.el, and
8291         killing it made point move to end-of-buffer in a random buffer.
8292
8293         * shr.el (shr-image-fetched): Ditto.
8294
8295 2011-01-23  Julien Danjou  <julien@danjou.info>
8296
8297         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8298
8299         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8300         text/x-org.
8301
8302 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8303
8304         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8305         (i.e., nnimap) returning nil as the article number.
8306
8307 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8308
8309         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8310         "DelSp" parameter in RFC3676.
8311
8312 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8313
8314         * message.el (message-check-recipients): Display the encoded version of
8315         the bogus address if they differ.
8316
8317         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8318         after sending.
8319
8320         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8321
8322         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8323
8324         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8325         group buffer after sending the queue.
8326
8327         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8328
8329 2011-01-22  Julien Danjou  <julien@danjou.info>
8330
8331         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8332
8333 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8334
8335         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8336         nested related parts.
8337
8338         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8339         unexpired articles.  This fixes the regression that led expiry marks to
8340         disappear from nnfolder groups.
8341
8342 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8343
8344         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8345         Don't confuse the "ret" of "retrograde" with RET.
8346
8347 2011-01-21  Julien Danjou  <julien@danjou.info>
8348
8349         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8350         than mm-insert-inline.
8351
8352 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8355         Widen article buffer.
8356
8357 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8358
8359         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8360         the temp buffer.
8361         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8362
8363 2011-01-20  Julien Danjou  <julien@danjou.info>
8364
8365         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8366
8367         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8368         than mm-insert-inline to insert inline part: this respect
8369         mm-inline-media-tests displayers.
8370
8371         * mm-view.el (mm-display-shell-script-inline): New function.
8372
8373         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8374
8375         * mm-uu.el (mm-uu-type-alist): Add org block.
8376         (mm-uu-org-src-code-block-extract): New function.
8377
8378         * mm-view.el (mm-display-org-inline): New function.
8379
8380         * mm-decode.el (mm-automatic-display): Add text/org.
8381
8382         * mailcap.el (mailcap-mime-extensions): Add .org.
8383
8384 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8387         gnus-article-add-buttons.
8388
8389 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8390
8391         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8392         From header with a date and "nobody" as the sender.
8393
8394 2011-01-19  Julien Danjou  <julien@danjou.info>
8395
8396         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8397         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8398         if you have the same regexp several times.
8399         (gnus-button-push): Fix matching when regexp is symbol.
8400
8401 2011-01-15  Glenn Morris  <rgm@gnu.org>
8402
8403         * message.el (message-mail): A compose-mail function should
8404         accept headers as strings.
8405
8406 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8407
8408         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8409         Add :vert-only tags.
8410         (message-mail): New arg RETURN-ACTION.
8411         (message-return-action): New var.
8412         (message-bury): Use it.
8413         (message-mode): Make it buffer-local.
8414         (message-send-and-exit): Always call message-bury.
8415
8416         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8417         message-mail.
8418
8419 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * nnimap.el (nnimap-convert-partial-article): Protect against
8422         zero-length body parts.
8423
8424         * mm-decode.el (mm-preferred-alternative-precedence):
8425         Discourage showing empty parts.
8426
8427         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8428         and stuff if the backend didn't return the article number.  This fixes
8429         an Exchange-related nnimap bug.
8430
8431         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8432         group window, because it does the wrong thing when a separate frame
8433         displays the group buffer.
8434
8435         * proto-stream.el (open-protocol-stream): Protect against the low-level
8436         transport functions returning nil.
8437
8438 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8439
8440         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8441         (mml2015-epg-find-usable-secret-key): New function.
8442         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8443         mml2015-epg-find-usable-key (Bug#7797).
8444         (mml2015-epg-encrypt): Ditto.
8445
8446 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * dgnushack.el (rot13-string): Fix the way to get the argument.
8449
8450 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8451
8452         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8453
8454 2011-01-03  Glenn Morris  <rgm@gnu.org>
8455
8456         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8457
8458         * sieve.el (sieve-open-server): Give a more explicit error if
8459         sieve-manage-open returns nil.  (Bug#7720)
8460
8461 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8462
8463         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8464
8465 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8466
8467         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8468         This avoids sending passwords in plain text over non-encrypted
8469         channels.
8470
8471         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8472
8473         * nnimap.el (nnimap-login): Refactored out into own function, and
8474         implement CRAM-MD5.
8475         (nnimap-wait-for-line): Refactored out.
8476
8477         * mm-view.el (mml-smime): Require.
8478
8479 2010-12-20  David Engster  <deng@eml.cc>
8480
8481         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8482         use EPG to decrypt S/MIME messages instead of openssl.
8483
8484 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8487
8488         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8489         status is the group clearly is unreachable.
8490
8491         * auth-source.el (auth-source-create): Add the optional second
8492         parameter to `local-variable-p' to be compatible with XEmacs.
8493
8494 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8495
8496         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8497         work when using a compressed nnml folder.
8498
8499 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8502         backends after sanitising on entry, because this never makes sense:
8503         If the articles have gone missing, then the data no longer exists on
8504         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8505         overwrite anything anyway.
8506
8507         * shr.el (shr-insert-document): Bind shr-width dynamically to
8508         window-width if it's nil.
8509
8510 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8511
8512         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8513         with the meaning of using the full emacs window width for rendering.
8514
8515 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8516
8517         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8518         case when sender is not given.
8519
8520 2010-12-23  Julien Danjou  <julien@danjou.info>
8521
8522         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8523         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8524         the addresses, otherwise we might misplaced the gravatar.
8525
8526 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8527
8528         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8529         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8530         obsolete in Emacs.
8531
8532 2010-12-20  Julien Danjou  <julien@danjou.info>
8533
8534         * gnus-util.el (gnus-rescale-image): Revert last change.
8535
8536 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8537
8538         * binhex.el: Improve commentary (Bug#7482).
8539
8540 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541
8542         * gnus-group.el (gnus-group-delete-articles): New command.
8543
8544 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8545
8546         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8547
8548 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8551         here, since it's up to the backends to do CRLF removal if their
8552         protocol has it.
8553
8554         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8555
8556 2010-12-17  Julien Danjou  <julien@danjou.info>
8557
8558         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8559         they are from file.  Can also scale up.
8560
8561 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8562
8563         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8564         Restore gnus-use-agent.
8565         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8566
8567         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8568
8569 2010-12-17  Julien Danjou  <julien@danjou.info>
8570
8571         * gravatar.el (gravatar-retrieve-synchronously): New function.
8572         (gravatar-get-data): Make more robust.
8573
8574 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8577
8578 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8579
8580         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8581         to really consider the last line.
8582
8583 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8584
8585         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8586         list of recipient keys, or use symmetric encryption if not a list.
8587         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8588         EPA override, replacing the call to `netrc-store-data'.
8589
8590 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8591
8592         * gnus-srvr.el: Avoid passing nil regexp argument to
8593         delete-matching-lines.
8594
8595 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8598         fetching stops when Gnus exits.
8599
8600         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8601         function.
8602         (nnfolder-request-expire-articles): Save all the buffers after doing
8603         expiry.
8604
8605         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8606         the last article", since that led to serious performance regressions
8607         when expiring nnml groups.
8608
8609 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8610
8611         * nnir.el: Improve customizations.
8612
8613 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8616
8617         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8618         group has been killed.
8619         (gnus-group-yank-group): Ditto.
8620
8621         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8622
8623         * nnimap.el (nnimap-request-update-group-status): New function.
8624
8625         * gnus-int.el (gnus-request-update-group-status): New interface
8626         function.
8627
8628         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8629         copying read-ness to the backends.
8630
8631         * nnimap.el (nnimap-quirk): New function.
8632         (nnimap-retrieve-group-data-early): Use it.
8633         (nnimap-quirks): New alist.
8634
8635 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8638         don't delete it within indentation.
8639
8640 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8641
8642         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8643         previous line.
8644
8645 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8646
8647         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8648         QRESYNC command by deleting a superfluous space which broke Cyrus
8649         servers.  This change will break other servers that are buggy the other
8650         way around.
8651
8652 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8653
8654         * spam.el: Reindent and fix long lines.
8655         (spam-copy-or-move-routine): Exclude invalid move destinations.
8656
8657 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8658
8659         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8660         installed the registry.
8661
8662 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8665
8666 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8667
8668         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8669         groupname doesn't contain "gmane".
8670
8671 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8674         and netrc-bound-and-true-p bindings.
8675         (netrc-parse): Cache the netrc contents.
8676
8677         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8678         (gnus-1): Don't create the nndrafts group twice.
8679         (gnus-setup-news): There's no need to read the active file here, since
8680         that's done again later on a per-backend basis.
8681         (gnus-start-draft-setup): Make sure that the new group is started out
8682         empty.
8683
8684         * gnus-agent.el (gnus-agentize): Don't create the queue group
8685         automatically on startup.  It'll be created later, if needed.
8686
8687         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8688         of automatically subscribed groups.
8689         (gnus-auto-subscribed-categories): New variable.
8690         (gnus-matches-options-n): Use it.
8691         (gnus-default-subscribed-newsgroups): Remove unused variable.
8692         (gnus-start-draft-setup): Message a bit less.
8693
8694 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8695
8696         * nnir.el (nnir-run-imap): Return article list in order of increasing
8697         UID.
8698
8699 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * gnus-sum.el (gnus-summary-enter-digest-group):
8702         Mention gnus-auto-select-on-ephemeral-exit.
8703
8704         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8705         convention of the network-only option.
8706
8707 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * proto-stream.el (proto-stream-open-network-only): New function to
8710         have a way to specify non-STARTTLS upgrade connections.
8711
8712 2010-12-10  Julien Danjou  <julien@danjou.info>
8713
8714         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8715         email address is nil.
8716
8717         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8718
8719 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8720
8721         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8722         deletion.
8723         (nnir-run-imap): Only need to parse list once.
8724
8725 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8726
8727         * shr.el (shr-tag-script): Ignore <script>.
8728         (shr-tag-label): Add <label> support.
8729
8730 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8733
8734         * shr.el (shr-image-displayer): Work for images lined side by side.
8735
8736 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8737
8738         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8739         parameter, since XEmacs doesn't accept t as a parameter.
8740
8741 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8742
8743         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8744         ids.
8745         (nnir-run-gmane): Simplify groupspec formatting.
8746         (nnir-request-expire-articles): New function.
8747
8748 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8751         overflow, possibly.
8752
8753         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8754         (shr-render-td): Handle td style="" better.
8755         (shr-tag-table): Use the color from the style sheet.
8756         (shr-render-td): Make sure we copy over all the overlays, too.
8757
8758 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8759
8760         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8761         (nnir-request-article): Improve article retrieval.
8762
8763 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * mm-util.el (mm-extra-numeric-entities): New variable.
8766
8767         * mm-url.el (mm-url-decode-entities):
8768         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8769
8770         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8771
8772 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8773
8774         * message.el: Use completion-at-point.
8775         (message-completion-function): New fun, extracted from message-tab.
8776         (message-mode): Use it for completion-at-point-functions.
8777         (message-tab): Use it and completion-at-point.
8778
8779 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8782         character if a non-breakable character follows.
8783
8784 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8787         any stream.
8788
8789         * shr.el (shr-tag-font): Colorize the region.
8790         (shr-tag-body): Ditto.
8791         (shr-tag-font): Actually let the styles be inherited instead of
8792         overwriting them.
8793         (shr-tag-font): Get the background color right.
8794         (shr-tag-style): Ignore all <style> tags for the moment.
8795
8796         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8797         a Message-ID to avoid having nnimap depend on gnus-sum.
8798
8799         * shr.el (shr-descend): Only colorize something if we have a node that
8800         sets colors.
8801
8802 2010-12-06  Julien Danjou  <julien@danjou.info>
8803
8804         * shr.el (shr-render-td): Render td content with shr-descend, so style
8805         will be applied to <td> too.
8806         (shr-colorize-region): Colorize region even if we only have a background.
8807         (shr-tag-body): Fix color and background color inheritance.
8808         Do not recolorize after shr-generic.
8809         (shr-tag-font): Let shr-generic colorize via inheritance.
8810
8811 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8814
8815 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8816
8817         * nnir.el (nnir-request-move-article): Remove obsolete code.
8818
8819 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8822
8823 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824
8825         * gnus-sum.el (gnus-summary-respool-article): The completion function
8826         expects a list instead of an alist.
8827
8828         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8829         string as the parameter.
8830
8831         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8832
8833         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8834         styles.
8835         (shr-colorize-region): New function.
8836         (shr-insert-background-overlay): Remove.
8837         (shr-render-td): Background setting should be taken care of on a higher
8838         level.
8839         (shr-tag-body): Use post-hoc colorizations.
8840         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8841         (shr-put-color-1): Don't overwrite old colors.
8842         (shr-colorize-region): When the background color isn't explicit, use
8843         a fixed background.
8844
8845         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8846         nnmail variables.
8847
8848 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8849
8850         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8851         unless necessary.
8852
8853 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8854
8855         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8856         server.
8857
8858 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859
8860         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8861         so that TAB works.
8862
8863         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8864         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8865
8866         * shr.el (shr-urlify): Show the URL before the title to avoid
8867         misleading URLs.
8868
8869 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8870
8871         * shr.el (shr-urlify): Display the title in <a> tags.
8872
8873 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8874
8875         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8876
8877 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8878
8879         * nnir.el: Rearrange code to allow macros to be autoloaded by
8880         gnus-sum.el.
8881         (nnir-retrieve-headers-override-function): Make this variable
8882         customizable.
8883         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8884
8885         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8886         from nnir.el.
8887
8888 2010-12-03  Julien Danjou  <julien@danjou.info>
8889
8890         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8891
8892 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8895         allow optional argument `environment'.
8896
8897 2010-12-03  Glenn Morris  <rgm@gnu.org>
8898
8899         * mm-extern.el (message-goto-body): Update declaration.
8900
8901 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-util.el (gnus-macroexpand-all): New function.
8904
8905         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8906         instead of macroexpand-all that is unavailable in XEmacs.
8907
8908 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8909
8910         * nnir.el (nnir-summary-line-format): New variable.
8911         (nnir-mode): Use it.
8912         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8913         (nnir-article-ids): Reimplement as defsubst.
8914         (nnir-retrieve-headers): Don't mangle the subject header.
8915         (nnir-run-imap): Use 100 as RSV score.
8916         (nnir-run-find-grep): Fix for full server searching.
8917         (nnir-run-gmane): Better restriction to gmane groups.
8918
8919         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8920         summary buffers.
8921
8922 2010-12-02  Julien Danjou  <julien@danjou.info>
8923
8924         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8925
8926         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8927
8928         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8929         support.
8930
8931 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8932
8933         * nnir.el: Update to handle the registry better.
8934         (autoload): Silence byte-compiler.
8935         (nnir-open-server): Add a hook for nnir groups.
8936         (nnir-request-move-article): Don't mangle the header.  Better to use
8937         formatting variables (which will be added in the future).
8938         (nnir-registry-action): Update the registry using the original article
8939         group name.
8940         (nnir-mode): Install nnir-specific hooks for updating the registry.
8941
8942         * gnus-sum.el
8943         (gnus-article-original-subject, gnus-newsgroup-original-name):
8944         Remove obsolete variables.
8945         (gnus-summary-move-article): Remove use of obsolete variables.
8946         (gnus-summary-local-variables): Make move and delete hooks local to
8947         summary buffers.
8948
8949 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * rtree.el: New file.
8952
8953 2010-12-01  Julien Danjou  <julien@danjou.info>
8954
8955         * message.el (message-user-organization): Do not use
8956         gnus-local-organization.
8957
8958         * gnus.el: Remove gnus-local-organization.
8959
8960         * gnus-msg.el: Remove nastygram thing.
8961
8962 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8963
8964         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8965         funcall.
8966
8967 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8970         names.
8971
8972         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8973         characters.
8974
8975         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8976         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8977         Suggested by Štěpán Němec <stepnem@gmail.com>.
8978         (gnus-gravatar-transform-address): Use mail-extract-address-components
8979         that supports non-ASCII names rather than mail-header-parse-addresses.
8980
8981 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8982
8983         * proto-stream.el (open-protocol-stream): All starttls connections are
8984         handled by the network handler.
8985
8986 2010-11-30  Julien Danjou  <julien@danjou.info>
8987
8988         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8989         (nnimap-open-connection-1): Fix PREAUTH.
8990
8991         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8992
8993 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8996         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8997         (shr-insert): Use them.
8998         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8999
9000 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9001
9002         * nnir.el (nnir-request-move-article): Bail out if original group
9003         doesn't support article moves.
9004         (nnir-get-active): Improve active list retrieval.
9005
9006 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9009
9010 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9011
9012         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9013         seem to accept strings-with-numbers as port numbers.
9014
9015 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9016
9017         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9018         change the registry.
9019
9020 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9023         delete-dups that is not available in XEmacs 21.4.
9024
9025         * mm-util.el (mm-delete-duplicates): Add comment.
9026
9027 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9028
9029         * nnir.el (nnir-ignored-newsgroups): New variable.
9030         (nnir-get-active): Use it.
9031
9032 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9033
9034         * proto-stream.el (proto-stream-open-network): Add some comments.
9035
9036         * nntp.el (nntp-open-connection): Provide a :success condition.
9037
9038         * nnimap.el (nnimap-open-connection-1): Ditto.
9039
9040         * proto-stream.el (proto-stream-open-network): See what the response to
9041         the STARTTLS command is.
9042
9043         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9044         backwards compatibility).
9045         (nnimap-open-connection-1): Really respect nnimap-server-port.
9046
9047         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9048         TLS upgrades we don't really care about the identity of the peer.
9049         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9050         that what we've checked for.
9051         (proto-stream-always-use-starttls): Only default to t if
9052         open-gnutls-stream exists.
9053         (proto-stream-open-network): If STARTTLS failed, then just open a
9054         normal connection.
9055         (proto-stream-open-network): Wait until the greeting before doing
9056         STARTTLS.
9057
9058         * nntp.el (nntp-open-connection): Report what the connection error is.
9059
9060         * proto-stream.el (open-protocol-stream): Rename from
9061         open-proto-stream.
9062
9063 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9064
9065         * nnimap.el (nnimap-stream): Change default to `undecided'.
9066         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9067         first, and then network.
9068         (nnimap-open-connection-1): Respect nnimap-server-port.
9069         (nnimap-open-connection): Be more backwards-compatible.
9070
9071         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9072         (proto-stream-open-starttls): De-duplicate the starttls code.
9073         (proto-stream-open-starttls): Folded back into the main function.
9074         (proto-stream-open-network): Fix typo in the gnutls path.
9075         (proto-stream-command): Refactor out.
9076
9077         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9078
9079         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9080         starttls.el STARTTLS.
9081
9082         * color.el (color-lab->srgb): Fix function call name.
9083
9084         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9085         if we're using tls.el.
9086         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9087         built in, then don't try to establish a STARTTLS connection.
9088
9089         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9090         servers.
9091
9092         * proto-stream.el (open-proto-stream): Use network, not stream.
9093         (open-proto-stream): Add a way to specify what the end of a command is.
9094
9095         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9096         connections types.
9097         (nntp-open-network-stream): Remove.
9098         (nntp-open-ssl-stream): Remove.
9099         (nntp-open-tls-stream): Remove.
9100         (nntp-ssl-program): Remove.
9101
9102         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9103
9104 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9105
9106         * nnir.el: Fix typos.
9107         (nnir-retrieve-headers-override-function): Rename variable to reflect
9108         new semantics.
9109         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9110         macros.
9111         (nnir-request-article, nnir-request-move-article): Use them.
9112         (nnir-categorize): New function.
9113         (nnir-run-query): Use it.
9114         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9115         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9116         sorted.
9117         (nnir-group-full-name): Use gnus-group-full-name instead.
9118         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9119         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9120
9121 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9124
9125         * proto-stream.el: New library to provide protocol-specific
9126         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9127         protocols.
9128         (open-proto-stream): Complete the documentation.
9129         (proto-stream-open-network): Fix some typos.
9130
9131         * nnimap.el (nnimap-open-connection): Use it.
9132
9133 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9134
9135         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9136         negotiation.
9137
9138 2010-11-26  Julien Danjou  <julien@danjou.info>
9139
9140         * color.el: Rename various rgb functions to srgb.
9141
9142 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9143
9144         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9145         names.
9146
9147 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * shr.el (shr-insert): Revert last change.
9150         (shr-find-fill-point): Never leave point being at bol;
9151         relax the kinsoku limitation when rendering tables.
9152
9153 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9156         results from -accept-article.
9157
9158         * shr-color.el: Require cl when compiling.
9159
9160         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9161         checkin.
9162
9163         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9164
9165         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9166
9167         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9168         'add and 'delete to set backend marks.
9169
9170         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9171
9172         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9173
9174         * nntp.el (nntp-request-set-mark): Use it.
9175
9176         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9177
9178         * nnml.el (nnml-request-set-mark): Ditto.
9179
9180         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9181         introduces regressions in article selection.
9182         (nnimap-find-uid-response): New function.
9183         (nnimap-request-accept-article): Use the UID returned, if any.
9184         (nnimap-request-move-article): Use the UID returned, if any.
9185         (nnimap-get-groups): Reimplement to work with folded lines.
9186         (nnimap-find-uid-response): The UID is the last element in the list.
9187         (nnimap-request-set-mark): Extend syntax with 'set.
9188
9189         * nnml.el (nnml-request-set-mark): Ditto.
9190
9191         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9192
9193         * nntp.el (nntp-request-set-mark): Ditto.
9194
9195 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * message.el (message-called-interactively-p): A temporary macro.
9198         (message-goto-body): Use it temporarily.
9199
9200 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9203         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9204         (nnimap-last-response-string): Fix last unfolding fix.
9205
9206 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * shr.el (shr-insert): Fix the way to fold lines.
9209
9210 2010-11-25  Julien Danjou  <julien@danjou.info>
9211
9212         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9213
9214         * color.el: Rename from color-lab.el
9215         (color-rgb->hex): Add.
9216         (color-complement): Add.
9217         (color-complement-hex): Add.
9218
9219         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9220
9221 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9222
9223         * shr-color.el (shr-color-visible): Don't bug out if the color names
9224         don't exist.
9225
9226 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9229         assuming that article displaying or another mml-preview may be
9230         interrupted for an error or for the like.
9231
9232         * shr.el (shr-get-background): Fix argument name.
9233
9234 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9237
9238         * gnus-sum.el (gnus-summary-include-articles): New function.
9239
9240         * message.el (message-goto-body): called-interactively-p needs a
9241         parameter, so use `any'.
9242
9243         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9244         clear marks before moving, since they're synced from the Gnus side
9245         first.
9246
9247         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9248         (gnus-summary-move-article): Copy over all marks before moving, so that
9249         IMAP doesn't think a new article has arrived.
9250
9251 2010-11-24  Julien Danjou  <julien@danjou.info>
9252
9253         * shr.el (shr-insert-background-overlay): Fix typo.
9254         (shr-render-td): Copy the background before rendering.
9255
9256         * shr-color.el (shr-color-visible): Fix docstring.
9257
9258         * shr.el (shr-tag-table): Add bgcolor support.
9259         (shr-render-td): Add bgcolor support.
9260         (shr-get-background): Add.
9261         (shr-insert-foreground-overlay): Use shr-get-background.
9262
9263         * message.el (message-goto-body): Use called-interactively-p.
9264         (message-in-body-p): message-goto-body returns point.
9265
9266 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9269         Fixes something or other in Emacs 23, and is backwards compatible.
9270
9271         * message.el (message-goto-body): Remove the <#secure special-casing,
9272         which is too special.
9273
9274         * shr.el (shr-parse-style): Drop !important from styles.
9275
9276 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9277
9278         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9279         this function to return incorrect results when calling it with an
9280         explicit article argument different from
9281         (gnus-summary-article-number).
9282
9283 2010-11-24  Julien Danjou  <julien@danjou.info>
9284
9285         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9286         (shr-tag-body): Add background support.
9287         (shr-descend): Add background support.
9288         (shr-tag-title): Add.
9289
9290         * shr-color.el (shr-color-visible): Really return original background
9291         if fixed.
9292
9293 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * shr.el (shr-color-check): Protect against non-existent color names.
9296
9297 2010-11-24  Julien Danjou  <julien@danjou.info>
9298
9299         * color-lab.el: Require 'cl when compiling.
9300
9301         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9302
9303         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9304         matched part.
9305
9306         * color-lab.el: Fix all expt calls to use float type.
9307
9308 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9311         expression to shr-color-check as is.
9312
9313         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9314
9315         * color-lab.el: Add coding cookie.
9316         (float-pi): Use eval-and-compile.
9317
9318         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9319         compiled for Emacsen having no `libxml-parse-html-region' support.
9320
9321 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9322
9323         * shr.el (shr-insert-color-overlay): Split stuff like
9324         "#444444 !important" to find the real color.
9325         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9326         parse <font color="red"> entries.
9327
9328 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9329
9330         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9331         point when parsing headers.
9332
9333         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9334         is positioned properly when parsing headers.
9335
9336 2010-11-23  Julien Danjou  <julien@danjou.info>
9337
9338         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9339
9340         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9341
9342         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9343
9344         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9345         Use shr-color-hue-to-rgb.
9346         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9347
9348 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349
9350         * shr.el (shr-color->hexadecimal): Autoload.
9351         (shr-descend): Add color to all tags.
9352
9353 2010-11-22  Julien Danjou  <julien@danjou.info>
9354
9355         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9356         shr-color->hexadecimal.
9357
9358         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9359         RGB() or HSL() color representation.
9360
9361         * shr.el (shr-tag-font): Add.
9362         (shr-tag-color-check): New function to get better colors.
9363         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9364         tag-span.
9365
9366         * shr-color.el: New file.
9367
9368         * color-lab.el: New file.
9369
9370         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9371
9372 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9373
9374         * nnir.el: Fix typo in comments.
9375         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9376         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9377
9378 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9381
9382         * nnimap.el (nnimap-get-capabilities): Refactor out.
9383         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9384
9385 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9386
9387         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9388         appearing when `mm-uu-hide-markers' is nil.
9389
9390 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9391
9392         * nnimap.el (nnimap-unselect-group): Make into its own function.
9393         (nnimap-request-rename-group): Unselect group before renaming.
9394         This had gotten lost somewhere.
9395         (nnimap-request-accept-article): Keep track of examined groups, and
9396         unselect the group before APPENDing to read-only groups.
9397         (nnimap-request-move-article): Clear flags before moving so that they
9398         can be re-set later.
9399
9400 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9403         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9404
9405 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-art.el (gnus-mime-display-single):
9408         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9409         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9410         parameter.
9411
9412 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9415         (shr-table-vertical-line): New variable.
9416         (shr-insert-table): Use it.
9417
9418 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * gnus-html.el (gnus-html-wash-images): Don't display images if
9421         gnus-inhibit-images is non-nil; register displayer for cid images.
9422         (gnus-html-display-image): Work for cid image.
9423         (gnus-html-insert-image): Allow arguments.
9424         (gnus-html-put-image): Inhibit read-only.
9425         (gnus-html-prefetch-images): Don't prefetch images if
9426         gnus-inhibit-images is non-nil.
9427
9428 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429
9430         * shr.el (shr-put-image): Break lines when inserting big pictures.
9431
9432 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9433
9434         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9435         sender, thanks Katsumi Yamaoka.
9436
9437 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9438
9439         * nnir.el (nnir-run-imap): Reverse the article list for each group
9440         rather than the whole list.
9441
9442 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * shr.el (shr-image-displayer): Protect function against non-existent
9445         image source.
9446
9447         * gnus-art.el (gnus-inhibit-images): New user option.
9448         (gnus-mime-display-single): Don't display image if it is non-nil.
9449
9450         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9451         gnus-inhibit-images.
9452
9453         * shr.el (shr-image-displayer): New function.
9454         (shr-tag-img): Use it.
9455
9456 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9457
9458         * mml2015.el (mml2015-epg-sign): Use From header.
9459
9460 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9463
9464         * gnus-util.el (gnus-find-text-property-region): Return markers.
9465
9466         * shr.el (shr-tag-img): Put a displayer in the text property.
9467
9468         * gnus-util.el (gnus-find-text-property-region): New utility function.
9469
9470         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9471         (gnus-html-show-images): Remove.
9472
9473         * gnus-art.el (gnus-article-show-images): New, more general function.
9474
9475         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9476         image url text properties.
9477
9478         * shr.el: Ditto.
9479
9480         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9481         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9482
9483 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9486         work for two or more articles.
9487
9488 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9491         divide an image that's in an html article to two or more when washing
9492         non-ASCII characters in alt text of it.
9493
9494 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9497         smime-decrypt-region using function argument.
9498         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9499
9500         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9501
9502         * smime.el (smime-decrypt-region): Catch it.
9503
9504 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9505
9506         * smime.el (smime-mode-map): Move initialization into declaration.
9507         (gnus-run-mode-hooks): Don't autoload.
9508         (smime-mode): Use define-derived-mode.
9509
9510 2010-11-11  Glenn Morris  <rgm@gnu.org>
9511
9512         * smime.el (from): Restrict declaration to XEmacs.
9513
9514         * nnir.el (gnus-group-topic-name): Autoload.
9515
9516 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * shr.el (shr-insert): Don't break long line if it is because of
9519         kinsoku-bol characters in the line end.
9520
9521 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9522
9523         * nnir.el (nnir-request-move-article): Fix to provide original group
9524         and subject.
9525         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9526         been retrieved.
9527
9528         * gnus-sum.el (gnus-summary-move-article): Use original group and
9529         subject for virtual articles such as those in an nnir summary buffer.
9530
9531 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9534         least 21.5).
9535
9536         * smime.el (from): Declare it again for XEmacs.
9537
9538 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * message.el (message-resend): Don't disable encoding unless it's
9541         already encoded.
9542
9543         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9544         low-numbered articles.
9545
9546 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * rfc2047.el (rfc2047-syntax-table): Simplify.
9549
9550         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9551
9552         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9553         set-char-table-range for XEmacs.
9554
9555 2010-11-10  Glenn Morris  <rgm@gnu.org>
9556
9557         * time-date.el (time-to-seconds): Always an alias on Emacs,
9558         never a real function.
9559         (with-no-warnings): Remove compat stub, now unused.
9560         (time-less-p): Doc fix.
9561         (time-to-number-of-days): Simplify.
9562
9563         * smime.el (from): Remove unused declaration.
9564
9565         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9566         (gnus-float-time): On Emacs, always an alias.
9567
9568         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9569         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9570
9571 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * dgnushack.el: Don't use ignore-errors in the top level form since it
9574         is unavailable in XEmacs even if cl is loaded.
9575
9576         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9577
9578 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579
9580         * shr.el (browse-url-mailto): Autoload.
9581
9582         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9583
9584         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9585         regexp doesn't need quoting.
9586
9587 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9588
9589         * message.el (message-subject-trailing-was-ask-regexp)
9590         (message-subject-trailing-was-regexp): Match was: in addition to was.
9591
9592 2010-11-09  Glenn Morris  <rgm@gnu.org>
9593
9594         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9595         (nnbabyl-check-mbox): Use point-at-bol.
9596
9597 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9600
9601         * message.el (message-mailto): New function.
9602         (message-mailto): Should accept other parameters.
9603         (message-mailto): Remove since it duplicates browse-url-mailto
9604         functionality.
9605
9606 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9609         methods.
9610         (gnus-read-active-file): Ditto.
9611
9612         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9613         ": " from the prompt.
9614         (gnus-group-make-group): Ditto.
9615
9616 2010-11-07  Glenn Morris  <rgm@gnu.org>
9617
9618         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9619         (gnus-bookmark-kill-line): Use point-at-eol.
9620
9621 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9624         asterisks in From header.
9625
9626 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9629         string to avoid making the From headers syntactically invalid.
9630
9631         * message.el (message-send-mail): Don't insert courtesy messages if the
9632         message already has List-Post and List-ID messages.
9633
9634 2010-11-06  Glenn Morris  <rgm@gnu.org>
9635
9636         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9637         `condition', `type', `length' a prefix.
9638         (gnus-treat-predicate): Update for above name changes.
9639
9640 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9641
9642         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9643         binding.  Handled by `gnus-summary-refer-thread' instead.
9644         (nnir-warp-to-article): New backend function.
9645
9646         * nnimap.el (nnimap-request-thread): Force dependency updating.
9647
9648         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9649         (gnus-summary-refer-thread): Rework to improve thread-referral.
9650
9651         * gnus-int.el (gnus-warp-to-article): New function.
9652
9653         * gnus-sum.el (gnus-summary-article-map): Bind it.
9654
9655 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9656
9657         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9658         gnus-summary-refer-thread.
9659
9660         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9661         headers.
9662         (gnus-summary-limit-include-thread): Prevent articles in thread from
9663         being cut in gnus-cut-threads.
9664         (gnus-summary-refer-thread): Limit retrieved headers to those in
9665         thread.
9666
9667 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * message.el (message-send-mail): Use the value of
9670         message-courtesy-message from the message buffer.
9671
9672         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9673
9674         * shr.el (shr-browse-url): Implement mailto: URLs.
9675
9676         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9677         "raw".
9678
9679         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9680         if it's already selected.
9681
9682         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9683
9684 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9687         to measure the length and truncate alt text.
9688
9689 2010-11-03  Glenn Morris  <rgm@gnu.org>
9690
9691         * nndiary.el (nndiary-generate-nov-databases-1)
9692         (nndiary-generate-active-info): Rename dynamic variable `files' to
9693         something less generic.
9694
9695 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9696
9697         * nnir.el (nnir-request-move-article): Call the underlying backend to
9698         move articles from nnir.
9699
9700 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9701
9702         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9703
9704 2010-11-02  Julien Danjou  <julien@danjou.info>
9705
9706         * nnir.el: Remove wais support.
9707
9708 2010-11-02  Glenn Morris  <rgm@gnu.org>
9709
9710         * gnus-html.el: Reorder requirements to quieten compiler.
9711
9712 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9715         properly for XEmacs as well.
9716         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9717         (gnus-article-natural-long-line-p): Use window-width rather than
9718         frame-width.
9719
9720 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9721
9722         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9723         (nnir-read-parms): Don't modify query.
9724         (nnir-run-query): Add ability to search topic on current line.
9725         (nnir-get-active): Clean up.
9726
9727 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9730         degenerate articles.
9731
9732         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9733         (gnus-print-buffer): Just print the buffer as is, without any copying
9734         to a buffer and then re-highlighting.
9735
9736         * nnimap.el (nnimap-request-group): Store the new updated info.
9737         (nnimap-request-group): Select the group when we don't know whether it
9738         exists or not.
9739
9740         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9741         groups.
9742
9743         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9744         groups.
9745
9746         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9747         groups.
9748
9749         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9750         long-lines case by only filling the long lines.
9751
9752         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9753         (bug#7311).
9754
9755 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * shr.el: No need to declare `declare-function' since shr.el is for
9758         only Emacsen that provide `libxml-parse-html-region'.
9759
9760         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9761         effective only in a file it is referred to.
9762
9763 2010-11-01  Glenn Morris  <rgm@gnu.org>
9764
9765         * mm-util.el (gnus-completing-read): Autoload.
9766         (mm-read-coding-system): Simplify Emacs definition.
9767
9768         * nnmail.el (gnus-activate-group):
9769         * nnimap.el (gnutls-negotiate):
9770         * nntp.el (netrc-parse): Fix declarations.
9771
9772 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9775         string-match-p in Emacs >=23.
9776
9777         * gnus-msg.el (gnus-configure-posting-styles):
9778         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9779
9780 2010-11-01  Glenn Morris  <rgm@gnu.org>
9781
9782         * nnir.el (declare-function): Add compat stub.
9783         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9784         (nnir-run-gmane): Require 'mm-url.
9785
9786         * mm-util.el (mm-string-to-multibyte): Simplify.
9787
9788         * shr.el (declare-function): Add compat stub.
9789         (url-cache-create-filename): Declare.
9790         (mm-disable-multibyte, widget-convert-button): Autoload.
9791
9792         * smime.el (ldap-search): Declare.
9793         (smime-cert-by-ldap-1): Require ldap on Emacs.
9794
9795         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9796         (nnimap-keepalive): Use gnus-float-time.
9797
9798         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9799         (mail-source-delete-crash-box): Use gnus-float-time.
9800
9801         * gnus-dired.el (gnus-completing-read): Autoload.
9802
9803         * mm-view.el (gnus-rescale-image): Autoload.
9804
9805         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9806
9807         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9808
9809         * sieve-manage.el: Require 'cl when compiling.
9810
9811         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9812         (gnus-iswitchb-completing-read): Require iswitchb.
9813         (gnus-select-frame-set-input-focus): Silence compiler.
9814
9815 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * message.el (message-subject-trailing-was-query): Change default to t,
9818         since I think that's what most people want.
9819
9820         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9821         appending for easier debugging.
9822         (nnimap-wait-for-connection): Take a regexp.
9823         (nnimap-request-accept-article): Wait for the continuation line before
9824         sending anything unless we're streaming.
9825
9826         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9827         leave the header washing to take place.
9828
9829 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9830
9831         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9832         regular expression match and replace in posting styles.
9833
9834 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9835
9836         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9837         an entire server.
9838         (nnir-get-active): New function.
9839         (nnir-run-imap): Use it.
9840         (nnir-run-gmane): Who knew, gmane search returns an article score!
9841
9842         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9843         server on the current line with nnir.
9844
9845 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846
9847         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9848         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9849         left edge.
9850         (gnus-article-foldable-buffer): Skip past the prefix when determining
9851         raggedness.
9852
9853         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9854         the raw article, and change `C-u g' to show the article without doing
9855         treatments.
9856
9857         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9858         on to `gnus-treat-article'.
9859         (gnus-inhibit-article-treatments): New variable.
9860
9861         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9862
9863         * gnus-art.el (gnus-treatment-function-alist): Have
9864         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9865         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9866         sections.
9867
9868         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9869         parameter.
9870         (gnus-article-fill-cited-long-lines): New function.
9871         (gnus-article-fill-cited-article): Allow filling only long sections.
9872
9873         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9874         and non-punctuation (like after the apostrophe in "'We").
9875
9876         * gnus-sum.el (gnus-summary-select-article): Make sure
9877         gnus-original-article-buffer is alive.
9878
9879         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9880         reflect the order they're in in the digest.
9881
9882         * gnus.el (gnus-group-startup-message): Move point to the start of the
9883         buffer.
9884
9885         * nnimap.el (nnimap-capability): New function.
9886         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9887         is set.
9888
9889 2010-10-31  David Engster  <dengste@eml.cc>
9890
9891         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9892         conform with changes to gnus-completing-read.
9893
9894 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9897
9898 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9899
9900         * nnir.el: Move defvar, defcustom around to keep file organized
9901         and keep byte-compiler quiet.
9902         (nnir-read-parms): Accept search-engine as arg.
9903         (nnir-run-query): Pass search-engine as arg.
9904         (nnir-search-engine): Remove.
9905
9906 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * shr.el (shr-generic): The text nodes should be text, not :text.
9909
9910         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9911         later in the file.
9912
9913 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9914
9915         * nnir.el: General clean up.  Allow searching with multiple engines.
9916         Allow separate extra-parameters for each engine.
9917         Batch queries when possible.
9918         (nnir-imap-default-search-key, nnir-method-default-engines):
9919         Add customize interface.
9920         (nnir-run-gmane): New engine.
9921         (nnir-engines): Use it.  Qualify all prompts with engine name.
9922         (nnir-search-engine): Remove global variable.
9923         (nnir-run-hyrex): Restore for now.
9924         (nnir-extra-parms, nnir-search-history): New variables.
9925         (gnus-group-make-nnir-group): Use them.
9926         (nnir-group-server): Remove in favor of gnus-group-server.
9927         (nnir-request-group): Avoid searching twice.
9928         (nnir-sort-groups-by-server): New function.
9929
9930 2010-10-30  Julien Danjou  <julien@danjou.info>
9931
9932         * gnus-group.el: Remove gnus-group-fetch-control.
9933
9934         * gnus-start.el (gnus-find-new-newsgroups):
9935         Remove gnus-check-first-time-used.
9936
9937         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9938
9939 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9940
9941         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9942         set on groups that don't have \* permanentflags.
9943
9944 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9945
9946         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9947         control the background color.
9948         (shr-tag-img): Ignore very small web bug type images.
9949         (shr-put-image): Add help-echo alt texts to the images.
9950         (shr-tag-video): Show the video poster image.
9951
9952 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953
9954         * shr.el (shr-table-depth): New variable.
9955         (shr-tag-table-1): Only insert the images after the top-level table.
9956
9957         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9958
9959         * gnus-util.el (gnus-list-memq-of-list): New function.
9960
9961         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9962         selected.
9963         (nnimap-unsplittable-articles): New slot.
9964         (nnimap-new-articles): Use it.
9965
9966 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9967
9968         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9969         move to the previous line on `M-g'.
9970
9971 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9972
9973         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9974         *-request-group, which seems unnecessary.
9975
9976         * nnimap.el (nnimap-quote-specials): Function copied over from
9977         imap.el.
9978         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9979         they support that.  Suggested by Tom Regner.
9980
9981 2010-10-29  Julien Danjou  <julien@danjou.info>
9982
9983         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9984         defalias.
9985         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9986
9987         * gnus.el: Remove `gnus-nntp-service' variable.
9988         (gnus-secondary-servers): Make obsolete.
9989         (gnus-nntp-server): Make obsolete.
9990
9991         * gnus-start.el (gnus-1): Remove x-splash calls.
9992
9993         * gnus-ems.el (gnus-x-splash): Remove.
9994
9995         * gnus.el (gnus-group-startup-message): Simplify/update code.
9996
9997         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9998         definition.
9999
10000         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10001         capability before doing anything.
10002         (gnus-group-insert-group-line): Remove useless
10003         gnus-group-remove-excess-properties.
10004
10005 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10008
10009 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010
10011         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10012         config after reselecting.
10013
10014 2010-10-28  Julien Danjou  <julien@danjou.info>
10015
10016         * shr.el (shr-put-image): Use point even if only inserting text.
10017         (shr-put-image): Save excursion when inserting alt text on non-graphic
10018         display, so the behavior is the same when we are on a graphic display.
10019
10020         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10021
10022 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10025         (gnus-mime-copy-part): Check coding system, not charset.
10026         (gnus-mime-view-part-externally): Never remove part.
10027         (gnus-mime-view-part-internally): Don't remove part here.
10028         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10029         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10030         multipart/alternative.
10031
10032         * mm-decode.el (mm-display-part): Take optional arg `force'.
10033
10034 2010-10-26  Julien Danjou  <julien@danjou.info>
10035
10036         * gnus-group.el (gnus-group-default-list-level): Add this function to
10037         compute the default list level.
10038         (gnus-group-default-list-level): Add possibility to use a function.
10039
10040 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10043
10044         * gnus-group.el (gnus-group-completing-read)
10045         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10046         gnus-replace-in-string.
10047
10048 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * shr.el (shr-tag-div): Add.
10051
10052         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10053
10054 2010-10-25  Julien Danjou  <julien@danjou.info>
10055
10056         * gnus-util.el: Remove `gnus-with-local-quit'.
10057
10058         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10059
10060 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10063         the original article buffer.
10064
10065 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066
10067         * nnimap.el (nnimap-request-head): New function.
10068         (nnimap-request-move-article): Try to be slightly faster by not
10069         requesting the entire message when moving.
10070         (nnimap-transform-headers): Don't bug out on bodiless articles.
10071         (nnimap-send-command): Have no outstanding messages if the IMAP server
10072         doesn't support streaming.
10073         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10074
10075 2010-10-24  Julien Danjou  <julien@danjou.info>
10076
10077         * message.el (message-default-headers): Fix type.
10078
10079 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10080
10081         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10082         prefetching images.
10083
10084         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10085         backend for unknown groups.  This is mainly useful for nnimap groups.
10086
10087         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10088         group isn't covered by the agent.
10089
10090 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10091
10092         * nnir.el (nnir-method-default-engines): New variable.
10093         (nnir-run-query): Use it.
10094         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10095         (gnus-summary-nnir-goto-thread): Change group if needed.
10096
10097         * gnus-group.el (gnus-group-group-map): Add key binding for
10098         gnus-group-make-nnir-group.
10099
10100 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10101
10102         * shr.el (shr-tag-object): Add.
10103
10104         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10105         original article buffer live.
10106         (gnus-summary-select-article-buffer):
10107         Mention gnus-widen-article-buffer.
10108
10109 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10110
10111         * shr.el (shr-tag-strong): Add.
10112
10113 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10114
10115         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10116         group names.  They mess up the group buffer badly.
10117
10118         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10119
10120         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10121         instead of the summary one.
10122
10123 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * mml.el (mml-preview): Work properly when editing article.
10126
10127         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10128         gnus-have-read-active-file if it's already been in.
10129
10130 2010-10-22  Tom Tromey  <tromey@redhat.com>
10131
10132         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10133         gnus-group-completing-read.
10134
10135 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10136
10137         * message.el (message-mode-map): Don't bind M-; to comment region, to
10138         allow the global comment-dwim to work.
10139
10140 2010-10-21  Julien Danjou  <julien@danjou.info>
10141
10142         * message.el (message-setup-1): Allow message-default-headers to be a
10143         function.
10144
10145 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * shr.el (shr-tag-table): Simplify.
10148
10149 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150
10151         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10152         to avoid trying to snarf invalid stuff.
10153
10154         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10155
10156         * gnus.el (gnus-message-archive-group): Quote value.
10157         (gnus-message-archive-group): Mark as changed.
10158
10159         * shr.el (shr-add-font): Don't put the font properties on the newline
10160         or the indentation.
10161
10162         * message.el (message-fix-before-sending): Change options when sending
10163         non-printable characters.
10164
10165         * gnus.el (gnus-message-archive-method): Change the default to
10166         monthly outgoing groups.
10167
10168         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10169         that have gotten new numbers.
10170
10171         * nnimap.el (nnimap-request-replace-article): New function.
10172
10173 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10176         (nnrss-request-article): Don't use special html washing code.
10177
10178 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * shr.el (shr-tag-table): Remove useless nconc.
10181
10182 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10183
10184         * gnus-art.el (article-wash-html): Simplify and remove the charset
10185         stuff.  Use the normal html rendering code instead of the special html
10186         washing code.
10187
10188         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10189         `gnus-w3m' symbols.
10190         (mm-text-html-washer-alist): Remove.
10191
10192         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10193         (mm-inline-media-tests): Remove use.
10194         (mm-text-html-renderer): Change default to the `shr' symbol.
10195
10196         * mm-view.el (mm-inline-text-html): Remove use.
10197
10198         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10199         `gnus-blocked-images' to be a function.
10200         (gnus-article-wash-function): Remove.
10201
10202 2010-10-20  Julien Danjou  <julien@danjou.info>
10203
10204         * spam.el (spam-list-of-processors): Mark as obsolete.
10205
10206         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10207         (nnimap-insert-partial-structure): Fix boundary detection.
10208
10209 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10210
10211         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10212         run file-truename on remote files.  This can be expensive and even
10213         prevent one from editing drafts if some unrelated buffer has a stale
10214         connection.
10215
10216 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10219         kinsoku-eol regardless of shr-kinsoku-shorten.
10220         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10221         (shr-tag-table): Support caption, thead, and tfoot.
10222
10223 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10224
10225         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10226         lines.
10227         (shr-save-contents): New command and keystroke.
10228
10229         * nndoc.el (nndoc-type-alist): Add git support.
10230         (nndoc-git-type-p): New function.
10231         (nndoc-transform-git-article): Ditto.
10232         (nndoc-transform-git-headers): Ditto.
10233         (nndoc-transform-git-headers): Generate Subject headers.
10234
10235         * shr.el (shr-parse-style): New function.
10236         (shr-tag-span): Ditto.
10237
10238         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10239         to `G G' to avoid collisions.
10240
10241 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * shr.el: Load kinsoku if necessary.
10244         (shr-kinsoku-shorten): New internal variable.
10245         (shr-find-fill-point): Make kinsoku shorten text line if
10246         shr-kinsoku-shorten is bound to non-nil.
10247         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10248         shr-indentation too when testing if table is wider than frame width.
10249         (shr-insert-table): Use `string-width' instead of `length' to measure
10250         text width.
10251         (shr-insert-table-ruler): Make sure indentation is done at bol.
10252
10253 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10254
10255         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10256         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10257         undecoded network data.
10258
10259 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10260
10261         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10262         name in the mode line spec so that the mode line menu works
10263         (bug#2431).
10264
10265         * message.el (message-get-reply-headers): If we're fed `to-address',
10266         then always use that.
10267
10268         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10269         aren't so wide as to need to switch off the edit menu.
10270
10271         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10272         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10273
10274         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10275         `M-g'.
10276         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10277         the permanent marks.
10278
10279 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10280
10281         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10282         Splitting according to references/in-reply-to obeys the ignore-groups
10283         variable, while splitting by sender and subject do not.
10284
10285 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286
10287         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10288         alist, so that we can look for non-Unicode chars.
10289         (article-translate-strings): Allow both character and string maps.
10290
10291 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * shr.el (shr-insert): Don't insert space behind a wide character
10294         categorized as kinsoku-bol, or between characters both categorized as
10295         nospace.
10296
10297 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10298
10299         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10300         headers to gnus-newsgroup-headers.
10301
10302 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10303
10304         * shr.el (shr-tag-img): Don't align images -- since we're not
10305         rescaling, this often leads to ugly displays.
10306
10307 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10308
10309         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10310         duplicates.
10311
10312 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10313
10314         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10315         call.
10316
10317 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10318
10319         * gnus.el: Autoload gnus-html-show-images.
10320
10321         * nnimap.el: Use nnheader-message throughout.
10322
10323         * shr.el (shr-tag-img): Ignore images with no data.
10324
10325 2010-10-15  Julien Danjou  <julien@danjou.info>
10326
10327         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10328         a possibility to disable format=flow encoding when using hard newlines.
10329
10330 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * shr.el (shr-insert): Remove space inserted before or after a
10333         breakable character or at the beginning or the end of a line.
10334         (shr-find-fill-point): Do kinsoku; find the second best point or give
10335         it up if there's no breakable point.
10336
10337 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10338
10339         * nnimap.el (nnimap-open-connection): Message when opening connection
10340         for debugging purposes.
10341
10342         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10343         on every setup buffer call to allow this to change from article to
10344         article.
10345
10346         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10347         buffers where we have a wide table.
10348
10349 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10350
10351         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10352         uses *-request-thread.
10353
10354 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10355
10356         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10357         incantation, which is no longer valid.
10358
10359 2010-10-14  Julien Danjou  <julien@danjou.info>
10360
10361         * shr.el: Fix defcustom type (char -> character).
10362
10363 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364
10365         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10366         programs.
10367
10368 2010-10-14  Julien Danjou  <julien@danjou.info>
10369
10370         * shr.el (shr-tag-a): Use url-link as widget type.
10371
10372         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10373         `gnus-group-get-icon'.
10374
10375 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10376
10377         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10378         This should make server editing work better.
10379
10380         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10381
10382         * tls.el (tls-program): Remove spurious %s from openssl.
10383
10384         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10385         (nnimap-parse-flags): Fix regexp.
10386
10387         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10388         probably work for CJVK text, too.
10389
10390         * nnimap.el (nnimap-extend-tls-programs): Remove.
10391         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10392
10393         * tls.el (tls-starttls-switches): Remove starttls hack.
10394         (open-tls-stream): Ditto.
10395         (tls-find-starttls-argument): Ditto.
10396
10397 2010-10-13  Julien Danjou  <julien@danjou.info>
10398
10399         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10400         responses.
10401
10402 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10403
10404         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10405
10406         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10407         anything in Emacs.
10408
10409         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10410
10411 2010-10-13  Julien Danjou  <julien@danjou.info>
10412
10413         * shr.el (shr-width): Make shr-width a defcustom with default to
10414         fill-column.
10415         (shr-tag-img): Use shr-width rather than fill-column.
10416
10417 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * dgnushack.el (byte-optimize-apply):
10420         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10421
10422         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10423         position when (X-)Faces exist.
10424         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10425         avatars when called interactively.
10426
10427 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10430         gnus-article-x-face-too-ugly is bound.
10431
10432 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10433
10434         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10435
10436         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10437         mailbox that doesn't exist.
10438
10439 2010-10-12  Julien Danjou  <julien@danjou.info>
10440
10441         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10442         (shr-get-image-data): Encode URL properly when fetching from cache.
10443         (shr-tag-img): Use aligned-to spaces to align correctly images.
10444
10445         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10446         before inserting the Gravatar.
10447
10448         * shr.el (shr-tag-img): Add align attribute support for <img>.
10449
10450 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * gnus-gravatar.el (gnus-art): Require.
10453
10454         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10455         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10456         Remove long obsoleted functions.
10457
10458 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10461
10462         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10463
10464         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10465         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10466         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10467         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10468         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10469         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10470         * sieve-manage.el, smime.el, spam.el:
10471         Fix comment for declare-function.
10472
10473 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10474
10475         * nnimap.el (nnimap-request-rename-group): Select group read-only
10476         before renaming it.
10477
10478         * shr.el (shr-insert): Fix up the white space only regexp.
10479
10480         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10481         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10482
10483         * shr.el (shr-current-column): New function.
10484         (shr-find-fill-point): New function.
10485
10486 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10487
10488         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10489         numbers.
10490
10491 2010-10-11  Julien Danjou  <julien@danjou.info>
10492
10493         * shr.el (shr-hr-line): Add.
10494         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10495         display hr lines.
10496         (shr-max-columns): Do not change state to nil if we just inserting
10497         spaces.
10498
10499 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10502         select the last group.
10503
10504 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10505
10506         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10507
10508 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10509
10510         * dig.el (dig-mode-map): Declare and define in one step.
10511
10512 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10515         for Gnus.
10516         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10517         (nnimap-update-qresync-info): Mark \Seen articles as read.
10518
10519         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10520         non-variable, too.
10521
10522         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10523         available.
10524         (nnimap-update-info): Rely more on the current active than the param
10525         active to avoid marking articles as read too much.
10526
10527         * auth-source.el (auth-source-create): Use (user-login-name) for the
10528         user name default.
10529
10530         * nnimap.el (nnimap-update-info): If the server doesn't return any
10531         useful info, just use the previous info.
10532         (nnimap-update-info): Prefer old info over start-article.
10533         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10534
10535 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10536
10537         * nnir.el (autoload): Clean up autoloads.
10538         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10539         Use key rather than value.
10540         (nnir-imap-search-other): New variable.
10541         (nnir-read-parm): Use it.
10542         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10543         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10544
10545 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10546
10547         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10548         the process, too.
10549
10550 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10551
10552         * spam.el (gnus-summary-mode-map): Bind to "$".
10553         Suggested by Russ Allbery.
10554
10555         * shr.el: Rework the way things are indented by <li> slightly.
10556
10557         * gnus.el (gnus-group-set-parameter): Fix typo.
10558
10559         * nnimap.el: Start implementing QRESYNC support.
10560
10561 2010-10-09  Julien Danjou  <julien@danjou.info>
10562
10563         * nnir.el (nnir-engines): Fix too many arguments.
10564
10565 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10566
10567         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10568         group is the "last", so that the backends like nnfolder actually save
10569         their folders.
10570
10571         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10572         try to use that for the tls stream.
10573         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10574         UIDVALIDITY and find out which groups are read-only and not.
10575         (nnimap-get-flags): Use the same marks parsing code as the rest of
10576         nnimap.
10577
10578 2010-10-09  Julien Danjou  <julien@danjou.info>
10579
10580         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10581
10582         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10583         retrieving gravatars.
10584
10585         * shr.el (shr-table-corner): Add.
10586         (shr-table-line): Add.
10587         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10588
10589 2010-10-08  Julien Danjou  <julien@danjou.info>
10590
10591         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10592
10593 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10594
10595         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10596
10597         * gnus-sum.el (gnus-mark-article-as-unread)
10598         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10599         (gnus-summary-set-bookmark): Use it.
10600
10601         * gnus-msg.el (gnus-setup-message): Use it.
10602
10603         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10604
10605         * gnus.el (gnus-group-remove-parameter): Use it.
10606
10607         * gnus-group.el (gnus-group-make-web-group): Use it.
10608
10609         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10610
10611         * nnregistry.el: Update docs to mention manual.
10612
10613         * gnus-registry.el: Update docs to mention nnregistry.el.
10614         (gnus-registry-initialize): Don't install nnregistry refer method
10615         automatically.
10616         (gnus-registry-install-nnregistry): Remove it.
10617
10618 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10619
10620         * shr.el (shr-insert): Don't insert double spaces.
10621
10622 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-gravatar.el (gnus-treat-from-gravatar)
10625         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10626         called interactively.
10627
10628         * gnus-art.el (gnus-mime-view-part-externally)
10629         (gnus-mime-view-part-internally): Make predicate function passed to
10630         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10631         of a mime type.
10632
10633         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10634
10635 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * shr.el (require): Require cl when compiling.
10638         (shr-tag-hr): New function.
10639
10640         * nnimap.el (nnimap-update-info): Remove double setting of high.
10641         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10642         This makes nnimap work properly on Courier again.
10643
10644         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10645         the variable for backwards compatibility.
10646
10647         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10648         the file name before using to avoid setting mm-default-directory to
10649         nil.
10650
10651         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10652         bidning gnus-agent variables.
10653
10654         * shr.el (shr-render-td): Use a cache for the table rendering function
10655         to avoid getting an exponential rendering behavior in nested tables.
10656         (shr-insert): Rework the line-breaking algorithm.
10657         (shr-insert): Don't leave trailing spaces.
10658         (shr-insert-table): Also insert empty TDs.
10659         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10660
10661 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10662
10663         * gnus-sum.el (gnus-number): Rename from `number'.
10664         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10665         (gnus-summary-limit-children): Update uses correspondingly.
10666
10667 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10670         (gnus-gravatar-transform-address): Don't show avatars of people of
10671         which mail addresses match gnus-gravatar-too-ugly.
10672
10673 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * shr.el (shr-table-widths): Expand TD elements to fill available
10676         space.
10677
10678 2010-10-07  Julien Danjou  <julien@danjou.info>
10679
10680         * nnimap.el (nnimap-request-rename-group): Add this method.
10681
10682 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10685         name from XEmacs' function-arglist.
10686
10687         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10688         gravatar under XEmacs.
10689
10690 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10691
10692         * auth-source.el: Update docs with TODO items.
10693
10694         * gnus-sync.el: Update docs to explain state and plans.
10695
10696         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10697         Hooks for mark updates.
10698         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10699
10700         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10701         hooks with arguments, which is needed for mark update hooks.
10702
10703 2010-10-06  Julien Danjou  <julien@danjou.info>
10704
10705         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10706         was matched.
10707
10708         * sieve-manage.el: Update example in `Commentary'.
10709
10710         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10711
10712         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10713         not 2000.
10714         (sieve-manage-authenticate): Re-add function.
10715
10716 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10717
10718         * shr.el (shr-insert): Get 'space transition right.
10719         (shr-render-td): Only delete space at the end of the TD.
10720
10721         * nnimap.el (nnimap-open-connection): Prepare to support
10722         open-gnutls-stream.
10723
10724         * shr.el: Rearrange function order to be more logical.
10725
10726 2010-10-06  Julien Danjou  <julien@danjou.info>
10727
10728         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10729         (nnrss-discover-feed): Remove 404 URL in docstring.
10730
10731         * nnir.el: Fix Swish-E URL.
10732         Fix Namazu URL.
10733
10734         * message.el (message-change-subject): Remove 404 URL in a comment.
10735
10736 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10739         called interactively.
10740
10741         * gnus-util.el (gnus-remove-if): Allow hash table.
10742         (gnus-remove-if-not): New function.
10743
10744         * gnus-art.el (gnus-mime-view-part-as-type):
10745         * gnus-score.el (gnus-summary-score-effect):
10746         * gnus-sum.el (gnus-read-move-group-name):
10747         Replace remove-if-not with gnus-remove-if-not.
10748
10749         * gnus-group.el (gnus-group-completing-read):
10750         Regard collection as a hash table if it is not a list.
10751
10752 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10753
10754         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10755
10756         * shr.el: Document the table-rendering algorithm.
10757
10758 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10761         for Emacsen having no `libxml-parse-html-region' support.
10762
10763 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10764
10765         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10766         invalid URLs.
10767
10768         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10769         line-broken.
10770         (shr-tag-img): Ignore image fetching errors.
10771         (shr-overlays-in-region): Compute overlay positions correctly.
10772
10773         * mm-decode.el (mm-shr): Require shr.
10774
10775         * gnus-art.el (gnus-blocked-images): Move variable here.
10776
10777         * shr.el (shr-insert-table): Bind free variable.
10778
10779         * mm-decode.el (mm-shr): Bind shr-content-function.
10780
10781         * shr.el (shr-content-function): New variable.
10782
10783         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10784         added for symmetry.
10785
10786         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10787
10788         * gnus-group.el (gnus-group-make-group): Doc fix.
10789
10790         * nnimap.el (nnimap-request-newgroups): Return success.
10791
10792         * shr.el (shr-find-elements): New function.
10793         (shr-tag-table): Put all the images after the table.
10794         (shr-tag-table): Really inhibit images inside the table.
10795         (shr-collect-overlays): Copy over overlays from the TD elements to the
10796         main document.
10797
10798         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10799         gnus-blocked-images.
10800
10801 2010-10-05  Julien Danjou  <julien@danjou.info>
10802
10803         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10804
10805         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10806         (gnus-html-maximum-image-size): Add this function.
10807         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10808
10809         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10810         server-value of the capability is nil.
10811
10812 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * shr.el (shr-tag-em): Add <EM> tag.
10815
10816 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10817
10818         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10819         customizable.
10820
10821         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10822         handing broken links to browse-url.
10823
10824 2010-10-05  Julien Danjou  <julien@danjou.info>
10825
10826         * gnus-util.el (gnus-emacs-completing-read)
10827         (gnus-iswitchb-completing-read): Use autoload rather than require.
10828
10829 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10832         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10833         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10834         iswitchb-temp-buflist for XEmacs.
10835
10836         * gnus-util.el (gnus-completing-read-function): Exclude
10837         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10838         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10839         XEmacs.
10840
10841         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10842         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10843
10844         * gnus-html.el: Don't require help-fns under XEmacs.
10845         (gnus-html-schedule-image-fetching): Work for XEmacs.
10846
10847         * mm-decode.el (mm-shr): Decode contents by charset.
10848
10849 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850
10851         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10852         unknown.
10853
10854         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10855         (shr-get-image-data): Ensure against the cache file missing.
10856
10857         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10858         for data.
10859
10860         * spam-report.el (spam-report-url-ping-plain): Don't query about
10861         killing the process.
10862
10863         * shr.el (shr-render-td): Protect against too-wide text.
10864
10865 2010-10-04  Julien Danjou  <julien@danjou.info>
10866
10867         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10868         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10869
10870         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10871         retrieved.
10872
10873 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10874
10875         * shr.el (browse-url): Require.
10876         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10877         lines.
10878         (shr-show-alt-text, shr-browse-image): New commands.
10879         (shr-browse-url, shr-copy-url): New commands.
10880
10881         * gnus-sum.el (gnus-widen-article-window): New variable.
10882         (gnus-summary-select-article-buffer): Use it.
10883
10884         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10885         without @ signs.
10886
10887 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10888
10889         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10890
10891 2010-10-04  Julien Danjou  <julien@danjou.info>
10892
10893         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10894         for XEmacs.
10895
10896 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897
10898         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10899
10900         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10901         (nnimap-close-server): Implement.
10902
10903         * dgnushack.el (iswitchb): Require to shut up the compiler.
10904
10905         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10906         (shr-insert): Tweak line breaking.
10907         (shr-insert): Handle <pre> better.
10908         (shr-tag-li): Get <li> indentation right.
10909         (shr-tag-li): Get <li> indentation even righter.
10910         (shr-tag-blockquote): Ensure paragraph start.
10911         (shr-make-table): Tweak table generation.
10912         (shr-make-table): Fix typo.
10913
10914         * shr.el: Implement table rendering.
10915
10916 2010-10-04  Julien Danjou  <julien@danjou.info>
10917
10918         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10919
10920 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * shr.el (shr-insert): Use string anchors instead of line anchors.
10923
10924 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10925
10926         * shr.el: Add headings.
10927         (shr-ensure-paragraph): Actually work.
10928         (shr-tag-li): Make <ul> prettier.
10929         (shr-insert): Get white space at the beginning/end of elements right.
10930         (shr-tag-p): Collapse subsequent <p>s.
10931         (shr-ensure-paragraph): Don't insert double line feeds after blank
10932         lines.
10933         (shr-insert): \t is also space.
10934         (shr-tag-s): Fix "s" tag name function.
10935         (shr-tag-s): Fix face prop name.
10936
10937 2010-10-03  Julien Danjou  <julien@danjou.info>
10938
10939         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10940
10941         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10942         gnus-window-inside-pixel-edges.
10943
10944         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10945         gnus-ems.
10946
10947         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10948
10949         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10950         function.
10951
10952         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10953         resize choice.
10954
10955 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10956
10957         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10958         beginning of the buffer.
10959
10960         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10961         article buffer again.
10962
10963         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10964
10965         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10966         when it's at the start of the buffer.
10967
10968         * shr.el (shr-tag-blockquote): Convert name.
10969         (shr-rescale-image): Use the right image-size variant.
10970
10971         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10972         buffer isn't shown, then select the current article first instead of
10973         bugging out.
10974         (gnus-summary-select-article-buffer): Show both the article and summary
10975         buffers again.
10976
10977         * shr.el (shr-fontize-cont): Protect against regions with no text.
10978         Rename tag functions to shr-tag-* for enhanced security.
10979         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10980
10981 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10982
10983         * shr.el (shr-insert):
10984         * pop3.el (pop3-movemail):
10985         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10986         loaded.
10987
10988 2010-10-03  Glenn Morris  <rgm@gnu.org>
10989
10990         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10991
10992         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10993
10994         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10995
10996         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10997
10998         * gnus-util.el (gnus-make-local-hook): Simplify.
10999
11000 2010-10-02  Julien Danjou  <julien@danjou.info>
11001
11002         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11003         (gnus-ido-completing-read): New function.
11004         (gnus-emacs-completing-read): New function.
11005         (gnus-completing-read): Use gnus-completing-read-function.
11006         Add gnus-completing-read-function.
11007
11008 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * shr.el (shr-insert-document): Autoload.
11011         (shr-img): Be silent.
11012         (shr-insert): Add a newline after every picture before text.
11013         (shr-add-font): Use overlays for combining faces.
11014         (shr-insert): Pass upwards the text start point.
11015
11016         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11017         possible.
11018         (mm-shr): New function.
11019
11020 2010-10-02  Julien Danjou  <julien@danjou.info>
11021
11022         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11023         should go backward.
11024
11025 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11026
11027         * shr.el (shr): Fix typo in provide call.
11028
11029 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * shr.el: New file.
11032
11033         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11034
11035         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11036         completing read.
11037
11038 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11041         we're being queried about.  Suggested by Dan Jacobson.
11042
11043         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11044         Suggested by Jason Eisner.
11045
11046         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11047         table, too.  Suggested by Stefan Wiens.
11048         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11049         the table unnecessary.  Suggested by Stefan Wiens.
11050
11051         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11052         longer needed, and probably doesn't work either, as pointed out by
11053         Stefan Wiens.
11054         (gnus-summary-exit): Remove call to the clearing function.
11055         (gnus-summary-exit-no-update): Ditto.
11056
11057         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11058         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11059         Reported by Stefan Monnier.
11060         (gnus-summary-save-in-rmail): Ditto.
11061
11062         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11063         article buffer, instead of both the article buffer and the summary
11064         buffer.  Sort of suggested by Dan Jacobson.
11065
11066         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11067
11068         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11069         Suggested by Dan Jacobson.
11070
11071         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11072         documentation clearer.
11073
11074         * message.el (message-shorten-references): Comment on the number "21".
11075         Suggested by Stefan Monnier.
11076
11077         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11078         Suggested by Dan Jacobson.
11079
11080         * gnus.el (gnus-large-newsgroup):
11081         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11082
11083         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11084         externalize attachments.  Bug reported by Steve Wen.
11085
11086         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11087         really message anything to the user.
11088
11089         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11090         directly.
11091
11092         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11093         messages in empty groups.
11094
11095 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11096
11097         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11098         non-UIDNEXT group.
11099
11100 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11101
11102         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11103         not the value from the collection.
11104
11105         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11106         values.  This sometimes happens on some groups that have no info.
11107         (nnimap-request-newgroups): New function.
11108
11109 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11110
11111         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11112         check into `gnus-registry-initialize'.
11113         (gnus-registry-initialize): Ditto.
11114         Fix and extend header docs.
11115
11116 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11117
11118         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11119         regexp backtrace overflows.
11120
11121         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11122         for starttls that tls.el implements; i.e. openssl.
11123
11124         * tls.el (tls-starttls-switches): Give up on using starttls with
11125         gnutls-cli.
11126         (tls-program): Add --insecure to be consistent with the defaults from
11127         openssl s_client.  Now all three commands are insecure.
11128
11129 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * lpath.el: Bind completion-styles-alist for XEmacs.
11132
11133         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11134         (gravatar-create-image): New function that's an alias to
11135         gnus-xmas-create-image, gnus-create-image, or create-image.
11136         (gravatar-data->image): Use it.
11137
11138 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11139
11140         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11141         install the nnregistry refer method.
11142         (gnus-registry-install-hooks): Use it.
11143         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11144         unfollowed groups.
11145
11146 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11147
11148         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11149         expanding threads.
11150
11151 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152
11153         * nnir.el: Use the server names without suffixes (bug#7009).
11154
11155         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11156         unencrypted to STARTTLS, if possible.
11157
11158 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11159
11160         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11161         headers before superseding.
11162
11163 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11164
11165         * nnrss.el (nnrss-use-local): Add documentation.
11166
11167         * nnimap.el (nnimap-extend-tls-programs): New function.
11168         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11169         (nnimap-wait-for-connection): Accept the greeting from the stupid
11170         output from openssl s_client -starttls, too.
11171
11172         * tls.el (tls-starttls-switches): New variable.
11173         (tls-find-starttls-argument): Use it.
11174         (open-tls-stream): Ditto.
11175
11176         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11177         (netrc-machine): Ditto.
11178
11179         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11180         article number.
11181         (nnimap-split-fancy): New variable.
11182         (nnimap-split-incoming-mail): Use it.
11183
11184         * nntp.el (nntp-server-list-active-group): Document.
11185
11186         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11187         SELECT to get the message-id.
11188
11189         * mail-source.el (mail-sources): Remove webmail support.
11190         (defvar): Ditto.
11191         (mail-source-fetcher-alist): Ditto.
11192         (mail-source-fetch-webmail): Remove.
11193
11194         * webmail.el: Remove -- doesn't seem relevant any more.
11195
11196         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11197
11198         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11199         the \r.
11200
11201 2010-09-30  Julien Danjou  <julien@danjou.info>
11202
11203         * gnus-agent.el (gnus-agent-add-group): Fix call to
11204         gnus-completing-read.
11205
11206 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11207
11208         * nndoc.el (nndoc-retrieve-groups): New function.
11209
11210         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11211         `default', use nnmail-split-methods.
11212         (nnimap-request-article): Downcase the NILs so that they are nil.
11213
11214         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11215         symbol.
11216
11217         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11218         code, since if the user has requested network, that's what they ought
11219         to get.
11220         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11221         (nnimap-split-rule): Mark as obsolete.
11222
11223         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11224         New variable.
11225
11226         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11227         correct slot, too.
11228
11229 2010-09-29  Julien Danjou  <julien@danjou.info>
11230
11231         * gnus.el (gnus-local-domain): Declare variable obsolete.
11232
11233         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11234         Fix history computing.
11235         (gnus-ido-completing-read): Require ido.
11236
11237 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11240         build Gnus.
11241
11242         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11243         when interpreting the structures.
11244         (nnimap-request-accept-article): Add \r\n to the lines to make this
11245         work with Cyrus.
11246
11247         * nndraft.el (nndraft-request-expire-articles): Use the group name
11248         instead if "nndraft".  Fix found by Nils Ackermann.
11249
11250 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11251
11252         * nnregistry.el: Add.
11253
11254 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11255
11256         * nnmail.el (group, group-art-list, group-art):
11257         Remove unneeded directives.
11258
11259 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11262         (mm-mime-charset):
11263         * rfc2047.el (rfc2047-syntax-table):
11264         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11265
11266         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11267         rather than `insert-file-contents' and `eval-region'.
11268
11269         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11270         construction.
11271
11272         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11273
11274         * time-date.el: No need to require cl for Emacs 21.
11275
11276 2010-09-29  Julien Danjou  <julien@danjou.info>
11277
11278         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11279         replacement of `gnus-gravatar-relief' to mimic
11280         `gnus-faces-properties-alist'.
11281         Add :version property.
11282
11283 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * mail-source.el (mail-source-report-new-mail):
11286         * message.el (message-default-mail-headers):
11287         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11288
11289         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11290
11291 2010-09-28  Julien Danjou  <julien@danjou.info>
11292
11293         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11294         mail-address contains the same string as real-name.
11295
11296         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11297         non-blank in header, otherwise it'll get stripped.
11298
11299         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11300         real-name, and then for mail address rather than doing : or , search.
11301
11302 2010-09-27  Julien Danjou  <julien@danjou.info>
11303
11304         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11305         right completing-read function.
11306         (gnus-use-ido): New variable
11307         (gnus-completing-read-with-default): Remove.
11308         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11309         (gnus-agent-add-group):
11310         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11311         * mm-view.el (mm-view-pkcs7-decrypt):
11312         * mm-util.el (mm-codepage-setup):
11313         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11314         * mml-smime.el (mml-smime-openssl-sign-query):
11315         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11316         (mml-insert-multipart):
11317         * gnus-msg.el (gnus-summary-yank-message):
11318         * gnus-int.el (gnus-start-news-server):
11319         * mm-decode.el (mm-interactively-view-part):
11320         * gnus-dired.el (gnus-dired-attach):
11321         * gnus.el (gnus-read-method):
11322         * gnus-bookmark.el (gnus-bookmark-jump):
11323         * gnus-art.el (gnus-mime-view-part-as-type)
11324         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11325         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11326         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11327         * nnmairix.el (nnmairix-create-server-and-default-group)
11328         (nnmairix-update-groups, nnmairix-get-server)
11329         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11330         (nnmairix-get-group-from-file-path):
11331         * nnrss.el (nnrss-find-rss-via-syndic8):
11332         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11333         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11334         (gnus-group-browse-foreign-server):
11335         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11336         (gnus-summary-execute-command, gnus-summary-respool-article)
11337         (gnus-read-move-group-name):
11338         * gnus-score.el (gnus-summary-increase-score)
11339         (gnus-summary-score-effect):
11340         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11341
11342 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11345         x-focus-frame.
11346
11347         * nnimap.el (auth-source-forget-user-or-password)
11348         (auth-source-user-or-password): Autoload.
11349
11350         * message.el (message-from-style, message-interactive)
11351         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11352         (message-yank-prefix, message-indentation-spaces, message-signature)
11353         (message-signature-file): Add comment.
11354
11355 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11356
11357         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11358         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11359         new articles.
11360
11361         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11362         parts.
11363         (nnimap-request-article): Work with the t setting, too.
11364
11365         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11366         that you don't get flashes of other buffers.
11367         (gnus-summary-show-complete-article): Intern before setting.
11368
11369 2010-09-27  David Engster  <dengste@eml.cc>
11370
11371         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11372         well as HEADERS.
11373         (nnmairix-retrieve-headers): Provide new argument for the above.
11374
11375 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11376
11377         * gnus-sum.el (gnus-summary-move-article): Don't alter
11378         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11379         group.
11380
11381         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11382
11383         * message.el (message-cite-prefix-regexp): Revert my last edit.
11384
11385         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11386         variable instead of the Gnus variable.
11387
11388         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11389
11390         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11391
11392         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11393         since some servers don't like it.
11394         (nnimap-open-connection): Forget credentials if the server says the
11395         password was wrong.
11396         (nnimap-parse-line): Protect against invalid data.
11397
11398         * gnus-sum.el (gnus-summary-move-article): Add comment.
11399         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11400         nothing alters it while scanning for new messages.
11401
11402         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11403         which may or may not help.
11404         (nnimap-open-connection): If we're doing a stream connection, and then
11405         discover we're on a STARTTLS-capable server, then open a STARTTLS
11406         connection instead.
11407
11408 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409
11410         * nnimap.el (utf7): Require.
11411
11412         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11413         prefix.
11414
11415 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11416
11417         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11418
11419 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420
11421         * nnimap.el (nnimap-request-accept-article): Message the error on
11422         error.
11423
11424 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11427
11428 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * nndoc.el (nndoc-request-list): Return success always.
11431
11432         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11433         `fetch-old' -- we only want to fetch the articles we've requested.
11434         The rest are in the agent, probably.
11435         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11436         disappeared server" to something low.  It's not important.
11437
11438         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11439         arrived before the FETCH data.
11440
11441         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11442         target here, because we don't know the Gnus name of the group.
11443
11444         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11445         for the correct group.
11446
11447         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11448
11449         * gnus.el (gnus): Give a final warning after startup.
11450
11451         * gnus-util.el (gnus-action-message-log): New variable.
11452         (gnus-message): Use it.
11453         (gnus-final-warning): New function.
11454
11455         * nnimap.el (nnimap-open-connection): Record the greeting.
11456         (nnimap): Add greeting.
11457
11458 2010-09-26  Julien Danjou  <julien@danjou.info>
11459
11460         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11461         arguments.
11462         (gnus-html-wash-images): Fix spec computing to include start/end.
11463
11464         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11465
11466 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11467
11468         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11469         deletion.
11470         (nnimap-retrieve-headers): Don't select the group, because that's
11471         already done by nnimap-possibly-change-group.
11472
11473         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11474         (gnus-picon-transform-address): Use it.
11475
11476         * mail-source.el (mail-source-value): Revert previous patch.
11477
11478         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11479         on failure.
11480         (nnimap-open-connection): Look up both virtual and physical server name
11481         credentials.
11482
11483         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11484
11485 2009-02-07  Dave Love  <fx@gnu.org>
11486
11487         * tls.el (open-tls-stream): Don't query killing process.
11488
11489 2009-02-08  Dave Love  <fx@gnu.org>
11490
11491         * gnus-win.el (gnus-window-to-buffer-helper)
11492         (gnus-all-windows-visible-p): Function needn't be a symbol.
11493
11494         * mail-source.el (mail-source-value): Function needn't be a symbol.
11495
11496 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11497
11498         * message.el (message-cite-prefix-regexp): Remove } from the cite
11499         prefix.
11500
11501         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11502         highlight again, so that the highlight is correct.
11503
11504         * gnus-picon.el (gnus-picon): Remove again.
11505         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11506
11507         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11508         doing the header highlightling, so that the background color of the
11509         picon is correct.
11510
11511         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11512         (gnus-picon): Ditto.
11513         (gnus-picon): Reinstate.  The background color for picons is white.
11514         (gnus-picon-insert-glyph): Make the background white.
11515
11516         * nnml.el (nnml-open-nov): Don't return dead buffers.
11517
11518         * auth-source.el (auth-source-create): Query the user for whether to
11519         store the credentials.
11520
11521         * netrc.el (netrc-store-data): New function.
11522
11523         * auth-source.el (auth-source-user-or-password): Use the existing auth
11524         sources, if any, for creation.
11525
11526         * gnus.el (gnus-group-fast-parameter): Return the last matching
11527         parameter instead of the first matching parameter.
11528
11529 2010-09-26  Julien Danjou  <julien@danjou.info>
11530
11531         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11532
11533 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11534
11535         * mml2015.el (mml2015-use): Remove gpg support.
11536
11537         * mml1991.el (mml1991-function-alist): Remove gpg function.
11538         (mml1991-gpg-sign): Remove.
11539
11540 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11541
11542         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11543         (gnus-browse-unsubscribe-current-group): Document it.
11544         (gnus-browse-unsubscribe-group): Use it.
11545
11546 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11547
11548         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11549         address to the To list for easier response.
11550
11551         * gnus.el (gnus-play-startup-jingle): Remove.
11552         (gnus-splash): Don't play jingle.
11553         (gnus): Silence gnus-load message.
11554
11555         * gnus-art.el (gnus-treat-play-sounds): Remove.
11556
11557         * gnus.el (gnus-play-jingle): Remove audio support.
11558
11559         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11560
11561         * earcon.el: Remove -- no users.
11562
11563         * gnus-audio.el: Remove -- no users of this package.
11564
11565         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11566
11567         * gnus-start.el (gnus-setup-news): Remove nocem support.
11568
11569         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11570
11571         * gnus.el (gnus-use-nocem): Remove.
11572
11573         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11574         Remove.
11575
11576         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11577         uses NoCeM any more.
11578
11579         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11580         (gnus-button-ctan-handler): Ditto.
11581         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11582         (gnus-button-ctan-directory-regexp): Ditto.
11583         (gnus-button-handle-ctan): Ditto.
11584         (gnus-button-tex-level): Ditto.
11585         (gnus-button-alist): Remove CTAN stuff.
11586
11587 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11588
11589         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11590         nnimap-streaming test.
11591
11592         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11593         servers twice.
11594
11595         * nnimap.el (nnimap-open-connection): Add more error reporting when
11596         nnimap fails early.
11597
11598         * nnheader.el (nnheader-get-report-string): New function.
11599         (nnheader-get-report): Use it.
11600
11601         * gnus-int.el (gnus-check-server): Say what the error was when opening
11602         failed.
11603
11604         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11605         using streaming.
11606
11607 2010-09-25  Julien Danjou  <julien@danjou.info>
11608
11609         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11610         gnus-window-inside-pixel-edges.
11611
11612 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613
11614         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11615
11616         * mm-decode.el (mm-save-part): Allow saving to other directories the
11617         normal Emacs way.
11618
11619         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11620         Suggested by Jay Berkenbilt.
11621
11622         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11623         there isn't a single byte.
11624
11625         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11626         just do it.  It doesn't really seem to matter what the user responds
11627         here, I think, so it's just a confusing question.
11628
11629         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11630         non-streaming case.
11631
11632         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11633         (gnus-article-encrypt-body): Use it.
11634
11635         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11636         keystroke.
11637
11638         * nnimap.el (nnimap-find-wanted-parts-1):
11639         Use gnus-fetch-partial-articles.
11640
11641         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11642
11643         * nnimap.el (nnimap-insert-partial-structure): New function.
11644         (nnimap-get-partial-article): New function.
11645         (nnimap-request-article): Use it.
11646         (nnimap-wait-for-response): Return whether the wait was successful.
11647         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11648         retrieval wasn't successful.
11649         (nnimap-retrieve-group-data-early): Allow throttling servers.
11650         (nnimap-streaming): New variable.
11651         (nnimap-fetch-partial-articles): Remove.
11652
11653         * mm-decode.el (mm-with-part): Protect against killed buffers.
11654
11655         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11656         for prettier summary display.
11657
11658 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11659
11660         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11661
11662 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663
11664         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11665         apparently third-party libraries depend on it.
11666
11667         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11668         before starting negotiation.
11669
11670         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11671         privacy reasons.
11672         (gnus-treat-mail-gravatar): Ditto.
11673
11674         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11675         buffer when inserting images.  Inserting text into the headers, for
11676         instance, can make them invalid.
11677
11678 2010-09-25  Julien Danjou  <julien@danjou.info>
11679
11680         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11681         variables.
11682
11683         * nnheader.el: Remove useless variables news-reply-yank-from and
11684         news-reply-yank-message-id.
11685
11686         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11687         variables.
11688
11689         * mml1991.el: Remove useless mml1991-verbose.
11690
11691         * gnus.el: Remove useless variable gnus-use-generic-from.
11692         Remove obsolete variable gnus-topic-indentation.
11693
11694         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11695
11696         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11697
11698         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11699
11700         * gnus-group.el: Remove useless gnus-group-icon-cache.
11701         Remove useless gnus-ephemeral-group-server.
11702
11703         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11704
11705         * mml2015.el: Remove useless mml2015-verbose.
11706
11707         * mml-smime.el: Remove useless mml-smime-verbose.
11708
11709         * gnus.el: Remove useless gnus-local-domain.
11710
11711         * gnus-gravatar.el (gnus-gravatar-transform-address):
11712         Use gnus-gravatar-size.
11713
11714         * gnus-art.el: Remove useless gnus-treat-translate.
11715
11716 2010-09-24  Julien Danjou  <julien@danjou.info>
11717
11718         * gnus-sum.el: Add support for Gravatars.
11719
11720         * gnus-art.el: Add support for Gravatars.
11721
11722         * gnus-gravatar.el: Add this file.
11723
11724         * gravatar.el: Add this file.
11725
11726 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11727
11728         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11729
11730         * gnus-group.el (gnus-group-fetch-faq): Remove.
11731
11732         * gnus.el (gnus-group-faq-directory): Remove.
11733
11734         * gnus-group.el (gnus-group-fetch-charter): Remove.
11735
11736         * gnus.el (gnus-group-charter-alist): Remove.
11737
11738         * gnus-group.el (gnus-group-archive-directory): Remove.
11739         (gnus-group-recent-archive-directory): Ditto.
11740         (gnus-group-make-archive-group): Remove.
11741
11742         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11743
11744         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11745         use the same article number for all the cached articles.
11746
11747         * nnimap.el (nnimap-command): Register the last command time so
11748         that we can use it for idling NOOPs.
11749         (nnimap-open-connection): Start the keeplive timer.
11750         (nnimap-make-process-buffer): Store all the process buffers.
11751         (nnimap-keepalive): New function.
11752
11753         * starttls.el (starttls-open-stream): Add autoload cookie.
11754
11755 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11756
11757         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11758         handling.
11759
11760 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11761
11762         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11763         its data structures.
11764
11765         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11766         instead of the cl.el copy-list.
11767         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11768         equalp.
11769
11770 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11773         and tool-bar-local-item-from-menu.
11774
11775         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11776         mode-line-highlight face for Emacs.
11777
11778         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11779         loading gnus-sum.elc; fix comment for canlock-verify.
11780         (gnus-article-jump-to-part): Use read-number.
11781         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11782         Remove Emacs pre-21 compatible code for help-echo.
11783         (gnus-article-next-page-1): No need to adjust the number of lines.
11784         (gnus-article-describe-bindings): Always use help-buffer.
11785
11786         * gnus-audio.el (gnus-audio-inline-sound):
11787         * gnus-cus.el (gnus-custom-mode):
11788         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11789
11790         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11791
11792         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11793         compatible code.
11794
11795 2010-09-24  Glenn Morris  <rgm@gnu.org>
11796
11797         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11798         visiting the fcc file in rmail-mode.
11799
11800         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11801
11802 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * nnir.el: Silence the byte compiler.
11805
11806         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11807         alias to browse-url-url-encode-chars if any.
11808         (gnus-html-encode-url): Use it.
11809
11810 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * gnus-start.el (gnus-use-backend-marks): New variable.
11813         (gnus-get-unread-articles-in-group): Use it.
11814
11815         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11816         makeover.
11817
11818 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11819
11820         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11821
11822 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11825         Remove.
11826         (gnus-setup-news-hook):
11827         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11828
11829         * gnus-int.el (gnus-request-update-info): Protect against backends not
11830         having the function.
11831
11832         * nnimap.el (nnimap-stream): Mention starttls.
11833         (nnimap-open-connection): Add starttls support.
11834
11835 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11836
11837         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11838
11839 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11840
11841         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11842         BODYSTRUCTUREs.
11843         (nnimap-transform-headers): Unfold quoted {42} headers.
11844
11845         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11846         the info.
11847         (gnus-get-unread-articles): Only call updatep on backends that support
11848         it.
11849
11850         * nnweb.el (nnweb-request-update-info): NOOP.
11851
11852         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11853
11854         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11855         since it only deals with marks.
11856
11857         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11858         gnus-request-marks, and make a new gnus-request-update-info.
11859
11860         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11861         the active instead of the high number, which is usually too low.
11862
11863 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11864
11865         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11866         * encrypt.el: Remove.
11867
11868 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869
11870         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11871         server in symbolic form.
11872
11873         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11874
11875 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11876
11877         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11878         (nnimap-update-info): Fix up code slightly.
11879
11880         * gnus-int.el (gnus-open-server): Add tracing for performance
11881         debugging.
11882
11883         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11884         (gnus-group-insert-group-line): Pass the real group name so that it
11885         gets the right data.
11886
11887         * gnus-start.el (gnus-get-unread-articles): Don't have
11888         `gnus-get-unread-articles-in-group' update info, since that can be
11889         really slow and doesn't seem to be needed?
11890
11891 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11892
11893         * time-date.el (date-to-time): Try using parse-time-string first before
11894         using the slower timezone-make-date-arpa-standard.
11895
11896 2010-09-22  Julien Danjou  <julien@danjou.info>
11897
11898         * gnus-group.el (gnus-group-insert-group-line):
11899         Call gnus-group-highlight-line.
11900         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11901         default hook list.
11902         (gnus-group-update-eval-form): Add new function.
11903         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11904         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11905
11906 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11907
11908         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11909         immediate, then expire all articles.
11910         (nnimap-update-info): Fix off-by-one errors.
11911         (nnimap-flags-to-marks): Would return no marks lists for group with no
11912         flags.  Instead return the other data.
11913
11914 2010-09-22  Julien Danjou  <julien@danjou.info>
11915
11916         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11917         Only return an icon.
11918         (gnus-group-insert-group-line): Compute icon to return.
11919
11920         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11921         (gnus-html-image-fetched): Only cache if
11922         gnus-html-image-automatic-caching is set.
11923         (gnus-html-image-fetched): Check for errors.
11924
11925 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926
11927         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11928         once per method on `g'.  This ensures that backends like nnfolder don't
11929         open all their folders.
11930
11931         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11932         (nnimap-request-list): Nix out group in the correct buffer.
11933         (nnimap-parse-flags): Implement by using `read' instead of
11934         hand-parsing.
11935         (nnimap-flags-to-marks): Pass on permanent-flags.
11936         (nnimap-make-process-buffer): Record the server name.
11937         (nnimap-parse-flags): Fix typo.
11938         (nnimap-request-scan): Run split on the server in general, not just a
11939         single group.
11940
11941         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11942         parameter, and propagate this downwards.
11943
11944         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11945         since EXAMINE changes it on the server.
11946
11947         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11948         this command might take a while.
11949
11950 2010-09-22  Julien Danjou  <julien@danjou.info>
11951
11952         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11953         harmful if you have 2 images side-by-side, they can't be properly
11954         update on text deletion.  Using text-property is safer here.
11955         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11956         data.
11957
11958 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11959
11960         * nnimap.el (nnimap-expunge-inbox): Remove.
11961         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11962         (nnimap-expunge): Flip default to t.
11963
11964         * gnus.el (gnus-method-to-server): Don't push things to the cache
11965         unless it's unique.
11966         (gnus-server-to-method): Ditto.
11967
11968 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11969
11970         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11971
11972 2010-09-22  Julien Danjou  <julien@danjou.info>
11973
11974         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11975         get the start of data.
11976         (gnus-html-encode-url): Add this function to encode special chars in
11977         URL.
11978         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11979         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11980
11981         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11982         default.
11983         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11984
11985         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11986         images alt-text.
11987         (gnus-html-put-image): Put alt-text as help-echo.
11988
11989 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11992         * mm-util.el (mm-decompress-buffer):
11993         * nnir.el (nnir-run-find-grep):
11994         * pop3.el (pop3-list): Use 3rd arg of split-string.
11995
11996         * time-date.el (format-seconds): Comment fix.
11997
11998         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11999         and byte-optimize-form-code-walker.
12000         (dgnushack-make-auto-load): Don't advise make-autoload.
12001
12002         * lpath.el: Remove Emacs 21 stuff.
12003
12004 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12005
12006         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12007         outside the active range.  Suggested by Dan Christensen.
12008
12009         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12010         slightly later to avoid double-getting it.
12011
12012         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12013         previous patch.
12014
12015         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12016
12017 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12018
12019         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12020
12021 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12022
12023         * gnus-int.el (gnus-open-server): Give a better error message in the
12024         "go offline" case.
12025
12026         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12027         marks for nnimap, which is seldom the right thing to do.
12028
12029         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12030         (gnus-same-method-different-name): New function.
12031
12032         * nnimap.el (parse-time): Require.
12033
12034         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12035         method in the presence of many similar methods.
12036
12037         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12038
12039         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12040         nnml-inhibit-expiry.
12041
12042         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12043         find out whether methods are equal.
12044
12045         * nnimap.el (nnimap-find-expired-articles): New function.
12046         (nnimap-process-expiry-targets): New function.
12047         (nnimap-request-move-article): Request the article before looking at
12048         what the Message-ID is.  Fix found by Andrew Cohen.
12049         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12050
12051         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12052         for oldness in addition to being a predicate.
12053
12054         * nnimap.el (nnimap-request-group): When we have zero articles, return
12055         the right data to Gnus.
12056         (nnimap-request-expire-articles): Only delete articles immediately if
12057         the target is 'delete.
12058
12059         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12060         method, this would bug out.
12061
12062         * gnus-group.el (gnus-group-expunge-group): Rename from
12063         gnus-group-nnimap-expunge, and implemented as a normal interface
12064         function.
12065
12066         * gnus-int.el (gnus-request-expunge-group): New function.
12067
12068         * nnimap.el (nnimap-request-create-group): Implement.
12069         (nnimap-request-expunge-group): New function.
12070
12071 2010-09-21  Julien Danjou  <julien@danjou.info>
12072
12073         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12074         (gnus-html-cache-expired): Add new function.
12075         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12076         wethever we should display image for fetch it.
12077         Compute alt-text earlier to pass it to the fetching function too.
12078         (gnus-html-schedule-image-fetching): Change function argument to only
12079         get one image at a time, not a list.
12080         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12081         cache.
12082         (gnus-html-get-image-data): New function to retrieve image data from
12083         cache.
12084         (gnus-html-put-image): Change buffer argument to use image data rather
12085         than file, and place image above region rather than inserting a new
12086         one.  Do not take alt-text as argument, since it's useless now: we place
12087         the image above alt-text.
12088         (gnus-html-prune-cache): Remove.
12089         (gnus-html-show-images): Start to fetch image when we find one, do not
12090         push into a temporary list.
12091         (gnus-html-prefetch-images): Only fetch image if they have expired.
12092         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12093         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12094
12095 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12098
12099 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12100
12101         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12102         spec inser "*" if the group isn't active instead of 0.
12103
12104         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12105         opening the server.
12106         (nnimap-request-delete-group): Implement group deletion.
12107         (nnimap-transform-headers): Return the size of the entire message in
12108         the Bytes header, not just the size of the first part.
12109         (nnimap-request-move-article): When moving an article from nnimap,
12110         request the article first so the accepting form has an article to
12111         accept.  Reported by Dan Christensen.
12112         (nnimap-command): Make sure that the error message doesn't error out.
12113
12114 2010-09-20  David Edmondson  <dme@dme.org>
12115
12116         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12117         we haven't requested anything.
12118
12119 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12120
12121         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12122         "".  Fix found by Andrew Cohen.
12123
12124         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12125         instead of -encode-string.
12126
12127 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12130
12131         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12132         by mm-subst-char-in-string.
12133
12134 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12135
12136         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12137         waiting for the connection string.
12138
12139         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12140         arriving.
12141
12142         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12143         bogus characters.  This allows selecting certain Gmail groups.
12144
12145         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12146         (nnimap-fetch-partial-articles): New variable.
12147         (nnimap-open-connection): When looking for credentials, also use the
12148         nnimap-server-port.
12149         (nnimap-request-article): Return the group/article number, so that Gnus
12150         `^' works as expected.
12151         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12152
12153         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12154         comments.
12155         (gnus-methods-sloppily-equal): New function.
12156         (gnus): When using the development version of Gnus, load the gnus-load
12157         file.
12158
12159         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12160         `gnus-open-server' on each method before trying to scan them etc.
12161         This ensures that all the backend parameters are set correctly.
12162
12163         * nnimap.el (nnimap-authenticator): New variable.
12164         (nnimap-open-connection): Allow anonymous login.
12165         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12166         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12167
12168         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12169         patch, found by Knut Anders Hatlen.
12170
12171 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12172
12173         * gnus-agent.el (gnus-agent-batch-confirmation)
12174         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12175         to gnus-message.
12176         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12177         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12178         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12179         * gnus-int.el (gnus-open-server): Likewise.
12180         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12181         (gnus-score-check-syntax): Likewise.
12182         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12183         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12184         Likewise.
12185         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12186
12187 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12188
12189         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12190         calling conventions so that prefetch doesn't bug out.
12191
12192 2010-09-19  Julien Danjou  <julien@danjou.info>
12193
12194         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12195         rather than `subst-char-in-region' in order to be able to replace ASCII
12196         char by UTF-8 ones.
12197
12198         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12199         than curl.
12200         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12201         the right URL and ALT text on images.
12202         (gnus-html-wash-tags): Fix tag case.
12203         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12204         (gnus-article-html): Add -o display_ins_del=2 option.
12205         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12206
12207 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12208
12209         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12210         the extra mail headers, which sometimes seem to happen for unknown
12211         reasons.
12212
12213         * mail-parse.el (mail-header-encode-parameter): Define as
12214         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12215         (or most, perhaps?) mail readers don't understand the latter, but do
12216         understand the former.
12217
12218         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12219         to nil, so that no methods are automatically agentized.  I think this
12220         is probably what most users want.
12221
12222         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12223         from url-retrieve, for instance about invalid URLs.
12224
12225         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12226         groups that have no articles.
12227         (nnimap-request-article): Check that we really got an article when we
12228         requested one.
12229
12230         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12231         doesn't exist.
12232
12233         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12234         nntp buffer so the agent can save it.
12235         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12236         that CRLF doesn't get translated to \n.
12237         (nnimap-open-connection): Don't make 'shell commands only send \n.
12238
12239 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12240
12241         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12242         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12243         Update var name.
12244         (nnml-generate-nov-file): Use dolist.
12245         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12246         Use with-current-buffer.
12247
12248 2010-09-18  Julien Danjou  <julien@danjou.info>
12249
12250         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12251         parallel.
12252
12253 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12256         the range update right.
12257         (nnimap-request-group): Don't make `M-g' bug out on group with no
12258         marks.
12259         (nnoo): Require, so that other packages can require nnimap.
12260         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12261         command we're looking for.  This helps when the server sends more
12262         responses after we've gotten everything we expected.
12263         (nnimap): Add a `newlinep' field to keep track of end-of-line
12264         conventions.
12265         Don't send CRLF to things that don't want it.
12266         (nnimap-request-accept-article): Ditto.
12267
12268 2010-09-18  Julien Danjou  <julien@danjou.info>
12269
12270         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12271         than curl to retrieve images.
12272
12273 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12274
12275         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12276         the marks.
12277         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12278         (nnimap-wait-for-connection): New function.
12279         (nnimap-open-connection): If we have PREAUTH, don't query for login
12280         credentials.
12281         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12282         when doing a partial update.
12283
12284 2010-09-18  Julien Danjou  <julien@danjou.info>
12285
12286         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12287         tags.
12288
12289 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * nnimap.el (nnimap-credentials): New function.
12292         (nnimap-open-connection): Use the new function to look for credentials
12293         also on the numeric equivalents of "imap" and "imaps".
12294
12295         * gnus-start.el (gnus-activate-group): Send the info to
12296         gnus-request-group.
12297
12298         * nnimap.el (nnimap-request-group): Have the "check" version of the
12299         function parse flags and update the info, so that a `M-g' get a total
12300         resync of all flags from the group.
12301
12302         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12303         to allow backends to alter the info on group selection.  Also alter all
12304         the backend -request-group functions to take the parameter.
12305
12306         * nnimap.el (nnimap-store-info): New function.
12307         (nnimap-update-info): Store the info for later usage.
12308         (nnimap-request-group): Use the stored info for the dont-check case, so
12309         that we don't retrieve all marks when we enter a group.
12310
12311         * nnimap.el: Use deffoo instead of defun for interface functions.
12312
12313         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12314         update the group info.  This makes the nndraft groups, for instance, go
12315         back to their old behavior.
12316
12317         * gnus-sum.el (gnus-select-newsgroup): Indent.
12318
12319         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12320         in.
12321         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12322         nothing.
12323
12324         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12325         from methods that are denied.
12326
12327         * gnus-int.el (gnus-method-denied-p): New function.
12328
12329         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12330         store the password instead of netrc.
12331         (nnimap-open-connection): Don't error out when we can't make a
12332         connections.
12333
12334         * auth-source.el (auth-source-create): In the password prompt, say what
12335         we're querying for.  Also prompt for user name if that hasn't been
12336         given.
12337
12338         * nnimap.el (nnimap-with-process-buffer): Remove.
12339
12340 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12341
12342         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12343         method when we're reading from the agent.
12344
12345         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12346
12347         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12348         that's probably most useful for users.
12349
12350         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12351         "failed" all the time.
12352
12353         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12354         ...)) with (with-current-buffer ... ).
12355
12356         * nntp.el (nntp-open-server): Return whether the open was successful or
12357         not.
12358
12359         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12360         select an unread unseen article first.
12361
12362         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12363         /etc/services, supply some sensible port defaults.
12364
12365         * dgnushack.el: Define netrc-credentials.
12366
12367 2010-09-17  Julien Danjou  <julien@danjou.info>
12368
12369         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12370
12371 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12372
12373         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12374         doesn't have any parameters.
12375
12376 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12377
12378         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12379         only upcased checks.
12380
12381         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12382
12383         * nnimap.el (nnimap-open-shell-stream): New function.
12384         (nnimap-open-connection): Use it.
12385         (nnimap-transform-headers): Get the number of lines in each message.
12386         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12387         number of lines.
12388         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12389         problem.
12390
12391         * utf7.el (utf7-encode): Autoload.
12392
12393         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12394         to allow the mail splitting to not return a default group.  This is
12395         useful for nnimap, which will leave unmatched mail in the inbox.
12396
12397         * nnimap.el: Rewritten.
12398
12399         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12400         nnimap usage.
12401
12402         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12403         if the move is internal, so that nnimap can do fast internal moves.
12404
12405         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12406         data.
12407         (gnus-read-active-for-groups): Support finishing the early retrieval of
12408         data.
12409
12410         * gnus-range.el (gnus-range-nconcat): New function.
12411
12412         * gnus-int.el (gnus-finish-retrieve-group-infos)
12413         (gnus-retrieve-group-data-early): New functions.
12414
12415 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12416
12417         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12418         (nnrss-retrieve-groups):
12419         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12420         (pop3-quit): Use with-current-buffer.
12421
12422 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12425         instead of nnheader-accept-process-output.
12426
12427         * dgnushack.el (dgnushack-compile): Add comment.
12428
12429         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12430
12431         * gnus-html.el (gnus-html-schedule-image-fetching)
12432         (gnus-html-prefetch-images): Replace process-kill-without-query by
12433         gnus-set-process-query-on-exit-flag.
12434
12435 2010-09-16  Romain Francoise  <romain@orebokech.com>
12436
12437         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12438
12439 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12440
12441         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12442         parameter to unintern is mandatory-ish in Emacs 24.
12443
12444         * gnus-html.el (gnus-html-schedule-image-fetching)
12445         (gnus-html-prefetch-images): Check for curl before using it.
12446
12447         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12448         depend on curl, which isn't essential.
12449
12450         * imap.el: Revert back to version
12451         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12452         seem problematic.
12453
12454 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12455
12456         * gnus-registry.el (gnus-registry-install-shortcuts):
12457         Explicitly pass `obarray' to `unintern' to avoid a warning.
12458
12459 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12460
12461         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12462         change.
12463
12464         * nnrss.el (nnrss-request-list): Remove this function and related
12465         functions, including the moreover stuff.
12466
12467 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12468
12469         * nnrss.el (nnrss-retrieve-groups): New function.
12470
12471 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12472
12473         * .dir-locals.el: Add no-byte-compile cookie.
12474
12475 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * time-date.el (format-seconds): Comment fix.
12478
12479         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12480         for back end that doesn't support request-scan.
12481
12482 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12483
12484         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12485         then do request scans from the backends.
12486
12487         * netrc.el (netrc-credentials): New conveniency function.
12488
12489         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12490         avoid running a hook per line, since this takes a lot of time,
12491         profiling shows.
12492         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12493         directly if gnus-visual-p is true.
12494
12495 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12498         groups; replace mapcar with dolist which is a bit faster; pass groups
12499         info to gnus-read-active-file-1.
12500         (gnus-read-active-file-1): Scan only specified groups if the new
12501         optional arg `infos' is given.
12502
12503 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504
12505         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12506
12507         * pop3.el (pop3-movemail): Remove.
12508         (pop3-streaming-movemail): Rename to pop3-movemail.
12509
12510         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12511         don't restrict end-tag searches to the end of the line.
12512
12513 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12516         articles of every unchecked group to t, which means unknown since the
12517         server has never been opened.
12518
12519 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12520
12521         * gnus-html.el (gnus-html-show-alt-text): New command.
12522         (gnus-html-browse-image): Ditto.
12523         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12524         to browse the image directly.
12525         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12526         better.
12527
12528         * gnus-async.el (gnus-async-article-callback):
12529         Call `gnus-html-prefetch-images' unconditionally.
12530
12531         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12532         before feeding URLs to curl.
12533
12534 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12537         internal images as deletable by `W D D'.
12538
12539         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12540         (gnus-async-article-callback): Fix typo.
12541
12542 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12543
12544         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12545         current line to work around bugs in the output from w3m.
12546
12547         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12548         for groups that want that.
12549
12550         * nntp.el (nntp-wait-for-string): Supply a timeout for
12551         accept-process-output to ensure progress.
12552
12553         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12554         level to get unread articles from, then use that for foreign groups,
12555         too.
12556
12557         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12558         confuses the rest of the function.
12559
12560         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12561         for the methods that support -retrieve-groups, too.
12562
12563         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12564
12565 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12568         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12569
12570         * pop3.el: Require cl when compiling.
12571         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12572
12573 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12574
12575         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12576         that aren't going to be activated.
12577         (gnus-get-unread-articles): Fix up the last commit.
12578
12579         * gnus-html.el (gnus-article-html): Allow calling without specifying
12580         the handle.  In that case, dissect the buffer first.
12581
12582         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12583
12584         * nnimap.el (nnimap-open-connection): Revert the change that would look
12585         into authinfo for imaps instead of imap.
12586
12587         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12588         say that you don't want to call gnus-request-group with don-check, but
12589         do check the reponse.  This is for virtual groups only.
12590         (gnus-get-unread-articles): Count the archive groups as secondary, so
12591         that they're activated the same way as before.
12592
12593         * imap.el (imap-message-map): Removed optional buffer parameter, since
12594         no callers use it.
12595         (imap-message-get): Ditto.
12596         (imap-message-put): Ditto.
12597         (imap-mailbox-map): Ditto.
12598         (imap-mailbox-put): Ditto.
12599         (imap-mailbox-get): Ditto.
12600         (imap-mailbox-get): Revert last change for this function.
12601
12602         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12603         case-insensitively.
12604         (nnimap-debug): Remove.
12605
12606         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12607         callers to use `imap-fetch' instead.  According to the comments, this
12608         should be safe, since all other IMAP clients use the 1:* syntax.
12609         (imap-enable-exchange-bug-workaround): Remove.
12610         (imap-debug): Remove -- doesn't seem very useful.
12611
12612         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12613         mail from a file, and the file doesn't exist.
12614
12615         * imap.el (imap-log): New convenience function used throughout instead
12616         of repeating the same code all over the place.
12617
12618         * pop3.el (pop3-streaming-movemail): Return t for success.
12619
12620         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12621         .authinfo if we're using ssl connection.
12622
12623         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12624         already have if we're in a main Gnus `g' run.
12625
12626         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12627
12628 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12631
12632         * nnmh.el (nnmh-request-list-1): Bind `file'.
12633
12634         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12635         alias to set-process-query-on-exit-flag or process-kill-without-query.
12636         (pop3-open-server): Use it.
12637
12638 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12639
12640         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12641         box to the Incoming file.  Fixes mistake in previous checkin.
12642
12643         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12644         request loop (for debugging purposes) removed.
12645
12646         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12647         culprit is more visible.
12648         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12649         (nnml-add-incremental-nov): New functions to do "incremental" nov
12650         updates, where we just append to the end of the existing nov files
12651         without reading/writing them in full.
12652
12653         * mail-source.el (mail-source-delete-crash-box): Really only check the
12654         incoming files once in a while.
12655
12656         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12657
12658         * mail-source.el (mail-source-delete-crash-box): Only check the
12659         incoming files for deletion once per day to save a lot of file
12660         accesses.
12661
12662         * pop3.el (pop3-logon): Fix up unbound variable typo.
12663
12664         * mail-source.el (pop3-streaming-movemail): Autoload.
12665
12666         * pop3.el (pop3-streaming-movemail):
12667         Respect pop3-leave-mail-on-server.
12668
12669         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12670         retrieval.
12671
12672         * pop3.el (pop3-process-filter): Remove unused function.
12673         (pop3-streaming-movemail, pop3-send-streaming-command)
12674         (pop3-wait-for-messages, pop3-write-to-file)
12675         (pop3-number-of-responses): New functions for streaming pop3
12676         retrieval.
12677
12678         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12679         come from no known methods.
12680         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12681         list.
12682
12683         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12684         message sizes.
12685         (pop3-movemail): Use erase-buffer instead of looping and deleting
12686         regions, which seems rather odd.
12687
12688         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12689         file once per `g' run.
12690
12691         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12692         directories.  This makes the draft queue directory work.
12693
12694         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12695         data from the backends, so that we only request the list of groups from
12696         each method once.  This should speed things up considerably.
12697
12698         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12699         detect that it's not implemented.
12700
12701         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12702         we actually do recurse down into the tree, but don't stat all leaf
12703         nodes.
12704
12705         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12706         then say so instead of bugging out.
12707
12708         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12709         files exist before trying to read them.
12710
12711         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12712         around <pre_int>.
12713
12714         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12715
12716         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12717
12718 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12719
12720         * mm-util.el (mm-image-load-path): Just return the image directories,
12721         not all directories in the path in addition to the image directories.
12722         (mm-image-load-path): Maintain a cache of the image directories so that
12723         the `g' command in Gnus doesn't have to stat dozens of directories each
12724         time.
12725
12726         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12727         (gnus-html-wash-tags): Add a new `i' command to insert images.
12728         (gnus-html-insert-image): New command and keystroke.
12729         (gnus-html-redisplay-with-images): New command and keystroke.
12730         (gnus-html-show-images): Rename command.
12731         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12732         spacers.
12733         (gnus-html-wash-tags): Decode entities at the end, so that entities
12734         inside the tags don't mess up the rest of the "parsing".
12735
12736         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12737         so that nnimap methods aren't agentized by default.  There's apparently
12738         many problems related to agent/imap behavior.
12739
12740         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12741
12742         * gnus-html.el: Doc fix.
12743
12744 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12747         specifier-spec-list for Emacs 21.
12748
12749         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12750         glyph-width and glyph-height instead of display-graphic-p and
12751         image-size; make avoidance of displaying small images work for XEmacs.
12752
12753         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12754         for XEmacs.
12755
12756         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12757         of symbol that holds plist data.
12758         (gnus-process-plist): Remove plist of process after getting it.
12759
12760 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12761
12762         * message.el (message-generate-hashcash): Change default to
12763         'opportunistic if hashcash is installed.
12764
12765         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12766         (gnus-html-put-image): Only call image-size once, since it's somewhat
12767         time-consuming on remote X servers.
12768
12769 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12772         type on data, not a file name.
12773
12774         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12775         window-pixel-edges for Emacs 21.
12776
12777         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12778         decoded contents.
12779         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12780
12781 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12784         group line format, since it isn't very interesting.
12785
12786         * gnus-agent.el (gnus-agent-short-article),
12787         (gnus-agent-long-article): Increase values for these two variables,
12788         since most people are likely to have more network connection and
12789         storage than before.
12790
12791         * gnus.el (gnus-refer-article-method): Change default to 'current.
12792         When referring an article, the common behavior is to refer it from the
12793         current select method, not the native select method.  The chances of
12794         the native select method having the message in question is rather slim
12795         these days.
12796
12797         * gnus-sum.el (gnus-auto-select-subject): Change default to
12798         `unseen-or-unread'.  I think it's likely that most people want to
12799         select an unseen article over a previously seen, but unread one.
12800
12801         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12802         means that in the article buffer none of the minor mode elements will
12803         be shown, usually, and this is not desirable in most cases.
12804
12805         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12806         that commands like `d' (and the like) go to the next line in the
12807         buffer, instead of the next unread article.  I think this is the
12808         behavior that is most natural for most users.
12809         (gnus-single-article-buffer): Change default to nil, so that people can
12810         have as many article buffers open as they have summary buffer.  I think
12811         this is the most natural way for the groups to behave.
12812
12813         * message.el (message-generate-new-buffers): Change default to
12814         `unsent', so that all new message buffers start their names with the
12815         string "*unsent", and it's easier to find the buffers if you move from
12816         them.
12817
12818 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12819
12820         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12821         small.  They're probably tracking images.
12822         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12823         (gnus-html-rescale-image): Yet another try at getting the image sizing
12824         right.
12825
12826         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12827         nntp-marks-file-name is nil.
12828
12829 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12830
12831         * gnus-html.el (gnus-html-wash-tags)
12832         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12833         Better logging.
12834
12835 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12836
12837         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12838
12839         * gnus-html.el (gnus-html-wash-tags): Check the value of
12840         gnus-blocked-images in the summary buffer.
12841
12842 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12843
12844         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12845
12846 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847
12848         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12849         like "a", it seems like.
12850         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12851         since it needs to be picked from the correct buffer.
12852
12853         * nnwfm.el: Remove.
12854
12855         * nnlistserv.el: Remove.
12856
12857 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12858
12859         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12860         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12861
12862 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12863
12864         * nnkiboze.el: Remove.
12865
12866         * nndb.el: Remove.
12867
12868         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12869         alt text.
12870         (gnus-html-rescale-image): Try to get the rescaling logic right for
12871         images that are just wide and not tall.
12872
12873         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12874         overshadow variable bindings.
12875
12876 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12877
12878         * gnus-html.el (gnus-html-wash-tags)
12879         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12880         Add extra logging.
12881
12882 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12883
12884         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12885         (gnus-max-image-proportion): New variable.
12886         (gnus-html-rescale-image): New function.
12887         (gnus-html-put-image): Rescale images.
12888
12889 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12890
12891         Fix up some byte-compiler warnings.
12892         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12893         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12894         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12895         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12896         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12897         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12898         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12899
12900 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-html.el (gnus-article-html): Decode contents by charset.
12903
12904 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12907         (gnus-html-frame-width, gnus-blocked-images):
12908         * message.el (message-prune-recipient-rules): Add custom version.
12909         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12910
12911         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12912         functions.
12913
12914         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12915         gnus-process-get.
12916
12917 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12918
12919         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12920         instead of lsub directly.
12921
12922 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12923
12924         * nnwarchive.el: Remove.
12925
12926         * gnus-soup.el: Remove.
12927
12928         * nnsoup.el: Remove.
12929
12930         * nnultimate.el: Remove.
12931
12932         * gnus-html.el (gnus-blocked-images): New variable.
12933
12934         * message.el (message-prune-recipients): New function.
12935         (message-prune-recipient-rules): New variable.
12936
12937         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12938         guess whether a long line is natural text or not.
12939
12940         * gnus-html.el (gnus-html-schedule-image-fetching):
12941         Use gnus-process-plist and friends for compatibility.
12942
12943 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12944
12945         * gnus-html.el: Require packages that define macros used in this file.
12946         (gnus-article-mouse-face): Declare to silence byte-compiler.
12947         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12948         process-get.
12949         (gnus-html-put-image): Use plist-get to avoid getf.
12950         (gnus-html-prefetch-images): Use with-current-buffer.
12951
12952 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * gnus-ems.el: Provide compatibility functions for
12955         gnus-set-process-plist.
12956
12957         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12958         header-line-format for XEmacs 21.4.
12959
12960         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12961         * gnus.el (gnus-valid-select-methods):
12962         * message.el (message-send-mail-partially-limit):
12963         * mm-decode.el (mm-text-html-renderer):
12964         * mml.el (mml-insert-mime-headers-always):
12965         * smiley.el (smiley-regexp-alist): Bump custom version.
12966
12967 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12968
12969         * gnus-html.el: Require mm-url.
12970         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12971         with the url to `url'.
12972         (gnus-html-wash-tags): Support cid: URLs/images.
12973
12974 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12975
12976         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12977         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12978         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12979
12980         * gnus-move.el: Remove file, since it doesn't really work.
12981
12982         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12983         UTF-8.  This seems to fix problems with some German web feeds.
12984
12985         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12986         at the top so that the proper colors are applied.
12987
12988         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12989         don't have dots in their names.
12990
12991         * gnus-art.el (gnus-article-view-part): Doc fix.
12992
12993         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12994         XEmacs-compatible.
12995         (gnus-html-put-image): Don't do images on non-graphic displays.
12996
12997         * nnslashdot.el: Remove this unused backend.
12998
12999         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13000         actions.
13001         (gnus-undo-register-1): Revert last change.
13002
13003         * gnus-group.el (gnus-group-completing-read): Protect against not
13004         having completion-styles bound.
13005
13006         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13007         make broken recipients happier.
13008
13009         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13010
13011         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13012         point parameter.
13013
13014         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13015
13016         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13017         completion-styles for group selection.
13018
13019 2009-02-04  Andreas Schwab  <schwab@suse.de>
13020
13021         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13022         headers and regexp-quote the match if necessary.
13023
13024 2009-03-24  Miles Bader  <miles@gnu.org>
13025
13026         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13027         the blinking smiley.
13028
13029 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13030
13031         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13032         blink smiley.
13033
13034 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13037         where the dribbel file lives exists.
13038
13039         * message.el (message-send-mail-partially-limit): Change the default to
13040         nil, since most people don't want this.
13041
13042         * mm-url.el (mm-url-decode-entities): Also decode entities like
13043         &#x3212.
13044
13045 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13046
13047         * gnus-sum.el (gnus-summary-idna-message):
13048         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13049         Hyperlink urls in docstrings with URL `...'.
13050
13051 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13052
13053         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13054         functions.
13055
13056 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13057
13058         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13059         say what the mouseover text should be.
13060
13061         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13062         version of the mm-w3m-safe-url-regexp variable to only download images
13063         in the groups where we want that to happen.
13064
13065         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13066
13067         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13068         easier debugging.
13069         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13070         big pictures in the article buffer.
13071
13072         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13073         gnus-article-html.
13074         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13075         w3m.
13076
13077         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13078
13079 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13080
13081         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13082         which doesn't exist.
13083
13084         * message.el (message-inhibit-ecomplete): New variable to allow some
13085         function to inhibit ecomplete address storage.
13086         (message-resend): Disable ecomplete message storage when resending
13087         messages.
13088
13089         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13090
13091 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13094         Save excursion while copying, moving, and deleting articles in order to
13095         prevent the cursor from jumping to unforeseen place.
13096
13097 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * lpath.el: No need to bind bookmark-current-buffer,
13100         bookmark-yank-point and bookmark-make-record-function.
13101
13102 2010-08-17  Glenn Morris  <rgm@gnu.org>
13103
13104         * gnus-sync.el: Require gnus components whose functions are used.
13105
13106         * gnus-art.el (bookmark-make-record-function):
13107         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13108         Declare for compiler.
13109
13110         * mm-url.el (mml-compute-boundary): Autoload.
13111
13112 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13115
13116 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13117
13118         Typo fix "hoo4a" -> "hook".
13119
13120         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13121
13122 2010-08-14  Glenn Morris  <rgm@gnu.org>
13123
13124         * gnus-sync.el (gnus-sync): Fix defgroup version.
13125
13126 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13127
13128         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13129
13130         * gnus-sync.el: Fix docs.
13131         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13132         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13133
13134 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         Optimizations for gnus-sync.el.
13137
13138         * gnus-sync.el: Add docs about gnus-sync-backend
13139         possibilities.
13140         (gnus-sync-save): Remove unnecessary message.
13141         (gnus-sync-read): Optimize and show what groups were skipped.
13142
13143 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13144
13145         Minor bug fixes for gnus-sync.el.
13146
13147         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13148         Don't read the sync on get-new-news.
13149
13150         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13151         quiet.
13152
13153         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13154         (fix typo).
13155
13156 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13157
13158         Make saving and restoring of hidden threads work with overlays.
13159         Patch applied by Ted Zlatanov.
13160
13161         * gnus-sum.el (gnus-hidden-threads-configuration)
13162         (gnus-restore-hidden-threads-configuration): Update to deal with text
13163         properties, rather than searching for a magic character.
13164
13165 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13166
13167         New gnus-sync.el library for synchronization of marks.
13168
13169         * gnus-sync.el: New library for synchronization of marks.
13170
13171         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13172         renamed from `gnus-registry-grep-in-list'.
13173
13174         * gnus-registry.el (gnus-registry-follow-group-p):
13175         Use `gnus-grep-in-list'.
13176
13177         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13178
13179 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13182         determining charset of text fails.
13183
13184 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * nnmail.el (nnmail-get-new-mail-1): Revert.
13187
13188         * nnml.el (nnml-active-number): Make sure names of newly created groups
13189         in nnml-group-alist are encoded.
13190
13191 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13194         containing non-ASCII characters in active file for nnml back end.
13195
13196 2010-07-24  David Engster  <dengste@eml.cc>
13197
13198         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13199         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13200
13201 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13202
13203         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13204         tag (Bug#6654).
13205
13206 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13209         the article buffer, not the summary buffer.
13210
13211 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13214         Emacs 23 as well.
13215
13216 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13219         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13220
13221 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13222
13223         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13224         Patch applied by Karl Fogel.
13225
13226         * gnus-sum.el (gnus-summary-bookmark-make-record):
13227         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13228
13229 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13230
13231         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13232         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13233         C-w still not working correctly from Article buffers; Thierry's
13234         patch to fix that will be applied after this.
13235
13236         * gnus-art.el (bookmark-make-record-function): New local variable.
13237
13238         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13239         article buffer.
13240         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13241
13242 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13243
13244         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13245         on changes in bookmark.el.
13246
13247 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13250         `no-log' instead of message not to log prompt string.
13251
13252 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13253
13254         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13255         the *other* type of HTML form submission.
13256
13257 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13258
13259         * auth-source.el (auth-source-pick): If choice does not contain a
13260         questioned keyword, set the check to t.
13261
13262 2010-06-12  Romain Francoise  <romain@orebokech.com>
13263
13264         * gnus-util.el (gnus-date-get-time): Move up before first use.
13265
13266 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13269         (gnus-article-edit-part): Bind it to make last part that is substituted
13270         or deleted visible.
13271         (gnus-mime-display-single): Buttonize part of which id equals to
13272         gnus-mime-buttonized-part-id.
13273
13274 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13275
13276         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13277         (gnus-dd-mmm): Use gnus-date-get-time.
13278         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13279         simplify logic.
13280         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13281         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13282
13283 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13284
13285         * auth-source.el (top): Autoload `secrets-list-collections',
13286         `secrets-create-item', `secrets-delete-item'.
13287         (auth-sources): Fix tag string.
13288         (auth-get-source, auth-source-retrieve, auth-source-create)
13289         (auth-source-delete): New defuns.
13290         (auth-source-pick): Rewrite in order to avoid 2 passes.
13291         (auth-source-forget-user-or-password): New parameter USERNAME.
13292         (auth-source-user-or-password): New parameters CREATE-MISSING and
13293         DELETE-EXISTING.  Retrieve password interactively, if needed.
13294
13295 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13296
13297         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13298         deleting unused directories when gnus-expert-user is t.
13299
13300 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13303         for each temp file when gnus-article-browse-delete-temp is ask.
13304
13305 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13306
13307         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13308         Replace Lisp calls to delete-backward-char by calls to delete-char.
13309
13310 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13311
13312         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13313
13314 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13315
13316         * password-cache.el (password-cache-remove): Fix docstring.
13317
13318 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13321         article unless decoding article to be saved.
13322
13323 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13326         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13327         generated within the mm-with-unibyte-current-buffer macro.
13328
13329 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13332         to nil when we're in a mml-preview buffer and no group is selected.
13333
13334 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13335
13336         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13337         when catching the `C-g'.  Reported by "Leo".
13338
13339 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * message.el (message-forward-make-body-plain)
13342         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13343         multibyte-string-p.
13344
13345         * lpath.el: Revert.
13346
13347 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * message.el (message-forward-make-body-mml): Assume original message
13350         is multibyte string; error on unibyte.
13351         (message-forward-make-body-plain): Ditto; don't add excessive newline
13352         in body end.
13353
13354         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13355
13356 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13357
13358         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13359         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13360
13361 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * mm-extern.el (mm-extern-url): Don't use
13364         mm-with-unibyte-current-buffer.
13365         (mm-extern-cache-contents): Use with-current-buffer instead of
13366         save-excursion + set-buffer.
13367
13368 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * mm-util.el (mm-emacs-mule): Remove.
13371
13372 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13373
13374         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13375         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13376         change.
13377
13378 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13381         bind the default value of enable-multibyte-characters to nil.
13382
13383 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * message.el (message-forward-make-body-plain)
13386         (message-forward-make-body-mml):
13387         Don't use mm-with-unibyte-current-buffer.
13388
13389 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13390
13391         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13392
13393 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13394
13395         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13396         (Bug#5592).
13397
13398 2010-05-07  Julien Danjou  <julien@danjou.info>
13399
13400         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13401         it to mm-pipe-part.
13402
13403         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13404         it is given.
13405
13406 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * binhex.el (binhex-decode-region-internal):
13409         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13410         (dns-query):
13411         * nnweb.el (nnweb-gmane-search):
13412         * pgg-parse.el (pgg-parse-armor):
13413         * pgg.el (pgg-verify-region):
13414         * sha1.el (sha1-string-external):
13415         * uudecode.el (uudecode-decode-region-internal):
13416         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13417         XEmacs.
13418
13419         * gnus-art.el (gnus-article-browse-html-parts):
13420         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13421         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13422         make-temp-file.
13423
13424         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13425         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13426         compiling.
13427
13428         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13429         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13430         XEmacs when compiling.
13431
13432         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13433         gnus-pick-mode-off-hook for XEmacs when compiling.
13434         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13435         gnus-binary-mode-off-hook for XEmacs when compiling.
13436
13437         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13438         Return nil if char-charset is not available.
13439
13440         * imap.el (imap-disable-multibyte)
13441         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13442         macros.
13443
13444         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13445         instead of encode-coding-string.
13446
13447         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13448         'xemacs) instead of mm-emacs-mule to switch function definitions.
13449         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13450
13451         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13452         bind temporary-file-directory for XEmacs;
13453         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13454         timer-set-function for XEmacs 21.4 and SXEmacs;
13455         bind timer-list for XEmacs 21.4 and SXEmacs;
13456         fbind char-charset and find-charset-region for non-Mule XEmacs;
13457         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13458         encode-coding-region and encode-coding-string for XEmacs having no
13459         file-coding feature.
13460
13461 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13462
13463         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13464
13465 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13468         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13469
13470 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13471
13472         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13473         alias `jka-compr-delete-temp-file' no longer exists.
13474
13475 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13476
13477         Use define-minor-mode in Gnus where applicable.
13478         * mml.el (mml-mode): Use define-minor-mode.
13479         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13480         (gnus-undo-mode): Use define-minor-mode.
13481         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13482         (gnus-dead-summary-mode): Use define-minor-mode.
13483         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13484         Initialize in declaration.
13485         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13486         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13487         (gnus-mailing-list-mode): Use define-minor-mode.
13488         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13489         (gnus-draft-mode): Use define-minor-mode.
13490         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13491         (gnus-dired-mode): Use define-minor-mode.
13492
13493 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13494
13495         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13496         handles on recursive mml-to-mime translation and check them for
13497         boundary delimiter collisions.  Reported by Greg Troxel.
13498
13499 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13502
13503 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13504
13505         * mm-util.el (mm-find-buffer-file-coding-system):
13506         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13507
13508 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13509
13510         * message.el (message-generate-headers): Record insertion of optional
13511         headers as well.  Otherwise the check to prevent repeated insertion of
13512         optional headers is a no-op.
13513
13514 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13515
13516         * smime.el: Don't mention CVS.
13517
13518         * nnrss.el (nnrss-fetch): Don't mention CVS.
13519
13520         * nnir.el: Don't mention CVS.
13521
13522 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13523
13524         * gnus-sum.el (gnus-summary-bookmark-make-record):
13525         Add `location' field.
13526
13527 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * lpath.el: Fbind bookmark-default-handler,
13530         bookmark-get-bookmark-record, bookmark-make-record-default,
13531         bookmark-prop-get for Emacs <23 and XEmacs.
13532
13533 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13534
13535         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13536         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13537         Use with-current-buffer to silence the byte-compiler.
13538         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13539         bother to require `gnus'.
13540         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13541
13542 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13543
13544         * gnus-sum.el (gnus-summary-bookmark-make-record)
13545         (gnus-summary-bookmark-jump): New functions.
13546         (gnus-summary-mode): Setup bookmark support.
13547
13548 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13549
13550         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13551         if set.
13552
13553 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13556         gnus-article-browse-html-save-cid-image; make it work recursively for
13557         forwarded messages as well.
13558         (gnus-article-browse-html-parts): Work when prefix arg is given.
13559         (gnus-article-browse-html-article): Doc fix.
13560
13561 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13562
13563         * message.el (message-default-mail-headers)
13564         (message-default-headers): Carry the value mail-default-headers over
13565         into message-default-mail-headers, rather than message-default-headers.
13566
13567 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13568
13569         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13570         charset.
13571
13572         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13573         charset into the <meta> tag when the article is encoded to utf-8.
13574
13575 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-art.el (gnus-article-browse-delete-temp-files):
13578         Delete directories as well.
13579         (gnus-article-browse-html-parts): Work for images that do not specify
13580         file names; delete temp directory when quitting; insert header at the
13581         right place; use file: scheme for image files.
13582
13583 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13584
13585         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13586         (gnus-article-browse-html-parts): Use it to make temporary cid image
13587         files in addition to html file so that browser may display them.
13588
13589 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13592
13593 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13594
13595         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13596
13597 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13598
13599         * auth-source.el (auth-sources): Change default to be simpler.
13600         Explain about Secret Service API sources.  Improve Customize options.
13601         (auth-source-pick): Change to accept any number of search parameters.
13602         Implement fallbacks iteratively, not recursively.  Add scoring on the
13603         second pass and sort by score.  Call Secret Service API when needed.
13604         (auth-source-user-or-password): Use it.  Call Secret Service API
13605         directly when needed to get the user name and the password.
13606
13607 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13608
13609         * message.el (message-interactive): Doc fix.
13610         (message-qmail-inject-args): Reflow.
13611         (message-kill-to-signature): Fix typo in docstring.
13612
13613         * smiley.el (smiley-buffer): Fix typo in docstring.
13614
13615 2010-03-24  Glenn Morris  <rgm@gnu.org>
13616
13617         * mail-source.el (gnus-message): Declare.
13618         (mail-source-delete-old-incoming): Require gnus-util.
13619
13620 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13623
13624         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13625
13626         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13627         password-cache's default if it is not bound.
13628         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13629         password-cache-expiry's default if it is not bound.
13630
13631         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13632         available in Emacs 21.
13633
13634         * lpath.el: Suppress compiler warnings for:
13635         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13636         XEmacs;
13637         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13638         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13639         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13640
13641 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13642
13643         * auth-source.el (auth-sources): Fix up definition so extra parameters
13644         are always inline.
13645
13646 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13647
13648         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13649         wasn't updated after mismatch.  Clear cached mailbox info correctly
13650         when uidvalidity changes.
13651         (nnimap-group-prefixed-name): New function to avoid some code
13652         duplication.
13653         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13654         (nnimap-request-group): Use it.
13655         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13656         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13657         with many imap folders.  This is done by caching the group status from
13658         the imap server persistently in a group parameter `imap-status'.  (This
13659         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13660         but not persistently, so every Gnus startup was still very slow.)
13661
13662 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13663
13664         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13665         delete the extra newline.  Otherwise editing of :string and :number
13666         types don't work.
13667
13668 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13669
13670         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13671         secrets.el dependency.
13672         (auth-sources): Add optional user name.  Add secrets.el configuration
13673         choice (unused right now).
13674
13675 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13676
13677         * gnus-sum.el (gnus-summary-make-menu-bar):
13678         Let `gnus-registry-install-shortcuts' fill in the functions.
13679
13680         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13681         warnings.
13682         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13683         (gnus-registry-install-shortcuts): Populate and use it in a
13684         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13685
13686 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13687
13688         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13689         In-place substitutions for the group name encoding/decoding.
13690         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13691         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13692         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13693         (nnimap-update-unseen, nnimap-request-list)
13694         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13695         (nnimap-request-set-mark, nnimap-split-to-groups)
13696         (nnimap-split-articles, nnimap-request-newgroups)
13697         (nnimap-request-create-group, nnimap-request-accept-article)
13698         (nnimap-request-delete-group, nnimap-request-rename-group)
13699         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13700         `encoded-mbx' for consistency.
13701         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13702         variable `imap-current-mailbox'.
13703
13704         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13705         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13706
13707 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13708
13709         * pop3.el (pop3-display-message-size-flag): Display message size byte
13710         counts during POP3 download.
13711         (pop3-movemail): Use it.
13712         (pop3-list): Implement listing of available messages.
13713
13714 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13715
13716         * nnir.el (nnir-get-article-nov-override-function): New function to
13717         override the normal NOV retrieval.
13718         (nnir-retrieve-headers): Use it.
13719
13720 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13721
13722         * auth-source.el (netrc-machine-user-or-password): Autoload.
13723
13724 2010-03-19  Glenn Morris  <rgm@gnu.org>
13725
13726         Stop message.el from loading about 40 libraries it doesn't always need.
13727         The general approach is to autoload rather than require, and to
13728         require in the specific functions rather than the file.  (Bug#5642)
13729
13730         * gmm-utils.el: Don't require wid-edit.
13731         (widget-create-child-value, widget-convert, widget-default-get):
13732         Autoload.
13733
13734         * gnus-util.el: Don't require time-date, netrc.
13735         (message-fetch-field, gnus-group-name-decode): Declare rather than
13736         autoloading.
13737         (gnus-fetch-field): Require message.
13738         (gnus-decode-newsgroups): Require gnus-group.
13739
13740         * ietf-drums.el: Don't require time-date.
13741
13742         * message.el: Don't require hashcash, canlock, ecomplete.
13743         Do require mail-utils.  Require nnheader only when compiling.
13744         (smtpmail-default-smtp-server): Remove declaration.
13745         (message-send-mail-function): Check smtpmail-default-smtp-server
13746         is bound rather than requiring smtpmail.
13747         (message-auto-save-directory, message-insert-signature):
13748         Use expand-file-name rather than nnheader-concat.
13749         (nnheader-insert-file-contents): Autoload.
13750         (hashcash-wait-async): Declare.
13751         (message-send-mail): Only call gnus-setup-posting-charset if
13752         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13753         (message-send-mail-with-sendmail): Require sendmail.
13754         (canlock-password, canlock-password-for-verify): Declare.
13755         (message-canlock-password): Require canlock.
13756         (nnheader-get-report): Autoload.
13757         (gnus-setup-posting-charset): Declare.
13758         (message-send-news): Require gnus-msg.
13759         (message-make-references, message-make-in-reply-to): Use mail-header-id
13760         rather than the alias mail-header-message-id.
13761         (ecomplete-add-item, ecomplete-save): Declare.
13762         (message-put-addresses-in-ecomplete): Require ecomplete.
13763         (ecomplete-display-matches): Autoload.
13764
13765         * mm-decode.el: Don't require mailcap, gnus-util.
13766         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13767         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13768         Autoload.
13769         (mailcap-mime-extensions): Declare.
13770
13771         * mm-encode.el: Don't require mailcap.
13772         (mailcap-extension-to-mime): Autoload.
13773
13774         * mml-sec.el: Don't require password-cache.
13775
13776         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13777         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13778         (mml-minibuffer-read-type): Require mailcap.
13779         (mml-preview): Require gnus-msg.
13780
13781         * mml1991.el: Require password-cache.
13782         (password-cache-expiry): Remove declaration.
13783
13784         * mml2015.el: Require password-cache.
13785         (password-cache-expiry): Remove declaration.
13786
13787         * nneething.el (mailcap): Require mailcap.
13788
13789         * nnheader.el (declare-function): Add compatibility stub.
13790         (message-remove-header): Declare rather than autoload.
13791         (nnheader-replace-header): Require message.
13792
13793         * nnimap.el (declare-function): Add compatibility stub.
13794         (netrc-parse, netrc-machine-user-or-password): Declare.
13795         (nnimap-open-connection): Require netrc.
13796
13797         * nntp.el (declare-function): Add compatibility stub.
13798         (netrc-parse, netrc-machine, netrc-get): Declare.
13799         (nntp-send-authinfo): Require netrc.
13800
13801         * rfc2047.el: Don't require qp.
13802         (quoted-printable-encode-region, quoted-printable-decode-string):
13803         Autoload.
13804
13805         * sieve-mode.el: Don't require easymenu.
13806         (easy-menu-add-item): Autoload it.
13807
13808         * spam-stat.el (time-to-number-of-days): Autoload it.
13809
13810 2010-03-19  Glenn Morris  <rgm@gnu.org>
13811
13812         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13813
13814 2010-03-18  Glenn Morris  <rgm@gnu.org>
13815
13816         * hashcash.el (declare-function): Remove duplicate definition.
13817
13818 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13819
13820         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13821         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13822         value if any backslash escapes).
13823
13824 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13827         if it is available.  (bug#5647)
13828
13829         * lpath.el: Suppress compiler warning for coding-system-from-name for
13830         Emacs 21 and XEmacs.
13831
13832 2010-03-14  Juri Linkov  <juri@jurta.org>
13833
13834         * hmac-def.el:
13835         * hmac-md5.el:
13836         * netrc.el: Fix keywords.
13837
13838 2010-02-26  Glenn Morris  <rgm@gnu.org>
13839
13840         * message.el (message-send-mail-function): Change the default, so that
13841         it inherits from a customized send-mail-function.  (Bug#5643)
13842
13843 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13844
13845         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13846         shell-command-to-string signals an error (bug#5299).
13847
13848 2010-02-24  Glenn Morris  <rgm@gnu.org>
13849
13850         * message.el (message-smtpmail-send-it)
13851         (message-send-mail-with-mailclient): Doc fixes.
13852
13853 2010-02-16  Glenn Morris  <rgm@gnu.org>
13854
13855         * message.el (message-default-mail-headers): Change the default value
13856         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13857
13858 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13861         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13862
13863 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13864
13865         * time-date.el (date-to-time): Doc fix (Bug#5408).
13866
13867 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13868
13869         * message.el (message-mail): Just pass yank-action on to message-setup.
13870         (message-setup): Handle (FUN . ARGS) form of yank-action.
13871         (message-with-reply-buffer, message-widen-reply)
13872         (message-yank-original): Handle non-buffer values of
13873         message-reply-buffer (Bug#4080).
13874         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13875
13876 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13877
13878         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13879         Fix typo in docstring.
13880
13881 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13882
13883         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13884         response.
13885
13886 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13889
13890         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13891
13892         * message.el (message-check-news-header-syntax): Protect against a
13893         string that `rfc822-addresses' returns when parsing fails.
13894
13895 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13898         (gnus-previous-char-property-change): New functions.
13899
13900         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13901
13902 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13903
13904         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13905         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13906
13907 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13908
13909         * message.el (message-exchange-point-and-mark): Rework last change to
13910         avoid using optional arg of exchange-point-and-mark, for backward
13911         compatibility.
13912
13913 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13914
13915         * message.el (message-exchange-point-and-mark):
13916         Call exchange-point-and-mark with an argument rather than setting
13917         mark-active by hand (Bug#5175).
13918
13919 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * nntp.el (nntp-service-to-port): Work for service expressed with
13922         numeric string; replace [:digit:] with [0-9] for XEmacs.
13923
13924 2009-12-17  Glenn Morris  <rgm@gnu.org>
13925
13926         * gnus-group.el (gnus-bug-group-download-format-alist):
13927         Change emacs entry to debbugs.gnu.org.  Bump :version.
13928
13929 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13932
13933 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * message.el (message-info): Explain why we use `Info-goto-node'.
13936
13937 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13940
13941 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13942
13943         * message.el (message-completion-in-region): New compatibility function.
13944         (message-expand-group): Use it.
13945
13946 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13949         with no unread article should be listed if the 2nd arg `predicate' is
13950         given.
13951
13952 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13955
13956 2009-11-29  Juri Linkov  <juri@jurta.org>
13957
13958         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13959         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13960         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13961
13962 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13963
13964         * sha1.el (sha1-string-external): default-directory "/" in case
13965         otherwise non-existent.  process-connection-type pipe for touch of
13966         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13967
13968 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13969
13970         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13971         it's comms related and sgml-mode.el has "comm" on that basis too.
13972
13973 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13976         containing tspecial characters if they have been already quoted.
13977
13978 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13979
13980         * dns-mode.el (auto-mode-alist): Purecopy string.
13981
13982 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13983
13984         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13985
13986 2009-10-24  Glenn Morris  <rgm@gnu.org>
13987
13988         * gnus-art.el (help-xref-stack-item): Define for compiler.
13989
13990 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13991
13992         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13993
13994 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13997
13998 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14001         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14002
14003 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14006         (gnus-overlays-in): New alias to overlays-in.
14007
14008         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14009         gnus-overlay-get, and gnus-delete-overlay.
14010         (gnus-summary-show-thread): Make it work as well for systems in which
14011         next-single-char-property-change is not available.
14012         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14013
14014         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14015         (gnus-overlay-get): New alias to extent-property.
14016         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14017
14018         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14019         SXEmacs.
14020
14021         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14022         SXEmacs.
14023
14024 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14027
14028 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14029
14030         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14031         and XEmacs that don't have `remove-overlays'.
14032
14033 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14034
14035         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14036         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14037         selective display.  Use overlays instead.
14038
14039 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14040
14041         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14042
14043 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14044
14045         * spam-stat.el (spam-stat-load): Fix typo in message.
14046
14047 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14048
14049         * dig.el (dig-invoke): Fix typo in docstring.
14050         (query-dig): Reflow docstring.
14051
14052 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14053
14054         * gnus-art.el (gnus-article-encrypt-body):
14055         * message.el (message-check-recipients):
14056         * mm-util.el (mm-codepage-setup):
14057         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14058         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14059
14060 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14061
14062         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14063         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14064         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14065         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14066         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14067
14068 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14069
14070         * dig.el: Add "Keywords: comm", as per net-utils.el.
14071
14072 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14073
14074         * dig.el (dig-mode): Use define-derived-mode.
14075
14076 2009-09-19  Glenn Morris  <rgm@gnu.org>
14077
14078         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14079
14080 2009-09-18  Glenn Morris  <rgm@gnu.org>
14081
14082         * gnus-diary.el (gnus-diary-check-message):
14083         * message.el (message-insert-formatted-citation-line):
14084         * nnbabyl.el (top-level):
14085         * nndiary.el (nndiary-schedule):
14086         Fix typos in condition-case handlers.
14087
14088 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14091         configuration that provides the sole article window in a frame;
14092         position point correctly after deleting a part.
14093
14094 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14095
14096         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14097         (spam-resolve-registrations-routine): Use it to unregister articles
14098         that change status.
14099
14100 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14103         with XEmacs.
14104         (parse-time-string-chars): Use it.
14105
14106 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14107
14108         * imap.el (imap-interactive-login): Better messages.
14109         (imap-open): Fix bug with renamed buffer on reconnect.
14110         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14111         for easier debugging and cleaner code.  On successful (guessed based on
14112         server capabilities) secondary authentication, set imap-state
14113         correctly.
14114         (imap-last-authenticator): Define imap-last-authenticator as a variable
14115         to avoid warnings.
14116
14117 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * nnrss.el (nnrss-request-article): Remove binding of
14120         default-enable-multibyte-characters that has gotten needless by
14121         the 2007-07-13 change in rfc2047-encode-message-header.
14122
14123         * mml.el (mml-insert-multipart): Error on the message header.
14124         (mml-insert-part): Error on the message header; position point at
14125         the end of a MIME tag.
14126
14127 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * time-date.el (autoload): Expand define-obsolete-function-alias into
14130         defalias and make-obsolete for old Emacsen that Gnus supports.
14131         (with-no-warnings): Define it for old Emacsen.
14132         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14133         is available.
14134         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14135         float-time is available; suppress compile warning for time-to-seconds.
14136
14137         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14138         (gnus-float-time): Alias to float-time if it exists.
14139
14140         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14141         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14142         float-time is available; suppress compile warning for time-to-seconds.
14143
14144         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14145         XEmacs.
14146
14147 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14148
14149         * imap.el (imap-message-map): Docstring fix.
14150
14151 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14154         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14155         Add the optional argument `encoding' that overrides the default.
14156
14157         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14158         mm-encode-buffer.
14159
14160 2009-09-04  Glenn Morris  <rgm@gnu.org>
14161
14162         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14163         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14164         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14165         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14166         * mm-util.el (mm-with-unibyte-current-buffer)
14167         (mm-find-buffer-file-coding-system):
14168         * yenc.el (yenc-decode-region): Use default-value rather than
14169         default-enable-multibyte-characters.
14170
14171 2009-09-03  Glenn Morris  <rgm@gnu.org>
14172
14173         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14174         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14175         than default-enable-multibyte-characters.
14176
14177 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14178
14179         * gnus-art.el (gnus-article-read-summary-keys):
14180         Fix gnus-buffer-configuration's value temporarily used.
14181
14182 2009-09-02  Glenn Morris  <rgm@gnu.org>
14183
14184         * gnus-util.el (gnus-float-time): New function.
14185         * gnus-delay.el (gnus-delay-article):
14186         * gnus-sum.el (gnus-thread-latest-date):
14187         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14188         * nnspool.el (nnspool-request-newgroups):
14189         Use gnus-float-time rather than time-to-seconds.
14190         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14191
14192         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14193         (gnus-header-subject-face, gnus-header-newsgroups-face)
14194         (gnus-header-name-face, gnus-header-content-face):
14195         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14196         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14197         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14198         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14199         (gnus-cite-face-11):
14200         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14201         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14202         (gnus-server-closed-face, gnus-server-denied-face)
14203         (gnus-server-offline-face):
14204         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14205         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14206         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14207         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14208         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14209         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14210         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14211         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14212         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14213         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14214         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14215         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14216         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14217         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14218         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14219         (gnus-summary-high-undownloaded-face)
14220         (gnus-summary-low-undownloaded-face)
14221         (gnus-summary-normal-undownloaded-face)
14222         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14223         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14224         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14225         (gnus-splash-face):
14226         * message.el (message-header-to-face, message-header-cc-face)
14227         (message-header-subject-face, message-header-newsgroups-face)
14228         (message-header-other-face, message-header-name-face)
14229         (message-header-xheader-face, message-separator-face)
14230         (message-cited-text-face, message-mml-face):
14231         * sieve-mode.el (sieve-control-commands-face)
14232         (sieve-action-commands-face, sieve-test-commands-face)
14233         (sieve-tagged-arguments-face):
14234         * spam.el (spam-face):
14235         Mark face aliases with "-face" in the name as obsolete.
14236
14237 2009-09-01  Glenn Morris  <rgm@gnu.org>
14238
14239         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14240         than goto-line.
14241
14242 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14245         Don't move point if the command is invoked inside the message header.
14246
14247 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14248
14249         * imap.el (imap-send-command): Simplify.
14250         (imap-wait-for-tag): point-max -> buffer-size.
14251
14252 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14253
14254         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14255         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14256         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14257         * nnir.el (nnir-swish-e-index-file):
14258         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14259         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14260         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14261         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14262         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14263         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14264
14265 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14268         Don't save excursion.
14269
14270 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14271
14272         * nnheader.el (nnheader-find-file-noselect):
14273         * mm-util.el (mm-insert-file-contents):
14274         Use (default-value 'major-mode) instead of default-major-mode.
14275
14276 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14277
14278         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14279
14280 2009-08-26  Glenn Morris  <rgm@gnu.org>
14281
14282         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14283         than placing in files.el.
14284
14285 2009-08-25  Glenn Morris  <rgm@gnu.org>
14286
14287         * nnir.el (top-level): Don't require cl at run-time.
14288         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14289         Replace cl-function substitute with gnus-replace-in-string.
14290         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14291         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14292         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14293         simplified expansions.
14294
14295 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14296
14297         * dig.el (dig): Add autoload cookie.
14298
14299 2009-08-22  Glenn Morris  <rgm@gnu.org>
14300
14301         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14302         goto-line.
14303
14304 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14305
14306         * parse-time.el (parse-time-string-chars): Save match data.
14307
14308 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14309
14310         * parse-time.el (parse-time-string-chars): Compute using character
14311         classes, to handle non-ascii characters (Bug#3190).
14312
14313 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14316
14317         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14318         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14319         (gnus-mm-display-part, gnus-mime-display-single)
14320         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14321         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14322
14323         * gnus-sum.el
14324         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14325         (gnus-summary-move-article): Add expirable mark to articles copied or
14326         moved to group that has auto-expire turned on if the option is non-nil.
14327
14328 2009-07-24  Glenn Morris  <rgm@gnu.org>
14329
14330         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14331         Fix typo.  (Bug#3903)
14332
14333 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14336         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14337         that should not be used for draft articles.
14338         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14339         that has no concern in minor mode keys.
14340         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14341         Abolish.
14342
14343 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14346         article without making inquiry to a user for unknown encoding.
14347
14348         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14349         (nnmaildir--scan): Assume i-node and device number that file-attributes
14350         returns might be cons-cell.
14351
14352         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14353
14354         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14355
14356 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14357
14358         * auth-source.el: Remove docs now in auth.texi.  Don't use
14359         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14360         `auth-source-hide-passwords' and use them.
14361
14362 2009-07-15  Glenn Morris  <rgm@gnu.org>
14363
14364         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14365
14366 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14369         excessive whitespace from the default values of title and description.
14370
14371 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14374         mail-fetch-field to fetch Content-Description header in order to
14375         exclude newlines.
14376
14377 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14378
14379         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14380         format used by GnuPG 2.0.11.
14381
14382 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14385         to deleted part.
14386
14387 2009-05-30  David Engster  <dengste@eml.cc>
14388
14389         * nnmairix.el: Remove old documentation in the commentary block.
14390         (nnmairix-request-group): Do not update active file for nnml back ends.
14391         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14392         end so that overview files are ignored.
14393         (nnmairix-update-groups): Make updating the groups more robust by using
14394         marks.
14395         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14396         with dollar characters in message-id.
14397
14398 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14401         2008-12-25 in dns.el.
14402
14403 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14404
14405         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14406         could happen if the text is only composed of spaces and/or tabs.
14407
14408 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14409
14410         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14411         when sending a queued message to avoid extra mml tags.
14412
14413 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14416
14417 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14420         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14421         rmail-toggle-header for XEmacs;
14422         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14423
14424 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-dired.el: Remove autoload for gnus-setup-message.
14427         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14428         displaying Gnus logo; always use compose-mail.
14429
14430 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14433
14434 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14437         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14438         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14439         available.
14440         (gnus-nocem-epg-verify): New function.
14441
14442 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14443
14444         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14445
14446 2009-02-15  Glenn Morris  <rgm@gnu.org>
14447
14448         * gnus-util.el (rmail-insert-rmail-file-header)
14449         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14450         autoloads.
14451         (rmail-default-rmail-file): Remove unnecessary declaration.
14452         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14453
14454 2009-02-14  Glenn Morris  <rgm@gnu.org>
14455
14456         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14457         variable (only used in gnus-util, which declares it anyway).
14458         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14459         which was only needed by gnus-art (changed to not use it any more).
14460         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14461         only used in gnus-util, which autoloads it itself.
14462         (rmail-update-summary): Fix autoload.
14463
14464         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14465         rather than rmail-output-to-rmail-file.
14466
14467 2009-02-07  Glenn Morris  <rgm@gnu.org>
14468
14469         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14470         autoload of function that no longer exists.
14471         (rmail-toggle-header): Declare.
14472         (message-forward-rmail-make-body): Handle mbox Rmail.
14473
14474 2009-01-31  Glenn Morris  <rgm@gnu.org>
14475
14476         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14477         2009-01-09 change.
14478
14479 2009-01-31  Dave Love  <fx@gnu.org>
14480
14481         * imap.el (imap-fetch-safe): Bind debug-on-error.
14482         (imap-debug): Add imap-fetch-safe.
14483
14484 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14485
14486         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14487         (auth-source-forget-all-cached): New convenience function.
14488         (auth-source-user-or-password): Accept list of modes or a single mode.
14489
14490         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14491         auth-source modes.
14492
14493         * netrc.el (netrc-machine-user-or-password): Use list of
14494         auth-source modes.
14495
14496         * nnimap.el (nnimap-open-connection): Use list of
14497         auth-source modes.
14498
14499         * nntp.el (nntp-send-authinfo): Use list of
14500         auth-source modes.
14501
14502 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14503
14504         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14505         now.
14506
14507 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14510         coding system in XEmacs; add a workaround for XEmacs.
14511
14512         * lpath.el: Fbind coding-system-aliasee.
14513
14514 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14517         of current-language-environment.
14518
14519 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14522         available at runtime.
14523
14524 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14527
14528 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14529
14530         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14531         the greatest positive fixnum value doesn't work under an XEmacs with
14532         bignum support; use the most-positive-fixnum constant instead,
14533         available since Emacs 21.1 with cl and XEmacs 21.1.
14534
14535 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14538         XEmacs gets not to work.
14539
14540 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * mm-util.el (mm-coding-system-priorities): Allow the value like
14543         "Japanese (UTF-8)" of current-language-environment.
14544
14545 2009-01-09  Glenn Morris  <rgm@gnu.org>
14546
14547         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14548         with last-command-event.
14549
14550 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14553         in the doc string.
14554
14555         * message.el (message-fix-before-sending): Amend comment.
14556
14557 2009-01-08  Dave Love  <fx@gnu.org>
14558
14559         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14560
14561 2009-01-07  David Engster  <dengste@eml.cc>
14562
14563         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14564         simplified server definitions by converting it via
14565         gnus-server-to-method.
14566
14567 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14570         parameter's operands.
14571
14572 2009-01-06  David Engster  <dengste@eml.cc>
14573
14574         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14575         primary select method (for gnus-group-mark-article-as-read).
14576
14577 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14578
14579         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14580         `(gnus)Face', not `(gnus)X-Face'.
14581
14582 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * mm-util.el (mm-ucs-to-char): New function.
14585
14586         * mm-url.el (mm-url-decode-entities): Use it.
14587
14588         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14589         unicode-to-char.
14590
14591 2009-01-05  Dave Love  <fx@gnu.org>
14592
14593         * time-date.el: Require cl for `declare'.
14594
14595 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14598         Dave Love.
14599
14600 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * message.el (message-fix-before-sending): Add `eight-bit' to
14603         illegible-text check.
14604
14605 2009-01-03  Michael Olson  <mwolson@gnu.org>
14606
14607         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14608         `headers' is nil.  This can occur if the IMAP server does not have
14609         permissions to read messages from a folder, but can write new messages
14610         to the folder.
14611         (nnimap-request-article-part): Do not insert `data' if it is nil.
14612
14613         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14614         characters which will confuse `read', so skip past them.
14615
14616 2009-01-01  Dave Love  <fx@gnu.org>
14617
14618         * imap.el (imap-string-to-integer): Fix typo.
14619         (imap-fetch-safe): New function.
14620         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14621
14622         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14623
14624         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14625         (imap-parse-greeting): Fix doc strings.
14626         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14627         (imap-parse-flag-list): Make messages unique.
14628         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14629
14630         * nnimap.el: Fix author email.
14631         (nnimap-split-rule): Add FIXME comment.
14632         (nnimap-debug): Fix doc string.
14633
14634 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14635
14636         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14637
14638 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14641         nslookup if resolv.conf isn't available.
14642         (dns-query): Rename from query-dns.
14643         (dns-query-cached): Rename from query-dns-cached.
14644
14645 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14648         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14649         to check if those variables exist (first appeared in Emacs 18.50).
14650
14651 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * mm-util.el (mm-line-number-at-pos): New function.
14654
14655         * spam-report.el (spam-report-process-queue): Use it.
14656
14657 2008-12-24  David Engster  <dengste@eml.cc>
14658
14659         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14660         parameters that haven't existed as variables as buffer-local variables.
14661
14662 2008-12-23  Dave Love  <fx@gnu.org>
14663
14664         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14665         cadar.
14666
14667         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14668         imap-starttls-p.
14669         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14670
14671 2008-12-22  Dave Love  <fx@gnu.org>
14672
14673         * imap.el: Fix author email.  Doc fixes.
14674         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14675         reply.
14676
14677 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14678
14679         * spam-report.el (spam-report-gmane-max-requests): New constant.
14680         (spam-report-gmane-wait): New variable.
14681         (spam-report-gmane-ham, spam-report-gmane-spam)
14682         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14683         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14684         the server.
14685
14686         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14687         Add explanations.
14688
14689         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14690         nnheader-accept-process-output and nnheader-read-timeout if available.
14691         (pop3-movemail): Use it.
14692
14693         * message.el (message-check-news-body-syntax): Fix signature check if
14694         there's an attachment.
14695
14696 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * mm-util.el: Add comments to the mm- emulating functions.
14699
14700 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14701
14702         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14703         Reported by Stephen Berman <stephen.berman@gmx.net>.
14704
14705 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * mm-util.el (mm-substring-no-properties): New function.
14708         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14709         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14710         (mm-string-to-multibyte): Doc fix.
14711
14712         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14713
14714 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * mml.el (mml-attach-file): Strip text properties from file name.
14717         (Bug#1574)
14718
14719 2008-12-16  Glenn Morris  <rgm@gnu.org>
14720
14721         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14722
14723 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14726         knows since the charset specified might be a bogus alias that
14727         mm-charset-synonym-alist provides.
14728
14729 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14732         "ISO_8859-1".
14733
14734         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14735
14736 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * mm-util.el (mm-charset-eval-alist):
14739         Define it before mm-charset-to-coding-system.
14740         (mm-charset-to-coding-system): Add optional argument `silent';
14741         define it before mm-charset-override-alist.
14742         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14743         default value if it can be used in Emacs currently running;
14744         silence mm-charset-to-coding-system.
14745
14746 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14749         `allow-override' which says whether to use `mm-charset-override-alist'.
14750         (rfc2047-decode-encoded-words): Use it.
14751
14752         * mm-util.el (mm-charset-override-alist): Fix custom type;
14753         add `(gb2312 . gbk)' to choices.
14754
14755 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14758         fast.
14759
14760         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14761
14762         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14763
14764 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14765
14766         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14767         on links.
14768
14769         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14770
14771 2008-12-03  Lute Kamstra  <lute@gnu.org>
14772
14773         * sha1.el: Remove leading * from docstrings of defcustoms,
14774         deffaces, defconsts and defuns.
14775
14776 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14779         users' addresses that don't have domain parts.
14780         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14781         rather than message-narrow-to-head since there will be the message
14782         header separator.
14783
14784 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14785
14786         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14787         since the result is inserted in a unibyte buffer anyway.
14788         (nnimap-demule-use-string-to-multibyte): Remove.
14789         (nnimap-demule): Alias it to mm-string-to-multibyte.
14790
14791 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14794         variable for debugging bug#464 and bug#1174.
14795         (nnimap-demule): Use it.
14796
14797 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14800         score calculation correctly.
14801
14802 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14803
14804         * message.el (message-send-mail): Just set the buffer to unibyte
14805         rather than use mm-with-unibyte-current-buffer which does a lot more.
14806         (message-send-mail-partially): Don't bother with
14807         mm-with-unibyte-current-buffer since it's already been made unibyte by
14808         message-send-mail.
14809
14810 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14811
14812         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14813
14814 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14815
14816         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14817
14818 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14821         require itself and to remove `with-no-warnings'.
14822
14823 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14824
14825         * starttls.el (starttls-any-program-available): Get the name of the
14826         available TLS layer program.
14827         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14828         well as the host name in the "opening" message.
14829
14830         * auth-source.el (auth-source-cache, auth-source-do-cache)
14831         (auth-source-user-or-password): Cache passwords and logins by default,
14832         allow override with `auth-source-do-cache'.
14833         (auth-source-forget-user-or-password): Allow users to remove cache
14834         entries if needed.
14835
14836 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14837
14838         * md4.el (md4-buffer): Fix typo in docstring.
14839         (md4, md4-64): Doc fixes.
14840         (md4-pack-int32): Reflow docstring.
14841
14842 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14843
14844         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14845         condition-case to only the forward-sexp call.
14846
14847 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14848
14849         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14850         quotes contained.  Make it more robust regardless by an extra
14851         condition-case wrapper.
14852
14853 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14856
14857 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * nnml.el (nnml-request-expire-articles): Check if the function set to
14860         `nnmail-expiry-target' returns the symbol `delete'.
14861
14862         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14863
14864         * nnmail.el (nnmail-expiry-target): Fix custom type.
14865
14866 2008-10-02  Glenn Morris  <rgm@gnu.org>
14867
14868         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14869         Silence compiler warning.
14870
14871 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14872
14873         * tls.el (open-tls-stream): Show the actual command being
14874         executed, instead of the format string.
14875
14876 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * lpath.el: Fbind codepage-setup for Emacs 23.
14879
14880 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14881
14882         * mml.el (mml-menu): Don't assume mml2015 is bound.
14883
14884 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14887         exists.
14888
14889 2008-09-27  Glenn Morris  <rgm@gnu.org>
14890
14891         * gnus-util.el (mail-header-remove-comments): Autoload it.
14892
14893 2008-09-27  Andreas Schwab  <schwab@suse.de>
14894
14895         * gnus-util.el (gnus-split-references): Strip comments.
14896         (gnus-parent-id): Likewise.
14897
14898 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14899
14900         * message.el (message-confirm-send): Fix version.
14901
14902 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * message.el (message-idna-to-ascii-rhs-1): Use
14905         mail-extract-address-components rather than mail-header-parse-addresses
14906         that is an alias by default to ietf-drums-parse-addresses that does not
14907         support non-ASCII names in headers' contents.
14908
14909 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14910
14911         * message.el (message-confirm-send): Fix variable documentation to
14912         avoid the "y/n" wording.
14913
14914 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14915
14916         * message.el (message-set-auto-save-file-name): Save to a different
14917         filename so multiple messages (especially drafts) can be recovered.
14918
14919 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14920
14921         * message.el (message-confirm-send): Add appropriate version.
14922
14923 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14924
14925         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14926         defvar.
14927
14928 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14929
14930         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14931         (mm-pkcs7-enveloped-magic): Ditto.
14932
14933 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14934
14935         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14936         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14937
14938 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14939
14940         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14941         default, it's better.
14942
14943 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14944
14945         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14946         summary line gnus-number property and ignore them (with a warning
14947         message).
14948
14949 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14952         macro caddr in the interactive form since it won't be expanded.
14953
14954 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14957         `charset'; fix name of function called recursively.
14958         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14959
14960 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14963         (gnus-mime-set-charset-parameters): New function.
14964         (gnus-mime-view-part-as-charset): Use it to correctly display part
14965         specifying wrong charset.
14966
14967 2008-09-08  David Engster  <dengste@eml.cc>
14968
14969         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14970         in completing-read for back end server.
14971
14972 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * message.el (message-confirm-send): New variable to confirm sending a
14975         message.
14976         (message-send): Use it.
14977
14978 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14979
14980         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14981
14982 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14985
14986 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14987
14988         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14989         prevent tracking too many groups.
14990         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14991         Use it.
14992
14993 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14994
14995         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14996         moving point to the bottom of the window in order to avoid recentering.
14997
14998 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15001
15002         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15003         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15004         (gnus-article-beginning-of-window): Fix calculation.
15005
15006 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * gnus-msg.el (gnus-summary-supersede-article)
15009         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15010         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15011         message header.
15012
15013 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15014
15015         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15016         pending output coming after the status change.
15017
15018 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15019
15020         * message.el:
15021         * gnus-start.el:
15022         * gnus-registry.el: Remove VMS support.
15023
15024 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15027         macro.
15028         (rfc2104-hash): Use it.
15029
15030 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15033         (gnus-summary-sort-by-most-recent-date): New commands.
15034         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15035         and menu entries.
15036
15037 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15040         don't redisplay article for raw contents; remove plural articles stuff.
15041
15042         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15043         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15044         on gnus-summary-save-article; display results properly.
15045
15046 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * lpath.el: No need to fbind ns-focus-frame.
15049
15050 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15053
15054 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-art.el (gnus-summary-save-in-pipe):
15057         Consider gnus-save-all-headers.
15058
15059 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15060
15061         * gnus-util.el (ns-focus-frame): Remove declaration.
15062         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15063         like x.
15064
15065 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15066
15067         * rfc2104.el (rfc2104-zero): Delete defconst.
15068         (rfc2104-hex-alist): Likewise.
15069         (rfc2104-hex-to-int): Delete func.
15070         (rfc2104-hexstring-to-bitstring): Likewise.
15071         (rfc2104-nybbles): New defconst.
15072         (rfc2104-hash): Rewrite for speed.
15073
15074 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * tls.el (open-tls-stream): Make it work with the 2nd argument
15077         BUFFER that is a string but does not exist as a buffer object, as
15078         mentioned in the doc-string.
15079
15080 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15083         SXEmacs.
15084
15085 2008-07-16  Glenn Morris  <rgm@gnu.org>
15086
15087         * gnus-util.el (ns-focus-frame): Declare for compiler.
15088
15089 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15092         set as a group parameter.
15093         (gnus-summary-save-in-pipe): Work when it is called independently.
15094         (gnus-summary-pipe-to-muttprint): Don't modify
15095         gnus-summary-pipe-output-default-command.
15096
15097 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15098
15099         * message.el (message-send-mail-with-sendmail):
15100         Display the error message.
15101
15102 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-art.el (gnus-default-article-saver):
15105         Add gnus-summary-save-in-pipe to choices.
15106         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15107         gnus-summary-pipe-output-default-command as the default command.
15108         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15109         instead of gnus-last-shell-command.
15110
15111         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15112         New user option.
15113         (gnus-summary-muttprint-program): Mention the value will be changed.
15114         (gnus-summary-save-article): Force showing of all headers.
15115         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15116
15117 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15118
15119         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15120
15121 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15122
15123         * nnimap.el (nnimap-id):
15124         * sieve-manage.el (sieve-manage-open): Doc fixes.
15125
15126 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15127
15128         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15129         if available.
15130
15131 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15132
15133         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15134
15135         * nnkiboze.el (nnkiboze-generate-group):
15136         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15137
15138         * nnmairix.el: Require CL.
15139
15140 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * dgnushack.el: Autoload get-display-table and put-display-table for
15143         XEmacs 21.5.
15144
15145         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15146         21.4 and SXEmacs.
15147
15148 2008-06-15  David Engster  <dengste@eml.cc>
15149
15150         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15151
15152 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15153
15154         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15155         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15156         runtime choice under XEmacs.
15157
15158         * gnus-sum.el (gnus-summary-set-display-table):
15159         Use `gnus-put-display-table', `gnus-get-display-table',
15160         `gnus-set-display-table' for the display table, instead of `aset'.
15161
15162         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15163         Use `gnus-put-display-table', `gnus-get-display-table',
15164         `gnus-set-display-table' for the display table.
15165
15166 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * nnmairix.el: Add autoloads.
15169
15170 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15171
15172         * nnmairix.el (nnmairix-delete-recreate-group)
15173         (nnmairix-update-and-clear-marks): Fix error messages.
15174
15175 2008-06-14  David Engster  <dengste@eml.cc>
15176
15177         * nnmairix.el: Upgrade to version 0.6.
15178         (nnmairix-group-toggle-propmarks-this-group)
15179         (nnmairix-group-toggle-readmarks-this-group)
15180         (nnmairix-group-delete-recreate-this-group)
15181         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15182         (nnmairix-remove-tick-mark-original-article): New commands.
15183         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15184         (nnmairix-propagate-marks-to-nnmairix-groups)
15185         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15186         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15187         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15188         functions needed for marks propagation and manipulation of read marks.
15189         (nnmairix-update-groups): New function.
15190         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15191         (nnmairix-determine-original-group-from-registry)
15192         (nnmairix-determine-original-group-from-path)
15193         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15194         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15195         New helper functions.
15196         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15197         keystrokes for new commands.
15198         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15199         (nnmairix-request-group): Check allow-fast group parameter.
15200         (nnmairix-request-create-group): Set allow-fast group parameter if
15201         nnmairix-allowfast-default is set.
15202         (nnmairix-close-group): Propagate marks upon closing if needed.
15203         (nnmairix-group-toggle-threads-this-group): Use new.
15204         nnmairix-group-toggle-parameter helper function.
15205         (nnmairix-search): Better check for empty search result.
15206         (nnmairix-goto-original-article): Use new helper functions for
15207         determining original article.
15208         (nnmairix-show-original-article): Make sure message-id is in brackets.
15209         (nnmairix-call-mairix-binary): Change variable name.
15210         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15211         helper function.
15212         (nnmairix-widget-toggle-activate): Fix doc string.
15213
15214 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * nnir.el: Require edmacro when compiling with XEmacs.
15217         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15218         available in Emacs 21.
15219
15220 2008-06-11  Glenn Morris  <rgm@gnu.org>
15221
15222         * gnus-util.el (x-focus-frame):
15223         * gnus.el (image-size):
15224         * mm-decode.el (image-size): Declare.
15225
15226         * gnus-picon.el (declare-function): Add compat definition.
15227         (image-size): Declare.
15228
15229         * gnus-group.el (tool-bar-map):
15230         * gnus-sum.el (tool-bar-map): Define for compiler.
15231
15232         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15233
15234         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15235
15236         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15237         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15238         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15239         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15240         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15241         * sieve-manage.el, spam-report.el, spam.el:
15242         Remove unnecessary eval-and-compile of autoloads.
15243
15244 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15245
15246         * auth-source.el: Precise Tramp doc.
15247
15248 2008-06-07  Glenn Morris  <rgm@gnu.org>
15249
15250         * nnmairix.el: Remove unnecessary eval-when-compile.
15251
15252 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * lpath.el: Fbind propertize for XEmacs 21.4.
15255
15256 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * nnir.el: Move here from ../contrib.
15259
15260 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15261
15262         * gnus-util.el (gnus-read-shell-command): New function.
15263         * mm-decode.el (mm-pipe-part):
15264         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15265
15266 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15269
15270 2008-06-03  Glenn Morris  <rgm@gnu.org>
15271
15272         * pop3.el (nnheader-accept-process-output): Autoload it.
15273
15274 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15277         are not 2-digit hexadecimal characters that follow `%'s.
15278
15279 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15280
15281         * message.el (message-bogus-recipient-p): Fix type in doc string.
15282         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15283         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15284         Improve custom options.
15285         (message-bogus-recipient-p): Adjust accordingly.
15286
15287 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15288
15289         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15290         long-form month and day names.
15291
15292 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * dgnushack.el: Autoload debug, eudc-expand-inline and
15295         pgg-snarf-keys-region for XEmacs.
15296
15297         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15298
15299         * nnmairix.el: Require edmacro when compiling with XEmacs.
15300
15301 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15302
15303         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15304         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15305
15306 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15307
15308         * auth-source.el: Add more docs.
15309
15310         * netrc.el (netrc-machine): Always match if the port is not given.
15311
15312 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15313
15314         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15315         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15316         retrieval faster in some cases, but might make CPU usage larger.
15317         If this has any bad side effects, we might revert this change.
15318
15319         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15320         seems to make mail retrieval much, much faster.
15321         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15322         unconditionally.
15323
15324         * gnus-draft.el (gnus-group-send-queue):
15325         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15326
15327 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15330
15331         * message.el (message-bogus-address-regexp): Fix and improve custom
15332         type.
15333         (message-setup-hook): Add message-check-recipients as custom option.
15334
15335 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * message.el (message-cite-function): Remove bogus autoload which crept
15338         in during merge from v5-10.
15339
15340 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15341
15342         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15343
15344         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15345
15346         * auth-source.el: Preliminary Tramp docs.
15347         (auth-sources): Change the default auth-sources to use
15348         EPA .gpg files.
15349
15350 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15351
15352         * nntp.el: Autoload `auth-source-user-or-password'.
15353         (nntp-send-authinfo): Use it.
15354
15355         * nnimap.el: Autoload `auth-source-user-or-password'.
15356         (nnimap-open-connection): Use it.
15357
15358         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15359         for the gnus-message function.
15360         (auth-source-user-or-password): Use it.
15361
15362 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15363
15364         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15365         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15366         (rfc2104-hash): Use it.
15367
15368 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15369
15370         * gnus-art.el (gnus-article-toggle-truncate-lines):
15371         Don't use `iff' in docstring.
15372
15373 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15376
15377         * gnus-util.el (gnus-extract-address-component-name)
15378         (gnus-extract-address-component-email): Convenience functions around
15379         `gnus-extract-address-components'.
15380
15381         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15382         Use `gnus-extract-address-component-email' to fix bug of comparing full
15383         sender name to `user-mail-address'.
15384
15385 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15386
15387         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15388         catch/throw to optimize.
15389         (gnus-registry-find-keywords): Just use member to find a keyword.
15390
15391 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15392
15393         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15394         is current before calling gnus-server-prepare.
15395         (gnus-server-setup-buffer, gnus-server-update-server)
15396         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15397
15398 2008-05-04  Juri Linkov  <juri@jurta.org>
15399
15400         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15401         (mailcap-file-default-commands): Use mailcap-replace-in-string
15402         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15403         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15404
15405 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15406
15407         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15408
15409 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15410
15411         * gnus.el: Bump version to 0.11.
15412
15413 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15414
15415         * gnus.el: No Gnus v0.10 is released.
15416
15417 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15418
15419         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15420         hooks.
15421         (gnus-update-read-articles): Speed up non-marks-using users.
15422         (gnus-use-marks): Define gnus-use-marks.
15423         (gnus-propagate-marks): Rename variable to something more sensible.
15424
15425 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15426
15427         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15428         (gmm-image-load-path-for-library): Fix typos in docstrings.
15429         (gmm-message): Reflow docstring.
15430
15431 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15432
15433         * mail-source.el (mail-source-set-1, mail-source-bind):
15434         Move auth-source code out of the macro to clean it up and fix bugs.
15435
15436 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15439         by sender if it's equal to user-mail-address, it's likely to be
15440         useless.
15441
15442         * mail-source.el (mail-source-bind): Don't use user or password if they
15443         are not bound.  Unintern them if they are nil.  Don't use server unless
15444         it's bound, and default it to empty string otherwise.
15445
15446 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15447
15448         * mail-source.el: Load auth-source.el.
15449         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15450         get user name or password, if auth-sources is set up.
15451
15452         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15453         strategy of splitting with parent.
15454         (gnus-registry-split-fancy-with-parent)
15455         (gnus-registry-post-process-groups): Use it and fix prior
15456         bug (returning a list as the split result).
15457
15458         * auth-source.el (auth-sources): Remove server parameter.
15459         (auth-source-pick, auth-source-user-or-password)
15460         (auth-source-user-or-password-imap)
15461         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15462         (auth-source-user-or-password-sftp)
15463         (auth-source-user-or-password-smtp): Remove server parameter.
15464
15465 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15466
15467         * smime.el (smime-sign-region, smime-encrypt-region)
15468         (smime-decrypt-region):
15469         Remove redundant calls to `generate-new-buffer-name'.
15470
15471 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15472
15473         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15474         Don't use QP for message/rfc822.
15475         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15476
15477 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15478
15479         * sieve-manage.el (sieve-string-bytes): Remove.
15480         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15481         correct byte-length only if the process's coding-system is the same as
15482         the one used internally by Emacs to represent strings.
15483
15484 2008-04-22  Juri Linkov  <juri@jurta.org>
15485
15486         * mailcap.el (mailcap-file-default-commands): New function.
15487
15488 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * message.el (message-signature-separator, message-cite-function):
15491         Change custom version.
15492
15493 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15494
15495         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15496         commands.
15497         (tls-checktrust): Ditto.
15498
15499 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * mm-decode.el (mm-display-external): Make temp file read-only.
15502
15503 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15506         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15507         `C-c C-f d'.
15508
15509 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15510
15511         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15512
15513 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15514
15515         * gnus.el: Bump version to 0.9.
15516
15517 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * gnus.el: No Gnus v0.8 is released.
15520
15521 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15522
15523         * mail-source.el (mail-source-value):
15524         Prefer fboundp to functionp so it works with macros as well.
15525
15526 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15527
15528         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15529         Fix last change in case the element is not even a symbol.
15530
15531 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15532
15533         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15534         Prefer fboundp to functionp so it works with macros as well.
15535
15536 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15537
15538         * auth-source.el: Add docs.
15539         (auth-sources): Modify format to support server.
15540         (auth-source-pick, auth-source-user-or-password)
15541         (auth-source-user-or-password-imap)
15542         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15543         (auth-source-user-or-password-sftp)
15544         (auth-source-user-or-password-smtp): Add server parameter.
15545
15546 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15547
15548         * gnus-registry.el: Initialize the registry when gnus-registry-install
15549         is t.
15550
15551 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * compface.el (uncompface): Make buffer unibyte.
15554
15555 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15556
15557         * mail-source.el (mail-source-value):
15558         Prefer fboundp to functionp so it works with macros as well.
15559
15560 2008-04-05  Glenn Morris  <rgm@gnu.org>
15561
15562         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15563
15564 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15565
15566         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15567         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15568
15569         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15570         multibyteness after rather than before erasing it.
15571
15572         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15573         mm-with-multibyte.
15574         (gnus-request-article-this-buffer): Make sure the proper decoding is
15575         used if gnus-original-article-buffer happens to be unibyte.
15576
15577         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15578         default-enable-multibyte-characters.
15579
15580         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15581         default-enable-multibyte-characters.
15582
15583         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15584
15585         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15586
15587 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15588
15589         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15590         Fix last change in case the element is not even a symbol.
15591
15592 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15593
15594         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15595         (imap-message-copyuid-1): Use it.
15596         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15597         J. Williams in
15598         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15599
15600         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15601         imap-enable-exchange-bug-workaround.
15602         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15603
15604 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15605
15606         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15607         a 100 byte status-checks into a 2-3MB transfer for each group.
15608         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15609         to enable bug workaround or not.
15610         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15611
15612 2008-03-31  Glenn Morris  <rgm@gnu.org>
15613
15614         * message.el (mml2015-use): Declare for compiler.
15615         (message-info): Require mml2015 when appropriate.
15616
15617 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15620         whitespace.
15621
15622 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15623
15624         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15625         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15626         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15627         (nntp-service-to-port): New function.
15628         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15629         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15630         (nntp-open-netcat-stream): New function.
15631         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15632
15633 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15634
15635         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15636
15637 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15638
15639         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15640
15641 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15642
15643         * dns.el (dns-write): Use set-buffer-multibyte.
15644
15645 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15646
15647         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15648
15649 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15650
15651         * message.el (message-signature-separator): Change default.
15652         Improve custom type.
15653         (message-cite-function): Change default to
15654         message-cite-original-without-signature.
15655
15656         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15657         toggle.
15658
15659         * message.el (message-check-news-body-syntax): Fix signature check.
15660         (message-setup-1): Mark buffer as unmodified _after_ running
15661         message-setup-hook and handling message-alternative-emails.
15662         (message-shorten-references): Be more strict when building list of
15663         valid references to comply with GNKSA.
15664
15665         * gnus-group.el (gnus-read-ephemeral-bug-group)
15666         (gnus-read-ephemeral-debian-bug-group)
15667         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15668
15669         * message.el (message-info): Don't use booleanp which isn't supported
15670         in Emacs 21 and XEmacs.
15671
15672 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15673
15674         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15675         gnus-group-gmane-group-download-format.
15676         (gnus-group-read-ephemeral-gmane-group): Rename from
15677         gnus-group-read-ephemeral-gmane-group.
15678         (gnus-read-ephemeral-gmane-group-url): Rename from
15679         gnus-group-read-ephemeral-gmane-group-url.
15680         (gnus-bug-group-download-format-alist): New variable.
15681         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15682         (gnus-read-ephemeral-emacs-bug-group): New commands.
15683
15684 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15687         (gnus-visible-headers): Improve custom type.
15688
15689 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * mml.el (mml-menu): Add workarounds for XEmacs.
15692
15693         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15694         X-Boundary header.
15695
15696         * message.el (message-simplify-recipients): Fix previous commit.
15697
15698 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15699
15700         * mm-util.el (mm-set-buffer-multibyte): New function.
15701         * mm-decode.el (mm-copy-to-buffer): Use it.
15702
15703         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15704         Prefer fboundp to functionp so it works with macros as well.
15705
15706 2008-03-19  Glenn Morris  <rgm@gnu.org>
15707
15708         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15709         Accidentally removed in the sync process with Emacs.
15710
15711 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15712
15713         * message.el (message-alter-recipients-discard-bogus-full-name):
15714         New function.
15715         (message-alter-recipients-function): New variable.
15716         (message-get-reply-headers): Use it.
15717         (message-replace-header): New helper function.
15718         (message-recipients-without-full-name): New variable.
15719         (message-simplify-recipients): New command.
15720
15721         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15722
15723         * message.el (message-info): Handle EasyPG manual.
15724
15725         * mml.el (mml-menu): Add entry for EasyPG.
15726
15727 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15728
15729         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15730         parameter.
15731
15732         * message.el (message-disassociate-draft): Specify drafts group name
15733         fully.
15734
15735 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15736
15737         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15738         Eliminate unnecessary duplicates from the match list.
15739
15740 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15743
15744         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15745
15746         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15747         args of `how-many' of which the XEmacs version doesn't take; declare
15748         Info-index-next as function.
15749
15750 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * gnus-score.el (gnus-score-headers): Fix handling of
15753         gnus-inhibit-slow-scoring.
15754
15755         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15756         string.
15757         (gnus-button-url-regexp): Improve handling of parenthesis.
15758         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15759         (gnus-button-handle-info-keystrokes): Handle index entries.
15760
15761 2008-03-15  Glenn Morris  <rgm@gnu.org>
15762
15763         * parse-time.el (parse-time-string): Simplify.
15764
15765 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15768         Incoming* files.
15769
15770 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15771
15772         * auth-source.el (auth-sources): Rename from auth-source-choices.
15773         (auth-source-pick): Use it.
15774
15775 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15776
15777         * binhex.el (binhex-decode-region-internal):
15778         * uudecode.el (uudecode-decode-region-internal):
15779         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15780         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15781         setting default-enable-multibyte-characters.
15782
15783 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15784
15785         * auth-source.el (auth-source-protocols)
15786         (auth-source-protocols-customize, auth-source-choices): Add and
15787         modified variable customizations and defaults.
15788         (auth-source-pick, auth-source-user-or-password)
15789         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15790         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15791         (auth-source-user-or-password-sftp)
15792         (auth-source-user-or-password-smtp): Use new variables and provide an
15793         interface to netrc.el.
15794
15795 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15798         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15799         Make sure the nntp port to specify is a string.
15800
15801 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15802
15803         * nntp.el: Use with-current-buffer.
15804         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15805         dubious mm-with-unibyte-current-buffer.
15806         (nntp-with-open-group-function): New function extracted from
15807         nntp-with-open-group macro.
15808         (nntp-with-open-group): Use the function, so it's easier to debug.
15809         Add indentation and debugging info.
15810         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15811         Recommend the use of the netcat alternatives.
15812
15813         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15814         Avoid mm-string-as-multibyte as well.
15815
15816         * nnweb.el (nnweb-insert-html):
15817         Remove use of nnheader-string-as-multibyte.
15818
15819         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15820         (nnheader-string-as-multibyte): Remove.
15821
15822         * mm-view.el: Use inhibit-read-only.
15823         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15824         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15825         or unibyte-string.
15826
15827         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15828         (mm-uu-yenc-extract): Use with-current-buffer.
15829
15830         * gnus-soup.el (gnus-soup-send-packet): Don't use
15831         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15832
15833         * nnmh.el: Use with-current-buffer.
15834         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15835         mm-string-as-multibyte on the output of mm-encode-coding-string.
15836
15837         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15838         (nnimap-request-move-article): Use with-current-buffer.
15839
15840         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15841         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15842         conversion uses string-make-unibyte rather than string-as-unibyte.
15843
15844         * gnus-msg.el: Use with-current-buffer.
15845
15846         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15847
15848 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15849
15850         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15851         string for caching if it is 'PIN.
15852
15853 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * lpath.el: Consider the case without Emacs/W3.
15856
15857 2008-03-08  Glenn Morris  <rgm@gnu.org>
15858
15859         * time-date.el (date-to-time, time-subtract, time-add)
15860         (safe-date-to-time): Doc fixes.
15861
15862 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15863
15864         * mail-source.el (mail-source-delete-old-incoming-confirm):
15865         Change default to nil.
15866         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15867
15868 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * lpath.el: Rearrange.
15871
15872         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15873         (gnus-article-goto-prev-page): Work for articles having ^L's.
15874
15875         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15876
15877         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15878
15879 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15880
15881         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15882         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15883         (gnus-bookmark-jump): Adjust some variable names.
15884
15885 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15886
15887         * auth-source.el: New package.
15888         (auth-source-choices): Add customization entry point variable.
15889
15890         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15891         bug.
15892
15893 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15894
15895         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15896         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15897         (gnus-registry-install-shortcuts): Rename from
15898         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15899         the `gnus-registry-mark-map' keymap dynamically from
15900         `gnus-registry-marks'.  The generated functions update the summary line
15901         when a registry mark is added or deleted, and will call
15902         `gnus-registry-install-p' (see the comments in the code).
15903         (gnus-registry-user-format-function-M): Use concat intelligently.
15904
15905         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15906         the registry mark functions.
15907
15908 2008-03-05  Glenn Morris  <rgm@gnu.org>
15909
15910         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15911         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15912         gnus-art.
15913         (top-level): No need to load own source when compiling.
15914
15915 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15918         Suggested by <chris.anderton@zetnet.co.uk>.
15919
15920 2008-03-04  Glenn Morris  <rgm@gnu.org>
15921
15922         * gnus-sum.el (top-level): No need to require gnus when compiling,
15923         since unconditionally required near start of file.
15924         (gnus-summary-display-while-building): Move definition before use.
15925
15926 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15927
15928         * gnus-registry.el (gnus-registry-user-format-function-M):
15929         Add formatting function.
15930
15931 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15932
15933         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15934         with plists.
15935         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15936         Use new format.
15937
15938 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15941         `where-is-internal' that returns a range of key sequences.
15942
15943 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15944
15945         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15946
15947         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15948         (gnus-summary-jump-to-group): Consider windows on other displayed
15949         frames as well.  Similar changes might be needed elsewhere, but that's
15950         the one I've bumped into during my use.
15951
15952         * nndoc.el (nndoc-oe-dbx-type-p):
15953         * gnus-msg.el (gnus-debug):
15954         * gnus-group.el (gnus-update-group-mark-positions):
15955         Use mm-string-to-multibyte.
15956
15957 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15960         doesn't handle NotDashEscaped.
15961
15962         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15963         (mml-dnd-attach-options): Fix typo in custom choice.
15964
15965         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15966         Change nndoc-article-type to mbox.
15967         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15968
15969         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15970         to nil, instead of html2text.
15971
15972         * imap.el (imap-debug): Add `imap-ping-server'.
15973
15974         * gnus-bookmark.el: Add FIXMEs.
15975
15976         * message.el (message-form-letter-separator)
15977         (message-send-form-letter-delay): New variables.
15978         (message-send-form-letter): Use them.  New command to send form
15979         letters.  Requested by Uwe Siart.
15980         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15981
15982 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15983
15984         * Update copyright years.
15985
15986 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15987
15988         Sync from EMACS_22_BASE.
15989
15990         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15991
15992 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15993
15994         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15995         empty author.
15996
15997 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15998
15999         * gnus-registry.el (gnus-registry-marks): Add variable for
16000         customization of marks and their appearance.
16001         (gnus-registry-read-mark): Use it.
16002         (gnus-registry-do-marks): Add utility function to loop through
16003         `gnus-registry-marks'.
16004         (gnus-registry-install-shortcuts-and-menus): Add function to install
16005         shortcuts and menus.
16006         (gnus-registry-initialize): Use it.
16007         (gnus-registry-default-mark): Clarify documentation.
16008
16009 2008-02-29  Glenn Morris  <rgm@gnu.org>
16010
16011         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16012         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16013         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16014         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16015         Change defcustom :version from 23.0 to 23.1.
16016
16017 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16018
16019         * gnus-registry.el (gnus-registry-follow-group-p)
16020         (gnus-registry-post-process-groups): Add functions to aid registry
16021         splitting and improve logging.  Clarify behavior in function
16022         documentation.
16023         (gnus-registry-split-fancy-with-parent): Use them.
16024
16025 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16026
16027         * gnus-art.el: Use with-current-buffer.
16028
16029 2008-02-27  David Engster  <dengste@eml.cc>
16030
16031         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16032         Express real group name in the response.
16033
16034 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16037         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16038         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16039         autoload gnus-registry-fetch-group when compiling.
16040         (nnmairix-request-group-with-article-number-correction):
16041         Remove unreferenced argument passed to nnmairix-call-backend.
16042
16043 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16046         (mm-uu-extract): Improve face for low color ttys.
16047         Reported by Sascha Wilde.
16048
16049 2008-02-27  Glenn Morris  <rgm@gnu.org>
16050
16051         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16052         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16053         variables to defconsts.  Convert comments to doc-strings.
16054         (nnmairix-last-server, nnmairix-current-server): Convert from free
16055         variables to defvars.  Convert comments to doc-strings.
16056         (gnus-registry-fetch-group): Autoload.
16057         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16058         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16059         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16060         caddr.
16061         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16062         nnmairix-request-group-with-article-number-correction call.
16063         (nnmairix-fast, nnmairix-group): New, less general names, for free
16064         variables passed from nnmairix-request-group to
16065         nnmairix-request-group-with-article-number-correction.  Declare.
16066         (nnmairix-request-group-with-article-number-correction):
16067         Use nnmairix-fast, nnmairix-group rather than fast, group.
16068
16069 2008-02-26  David Engster  <dengste@eml.cc>
16070
16071         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16072         version 0.5.
16073
16074 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16075
16076         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16077         instead of making an extra function call.  Don't add the current group
16078         to articles only when they have the group.  Use
16079         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16080         Reported by David <de_bb@arcor.de>.
16081
16082 2008-02-24  Miles Bader  <miles@gnu.org>
16083
16084         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16085         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16086         (mm-find-mime-charset-region):
16087         * mm-bodies.el (mm-encode-body):
16088         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16089
16090 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16093         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16094
16095 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16096
16097         * mail-source.el (mail-source-delete-incoming): Change default.
16098         Supplement doc string.
16099
16100         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16101
16102 2008-02-14  Glenn Morris  <rgm@gnu.org>
16103
16104         * time-date.el (format-seconds): New function.
16105
16106 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * nnmail.el (nnmail-message-id-cache-file): Derive from
16109         `gnus-home-directory'.
16110
16111 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16112
16113         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16114         Document negative prefix.
16115
16116         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16117
16118 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16119
16120         * message.el (message-unsent-separator): Add the Exim bounce
16121         separator.
16122
16123 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16124
16125         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16126         list.
16127         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16128         recipient/signer list.
16129
16130 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * Makefile.in (datarootdir): Define.
16133         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16134         name that might contain whitespace.
16135
16136 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16137
16138         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16139         fbound (Emacs 23 unicode), signal an error.
16140
16141 2008-02-08  Glenn Morris  <rgm@gnu.org>
16142
16143         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16144
16145 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16146
16147         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16148         ports to the calls to `netrc-machine-user-or-password' in addition to
16149         "imap" and "imaps".
16150
16151 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16152
16153         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16154
16155         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16156
16157 2008-02-01  Kenichi Handa  <handa@m17n.org>
16158
16159         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16160         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16161         (rfc2104-hash): Convert the result of concat to unibyte string.
16162
16163 2008-02-01  Dave Love  <fx@gnu.org>
16164
16165         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16166         coding-system-for-read.
16167         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16168
16169 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16172         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16173         <hanche@math.ntnu.no>.
16174
16175 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16178
16179         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16180
16181 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16182
16183         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16184         * message.el (message-beginning-of-line): Use featurep instead of bound
16185         tests in order to resolve conditionals at compile time.
16186
16187 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16188
16189         * mail-source.el (mail-sources): Add `group' choice.
16190
16191         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16192         parameter `in-group' to control into which group the articles go.
16193         Add treatment of `group' mail-source.
16194
16195 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16198
16199         * mm-decode.el (mm-dissect-buffer): Decode description.
16200
16201         * mml.el (mml-to-mime): Encode message header first.
16202
16203 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16206         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16207
16208         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16209         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16210
16211 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16212
16213         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16214
16215 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16218         prefix keys.
16219         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16220         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16221         gnus-xmas.el.
16222
16223         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16224         (gnus-xmas-article-describe-bindings): New function.
16225         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16226         gnus-xmas-article-describe-bindings.
16227
16228         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16229
16230 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16231
16232         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16233         Add new variables for article mark management.
16234         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16235         list of extra data entries which, when present, will indicate that the
16236         article ID should not be trimmed from the registry.
16237         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16238         functions.
16239         (gnus-registry-read-mark): New function to read a mark name from the
16240         user.
16241         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16242         (gnus-registry-set-article-mark-internal): New functions to add and
16243         remove marks.
16244         (gnus-registry-get-article-marks): New function to show the marks for
16245         an article, or retrieve them for further use.
16246
16247 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16250         keys when no argument is given.
16251
16252 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * imap.el (imap-ping-server): New variable.
16255         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16256         (imap-ping-server): Minor doc string fixes.
16257
16258 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16259
16260         * imap.el (imap-ping-server): New function.
16261         (imap-opened): Call imap-ping-server.
16262
16263 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16264
16265         * gnus-sum.el (gnus-article-sort-by-random)
16266         (gnus-thread-sort-by-random): Fix doc strings.
16267         Reported by jidanni@jidanni.org.
16268
16269 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * gnus-art.el (gnus-article-describe-bindings): New function.
16272         (gnus-article-read-summary-keys): Use it.
16273         (gnus-article-mode-map): Bind `C-h b' to it.
16274
16275 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16278         XEmacs.
16279         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16280         Protect against non-character events.
16281
16282         * lpath.el: Fbind map-keymap for Emacs 21.
16283
16284 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16287         New command.
16288         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16289         instead of END.  Change name of the temp file.
16290         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16291         customizable.
16292
16293 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16294
16295         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16296         bind `S W' to gnus-article-wide-reply-with-original; set default
16297         binding to gnus-article-read-summary-send-keys.
16298         (gnus-article-read-summary-keys): Fix the order of keys; display
16299         continuation keys correctly in the echo area; describe bindings
16300         correctly when keys end with `C-h'.
16301         (gnus-article-read-summary-send-keys): New function.
16302         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16303         Work for gnus-article-read-summary-send-keys; display continuation keys
16304         correctly in the echo area.
16305         (gnus-article-reply-with-original): Ignore prefix argument.
16306         (gnus-article-wide-reply-with-original): New function.
16307
16308         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16309         Emacs 21.
16310
16311 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16312
16313         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16314         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16315
16316 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16319         (gnus-group-read-ephemeral-gmane-group): New command.
16320
16321 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16322
16323         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16324
16325 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16326
16327         * message.el (message-send-mail-function): Increase custom version.
16328
16329         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16330         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16331
16332 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16333
16334         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16335         for the cases where imap-authenticate is called with a nil buffer
16336         parameter.
16337
16338 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16341         html parts correctly; support forwarded messages.
16342         (gnus-article-browse-html-article): Remove work buffers.
16343
16344         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16345         compiling.
16346         (netrc-bound-and-true-p): New macro.
16347         (netrc-parse): Use it instead of bound-and-true-p that is not available
16348         in XEmacs 21.4.
16349
16350 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16351
16352         * gnus-registry.el (gnus-registry-mark-article)
16353         (gnus-registry-article-marks): Add functionality to mark articles
16354         through the Gnus registry.
16355
16356         * encrypt.el: Clarify documentation for the new pgg method.
16357         (encrypt-file-alist): Add PGG option.
16358         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16359         functionality.  Abstract password key and messaging to external
16360         functions.
16361         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16362         (encrypt-message-method-and-cipher): Add new convenience external
16363         functions.
16364         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16365         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16366
16367         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16368         (netrc-parse): Use encrypt-file-alist to determine if
16369         encrypt-find-model or encrypt-insert-file-contents should be used.
16370
16371         * encrypt.el: Clarify documentation.  Load password-cache or
16372         password, whichever one is found first, instead of autoloading.
16373
16374 2007-12-19  Glenn Morris  <rgm@gnu.org>
16375
16376         * mml.el (message-options-set, message-narrow-to-head)
16377         (message-in-body-p, message-mail-p, message-encode-message-body):
16378         Autoload.
16379         (message-remove-header, message-narrow-to-headers-or-head)
16380         (message-subscribed-p, message-make-mail-followup-to)
16381         (message-position-on-field, message-news-p)
16382         (message-options-set-recipient, message-generate-headers)
16383         (message-sort-headers): Declare as functions.
16384
16385 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16388         convention in doc string.
16389
16390 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16393         title to html parts.
16394         (gnus-article-browse-html-article): Pass message header to it.
16395
16396         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16397
16398 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16399
16400         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16401         or password compatible with XEmacs.
16402
16403 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16404
16405         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16406         format document.
16407         (gnus-mime-delete-part): Don't write description line if empty.
16408         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16409
16410 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16411
16412         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16413         (gnus-summary-mark-read-and-unread-as-read)
16414         (gnus-summary-mark-current-read-and-unread-as-read)
16415         (gnus-summary-mark-unread-as-ticked): Doc fix.
16416         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16417
16418 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16419
16420         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16421         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16422
16423 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16424
16425         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16426         yes-or-no-p.
16427
16428 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * mm-decode.el (mm-add-meta-html-tag): New function.
16431         (mm-save-part-to-file, mm-pipe-part): Use it.
16432
16433         * gnus-art.el (gnus-article-browse-delete-temp-files):
16434         Use gnus-y-or-n-p instead of y-or-n-p.
16435         (gnus-article-browse-html-parts): Work with message/external-body; use
16436         mm-add-meta-html-tag.
16437
16438 2007-12-11  Glenn Morris  <rgm@gnu.org>
16439
16440         * gnus-cache.el: Require gnus-sum not just when compiling.
16441
16442         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16443
16444         * gnus-int.el (gnus-server-opened, gnus-status-message):
16445         Move definitions before use.
16446
16447         * mm-decode.el: Require gnus-util.
16448         (mm-remove-part): Only call delete-annotation on XEmacs.
16449
16450         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16451
16452         * nnmail.el: Require gnus-int.
16453
16454         * spam.el: Move `require's before `eval-when-compile's.
16455
16456         * gnus-ems.el (gnus-alive-p):
16457         * gnus-fun.el (message-goto-eoh):
16458         * gnus-util.el (gnus-group-name-decode):
16459         * mail-source.el (gnus-compress-sequence):
16460         * message.el (Info-goto-node, format-spec):
16461         * mm-bodies.el (message-options-get):
16462         * mm-decode.el (mm-view-pkcs7):
16463         * mm-util.el (gmm-write-region):
16464         * mml-smime.el (mml-compute-boundary)
16465         (gnus-completing-read-with-default):
16466         * mml.el (widget-button-press, gnus-make-hashtable):
16467         * mml1991.el (mm-decode-content-transfer-encoding)
16468         (mm-encode-content-transfer-encoding)
16469         (message-options-get, message-options-set):
16470         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16471         * nnfolder.el (gnus-request-group):
16472         * nnheader.el (ietf-drums-unfold-fws):
16473         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16474         * smime.el (gnus-run-mode-hooks):
16475         * spam-stat.el (gnus-message): Autoload.
16476
16477         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16478         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16479         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16480         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16481         Add declare-function compatibility definition.
16482
16483         * gnus-cache.el (nnvirtual-find-group-art):
16484         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16485         (gnus-add-image, gnus-add-wash-type):
16486         * gnus-group.el (nnkiboze-score-file):
16487         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16488         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16489         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16490         (message-tokenize-header, gnus-get-buffer-create)
16491         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16492         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16493         * gnus.el (gnus-group-decoded-name):
16494         * mail-source.el (imap-capability):
16495         * mm-bodies.el (message-options-set):
16496         * mm-decode.el (gnus-configure-windows):
16497         * mm-extern.el (message-goto-body):
16498         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16499         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16500         (epg-sub-key-validity, message-options-set):
16501         * mml.el (widget-event-point, gnus-configure-windows):
16502         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16503         * mml2015.el (epg-check-configuration, epg-configuration)
16504         (message-options-set):
16505         * nndb.el (nndb-request-article):
16506         * nnfolder.el (gnus-request-create-group):
16507         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16508         * nnmaildir.el (gnus-group-mark-article-read):
16509         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16510         * rfc1843.el (message-fetch-field):
16511         * spam.el (gnus-extract-address-components):
16512         Declare as functions.
16513
16514 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16517
16518         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16519
16520         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16521         bind show-trailing-whitespace for XEmacs.
16522
16523 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16524
16525         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16526         new no-op macro for backward compatibility.
16527
16528         * imap.el (imap-string-to-integer): New function.
16529
16530 2007-12-09  Glenn Morris  <rgm@gnu.org>
16531
16532         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16533
16534         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16535         * message.el, mm-view.el, sieve-manage.el, smime.el:
16536         Add declare-function compatibility definition.
16537
16538         * gnus-art.el (w3-region, w3m-region, Info-menu):
16539         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16540         * gnus-sum.el (gnus-get-predicate):
16541         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16542         * message.el (mail-abbrev-in-expansion-header-p):
16543         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16544         (w3m-detect-meta-charset, w3m-region):
16545         * sieve-manage.el (password-read, password-cache-add)
16546         (password-cache-remove):
16547         * smime.el (password-read-and-add): Declare as functions.
16548
16549 2007-12-08  David Kastrup  <dak@gnu.org>
16550
16551         * gnus-sum.el (gnus-summary-simplify-subject-query):
16552         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16553         `message'.
16554
16555 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16558         it to bind idna-program, installation-directory, defined-colors, and
16559         face-attribute for XEmacs of the version that compiles defcustom forms.
16560
16561 2007-12-07  Glenn Morris  <rgm@gnu.org>
16562
16563         * gnus-art.el (article-make-date-line): Revert previous change.
16564
16565 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16566
16567         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16568
16569 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16570
16571         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16572         Call gnus-add-to-range ranges only once with a prepared article-list.
16573
16574 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16575
16576         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16577         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16578         group names with backslashes.
16579         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16580
16581 2007-12-06  Deepak Goel  <deego3@gmail.com>
16582
16583         * gnus-art.el (article-make-date-line):
16584         * gnus-start.el (gnus-load):
16585         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16586
16587 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * gnus-art.el (gnus-use-idna):
16590         * gnus-start.el (gnus-site-init-file):
16591         * message.el (message-use-idna):
16592         * mm-uu.el (mm-uu-hide-markers):
16593         * smiley.el (smiley-style): Revert changes that suppress warnings.
16594
16595 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16598         specify charset to html source.
16599         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16600
16601 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16604         idna-program in order to suppress byte compile warning issued by XEmacs
16605         that came to byte compile the default value section of defcustom forms
16606         recently.
16607
16608         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16609         value of installation-directory.
16610
16611         * message.el (message-use-idna): Don't directly refer to the value of
16612         idna-program.
16613
16614         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16615
16616         * smiley.el (smiley-style): Don't directly call face-attribute.
16617
16618 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16621
16622         * gnus-dired.el: Reduce Gnus dependencies.
16623         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16624         Don't require.  Use autoloads instead.
16625         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16626         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16627         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16628         (gnus-dired-mode): Adjust doc string.
16629         (gnus-dired-mail-mode): New variable.
16630         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16631         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16632         (gnus-dired-mail-buffers): New function.  Return mail or message
16633         composition buffers.
16634         (gnus-dired-attach): Use it.
16635         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16636         NO-DECODE.
16637         (gnus-dired-print): Use `gnus-print-buffer' depending on
16638         `gnus-dired-mail-mode'.
16639
16640 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * rfc2047.el (rfc2047-encoded-word-regexp)
16643         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16644         explaining what regexp patterns are for.
16645
16646 2007-12-04  Glenn Morris  <rgm@gnu.org>
16647
16648         * password.el: Move to password-cache.el.
16649
16650         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16651         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16652         * mml-smime.el (password-read, password-cache-add)
16653         (password-cache-remove):
16654         No need to autoload, since mml-sec requires password.
16655
16656         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16657         * message.el (gnus-extract-address-components):
16658         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16659
16660         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16661         password.
16662
16663 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * mailcap.el: Reduce dependencies.
16666         (mail-header-parse-content-type): Autoload.
16667         (mailcap-delete-duplicates): New alias.
16668         (mailcap-mime-info): Add optional argument NO-DECODE.
16669         (mailcap-mime-types): Use mailcap-delete-duplicates.
16670
16671         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16672
16673 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16674
16675         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16676         (imap-parse-status): Upcase status-att for servers that sends them
16677         lower-case (e.g., MS Exchange 2007).
16678
16679 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16680
16681         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16682         function.
16683
16684         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16685         (gnus-uu-yenc-article): New function.
16686
16687         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16688
16689         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16690
16691 2007-12-02  Glenn Morris  <rgm@gnu.org>
16692
16693         * binhex.el (binhex): New custom group.
16694         (binhex-decoder-program, binhex-decoder-switches)
16695         (binhex-use-external): Move to the binhex custom group.
16696
16697         * uudecode.el (uudecode): New custom group.
16698         (uudecode-decoder-program, uudecode-decoder-switches)
16699         (uudecode-use-external): Move to the uudecode custom group.
16700
16701         * netrc.el (top-level): Don't load `encrypt' features.
16702         (netrc-parse): Don't use encrypt.
16703         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16704
16705         * encrypt.el: Remove file.
16706
16707 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16710         matches on patches.
16711
16712         * gnus-art.el (gnus-article-browse-html-article):
16713         Mention `mm-text-html-renderer' in the doc string.
16714
16715         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16716         string.  Add comments.
16717
16718         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16719         if rhs is ASCII.
16720
16721 2007-12-01  Glenn Morris  <rgm@gnu.org>
16722
16723         * mail-source.el (top-level): Require format-spec before
16724         eval-when-compile.
16725
16726 2007-11-30  Glenn Morris  <rgm@gnu.org>
16727
16728         * encrypt.el: Require password, rather than autoloading password-read.
16729
16730 2007-11-29  Glenn Morris  <rgm@gnu.org>
16731
16732         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16733         (sasl-make-client, sasl-next-step, sasl-step-data)
16734         (sasl-step-set-data): Declare as functions.
16735
16736 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16737
16738         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16739
16740 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16741
16742         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16743         certs should be verified and what is to be done in the event of a
16744         verification failure.
16745
16746         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16747         caller can indicate whether the cache should be disregarded for this
16748         call.  This way the result of the call is reproducible at all times and
16749         can be considered a canonical server name for the supplied method.
16750         (gnus-agent-method-p): Canonicalize server names by pushing their
16751         method through `gnus-method-to-server' using the no-cache argument.
16752
16753         * gnus-srvr.el (gnus-server-insert-server-line):
16754         Call `gnus-method-to-server' with `no-cache' argument.
16755
16756         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16757         gnus-agent-possibly-synchronize-flags as this should be called when the
16758         server is actually being opened.
16759         (gnus-agent-possibly-synchronize-flags)
16760         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16761         flags file of an agentized server to the latter function.
16762
16763         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16764         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16765         after a connection has been established successfully.
16766
16767 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * gnus-art.el (article-display-face): Force to display face if called
16770         interactively; check if gnus-article-x-face-too-ugly matches author.
16771         (article-display-x-face): Display face even if From header is missing
16772         as article-display-face does.
16773
16774 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16775
16776         * hashcash.el (message-narrow-to-headers-or-head)
16777         (message-fetch-field, message-goto-eoh)
16778         (message-narrow-to-headers): Declare as functions.
16779
16780 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16781
16782         * mail-source.el (mail-sources): Default to fetch from file for
16783         compatibility with default of nnmail-spool-file.
16784
16785 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16788         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16789         to look for encoded word that should be encoded again.
16790         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16791         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16792         encoding pattern.
16793         (rfc2047-decode-region): Switch strict regexp and loose one according
16794         to rfc2047-allow-irregular-q-encoded-words.
16795
16796 2007-11-25  Romain Francoise  <romain@orebokech.com>
16797
16798         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16799
16800 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * tls.el (tls-program): Provide more custom choices from
16803         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16804         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16805
16806 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16809         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16810
16811         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16812         `nnmail-spool-file'.
16813
16814         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16815         `nnmail-spool-file'.
16816
16817         * gnus-move.el (gnus-change-server): Ditto.
16818
16819         * gnus-kill.el (gnus-batch-score): Ditto.
16820
16821         * gnus-cache.el (gnus-jog-cache): Ditto.
16822
16823         * gnus-msg.el (gnus-summary-reply):
16824         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16825
16826 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16829         version.  Minor improvement to doc strings.
16830         (tls-program): Add comment.
16831
16832 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16833
16834         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16835         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16836         mismatch between the hostname provided in the certificate and the name
16837         of the host connnecting to.
16838         (open-tls-stream): Use them.  Check certificates against trusted root
16839         certificates.
16840
16841 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16842
16843         * gnus-cache.el (gnus-cache-generate-nov-databases):
16844         Use nnml-generate-nov-databases-directory instead of
16845         nnml-generate-nov-databases-1.
16846
16847 2007-11-24  Glenn Morris  <rgm@gnu.org>
16848
16849         * message.el (message-tool-bar-retro): Update for rename
16850         mail_send.xpm->mail-send.xpm.
16851
16852 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16853
16854         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16855         `smime-ldap-search' for Emacs 22 and up.
16856
16857 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16858
16859         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16860
16861         * message.el (message-send-mail-function): Fix error convention.
16862         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16863         (message-widen-reply, message-send-mail, message-talkative-question)
16864         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16865         (message-clone-locals, message-send-news): Use with-current-buffer.
16866         (message-insert-or-toggle-importance): Remove unused var `valid'.
16867         (message-make-references): Remove unused var `new-references'.
16868         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16869
16870 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16871
16872         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16873         (spam-split-symbolic-return-positive): Reflow docstring.
16874         (spam-backends, spam-summary-exit-behavior)
16875         (spam-mark-ham-unread-before-move-from-spam-group)
16876         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16877         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16878         (spam-clear-cache, spam-backend-check, spam-install-backend)
16879         (spam-install-statistical-backend, spam-list-of-processors)
16880         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16881         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16882         (spam-check-crm114, spam-initialize, spam-unload-hook):
16883         Fix typos in docstrings.
16884
16885 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16888         been checked if they have never been read and those group levels are
16889         higher than the one that a user specified.
16890
16891 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16894         foreign groups unless a group level is specified by a user.
16895         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16896
16897 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16898
16899         * message.el (message-send-mail-function): Require sendmail.
16900
16901 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * message.el (message-send-mail-function): Check for smtpmail too.
16904
16905         * utf7.el (utf7-encode, utf7-decode): Use coding system
16906         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16907
16908         * message.el (message-send-mail-function): New function.
16909         (message-send-mail-function): Set default using
16910         message-send-mail-function.  Adjust doc string.
16911         (message-send-mail-with-mailclient): New function.
16912
16913 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16914
16915         * smime.el (from):
16916         * rfc2047.el (message-posting-charset):
16917         * qp.el (mm-use-ultra-safe-encoding):
16918         * pop3.el (parse-time-months):
16919         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16920         * nnml.el (files):
16921         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16922         (jka-compr-compression-info-list, ange-ftp-path-format)
16923         (efs-path-regexp):
16924         * nndiary.el (files):
16925         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16926         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16927         (epg-digest-algorithm-alist, inhibit-redisplay)
16928         (password-cache-expiry):
16929         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16930         (pgg-output-buffer, password-cache-expiry):
16931         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16932         (efs-path-regexp):
16933         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16934         (inhibit-redisplay):
16935         * mm-uu.el (file-name, start-point, end-point, entry)
16936         (gnus-newsgroup-name, gnus-newsgroup-charset):
16937         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16938         (latin-unity-ucs-list):
16939         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16940         (mm-uu-binhex-decode-function):
16941         * message.el (gnus-message-group-art, gnus-list-identifiers)
16942         (rmail-enable-mime-composing, gnus-local-organization)
16943         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16944         (gnus-read-active-file, facemenu-add-face-function)
16945         (facemenu-remove-face-function, gnus-article-decoded-p)
16946         (tool-bar-mode):
16947         * mail-source.el (display-time-mail-function):
16948         * gnus-util.el (nnmail-pathname-coding-system)
16949         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16950         (gnus-original-article-buffer, gnus-user-agent)
16951         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16952         (xemacs-codename, sxemacs-codename, emacs-program-version):
16953         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16954         * gnus-start.el (gnus-agent-covered-methods)
16955         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16956         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16957         (gnus-newsgroup-headers, gnus-group-list-mode)
16958         (gnus-group-mark-positions, gnus-newsgroup-data)
16959         (gnus-newsgroup-unreads, nnoo-state-alist)
16960         (gnus-current-select-method, mail-sources)
16961         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16962         (nnmail-spool-file, gnus-cache-active-hashtb):
16963         * gnus-mh.el (mh-lib-progs):
16964         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16965         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16966         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16967         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16968         (gnus-group-buffer):
16969         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16970         (font-lock-set-defaults):
16971         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16972         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16973         (gnus-summary-post-menu, total-parts, type, condition, length):
16974         * gnus-agent.el (gnus-agent-read-agentview):
16975         * flow-fill.el (show-trailing-whitespace):
16976         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16977         eval-and-compile wrappers for byte compiler pacifiers.
16978
16979         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16980         (mm-display-inline-fontify): Check for featurep 'xemacs not
16981         extent-list.
16982
16983         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16984         itimer-list.
16985         (mm-create-image-xemacs): Only do something for XEmacs.
16986         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16987
16988         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16989
16990         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16991         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16992
16993 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16994
16995         * nnimap.el (nnimap-split-download-body):
16996         * gnus-demon.el (gnus-demon):
16997         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16998
16999 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17002         New macros.
17003         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17004         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17005         copy data from unibyte buffer to multibyte current buffer.
17006         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17007         to copy data from unibyte current buffer to multibyte buffer.
17008         (nntp-make-process-buffer): Make process buffer unibyte.
17009
17010         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17011
17012 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17013
17014         * pop3.el (pop3-open-server): Accept and process data more robustly at
17015         connection start to avoid spurious "POP SSL connection failed" errors.
17016
17017 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17020         read group names.
17021
17022 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17023
17024         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17025
17026 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17029         (nnmail-save-active): Use a unibyte buffer when saving active file,
17030         which may contain non-ASCII group names.
17031
17032         * nnml.el (nnml-request-group): Decode group names in messages.
17033
17034 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17035
17036         * message.el (message-citation-line-function)
17037         (message-insert-formatted-citation-line): Fix spelling of
17038         `message-insert-formated-citation-line'.
17039
17040 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17041
17042         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17043
17044 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17047         nnmail-pathname-coding-system.
17048
17049         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17050         that a user enters; decode group names in messages.
17051
17052         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17053
17054 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17055
17056         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17057
17058         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17059
17060         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17061         risky local variable.
17062
17063         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17064
17065 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17066
17067         * encrypt.el: Improve documentation to fix function name typo.
17068         Reported by Daiki Ueno <ueno@unixuser.org>.
17069
17070 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17073         even if the point is not in the last page of an article.
17074         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17075         back to the previous page.
17076
17077 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17080
17081 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17084
17085 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17086
17087         * message.el (message-check-news-body-syntax):
17088         Avoid mm-string-as-multibyte.
17089         (message-hide-headers): Don't assume (point-min)==1.
17090
17091 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17092
17093         * message.el (message-remove-blank-cited-lines): Fix if remove is
17094         given.
17095         (message-bogus-address-regexp): New variable.
17096         (message-bogus-recipient-p): New function.
17097         (message-check-recipients): New command.
17098         (message-syntax-checks): Add `bogus-recipient'.
17099         (message-fix-before-sending): Add `bogus-recipient'.
17100
17101         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17102         (gnus-treat-body-boundary): Don't test window-system.
17103
17104 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17105
17106         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17107
17108 2007-10-28  Miles Bader  <miles@gnu.org>
17109
17110         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17111         at compile-time too.
17112
17113 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17114
17115         * gnus-msg.el (gnus-message-setup-hook):
17116         Add `message-remove-blank-cited-lines' to options.
17117
17118 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17119
17120         * message.el (message-remove-blank-cited-lines): New function.
17121         Suggested by Karl Plästerer.
17122
17123 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17126         mapc.
17127
17128         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17129         (top-level): Use mapc to set functions to be traced for debugging.
17130
17131         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17132         called for effect with while loop.
17133
17134         * message.el (message-talkative-question): Replace mapcar called for
17135         effect with mapc.
17136
17137         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17138         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17139         called for effect with dolist.
17140
17141         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17142
17143         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17144         gnus-extra-headers and nnmail-extra-headers.
17145
17146         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17147         called for effect with dolist.
17148         (top-level): Use mapc to set functions to be traced for debugging.
17149
17150         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17151         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17152         dolist.
17153
17154         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17155         Replace mapcar called for effect with mapc.
17156         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17157         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17158         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17159         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17160
17161         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17162         remove-if that's a cl function.
17163
17164         * webmail.el (webmail-debug): Replace mapcar called for effect with
17165         dolist.
17166
17167         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17168         with mapc.
17169
17170 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17173         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17174         with while loop.
17175
17176         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17177         functions from article-* functions.
17178         (gnus-multi-decode-header): Replace mapcar called for effect with
17179         dolist.
17180
17181         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17182         (gnus-bookmark-show-details): Replace mapcar called for effect with
17183         while loop.
17184
17185         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17186         called for effect with while loop.
17187
17188         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17189         with dolist.
17190
17191         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17192         Replace mapcar called for effect with dolist.
17193
17194         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17195
17196         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17197         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17198         Replace mapcar called for effect with dolist.
17199         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17200         mapc.
17201
17202         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17203         Replace mapcar called for effect with dolist.
17204         (gnus-topic-list): Replace mapcar called for effect with mapc.
17205
17206         * gnus.el: Use mapc instead of mapcar to add autoloads.
17207
17208 2007-10-23  Richard Stallman  <rms@gnu.org>
17209
17210         * gnus-group.el (gnus-group-highlight): Mark as risky.
17211
17212 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * gnus.el (gnus-server-to-method): Return method found first in
17215         gnus-newsrc-alist.
17216
17217         * gnus-art.el (gnus-article-highlight-signature)
17218         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17219         button overlay without the front stickiness.
17220
17221 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17222
17223         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17224         overview buffer needed a catch to receive its throw.
17225         (gnus-agent-flush-cache): Declare as interactive to make this function
17226         easier to use.
17227
17228 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17229
17230         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17231         `next-line'.
17232
17233 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17236         exclude address matching message-dont-reply-to-names.
17237
17238 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * gnus-util.el (gnus-string<): New function.
17241
17242         * gnus-sum.el (gnus-article-sort-by-author)
17243         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17244
17245 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17248         the frame-focus tag is set in gnus-buffer-configuration.
17249
17250 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17253         the front stickiness.
17254
17255 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17258         url pattern; remove duplicate one.
17259         (gnus-article-extend-url-button): New function.
17260         (gnus-article-add-buttons): Use it.
17261         (gnus-button-push): Use concatenated url that it makes.
17262
17263 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17264
17265         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17266
17267 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17268
17269         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17270         Don't hardcode point-min==1.
17271
17272 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17273
17274         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17275         Fix comment about "iso8859-1".
17276
17277 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17278
17279         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17280         ones returned from the verify-function.
17281
17282         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17283         Call mml2015-extract-cleartext-signature if extraction failed.
17284
17285 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17286
17287         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17288         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17289         failed.
17290
17291 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17292
17293         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17294
17295 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17296
17297         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17298         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17299         recommends to use EasyPG instead of PGG.
17300
17301         * pgg.el: Revert to revision 6.23.2.16.
17302
17303         * pgg-def.el: Revert to revision 6.6.2.14.
17304
17305         * pgg-gpg.el: Revert to revision 6.23.2.34.
17306
17307 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17308
17309         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17310         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17311         thread for both the null and zero (kill/expire thread) universal prefix
17312         cases.
17313         (gnus-summary-expire-thread): Add new function to expire a thread,
17314         using gnus-summary-kill-thread.
17315         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17316         shortcuts for gnus-summary-expire-thread.
17317         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17318         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17319
17320 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17321
17322         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17323         extras value, so an extras entry can be deleted.
17324         (gnus-registry-delete-extra-entry): Use it.
17325         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17326         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17327         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17328         storage through the gnus-registry, and provide an appropriate API for
17329         it.
17330
17331 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17334         Suggested by Leo <sdl.web@gmail.com>.
17335
17336         * gnus.el: Do.
17337
17338 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17341         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17342
17343         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17344
17345         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17346         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17347
17348 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17351         newline.
17352         (nnmbox-request-accept-article): Don't change article in source buffer;
17353         narrow to header to use message-fetch-field rather than
17354         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17355         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17356         as delimiters; make sure article ends with newline.
17357         (nnmbox-delete-mail): Correct last position of article to be deleted;
17358         ignore X-Gnus-Newsgroup header in article body.
17359         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17360         positions; make sure article ends with newline.
17361
17362         * message.el (message-display-abbrev): Don't infloop when a user
17363         inserts SPC in the beginning of header.
17364
17365         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17366         coding-system-for-read and coding-system-for-write for XEmacs having no
17367         file-coding feature.
17368
17369         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17370
17371 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17372
17373         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17374         list of groups not followed by default.  Fix type to be regexp.
17375         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17376
17377 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17378
17379         * hmac-def.el (define-hmac-function): Switch from old-style to
17380         new-style backquotes.
17381
17382         * md4.el (md4-make-step): Likewise.
17383
17384 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17387         raw-text coding system when saving .newsrc file, which may contain
17388         non-ASCII group names.
17389
17390 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * gnus-cus.el (gnus-score-extra): New widget.
17393         (gnus-score-extra-convert): New function.
17394         (gnus-score-customize): Use it for Extra.
17395
17396 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17397
17398         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17399         (mml2015-mailcrypt-clear-verify): Use it.
17400         (mml2015-gpg-clear-verify): Use it.
17401         (mml2015-pgg-clear-verify): Use it.
17402         (mml2015-epg-clear-verify): Replace the current part with the output
17403         from GnuPG; don't extract the plaintext by itself.
17404
17405         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17406         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17407         mml2015-clear-verify-function; don't touch the armor headers or
17408         dash-escaped text here.
17409
17410 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17413         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17414         parts, or application/octet-stream as a last resort.
17415         (gnus-mime-view-part-as-type): Don't toggle display.
17416         (gnus-mime-view-part-as-charset): Don't turn off display before
17417         querying charset.
17418
17419         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17420         stuff to undisplayer function in Emacs.
17421         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17422
17423         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17424         text/calendar parts.
17425
17426 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17429         decoding text/calendar parts.
17430
17431         * message.el (message-forward-make-body-mime): Always mark body as
17432         having no illegible text; remove signed-or-encrypted argument.
17433         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17434
17435         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17436         (mml-generate-mime-1): Don't encode body if it is specified to be in
17437         raw form; don't make buffer be unibyte when inserting multibyte string.
17438
17439 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17440
17441         * sha1.el: Fix up comment style.
17442         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17443         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17444
17445         * hex-util.el: Fix up comment style.
17446         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17447
17448         * gnus-salt.el: Use with-current-buffer.
17449         (gnus-pick-setup-message): Fix long-standing typo.
17450
17451 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * imap.el (imap-logout-timeout): New variable.
17454         (imap-logout, imap-logout-wait): New functions.
17455         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17456
17457         * nnimap.el (nnimap-logout-timeout): New server variable.
17458         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17459         nnimap-logout-timeout.
17460
17461         * gnus-art.el (gnus-article-summary-command-nosave)
17462         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17463
17464 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * gnus.el (gnus-maximum-newsgroup): New variable.
17467
17468         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17469         according to gnus-maximum-newsgroup.
17470
17471         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17472         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17473         Limit the range of articles according to gnus-maximum-newsgroup.
17474
17475 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17476
17477         * gnus-art.el (gnus-sticky-article): Fix problems described in
17478         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17479         Don't perform gnus-configure-windows here; reuse existing sticky
17480         article buffer.
17481
17482         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17483         it doesn't exist in gnus-article-mode.
17484
17485 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17488         (gnus-agent-decoded-group-name): New function.
17489         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17490         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17491
17492 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17493
17494         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17495         Add binding for gnus-sticky-article.
17496         (gnus-summary-exit): Don't kill sticky article buffers.
17497
17498         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17499         article buffer.
17500         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17501         (gnus-kill-sticky-article-buffers): New commands.
17502
17503 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * nntp.el (nntp-xref-number-is-evil): New server variable.
17506         (nntp-find-group-and-number): If it is non-nil, don't trust article
17507         numbers in the Xref header.
17508
17509 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * gnus-agent.el (gnus-agent-read-group): New function.
17512         (gnus-agent-flush-group, gnus-agent-expire-group)
17513         (gnus-agent-regenerate-group): Use it.
17514         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17515         nnmail-pathname-coding-system.
17516
17517 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17520
17521         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17522         that are unread as unread, and also as selected so that information of
17523         marks having been changed by a user may be updated when exiting group.
17524
17525 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17526
17527         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17528
17529 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17532         calculated ignoring signature parts to gnus-treat-article.
17533
17534 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17537         a point here in order to keep the window start.
17538         (gnus-insert-mime-security-button): Make a button overlay without the
17539         front stickiness.
17540         (gnus-mime-display-security): Goto the end of a button.
17541
17542         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17543
17544 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17547         group-name-at-point.
17548         (gnus-group-completing-read): New function that offers decoded
17549         non-ASCII group names for completion.
17550         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17551         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17552         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17553         (gnus-group-fetch-control): Use it.
17554         (gnus-fetch-group): Use group-name-at-point for the initial value
17555         rather than the default value; use gnus-alive-p.
17556
17557         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17558         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17559         (gnus-summary-post-news): Use gnus-group-completing-read.
17560
17561         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17562         (gnus-read-move-group-name): Decode group name for completion.
17563
17564 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17565
17566         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17567         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17568         Yamaoka slightly modified the code).
17569
17570 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17573         (nnmail-split-incoming): Bind it.
17574
17575         * nnml.el (nnml-group-name-charset): New function.
17576         (nnml-decoded-group-name): Use it; don't decode group name if
17577         nnmail-group-names-not-encoded-p is non-nil.
17578         (nnml-encoded-group-name): New function.
17579         (nnml-group-pathname): Inline nnml-decoded-group-name.
17580         (nnml-request-expire-articles): Decode group name in message.
17581         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17582         nnmail-pathname-coding-system.
17583         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17584         not decoded ones according to nnmail-group-names-not-encoded-p.
17585         (nnml-generate-active-info): Use nnml-encoded-group-name.
17586
17587 2007-08-08  Glenn Morris  <rgm@gnu.org>
17588
17589         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17590         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17591         doc-strings and comments.
17592
17593 2007-07-25  Glenn Morris  <rgm@gnu.org>
17594
17595         * Relicense all FSF files to GPLv3 or later.
17596
17597 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-sum.el (gnus-summary-move-article):
17600         Make gnus-summary-respool-article work.
17601
17602 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17603
17604         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17605         string.
17606
17607 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17608
17609         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17610         that should be ignored when comparing distant RSS articles with local
17611         ones.
17612         (nnrss-make-hash-index): New function.  Create a hash index according
17613         to the ignored fields.
17614         (nnrss-check-group): Use it.
17615
17616 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17619
17620         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17621
17622         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17623         the new optional argument ENCODED is non-nil.
17624         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17625         coding system for encoding group name.
17626         (gnus-group-make-rss-group): Pass un-encoded group name to
17627         gnus-group-make-group.
17628         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17629         encoded.
17630
17631         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17632         Encode group name to which articles are moved or copied.
17633         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17634         coding system for encoding Newsgroup, Followup-To and Xref headers.
17635
17636         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17637         marks; use nnheader-file-coding-system to write a file.
17638         (nnagent-retrieve-headers): Bind file-name-coding-system to
17639         nnmail-pathname-coding-system.
17640
17641         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17642
17643         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17644         (nnml-request-article, nnml-request-create-group)
17645         (nnml-request-rename-group, nnml-find-id)
17646         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17647         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17648         (nnml-save-marks): Use nnml-group-pathname instead of
17649         nnmail-group-pathname.
17650
17651         (nnml-request-create-group, nnml-request-expire-articles)
17652         (nnml-request-move-article, nnml-request-delete-group)
17653         (nnml-deletable-article-p, nnml-possibly-create-directory)
17654         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17655         (nnml-open-marks): Bind file-name-coding-system to
17656         nnmail-pathname-coding-system.
17657
17658         (nnml-request-article): Pass server argument to nnml-find-group-number.
17659         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17660         Pass server argument to nnml-possibly-create-directory.
17661         (nnml-request-accept-article): Pass server argument to
17662         nnml-active-number and nnml-save-mail.
17663         (nnml-find-group-number): Pass server argument to nnml-find-id.
17664         (nnml-request-update-info): Pass server argument to
17665         nnml-marks-changed-p.
17666
17667         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17668         (nnml-save-mail, nnml-active-number): Add server argument.
17669
17670         (nnml-request-delete-group): Warn if group is missing.
17671         (nnml-get-nov-buffer): Decode group name.
17672         (nnml-generate-active-info): Encode group name.
17673         (nnml-open-marks): Decode group name in messages.
17674
17675 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17678         if it is not specified.
17679         (gnus-article-pipe-part, gnus-article-save-part)
17680         (gnus-article-interactively-view-part, gnus-article-copy-part)
17681         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17682         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17683         (gnus-article-replace-part, gnus-article-delete-part)
17684         (gnus-article-view-part-as-type): Pass raw prefix argument to
17685         gnus-article-part-wrapper.
17686
17687 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus-agent.el (gnus-agent-save-active):
17690         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17691
17692         * gnus-cache.el (gnus-cache-save-buffers)
17693         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17694         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17695         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17696         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17697         (gnus-cache-generate-active, gnus-cache-rename-group)
17698         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17699         (gnus-cache-update-overview-total-fetched-for):
17700         Bind file-name-coding-system to nnmail-pathname-coding-system.
17701         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17702         New variables.
17703         (gnus-cache-decoded-group-name): New function.
17704         (gnus-cache-file-name): Use it.
17705         (gnus-cache-generate-active): Use non-decoded group name for active.
17706
17707         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17708         right place.
17709         (gnus-write-active-file): Don't break non-ASCII group names.
17710
17711         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17712         nnmail-pathname-coding-system.
17713
17714         * lpath.el: Bind default-file-name-coding-system,
17715         file-name-coding-system and language-info-alist for XEmacs.
17716
17717         * gnus-uu.el (gnus-uu-decode-save): Typo.
17718
17719 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17722
17723 2007-07-14  David Kastrup  <dak@gnu.org>
17724
17725         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17726         finishing actions if we did not edit the article.
17727
17728 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17731         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17732         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17733         (gnus-agent-flush-group, gnus-agent-flush-cache)
17734         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17735         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17736         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17737         (gnus-agent-regenerate-group)
17738         (gnus-agent-update-files-total-fetched-for)
17739         (gnus-agent-update-view-total-fetched-for):
17740         Bind file-name-coding-system to nnmail-pathname-coding-system.
17741         (gnus-agent-group-pathname): Don't encode file names by
17742         nnmail-pathname-coding-system.
17743         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17744         coding-system-for-write instead of buffer-file-coding-system to
17745         gnus-agent-file-coding-system.
17746
17747         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17748         Decode group name.
17749
17750         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17751
17752         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17753         (gnus-read-newsrc-el-file): Make group names unibyte.
17754
17755         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17756         nnmail-pathname-coding-system.
17757
17758         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17759         (nnrss-request-delete-group): Bind file-name-coding-system to
17760         nnmail-pathname-coding-system.
17761         (nnrss-read-server-data, nnrss-read-group-data):
17762         Bind file-name-coding-system correctly.
17763         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17764
17765         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17766         (nntp-server-to-method-cache): New variable.
17767         (nntp-group-pathname): New function that decodes non-ASCII group names.
17768         (nntp-possibly-create-directory, nntp-marks-changed-p)
17769         (nntp-save-marks, nntp-open-marks): Use it.
17770         (nntp-possibly-create-directory, nntp-open-marks):
17771         Bind file-name-coding-system to nnmail-pathname-coding-system.
17772         (nntp-open-marks): Decode group names when bootstrapping marks.
17773
17774         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17775         Newsgroups and Followup-To headers.
17776
17777 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17780         (gnus-server-closed-face, gnus-server-denied-face)
17781         (gnus-server-offline-face): Remove variable.
17782         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17783
17784         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17785         of modifying message-stack directly for XEmacs.
17786
17787         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17788         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17789         if the coding-system argument is nil for XEmacs.
17790
17791         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17792         mm-charset-override-alist.
17793
17794         * rfc2047.el: Don't require base64; require rfc2045 for the function
17795         rfc2045-encode-string.
17796         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17797         to quote the parameter value.
17798
17799 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17802         form in gnus-group-name-charset-method-alist.
17803
17804         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17805         overrides the default layout edit-form.
17806
17807         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17808
17809         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17810
17811 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17814         as unfetched articles.
17815
17816 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17819
17820 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17823         original back end that keeps marks in the local system.
17824
17825 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17828         arg of pop-to-buffer for XEmacs.
17829         (gnus-article-read-summary-keys): Ditto; don't restore window
17830         configuration if summary command ends up with neither article buffer
17831         nor summary buffer; describe bindings if summary keys end with C-h.
17832
17833 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * message.el (message-fix-before-sending): Skip raw message part to be
17836         forwarded while checking illegible text.
17837         (message-forward-make-body-mime, message-forward-make-body):
17838         Mark signed or encrypted raw message as having no illegible text.
17839
17840 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17843         (gnus-message-with-timestamp-1): New macro.
17844         (gnus-message-with-timestamp): New function.
17845         (gnus-message): Use them.
17846
17847         * nnheader.el (nnheader-message): Use them.
17848
17849 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17850
17851         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17852         .newsrc.eld file.
17853
17854 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * gnus-agent.el (gnus-agent-fetch-headers)
17857         (gnus-agent-retrieve-headers):
17858         Bind gnus-decode-encoded-address-function to identity.
17859
17860         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17861         available also when the server returns simply a dot.
17862
17863         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17864
17865 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17868
17869 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * gnus-ems.el (gnus-x-splash): Make it work.
17872
17873         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17874         from being used.
17875
17876         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17877
17878 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17881         4th and the 5th arguments.
17882
17883         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17884         the front stickiness.
17885         (gnus-article-summary-command-nosave): Correct the order of the
17886         arguments passed to pop-to-buffer.
17887         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17888         summary command ends up with the article buffer.
17889
17890         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17891         the same faces.
17892
17893 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17894
17895         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17896
17897 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17898
17899         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17900         * gnus-sum.el (gnus-summary-highlight):
17901         * pgg.el (pgg-sign-region, pgg-sign):
17902         * mail-source.el (mail-source-delete-old-incoming-confirm):
17903         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17904
17905 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * gnus-art.el (gnus-mime-view-part-externally)
17908         (gnus-mime-view-part-internally): Fix predicate function passed to
17909         completing-read.
17910
17911         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17912
17913         * gnus.el (gnus-update-message-archive-method): Add :version.
17914
17915 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * gnus.el (gnus-update-message-archive-method): New variable.
17918
17919         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17920         according to gnus-message-archive-method if
17921         gnus-update-message-archive-method is non-nil.
17922
17923 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17926         Suggested by Loic Dachary <loic@dachary.org>.
17927         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17928
17929 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * message.el (message-pop-to-buffer): Add switch-function argument.
17932         (message-mail): Pass switch-function argument to it.
17933
17934 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17935
17936         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17937         Improve doc string.
17938
17939 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17942         (gnus-header-content):
17943         * gnus-cite.el (gnus-cite-10):
17944         * gnus-srvr.el (gnus-server-closed):
17945         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17946         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17947         (gnus-group-mail-3-empty, gnus-group-mail-low)
17948         (gnus-group-mail-low-empty, gnus-splash):
17949         * message.el (message-header-to, message-header-cc)
17950         (message-header-subject, message-header-other, message-header-name)
17951         (message-header-xheader, message-separator, message-cited-text)
17952         (message-mml): Lighten colors of faces used for dark background.
17953
17954 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17955
17956         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17957         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17958
17959 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * message.el (message-narrow-to-headers-or-head):
17962         Ignore mail-header-separator in the body.
17963
17964 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17967         same as window size.
17968
17969 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17970
17971         * message.el (message-font-lock-keywords): Use message-header-xheader
17972         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17973         ahead of the anything pattern, to get it recognized.
17974
17975 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17978         spam.el loads uses it in the compiled defadvice form.
17979
17980 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17981
17982         * gnus-sum.el (gnus-articles-to-read)
17983         (gnus-summary-insert-old-articles): Don't truncate group name for
17984         `read-string'.
17985
17986         * gnus-util.el (gnus-limit-string): Delete this function.
17987
17988         * gnus-sum.el (gnus-simplify-subject-fully):
17989         Use `truncate-string-to-width' instead.
17990
17991 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17992
17993         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17994         Tell if, on summary exit, the next group has to be selected.
17995         (gnus-summary-exit): Use it.
17996
17997 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17998
17999         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18000         non-break space.
18001
18002 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18005         Check if group is not a directory.
18006         (nnfolder-request-expire-articles): Don't delete articles if the target
18007         group is not available.
18008
18009         * nnml.el (nnml-request-create-group): Properly check if group is not a
18010         file.
18011         (nnml-request-expire-articles): Don't delete articles if the target
18012         group is not available.
18013
18014         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18015         Don't quote characters that are within parentheses.
18016
18017 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18020         (gnus-handle-ephemeral-exit): Select article according to it.
18021
18022 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18023
18024         * message.el (message-insert-formated-citation-line): Remove newline.
18025         (message-citation-line-format): Add final \n here so that the user can
18026         avoid a blank line.
18027
18028 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18029
18030         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18031         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18032         Update lanl/arXiv support.
18033
18034 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18035
18036         * gnus.el: Bump version number.
18037
18038 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18039
18040         * gnus.el (gnus-version-number): Bump version.
18041
18042 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18043
18044         * gnus.el: No Gnus v0.6 is released.
18045
18046 2007-04-27  Didier Verna  <didier@xemacs.org>
18047
18048         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18049         * gmm-utils.el (gmm-regexp-concat): ... here.
18050         * message.el: Don't require 'gnus-util.
18051         (message-dont-reply-to-names): Handle name change above.
18052         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18053
18054 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18057         since the initial value varies according to the system.
18058
18059 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18062
18063 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18064
18065         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18066
18067 2007-04-24  Didier Verna  <didier@xemacs.org>
18068
18069         Improve the type of gnus-ignored-from-addresses.
18070         * gnus-util.el (gnus-orify-regexp): New function.
18071         * message.el (gnus-util): Require it.
18072         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18073         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18074         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18075
18076 2007-04-24  Didier Verna  <didier@xemacs.org>
18077
18078         * gnus-sum.el:
18079         * gnus-utils.el: Fix some trailing whitespaces.
18080
18081 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18084         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18085         article's Message-ID; refer parent article in summary buffer.
18086
18087         * message.el (message-bounce): Call mime-to-mml.
18088
18089         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18090         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18091         optimize and/or forms properly.
18092
18093 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18094
18095         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18096         URL.
18097
18098 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18101
18102 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18105         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18106         displayed of multipart/alternative part if it is invoked from summary
18107         buffer.
18108
18109         * mm-view.el (mm-inline-text-html-render-with-w3m)
18110         (mm-inline-text-html-render-with-w3m-standalone)
18111         (mm-inline-render-with-function): Use mail-parse-charset by default.
18112
18113 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18114
18115         * parse-time.el (parse-time-string-chars): Check if CHAR
18116         is less than the length of parse-time-syntax.
18117
18118 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18121         from gnus-newsgroup-processable.
18122
18123 2007-04-16  Didier Verna  <didier@xemacs.org>
18124
18125         * gnus-msg.el (gnus-configure-posting-styles):
18126         Handle message-signature-directory properly with :file syntax.
18127         Reported by "Leo".
18128
18129 2007-04-11  Didier Verna  <didier@xemacs.org>
18130
18131         New user option: message-signature-directory.
18132         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18133         * message.el (message-insert-signature): Ditto.
18134         * message.el (message-signature-file): Doc update.
18135         * message.el (message-signature-directory): New.
18136
18137 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * gnus-msg.el (gnus-inews-yank-articles):
18140         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18141
18142 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * message.el (message-yank-original): Make sure cited text ends with
18145         newline; don't exchange point and mark.
18146
18147 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18148
18149         * tls.el (open-tls-stream): Properly handle case where there
18150         is no associated buffer.
18151
18152 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18153
18154         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18155         message-yank-original, make sure (< mark TEXT point).
18156
18157 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18158
18159         * message.el (message-fill-column): New variable.
18160         (message-mode): Use it.  Add comment on a possible new hook.
18161
18162         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18163         (nnmail-get-new-mail): Reformat.
18164
18165         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18166
18167         * gmm-utils.el: Fix Commentary.
18168         (gmm-tool-bar-from-list): Fix typo in doc string.
18169
18170 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18171
18172         * message.el (message-yank-original): Don't switch point and mark
18173         unnecessarily to put point and mark as documented.
18174
18175 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18176
18177         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18178         from the message heads.
18179
18180 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18181
18182         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18183         article buffer does not have a window.  This may not be the best
18184         solution but is certainly better than setting the start of the null,
18185         that is the current, window.
18186
18187 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18190         (gnus-draft-setup): Run it.
18191
18192         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18193         gnus-score-fast-scoring.  Allow regexp.
18194         (gnus-score-headers): Use it.
18195
18196         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18197         XEmacs.
18198
18199         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18200         string.
18201         (gnus-button-alist): Also catch `<f1> k ...'.
18202         (gnus-treat-display-x-face): Fix doc string.
18203
18204 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18205
18206         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18207         evaluation of gnus-extended-version to ensure correct generation of the
18208         User-Agent header when message-generate-headers-first is used.
18209
18210 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18211
18212         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18213         hashcash-path is nil.  Don't call callback with incorrect number of
18214         parameters if val is 0.
18215
18216 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18217
18218         * message.el (message-required-news-headers):
18219         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18220
18221 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18222
18223         * tls.el (open-tls-stream): In handshake-waiting loop,
18224         don't wait more if there is output available to process.
18225
18226 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18227
18228         * tls.el (tls-program): Doc fix.
18229
18230 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * message.el (message-generate-new-buffers): Change the meaning of the
18233         nil value; add `standard' to the choices; treat t as `unique'; improve
18234         doc string.
18235         (gnus-select-frame-set-input-focus): Autoload.
18236         (message-buffer-name): Search for the existing message buffer if
18237         message-generate-new-buffers is nil or `standard'; treat the value t of
18238         message-generate-new-buffers as `unique'.
18239         (message-pop-to-buffer): Raise the frame already displaying the message
18240         buffer; clear the echo area after querying.
18241         (message-setup): Pass the `continue' argument to compose-mail.
18242         (message-mail): Prefer `switch-function' if it is given; search for the
18243         existing message buffer if the `continue' argument is non-nil; pass
18244         continue and switch-function arguments to compose-mail by way of
18245         message-setup.
18246         (message-mail-other-window): Adjust argument of message-setup.
18247         (message-mail-other-frame): Ditto.
18248
18249 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18252         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18253         to turn font-lock on when turning gnus-message-citation-mode on.
18254
18255 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18256
18257         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18258         (mml-smime-function-alist): New variable; add epg as the backend.
18259         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18260         mml-smime- functions instead.
18261         * mm-view.el: Require smime.
18262
18263 2007-03-05  Didier Verna  <didier@xemacs.org>
18264
18265         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18266         instead of just inheritance for posting styles.
18267         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18268
18269 2007-02-24  Chris Moore  <dooglus@gmail.com>
18270
18271         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18272         * pgg-pgp.el (pgg-pgp-encrypt-region):
18273         * pgg-gpg.el (pgg-gpg-encrypt-region):
18274         Check pgg-encrypt-for-me if no other recipients.
18275
18276 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18277
18278         * tls.el (tls-certtool-program): Fix custom type.
18279
18280 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18283         and point-at-eol instead of line-(beginning|end)-position.
18284
18285         * assistant.el (assistant-parse-buffer): Ditto.
18286
18287         * netrc.el (netrc-parse-services): Ditto.
18288
18289 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18290
18291         * mml2015.el (mml2015-epg-find-usable-key): New function.
18292         (mml2015-epg-sign): Use it.
18293         (mml2015-epg-encrypt): Use it.
18294
18295 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * message.el (message-make-in-reply-to): Quote name containing
18298         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18299         if there are special characters.  Reported by NAKAJI Hiroyuki
18300         <nakaji@jp.freebsd.org>.
18301
18302 2007-02-27  Didier Verna  <didier@xemacs.org>
18303
18304         Include the group parameters as well as the topic ones in the
18305         inheritance filter process.
18306         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18307         argument GROUP-PARAMS-LIST.
18308         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18309
18310 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * nntp.el (nntp-never-echoes-commands)
18313         (nntp-open-connection-functions-never-echo-commands): New variables.
18314         (nntp-send-command): Use them.
18315
18316 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18317
18318         * mml2015.el (mml2015-epg-verify): Simplify.
18319
18320 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * mml.el (mml-content-disposition-alist): New user option.
18323         (mml-content-disposition): New function.
18324         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18325         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18326
18327 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18328
18329         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18330         verification.
18331
18332 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18333
18334         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18335         articles posted in the last 24 hours.
18336
18337 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18338
18339         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18340
18341 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18342
18343         * nntp.el (nntp-send-command): Don't wait for echoes when
18344         nntp-open-ssl-stream is used.
18345
18346 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18349         (gnus-message-add-citation-keywords)
18350         (gnus-message-remove-citation-keywords): Remove.
18351         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18352         directly, make the variables in font-lock-defaults buffer-local, add
18353         gnus-message-citation-keywords to them and then update the value of
18354         font-lock-keywords.
18355
18356 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * message.el (message-cite-original-1): Don't call
18359         gnus-article-highlight-citation.
18360
18361         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18362         citations; fix line count.
18363
18364 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18367         (gnus-message-add-citation-keywords)
18368         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18369         versions of font-lock-add-keywords and font-lock-remove-keywords to
18370         work with XEmacs correctly.
18371
18372 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * gnus-cite.el (gnus-cite-face-list): Set the values of
18375         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18376         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18377         (gnus-message-cite-prefix-regexp): New variable.
18378         (gnus-message-search-citation-line): Use it; protect against long
18379         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18380         the 0th match data for Emacs.
18381         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18382         (gnus-message-add-citation-keywords): Append keywords rather than
18383         prepending; emulate font-lock-add-keywords if it is not available.
18384         (gnus-message-remove-citation-keywords):
18385         Emulate font-lock-remove-keywords if it is not available.
18386
18387         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18388
18389         * message.el (message-cite-prefix-regexp): Set the value of
18390         gnus-message-cite-prefix-regexp.
18391
18392 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18393
18394         * nnweb.el (nnweb-google-parse-1): Update parser.
18395
18396 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18397
18398         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18399
18400 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18401
18402         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18403         regexp.
18404
18405 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18408         string-to-multibyte.
18409         (uudecode-decode-region-internal): Use it.
18410
18411         * lpath.el: Fbind string-as-multibyte for XEmacs.
18412
18413 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18414
18415         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18416         Fix custom choice.
18417
18418         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18419
18420 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18421
18422         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18423
18424         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18425         `write-region' to respect `mm-inhibit-file-name-handlers'.
18426
18427 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18428
18429         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18430         Use gnus-home-directory instead of "~/" or "$HOME".
18431
18432 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18433
18434         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18435         to mention filename.
18436         Add comments at beginning regarding usage.
18437         (encrypt-write-file-contents): Change interactive so a string is
18438         acceptable.  If the file has no associated model, show an error instead
18439         of a nonsense prompt.
18440
18441 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18442
18443         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18444         Thanks to Yoshihiko Yamada for kind notification of this typo.
18445
18446 2007-01-12  Kenichi Handa  <handa@m17n.org>
18447
18448         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18449         multibyte buffer.
18450
18451 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18452
18453         * gnus-score.el (gnus-score-fast-scoring): New variable.
18454         (gnus-score-headers): Use it.
18455
18456         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18457
18458         * message.el (message-cite-original-1):
18459         Call gnus-article-highlight-citation if requested.
18460         (message-make-from): Allow name and address as optional arguments.
18461
18462         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18463
18464         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18465         bugs to doc string.
18466         (gnus-button-alist): Add mid\\|message-id.
18467         (gnus-button-fetch-group): Extend for use in
18468         `browse-url-browser-function'.
18469         (gnus-button-url-regexp): Try to catch paired parentheses like in
18470         Wikipedia URLs.
18471
18472         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18473         Suggested by Simon Krahnke <overlord@gmx.li>.
18474
18475 2007-01-13  Romain Francoise  <romain@orebokech.com>
18476
18477         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18478         Update copyright.
18479
18480 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18481
18482         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18483
18484 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18485
18486         * gnus-registry.el (gnus-registry-unfollowed-groups)
18487         (gnus-registry-split-fancy-with-parent): Fix documentation.
18488
18489 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18490
18491         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18492         from nnweb groups.
18493
18494 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18495
18496         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18497         Xref urls.  Erase buffer before requesting head.
18498
18499         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18500
18501 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18502
18503         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18504         customizable.
18505
18506 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18507
18508         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18509         no signing key is found.
18510         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18511         no encrypting and/or signing key is found.
18512
18513 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18514
18515         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18516
18517 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18518
18519         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18520         headers read from disk with the ones newly found in the current search.
18521         This should no longer cause problems, because the article numbers in
18522         Gmane's `nov.php' output are ignored since the previous change.
18523
18524 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18525
18526         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18527
18528 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18531         replace-regexp-in-string; bind url-version; fbind display-images-p and
18532         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18533         find-face and set-itimer-function for Emacs; bind itimer-list for
18534         Emacs.
18535
18536         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18537
18538 2007-01-01  Romain Francoise  <romain@orebokech.com>
18539
18540         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18541
18542 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18543
18544         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18545         `define-minor-mode' macro definition expanded properly.
18546         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18547         exclude it there.
18548
18549         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18550         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18551         `fboundp' test.
18552         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18553         This is OK to autoload in (S)XEmacs now.
18554
18555 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18556
18557         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18558         keystroke.
18559         (gnus-summary-limit-to-singletons): Fix typo.
18560
18561         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18562         else fails.
18563
18564 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18565
18566         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18567         docstring.
18568
18569         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18570         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18571         (gnus-summary-insert-dormant-articles): Fix typo in message.
18572
18573 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18574
18575         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18576         nil for XEmacs.
18577         (gnus-message-citation-mode): Don't autoload in XEmacs.
18578
18579         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18580
18581 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18582
18583         * nnimap.el (nnimap-expunge-search-string):
18584         Mention nnimap-search-uids-not-since-is-evil in docstring.
18585
18586 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18587
18588         * spam.el: Revert to make-obsolete-variable because
18589         define-obsolete-variable-alias is not supported in Emacs 21.
18590
18591         * spam.el (spam-ifile-path, spam-ifile-database-path)
18592         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18593         make-obsolete-variable.
18594         (spam-bsfilter-path, spam-bsfilter-program)
18595         (spam-spamassassin-path, spam-spamassassin-program)
18596         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18597         Don't use "path" inappropriately.
18598         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18599         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18600         variable names.
18601
18602 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18603
18604         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18605         summary buffer.
18606
18607         * password.el (password-cache-remove): Use clear-string to burn
18608         password, if available.
18609
18610 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18611
18612         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18613
18614         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18615
18616         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18617         (gnus-message-highlight-citation): Move defcustom here from
18618         gnus-cite.el.
18619         (gnus-message-citation-mode): Autoload.
18620
18621         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18622         checks to make it compile with XEmacs.
18623         (gnus-message-citation-mode): New minor mode.
18624         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18625         (gnus-message-highlight-citation): New variables.
18626         (gnus-message-search-citation-line)
18627         (gnus-message-add-citation-keywords)
18628         (gnus-message-remove-citation-keywords)
18629         (turn-on-gnus-message-citation-mode)
18630         (turn-off-gnus-message-citation-mode): New functions.
18631
18632 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18633
18634         * gnus-cite.el: Enable highlighting of different citation levels in
18635         message-mode.
18636
18637 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18638
18639         * message.el (message-make-fqdn): Fix comment.
18640         (message-bogus-system-names): Add ".local".
18641
18642         * spam.el (spam-ifile-path, spam-ifile-program)
18643         (spam-ifile-database-path, spam-ifile-database)
18644         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18645         Don't use "path" inappropriately.
18646         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18647         strings.
18648         (spam-check-ifile, spam-ifile-register-with-ifile)
18649         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18650         Use new variable names.
18651
18652         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18653         (gnus-treat-display-smileys): Simplify using
18654         gnus-image-type-available-p.
18655
18656         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18657         available.
18658
18659         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18660         Use `display-images-p' if available.
18661
18662 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18665         one after turning on the buffer's multibyteness instead of decoding
18666         them directly in the unibyte buffer that causes unexpected conversion
18667         in Emacs 23 (unicode).
18668
18669 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18670
18671         * message.el (message-generate-hashcash): Fix custom type.
18672
18673 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18676
18677 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18678
18679         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18680         disconnect icons.  Add help text.
18681
18682 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18683
18684         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18685         negated to be consistent with the others we handle.
18686
18687 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18688
18689         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18690         version of gnus-summary-buffer to something, so that we can use two
18691         article buffers at the same time.
18692
18693 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18694
18695         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18696         trigger all the extra headers.
18697         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18698         sorting.
18699
18700 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18701
18702         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18703         solid groups.
18704
18705 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18706
18707         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18708
18709 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18710
18711         * legacy-gnus-agent.el: Add Copyright notice.
18712
18713 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18714
18715         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18716
18717 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18718
18719         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18720
18721         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18722         to make it work reliably in CVS Emacs.
18723         (gnus-summary-limit-strange-charsets-predicate)
18724         (gnus-summary-limit-to-predicate): New functions.
18725
18726 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18727
18728         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18729         specifying array size.
18730         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18731         array if it is too small.
18732         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18733         (gnus-sort-threads-loop): New function.
18734
18735 2006-12-06  Chris Moore  <dooglus@gmail.com>
18736
18737         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18738         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18739
18740 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18741
18742         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18743         options.
18744
18745 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18746
18747         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18748         DOS-ing the recipient.
18749
18750         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18751         the headers when creating the mapping to avoid mismappings.
18752         (nnweb-gmane-create-mapping): Always nix out old mapping.
18753
18754 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18757         and mm-verify-option to never.
18758
18759 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * message.el (message-signed-or-encrypted-p): New function.
18762         (message-forward-make-body): Use it.
18763
18764         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18765         Replace encode-coding-string with mm-encode-coding-string.
18766
18767 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * nneething.el (nneething-decode-file-name):
18770         Replace decode-coding-string with mm-decode-coding-string.
18771
18772         * gnus-int.el (gnus-open-server): Say failed server's name.
18773
18774 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18775
18776         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18777         strings to a single string.  Quote `errors-file-name'.
18778         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18779         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18780         Adjust calls.  Use `shell-quote-argument'.
18781
18782 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18783
18784         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18785         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18786
18787         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18788         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18789         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18790         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18791         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18792         (gnus-subscribe-newsgroup, gnus-1):
18793         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18794         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18795         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18796         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18797
18798 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18799
18800         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18801         keystroke.
18802         (gnus-summary-limit-to-bodies): Implement headersp.
18803
18804 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18805
18806         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18807
18808 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18809
18810         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18811
18812 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18813
18814         * message.el (message-generate-hashcash): Expand range of values to
18815         include `opportunistic'.
18816         (message-send-mail): Use it.
18817
18818 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18819
18820         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18821         and comment it.
18822
18823         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18824
18825 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18826
18827         * gnus-util.el (gnus-extract-address-components): Improve comment.
18828
18829 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * gnus-util.el (gnus-extract-address-components): Work with address in
18832         which the name portion contains @.
18833
18834         * lpath.el: Fbind custom-autoload.
18835
18836 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18837
18838         * gnus.el (gnus-start): Move custom group up.
18839         (gnus-select-method): Don't autoload, but make it available for
18840         `customize-variable'.
18841         (gnus-getenv-nntpserver): Don't autoload.
18842
18843 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18844
18845         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18846
18847 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18848
18849         * message.el (message-sendmail-extra-arguments): New variable.
18850         (message-send-mail-with-sendmail): Use it.
18851
18852 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18853
18854         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18855         mm-with-unibyte-current-buffer to make string unibyte.
18856
18857         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18858         mm-string-as-multibyte.
18859
18860 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18861
18862         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18863         Reported by Werner Koch <wk@gnupg.org>.
18864
18865 2006-11-14  Daiki Ueno  <ueno@p360>
18866
18867         * mml2015.el: Autoload epa-select-keys when compiling.
18868
18869 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18870
18871         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18872         message-options.
18873         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18874
18875 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18876
18877         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18878         EasyPG (< 0.0.6).
18879         (mml2015-always-trust): New user option.
18880         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18881         prompt.
18882
18883 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18884
18885         * nntp.el (nntp-authinfo-force): New variable.
18886         (nntp-send-authinfo): Use it.
18887
18888 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18889
18890         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18891         decode encoded words.  Improve prompt.  Add comment about forwarding.
18892         (message-replacement-char): Move up.
18893
18894 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18895
18896         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18897         instead of gnus-intersection because arguments of gnus-sorted-nunion
18898         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18899
18900 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18901
18902         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18903         (message-simplify-subject-functions):
18904         Enable message-strip-subject-encoded-words by default.
18905
18906 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18907
18908         * message.el (message-strip-subject-encoded-words): New function.
18909         (message-simplify-subject-functions): New variable.
18910         (message-simplify-subject): Use it.  Fix typo in doc string.
18911         Support message-strip-subject-encoded-words.
18912
18913 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18914
18915         * gnus-diary.el (gnus-diary-delay-format-function):
18916         * nndiary.el (nndiary-reminders):
18917         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18918
18919 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18920
18921         * gnus-art.el (article-hide-boring-headers): Fetch date from
18922         gnus-original-article-buffer to avoid problems with localized date
18923         strings.
18924
18925 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18928
18929 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18930
18931         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18932         New variables.
18933         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18934         (mm-charset-synonym-alist): Move some entries to
18935         mm-codepage-iso-8859-list.
18936         (mm-charset-synonym-alist, mm-charset-override-alist):
18937         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18938
18939 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18940
18941         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18942
18943 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18944
18945         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18946         with Emacs 21 and XEmacs.
18947
18948 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18949
18950         * spam.el (spam-parse-address): New function for better parsing,
18951         catching errors, etc.
18952         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18953
18954 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18955
18956         * mm-view.el: Add interactive arg to html2text autoload.
18957
18958 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18961
18962 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18963
18964         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18965         New variables.
18966         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18967         (mm-charset-synonym-alist): Move some entries to
18968         mm-codepage-iso-8859-list.
18969
18970         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18971
18972 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18973
18974         * message.el (message-citation-line-format)
18975         (message-insert-formated-citation-line): Fix implementation of %E, %N
18976         and %n according to the doc string.
18977
18978 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18979
18980         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18981         Use car-safe to avoid bad parses.
18982
18983 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18984
18985         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18986         names.
18987
18988         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18989
18990 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18993         header.
18994
18995         * message.el (message-draft-headers): Add Date.
18996         (message-headers-to-generate): Fix typo in docstring.
18997
18998         * nndraft.el (nndraft-required-headers): New variable.
18999         (nndraft-generate-headers): Use it.
19000
19001         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19002
19003 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19004
19005         * gnus-registry.el (gnus-registry-wash-for-keywords)
19006         (gnus-registry-find-keywords): New functions to allow easy searching of
19007         articles that are in the registry.
19008
19009 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19010
19011         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19012         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19013         Reported by Damien Elmes <damien@repose.cx>.
19014
19015 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19016
19017         * gnus.el (gnus-mime): Remove unused custom group.
19018
19019 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19020
19021         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19022         "blank line" when searching for end of armor headers.
19023
19024 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19025
19026         * gmm-utils.el (gmm-write-region): Fix variable name.
19027
19028 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19029
19030         * gmm-utils.el (gmm-write-region): New function based on compatibility
19031         code from `mm-make-temp-file'.
19032
19033         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19034
19035         * nnmaildir.el (nnmaildir--update-nov)
19036         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19037         Use `gmm-write-region'.
19038
19039 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19040
19041         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19042         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19043
19044         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19045
19046         * message.el (message-replacement-char): New variable.
19047         (message-fix-before-sending): Use it.
19048         (message-simplify-subject): New function to remove duplicate code.
19049         (message-reply, message-followup): Use it.
19050
19051         * gnus-sum.el (gnus-summary-make-menu-bar):
19052         Clarify gnus-summary-limit-to-articles.
19053
19054 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * gnus-util.el (gnus-with-local-quit): New macro.
19057
19058         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19059
19060 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19061
19062         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19063         ignore non-string data.
19064
19065 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19066
19067         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19068         non-string data (needs to be done in the registry too).
19069
19070 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19071
19072         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19073         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19074         (gnus-registry-split-fancy-with-parent)
19075         (gnus-registry-fetch-simplified-message-subject-fast)
19076         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19077         Remove text properties on ingress into the registry and when it's saved.
19078         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19079         registry from entries with no groups.
19080
19081 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19082
19083         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19084         function to remove string properties.
19085
19086 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19087
19088         * gmm-utils.el (gmm): Adjust custom version.
19089
19090         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19091         Adjust custom version.
19092
19093         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19094
19095 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19096
19097         * gnus-art.el (gnus-insert-prev-page-button)
19098         (gnus-insert-next-page-button): Simplify.  Reformat.
19099
19100 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19101
19102         * gnus-art.el (gnus-insert-prev-page-button)
19103         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19104
19105 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19106
19107         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19108
19109 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19110
19111         * gnus-art.el (gnus-insert-mime-button)
19112         (gnus-insert-mime-security-button):
19113         Apply gnus-article-button-face to MIME and security buttons.
19114
19115 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19116
19117         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19118         readable.
19119
19120 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19123
19124 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19125
19126         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19127         `browse-url-of-file' instead of `browse-url'.
19128
19129 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19130
19131         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19132         regexp.  Articles containing quotation were cut prematurely.
19133
19134 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * message.el (message-cite-original-1): Use nobody by default for the
19137         value of From header.
19138         (message-reply): Ditto.
19139
19140 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19141
19142         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19143         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19144         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19145
19146 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19147
19148         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19149         mails in the doc string.  Add some URLs in comment.
19150         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19151
19152 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19155         backslashes handling and the way to find boundaries of quoted strings.
19156
19157 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19158
19159         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19160         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19161         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19162         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19163
19164 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19165
19166         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19167         doc string.
19168         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19169
19170 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * lpath.el: Fbind epg-check-configuration.
19173
19174 2006-09-06  Simon Josefsson  <jas@extundo.com>
19175
19176         * mml2015.el (mml2015-use): Doc fix, mention epg.
19177
19178 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19179
19180         * mml2015.el (mml2015-use): Default to epg, if available.
19181
19182 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19183
19184         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19185         message-sender.
19186         (mml1991-epg-encrypt): Ditto.
19187         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19188         message-sender.
19189         (mml2015-epg-encrypt): Ditto.
19190
19191 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19192
19193         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19194         several common directories.
19195
19196 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19197
19198         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19199         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19200
19201 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * gnus-art.el (article-decode-encoded-words): Make it fast.
19204
19205 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19208
19209         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19210         in quoted string into `\'.
19211
19212 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19215         Use standard-syntax-table.
19216
19217 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * gnus-art.el (gnus-decode-address-function): New variable.
19220         (article-decode-encoded-words): Use it to decode headers which are
19221         assumed to contain addresses.
19222         (gnus-mime-delete-part): Remove useless `or'.
19223
19224         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19225         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19226         (gnus-nov-parse-line): Use it to decode From header.
19227         (gnus-get-newsgroup-headers): Ditto.
19228         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19229
19230         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19231         (mail-decode-encoded-address-string): New alias.
19232
19233         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19234         New function.
19235         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19236         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19237         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19238         (rfc2047-decode-string): Ditto.
19239         (rfc2047-decode-address-region): New function.
19240         (rfc2047-decode-address-string): New function.
19241
19242 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19243
19244         * message.el (message-caesar-buffer-body): Allow rotating headers.
19245
19246         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19247
19248         * message.el (message-insert-formated-citation-line): Fix %f.
19249         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19250
19251 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19252
19253         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19254         (gnus-bookmark-mouse-available-p): New macro.
19255         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19256         (gnus-bookmark-bmenu-show-infos): Use it.
19257         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19258         (gnus-bookmark-bmenu-hide-infos): Ditto.
19259         (gnus-bookmark-remove-properties): New function.
19260         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19261         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19262         (gnus-bookmark-write-file): Bind coding-system-for-write.
19263         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19264         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19265         group before selecting it.
19266         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19267         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19268         quit-window if it is not available; use gnus-mouse-2 and bind it to
19269         gnus-bookmark-bmenu-select-by-mouse.
19270         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19271         (gnus-bookmark-bmenu-select-by-mouse): New function.
19272
19273 2006-08-13  Romain Francoise  <romain@orebokech.com>
19274
19275         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19276         space.
19277
19278 2006-08-10  Romain Francoise  <romain@orebokech.com>
19279
19280         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19281         (dns-mode-soa-auto-increment-serial): New user option.
19282         (dns-mode-soa-maybe-increment-serial): New function.
19283         (dns-mode): Add the latter to `write-contents-functions'.
19284
19285 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * compface.el (uncompface): Use binary rather than raw-text-unix.
19288
19289 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * compface.el (uncompface): Make sure the eol conversion doesn't take
19292         place when communicating with the external programs.
19293         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19294
19295 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19298
19299 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19300
19301         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19302         Make it more robust by parsing author and date independently.
19303
19304 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19305
19306         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19307
19308 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19309
19310         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19311         first matching secret key.
19312         (mml2015-epg-encrypt): Ditto.
19313
19314         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19315         first matching secret key.
19316         (mml1991-epg-encrypt): Ditto.
19317
19318         * mml2015.el (mml2015-encrypt-to-self): New user option.
19319         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19320         mml2015-epg-encrypt-to-self is set.
19321
19322         * mml1991.el (mml1991-encrypt-to-self): New variable.
19323         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19324         mml1991-epg-encrypt-to-self is set.
19325
19326         * mml2015.el (mml2015-signers): New user option.
19327         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19328         (mml2015-epg-encrypt): Allow to select signing keys.
19329
19330         * mml1991.el (mml1991-signers): New variable.
19331         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19332         (mml1991-epg-encrypt): Allow to select signing keys.
19333
19334 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * nnheader.el (nnheader-insert-head): Make it work even if the file
19337         uses CRLF for the line-break code.
19338
19339 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19340
19341         * mml2015.el: Require mml-sec instead of password.
19342         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19343         (mml2015-cache-passphrase): Inherit the default value from
19344         mml-secure-cache-passphrase.
19345         (mml2015-passphrase-cache-expiry): Inherit the default value from
19346         mml-secure-passphrase-cache-expiry.
19347
19348         * mml1991.el: Require mml-sec instead of password.
19349         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19350         (mml1991-cache-passphrase): Inherit the default value from
19351         mml-secure-cache-passphrase.
19352         (mml1991-passphrase-cache-expiry): Inherit the default value from
19353         mml-secure-passphrase-cache-expiry.
19354
19355         * mml-sec.el: Require password.
19356         (mml-secure-verbose): New user option.
19357         (mml-secure-cache-passphrase): New user option.
19358         (mml-secure-passphrase-cache-expiry): New user option.
19359
19360 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19361             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19362
19363         * pgg-def.el (pgg-truncate-key-identifier):
19364         Truncate the key ID to 8 letters from the end.
19365
19366 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19367
19368         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19369         workaround for the url package included with Emacs.
19370
19371         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19372
19373 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19376         correctly.  This fixes a bug caused by the 2006-05-12 change.
19377
19378 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19379
19380         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19381         some information about the error when saying that the `bogus' mail
19382         group will be used.
19383
19384 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19385
19386         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19387         string.
19388
19389 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19390
19391         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19392
19393 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19394
19395         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19396
19397 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19398
19399         * mml1991.el (mml1991-function-alist): Add epg.
19400         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19401         (mml1991-epg-encrypt): New functions.
19402
19403 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19404
19405         * mml2015.el (mml2015-verbose): New variable.
19406         (mml2015-cache-passphrase): Ditto.
19407         (mml2015-passphrase-cache-expiry): Ditto.
19408         (mml2015-function-alist): Add epg.
19409         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19410         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19411         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19412         New functions.
19413
19414 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19415
19416         * message.el (message-cite-original-1): Preserve region when removing
19417         quoted text due to X-No-Archive in order to avoid bogus attribution
19418         when citing multiple messages.
19419
19420 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19421
19422         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19423         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19424
19425 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19426
19427         * gnus-diary.el (gnus-user-format-function-d)
19428         (gnus-user-format-function-D): Autoload.
19429
19430         * imap.el (Commentary): Fix typo.
19431
19432         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19433         2006-04-22 contribution.
19434
19435 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19436
19437         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19438         It didn't really fix the bogosity I'm seeing with solid web groups.
19439
19440 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19441
19442         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19443         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19444         created using server names.  If we use the feature without declaring
19445         it, Gnus does not properly manage server and group state.
19446
19447         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19448         bound.
19449
19450 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19451
19452         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19453         looking up the method using GROUP's prefix before inventing a new one.
19454         It is used on killed/unknown groups in various places where returning
19455         an all-new method isn't expected by the caller.
19456
19457         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19458         and match semantics of gnus-group-real-prefix.
19459
19460 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19461
19462         * nnmail.el (nnmail-broken-references-mailers): New variable.
19463         (nnmail-ignore-broken-references): New function generalizing
19464         nnmail-fix-eudora-headers.
19465         (nnmail-fix-eudora-headers): Now obsolete.
19466
19467         * gnus-art.el (gnus-button-handle-custom):
19468         Support `customize-apropos*'.
19469
19470 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19471
19472         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19473
19474         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19475         articles.
19476
19477 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19478
19479         * message.el (message-cite-reply-above): New variable.
19480         (message-yank-original): Use it.
19481
19482 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19483
19484         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19485
19486 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19487
19488         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19489         as read.
19490
19491         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19492
19493 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19494
19495         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19496         (gnus-bookmark-default-file): Use gnus-directory.
19497         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19498         Remove "*" in doc string.
19499         (gnus-bookmark-write-file): Simplify.
19500         (gnus-bookmark-maybe-sort-alist): Use `when'.
19501         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19502         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19503         Add FIXME about Emacs 21 and XEmacs compatibility.
19504         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19505         compatibility.
19506         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19507         compatibility.
19508         (gnus-bookmark-menu-heading): Fix version.
19509
19510 2006-06-19  Bastien Guerry  <bzg@altern.org>
19511
19512         * gnus-bookmark.el: New file.
19513
19514 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * message.el (message-syntax-checks): Doc fix.
19517
19518 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19519
19520         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19521         unsubscribed groups as if they were killed ones.  It causes duplicate
19522         entries in gnus-newsrc-alist.
19523
19524 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * message.el (message-syntax-checks): Doc fix.
19527         (message-send-mail): Add check for continuation headers.
19528         (message-check-news-header-syntax): Fix regexp used to check for
19529         continuation headers.
19530
19531 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19534
19535 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19536
19537         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19538
19539 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19542         default-truncate-lines.
19543
19544 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19547         to fill the utf-8 entry.
19548
19549         * lpath.el: Fbind unicode-precedence-list.
19550
19551 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19552
19553         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19554
19555 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19556
19557         * gnus-agent.el (directory-files-and-attributes): Move all the way
19558         forward (the third and final move).
19559         (gnus-agent-read-agentview): Trap reconstruction errors due to
19560         nonexistent directory.  Handle by returning nil.
19561
19562 2006-05-30  Didier Verna  <didier@xemacs.org>
19563
19564         * message.el (message-dont-reply-to-names): Update the custom type.
19565         * message.el (message-dont-reply-to-names): New defsubst: potentially
19566         convert a list of regexps into a single one.
19567         * message.el (message-get-reply-headers): Use it.
19568         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19569
19570 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * gnus-agent.el (directory-files-and-attributes): Move forward.
19573
19574 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19575
19576         * gnus-ml.el (gnus-mailing-list-subscribe)
19577         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19578         (gnus-mailing-list-message): Fix doc strings.
19579
19580 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19581
19582         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19583         of doing it manually.
19584
19585 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19586
19587         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19588         comment.
19589
19590 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19591
19592         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19593         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19594         (gnus-agent-read-local): All symbols allocated in my-obarray.
19595         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19596         (gnus-agent-regenerate-group): Check numeric names to see if they are
19597         messages or groups.
19598         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19599         better way of do this...)
19600
19601         * gnus-cache.el (gnus-agent-total-fetched-for):
19602         Ignore 'dummy.group' (there should be a better way of do this...)
19603
19604 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19607         (gnus-saved-headers): Ditto.
19608         (gnus-default-article-saver): Mention functions may have properties.
19609         (gnus-article-save): Override gnus-save-all-headers and
19610         gnus-saved-headers by :headers property which saver function may have.
19611         (gnus-summary-save-in-file): Add :headers property.
19612         (gnus-summary-write-to-file): Ditto.
19613
19614         * gnus-sum.el (gnus-summary-save-article): Bind
19615         gnus-prompt-before-saving to t when saving many articles in a file;
19616         always show all headers.
19617
19618         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19619
19620 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19621
19622         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19623         marks.
19624
19625         * message.el (message-indent-citation): Add optional arguments to allow
19626         using it outside of message buffers.
19627
19628         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19629         (gnus-article-treat-unfold-headers): Use it.
19630         (gnus-article-truncate-lines): New variable.
19631         (gnus-article-mode): Use it.
19632         (gnus-article-toggle-truncate-lines): New function.
19633
19634         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19635         Add gnus-article-toggle-truncate-lines.
19636
19637         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19638         coding system in XEmacs, use binary.
19639
19640 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19641
19642         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19643         after-load-alist.
19644
19645         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19646         this function should save decoded articles.
19647         (gnus-summary-write-to-file): Use property to specify this function
19648         should save decoded articles and specify gnus-summary-save-in-file
19649         should be used to save articles other than the first one when saving
19650         many articles.
19651         (gnus-summary-save-body-in-file): Use property to specify this
19652         function should save decoded articles.
19653         (gnus-summary-write-body-to-file): Use property to specify this
19654         function should save decoded articles and specify
19655         gnus-summary-save-body-in-file should be used to save articles other
19656         than the first one when saving many articles.
19657
19658         * gnus-sum.el (gnus-summary-save-article): Simplify.
19659
19660 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19661
19662         * gnus-art.el (gnus-default-article-saver):
19663         Add gnus-summary-write-body-to-file.
19664         (gnus-article-save-coding-system): Don't use coding system object
19665         in XEmacs.
19666         (gnus-read-save-file-name): Add optional `dir-var' argument which
19667         specifies directory in which files are saved; work even if optional
19668         `variable' argument is not specified.
19669         (gnus-summary-write-to-file): Read file name.
19670         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19671         (gnus-summary-write-body-to-file): New function.
19672
19673         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19674         (gnus-summary-local-variables): Add it.
19675         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19676         (gnus-summary-save-article): Remove optional `decode' argument;
19677         determine whether to decode articles by the value of
19678         gnus-default-article-saver; when saving many files using
19679         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19680         it first and use gnus-summary-save-in-file or
19681         gnus-summary-save-body-in-file thereafter unless
19682         gnus-prompt-before-saving is always; move point to article which
19683         will be saved.
19684         (gnus-summary-save-article-file): Revert.
19685         (gnus-summary-write-article-file): Revert.
19686         (gnus-summary-save-article-body-file): Revert.
19687         (gnus-summary-write-article-body-file): New function.
19688
19689 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * gnus-art.el (gnus-default-article-saver): Doc fix.
19692         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19693         from gnus-summary-save-article-coding-system, and default to a
19694         certain coding system.
19695         (gnus-output-to-file): Add coding cookie and encode text according
19696         to gnus-article-save-coding-system; don't use mm-append-to-file.
19697
19698         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19699         gnus-art.el and rename to gnus-article-save-coding-system.
19700         (gnus-summary-save-article): Require gnus-art; don't show all
19701         headers if it decodes articles; don't add coding cookie here;
19702         don't bind mm-text-coding-system-for-write.
19703         (gnus-summary-save-article-file): Save decoded articles.
19704         (gnus-summary-write-article-file): When saving many files, use
19705         gnus-summary-write-to-file first and gnus-summary-save-in-file
19706         thereafter unless gnus-prompt-before-saving is always.
19707         (gnus-summary-save-article-body-file): Save decoded articles.
19708
19709         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19710
19711 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19712
19713         * nnrss.el (nnrss-check-group): Bind hash-index.
19714
19715 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19716
19717         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19718         its hash index.  Store this hash in `nnrss-group-data'.
19719         (nnrss-read-group-data): Update accordingly.
19720
19721 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19722
19723         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19724         entry.
19725
19726         * gnus-sum.el (gnus-summary-make-menu-bar):
19727         Add gnus-article-browse-html-article.
19728
19729 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19730
19731         * gnus-sum.el (gnus-summary-mime-map):
19732         Add gnus-article-browse-html-article.
19733
19734         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19735
19736 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19737
19738         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19739         suitable coding systems in customize.
19740
19741 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19742
19743         * mail-source.el (mail-sources): Fix custom type.
19744
19745 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19746
19747         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19748         (gnus-summary-expire-articles-now): Shorten prompt.
19749
19750         * gmm-utils.el (wid-edit): Require.
19751         (defun-gmm): Rename from `gmm-defun-compat'.
19752         (gmm-image-search-load-path): Use it.
19753         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19754
19755 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19756
19757         * gnus-sum.el (gnus-summary-save-article-coding-system):
19758         New variable.
19759         (gnus-summary-save-article): Add optional `decode' argument.
19760         If it is set and gnus-summary-save-article-coding-system is non-nil,
19761         save decoded article.
19762         (gnus-summary-write-article-file): Save decoded article if
19763         gnus-summary-save-article-coding-system is non-nil.
19764
19765         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19766         type.
19767
19768 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19769
19770         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19771
19772 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19773
19774         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19775         first to test gnus-single-article-buffer which may be buffer-local.
19776
19777         * gnus-sum.el (gnus-summary-setup-buffer):
19778         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19779         group; make gnus-article-buffer, gnus-article-current, and
19780         gnus-original-article-buffer always buffer-local.
19781         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19782         group.
19783         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19784
19785 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19786
19787         * nnml.el (nnml-request-compact-group): Compressed files might not
19788         have .gz extension.
19789
19790 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19791
19792         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19793         (mm-copy-to-buffer): Use with-current-buffer.
19794         (mm-display-part): Simplify.
19795         (mm-inlinable-p): Add optional arg `type'.
19796
19797 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19798
19799         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19800         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19801         Try harder to show the attachment internally or externally using
19802         gnus-mime-view-part-as-type.
19803
19804 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19805
19806         * message.el (message-from-style, message-signature-separator)
19807         (message-user-organization-file, message-send-mail-function)
19808         (message-citation-line-function, message-yank-prefix)
19809         (message-indent-citation-function, message-signature)
19810         (message-signature-file, message-signature-insert-empty-line):
19811         Remove autoloads.
19812
19813         * gnus-art.el (gnus-buttonized-mime-types):
19814         Remove "multipart/signed".  Revert 2006-04-26 change.
19815
19816 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19817
19818         * gnus.el (gnus-version-number): Bump version.
19819
19820 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19821
19822         * gnus.el: No Gnus v0.5 is released.
19823
19824 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19825
19826         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19827         fetching articles by message-id.
19828
19829 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19830
19831         * message.el (hashcash): Require hashcash as normal.
19832
19833         * ecomplete.el (ecomplete-highlight-match-line):
19834         Use point-at-eol.
19835         (ecomplete-highlight-match-line): Use `highlight', because that
19836         face exists in both Emacs and XEmacs.
19837
19838         * message.el (message-display-abbrev): Use point-at-bol.
19839
19840         * mail-source.el: Don't require timer/timer-funcs.
19841
19842         * gnus-async.el: Ditto.
19843
19844         * password.el: Ditto.
19845
19846         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19847
19848         * mm-url.el: Ditto.
19849
19850         * gnus-xmas.el: Don't require timer-funcs.
19851
19852         * mm-util.el: Require timer/timer-funcs.
19853
19854 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19855
19856         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19857         Close.
19858
19859 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19862         unibyte after clear-decrypt function runs.
19863
19864         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19865         returns as a unibyte string.
19866
19867 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19868
19869         * lpath.el: Revert.
19870
19871         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19872         (pgg-gpg-process-sentinel): Revert.
19873
19874         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19875         (pgg-pgp-lookup-key): Revert.
19876
19877         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19878         (pgg-pgp5-lookup-key): Revert.
19879
19880         * pgg.el (pgg-fetch-key): Revert.
19881
19882 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19883
19884         * lpath.el: Fbind string-as-multibyte for XEmacs.
19885
19886         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19887         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19888         (mml1991-pgg-encrypt): Ditto.
19889
19890         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19891         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19892         a multibyte buffer.
19893
19894         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19895         (pgg-pgp-lookup-key): Ditto.
19896
19897         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19898         (pgg-pgp5-lookup-key): Ditto.
19899
19900         * pgg.el (pgg-fetch-key): Ditto.
19901
19902 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19903
19904         * message.el (message-user-organization-file): Check several
19905         locations of the organization file.
19906
19907         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19908         Add gnus-article-view-part-as-type.
19909
19910         * gnus-art.el (gnus-article-view-part-as-type): New function.
19911
19912         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19913         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19914
19915         * mml.el: Simplify autoload.
19916         (mml-mode): defvar dnd-protocol-alist instead of using
19917         symbol-value.
19918         (mml-default-directory): New variable.
19919         (mml-minibuffer-read-file): Use it.
19920         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19921
19922         * message.el (message-citation-line-format): New variable.
19923         (message-insert-formated-citation-line): New function.
19924         (message-citation-line-function):
19925         Add `message-insert-formated-citation-line' to custom type.
19926
19927         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19928         to doc string.
19929
19930         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19931         depending on mm-verify-option.
19932
19933 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19934
19935         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19936         binding pgg-* variables; reimplement the section which prevents
19937         MIME header from being signed.
19938         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19939         pgg-text-mode; remove a blank line at the top of body.
19940
19941         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19942         lines at the top of body; use gnus-newsgroup-charset if there's no
19943         Charset header.
19944
19945 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19946
19947         * message.el (message-self-insert-commands): Doc fix.
19948
19949         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19950         (mm-uu-pgp-encrypted-test): Ditto.
19951         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19952         between header and body; return application/pgp-encrypted handle
19953         if decryption failed; decode decrypted body by charset.
19954
19955         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19956         element match to application/pgp-*.
19957
19958 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19959
19960         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19961         HTML.
19962
19963 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19964
19965         * mail-source.el (mail-source-call-script): Message the error
19966         string.
19967
19968 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19969
19970         * gnus-util.el (gnus-byte-compile): Use it.
19971
19972 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19973
19974         * gnus-util.el (kill-empty-logs): New function.
19975
19976 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19977
19978         * message.el (message-mail-alias-type): Doc fix.
19979         (message-mail-alias-type-p): New function.
19980         (message-send): Use it.
19981         (message-mode): Ditto.
19982         (message-strip-forbidden-properties): Ditto.
19983
19984         * ecomplete.el (ecomplete-database-file-coding-system):
19985         New variable.
19986         (ecomplete-save): Use it.
19987         (ecomplete-setup): Use it.
19988
19989 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19990
19991         * message.el (message-self-insert-commands): New variable.
19992         (message-strip-forbidden-properties): Use it.
19993
19994 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19995
19996         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19997         that doesn't make XEmacs choke.
19998
19999 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20000
20001         * gnus-util.el (gnus-replace-in-string):
20002         Prefer replace-regexp-in-string over of replace-in-string.
20003
20004 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20005
20006         * gnus-util.el (gnus-select-frame-set-input-focus):
20007         Use select-frame-set-input-focus if it is available in XEmacs; use
20008         definition defined in Emacs 22 for old Emacsen.
20009
20010         * dgnushack.el: Autoload unmorse-region for XEmacs.
20011
20012         * lpath.el: Bind cursor-in-non-selected-windows and
20013         select-frame-set-input-focus for XEmacs.
20014
20015 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20018
20019 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20020
20021         * gnus-registry.el (gnus-registry-cache-save): Remove text
20022         properties when saving via the temp buffer.
20023
20024 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20025
20026         * message.el (message-generate-hashcash): Honor custom type.
20027
20028 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20029
20030         * message.el (message-generate-hashcash): Default to non-nil when
20031         hashcash is found.
20032
20033         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20034         (gnus-refer-thread-limit): Increase default to 500.
20035
20036         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20037
20038         * flow-fill.el (fill-flowed): Allow delete-space.
20039
20040 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20041
20042         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20043         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20044         Remove autoloads.
20045
20046 2006-04-18  Simon Josefsson  <jas@extundo.com>
20047
20048         * message.el (message-generate-hashcash): Default to.
20049
20050 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20051
20052         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20053         concatenating segments rather than before concatenating them.
20054
20055 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20056
20057         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20058
20059 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20060
20061         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20062
20063         * message.el (message-forward-make-body-plain):
20064         Allow message-forward-ignored-headers to be a list.
20065         (message-remove-ignored-headers): Factor out into function.
20066         (message-forward-make-body-mml): Use it.
20067
20068         * imap.el (imap-quote-specials): New function.
20069         (imap-login-auth): Quote specials.
20070
20071         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20072         (rfc2231-parse-string): Allow concatanation of parameters that
20073         aren't contiguous.  The test case is
20074           (mail-header-parse-content-type "message/external-body;
20075             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20076             access-type=LOCAL-FILE;
20077             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20078
20079 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20080
20081         * nntp.el (nntp-accept-process-output): Return the value of
20082         `nnheader-accept-process-output'.
20083
20084 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20085
20086         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20087         (gnus-button-alist): Recognize more diff formats.
20088         (gnus-button-patch): Strip directory.
20089
20090 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20093         Emacs 22 when setting focus.
20094
20095 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20096
20097         * gnus-art.el (gnus-article-treat-types): Do treatment of
20098         text/x-verbatim parts.
20099         (gnus-button-patch): New command.
20100
20101         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20102         addresses that contain invalid characters.
20103
20104 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20105
20106         * message.el (message-put-addresses-in-ecomplete):
20107         Use gnus-replace-in-string.
20108         (message-is-yours-p): Use the more correct
20109         mail-header-parse-address instead of
20110         mail-extract-address-components.
20111         (message-put-addresses-in-ecomplete): Fix typo.
20112
20113         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20114         keystroke.
20115
20116         * gnus-art.el (gnus-treatment-function-alist): Change order of
20117         newsgroups/generic header folding to avoid double-folding.
20118
20119         * message.el (message-hidden-headers): Add X-Draft-From.
20120
20121         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20122         New command.
20123         (gnus-summary-repeat-search-article-backward): New command.
20124
20125         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20126         groups in the parent topic.
20127
20128 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20129
20130         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20131         (spam-extra-header-to-number): Return the CRM114 number as a
20132         number instead of a string.
20133
20134 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20135
20136         * gnus-art.el (gnus-face-properties-alist): Move here from
20137         gnus-fun.
20138
20139         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20140
20141 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20142
20143         * message.el (message-strip-forbidden-properties): Only display on
20144         self-insert-command.
20145
20146         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20147         reindent.
20148         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20149
20150 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20151
20152         * smiley.el (smiley-style): Fix typo.
20153
20154 2006-03-23  Kenichi Handa  <handa@m17n.org>
20155
20156         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20157         instead of set-buffer-multibyte.
20158
20159 2006-03-23  Kenichi Handa  <handa@m17n.org>
20160
20161         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20162         buffer and then decode the buffer text if necessary.
20163         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20164         first, and after mm-encode-body, change the buffer to unibyte.
20165
20166 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20167
20168         * hashcash.el (hashcash-insert-payment-async-2):
20169         Use message-goto-eoh instead of doing it manually.
20170         (mail-add-payment): Use message-narrow-to-header instead of trying
20171         to do the same itself.
20172
20173         * message.el (message-hidden-headers): Add Face.
20174
20175         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20176         reparenting code.
20177         (gnus-summary-reparent-children): Refactored out code.
20178         (gnus-summary-thread-map): New keystroke.
20179         (gnus-summary-reparent-children): Make into command.
20180
20181         * smiley.el (smiley-style): Default to `medium' if using a large
20182         font.
20183
20184         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20185         does it itself.
20186
20187         * message.el (message-point-in-header-p): Simplify definition.
20188
20189 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20190
20191         * nnagent.el (nnagent-request-set-mark): Silence log file
20192         writing.
20193         (nnagent-request-set-mark): Use write-region instead of
20194         append-to-file.
20195
20196         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20197         strange select method.
20198
20199         * ecomplete.el (ecomplete-display-matches): Get highlightling
20200         right.
20201         (ecomplete-display-matches): Use literals.
20202         (ecomplete-display-matches): Disable message logging.
20203
20204         * message.el (message-display-abbrev): Small optimization.
20205
20206         * ecomplete.el (ecomplete-display-matches): Allow automatic
20207         display.
20208
20209         * message.el (message-strip-forbidden-properties):
20210         Display abbrevs.
20211         (message-display-abbrev): Get automatic display right.
20212
20213         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20214         keystrokes.
20215
20216 2006-04-13  Romain Francoise  <romain@orebokech.com>
20217
20218         TODO: Backport to v5-10!
20219
20220         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20221         Move here (and rename) from gnus-registry.el.
20222
20223         * gnus-registry.el: Require gnus-util.
20224         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20225
20226 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20227
20228         * gnus-group.el (gnus-group-catchup-current):
20229         Change if-then-else-if-then-else into cond.
20230         (gnus-group-catchup): Indent.
20231         (group-name-at-point): New function.
20232         (gnus-fetch-group): Provide default from thing at point.
20233
20234 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20235
20236         * message.el (message-display-abbrev): Fix regexp.
20237
20238         * ecomplete.el (ecomplete-highlight-match-line):
20239         Reimplement choosing.
20240         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20241         dead variables.
20242
20243         * message.el (message-newline-and-indent): Remove debugging.
20244         (message-display-abbrev): Use new implementation.
20245
20246 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20247
20248         * gnus-art.el (gnus-article-mode):
20249         Set cursor-in-non-selected-windows to nil.
20250
20251         * smiley.el: Revert previous change.
20252         (smiley-data-directory): defvar it before using it in the
20253         defcustom of `smiley-style'.
20254
20255 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20256
20257         * message.el (message-newline-and-indent): New function.
20258
20259         * ecomplete.el: Implement more bits.
20260
20261         * message.el (message-put-addresses-in-ecomplete): Clean up the
20262         string.
20263
20264         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20265
20266         * gnus-sum.el (gnus-summary-save-parts):
20267         Bind gnus-summary-save-parts-counter and use it to make unique file
20268         names.
20269
20270         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20271
20272         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20273         parameter to say whether to actually parse the individual
20274         addresses.
20275
20276         * message.el (message-put-addresses-in-ecomplete): New function.
20277         (ecomplete): Require.
20278         (message-mail-alias-type): Add ecomplete as an option.
20279
20280 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20281
20282         * flow-fill.el (fill-flowed): Remove trailing space from blank
20283         quoted lines.
20284
20285 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20286
20287         * smiley.el (smiley-style): Move definition later to avoid a
20288         compilation warning.
20289
20290 2006-04-12  Kenichi Handa  <handa@m17n.org>
20291
20292         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20293         buffer and then decode the buffer text if necessary.
20294         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20295         first, and after mm-encode-body, change the buffer to unibyte.
20296         Use mm-disable-multibyte instead of set-buffer-multibyte.
20297
20298 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20299
20300         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20301         Content-Type header instead of Content-Disposition header.
20302         (gnus-mime-inline-part): Ditto.
20303         (gnus-mime-view-part-as-charset): Ignore charset that the part
20304         specifies.
20305
20306         * mm-decode.el (mm-display-part): Work with external parts and
20307         usual parts similarly.
20308
20309         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20310         instead of gnus-display-mime.
20311
20312         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20313         instead of with-temp-buffer.
20314
20315         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20316         tag to summarized topics part in order to encode non-ASCII text.
20317
20318 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20319
20320         * smiley.el (smiley-style): New variable.
20321         (smiley-directory): New function.
20322         (smiley-data-directory): Derive from `smiley-style' using
20323         `smiley-directory'.
20324         (smiley-regexp-alist): Add new entries.
20325
20326         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20327         (gnus-article-browse-delete-temp): Add :version.
20328
20329 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20330
20331         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20332         the sieve region.
20333
20334 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20335
20336         * gnus.el (gnus-version-number): Bump version.
20337
20338 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20339
20340         * gnus.el: No Gnus v0.4 is released.
20341
20342 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20343
20344         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20345         layout.
20346
20347         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20348         unknown charset.
20349
20350         * message.el (message-header-synonyms): Add Original-To to the
20351         default.
20352
20353         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20354         optional parameter.
20355
20356 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20357
20358         * gnus-fun.el (gnus): Require it for gnus-directory.
20359
20360 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20361
20362         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20363
20364 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20365
20366         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20367
20368 2006-04-05  Simon Josefsson  <jas@extundo.com>
20369
20370         * password.el (password-reset): New function.
20371
20372 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20373
20374         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20375         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20376
20377 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20378
20379         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20380         Some whitespace was matched into the url, which broke browsing hits
20381         > 100 when mm-url-use-external was nil.
20382
20383 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20384
20385         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20386         Check gnus-extra-headers for 'Newsgroups.
20387
20388         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20389         bound.
20390
20391 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20392
20393         * pgg-gpg.el: Clean up process buffers every time gpg processes
20394         complete.
20395
20396 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20397
20398         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20399         doc string.
20400
20401 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20402
20403         * pgg-gpg.el (pgg-gpg-process-filter)
20404         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20405
20406         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20407         lines, temporary fix.
20408
20409 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20410
20411         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20412
20413 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20414
20415         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20416         default-enable-multibyte-characters.  This reverts the change from
20417         revision 6.17 which is no longer necessary because the passphrase
20418         is sent separately now.  GnuPG messages are unreadable under
20419         multibyte locales with default-enable-multibyte-characters set to
20420         nil.
20421
20422 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20423
20424         * message.el (message-tool-bar-gnome): Move "spell".
20425
20426 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20427
20428         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20429         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20430         instead.
20431
20432 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20433
20434         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20435         Improve newsgroups handling for NNTP overviews which don't include
20436         Newsgroups.
20437
20438 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20439
20440         * message.el (message-resend): Bind message-generate-hashcash to nil.
20441
20442 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20443
20444         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20445         when searching for already-paid recipients.
20446
20447 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20448
20449         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20450         passphrases when it is not needed.
20451         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20452         passphrase stuff from gpg, should only be necessary when you use
20453         gpg with a smartcard.
20454
20455 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20456
20457         * mml.el (mml-insert-mime): Ignore cached contents of
20458         message/external-body part.
20459
20460         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20461         (mm-insert-part): Ditto.
20462
20463 2006-03-23  Simon Josefsson  <jas@extundo.com>
20464
20465         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20466         Reiner.
20467         (pgg-gpg-use-agent-p): Use it again.
20468
20469 2006-03-23  Simon Josefsson  <jas@extundo.com>
20470
20471         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20472         older emacsen.
20473         (pgg-gpg-use-agent-p): Don't use it.
20474
20475 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20476
20477         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20478         if we can.
20479
20480 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20481
20482         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20483         (pgg-gpg-update-agent): New function.
20484         (pgg-gpg-use-agent-p): New function.
20485         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20486         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20487         (pgg-gpg-sign-region): Use it.
20488
20489 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20490
20491         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20492         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20493
20494 2006-03-21  Simon Josefsson  <jas@extundo.com>
20495
20496         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20497         <wilde@sha-bang.de>.
20498         (pgg-gpg-use-agent): New variable.
20499         (pgg-gpg-process-region): Use it.
20500         (pgg-gpg-encrypt-region): Likewise.
20501         (pgg-gpg-encrypt-symmetric-region): Likewise.
20502         (pgg-gpg-decrypt-region): Likewise.
20503         (pgg-gpg-sign-region): Likewise.
20504         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20505
20506 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20507
20508         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20509
20510         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20511         Add comment on version.
20512
20513 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20514
20515         * smiley.el: Add missing test smiley.
20516
20517 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20518
20519         * mm-decode.el (mm-with-part): New macro.
20520         (mm-get-part): Use it; work with message/external-body as well.
20521         (mm-save-part): Treat name and filename equally.
20522
20523         * mm-extern.el (mm-extern-cache-contents): New function.
20524         (mm-inline-external-body): Use it; force the part to be displayed;
20525         move undisplayer added to the cached handle to the parent.
20526
20527         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20528         (gnus-mime-view-part-as-type): Work with message/external-body.
20529
20530         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20531
20532 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20533
20534         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20535         images in image-load-path.  [Sync with image.el, revision 1.60, in
20536         Emacs.]
20537
20538 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20539
20540         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20541         path rather than symbol.  Always return list of directories.
20542         Guarantee that image directory comes first.  [Sync with image.el,
20543         revision 1.59, in Emacs.]
20544
20545         * message.el (message-make-tool-bar): Adjust to new API of
20546         `gmm-image-load-path-for-library'.
20547
20548         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20549
20550         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20551
20552 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20553
20554         * gnus-art.el (gnus-article-only-boring-p):
20555         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20556         intangible text.
20557         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20558
20559 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20560
20561         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20562         Use `defun' instead of `gmm-defun-compat'.
20563
20564 2006-03-14  Simon Josefsson  <jas@extundo.com>
20565
20566         * message.el (message-unique-id): Don't use message-number-base36
20567         if (user-uid) is a float.
20568         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20569
20570 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20573
20574         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20575         empty line between a part and a message part.
20576
20577 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20578
20579         * smiley.el: Add more test smileys.
20580         (smiley-data-directory, smiley-regexp-alist)
20581         (gnus-smiley-file-types): Fix doc strings.
20582         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20583         adding new elements.
20584         (smiley-mouse-map): Unused code.  Make it a comment.
20585
20586 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20587
20588         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20589         scan latest NoCeM messages instead of old ones.
20590         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20591         delimiters that are recently used.
20592         (gnus-nocem-load-cache): Add autoload cookie.
20593
20594         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20595
20596         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20597         level which is larger than gnus-use-nocem is specified.
20598
20599         * gnus-group.el (gnus-group-get-new-news): Ditto.
20600
20601 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20602
20603         * gnus-util.el (gnus-tool-bar-update): New function.
20604
20605         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20606         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20607
20608         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20609
20610         * gnus-group.el (gnus-group-redraw-when-idle)
20611         (gnus-group-redraw-check): Remove.
20612         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20613
20614 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20617         if optional last element is specified in splits (FIELD VALUE...).
20618
20619 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20620
20621         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20622         to gmm-image-load-path-for-library.  Call with no-error argument.
20623         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20624
20625         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20626
20627         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20628
20629         * gmm-utils.el (gmm-image-load-path): Remove alias.
20630
20631 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20632
20633         * gmm-utils.el (gmm-image-load-path): Add alias.
20634
20635         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20636         nnml-generate-nov-databases-1.
20637         (nnml-generate-nov-databases): Use it.
20638         (nnml-generate-nov-databases-directory): Document no-active
20639         argument.
20640
20641         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20642         directory if path is t.  Add no-error.
20643
20644         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20645         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20646
20647         * gnus-art.el (gnus-article-browse-delete-temp-files):
20648         Simplify resetting gnus-article-browse-html-temp-list.
20649
20650         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20651         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20652         Add example to docstring.  Rename local variables.  Move error
20653         checks to default case in cond and simplify.
20654
20655 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20656
20657         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20658         handle is multipart when calling it recursively.
20659         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20660
20661 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20662
20663         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20664         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20665
20666 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20667
20668         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20669         is loaded.
20670
20671         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20672         loaded.
20673
20674 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20675
20676         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20677         to "Emacs 23 (unicode)" in doc string.
20678
20679         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20680         "Emacs 23 (unicode)" in comment.
20681
20682 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20685
20686         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20687         characters 160 through 255 in Emacs 23.
20688
20689 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20690
20691         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20692         gnus-article-browse-html-temp.
20693         (gnus-article-browse-delete-temp): Make it customizable.
20694         Add `file'.  Adjust doc string.
20695         (gnus-article-browse-delete-temp-files): Add argument.
20696         Allow query for each file.  Adjust doc string.
20697         (gnus-article-browse-html-parts):
20698         Add `gnus-article-browse-delete-temp-files' to
20699         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20700
20701 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20702
20703         * gnus-art.el (gnus-article-browse-html-temp)
20704         (gnus-article-browse-delete-temp): New variables.
20705         (gnus-article-browse-delete-temp-files): New function.
20706         (gnus-article-browse-html-parts): Use it.
20707
20708 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20709
20710         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20711
20712         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20713         string.
20714
20715         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20716         gnus-summary-insert-new-articles when unplugged.
20717         Remove gnus-summary-search-article-forward.
20718
20719         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20720         display-visual-class instead of display-color-cells.
20721
20722 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20723
20724         * dgnushack.el: Autoload customize-group for XEmacs.
20725
20726         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20727         message/* containing non-ASCII text properly.
20728
20729 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20730
20731         * message.el: Require gmm-utils, remove autoloads.
20732         (message-tool-bar): Set default based on
20733         gmm-tool-bar-style.
20734         (message-tool-bar-gnome): Add gmm-customize-mode.
20735
20736         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20737         gmm-tool-bar-style.
20738         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20739
20740         * gnus-group.el (gnus-group-tool-bar): Set default based on
20741         gmm-tool-bar-style.
20742         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20743
20744         * gmm-utils.el (gmm-image-directory): Rename variable from
20745         gmm-image-load-path.
20746         (gmm-image-load-path): Use gmm-image-directory.
20747         (gmm-customize-mode): New function.
20748         (gmm-tool-bar-style): New variable.
20749
20750         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20751         gnus-group-redraw-line-number.
20752         (gnus-group-redraw-check): Simplify.
20753         (gnus-group-tool-bar-update): Remove redraw check.
20754         (gnus-group-make-tool-bar): Add redraw check.
20755
20756 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20757
20758         * gnus-art.el (gnus-button): Add missing parentheses.
20759
20760 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20761
20762         * lpath.el: Fbind line-number-at-pos.
20763
20764 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20767
20768 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20769
20770         * gnus-art.el (gnus-button): New face.
20771         (gnus-article-button-face): Use it.
20772
20773         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20774         Add gnus-summary-next-page.  Re-order.
20775
20776         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20777         next-node are now included.
20778         (gnus-group-redraw-line-number): New internal variable.
20779         (gnus-group-redraw-check): Helper function for updating the tool
20780         bar.
20781         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20782
20783         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20784
20785         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20786         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20787         Use it to match format of Spamassassin 3.0 and later.
20788         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20789         (spam-check-bogofilter)
20790         (spam-bogofilter-register-with-bogofilter): Fix args of
20791         `gnus-error' calls.
20792
20793 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20794
20795         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20796         unnecessary interaction when sending queued mails.
20797         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20798
20799 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20800
20801         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20802         first or last are nil.
20803
20804 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20805
20806         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20807
20808 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20809
20810         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20811
20812 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20813
20814         * dns.el (query-dns): Protect more against buggy tcp output.
20815
20816 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20817
20818         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20819         nov.php.
20820
20821 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20822
20823         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20824         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20825         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20826         output on the server side.
20827         (nnweb-google-create-mapping): Update regexps and add some
20828         progress indication.
20829
20830 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20831
20832         * gnus-group.el (gnus-group-tool-bar-gnome):
20833         Fix gnus-agent-toggle-plugged.  Re-order icons.
20834         (gnus-group-tool-bar-gnome):
20835         Add gnus-group-{prev,next}-unread-group.
20836         (gnus-group-tool-bar-gnome): Re-order icons.
20837
20838         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20839         Move gnus-summary-insert-new-articles.
20840
20841         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20842         Fix comments.
20843
20844         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20845         also available in Emacs 21.3.
20846
20847         * message.el (message-fix-before-sending): Change "Emacs 22" to
20848         "Emacs 23 (unicode)" in comment.
20849
20850         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20851         "Emacs 23 (unicode)" in comment.
20852
20853         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20854         comment.
20855         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20856
20857         * mm-view.el (mm-fill-flowed): Add :version.
20858
20859 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20860
20861         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20862         and load-path.
20863
20864 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20865
20866         * message.el: Autoload gmm-image-load-path.
20867         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20868         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20869         consitency.
20870
20871         * gmm-utils.el (gmm-image-load-path): Also search in
20872         "../etc/images".  Don't set gmm-image-load-path if we don't find
20873         the image.
20874
20875 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20876
20877         * gmm-utils.el (gmm-image-load-path): Don't make
20878         `gmm-image-load-path' include subdirectories which the second arg
20879         `image' might specify.
20880
20881         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20882         subdirectory to icon file names.
20883
20884         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20885
20886 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20887
20888         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20889         gmm-image-load-path calls.
20890
20891         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20892
20893         * message.el (message-make-tool-bar): Ditto.
20894
20895         * mml.el (mml-preview): Add comment concerning tool bar icons.
20896
20897         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20898         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20899
20900         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20901         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20902
20903         * message.el (message-tool-bar-gnome): Use new icon names.
20904         (message-make-tool-bar): Use `gmm-image-load-path'.
20905
20906         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20907         New functions from MH-E.
20908         (gmm-image-load-path): New variable from MH-E.
20909         (gmm-image-load-path): New function from MH-E.  Add arguments
20910         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20911         *-image-load-path-called-flag.
20912
20913 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20914
20915         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20916
20917 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20918
20919         * nnimap.el (nnimap-request-move-article): Change folder back to
20920         source group before deleting.
20921
20922 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20923
20924         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20925
20926         * gnus-art.el (mm-url-insert-file-contents-external):
20927         Autoload mm-url.
20928
20929         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20930
20931 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20932
20933         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20934         coding system which mm-charset-to-coding-system returns for a
20935         given charset is valid.
20936
20937 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20938
20939         * html2text.el (html2text-remove-tag-list):
20940         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20941
20942 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20943
20944         * gnus-cus.el: Revert 2005-10-17 change.
20945
20946 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20947
20948         * gnus-art.el (article-strip-banner):
20949         Call article-really-strip-banner only when the regexp match is made.
20950
20951 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20952
20953         * gnus-art.el (article-strip-banner):
20954         Use gnus-extract-address-components instead of
20955         mail-header-parse-addresses to make it work with non-ASCII text;
20956         remove mail-encode-encoded-word-string.
20957
20958         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20959         values which are surrounded with \"...\"; make it never cause a
20960         Lisp error; give up parsing of parameters if it failed in
20961         extracting type.
20962
20963 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20964
20965         * smime.el (smime-cert-by-ldap-1): Fix bug where
20966         `smime-ldap-search' returns results without userCertificates.
20967
20968 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20969
20970         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20971
20972 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20973
20974         * spam.el (spam-check-spamassassin-headers): Adapt format for
20975         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20976         <ari@mbf.ocn.ne.jp>.
20977         (spam-list-of-processors): Add spam-use-gmane.
20978
20979 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20980
20981         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20982         make-temp-file; make it work with XEmacs as well.
20983
20984         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20985         mm-make-temp-file.
20986
20987         * mm-decode.el (mm-display-external): Use the 3rd arg of
20988         mm-make-temp-file.
20989         (mm-create-image-xemacs): Ditto.
20990
20991 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20992
20993         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20994         with message-narrow-to-headers.
20995         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20996         (gnus-draft-check-draft-articles): New function.
20997         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20998
20999 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21000
21001         * gnus-art.el (gnus-article-browse-html-parts):
21002         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21003         Don't use suffix argument for mm-make-temp-file for Emacs 21
21004         compatibility.  Remove useless `format'.
21005
21006 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21007
21008         * nnweb.el (nnweb-google-wash-article): Update regexps.
21009         (nnweb-group-alist): Use defvoo instead of defvar.
21010
21011 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21012
21013         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21014         re-loading nn* modules.
21015
21016 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21017
21018         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21019         for `tool-bar-mode' and don't check it's default-value.
21020
21021         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21022
21023         * message.el (message-make-tool-bar): Ditto.
21024
21025         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21026         `substring'.  Shorten tmp-file name.
21027
21028         * gnus.el: Remove bogus comment.
21029
21030 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21031
21032         * gnus-art.el (gnus-article-browse-html-parts): New function.
21033         (gnus-article-browse-html-article): New function for viewing html
21034         articles with a browser.
21035
21036 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21037
21038         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21039         in elisp.
21040         (pgg-gpg-encrypt-symmetric-region): Ditto.
21041         (pgg-gpg-sign-region): Ditto.
21042
21043         * pgg-def.el (pgg-text-mode): New variable.
21044
21045         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21046         (mml2015-pgg-encrypt): Ditto.
21047
21048         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21049         (mml1991-pgg-encrypt): Ditto.
21050
21051 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21052
21053         * nnfolder.el (nnfolder-insert-newsgroup-line):
21054         Use message-make-date instead of current-time-string.
21055
21056         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21057         to gnus-decoded which mm-uu might set.
21058
21059 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21060
21061         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21062         don't decode quoted parameters; remove misimported Emacs code.
21063         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21064         (rfc2231-decode-encoded-string): Don't use split-string which
21065         behaves differently according to Emacs version; use
21066         mm-decode-coding-region to convert charset to coding-system.
21067         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21068         (rfc2231-encode-string): Remove misimported Emacs code.
21069
21070 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21071
21072         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21073         when calling mail-header-parse-content-type.
21074         (article-de-quoted-unreadable): Ditto.
21075         (article-de-base64-unreadable): Ditto.
21076         (article-wash-html): Ditto.
21077
21078         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21079         calling mail-header-parse-content-type and
21080         mail-header-parse-content-disposition.
21081         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21082         mail-header-parse-content-type.
21083
21084         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21085         insert charset and format parameters; encode description after
21086         inserting it to buffer.
21087         (mml-insert-parameter): Fold lines properly even if a parameter is
21088         segmented into two or more lines; change the max column to 76.
21089
21090         * rfc1843.el (rfc1843-decode-article-body): Don't use
21091         ignore-errors when calling mail-header-parse-content-type.
21092
21093         * rfc2231.el (rfc2231-parse-string): Return at least type if
21094         possible; don't cause an error even if it fails in parsing of
21095         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21096         (rfc2231-encode-string): Don't break lines at the beginning, leave
21097         it to mml-insert-parameter.
21098
21099         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21100         calling mail-header-parse-content-type.
21101
21102 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21103
21104         * spam-report.el (spam-report-gmane-use-article-number):
21105         Improve doc string.
21106         (spam-report-gmane-internal): Check if a suitable header was found
21107         in the article.
21108
21109 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21110
21111         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21112         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21113
21114 2006-02-05  Romain Francoise  <romain@orebokech.com>
21115
21116         Update copyright notices of all files in the gnus directory.
21117
21118 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21119
21120         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21121
21122 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21123
21124         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21125         segmented lines of parameter value to cope with Thunderbird 1.5
21126         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21127         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21128         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21129
21130 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21131
21132         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21133         parts.
21134
21135 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21136
21137         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21138         there's only one active file for all servers.
21139         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21140         solid groups.  Gnus might have used a FAST request to select the group.
21141         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21142         and nnweb-search redundantly in the active file.
21143         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21144         (nnweb-request-create-group): Don't use ARGS.
21145         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21146         initializations.  Let nnoo do the work.
21147
21148 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21149
21150         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21151         Say the part has been decoded.
21152
21153         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21154
21155 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21156
21157         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21158         mailcap-viewer-test-cache when there's no 'test clause, since that
21159         will invert the meaning of a "nil" test previously determined by
21160         mailcap-mailcap-entry-passes-test.
21161
21162 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21165         compiling.
21166
21167         * gnus-sum.el: Ditto.
21168
21169         * message.el: Don't bind tool-bar-map when compiling.
21170
21171 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21172
21173         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21174
21175 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21176
21177         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21178         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21179         current Google Groups.
21180
21181 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21182
21183         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21184         and tool-bar-mode.
21185
21186         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21187         and tool-bar-mode.
21188
21189         * message.el (message-tool-bar-update): Simplify.
21190         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21191
21192         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21193         gnus-summary-buffer.
21194         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21195         gnus-summary-reply.
21196
21197         * gmm-utils.el (gmm): Add :version.
21198
21199 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21200
21201         * Makefile.in (clean): New rule.
21202         (distclean): Use it.
21203
21204 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21205
21206         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21207         Don't autoload.
21208
21209 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21210
21211         * gmm-utils.el (gmm-verbose): Add :group.
21212
21213 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21214
21215         * message.el: Change some comments WRT tool-bars.
21216
21217         * gnus-sum.el (gnus-summary-tool-bar)
21218         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21219         (gnus-summary-tool-bar-zap-list): New variables.
21220         (gnus-summary-make-tool-bar): Complete rewrite using
21221         `gmm-tool-bar-from-list'.
21222
21223         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21224         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21225         New variables.
21226         (gnus-group-make-tool-bar): Complete rewrite using
21227         `gmm-tool-bar-from-list'.
21228         (gnus-group-tool-bar-update): New function.
21229
21230         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21231
21232 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21233
21234         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21235         is dissected into a single part of which the type is the same as
21236         the given one; decode charset.
21237
21238 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21239
21240         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21241         into alists as symbol not string, since that's what
21242         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21243         look for.
21244
21245 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21246
21247         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21248         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21249
21250         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21251
21252 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21253
21254         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21255         (gnus-xmas-mime-security-button-menu): New function.
21256
21257         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21258         (gnus-mime-security-button-menu): New definition.
21259         (gnus-mime-security-button-map): Use them.
21260         (gnus-mime-security-button-menu): New function.
21261         (gnus-insert-mime-security-button): Addition to help echo.
21262         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21263         (gnus-mime-security-pipe-part): New functions.
21264
21265         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21266         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21267
21268         * mm-decode.el (mm-handle-set-disposition): Remove.
21269         (mm-handle-set-description): Remove.
21270
21271 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21272
21273         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21274         (mm-w3m-standalone-supports-m17n-p): New function.
21275         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21276         w3m usage.
21277
21278         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21279         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21280
21281 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21282
21283         * message.el (message-tool-bar-zap-list):
21284         Use gmm-tool-bar-zap-list as custom type.
21285         (message-tool-bar-update): New function.
21286         (message-tool-bar, message-tool-bar-gnome)
21287         (message-tool-bar-retro): Add message-tool-bar-update.
21288         (message-tool-bar-gnome): Add flyspell-buffer.
21289
21290         * gnus-util.el (gnus-error): Describe `args'.
21291
21292         * gmm-utils.el (gmm-error): Describe `args'.
21293         (gmm-tool-bar-zap-list): New widget.
21294         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21295
21296 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21299         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21300         the number of recursive calls.
21301
21302         * mm-decode.el (mm-handle-set-disposition): New macro.
21303         (mm-handle-set-description): New macro.
21304
21305 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21306
21307         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21308         encoding.
21309
21310 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21311
21312         * message.el (message-tool-bar-zap-list, message-tool-bar)
21313         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21314         (message-tool-bar-local-item-from-menu): Remove.
21315         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21316         (message-make-tool-bar): New function.
21317         (message-mode): Use `message-make-tool-bar'.
21318
21319         * gmm-utils.el: New file.
21320         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21321         (gmm-lazy): New widget copied from `nnmail.el'.
21322         (gmm-tool-bar-from-list): New function for creating customizable
21323         tool bars.
21324         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21325         output.
21326         (gmm): Add :prefix to defgroup.
21327
21328 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21329
21330         * gmm-utils.el (gmm-widget-p): New function.
21331
21332 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21333
21334         * mml.el (mml-attach-file): Describe `description' in doc string.
21335         (mml-menu): Add Emacs MIME manual and PGG manual.
21336
21337 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21338
21339         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21340
21341 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21342
21343         * nntp.el (nntp-end-of-line): Doc fix.
21344
21345 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21346
21347         * imap.el (imap-open): Handle case where buffer is a buffer
21348         object.
21349
21350 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21351
21352         * gnus-delay.el (gnus-delay): Don't autoload.
21353         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21354         to be re-loaded when customizing the `gnus-delay' group.
21355
21356 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21357
21358         * message.el (message-insert-citation-line): Use newlines.
21359
21360 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21361
21362         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21363         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21364         these routines, so the passphrase can be managed externally and
21365         passed in to the system.
21366         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21367         pgg-add-passphrase-to-cache function.
21368
21369         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21370         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21371         these routines, so the passphrase can be managed externally and
21372         passed in to the system.
21373         (pgg-pgp5-sign-region): Use new name of
21374         pgg-add-passphrase-to-cache function.
21375
21376 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21377
21378         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21379         part of the decoded armor to find the key-identifier.
21380         (pgg-gpg-lookup-key-owner): New function to return the
21381         human-readable identifier of a key owner.
21382         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21383         itself.
21384         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21385         the key value) if we have a key and can match it against a secret
21386         key.  Also, added a note pointing out fact that the prompt only
21387         indicates the first matching key.
21388
21389         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21390         pgg-decrypt-region.
21391         (pgg-add-passphrase-to-cache): Rename from
21392         `pgg-add-passphrase-cache' to reduce confusion (all callers
21393         changed).
21394         (pgg-remove-passphrase-from-cache): Rename from
21395         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21396         changed).
21397         (pgg-read-passphrase, pgg-add-passphrase-cache)
21398         (pgg-remove-passphrase-cache): Add informative docstrings.
21399         (pgg-decrypt): Convey provided passphrase in subordinate call to
21400         pgg-decrypt-region.
21401
21402 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21403
21404         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21405         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21406         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21407         'passphrase' argument, so the passphrase can be managed externally
21408         and then passed in to the system.
21409
21410         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21411         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21412         so the passphrase cache can be used reliably with identifiers
21413         besides a pgp packet's key id.
21414
21415         * pgg-gpg.el (pgg-gpg-encrypt-region)
21416         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21417         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21418         these routines, so the passphrase can be managed externally and
21419         passed in to the system.
21420
21421         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21422         'notruncate' argument, so the passphrase cache can be used
21423         reliably with identifiers besides a pgp packet's key id.
21424
21425 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21426
21427         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21428         symmetric encryption.
21429         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21430         encrypted session key.
21431         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21432         message ask for the passphrase in a proper way.
21433
21434         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21435         New user commands for symmetric encryption.
21436
21437 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21438
21439         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21440
21441         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21442
21443 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21444
21445         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21446
21447 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21448
21449         * mm-decode.el (mm-inlined-types): Add application/pgp.
21450         (mm-automatic-display): Ditto.
21451
21452         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21453         part as text.
21454
21455 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21456
21457         * nnrss.el: Update copyright.
21458         (nnrss-opml-import): Query whether to subscribe to each entry.
21459
21460         * gnus-art.el:
21461         * gnus-sum.el:
21462         * gnus-xmas.el:
21463         * messagexmas.el:
21464         * mm-uu.el:
21465         * mm-view.el: Update copyright.
21466
21467 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21468
21469         * message.el (message-info): New function.
21470         (message-mode-menu): Add it.
21471         Update copyright.
21472
21473         * ChangeLog: Fix and update copyright.
21474
21475 2006-01-13  Romain Francoise  <romain@orebokech.com>
21476
21477         * message.el (message-forward-subject-name-subject): Prefer the
21478         address to 'nowhere' if the sender has no name.
21479         Fix typo.  Update copyright year.
21480
21481 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21482
21483         * gnus-art.el (article-wash-html):
21484         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21485         (gnus-article-wash-html-with-w3m-standalone): New function.
21486
21487         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21488         mm-inline-text-html-render-with-w3m-standalone.
21489         (mm-text-html-washer-alist): Map w3m-standalone to
21490         gnus-article-wash-html-with-w3m-standalone.
21491         (mm-inline-text-html-render-with-w3m-standalone): New function.
21492
21493 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21494
21495         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21496         Improve LaTeX.
21497
21498 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21499
21500         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21501         (nnrss-request-article): Render text/plain parts as HTML.
21502
21503         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21504         the buffer.
21505
21506 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21507
21508         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21509         custom definition of `gnus-posting-styles'.
21510
21511         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21512         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21513
21514 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21515
21516         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21517         Use nntp for bug archive.
21518
21519 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21520
21521         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21522         parts.
21523         (nnrss-normalize-date): New function converts ISO 8601 date into
21524         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21525         (nnrss-check-group): Use it.
21526
21527 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21528
21529         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21530
21531         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21532         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21533         (nnrss-insert-w3): Ditto.
21534
21535 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21536
21537         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21538         the articles to be forwarded including the case where neither a
21539         number of articles nor a region is specified.
21540
21541 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21542
21543         * nnrss.el (nnrss-request-article): Fix last change; fill
21544         text/plain parts.
21545
21546 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21547
21548         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21549         in text/plain part.
21550         (nnrss-check-group): Don't add excessive newline to dc:subject.
21551
21552 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21553
21554         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21555         article.
21556
21557 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21558
21559         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21560         (nnml-use-compressed-files, nnml-save-mail): Support other
21561         comression programs such as bzip2.
21562
21563 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21564
21565         * dns.el (query-dns): Make sure we check the buffer size before
21566         removing tcp headers.
21567
21568 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21569
21570         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21571         remove MIME buttons associated with multipart/alternative parts.
21572         (gnus-mime-display-alternative): Tag buttons using `article-type'
21573         text property.
21574
21575         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21576         associated with multipart/alternative parts.
21577
21578         * gnus-art.el (gnus-signature-separator): Fix custom type.
21579
21580         * mm-decode.el (mm-inlined-types): Fix custom type.
21581         (mm-keep-viewer-alive-types): Ditto.
21582         (mm-automatic-display): Ditto.
21583         (mm-attachment-override-types): Ditto.
21584         (mm-inline-override-types): Ditto.
21585         (mm-automatic-external-display): Ditto.
21586
21587 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21588
21589         * spam-report.el (spam-report-user-mail-address)
21590         (spam-report-user-agent): New variables.
21591         (spam-report-url-ping-plain): Use spam-report-user-agent.
21592
21593 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21594
21595         * gnus-art.el (gnus-button-handle-custom): Do not just use
21596         `customize-apropos' for any "M-x customize-*" button but the
21597         function called for.  Accept both the function name and its
21598         argument in order to achieve this.
21599         (gnus-button-alist): Remove support for "custom:" URL's.
21600         Pass function name to `gnus-button-handle-custom' in case of "M-x
21601         customize-*" buttons.
21602
21603 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21604
21605         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21606         multipart/alternative and add xref to mm-discouraged-alternatives
21607         in doc string.
21608
21609         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21610         gnus-buttonized-mime-types in doc string.
21611
21612 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21613
21614         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21615         Suggest image/.* in the doc string.
21616
21617 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21618
21619         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21620         message-marks (Debian bug#342521).
21621
21622 2005-12-12  Simon Josefsson  <jas@extundo.com>
21623
21624         * password.el (password-read-from-cache): Add.
21625         (password-read): Use it.
21626
21627 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21628
21629         * rfc2047.el (rfc2047-charset-to-coding-system):
21630         Recognize us-ascii as a MIME charset.
21631
21632         * mm-bodies.el (mm-decode-content-transfer-encoding):
21633         Protect against the case where the 2nd arg TYPE is nil.
21634
21635 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21636
21637         * pop3.el (pop3-stream-type): Fix custom version.
21638
21639         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21640
21641 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21642
21643         * mm-decode.el (mm-display-external): Add missing cdr.
21644
21645 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21646
21647         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21648         RFC1524) if it is in mailcap or add a suffix according to
21649         mailcap-mime-extensions when generating a temp filename; postpone
21650         deleting a temp file for 2 seconds for some wrappers, shell
21651         scripts, and so on, which might exit right after having started a
21652         viewer command as a background job.
21653
21654 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21655
21656         * nntp.el (nntp-marks-directory): Fix custom group.
21657
21658         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21659         steps when < 10.
21660
21661         * gnus-start.el (gnus-no-server-1):
21662         Mention `gnus-level-default-subscribed' in doc string.
21663
21664 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21665
21666         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21667         parens.
21668
21669 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21670
21671         * gnus-xmas.el (gnus-use-toolbar): Revert.
21672         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21673         gnus-use-toolbar is default.
21674
21675         * messagexmas.el (message-use-toolbar): Revert.
21676         (message-setup-toolbar): Use global default-toolbar if
21677         message-use-toolbar is default.
21678
21679 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21680
21681         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21682         according to default-toolbar-visible-p.
21683
21684         * messagexmas.el (message-use-toolbar): Ditto.
21685
21686 2005-11-26  Dave Love  <fx@gnu.org>
21687
21688         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21689         (tls-program, tls-success): Provide openssl alternative.
21690
21691         * starttls.el: Doc fixes.
21692         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21693         SERVICE to PORT.
21694
21695         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21696         port null or service name.
21697         (starttls-negotiate): Autoload.
21698
21699 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21700
21701         * message.el (message-kill-to-signature): Fix interactive spec.
21702
21703 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21704
21705         * pop3.el (pop3-open-server): Recognize a string as a service name.
21706
21707 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21708
21709         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21710
21711 2005-11-23  Dave Love  <fx@gnu.org>
21712
21713         Add pop3s, pop3/starttls.
21714
21715         * pop3.el (pop3-authentication-scheme): Clarify doc.
21716         (open-tls-stream, starttls-open-stream): Autoload.
21717         (pop3-stream-type): New.
21718         (pop3-open-server): Use it.
21719
21720         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21721         for POP.
21722         (mail-source-keyword-map): Add :stream for POP.
21723         (mail-source-fetch-pop): Use pop3-stream-type.
21724
21725 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21726
21727         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21728         of current-time-string.
21729
21730 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21731
21732         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21733         date header.
21734
21735 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21736
21737         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21738         it can seriously impact performance as it bypasses the agent's
21739         local caches.
21740
21741 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21742
21743         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21744         must be explicitly online rather than "not explicitly offline" for
21745         its flags to be synchronized.
21746
21747         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21748         that gnus-uu-unmark-thread will function correctly.
21749
21750         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21751         1024K is instead displayed as 1M.
21752
21753 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21754
21755         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21756
21757 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21758
21759         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21760
21761 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21762
21763         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21764         error message to display actual error condition.
21765         (gnus-agent-save-local): Avoid saving symbols that are bound to
21766         nil as they simply result in a warning message in
21767         gnus-agent-read-local.
21768
21769 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21770
21771         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21772         rather than make-variable-buffer-local for file-precious-flag.
21773
21774 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21775
21776         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21777         for duplicates which are removed.  The invalid sort check then
21778         triggers a rescan after the sort as sorting may have moved
21779         duplicate entries such that they can be cheaply detected.
21780
21781 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21782
21783         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21784
21785 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21786
21787         * gnus-agent.el (gnus-agent-article-alist-save-format):
21788         Change internal variable to a custom variable.  Change default value
21789         from compressed(2) to uncompressed(1).
21790         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21791         support for uncompressed agentview files.  Taken together, reading
21792         the agentview file should now be 6-7 times faster.
21793
21794 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21795
21796         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21797         as a buffer-local variable.  This avoids creating truncated
21798         dribble files as a result of a hang up, eg.
21799
21800 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21801
21802         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21803         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21804         XEmacs.
21805
21806 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21807
21808         * gnus-start.el (gnus-start-draft-setup):
21809         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21810
21811         * gnus.el (gnus-splash): Change custom group.
21812         (gnus-group-get-parameter, gnus-group-parameter-value):
21813         Describe allow-list argument.
21814
21815         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21816         string.
21817
21818 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21819
21820         * gnus-art.el (gnus-default-article-saver): Add user-defined
21821         `function' to custom type.
21822
21823 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21824
21825         * imap.el (imap-open): Handle case where buffer is a buffer
21826         object.
21827
21828 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21829
21830         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21831         long lines.
21832         (gnus-cache-delete-group): Wrap doc strings.
21833
21834         * gnus-agent.el (gnus-agent-rename-group)
21835         (gnus-agent-delete-group): Wrap doc strings.
21836
21837 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * messagexmas.el (message-use-toolbar): Change the valid values
21840         into default, top, bottom, left, and right.
21841         (message-toolbar-thickness): New variable.
21842         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21843         well.
21844         (message-setup-toolbar): Make it work.
21845
21846         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21847         (gnus-use-toolbar): Change the valid values into default, top,
21848         bottom, left, and right.
21849         (gnus-toolbar-thickness): New variable.
21850         (gnus-xmas-setup-toolbar): New function.
21851         (gnus-xmas-setup-group-toolbar): Use it.
21852         (gnus-xmas-setup-summary-toolbar): Use it.
21853
21854 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21855
21856         * gnus-start.el (gnus-1): Add "native" to
21857         gnus-predefined-server-alist.
21858
21859         * gnus.el (gnus-method-to-server): Don't add "native" to the
21860         lists here, because that leads to problems when
21861         gnus-select-method is bound.
21862
21863 2005-11-09  Simon Josefsson  <jas@extundo.com>
21864
21865         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21866         use (not sort-by-date) instead.
21867
21868 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21869
21870         * gnus-delay.el (gnus-delay-group): Don't autoload.
21871         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21872         to be re-loaded when customizing the `gnus-delay' group.
21873
21874 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21875
21876         * message.el: Revert last changes.
21877         (message-insert-citation-line): Use newlines.
21878
21879 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21880
21881         * message.el (message-courtesy-message)
21882         (message-mark-insert-begin, message-mark-insert-end)
21883         (message-elide-ellipsis, message-cancel-message)
21884         (message-add-header, message-change-subject)
21885         (message-cross-post-followup-to-header)
21886         (message-cross-post-insert-note, message-reduce-to-to-cc)
21887         (message-widen-reply, message-delete-not-region)
21888         (message-kill-to-signature, message-insert-signature)
21889         (message-insert-importance-high, message-insert-importance-low)
21890         (message-insert-or-toggle-importance)
21891         (message-insert-disposition-notification-to)
21892         (message-indent-citation, message-yank-original)
21893         (message-cite-original-without-signature, message-cite-original)
21894         (message-insert-citation-line, message-position-on-field)
21895         (message-fix-before-sending, message-send-mail-partially)
21896         (message-send-mail, message-send-mail-with-sendmail)
21897         (message-send-mail-with-qmail, message-send-news)
21898         (message-check-news-header-syntax, message-generate-headers)
21899         (message-insert-courtesy-copy, message-fill-address)
21900         (message-fill-header, message-shorten-references)
21901         (message-setup-1, message-cancel-news)
21902         (message-forward-make-body-plain, message-forward-make-body-mime)
21903         (message-forward-make-body-mml, message-encode-message-body)
21904         (message-forward-make-body-digest-plain)
21905         (message-forward-make-body-digest-mime)
21906         (message-use-alternative-email-as-from): Insert `hard-newline'
21907         instead of ordinary newlines.
21908
21909 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * message.el (message-generate-headers): Downcase the argument
21912         given to message-check-element.
21913
21914 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21915
21916         * nntp.el (nntp-authinfo-rejected): New error condition.
21917         (nntp-wait-for): Use new error condition to signal authentication
21918         error.
21919         (nntp-retrieve-data): Rethrow new error condition to break out of
21920         recursive call to nntp-send-authinfo.
21921
21922 2005-11-08  Romain Francoise  <romain@orebokech.com>
21923
21924         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21925         (gnus-summary-exit-map): Bind to `Z p'.
21926         (gnus-summary-make-menu-bar): Add menu item.
21927
21928 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21929
21930         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21931         (gnus-treat-*): Add `first' in all doc strings.
21932
21933         * gnus-group.el (gnus-group-compact-group): Fix typo.
21934
21935 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21936
21937         * gnus.el (gnus-parameters-case-fold-search): New variable.
21938         (gnus-parameters-get-parameter): Use it.
21939
21940         * gnus-score.el (gnus-home-score-file): Doc fix.
21941
21942 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21943
21944         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21945
21946 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * mm-util.el (mm-special-display-p): New function.
21949
21950         * mml.el (mml-preview): Use it; doc fix.
21951
21952 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21953
21954         * imap.el (imap-open): Handle case where buffer is a buffer object.
21955
21956 2005-10-29  Romain Francoise  <romain@orebokech.com>
21957
21958         * message.el (message-fix-before-sending): Fix comment.
21959
21960 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21961
21962         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21963
21964 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21965
21966         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21967         Used in gnus-score.el.
21968
21969 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21970
21971         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21972
21973 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21974
21975         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21976         whitespace removed in revision 7.8.  Use concatenated string to
21977         protect trailing whitespace.
21978
21979 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21980
21981         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21982         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21983         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21984         Courier IMAP ("some version from 2004").  Mostly based on similar
21985         code in the same function.
21986
21987 2005-10-26  Didier Verna  <didier@xemacs.org>
21988
21989         * gnus-group.el (gnus-group-compact-group): Invalidate original
21990         article buffer.
21991         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21992         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21993         NOV database and in article itself.
21994         Invalidate article backlog.
21995
21996 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21997
21998         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21999
22000 2005-10-26  Simon Josefsson  <jas@extundo.com>
22001
22002         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22003         part of 2004-07-25 change.
22004
22005 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22006
22007         * message.el (message-display-completion-list): New function.
22008         (message-expand-group): Use it; make sure the Completions buffer
22009         is modifiable.
22010 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22011
22012         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22013         user-mail-name is an empty string.
22014
22015 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22016
22017         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22018         depending on gnus-score-decay-constant.
22019
22020         * encrypt.el (encrypt-insert-file-contents)
22021         (encrypt-write-file-contents): Don't use `gnus-message'.
22022
22023         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22024         arguments.
22025         (mm-uu-type-alist): Add message-marks and insert-marks.
22026         Pass arguments to mm-uu-verbatim-marks-extract.
22027         (mm-uu-hide-markers): New variable.
22028         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22029
22030         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22031         (gnus-convert-image-to-face-command): Use "convert" by default to
22032         allow other input image formats.
22033         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22034         accordingly.
22035
22036 2005-10-23  Simon Josefsson  <jas@extundo.com>
22037
22038         * imap.el (imap-gssapi-program): Align command line parameters
22039         with latest GNU SASL.
22040         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22041
22042 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22043
22044         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22045         HTML.
22046         (nnslashdot-request-article): Ditto.
22047
22048         * lpath.el (featurep): Add nobreak-char-display.
22049
22050 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22051
22052         * mail-source.el (mail-source-fetch-pop): Require pop3.
22053         (mail-source-check-pop): Ditto.
22054
22055 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22056
22057         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22058         errors.
22059
22060 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22061
22062         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22063         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22064
22065         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22066
22067         * mm-bodies.el (mm-decode-string):
22068         Call `mm-charset-to-coding-system' with allow-override argument.
22069
22070 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22071
22072         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22073         (rfc2047-charset-to-coding-system): New function.
22074         (rfc2047-decode-encoded-words): New function.
22075         (rfc2047-decode-region): Use them.
22076         (rfc2047-decode-cte): Remove.
22077         (rfc2047-parse-and-decode): Remove.
22078         (rfc2047-decode): Remove.
22079
22080 2005-10-15  Kenichi Handa  <handa@m17n.org>
22081
22082         * rfc2047.el (rfc2047-decode-cte): New function.
22083         (rfc2047-decode-region): Change the way to decode successive
22084         encoded-words: decode B- or Q-encoding in each encoded-word,
22085         concatenate them, and decode it as charset.
22086
22087 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22088
22089         * lpath.el: Fbind codepage-setup for XEmacs.
22090
22091 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22092
22093         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22094         widget-move-and-invoke.
22095         (gnus-custom-mode): Use gnus-custom-map.
22096
22097 2005-10-15  Bill Wohler  <wohler@newt.com>
22098
22099         * message.el (message-tool-bar-map): Rename image file from
22100         mail_send to mail/send.
22101
22102 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22103
22104         * message.el (message-expand-group): Pass the common
22105         prefix substring of completion to `display-completion-list'.
22106
22107 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22108
22109         * mml-sec.el (mml-secure-method): New internal variable.
22110         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22111         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22112         New functions using mml-secure-method.
22113
22114         * mml.el (mml-mode-map): Add key bindings for those functions.
22115         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22116         Harder <harder@myrealbox.com>.
22117         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22118         Goto end of message if point is the headers of the message.
22119
22120         * message.el (message-in-body-p): New function.
22121
22122         * assistant.el: Autoload gnus-util and netrc.
22123
22124         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22125         Use `mm-charset-override-alist' only when decoding.
22126
22127         * mm-bodies.el (mm-decode-body):
22128         Call `mm-charset-to-coding-system' with allow-override argument.
22129
22130         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22131         `filename' from Content-Disposition if Content-Type doesn't
22132         provide `name'.
22133         (gnus-mime-view-part-as-type): Set default instead of
22134         initial-input.
22135
22136 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22137
22138         * format-spec.el (format-spec): Propagate text properties of % spec.
22139
22140 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22141
22142         * gnus-art.el (gnus-treat-predicate): Add `first'.
22143
22144 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22145
22146         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22147         (mm-charset-override-alist): New variable.
22148         (mm-charset-to-coding-system): Use it.
22149         (mm-codepage-setup): New helper function.
22150         (mm-charset-eval-alist): New variable.
22151         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22152         Warn about unknown charsets.
22153
22154         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22155
22156 2005-10-04  David Hansen  <david.hansen@gmx.net>
22157
22158         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22159         (nnrss-check-group): Ditto.
22160
22161 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22162
22163         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22164         Rename x-gnus-verbatim to x-verbatim.
22165         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22166
22167         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22168         x-verbatim.
22169
22170         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22171
22172         * gnus-util.el (gnus-remove-duplicates): Remove.
22173
22174         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22175         instead of gnus-remove-duplicates.
22176
22177         * message.el (message-remove-duplicates): Remove.
22178         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22179         message-remove-duplicates.
22180
22181         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22182         available, else use implementation from `delete-dups'.
22183
22184         * message.el (message-insert-expires): New function.
22185         (message-mode-map): Add key binding.
22186         (message-mode-field-menu): Add menu entry.
22187         (message-mode): Document it.
22188         (message-make-expires-date): Use `message-make-date'.
22189
22190 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22191
22192         * message.el (message-make-expires-date): New function.
22193
22194 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22195
22196         * Makefile.in (list-installed-shadows): New entry.
22197         (install): Use it.
22198         (remove-installed-shadows): New entry.
22199
22200         * dgnushack.el (dgnushack-default-load-path): New variable.
22201         (dgnushack-find-lisp-shadows): New function.
22202         (dgnushack-remove-lisp-shadows): New function.
22203
22204 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22205
22206         * Makefile.in (install-el-elc): New entry.
22207         (install): Use it so that .el files are necessarily installed.
22208
22209 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22210
22211         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22212
22213 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22214
22215         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22216         function rather than the diff-mode.el package.
22217         (mm-display-external): Use with-current-buffer.
22218         (mm-viewer-completion-map, mm-viewer-completion-map):
22219         Move initialization inside declaration.
22220
22221 2005-09-29  Simon Josefsson  <jas@extundo.com>
22222
22223         * spam.el: Load hashcash when compiling, to avoid warnings.
22224         Don't autoload mail-check-payment.
22225         (spam-check-hashcash): Define unconditionally, since hashcash.el
22226         is part of Gnus now.  Ignore errors from payment checking.
22227
22228 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22229
22230         * message.el (message-bold-region, message-unbold-region):
22231         Rename from `bold-region' and `unbold-region'.
22232
22233         * message.el: Remove useless autoloads.
22234
22235 2005-09-28  Simon Josefsson  <jas@extundo.com>
22236
22237         * message.el (message-use-idna): Default to t.
22238         (message-use-idna): Test whether encoding works too.  Doc fix.
22239
22240 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22241
22242         * nntp.el (nntp-warn-about-losing-connection): Remove.
22243
22244 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22245
22246         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22247         customizable.  Change default value.
22248         (mm-uu-diff-groups-regexp): Change default value.
22249         (mm-uu-type-alist): Add doc string.
22250         (mm-uu-configure): Add doc string.  Make it interactive.
22251         (mm-uu-tex-groups-regexp): New variable.
22252         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22253         (mm-uu-type-alist): Add LaTeX documents.
22254         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22255         of "text/verbatim".
22256         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22257
22258         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22259         instead of "text/verbatim".
22260
22261         * message.el (message-mark-inserted-region)
22262         (message-mark-insert-file): Use slrn style marks when called with
22263         prefix argument.
22264
22265 2005-09-27  Simon Josefsson  <jas@extundo.com>
22266
22267         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22268
22269 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22270
22271         * message.el (message-remove-duplicates): New function.
22272         Implementation borrowed from `gnus-remove-duplicates'.
22273         (message-idna-to-ascii-rhs): Also encode idna addresses in
22274         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22275         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22276         only ask about the same idna domain once per header and also tell
22277         in what header to replace the idna domain.
22278
22279         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22280         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22281         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22282         a header is decoded and not just the last one.
22283
22284 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22285
22286         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22287         has been decoded.
22288
22289         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22290         (mm-insert-part): Don't modify text if it has been decoded.
22291
22292         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22293         decoded.
22294
22295         * mm-view.el (mm-inline-text): Don't strip text props unless
22296         decoding enriched or richtext parts.
22297
22298 2005-09-25  Romain Francoise  <romain@orebokech.com>
22299
22300         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22301         * gnus-start.el (gnus-subscribe-interactively):
22302         * gnus-uu.el (gnus-uu-grab-articles):
22303         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22304         space.
22305
22306 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22307
22308         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22309         * mm-view.el (mm-view-pkcs7-decrypt):
22310         * gnus-sum.el (gnus-summary-limit-to-extra)
22311         (gnus-summary-respool-article, gnus-read-move-group-name):
22312         * gnus-score.el (gnus-summary-increase-score):
22313         * gnus-util.el (gnus-completing-read-with-default):
22314         * gnus-art.el (gnus-read-save-file-name)
22315         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22316         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22317         * message.el (message-check-news-header-syntax):
22318         Follow convention for reading with the minibuffer.
22319
22320 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22321
22322         * spam-report.el (spam-report-url-ping-plain):
22323         Use gnus-extended-version as User-Agent.
22324
22325         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22326         default value is nil.
22327
22328         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22329         (mm-uu-verbatim-marks-extract): New function.
22330         (mm-uu-extract): New face.
22331         (mm-uu-copy-to-buffer): Use it.
22332
22333         * spam-report.el (spam-report-gmane-ham): Rename from
22334         `spam-report-gmane-unspam'.
22335         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22336         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22337
22338         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22339         Autoload.
22340         (spam-report-gmane-unregister-routine):
22341         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22342
22343 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22344
22345         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22346         (spam-report-gmane-unregister-routine): Add support for gmane
22347         unregistration.
22348
22349         * spam-report.el (spam-report-gmane-unspam)
22350         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22351         (spam-report-gmane): Change to take a single article and do unspam
22352         registration.
22353
22354 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22355
22356         * mm-url.el (mm-url-decode-entities): Fix regexp.
22357
22358 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22359
22360         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22361         default to nil, to be able to use Gnus at all.  If the default
22362         switches to something else, then the function should be fixed not
22363         be exceedingly slow.
22364
22365 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22366
22367         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22368         fail hard.
22369
22370         * spam-report.el: Add better Keywords line.
22371
22372         * spam.el: Add Maintainer and better Keywords line.
22373
22374 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22375
22376         * gnus-art.el (gnus-article-replace-part)
22377         (gnus-mime-replace-part): New functions.
22378         (gnus-mime-action-alist, gnus-mime-button-commands)
22379         (gnus-mime-save-part-and-strip): Add file argument.
22380         (gnus-article-part-wrapper): Add interactive argument.
22381
22382         * gnus-sum.el (gnus-summary-mime-map):
22383         Add `gnus-article-replace-part'.
22384
22385 2005-09-19  Didier Verna  <didier@xemacs.org>
22386
22387         The nnml compaction feature:
22388         * nnml.el (nnml-request-compact-group): New function.
22389         * nnml.el (nnml-request-compact): New function.
22390         * gnus-int.el (gnus-request-compact-group): New function.
22391         * gnus-int.el (gnus-request-compact): New function.
22392         * gnus-group.el (gnus-group-compact-group): New function.
22393         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22394         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22395         * gnus-srvr.el (gnus-server-compact-server): New function.
22396         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22397         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22398
22399 2005-09-18  Deepak Goel  <deego@gnufans.org>
22400
22401         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22402         format spec.
22403
22404 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22405
22406         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22407
22408 2005-09-15  Romain Francoise  <romain@orebokech.com>
22409
22410         * message.el (message-fill-paragraph): Clarify docstring.
22411
22412 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22413
22414         * gnus-art.el (gnus-mime-display-part): Protect against broken
22415         MIME messages.
22416
22417 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22418
22419         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22420         before parsing header.
22421
22422 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22423
22424         * html2text.el (html2text-replace-list): Add new entities.
22425
22426 2005-09-11  Romain Francoise  <romain@orebokech.com>
22427
22428         * message.el (message-alternative-emails): Improve docstring.
22429         (message-setup-1): Call `message-use-alternative-email-as-from'
22430         after `message-setup-hook' to give it precedence over posting
22431         styles, etc.
22432         (message-use-alternative-email-as-from): Add docstring.
22433         Remove the original From header if present.
22434
22435         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22436         (nnml-save-mail): Use it.
22437
22438         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22439         articles.  Add new argument `silent'.
22440         (gnus-uu-mark-all): Report the total number of marked articles.
22441
22442 2005-09-10  Romain Francoise  <romain@orebokech.com>
22443
22444         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22445         (gnus-uu-mark-series): Likewise.
22446
22447 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22448
22449         * spam-report.el (spam-report-gmane): Fix generation of spam
22450         report URL.
22451
22452 2005-09-10  Simon Josefsson  <jas@extundo.com>
22453
22454         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22455         t, based on discussion on the ding list with Robert Epprecht
22456         <epprecht@solnet.ch>.
22457
22458 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22459
22460         * spam-report.el (spam-report-gmane): Make it work without
22461         X-Report-Spam header.  Gmane now only provides Archived-At.
22462         This is only used if `spam-report-gmane-use-article-number' is nil.
22463         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22464
22465         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22466         make `gnus-summary-sort-by-recipient' work with threading.
22467
22468         * nnweb.el (nnweb-google-wash-article): Print a message if article
22469         is not available.
22470
22471 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22472
22473         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22474         change.  Decode text/* parts content before displaying.
22475
22476 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22477
22478         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22479
22480 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22481
22482         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22483
22484         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22485         url-package-name, url-package-version,
22486         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22487         w3m-display-inline-images, and w3m-minor-mode-map.
22488
22489 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22490
22491         * message.el (message-tab-body-function): Fix mismatched custom type.
22492
22493         * gnus.el (gnus-group-change-level-function): Ditto.
22494
22495         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22496
22497         * gnus-art.el (gnus-signature-limit)
22498         (gnus-article-mime-part-function): Ditto.
22499
22500 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22501
22502         * mml.el (mml-mode): Silence the byte compiler.
22503
22504         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22505         using `(sit-for 0)' before moving the point to the specified part;
22506         skip unbuttonized parts.
22507         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22508         return to the summary window if gnus-auto-select-part is non-nil.
22509
22510 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22511
22512         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22513         New variables.
22514         (mml-dnd-attach-file, mml-mode): Use them.
22515
22516         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22517         Make fetching article by MID work again for Google Groups.
22518         Add FIXME concerning gnus-group-make-web-group.
22519
22520         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22521         Don't depend on Gnus by using mail-extract-address-components if
22522         gnus-extract-address-components is not bound.
22523
22524 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22525
22526         * gnus-art.el (gnus-mime-display-security): Don't display the
22527         signature, but only the signed part.
22528
22529 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22530
22531         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22532
22533         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22534         list, not listp.
22535
22536 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22537
22538         * mm-encode.el (mm-encode-content-transfer-encoding):
22539         Likewise when encoding.
22540
22541         * mm-bodies.el (mm-decode-content-transfer-encoding):
22542         De-canonicalize CRLF for all text content types, not just
22543         text/plain.
22544
22545 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22546
22547         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22548         valid article; point arrow and cursor at the MIME button.
22549
22550 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22551
22552         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22553         Suggested by Dan Christensen <jdc@uwo.ca>.
22554
22555         * mm-decode.el (mm-save-part): Enable change of prompt.
22556
22557 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22558
22559         * gnus-msg.el (gnus-inews-add-send-actions):
22560         Make `message-post-method' lambda parameter ARG `&optional'.
22561
22562 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22563
22564         * gnus-sum.el (gnus-summary-mime-map):
22565         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22566         gnus-article-jump-to-part.
22567
22568         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22569         (gnus-article-edit-part): Use it.
22570         (gnus-article-part-wrapper): Add no-handle argument.
22571         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22572         New functions.
22573
22574 2005-08-29  Romain Francoise  <romain@orebokech.com>
22575
22576         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22577         docstring.
22578         (gnus-face-from-file): Likewise.
22579
22580 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22581
22582         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22583         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22584         non-nil.
22585         (gnus-auto-select-part): New variable.
22586         (gnus-article-jump-to-part): New function.
22587         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22588         (gnus-mime-delete-part): Allow selecting specified part after
22589         deleting or stripping parts.
22590         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22591         part if argument is bogus.
22592
22593 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22594
22595         * gnus-art.el (w3m-minor-mode-map):
22596         * gnus-spec.el (gnus-newsrc-file-version):
22597         * gnus-util.el (nnmail-active-file-coding-system)
22598         (gnus-original-article-buffer, gnus-user-agent):
22599         * gnus.el (gnus-ham-process-destinations)
22600         (gnus-parameter-ham-marks-alist)
22601         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22602         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22603         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22604         * mm-decode.el (gnus-current-window-configuration):
22605         * mm-extern.el (gnus-article-mime-handles):
22606         * mm-url.el (url-current-object, url-package-name)
22607         (url-package-version):
22608         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22609         (smime-keys, w3m-cid-retrieve-function-alist)
22610         (w3m-current-buffer, w3m-display-inline-images)
22611         (w3m-minor-mode-map):
22612         * mml-smime.el (gnus-extract-address-components):
22613         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22614         (gnus-newsrc-hashtb, message-default-charset)
22615         (message-deletable-headers, message-options)
22616         (message-posting-charset, message-required-mail-headers)
22617         (message-required-news-headers):
22618         * mml1991.el (mc-pgp-always-sign):
22619         * mml2015.el (mc-pgp-always-sign):
22620         * nnheader.el (nnmail-extra-headers):
22621         * rfc1843.el (gnus-decode-encoded-word-function)
22622         (gnus-decode-header-function, gnus-newsgroup-name):
22623         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22624
22625 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22626
22627         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22628         the end of the date treatments.
22629
22630 2005-08-15  Simon Josefsson  <jas@extundo.com>
22631
22632         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22633         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22634         Capello and Romain Francoise.
22635         (pgg-fetch-key-function): Remove, not used?
22636         (pgg-insert-url-with-w3): Require url, to get
22637         url-insert-file-contents regardless of where it is defined.
22638
22639 2005-08-13  Romain Francoise  <romain@orebokech.com>
22640
22641         * message.el (message-cite-original-1): New function.
22642         (message-cite-original): Use it.
22643         (message-cite-original-without-signature): Ditto.
22644
22645 2005-08-08  Romain Francoise  <romain@orebokech.com>
22646
22647         * message.el (message-yank-empty-prefix): New variable.
22648         (message-indent-citation): Use it.
22649         (message-cite-original-without-signature): Respect X-No-Archive.
22650
22651 2005-08-08  Simon Josefsson  <jas@extundo.com>
22652
22653         * pgg.el: Autoload url-insert-file-contents instead of loading
22654         w3/url.
22655         (pgg-insert-url-with-w3): Don't load url here.
22656
22657 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22658
22659         * message.el (message-kill-to-signature): Don't insert newline at
22660         bol.
22661         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22662
22663 2005-08-06  Romain Francoise  <romain@orebokech.com>
22664
22665         * message.el (message-user-fqdn): Fix typo in docstring.
22666
22667 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22668
22669         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22670
22671         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22672
22673 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22674
22675         * mm-bodies.el (mm-encode-body): Use coding system rather than
22676         charset to encode text.
22677
22678         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22679         number of charsets if utf-8 is available (XEmacs).
22680
22681 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22682
22683         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22684         taken from `gnus-button-mid-or-mail-regexp'.
22685         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22686         (gnus-button-alist): Improve regexp for domain part of the MIDs
22687         for news:localpart@domain buttons.
22688         (gnus-button-ctan-directory-regexp): Update.
22689
22690 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22691
22692         * sieve-manage.el (sieve-manage-interactive-login):
22693         Use make-local-variable rather than make-variable-buffer-local.
22694         (sieve-manage-open): Ditto.
22695         (sieve-manage-authenticate): Ditto.
22696
22697         * mml.el (mml-generate-mime-1): Make the content type default to
22698         text/plain if the filename is not specified.
22699
22700 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22701
22702         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22703         instead of insert-buffer.
22704
22705         * message.el (message-yank-original): Ditto; set the mark at the
22706         end of the yanked message.
22707
22708 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22709
22710         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22711         lines to scroll rather than to stop it.
22712
22713         * mml.el (mml-generate-default-type): Add doc string.
22714         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22715         default to application/octet-stream when determining the content
22716         type if it is not specified for the part or the mml contents; add
22717         a comment about mml-generate-default-type.
22718
22719 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22720
22721         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22722         make it default to application/octet-stream when determining the
22723         content type if it is not specified for the external contents.
22724
22725 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22726
22727         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22728         segmented parameter but also other parameters might be there.
22729
22730 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22731
22732         * mm-decode.el (mm-display-external): Delete temp file, directory
22733         and buffer immediately if the external process is exited.
22734
22735 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22736
22737         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22738         fewer lines than that of scroll-margin.
22739         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22740
22741 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22742
22743         * gnus-art.el (gnus-article-next-page): Revert.
22744         (gnus-article-beginning-of-window): New macro.
22745         (gnus-article-next-page-1): Use it.
22746         (gnus-article-prev-page): Ditto.
22747         (gnus-article-edit-part): Use insert-buffer-substring instead of
22748         insert-buffer.
22749         (gnus-article-edit-exit): Ditto.
22750
22751         * gnus-util.el (gnus-beginning-of-window): Remove.
22752         (gnus-end-of-window): Remove.
22753
22754         * lpath.el: Don't bind header-line-format and scroll-margin.
22755
22756 2005-07-25  Simon Josefsson  <jas@extundo.com>
22757
22758         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22759         to have the url package without w3.  Reported by Daiki Ueno
22760         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22761
22762 2005-07-20  Didier Verna  <didier@xemacs.org>
22763
22764         * gnus-diary.el: Remove the description comment (nndiary is now
22765         properly documented in the Gnus manual).
22766         Fix the spelling of "Back End".
22767         * nndiary.el: Ditto.
22768         Fix the copyright notice.
22769
22770 2005-07-18  Romain Francoise  <romain@orebokech.com>
22771
22772         * gnus-sum.el (gnus-summary-to-prefix)
22773         (gnus-summary-newsgroup-prefix): New variables.
22774         (gnus-summary-from-or-to-or-newsgroups): Use them.
22775
22776 2005-07-17  Romain Francoise  <romain@orebokech.com>
22777
22778         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22779         space as it's generally not especially interesting to the user.
22780
22781 2005-07-16  Romain Francoise  <romain@orebokech.com>
22782
22783         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22784         nil to avoid prompting and file modification if one of the
22785         messages at the top of the nnfolder file contains a copyright
22786         notice.
22787         Update copyright notice.
22788
22789         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22790         instead of `current-time-string' as the latter creates a time
22791         string that is not RFC 2822 compliant (it lacks the zone).
22792         Update copyright notice.
22793
22794 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22795
22796         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22797         for text/rtf.  Display default in prompt.  Pass default for M-n.
22798
22799         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22800
22801 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22802
22803         * gnus-msg.el (gnus-button-mailto):
22804         Remove save-selected-window-window hackery because it relies on
22805         save-selected-window internals.
22806
22807 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22808
22809         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22810         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22811         (gnus-article-prev-page): Ditto.
22812
22813         * gnus-util.el (gnus-beginning-of-window): New function.
22814         (gnus-end-of-window): New function.
22815
22816         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22817
22818 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22819
22820         * gnus-score.el (gnus-score-edit-all-score):
22821         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22822         gnus-message.
22823
22824 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22825
22826         * gnus-msg.el (gnus-button-mailto):
22827         Remove save-selected-window-window hackery because it relies on
22828         save-selected-window internals.
22829
22830 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22831
22832         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22833         add-minor-mode.
22834         (gnus-binary-mode): Ditto.
22835
22836         * gnus-topic.el (gnus-topic-mode): Ditto.
22837
22838 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22839
22840         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22841         (gnus-article-prev-page): Take scroll-margin into consideration.
22842
22843 2005-07-04  Lute Kamstra  <lute@gnu.org>
22844
22845         Update FSF's address in GPL notices.
22846
22847 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22848
22849         * gnus.el (gnus-exit):
22850         * gnus-group.el (gnus-group-icons):
22851         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22852
22853         * gnus-nocem.el (gnus-nocem):
22854         * message.el (message-various, message-buffers, message-sending)
22855         (message-interface, message-forwarding, message-insertion)
22856         (message-headers, message-news, message-mail):
22857         * pgg-gpg.el (pgg-gpg):
22858         * pgg-parse.el (pgg-parse):
22859         * pgg-pgp.el (pgg-pgp):
22860         * pgg-pgp5.el (pgg-pgp5):
22861         * pop3.el (pop3): Finish `defgroup' description with period.
22862
22863 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22864
22865         * gnus-art.el (article-display-face): Improve the efficiency.
22866         (article-display-x-face): Ditto; remove gray x-face stuff.
22867
22868 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22869
22870         * gnus-art.el (article-display-face): Correct the position in
22871         which Faces are inserted.
22872
22873 2005-06-29  Didier Verna  <didier@xemacs.org>
22874
22875         * gnus-art.el (article-display-face): Display faces in correct
22876         order.
22877
22878 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22879
22880         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22881         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22882         (gnus-nocem-check-article): Fetch the Type header.
22883         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22884         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22885         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22886         make sure gnus-nocem-hashtb is initialized.
22887         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22888         (gnus-nocem-unwanted-article-p): Ditto.
22889
22890         * pgg.el (pgg-verify): Return the verification result.
22891
22892 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22893
22894         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22895         is ascii.
22896
22897 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22898
22899         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22900         `show-nonbreak-escape'.
22901
22902 2005-06-23  Lute Kamstra  <lute@gnu.org>
22903
22904         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22905
22906         * dig.el (dig-mode):
22907         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22908
22909 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22910
22911         * nnimap.el (nnimap-split-download-body): Fix spellings.
22912
22913 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22914
22915         * gnus-art.el (gnus-article-encrypt-body):
22916         * gnus-cus.el (gnus-score-customize):
22917         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22918         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22919
22920 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22921
22922         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22923         header by looking for magic "MII" at the beginning.
22924
22925 2005-06-16  Miles Bader  <miles@gnu.org>
22926
22927         * gnus-xmas.el (gnus-xmas-group-startup-message):
22928         Use renamed gnus-splash face.
22929
22930         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22931         (assistant-field-face): New backward-compatibility alias for renamed
22932         face.
22933         (assistant-render-text): Use renamed assistant-field face.
22934
22935         * spam.el (spam): Remove "-face" suffix from face name.
22936         (spam-face): New backward-compatibility alias for renamed face.
22937         (spam-face, spam-initialize): Use renamed spam face.
22938
22939         * message.el (message-header-to, message-header-cc)
22940         (message-header-subject, message-header-newsgroups)
22941         (message-header-other, message-header-name)
22942         (message-header-xheader, message-separator, message-cited-text)
22943         (message-mml): Remove "-face" suffix from face names.
22944         (message-header-to-face, message-header-cc-face)
22945         (message-header-subject-face, message-header-newsgroups-face)
22946         (message-header-other-face, message-header-name-face)
22947         (message-header-xheader-face, message-separator-face)
22948         (message-cited-text-face, message-mml-face):
22949         New backward-compatibility aliases for renamed faces.
22950         (message-font-lock-keywords): Use renamed message faces.
22951
22952         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22953         (sieve-test-commands, sieve-tagged-arguments):
22954         Remove "-face" suffix from face names.
22955         (sieve-control-commands-face, sieve-action-commands-face)
22956         (sieve-test-commands-face, sieve-tagged-arguments-face):
22957         New backward-compatibility aliases for renamed faces.
22958         (sieve-control-commands-face, sieve-action-commands-face)
22959         (sieve-test-commands-face, sieve-tagged-arguments-face):
22960         Use renamed sieve faces.
22961
22962         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22963         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22964         (gnus-group-news-3-empty, gnus-group-news-4)
22965         (gnus-group-news-4-empty, gnus-group-news-5)
22966         (gnus-group-news-5-empty, gnus-group-news-6)
22967         (gnus-group-news-6-empty, gnus-group-news-low)
22968         (gnus-group-news-low-empty, gnus-group-mail-1)
22969         (gnus-group-mail-1-empty, gnus-group-mail-2)
22970         (gnus-group-mail-2-empty, gnus-group-mail-3)
22971         (gnus-group-mail-3-empty, gnus-group-mail-low)
22972         (gnus-group-mail-low-empty, gnus-summary-selected)
22973         (gnus-summary-cancelled, gnus-summary-high-ticked)
22974         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22975         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22976         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22977         (gnus-summary-low-undownloaded)
22978         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22979         (gnus-summary-low-unread, gnus-summary-normal-unread)
22980         (gnus-summary-high-read, gnus-summary-low-read)
22981         (gnus-summary-normal-read, gnus-splash):
22982         Remove "-face" suffix from face names.
22983         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22984         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22985         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22986         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22987         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22988         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22989         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22990         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22991         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22992         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22993         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22994         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22995         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22996         (gnus-summary-normal-ticked-face)
22997         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22998         (gnus-summary-normal-ancient-face)
22999         (gnus-summary-high-undownloaded-face)
23000         (gnus-summary-low-undownloaded-face)
23001         (gnus-summary-normal-undownloaded-face)
23002         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23003         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23004         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23005         (gnus-splash-face):
23006         New backward-compatibility aliases for renamed faces.
23007         (gnus-group-startup-message): Use renamed gnus faces.
23008
23009         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23010         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23011         (gnus-server-agent): Remove "-face" suffix from face names.
23012         (gnus-server-agent-face, gnus-server-opened-face)
23013         (gnus-server-closed-face, gnus-server-denied-face)
23014         (gnus-server-offline-face):
23015         New backward-compatibility aliases for renamed faces.
23016         (gnus-server-agent-face, gnus-server-opened-face)
23017         (gnus-server-closed-face, gnus-server-denied-face)
23018         (gnus-server-offline-face): Use renamed gnus faces.
23019
23020         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23021         Remove "-face" suffix from face names.
23022         (gnus-picon-xbm-face, gnus-picon-face):
23023         New backward-compatibility aliases for renamed faces.
23024
23025         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23026         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23027         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23028         (gnus-cite-11): Remove "-face" suffix from face names.
23029         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23030         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23031         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23032         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23033         New backward-compatibility aliases for renamed faces.
23034         (gnus-cite-attribution-face, gnus-cite-face-list)
23035         (gnus-article-boring-faces): Use renamed gnus faces.
23036
23037         * gnus-art.el (gnus-signature, gnus-header-from)
23038         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23039         (gnus-header-content): Remove "-face" suffix from face names.
23040         (gnus-signature-face, gnus-header-from-face)
23041         (gnus-header-subject-face, gnus-header-newsgroups-face)
23042         (gnus-header-name-face, gnus-header-content-face):
23043         New backward-compatibility aliases for renamed faces.
23044         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23045
23046         * gnus-sum.el (gnus-summary-selected-face)
23047         (gnus-summary-highlight): Use renamed gnus faces.
23048         * gnus-group.el (gnus-group-highlight): Likewise.
23049
23050 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23051
23052         * gnus-sieve.el (gnus-sieve-article-add-rule):
23053         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23054         * spam-stat.el (spam-stat-buffer-change-to-spam)
23055         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23056
23057         * message.el (message-is-yours-p):
23058         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23059
23060 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23061
23062         * mm-view.el (mm-inline-text): Withdraw the last change.
23063
23064 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23065
23066         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23067         executing enriched-decode.
23068
23069 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23070
23071         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23072         charset of tar files.
23073
23074 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23075
23076         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23077
23078 2005-06-04  Lute Kamstra  <lute@gnu.org>
23079
23080         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23081         information is never recorded.
23082
23083 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23084
23085         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23086
23087 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23088
23089         * pop3.el (pop3-apop): Run md5 in the binary mode.
23090
23091         * starttls.el (starttls-set-process-query-on-exit-flag):
23092         Use eval-and-compile.
23093
23094 2005-05-31  Simon Josefsson  <jas@extundo.com>
23095
23096         * smime.el (smime-replace-in-string): Define.
23097         (smime-cert-by-ldap-1): Use it.
23098
23099 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23100
23101         * gnus-art.el (article-display-x-face): Replace
23102         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23103
23104         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23105         set-process-query-on-exit-flag or process-kill-without-query.
23106
23107         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23108         loop instead of replace-regexp.
23109
23110         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23111         instead of process-kill-without-query if it is available.
23112
23113         * lpath.el: Fbind ldap-search-entries.
23114
23115         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23116         instead of find-file-hooks if it is available.
23117
23118         * mml1991.el: Bind pgg-default-user-id when compiling.
23119
23120         * mml2015.el: Bind pgg-default-user-id when compiling.
23121
23122         * nndraft.el (nndraft-request-associate-buffer):
23123         Use write-contents-functions instead of write-contents-hooks if it is
23124         available.
23125
23126         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23127         instead of find-file-hooks if it is available.
23128
23129         * nntp.el (nntp-open-connection): Replace
23130         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23131         (nntp-open-ssl-stream): Ditto.
23132         (nntp-open-tls-stream): Ditto.
23133
23134         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23135         set-process-query-on-exit-flag or process-kill-without-query.
23136         (starttls-open-stream-gnutls): Use it instead of
23137         process-kill-without-query.
23138         (starttls-open-stream): Ditto.
23139
23140 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23141
23142         * smime.el (smime-cert-by-ldap-1): Don't use
23143         replace-regexp-in-string.
23144
23145 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23146
23147         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23148
23149         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23150         in PEM format.  Adjust to the XEmacs compatibility.
23151
23152 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23153
23154         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23155         by `string-to-number'.
23156         * gnus-agent.el (gnus-agent-regenerate-group)
23157         (gnus-agent-fetch-articles): Ditto.
23158         * gnus-art.el (gnus-button-fetch-group): Ditto.
23159         * gnus-cache.el (gnus-cache-generate-active)
23160         (gnus-cache-articles-in-group): Ditto.
23161         * gnus-group.el (gnus-group-set-current-level)
23162         (gnus-group-insert-group-line): Ditto.
23163         * gnus-score.el (gnus-score-set-expunge-below)
23164         (gnus-score-set-mark-below, gnus-summary-score-effect)
23165         (gnus-summary-score-entry): Ditto.
23166         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23167         (gnus-soup-pack): Ditto.
23168         * gnus-spec.el (gnus-xmas-format): Ditto.
23169         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23170         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23171         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23172         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23173         * nndb.el (nndb-get-remote-expire-response): Ditto.
23174         * nndiary.el (nndiary-parse-schedule-value)
23175         (nndiary-string-to-number, nndiary-request-replace-article)
23176         (nndiary-request-article): Ditto.
23177         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23178         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23179         * nneething.el (nneething-make-head): Ditto.
23180         * nnfolder.el (nnfolder-request-article)
23181         (nnfolder-retrieve-headers): Ditto.
23182         * nnheader.el (nnheader-file-to-number): Ditto.
23183         * nnkiboze.el (nnkiboze-request-article): Ditto.
23184         * nnmail.el (nnmail-process-unix-mail-format)
23185         (nnmail-process-babyl-mail-format): Ditto.
23186         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23187         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23188         (nnmh-request-create-group, nnmh-request-list-1)
23189         (nnmh-request-group, nnmh-request-article): Ditto.
23190         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23191         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23192         * nnsoup.el (nnsoup-make-active): Ditto.
23193         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23194         * nntp.el (nntp-find-group-and-number)
23195         (nntp-retrieve-headers-with-xover): Ditto.
23196         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23197         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23198         (pgg-format-key-identifier): Ditto.
23199         * pop3.el (pop3-last, pop3-stat): Ditto.
23200         * qp.el (quoted-printable-decode-region): Ditto.
23201
23202         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23203         of concat.
23204
23205 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23206
23207         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23208
23209         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23210
23211         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23212
23213         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23214
23215         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23216
23217         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23218
23219         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23220         (gnus-carpal-mode): Ditto.
23221
23222         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23223         (gnus-browse-mode): Ditto.
23224
23225         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23226
23227         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23228
23229 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23230
23231         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23232
23233 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23234
23235         * gnus-util.el (gnus-run-mode-hooks): New function.
23236
23237         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23238
23239         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23240         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23241
23242 2005-05-27  Lute Kamstra  <lute@gnu.org>
23243
23244         * dns-mode.el (dns-mode): Specify customization group.
23245
23246 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23247
23248         * gnus-agent.el (gnus-agent-make-mode-line-string):
23249         Use mode-line-highlight as mouse-face.
23250
23251 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23252
23253         * canlock.el (canlock): Change the parent group to news.
23254
23255         * deuglify.el (gnus-outlook-deuglify): Add :group.
23256
23257         * dig.el (dig): Add :group.
23258
23259         * dns-mode.el (dns-mode): Add :group.
23260
23261         * encrypt.el (encrypt): Add :group.
23262
23263         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23264         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23265         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23266         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23267         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23268
23269         * gnus-diary.el (gnus-diary): Add :group.
23270
23271         * gnus.el (gnus-group-news-1-face): Add :group.
23272         (gnus-group-news-1-empty-face): Ditto.
23273         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23274         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23275         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23276         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23277         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23278         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23279         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23280         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23281         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23282         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23283         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23284         (gnus-summary-high-ticked-face): Ditto.
23285         (gnus-summary-low-ticked-face): Ditto.
23286         (gnus-summary-normal-ticked-face): Ditto.
23287         (gnus-summary-high-ancient-face): Ditto.
23288         (gnus-summary-low-ancient-face): Ditto.
23289         (gnus-summary-normal-ancient-face): Ditto.
23290         (gnus-summary-high-undownloaded-face): Ditto.
23291         (gnus-summary-low-undownloaded-face): Ditto.
23292         (gnus-summary-normal-undownloaded-face): Ditto.
23293         (gnus-summary-high-unread-face): Ditto.
23294         (gnus-summary-low-unread-face): Ditto.
23295         (gnus-summary-normal-unread-face): Ditto.
23296         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23297         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23298
23299         * hashcash.el (hashcash): New custom group.
23300         (hashcash-default-payment): Add :group.
23301         (hashcash-payment-alist): Ditto.
23302         (hashcash-default-accept-payment): Ditto.
23303         (hashcash-accept-resources): Ditto.
23304         (hashcash-path): Ditto.
23305         (hashcash-extra-generate-parameters): Ditto.
23306         (hashcash-double-spend-database): Ditto.
23307         (hashcash-in-news): Ditto.
23308
23309         * message.el (message-minibuffer-local-map): Add :group.
23310
23311         * netrc.el (netrc): Add :group.
23312
23313         * sieve-manage.el (sieve-manage-log): Add :group.
23314         (sieve-manage-default-user): Diito.
23315         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23316         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23317         (sieve-manage-authenticators): Ditto.
23318         (sieve-manage-authenticator-alist): Ditto.
23319         (sieve-manage-default-port): Ditto.
23320
23321         * sieve-mode.el (sieve-control-commands-face): Add :group.
23322         (sieve-action-commands-face): Ditto.
23323         (sieve-test-commands-face): Ditto.
23324         (sieve-tagged-arguments-face): Ditto.
23325
23326         * smime.el (smime): Add :group.
23327
23328         * spam-report.el (spam-report): Add :group.
23329
23330         * spam.el (spam, spam-face): Add :group.
23331
23332 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23333
23334         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23335         return \n.\n.\n at the end of articles.  Protect against that.
23336         (nntp-with-open-group): Allow debugging.
23337
23338         * nnheader.el (mail-header-set-extra): Make into a function
23339         because I just could't understand how to quote the list properly.
23340
23341         * dns.el (query-dns-cached): New function.
23342
23343 2005-05-26  Lute Kamstra  <lute@gnu.org>
23344
23345         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23346
23347 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23348
23349         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23350
23351         * gnus-art.el: Don't autoload mail-extract-address-components.
23352
23353         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23354         eval-and-compile to evaluate it.
23355
23356         * hashcash.el: Don't autoload executable-find.
23357
23358         * nndb.el: Don't declare the nndb back end two or more times; don't
23359         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23360
23361         * nntp.el: Autoload format-spec instead of format; use
23362         eval-and-compile to evaluate autoload forms.
23363
23364 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23365
23366         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23367
23368 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23369
23370         * gnus.el (gnus-version-number): Bump version.
23371
23372 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23373
23374         * gnus.el: No Gnus v0.3 is released.
23375
23376 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23377
23378         * lpath.el (featurep): Bind show-nonbreak-escape.
23379
23380 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23381
23382         * gnus-art.el (gnus-article-edit-part): Disable undo.
23383
23384 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23385
23386         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23387         gnus-article-date-lapsed-new-header is t if date timer is active;
23388         skip headers in which the original date value is empty.
23389         (gnus-article-save-original-date): Redefine it as a macro.
23390         (gnus-display-mime): Use it.
23391
23392 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23393
23394         * gnus-art.el (article-date-ut): Support converting date in
23395         forwarded parts as well.
23396         (gnus-article-save-original-date): New function.
23397         (gnus-display-mime): Use it.
23398
23399 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23400
23401         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23402         enclosure element of <item>.
23403
23404 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23405
23406         * message.el (message-kill-buffer-query): Rename from
23407         `message-kill-buffer-query-if-modified'.  Add :version.
23408
23409 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23410
23411         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23412         window layout.
23413
23414 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23415
23416         * mml.el: Autoload dnd when compiling.
23417
23418 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23419
23420         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23421         x-dnd-*.
23422
23423 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23424
23425         * qp.el (quoted-printable-encode-region): Save excursion.
23426
23427 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23428
23429         * message.el (message-kill-buffer-query-if-modified): Add new variable
23430         so the user can kill a modified message buffer quickly.
23431         (message-kill-buffer): Use it.
23432
23433 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23434
23435         * lpath.el: Fbind display-time-event-handler; don't fbind
23436         string-to-multibyte.
23437
23438         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23439
23440 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23441
23442         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23443         contained in text because xml.el decodes entities) with LFs.
23444
23445 2005-04-11  Lute Kamstra  <lute@gnu.org>
23446
23447         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23448         differently.
23449
23450 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23451
23452         * mm-util.el (mm-detect-coding-region): Typo.
23453
23454 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23455
23456         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23457
23458 2005-04-06  Deepak Goel  <deego@gnufans.org>
23459
23460         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23461         user-function allow user modifications of the scores.
23462         (spam-stat-score-buffer-user): New function, to allow
23463         user-computed modifications to the score.
23464         (spam-stat-score-buffer-user-functions): List of additional
23465         scoring functions.
23466         (spam-stat-error-holder): Global temporary error holder.
23467         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23468         variable.
23469
23470 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23471
23472         * gnus-registry.el (gnus-registry-clean-empty-function)
23473         (gnus-registry-trim, gnus-registry-fetch-groups)
23474         (gnus-registry-delete-group): Groups that match
23475         `gnus-registry-ignored-groups' are removed from the registry
23476         entries, not just ignored for splitting.  This helps clean up the
23477         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23478         to get all the groups a message ID is in.
23479
23480         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23481         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23482         (spam-stat-score-buffer-user-functions): Add :number custom type.
23483
23484 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23485
23486         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23487         argument in XEmacs.
23488
23489         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23490         (nnrss-request-group): Decode group name first.
23491         (nnrss-request-article): Make a text/plain article if mml-to-mime
23492         failed.
23493         (nnrss-get-encoding): Return a compatible encoding according to
23494         nnrss-compatible-encoding-alist.
23495         (nnrss-find-el): Use consp instead of listp.
23496         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23497
23498 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23501         which Emacs 20 doesn't support.
23502         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23503
23504 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23505
23506         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23507         silence the byte compiler inside the defun.
23508
23509         * gnus-demon.el (parse-time-string): Add autoload.
23510
23511         * gnus-delay.el (parse-time-string): Add autoload.
23512
23513         * gnus-art.el (parse-time-string): Add autoload.
23514
23515         * nnultimate.el (parse-time): Require for `parse-time-string'.
23516
23517 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23518
23519         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23520
23521         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23522
23523         * smime.el (smime-ldap-host-list): Add :version.
23524
23525 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23526
23527         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23528         pass it to `gnus-browse-read-group'.
23529         (gnus-browse-read-group): Add NUMBER argument and pass it to
23530         `gnus-group-read-ephemeral-group'.
23531
23532         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23533         argument and pass it to `gnus-group-read-group'.
23534
23535 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23536
23537         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23538         mm-xemacs-find-mime-charset-1 if we have the mule feature
23539         available at runtime.
23540
23541 2005-03-25  Werner Lemberg  <wl@gnu.org>
23542
23543         * nnmaildir.el: Replace `illegal' with `invalid'.
23544
23545 2005-03-23  Lute Kamstra  <lute@gnu.org>
23546
23547         * time-date.el: Add comment on time value formats.
23548         Don't require parse-time.
23549         (with-decoded-time-value): New macro.
23550         (encode-time-value): New function.
23551         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23552         (days-to-time): Return a valid time value when arg is huge.
23553         (time-since): Use time-subtract.
23554         (time-to-number-of-days): Use time-to-seconds.
23555
23556 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23557
23558         * gnus-start.el (gnus-display-time-event-handler):
23559         Check display-time-timer at runtime rather than only at load time
23560         in case display-time-mode is turned off in the mean time.
23561
23562 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23563
23564         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23565         used.
23566
23567         * nneething.el (nneething-map-file-directory): Derive from
23568         `gnus-directory'.
23569
23570         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23571         the To/Cc button.
23572
23573 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23574
23575         * nnmaildir.el (nnmaildir-request-accept-article):
23576         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23577
23578 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23579
23580         * gnus-async.el: Require timer-funcs at compile time when in
23581         XEmacs for `run-with-idle-timer'.
23582
23583 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23584
23585         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23586         autoloaded function.
23587
23588 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23589
23590         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23591
23592 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23593
23594         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23595
23596 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23597
23598         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23599         Add gnus-expert-user to default.
23600
23601 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23602
23603         * nnimap.el (nnimap-open-server): Ditto.
23604
23605         * imap.el (imap-authenticate): Fix typo.
23606
23607 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23608
23609         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23610         buffer (since IMAP server might return FETCH response out of
23611         order, and the nntp buffer must be sorted).
23612
23613 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23614
23615         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23616         comparison on string.
23617
23618         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23619         (gnus-agent-score): Rename category keywords to match gnus-cus.
23620         (gnus-agent-summary-fetch-series): Modify to protect against
23621         gnus-agent-summary-fetch-group clearing processable flags.
23622         (gnus-agent-synchronize-group-flags): Update live group buffer as
23623         synchronization may occur due to the user toggle the plugged
23624         status.
23625         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23626         successfully downloaded.
23627         (gnus-agent-expire-group-1): Avoid using markers when the overview
23628         is in ascending order; greatly improves performance.
23629         (gnus-agent-regenerate-group):
23630         Use gnus-agent-synchronize-group-flags to reset read status in both
23631         gnus and server.
23632         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23633
23634 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23635
23636         * message.el: Don't autoload former message-utils variables.
23637         (message-strip-subject-trailing-was): Change doc string.
23638
23639         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23640         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23641         (nnweb-google-search): Add "hl=en" here.
23642         (nnweb-google-parse-1, nnweb-google-create-mapping):
23643         Don't hardcode URL.
23644
23645 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23646
23647         * message.el (message-get-reply-headers, message-followup):
23648         Mention related variables `message-use-followup-to' and
23649         `message-use-mail-followup-to', in the information buffer.
23650
23651         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23652         of broken groups(-beta).google.com.
23653
23654 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23655
23656         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23657         parameter to invoked gnus-request-move-article; remove the
23658         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23659         all at once instead of once per article.
23660         (gnus-summary-remove-process-mark): Accept a list of articles as
23661         well as a single article for processing.
23662
23663         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23664         parameter.
23665
23666         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23667
23668         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23669
23670         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23671         parameter.
23672
23673         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23674         parameter.
23675
23676         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23677         parameter and remove the gnus-sum-hint-move-is-internal variable.
23678
23679         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23680         parameter.
23681
23682         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23683         parameter.
23684
23685         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23686         parameter.
23687
23688         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23689
23690         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23691         parameter.
23692
23693         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23694         parameter.
23695
23696 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23697
23698         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23699         a more conservative way.
23700
23701 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23702
23703         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23704         buffer, so it moves the window's cursor.
23705
23706 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23707
23708         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23709         `mm-dissect-multipart' and receive the from field as an (optional)
23710         argument from `mm-dissect-multipart'.
23711         (mm-dissect-multipart): Receive the from field as an argument and
23712         pass it on when we call `mm-dissect-buffer' on MIME parts.
23713         Fixes verification/decryption of signed/encrypted MIME parts.
23714
23715 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23716
23717         * gnus-sum.el (gnus-summary-move-article):
23718         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23719         whatever it calls (right now, only nnimap-request-move article
23720         respects it).
23721
23722         * nnimap.el (nnimap-request-move-article):
23723         When gnus-sum-hint-move-is-internal is set, don't do the extra
23724         nnimap-request-article.
23725
23726 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23727
23728         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23729
23730         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23731         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23732
23733         * gnus-sum.el (gnus-summary-caesar-message):
23734         Apply `gnus-treat-article' after rotation.
23735
23736         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23737         doc string.
23738
23739 2005-02-22  Simon Josefsson  <jas@extundo.com>
23740
23741         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23742         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23743         <arne@arnested.dk>.
23744         (encrypt): Add password-cache and password-cache-expiry as group
23745         members.
23746
23747 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23748
23749         * smime.el (smime-ldap-host-list): Doc fix.
23750         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23751         cache) password.
23752         (smime-sign-region): Use it.
23753         (smime-decrypt-region): Use it.
23754         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23755         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23756         fails.
23757         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23758         certificate from DER to PEM format rather than calling openssl.
23759
23760         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23761
23762         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23763         for signing/encryption.
23764
23765         * mml.el (mml-parse-1): Use them.
23766
23767 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23768
23769         * nnrss.el (nnrss-verbose): Remove.
23770         (nnrss-request-group): Use `nnheader-message' instead.
23771
23772 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23773
23774         * nnrss.el (nnrss-verbose): New variable.
23775         (nnrss-request-group): Make it say nnrss is requesting a group.
23776
23777 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23778
23779         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23780         Handle news URL with given port correctly.
23781
23782 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23783
23784         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23785         containing special characters.
23786
23787         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23788
23789         * mml.el (mime-to-mml): Ditto.
23790
23791         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23792         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23793         (rfc2047-decode-region): Quote decoded words containing special
23794         characters when rfc2047-quote-decoded-words-containing-tspecials
23795         is non-nil.
23796
23797 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23798
23799         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23800
23801         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23802
23803 2005-02-15  Simon Josefsson  <jas@extundo.com>
23804
23805         * nnimap.el (nnimap-debug): Doc fix.
23806
23807         * imap.el (imap-debug): Doc fix.
23808
23809 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23810
23811         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23812
23813 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23814
23815         * gnus.el (spam-contents): Improve docs for spam-contents
23816         parameter in its variable incarnation.
23817
23818 2005-02-14  Simon Josefsson  <jas@extundo.com>
23819
23820         * smime-ldap.el: Use require instead of load-library for ldap.
23821         (smime-ldap-search): Indent.
23822         (smime-ldap-search-internal): Shorten line.
23823
23824         * smime.el (smime-cert-by-dns): Add doc-string.
23825         (smime-cert-by-ldap-1): Indent.
23826
23827         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23828         mml-smime-get-dns-ldap.
23829         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23830
23831 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23832
23833         * smime.el: Require smime-ldap.
23834         (smime-ldap-host-list): New variable.
23835         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23836
23837         * mml-smime.el (mml-smime-encrypt-query): New function.
23838         (mml-smime-encrypt-query): Use it.
23839
23840         * smime-ldap.el: New file.
23841
23842 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23843
23844         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23845
23846 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23847
23848         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23849         argument in doc string.  Make query for type more clear.
23850
23851 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23852
23853         * gnus.el (gnus-group-startup-message): Search for gnus images in
23854         etc/images/gnus.
23855         * mm-util.el (mm-image-load-path): Likewise.
23856         * smiley.el (smiley-data-directory): Search for smilies in
23857         etc/images/smilies.
23858
23859 2005-02-09  Kim F. Storm  <storm@cua.dk>
23860
23861         Change Emacs release version from 21.4 to 22.1 throughout.
23862         Change Emacs development version from 21.3.50 to 22.0.50.
23863
23864 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23865
23866         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23867
23868         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23869         non-Mule XEmacs as well.
23870         (mm-decompress-buffer): Signal an error intentionally if it does
23871         not decompress compressed data because auto-compression-mode is
23872         disabled.
23873
23874 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23875
23876         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23877         an ID in the registry even if it has no groups.
23878
23879 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23880
23881         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23882         merge it into mm-decompress-buffer.
23883         (gnus-mime-copy-part): Use the MIME part charset, the value which
23884         a user specified or gnus-newsgroup-charset for decoding, like
23885         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23886         save-buffer what was used.  Suggested by Kevin Ryde
23887         <user42@zip.com.au>.
23888         (gnus-mime-inline-part): Allow the name parameter as well as the
23889         filename parameter; force decompressing of compressed data; always
23890         display contents being not decoded as unibyte.
23891
23892         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23893         as well as the filename parameter.
23894
23895         * mm-util.el (mm-decompress-buffer):
23896         Merge gnus-mime-jka-compr-maybe-uncompress.
23897         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23898         of compressed data.
23899
23900 2005-02-08  Simon Josefsson  <jas@extundo.com>
23901
23902         * imap.el (imap-log): Doc fix.
23903
23904 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23905
23906         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23907         the coding cookies; decompress compressed parts.
23908
23909         * mml.el (mml-generate-mime-1): Add the charset parameter according
23910         to the value which a user specified manually or the coding cookie.
23911
23912         * mm-util.el (mm-string-to-multibyte): New function.
23913         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23914         (mm-coding-system-to-mime-charset): New function.
23915         (mm-decompress-buffer): New function.
23916         (mm-find-buffer-file-coding-system): New function.
23917
23918         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23919         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23920         parts.
23921
23922 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23923
23924         * mm-view.el (mm-display-inline-fontify): Decode a part according
23925         to the charset parameter.
23926
23927 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23928
23929         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23930         prefix arg is neither nil nor a number, as info specifies.
23931
23932 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23933
23934         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23935         timestamps.
23936
23937 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23938
23939         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23940         groups error checking and notify user.
23941
23942 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23943
23944         * message.el (message-send-mail-function): Check existence of
23945         sendmail-program first before using default value
23946         `message-send-mail-with-sendmail'.  Otherwise use more generic
23947         `smtpmail-send-it'.
23948
23949 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23950
23951         * nntp.el (nntp-request-update-info): Always return nil.
23952
23953 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23954
23955         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23956
23957 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23958
23959         * message.el (message-beginning-of-line): Change the behavior when
23960         invoked between BOL and : so that it first moves backward.
23961
23962 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23963
23964         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23965         article buffer when editing of the article is discarded.
23966         (gnus-article-prepare): Revert.
23967
23968 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23969
23970         * gnus-art.el (gnus-article-prepare):
23971         Remove message-strip-forbidden-properties from the local hook.
23972
23973 2005-01-27  Simon Josefsson  <jas@extundo.com>
23974
23975         * password.el (password-cache-add): Only start one timer per key.
23976         Reported by Derek Atkins <warlord@MIT.EDU>.
23977
23978 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23979
23980         * run-at-time.el: Remove.  It is no longer needed as
23981         timer-funcs.el in the xemacs-base package has a working version of
23982         `run-at-time'.
23983
23984         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23985
23986         * password.el: Require timer-funcs instead of run-at-time in
23987         XEmacs.
23988         Remove `password-run-at-time' macro.
23989         (password-cache-add): Use `run-at-time' instead of
23990         `password-run-at-time'.
23991
23992         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23993         Remove `nnheader-cancel-function-timers' alias,
23994         `cancel-function-timers' exists in XEmacs in timer-funcs.
23995
23996         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23997         for `run-with-idle-timer'.
23998
23999         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24000         for `run-at-time'.
24001
24002         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24003         for `with-timeout'.
24004
24005         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24006         the same as for XEmacs 21.4.
24007         No need to ignore `run-with-idle-timer', this function exists in
24008         XEmacs now in timer-funcs.el in the xemacs-base package.
24009         (dgnushack-compile): No need to delete
24010         run-at-time.el from the list of files to compile because it
24011         doesn't exist anymore.
24012
24013 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24014
24015         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24016         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24017
24018 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24019
24020         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24021         sensitively.
24022
24023 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24024
24025         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24026
24027 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24028
24029         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24030         which will be inserted according to the multibyteness of a buffer
24031         rather than the type of contents.  Suggested by ARISAWA Akihiro
24032         <ari@mbf.ocn.ne.jp>.
24033
24034         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24035         of string which old xml.el may return rather than a string.
24036
24037 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24038
24039         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24040
24041 2005-01-16  Simon Josefsson  <jas@extundo.com>
24042
24043         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24044         idn/idna.el isn't available.
24045         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24046         <michael@waxrat.com>.
24047
24048         * hashcash.el: Remove non-FSF copyright header.
24049
24050         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24051         (hashcash-generate-payment): Use it.
24052         (hashcash-generate-payment-async): Use it.
24053
24054 2005-01-15  Simon Josefsson  <jas@extundo.com>
24055
24056         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24057         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24058
24059         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24060         gnus-summary-idna-message.
24061         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24062         (gnus-summary-idna-message): New function.
24063
24064 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24065
24066         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24067         gnus-novice-user.
24068
24069 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24070
24071         * nnrss.el (nnrss-request-delete-group): Delete entries in
24072         nnrss-group-alist as well.
24073         (nnrss-save-server-data): Insert newline.
24074
24075 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24076
24077         * gnus.el (gnus-user-agent): Use list of symbols instead of
24078         symbols.  Display full version number for (S)XEmacs.
24079         Optionally display (S)XEmacs codename.
24080
24081         * gnus-util.el (gnus-emacs-version): Update for new
24082         `gnus-user-agent'.
24083
24084         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24085         Gnus version.
24086
24087 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24088
24089         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24090         which is unreadable in some setups.
24091
24092 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24093
24094         * gnus-spec.el (gnus-update-format-specifications): Flush the
24095         group format spec cache if it doesn't support decoded group names.
24096
24097 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24098
24099         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24100         Allow to apply decay on score files matching a regexp.
24101
24102 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24103
24104         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24105         compatibility in %g and %c.
24106
24107 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24108
24109         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24110         name for only %g and %c.
24111         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24112         of gnus-tmp-group to decoded group name.
24113         (gnus-group-make-rss-group): Exclude `/'s from group names.
24114
24115 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24116
24117         * nnrss.el (nnrss-get-encoding): Fix regexp.
24118
24119 2004-12-27  Simon Josefsson  <jas@extundo.com>
24120
24121         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24122         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24123         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24124
24125 2004-12-17  Kim F. Storm  <storm@cua.dk>
24126
24127         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24128
24129         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24130
24131 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24132
24133         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24134
24135 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24136
24137         * nnrss.el: Require rfc2047 and mml.
24138         (nnrss-file-coding-system): New variable.
24139         (nnrss-format-string): Redefine it as an inline function.
24140         (nnrss-decode-group-name): New function.
24141         (nnrss-string-as-multibyte): Remove.
24142         (nnrss-retrieve-headers): Decode group name; don't use
24143         nnrss-format-string.
24144         (nnrss-request-group): Decode group name.
24145         (nnrss-request-article): Decode group name; allow a Message-ID as
24146         well as an article number; don't use nnrss-format-string; encode a
24147         Message-ID string which may contain non-ASCII characters; use
24148         mml-to-mime to compose a MIME article.
24149         (nnrss-request-expire-articles): Decode group name.
24150         (nnrss-request-delete-group): Decode group name.
24151         (nnrss-fetch): Clarify error message.
24152         (nnrss-read-server-data): Use insert-file-contents instead of load;
24153         bind file-name-coding-system; use multibyte buffer.
24154         (nnrss-save-server-data): Bind coding-system-for-write to the
24155         value of nnrss-file-coding-system; bind file-name-coding-system;
24156         add coding cookie.
24157         (nnrss-read-group-data): Use insert-file-contents instead of load;
24158         bind file-name-coding-system; use multibyte buffer.
24159         (nnrss-save-group-data): Bind coding-system-for-write to the
24160         value of nnrss-file-coding-system; bind file-name-coding-system.
24161         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24162         make it work with non-ASCII text.
24163         (nnrss-find-el): Make it work with old xml.el as well.
24164
24165 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24166
24167         * nnrss.el (nnrss-get-encoding): New function.
24168         (nnrss-fetch): Use unibyte buffer initially; bind
24169         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24170         decode contents according to the encoding attribute.
24171         (nnrss-save-group-data): Add coding cookie.
24172         (nnrss-mime-encode-string): New function.
24173         (nnrss-check-group): Use it to encode subject and author.
24174
24175 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24176
24177         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24178         imaginary variable.
24179
24180 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24181
24182         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24183         correctly even if there are wide characters.
24184
24185 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24186
24187         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24188         downcased symbol names; make a new cache instead of reusing
24189         bbdb-hashtable.
24190
24191 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24192
24193         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24194         concatenating segments rather than before concatenating them.
24195         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24196
24197         * message.el (message-get-reply-headers): Bind `extra'.
24198
24199 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24200
24201         * message.el (message-extra-wide-headers): New variable.
24202         (message-get-reply-headers): Use it.
24203
24204 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24205
24206         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24207         (gnus-agent-group-pathname): Ditto.
24208
24209         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24210
24211         * gnus-group.el (gnus-group-make-group): Decode group name.
24212         (gnus-group-make-rss-group): Register the group data after opening
24213         the nnrss group.
24214
24215 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24216
24217         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24218         by expiry now get marked as read.
24219
24220 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24221
24222         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24223
24224 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24225
24226         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24227         unify Latin characters in XEmacs.
24228         (mm-find-mime-charset-region): Use it.
24229
24230 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24231
24232         * gnus-util.el (gnus-delete-directory): New function.
24233
24234         * gnus-agent.el (gnus-agent-delete-group): Use it.
24235
24236         * gnus-cache.el (gnus-cache-delete-group): Use it.
24237
24238 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24239
24240         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24241         names.
24242
24243 2004-12-16  Simon Josefsson  <jas@extundo.com>
24244
24245         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24246
24247 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24248
24249         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24250
24251         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24252         (gnus-group-set-current-level): Decode group name.
24253
24254 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24255
24256         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24257         failed.
24258
24259 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24260
24261         * gnus-group.el (gnus-group-delete-group): Decode group name.
24262         (gnus-group-make-rss-group): Encode group name.
24263         (gnus-group-catchup-current): Decode group name.
24264         (gnus-group-kill-group): Decode group name.
24265
24266 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24267
24268         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24269
24270 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24271
24272         * gnus-group.el (gnus-group-make-rss-group):
24273         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24274
24275         * gnus-start.el (gnus-setup-news): Honor user's setting to
24276         gnus-message-archive-method.  Suggested by Lute Kamstra
24277         <lute@gnu.org>.
24278
24279 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24280
24281         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24282         global counterparts of the buffer-local variables.
24283
24284 2004-11-16  Romain Francoise  <romain@orebokech.com>
24285
24286         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24287         counterparts of the buffer-local variables.
24288
24289 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24290
24291         * message.el (message-forbidden-properties): Fix typo in doc
24292         string.
24293
24294 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24295
24296         * gnus-util.el (gnus-replace-in-string): Add doc string.
24297
24298         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24299         to avoid problems when splitting mails with many recipients.
24300
24301 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24302
24303         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24304         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24305
24306 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24307
24308         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24309         if there is no hashtable in memory or file modification time is
24310         newer than cached timestamp.
24311
24312 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24313
24314         * gnus-sum.el (gnus-summary-limit-to-recipient):
24315         Implement not-matching option.
24316
24317 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24318
24319         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24320         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24321         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24322         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24323         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24324         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24325
24326 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24327
24328         * message.el (message-forward-make-body-mml): Remove headers
24329         according to message-forward-ignored-headers if a message is decoded.
24330
24331 2004-12-02  Romain Francoise  <romain@orebokech.com>
24332
24333         * message.el (message-forward-make-body-plain): Always remove
24334         headers according to message-forward-ignored-headers.
24335
24336 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24337
24338         * spam.el (spam-summary-prepare-exit): Remove the
24339         gnus-summary-limit pop for now, it has problems with ham marks for
24340         me.
24341
24342 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24343
24344         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24345         correctly.
24346
24347 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24348
24349         * format-spec.el (format-spec): Message the char.
24350
24351 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24352
24353         * gnus-art.el (gnus-split-methods): Reformat comments.
24354
24355         * spam.el (spam-summary-prepare-exit): Remove article limits
24356         before exiting the summary buffer.
24357
24358 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24359
24360         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24361         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24362
24363         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24364         order to silence the byte compiler.
24365
24366         * spam.el: Fix the way to silence the byte compiler, which
24367         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24368         bbdb-search-simple, spam-BBDB-register-routine,
24369         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24370         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24371         spam-stat-buffer-is-spam, spam-stat-load,
24372         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24373         spam-stat-save and spam-stat-split-fancy.
24374
24375 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24376
24377         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24378         which may confuse users.
24379         (canlock-password-for-verify): Ditto.
24380
24381         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24382
24383         * gnus-art.el (gnus-emphasis-alist): Ditto.
24384
24385         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24386
24387         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24388
24389         * gnus-start.el (gnus-save-killed-list): Ditto.
24390
24391         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24392         (gnus-sum-thread-tree-root): Ditto.
24393         (gnus-sum-thread-tree-false-root): Ditto.
24394         (gnus-sum-thread-tree-single-indent): Ditto.
24395
24396         * message.el (message-courtesy-message): Ditto.
24397         (message-archive-note): Ditto.
24398         (message-subscribed-address-file): Ditto.
24399         (message-user-fqdn): Ditto.
24400
24401         * spam-report.el (spam-report-gmane-regex): Ditto.
24402
24403         * spam.el (spam-blackhole-good-server-regex): Ditto.
24404
24405 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24406
24407         * mml.el (mml-preview): Widen the message buffer before copying
24408         the contents to the preview buffer; sort headers before previewing.
24409
24410         * message.el (message-hidden-headers): Fix the way to avoid a bug
24411         in the `repeat' widget in Emacs 21.3 or earlier.
24412
24413 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24414
24415         * message.el (message-hidden-headers): Default to "^References:".
24416         Improve customization type.  Suggested by Reiner Steib
24417         <Reiner.Steib@gmx.de>.
24418
24419 2004-11-25  Romain Francoise  <romain@orebokech.com>
24420
24421         * message.el (message-strip-forbidden-properties): Remove check for
24422         obsolete `message-hidden' text property, hidden headers are not
24423         accessible in the buffer anymore.
24424
24425 2004-11-22  Romain Francoise  <romain@orebokech.com>
24426
24427         * message.el (message-header-format-alist): Add `From' in list
24428         so that it can be sorted.
24429         (message-fix-before-sending): Widen and sort headers before
24430         sending.
24431         (message-hide-headers): Use narrowing to hide headers by moving
24432         them to the top of the buffer and narrowing to the region
24433         underneath.
24434
24435 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24436
24437         * message.el (message-strip-forbidden-properties):
24438         Bind buffer-read-only (etc) to nil.
24439
24440 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24441
24442         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24443         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24444
24445 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24446
24447         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24448
24449 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24450
24451         * dns.el (query-dns): Use sit-for to time instead of
24452         accept-process-output, since that doesn't seem to work on udp
24453         sockets.
24454
24455 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24456
24457         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24458
24459 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24460
24461         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24462         doc string.  Improve doc string.
24463
24464 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24465
24466         * nntp.el (nntp-request-update-info): Return nil if
24467         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24468         may not call gnus-activate-group which uselessly issues the GROUP
24469         commands for all nntp groups and wastes time.  Reported by Romain
24470         Francoise <romain@orebokech.com>.
24471
24472         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24473
24474 2004-11-15  Simon Josefsson  <jas@extundo.com>
24475
24476         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24477         headers separately.
24478         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24479         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24480
24481 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24482
24483         * gnus-start.el (gnus-convert-old-newsrc):
24484         Assign legacy-gnus-agent to 5.10.7.
24485
24486 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24487
24488         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24489         start of the lines.
24490
24491 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24492
24493         * hashcash.el (hashcash-default-payment): Change default to 20.
24494         (hashcash-default-accept-payment): Change default to 20.
24495         (hashcash-process-alist): New variable.
24496         (hashcash-generate-payment-async): Add.
24497         (hashcash-already-paid-p): Add.
24498         (hashcash-insert-payment): Don't generate payments twice.
24499         (hashcash-insert-payment-async): Add.
24500         (hashcash-insert-payment-async-2): Add.
24501         (hashcash-cancel-async): Add.
24502         (hashcash-wait-async): Add.
24503         (hashcash-processes-running-p): Add.
24504         (hashcash-wait-or-cancel): Add.
24505         (mail-add-payment): New optional argument.  Conditionally start
24506         asynchronous calculation.
24507         (mail-add-payment-async): Add.
24508
24509         * message.el (message-send-mail): Wait for asynchronous hashcash
24510         results.  Don't clobber existing X-Hashcash headers.
24511         (message-setup-1): Call mail-add-payment-async when
24512         message-generate-hashcash is non-nil.
24513
24514 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24515
24516         * message.el (message-use-alternative-email-as-from): Examine the
24517         From header as well; use message-make-from in order to include a
24518         user's full name.
24519
24520 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24521
24522         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24523         default; improve customization type.
24524         (gnus-emphasis-custom-with-format): New macro.
24525         (gnus-emphasis-custom-value-to-external): New function.
24526         (gnus-emphasis-custom-value-to-internal): New function.
24527
24528 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24529
24530         * dns.el (query-dns): Resolve reverse addresses.
24531
24532 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24533
24534         * gnus-group.el (gnus-group-get-new-news): Use it.
24535
24536         * gnus-start.el (gnus-check-reasonable-setup): New function.
24537
24538 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24539
24540         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24541         "Args out of range" error.  Reported by Arnaud Giersch
24542         <arnaud.giersch@free.fr>.
24543
24544 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24545
24546         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24547
24548 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24549
24550         * spam.el (spam group): Add :version.
24551
24552         * pgg-def.el (pgg group): Add :version.
24553
24554 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24555
24556         * gnus-art.el (gnus-article-edit-article): Don't associate the
24557         article buffer with a draft file.  This is a temporary measure
24558         against the 2004-08-22 change to gnus-article-edit-mode.
24559
24560 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24561
24562         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24563         (html2text-format-tags): Remove unused variable `attr'.
24564
24565 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24566
24567         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24568
24569         * tls.el (tls-process-connection-type, tls-success)
24570         (tls-certtool-program): Add :version.
24571
24572         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24573         (starttls-extra-arguments, starttls-process-connection-type)
24574         (starttls-connect, starttls-failure, starttls-success): Add :version.
24575
24576         * spam-stat.el (spam-stat): Add :version.
24577
24578         * sieve.el (sieve): Add :version.
24579
24580         * sha1.el (sha1): Add :version.
24581         (sha1-use-external): Remove redundant version.
24582
24583         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24584         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24585         (nnmail-split-fancy-match-partial-words)
24586         (nnmail-split-lowercase-expanded): Add :version.
24587
24588         * nndiary.el (nndiary): Add :version.
24589
24590         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24591
24592         * mml-sec.el (mml-default-sign-method)
24593         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24594         Add :version.
24595
24596         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24597
24598         * mm-url.el (mm-url-use-external, mm-url-program)
24599         (mm-url-arguments): Add :version.
24600
24601         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24602         (mm-attachment-file-modes, mm-decrypt-option)
24603         (mm-w3m-safe-url-regexp): Add :version.
24604
24605         * message.el (message-cite-prefix-regexp)
24606         (message-sendmail-envelope-from, message-minibuffer-local-map)
24607         (message-user-fqdn, message-completion-alist): Add :version.
24608
24609         * gnus-win.el (gnus-configure-windows-hook)
24610         (gnus-use-frames-on-any-display): Add :version.
24611
24612         * gnus-art.el (gnus-article-address-banner-alist)
24613         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24614         (gnus-treat-from-picon, gnus-treat-mail-picon)
24615         (gnus-treat-x-pgp-sig): Add :version.
24616
24617         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24618         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24619         (gnus-summary-article-delete-hook)
24620         (gnus-summary-display-while-building): Add :version.
24621
24622         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24623         (gnus-get-top-new-news-hook): Add :version.
24624
24625         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24626         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24627
24628         * gnus-registry.el (gnus-registry): Add :version.
24629
24630         * gnus-spec.el (gnus-use-correct-string-widths)
24631         (gnus-make-format-preserve-properties): Add :version.
24632
24633         * gnus.el (gnus-group-charter-alist)
24634         (gnus-group-fetch-control-use-browse-url)
24635         (gnus-install-group-spam-parameters): Add :version.
24636
24637         * gnus-diary.el (gnus-diary): Add :version.
24638
24639         * gnus-delay.el (gnus-delay): Add :version.
24640
24641         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24642         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24643         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24644         Add :version.
24645
24646         * gnus-agent.el (gnus-agent-max-fetch-size)
24647         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24648         (gnus-agent-prompt-send-queue): Add :version.
24649
24650         * deuglify.el (gnus-outlook-deuglify): Add :version.
24651
24652         * html2text.el: Beautify code.  Improve doc strings.
24653         Some checkdoc cleanup.
24654         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24655
24656 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24657
24658         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24659
24660 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24661
24662         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24663         when package is loaded.
24664
24665         * spam.el (spam-summary-score-preferred-header): Add global preference
24666         for people who want to override the default SpamAssassin over
24667         Bogofilter preference (when both are set).
24668         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24669         (spam-user-format-function-S):
24670         Check spam-summary-score-preferred-header.
24671         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24672         (spam-user-format-function-S): Format the score correctly.
24673
24674 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24675
24676         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24677         signature file.  Suggested by Manoj Srivastava
24678         <srivasta@golden-gryphon.com>.
24679
24680         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24681         iso-2022-jp even in the Japanese language environment.
24682         Suggested by Jason Rumney <jasonr@gnu.org>.
24683
24684 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24685
24686         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24687         use the same characters as the dummy marks; make it free from
24688         getting affected by the language environment.
24689         (gnus-summary-read-group-1): Update mark positions only when the
24690         format spec is updated.
24691
24692         * gnus-spec.el (gnus-update-format-specifications): Return a list
24693         of updated types.
24694
24695 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24696
24697         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24698         of boundp to check if display-warning is available.
24699
24700 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24701
24702         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24703
24704 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24705
24706         * nnspool.el (nnspool-spool-directory): Use news-path if the
24707         news-directory variable is not bound.
24708
24709         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24710         function instead of display-warning if it is not available.
24711
24712 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24713
24714         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24715         v5-10: Use `point-at-bol'.
24716
24717 2004-10-26  Simon Josefsson  <jas@extundo.com>
24718
24719         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24720         <chenggao@gmail.com>.
24721
24722 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24723
24724         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24725         instead.
24726
24727 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24728
24729         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24730         to remove a server from the nnimap-server-buffer-alist.
24731         (nnimap-open-connection, nnimap-close-server): Use it.
24732
24733         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24734
24735 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24736
24737         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24738         running the major-mode function.
24739
24740 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24741
24742         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24743         dummy marks in the right way.
24744
24745 2004-10-18  David Edmondson  <dme@dme.org>
24746
24747         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24748         excessively.
24749
24750 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24751
24752         * gnus-util.el (gnus-split-references): Accept a nil references
24753         string and go on blissfully.
24754
24755         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24756         cases where the references string is non-nil but has no references.
24757
24758         * encrypt.el: Add autoload tags.
24759
24760         * spam.el (spam-resolve-registrations-routine): Remove article
24761         from unregistration list too.  Reported by David Hanak
24762         <dhanak@isis.vanderbilt.edu>
24763
24764 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24765
24766         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24767         nil.  Change custom type.
24768
24769 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24770
24771         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24772
24773         * gnus-sum.el (gnus-summary-move-article): Use it.
24774
24775 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24776
24777         * encrypt.el: Add autoload cookies.
24778
24779         * spam.el (spam-backend-article-list-property)
24780         (spam-backend-get-article-todo-list)
24781         (spam-backend-put-article-todo-list)
24782         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24783         Resolve registrations separately.
24784         (spam-register-routine): Format comments.
24785         (spam-unregister-routine, spam-register-routine): Always call with
24786         specific-articles, no default list.
24787         (spam-summary-prepare-exit): Use the spam-classifications function.
24788
24789         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24790         gnus-encrypt.el.
24791
24792         * encrypt.el: Copied from gnus-encrypt.el.
24793
24794         * gnus-encrypt.el: Commented that it's obsolete.
24795
24796 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24797
24798         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24799         (gnus-score-save): Use it.
24800
24801         * message.el (message-bury): Use `window-dedicated-p'.
24802
24803 2004-10-15  Simon Josefsson  <jas@extundo.com>
24804
24805         * pop3.el (top-level): Don't require nnheader.
24806         (pop3-read-timeout): Add.
24807         (pop3-accept-process-output): Add.
24808         (pop3-read-response, pop3-retr): Use it.
24809
24810 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24811
24812         * spam.el (spam-register-routine): Move comment.
24813         (spam-verify-bogofilter): Use 'unknown for the initial
24814         spam-bogofilter-valid state, not 'never.
24815
24816         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24817         for netrc-machine.
24818
24819         * nnimap.el (nnimap-open-connection):
24820         Use netrc-machine-user-or-password.
24821
24822 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24823
24824         * gnus-registry.el (gnus-registry-unload-hook):
24825         Set as a variable with add-hook.
24826
24827         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24828         of news-path.
24829
24830         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24831
24832         * spam.el: Delete duplicate `provide'.
24833         (spam-unload-hook): Set as a variable with add-hook.
24834
24835 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24836
24837         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24838         in the doc string.
24839
24840         * message.el (message-ignored-news-headers)
24841         (message-ignored-supersedes-headers)
24842         (message-ignored-resent-headers)
24843         (message-forward-ignored-headers): Improve custom type.
24844
24845 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24846
24847         * message.el (message-tokenize-header): Fix 2004-09-06 change
24848         which used point-min in the wrong place.
24849
24850 2004-10-12  Simon Josefsson  <jas@extundo.com>
24851
24852         * tls.el (tls-certtool-program): New variable.
24853         (tls-certificate-information): New function, based on
24854         ssl-certificate-information.
24855
24856 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24857
24858         * compface.el: Move the version of ELisp-based uncompface program
24859         to the contrib directory because of the copyright problem.
24860
24861 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24862
24863         * message.el (message-kill-buffer): Raise the current frame.
24864
24865 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24866
24867         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24868
24869         * gnus.el (message-y-or-n-p): Autoload.
24870
24871         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24872         (pop3-password-required, pop3-authentication-scheme)
24873         (pop3-leave-mail-on-server): Make customizable.
24874         (pop3): New custom group.
24875         (pop3-retr): Remove `sleep-for' statements.
24876         Suggested by Dave Love <fx@gnu.org>.
24877
24878         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24879         Windows/DOS.
24880
24881         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24882         (imap-parse-body): Fix incorrect use of `assert'.
24883         Suggested by Dave Love <fx@gnu.org>.
24884
24885         * mml.el (mml-minibuffer-read-disposition): Require match.
24886         Suggested by Dave Love <fx@gnu.org>.
24887
24888 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24889
24890         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24891         doc string.
24892
24893 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24894
24895         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24896
24897 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24898
24899         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24900         instead of calling `mm-insert-inline', to decode text/* parts
24901         before displaying them.
24902
24903 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24904
24905         * mm-uu.el (mm-uu-text-plain-type): New variable.
24906         (mm-uu-pgp-signed-extract-1): Use it.
24907         (mm-uu-pgp-encrypted-extract-1): Use it.
24908         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24909         bind mm-uu-text-plain-type with that value.
24910         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24911         mm-uu-dissect.
24912
24913 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24914
24915         * gnus-group.el (gnus-update-group-mark-positions):
24916         * gnus-sum.el (gnus-update-summary-mark-positions):
24917         * message.el (message-check-news-body-syntax):
24918         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24919         of string-as-multibyte.
24920
24921 2004-10-05  Juri Linkov  <juri@jurta.org>
24922
24923         * gnus-group.el (gnus-update-group-mark-positions):
24924         * gnus-sum.el (gnus-update-summary-mark-positions):
24925         * message.el (message-check-news-body-syntax):
24926         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24927         8-bit unibyte values to a multibyte string for search functions.
24928
24929 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24930
24931         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24932         (mm-uu-dissect-text-parts): New function.
24933
24934         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24935         dissect text parts.
24936
24937         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24938         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24939
24940         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24941
24942         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24943         Use gnus-current-topics instead of gnus-current-topic.
24944
24945 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24946
24947         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24948
24949 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24950
24951         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24952         where appropriate.
24953
24954         * nnml.el (nnml-generate-active-info): do.
24955
24956         * nndiary.el (nndiary-generate-active-info): do.
24957
24958         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24959         (gnus-topic-move): do.
24960
24961         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24962         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24963
24964         * gnus-srvr.el (gnus-server-prepare)
24965         (gnus-server-open-all-servers): do.
24966
24967         * gnus-msg.el (gnus-summary-cancel-article)
24968         (gnus-summary-resend-message)
24969         (gnus-summary-mail-crosspost-complaint): do.
24970
24971         * gnus-move.el (gnus-change-server): do.
24972
24973         * gnus-group.el (gnus-group-unmark-all-groups)
24974         (gnus-group-set-current-level): do.
24975
24976 2004-10-04  Simon Josefsson  <jas@extundo.com>
24977
24978         * message.el (message-generate-hashcash): Doc fix.
24979
24980 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24981
24982         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24983         avoid infinite recursion via gnus-get-function.
24984
24985 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24986
24987         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24988
24989         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24990
24991         * nnmail.el (nnmail-split-history): do.
24992
24993         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24994         (nnml-request-delete-group): do.
24995
24996         * nnslashdot.el (nnslashdot-read-groups): do.
24997
24998         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24999         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25000
25001         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25002         (nnspool-sift-nov-with-sed): Use last.
25003         (nnspool-retrieve-headers-with-nov): Use mapc.
25004         (nnspool-request-newgroups): Use dolist.
25005         (nnspool-request-group): Use last.
25006
25007         * nntp.el (nntp-read-server-type): Use dolist.
25008
25009         * nnvirtual.el (nnvirtual-create-mapping)
25010         (nnvirtual-update-read-and-marked): Use dolist.
25011         (nnvirtual-convert-headers): Simplify.
25012
25013 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25014
25015         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25016         Add support for sync'ing tick marks.
25017
25018 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25019
25020         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25021         there's no visible header.
25022
25023 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25024
25025         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25026         When necessary, pass full group name to gnus-request-set-marks.
25027
25028 2004-10-01  Simon Josefsson  <jas@extundo.com>
25029
25030         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25031         acroread.
25032
25033 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25034
25035         * spam-report.el (spam-report-gmane): Fix interactive.
25036
25037         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25038
25039         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25040         when writing file.
25041         (gnus-agent-synchronize-flags): Don't default to being
25042         interactive.
25043
25044 2004-09-30  Simon Josefsson  <jas@extundo.com>
25045
25046         * message.el (message-generate-hashcash): Add.
25047         (message-send-mail): Use it, call mail-add-payment.
25048
25049 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25050
25051         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25052
25053 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25054
25055         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25056         gnus-requst-update-info with explicit code to sync the in-memory
25057         info read flags with the marks being sync'd to the backend.
25058
25059         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25060
25061 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25062
25063         * spam.el (spam-verify-bogofilter): Add new function.
25064         (spam-check-bogofilter)
25065         (spam-bogofilter-register-with-bogofilter): Use it.
25066         (spam-verify-bogofilter): Add small fixes.
25067
25068 2004-09-28  Simon Josefsson  <jas@extundo.com>
25069
25070         * hashcash.el (hashcash-generate-payment): Revert.
25071
25072 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25073
25074         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25075         Use gnus-extract-references instead of gnus-split-references.
25076
25077         * gnus-util.el (gnus-extract-references): Add new function, analogous
25078         to gnus-split-references but extracts only the message-ID without
25079         anything extra.
25080
25081         * hashcash.el (hashcash-generate-payment)
25082         (hashcash-check-payment): Do the right thing if hashcash-path is
25083         nil (because the hashcash program could not be found).
25084
25085         * spam.el (spam-use-hashcash): Remove comment.
25086
25087 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25088
25089         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25090         (gnus-cache-enter-article, gnus-cache-remove-article)
25091         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25092
25093         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25094
25095         * gnus-art.el (article-hide-boring-headers)
25096         (article-translate-strings, article-display-face)
25097         (gnus-article-mime-match-handle-first)
25098         (gnus-article-highlight-headers)
25099         (gnus-article-add-buttons-to-head): do.
25100
25101 2004-09-27  Simon Josefsson  <jas@extundo.com>
25102
25103         * hashcash.el: New version, from
25104         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25105         ../contrib/.
25106
25107 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25108
25109         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25110
25111 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25112
25113         * gnus-dup.el (gnus-dup-open): Use mapc.
25114         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25115
25116         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25117         Reported by Stefan Wiens <s.wi@gmx.net>.
25118
25119         * gnus.el (gnus-shutdown): Use dolist.
25120
25121         * gnus-undo.el (gnus-undo): Use mapc.
25122
25123         * nnrss.el (nnrss-generate-active): do.
25124
25125         * message.el (message-cite-original-without-signature)
25126         (message-cite-original): Use mapc.
25127         (message-do-actions, message-make-forward-subject): Use dolist.
25128
25129 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25130
25131         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25132         deletion to remove entire duplicate line.  Fixes merged article
25133         number bug.
25134
25135 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25136
25137         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25138         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25139         first ask if you want to open a server and then, even when you
25140         responded with no, asking if you want to synchronize the server's
25141         flags.
25142         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25143         multi-line expressions.
25144         (gnus-agent-synchronize-group-flags): New internal function.
25145         Updates marks in memory (in the info structure) AND in the
25146         backend.
25147
25148         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25149
25150         * nnagent.el (nnagent-request-set-mark):
25151         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25152         method, to ensure that synchronization updates marks in the
25153         backend and in the info (in memory) structure.
25154
25155 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25156
25157         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25158         convention fully; don't miss the root article of a thread; make
25159         the X-Draft-From header with correct article numbers.
25160
25161 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25162
25163         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25164         unless plugged.  Disable the agent so that an open failure causes
25165         an error.
25166
25167         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25168         Revert 2004-09-21 change.  The backend must be opened while
25169         synchronizing flags even when the backend stores the flags
25170         locally.
25171
25172 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25173
25174         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25175         in `header' match.  Reported by Svend Tollak Munkejord.
25176
25177         * message.el (message-cite-original): Fix use of
25178         `message-cite-articles-with-x-no-archive'.
25179
25180 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25181
25182         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25183         (gnus-window-to-buffer): Ditto.
25184
25185         * mml.el (mml-preview-buffer): New variable.
25186         (mml-preview): Manage window layout with gnus-buffer-configuration.
25187
25188         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25189         X-Draft-From header even if those articles aren't quoted.
25190
25191 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25192
25193         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25194         (gnus-request-set-mark, gnus-request-update-mark): Use new
25195         g-s-t-u-l-m to decide to use backend even when unplugged.
25196
25197 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25198
25199         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25200         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25201
25202 2004-09-20  Simon Josefsson  <jas@extundo.com>
25203
25204         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25205         "utf-16-le".
25206
25207 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25208
25209         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25210
25211 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25212
25213         * uudecode.el (uudecode-use-external): Add :version.
25214
25215         * smime.el (smime-CA-file, smime-encrypt-cipher)
25216         (smime-dns-server): Add :version.
25217
25218         * smiley.el (gnus-smiley-file-types): Add :version.
25219
25220         * sha1.el (sha1-use-external): Add :version.
25221
25222         * pgg-def.el (pgg-query-keyserver): Add :version.
25223
25224         * nnmail.el (nnmail-fancy-expiry-targets)
25225         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25226         Add :version.
25227
25228         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25229         (nnimap-retrieve-groups-asynchronous): Add :version.
25230         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25231
25232         * mml.el (mml-content-disposition-parameters)
25233         (mml-insert-mime-headers-always): Add :version.
25234
25235         * mm-util.el (mm-coding-system-priorities): Add :version.
25236
25237         * mm-decode.el (mm-inline-text-html-with-images)
25238         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25239         (mm-verify-option): Add :version.
25240         (mm-text-html-renderer): Change :version.
25241
25242         * message.el (message-fcc-externalize-attachments)
25243         (message-required-headers, message-draft-headers)
25244         (message-subject-trailing-was-query)
25245         (message-subject-trailing-was-ask-regexp)
25246         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25247         (message-mark-insert-end, message-archive-header)
25248         (message-archive-note, message-cross-post-default)
25249         (message-cross-post-note, message-followup-to-note)
25250         (message-cross-post-note-function, message-use-mail-followup-to)
25251         (message-subscribed-address-functions)
25252         (message-subscribed-address-file, message-subscribed-addresses)
25253         (message-subscribed-regexps, message-allow-no-recipients)
25254         (message-yank-cited-prefix, message-signature-insert-empty-line)
25255         (message-hidden-headers, message-hierarchical-addresses)
25256         (message-mail-user-agent, message-use-idna)
25257         (message-valid-fqdn-regexp)
25258         (message-strip-special-text-properties, message-header-synonyms)
25259         (message-beginning-of-line, message-tab-body-function): Add :version.
25260         (message-insert-canlock, message-wide-reply-confirm-recipients):
25261         Change :version.
25262
25263         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25264         and :version.
25265         (mail-source-delete-old-incoming-confirm)
25266         (mail-source-movemail-program): Add :version.
25267
25268         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25269         (gnus-agent-cache, gnus-agent): Change :version.
25270
25271         * gnus-util.el (gnus-use-byte-compile): Change :version.
25272
25273         * gnus-sum.el (gnus-summary-make-false-root-always)
25274         (gnus-summary-default-high-score)
25275         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25276         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25277         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25278         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25279         (gnus-sum-thread-tree-single-indent)
25280         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25281         (gnus-sum-thread-tree-leaf-with-other)
25282         (gnus-sum-thread-tree-single-leaf): Add :version.
25283         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25284         (gnus-article-loose-mime): Change :version.
25285
25286         * gnus-start.el (gnus-backup-startup-file)
25287         (gnus-save-startup-file-via-temp-buffer): Add :version.
25288
25289         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25290         (gnus-server-offline-face): Add :version.
25291
25292         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25293
25294         * gnus-msg.el (gnus-gcc-externalize-attachments)
25295         (gnus-debug-files, gnus-debug-exclude-variables)
25296         (gnus-discouraged-post-methods): Change :version.
25297         (gnus-confirm-mail-reply-to-news)
25298         (gnus-confirm-treat-mail-like-news): Add :version.
25299
25300         * gnus-int.el (gnus-server-unopen-status): Add :version.
25301
25302         * gnus-group.el (gnus-group-jump-to-group-prompt)
25303         (gnus-large-ephemeral-newsgroup)
25304         (gnus-fetch-old-ephemeral-headers): Add :version.
25305
25306         * gnus-fun.el (gnus-x-face-directory)
25307         (gnus-convert-pbm-to-x-face-command)
25308         (gnus-convert-image-to-x-face-command)
25309         (gnus-convert-image-to-face-command): Add :version.
25310
25311         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25312
25313         * gnus-cite.el (gnus-cite-blank-line-after-header)
25314         (gnus-article-boring-faces): Add :version.
25315
25316         * gnus-art.el (gnus-buttonized-mime-types)
25317         (gnus-inhibit-mime-unbuttonizing)
25318         (gnus-treat-display-face)
25319         (gnus-treat-body-boundary): Change :version.
25320         (gnus-body-boundary-delimiter, gnus-picon-databases)
25321         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25322         (gnus-treat-date-english, gnus-treat-fold-headers)
25323         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25324         (gnus-treat-mail-picon, gnus-treat-wash-html)
25325         (gnus-article-encrypt-protocol)
25326         (gnus-use-idna, gnus-article-over-scroll)
25327         (gnus-mime-display-multipart-alternative-as-mixed)
25328         (gnus-mime-display-multipart-related-as-mixed)
25329         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25330         (gnus-ctan-url, gnus-button-ctan-handler)
25331         (gnus-button-handle-ctan-bogus-regexp)
25332         (gnus-button-ctan-directory-regexp)
25333         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25334         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25335         (gnus-button-man-level, gnus-button-emacs-level)
25336         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25337
25338         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25339         (gnus-agent-go-online): Change :version.
25340         (gnus-agent-expire-unagentized-dirs)
25341         (gnus-agent-auto-agentize-methods): Add :version.
25342
25343         * flow-fill.el (fill-flowed-display-column)
25344         (fill-flowed-encode-column): Add :version.
25345
25346         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25347         (gnus-outlook-deuglify-unwrap-max)
25348         (gnus-outlook-deuglify-cite-marks)
25349         (gnus-outlook-deuglify-unwrap-stop-chars)
25350         (gnus-outlook-deuglify-no-wrap-chars)
25351         (gnus-outlook-deuglify-attrib-cut-regexp)
25352         (gnus-outlook-deuglify-attrib-verb-regexp)
25353         (gnus-outlook-deuglify-attrib-end-regexp)
25354         (gnus-outlook-display-hook): Add :version.
25355
25356         * binhex.el (binhex-use-external): Add :version.
25357
25358 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25359
25360         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25361         and `invisible'.
25362
25363 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25364
25365         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25366         in gnus-registry-trim.
25367
25368 2004-09-13  Simon Josefsson  <jas@extundo.com>
25369
25370         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25371
25372         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25373
25374         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25375         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25376         <yamaoka@jpl.org>.
25377         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25378         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25379         <yamaoka@jpl.org>.
25380
25381         * sieve.el (sieve-manage-mode): Ditto.
25382
25383 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25384
25385         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25386
25387 2004-09-11  Simon Josefsson  <jas@extundo.com>
25388
25389         * dns-mode.el: Add.
25390
25391         * mm-view.el (mm-display-dns-inline): Add.
25392
25393         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25394         (mm-automatic-display): Ditto.
25395
25396         * mailcap.el (mailcap-mime-data): Add text/dns.
25397         (mailcap-mime-extensions): Map .soa to text/dns.
25398
25399 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25400
25401         * gnus-art.el (article-decode-mime-words, article-babel)
25402         (gnus-article-highlight-signature, gnus-article-add-buttons)
25403         (gnus-signature-toggle): Remove unnecessary bindings of
25404         `inhibit-read-only' inherited from v5.10 merge.
25405
25406 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25407
25408         * nntp.el (nntp): New customization group.
25409         (nntp-authinfo-file): Add customization group.
25410
25411         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25412
25413         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25414
25415         * gnus.el (to-address, to-list, subscribed)
25416         (large-newsgroup-initial): Ditto.
25417
25418         * flow-fill.el (fill-flowed-display-column)
25419         (fill-flowed-encode-column): Ditto.
25420
25421 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25422
25423         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25424         Use point-min rather than 1.
25425         (message-send-mail): Use buffer-size rather than point-max.
25426
25427         * gnus-sum.el (gnus-summary-search-article-forward):
25428         Signal a specific `search-failed' rather than a generic `error'.
25429
25430         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25431         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25432         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25433
25434 2004-09-10  Simon Josefsson  <jas@extundo.com>
25435
25436         * nndb.el (require): Remove tcp and duplicate cl.
25437
25438 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25439
25440         * gnus-agent.el (directory-files-and-attributes): Move forward.
25441
25442 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25443
25444         * gnus-agent.el (directory-files-and-attributes):
25445         Optionally defined to support XEmacs.
25446
25447 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25448
25449         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25450         to avoid run-time CL dependencies.
25451         (gnus-agent-unfetch-articles): New function.
25452         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25453         article numbers even when local .overview file is missing.
25454         (gnus-agent-read-article-number): New function.  Only accepts
25455         27-bit article numbers.
25456         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25457         Use gnus-agent-read-article-number.
25458         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25459         from backend while recognizing that article numbers in .overview
25460         must be valid.
25461         (gnus-agent-update-files-total-fetched-for):
25462         Use directory-files-and-attributes to improve performance.
25463         * gnus-int.el (gnus-request-move-article):
25464         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25465         improve performance.
25466
25467         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25468         some users confused by references to .newsrc when they only have a
25469         .newsrc.eld file.
25470         (gnus-convert-mark-converter-prompt)
25471         (gnus-convert-converter-needs-prompt): Fix use of property list.
25472         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25473         New function.  Used internally to only display 'gnus converting
25474         files' message when actually necessary.
25475
25476         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25477         methods now autoloaded.
25478
25479 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25480
25481         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25482         identifiers.
25483
25484 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25485
25486         * gnus-picon.el: Fix indentation and closing parenthesis.
25487
25488 2004-09-01  Simon Josefsson  <jas@extundo.com>
25489
25490         * message.el (message-canlock-generate): Require sha1, not
25491         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25492         to require within a function.  Sadly, if sha1.el isn't loaded, the
25493         let binding in m-c-g will hide the defcustom definition, which is
25494         bad.)
25495
25496         * canlock.el: Require sha1, not sha1-el.
25497
25498         * message.el: Don't autoload sha1 (there is a autoload cookie in
25499         sha1.el).
25500
25501         * sha1-el.el: Rename to sha1.el.
25502
25503 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25504
25505         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25506
25507 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25508
25509         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25510
25511 2004-08-30  Kim F. Storm  <storm@cua.dk>
25512
25513         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25514
25515         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25516         Add :group 'nnimap.
25517
25518 2004-08-30  Andreas Schwab  <schwab@suse.de>
25519
25520         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25521         ?* and ?\;.
25522
25523         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25524         and ?\' to symbol instead of whitespace.
25525
25526 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25527
25528         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25529
25530         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25531         instead of re-search-forward.
25532
25533         * gnus-uu.el (gnus-uu-save-article): Ditto.
25534         (gnus-uu-post-encode-uuencode): Ditto.
25535
25536         * html2text.el (html2text-clean-list-items): Ditto.
25537         (html2text-clean-dtdd): Ditto.
25538         (html2text-format-tags): Ditto.
25539
25540         * message.el (message-send-mail-with-sendmail): Fix regexp.
25541         (message-fill-field-general): Use search-forward instead of
25542         re-search-forward.
25543         (unbold-region): Ditto.
25544
25545         * nnrss.el (nnrss-request-article): Ditto.
25546
25547         * nnslashdot.el (nnslashdot-request-article): Ditto.
25548
25549         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25550
25551         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25552         "Unrecognized menu descriptor" error in XEmacs.
25553
25554 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25555
25556         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25557         parent article of a sparse article in the thread hashtb.
25558
25559 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25560
25561         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25562         (nnmail-expand-newtext): Lowercase expanded entries if
25563         nnmail-split-lowercase-expanded is non-nil.
25564
25565 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25566
25567         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25568
25569         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25570         of gnus-tmp-news-method into string under XEmacs.  It will be
25571         passed to gnus-correct-length which takes only a string argument.
25572
25573 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25574
25575         * gnus-util.el (gnus-bind-print-variables): New macro.
25576         (gnus-prin1): Use it.
25577         (gnus-prin1-to-string): Use it.
25578         (gnus-pp): New function.
25579         (gnus-pp-to-string): New function.
25580
25581         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25582         Replace pp-to-string with gnus-pp-to-string.
25583         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25584         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25585         * gnus-msg.el (gnus-debug): Ditto.
25586         * gnus-score.el (gnus-score-save): Ditto.
25587         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25588         gnus-pp-to-string.
25589         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25590         with gnus-pp.
25591         * score-mode.el (gnus-score-pretty-print): Ditto.
25592         * webmail.el (webmail-debug): Ditto.
25593
25594 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25595
25596         * gnus-art.el (article-display-face, article-display-x-face):
25597         Use buffer-read-only.
25598
25599 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25600
25601         * gnus-art.el (article-hide-list-identifiers):
25602         Bind inhibit-read-only as t.
25603
25604 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25605
25606         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25607
25608 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25609
25610         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25611         (gnus-narrow-to-page): Don't assume point-min == 1.
25612         (gnus-article-edit-mode): Derive from message-mode.
25613
25614         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25615         point-min == 1.
25616
25617         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25618         Disable incorrect use of `assert'.
25619
25620         * message.el (message-mode): Set comment-start-skip.
25621
25622
25623 2004-08-22  Sam Steingold  <sds@gnu.org>
25624
25625         * pop3.el (pop3-leave-mail-on-server): New user variable.
25626         (pop3-movemail): Delete mail only when it is nil.
25627
25628 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25629
25630         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25631
25632         * mml.el (mml-preview): Use `pop-to-buffer'.
25633
25634         * message.el (message-goto-mail-followup-to): Insert after "To".
25635         (message-carefully-insert-headers): Add comment.
25636
25637         * gnus.el: Remove unused variable `gnus-article-check-size'.
25638
25639         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25640
25641         * gnus-art.el (gnus-button-alist):
25642         Improve `gnus-button-handle-library' entry.
25643
25644 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25645
25646         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25647         Use downcase, since XEmacs capitalizes error messages differently.
25648
25649 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25650
25651         * nntp.el: Add (require 'gnus) due to reference to
25652         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25653
25654 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25655
25656         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25657         Bind `mm-fill-flowed'.
25658
25659         * mm-decode.el (mm-dissect-singlepart): Check it.
25660
25661 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25662
25663         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25664         'imap' for netrc parsing.
25665
25666 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25667
25668         * mailcap.el (mailcap-mime-data): Mark as risky.
25669
25670 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25671
25672         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25673         may be included in the encoded word.
25674         (rfc2047-encode): Don't append a space if the encoded word
25675         includes close parenthesis.
25676
25677 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25678
25679         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25680         of text within parentheses.
25681
25682 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25683
25684         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25685         (gnus-encrypt-write-file-contents): Make the password key the file
25686         name PLUS the cipher, not just the cipher.  Also remove failed
25687         passwords from the cache.
25688
25689 2004-08-06  Simon Josefsson  <jas@extundo.com>
25690
25691         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25692         Doc fix.
25693
25694 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25695
25696         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25697         LWSP.
25698
25699 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25700
25701         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25702         Try to append in-reply-to: data to the references: header.
25703
25704         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25705         (netrc-parse): Use gnus-encrypt.el functions.
25706
25707         * gnus-encrypt.el: Add new file for encryption support; currently
25708         does only a few GPG ciphers and an internal XOR cipher.
25709
25710         * password.el: Add comments on using password-read-and-add.
25711         (password-read-and-add): Add function to read and add the
25712         password to the cache at once.
25713
25714 2004-07-28  Simon Josefsson  <jas@extundo.com>
25715
25716         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25717         parameter (but don't use it, for now).
25718
25719         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25720         instead of hard coding to nil.
25721
25722 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25723
25724         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25725         as mm-inline-image-xemacs does.
25726
25727 2004-07-26  Simon Josefsson  <jas@extundo.com>
25728
25729         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25730         Revert part of 2004-07-17 change below.
25731
25732 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25733
25734         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25735         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25736
25737 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25738
25739         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25740         quotes that actually start with ">" at the beginning of the
25741         lines.
25742
25743 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25744
25745         * rfc2047.el (rfc2047-encode-region): Fix last change.
25746         (rfc2047-encode-parameter): Remove useless concat.
25747
25748 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25749
25750         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25751         encode special characters; fix some kind of misconfigured headers;
25752         signal a real error if debug-on-quit or debug-on-error is non-nil.
25753         (rfc2047-encode-max-chars): New variable.
25754         (rfc2047-encode-1): Use it.
25755         (rfc2047-encode-parameter): New function.
25756
25757         * mml.el (mml-insert-parameter): Remove an excessive space.
25758
25759 2004-07-17  Simon Josefsson  <jas@extundo.com>
25760
25761         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25762         Kai Grossjohann <kai@emptydomain.de>.
25763         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25764         (gnus-group-make-menu-bar): Ditto.
25765
25766         * gnus-util.el (gnus-group-server): Add.
25767
25768 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25769
25770         * message.el (message-clone-locals): Clone sendmail and smtp
25771         variables.
25772
25773 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25774
25775         * rfc2047.el (rfc2047-encode-region): Fix last change.
25776
25777 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25778
25779         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25780         characters as non-special.
25781
25782 2004-07-09  Simon Josefsson  <jas@extundo.com>
25783
25784         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25785         Users will lose all flag changes made while unplugged with
25786         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25787         good default.  See numerous reports on ding mailing list.
25788
25789 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25790
25791         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25792         add generate-head-function and generate-article-function to the
25793         rfc822-forward entry.
25794         (nndoc-rfc822-forward-generate-article): New function.
25795         (nndoc-rfc822-forward-generate-head): New function.
25796
25797         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25798
25799 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25800
25801         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25802         respect display group parameter and gnus-summary-expunge-below.
25803         (gnus-articles-to-read): Remove unused reference to display group
25804         parameter.
25805
25806 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25807
25808         * nnheader.el (nnheader-uniquify-message-id): New experimental
25809         variable.
25810         (nnheader-nov-read-message-id): Use it.
25811
25812         * spam-report.el (spam-report-gmane): Add interactive.
25813
25814 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25815
25816         * mm-encode.el (mm-content-transfer-encoding-defaults):
25817         Use qp-or-base64 for the application/* types.
25818
25819 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25820
25821         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25822
25823 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25824
25825         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25826         trim value.
25827
25828 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25829
25830         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25831         New macro and function.
25832         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25833
25834 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25835
25836         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25837         after-load-alist.
25838
25839 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25840
25841         * gnus-group.el (gnus-group-get-new-news-this-group):
25842         Don't update info that isn't there.
25843
25844 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25845
25846         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25847         entry.
25848
25849 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25850
25851         * mm-view.el (mm-inline-render-with-function): Use multibyte
25852         buffer; decode html source by charset.
25853
25854         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25855
25856         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25857         Mule-UCS is loaded under XEmacs.
25858         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25859
25860 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25861
25862         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25863
25864 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25865
25866         * mm-util.el (mm-coding-system-p): Return a coding-system.
25867         (mm-mime-mule-charset-alist): Use shift_jis instead of
25868         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25869         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25870         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25871         instead of japanese-shift-jis and iso-latin-1 respectively in
25872         order to share the default value with both Emacs and XEmacs-mule.
25873         (mm-mule-charset-to-mime-charset):
25874         Make mm-coding-system-priorities effective.
25875         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25876         while predicating of candidates upon the priorities.
25877
25878 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25879
25880         * gnus-sum.el (gnus-summary-make-menu-bar):
25881         Add gnus-uu-invert-processable.
25882
25883         * gnus.el: Autoload gnus-uu-invert-processable.
25884
25885 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25886
25887         * mm-util.el (mm-with-multibyte-buffer): New macro.
25888
25889         * rfc2047.el (rfc2047-encode-string): Use it.
25890         (rfc2047-encode-region): Move point to the end of the region after
25891         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25892
25893 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25894
25895         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25896         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25897
25898 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25899
25900         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25901         (gnus-cite-parse): Ignore quoted envelope From_.
25902         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25903
25904 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25905
25906         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25907         invalid addresses.
25908
25909 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25910
25911         * spam.el: Change section markers, revise TODO list.
25912         (spam-backends): Make new master list of all installed backends.
25913         (spam-summary-exit-behavior): Add new variable to determine how
25914         messages moves are done at summary exit.
25915         (spam-move-spam-nonspam-groups-only)
25916         (spam-process-ham-in-nonham-groups)
25917         (spam-process-ham-in-spam-groups): Remove variables, the
25918         spam-summary-exit-behavior variable should be used to manage this
25919         behavior.
25920         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25921         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25922         and spam-old-spam-articles.
25923         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25924         Add empty variables, placeholders for the backends they represent.
25925         (spam-set-difference): Move, unchanged.
25926         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25927         unless the user has a processor variable.
25928         (spam-classifications, spam-classification-valid-p)
25929         (spam-backend-properties, spam-backend-property-valid-p)
25930         (spam-backend-function-type-valid-p)
25931         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25932         (spam-report-articles-gmane, spam-report-articles-resend):
25933         Remove functions, they are not needed.
25934         (spam-install-backend-super, spam-backend-list)
25935         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25936         (spam-backend-function, spam-backend-ham-registration-function)
25937         (spam-backend-spam-registration-function)
25938         (spam-backend-ham-unregistration-function)
25939         (spam-backend-spam-unregistration-function)
25940         (spam-backend-statistical-p, spam-backend-mover-p)
25941         (spam-install-backend-alias, spam-install-checkonly-backend)
25942         (spam-install-mover-backend, spam-install-nocheck-backend)
25943         (spam-install-backend, spam-install-statistical-backend)
25944         (spam-install-statistical-checkonly-backend): Add backend installation
25945         support.
25946         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25947         (spam-group-processor-p): Use the new backend code and respect the
25948         summary exit behavior.
25949         (spam-mark-spam-as-expired-and-move-routine): Remove.
25950         (spam-summary-prepare): Change to use the new spam-old-articles
25951         variable.
25952         (spam-copy-or-move-routine, spam-copy-spam-routine)
25953         (spam-move-spam-routine, spam-copy-ham-routine)
25954         (spam-move-ham-routine): Add code to copy/move ham or spam.
25955         (spam-fetch-field-fast): Improve doc and code, plus allow the
25956         'number request.
25957         (spam-list-of-checks, spam-list-of-statistical-checks):
25958         Remove variables.
25959         (spam-split, spam-find-spam): Use the new backend code.
25960         (spam-registration-functions): Remove variable.
25961         (spam-unregister-routine): Add convenience wrapper.
25962         (spam-log-undo-registration, spam-register-routine)
25963         (spam-log-processing-to-registry)
25964         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25965         where possible.
25966         (spam-check-gmane-xref, spam-check-regex-headers)
25967         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25968         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25969         (spam-check-bogofilter-headers, spam-check-spamoracle)
25970         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25971         (spam-check-crm114-headers): Use the spam-split-group that
25972         spam-split prepares, no need to determine it every time.
25973
25974         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25975         to the nnheader-parse-naked-head call.
25976
25977         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25978
25979         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25980         the nnheader-nov-read-message-id call.
25981
25982 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25983
25984         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25985         gnus-activate-group twice.  Suggested by Markus Peter
25986         <warp@spin.de>.
25987
25988 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25989
25990         * gnus-art.el (gnus-article-time-format): Exchange the order of
25991         day and month in the default value; fix customization type.
25992         (article-date-ut): Use add-text-properties.
25993         (article-make-date-line): Use message-make-date instead of
25994         current-time-string.
25995
25996         * message.el (message-fetch-field): Don't use set-text-properties.
25997         (message-make-date): Simplify.
25998
25999         * messagexmas.el (message-xmas-make-date): New function.
26000         (message-xmas-redefine): Defalias message-make-date to it.
26001
26002 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26003
26004         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26005         (rfc2047-encode-region): Treat text within parentheses as special;
26006         show the original text when error has occurred.
26007
26008         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26009         already-computed method to gnus-activate-group.
26010
26011         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26012         same select-methods identical Lisp objects.
26013
26014         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26015         object when modifying the info.
26016
26017 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26018
26019         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26020         gnus-opened-servers since it has never been opened with the new
26021         configuration yet.
26022
26023 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26024
26025         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26026         arg to nnheader-generate-fake-message-id.
26027
26028 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26029
26030         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26031         number and build a fake message ID localized to a group and
26032         article number (so it's repeatable from that point on).
26033         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26034         ID format.
26035
26036         * gnus-sum.el (gnus-get-newsgroup-headers):
26037         Call nnheader-generate-fake-message-id with the article number.
26038
26039 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26040
26041         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26042         end-of-buffer.
26043
26044 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26045
26046         * message.el (message-ignored-supersedes-headers): Add Approved.
26047
26048 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26049
26050         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26051         goto-char.
26052         (rfc2047-encode): Fold the line before encoding.
26053
26054 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26055
26056         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26057         folding -- not all headers can be folded, and this should be done
26058         by the message composition mode.  Probably.  I think.
26059
26060 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26061
26062         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26063         fast.
26064
26065         * gnus-ems.el (gnus-remove-image): Don't use
26066         message-text-with-property; remove only the image found first.
26067
26068         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26069         found first.
26070
26071 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26072
26073         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26074
26075 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26076
26077         * message.el (message-text-with-property): Make it fast and accept
26078         optional arguments.
26079         (message-strip-forbidden-properties): Use it.
26080         (message-fix-before-sending): Follow the m-t-w-p change.
26081
26082         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26083
26084 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26085
26086         * gnus-art.el (article-hide-headers): Don't change the buffer
26087         mistakenly when performing mml-preview even if
26088         gnus-single-article-buffer is nil.
26089
26090 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26091
26092         * message.el (message-expand-name-databases): New user option.
26093         (message-expand-name): Use it.
26094
26095 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26096
26097         * spam.el (spam-report-articles-resend)
26098         (spam-report-resend-register-routine): Allow ham reporting.
26099         (spam-report-resend-register-ham-routine): Add wrapper.
26100         (spam-registration-functions): Add ham resending functions.
26101         (spam-list-of-processors): Add ham resend processor.
26102
26103         * gnus.el (ham-resend-to): Add new group parameter.
26104         (spam-process): Add ham resend option.
26105
26106         * spam-report.el (spam-report-resend): Allow reporting ham.
26107         (spam-report-resend-ham): Add wrapper.
26108
26109 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26110
26111         * message.el (message-cite-articles-with-x-no-archive):
26112         New variable.
26113         (message-cite-original): Use it.
26114
26115 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26116
26117         * message.el (message-cite-original): Respect X-No-Archive.
26118
26119 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26120
26121         * gnus-art.el (article-hide-headers): Refer to the values for
26122         gnus-ignored-headers and gnus-visible-headers in the summary
26123         buffer since a user may have set them as group parameters.
26124
26125 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26126
26127         * assistant.el (assistant-node-name): Add convenience function.
26128         (assistant-render-text, assistant-render-node): Add error handling,
26129         plus handle multiple next nodes.
26130         (assistant-find-next-node): Comment out for now.
26131         (assistant-find-next-nodes): Add function, returns list of next
26132         nodes.
26133
26134 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26135
26136         * mail-source.el (mail-source-directory): Fix doc-string.
26137
26138 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26139
26140         * assistant.el (assistant-render-text, assistant-eval): Add :set
26141         widget type, which is different because it takes and returns a
26142         list.  Much hilarity ensues.
26143
26144 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26145
26146         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26147
26148         * gnus-group.el (gnus-group-get-new-news-this-group):
26149         Add doc-string.
26150
26151         * gnus-start.el (gnus-activate-group): Add doc-string.
26152
26153 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26154
26155         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26156
26157 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26158
26159         * assistant.el (assistant-render-text): Try to add a :set
26160         widget, more to come.
26161
26162         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26163         strings.
26164         (spam-report-articles-resend)
26165         (spam-register-routine): Do registration iff any articles warrant
26166         it.
26167         (spam-summary-prepare-exit): Change log message for nil group
26168         destinations.
26169
26170 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26171
26172         * spam.el (spam-report-resend-register-routine):
26173         Allow spam-report-resend-to to be a group parameter or a global value.
26174
26175 2004-05-26  Simon Josefsson  <jas@extundo.com>
26176
26177         * starttls.el: Merge with my GNUTLS based starttls.el.
26178         (starttls-gnutls-program, starttls-use-gnutls)
26179         (starttls-extra-arguments, starttls-process-connection-type)
26180         (starttls-connect, starttls-failure, starttls-success):
26181         New variables.
26182         (starttls-program, starttls-extra-args): Doc fix.
26183         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26184         New functions.
26185         (starttls-negotiate, starttls-open-stream):
26186         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26187         function if it is set.
26188
26189 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26190
26191         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26192         structured fields.
26193
26194 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26195
26196         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26197
26198 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26199
26200         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26201         Add variable.
26202         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26203         assigning the spam-mark to new messages.
26204
26205 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26206
26207         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26208
26209 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26210
26211         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26212
26213         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26214         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26215         default.
26216
26217 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26218
26219         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26220         correct data.
26221
26222 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26223
26224         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26225         (spam-group-processor-p): Fix function.
26226         (spam-group-processor-multiple-p)
26227         (spam-group-spam-processor-report-gmane-p)
26228         (spam-group-spam-processor-report-resend-p)
26229         (spam-group-spam-processor-bogofilter-p)
26230         (spam-group-spam-processor-blacklist-p)
26231         (spam-group-spam-processor-ifile-p)
26232         (spam-group-ham-processor-ifile-p)
26233         (spam-group-spam-processor-spamoracle-p)
26234         (spam-group-spam-processor-crm114-p)
26235         (spam-group-ham-processor-bogofilter-p)
26236         (spam-group-spam-processor-stat-p)
26237         (spam-group-ham-processor-stat-p)
26238         (spam-group-ham-processor-whitelist-p)
26239         (spam-group-ham-processor-BBDB-p)
26240         (spam-group-ham-processor-spamoracle-p)
26241         (spam-group-ham-processor-copy-p): Remove functions with some
26242         prejudice against unneeded code.
26243         (spam-report-articles-resend)
26244         (spam-report-resend-register-routine): Allow the group/topic
26245         spam-resend-to value to override spam-report-resend-to.
26246         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26247         properly now.
26248
26249         * gnus.el (spam-resend-to): Add group/topic parameter.
26250         (spam-process): Move the OBSOLETE processors to the end of the
26251         choices.
26252
26253 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26254
26255         * spam-report.el (spam-report-resend-to, spam-report-resend):
26256         Start with resend-to set to nil, and then ask the user if necessary.
26257         (spam-report-resend): spam-report-resend takes a list of articles, not
26258         separate article numbers.
26259
26260 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26261
26262         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26263         addition to emacs-w3m.
26264
26265 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26266
26267         * assistant.el (assistant-authinfo-data): New function.
26268         (assistant-eval): Eval for entire assistant.
26269
26270         * netrc.el (netrc-services-file): New variable.
26271         (netrc-parse-services): New function.
26272         (netrc-find-service-name): New function.
26273         (netrc-find-service-number): New function.
26274         (netrc-port-equal): New function.
26275         (netrc-machine): Use it.
26276
26277         * nnimap.el (nnimap-open-connection): Use netrc.
26278
26279         * gnus-util.el (gnus-netrc-get): Remove aliases.
26280
26281         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26282
26283         * assistant.el (wid-edit): Fix compilation.
26284
26285         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26286
26287 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26288
26289         * gnus-util.el (gnus-set-file-modes): New function.  (small
26290         patch).
26291
26292 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26293
26294         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26295
26296         * assistant.el (assistant-render-node): Fix up rendering and
26297         read-only text.
26298         (assistant-render-node): Reset.
26299         (assistant-make-read-only): Not sticky.
26300
26301 2004-05-20  Danny Siu  <dsiu@adobe.com>
26302
26303         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26304         centered even when gnus-auto-center-summary is t.
26305
26306 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26307
26308         * dns.el (dns-get-txt-answer): New function.
26309         (dns-read-txt): Ditto.
26310         (query-dns): Use it.
26311
26312 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26313
26314         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26315         active for foreign groups even if the group level is higher than
26316         the specified value.
26317
26318 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26319
26320         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26321         non-active groups.
26322
26323         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26324
26325 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26326
26327         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26328
26329 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26330
26331         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26332         (spam-crm114-header, spam-crm114-spam-switch)
26333         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26334         (spam-crm114-positive-spam-header)
26335         (spam-crm114-database-directory, spam-list-of-processors)
26336         (spam-group-spam-processor-crm114-p)
26337         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26338         (spam-generic-score, spam-list-of-checks)
26339         (spam-list-of-statistical-checks, spam-registration-functions)
26340         (spam-check-crm114-headers, spam-crm114-score)
26341         (spam-check-crm114, spam-crm114-register-with-crm114)
26342         (spam-crm114-register-spam-routine)
26343         (spam-crm114-unregister-spam-routine)
26344         (spam-crm114-register-ham-routine)
26345         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26346
26347 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26348
26349         * gnus.el: Add spam-use-crm114.
26350
26351         * spam.el (spam-list-of-processors, spam-registration-functions):
26352         Add spam-use-resend.
26353         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26354         (spam-report-articles-gmane): Add doc fix.
26355         (spam-report-articles-resend, spam-report-resend-register-routine):
26356         Add wrappers around spam-report-resend-to.
26357
26358         * spam-report.el (spam-report-resend-to, spam-report-resend):
26359         Add support for resending spam.
26360         (spam-report-gmane): Fix line length >80.
26361
26362         * gnus.el (spam-process): Add spam-use-resend.
26363
26364 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26365
26366         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26367         number of processed spam messages.
26368         (spam-ham-copy-or-move-routine): Return the number of processed
26369         ham messages.
26370         (spam-summary-prepare-exit): Use the above values to decide
26371         whether status messages should be displayed.
26372
26373 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26374
26375         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26376         `rfc2047-encoding-function-alist' in order to avoid conflicting
26377         with the old version.
26378         (rfc2047-encode-region): Concatenate words containing non-ASCII
26379         characters in structured fields; don't encode space-delimited
26380         ASCII words even in unstructured fields; don't break words at
26381         char-category boundaries.
26382         (rfc2047-encode-1): New function.
26383         (rfc2047-encode): Use it; encode text so that it occupies the
26384         maximum width within 76-column; work correctly on Q encoding for
26385         iso-2022-* charsets.
26386         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26387         sure not to break a line just after the header name.
26388         (rfc2047-b-encode-region): Remove.
26389         (rfc2047-b-encode-string): New function.
26390         (rfc2047-q-encode-region): Remove.
26391         (rfc2047-q-encode-string): New function.
26392
26393         * mm-util.el (mm-replace-in-string): New function.
26394
26395 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26396
26397         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26398         Really get it right.
26399         (gnus-inews-make-draft): Really.
26400
26401 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26402
26403         * nnmh.el (nnmh-request-list-1): Don't check the link count
26404         before descending.  (small patch)
26405
26406 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26407
26408         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26409         stuff.
26410
26411         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26412         Match on real group name.
26413
26414         * gnus-art.el (gnus-signature-limit): Doc fix.
26415
26416         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26417
26418         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26419
26420 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26421
26422         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26423         isn't a string.
26424
26425 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26426
26427         * gnus-draft.el (gnus-draft-send):
26428         Bind rfc2047-encode-encoded-words.
26429
26430         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26431         (rfc2047-encodable-p): Say that =? needs encoding.
26432         (rfc2047-encode-encoded-words): New variable.
26433
26434         * gnus-group.el (gnus-group-select-group): Doc fix.
26435
26436         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26437
26438         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26439         to nil.
26440
26441         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26442
26443         * nnheader.el (nnheader-get-lines-and-char): New function.
26444
26445 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26446
26447         * gnus-msg.el (gnus-summary-followup-with-original):
26448         Document yanking of region when active.
26449
26450 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26451
26452         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26453         groups if the group level is higher than the specified value.
26454
26455 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26456
26457         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26458         (gnus-group-jump-to-group): Add prefix argument using
26459         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26460         non-active group.
26461
26462         * compface.el (uncompface): Be verbose when changing
26463         `uncompface-use-external'.
26464
26465         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26466         handle manual section.
26467
26468 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26469
26470         * gnus-art.el (gnus-button-alist): Revert previous change.
26471
26472 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26473
26474         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26475
26476 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26477
26478         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26479         whether backend can accept message.
26480
26481         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26482
26483 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26484
26485         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26486         Avoid creating directory when nntp-marks-is-evil is true.
26487         Reported by Reiner Steib.
26488
26489 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26490
26491         * gnus-picon.el (gnus-picon-insert-glyph):
26492         Add optional `nostring' argument.
26493
26494 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26495
26496         * gnus-picon.el (gnus-picon-style): New variable.
26497         (gnus-picon-transform-address): Support `gnus-picon-style'.
26498
26499 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26500
26501         * message.el (message-fill-field): Return point.
26502         (message-generate-headers): Go to end of field.
26503
26504         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26505         stuff for non-living groups.
26506
26507 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26508
26509         * gnus-art.el (gnus-article-followup-with-original)
26510         (gnus-article-reply-with-original): gnus-mark-active-p ->
26511         gnus-region-active-p.
26512
26513 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26514
26515         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26516         only when there is spam or ham to be processed.
26517
26518 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26519
26520         * mail-source.el (mail-source-delete-crash-box): Refactor.
26521         (mail-source-fetch): Use it.
26522         (mail-source-fetch-file): Ditto.
26523         (mail-source-fetch-directory): Run postscript in loop.
26524         (mail-source-fetch-pop): Delete.
26525         (mail-source-fetch-maildir): Ditto.
26526         (mail-source-fetch-imap): Ditto.
26527
26528         * imap.el (imap-authenticators): Comment out sasl.
26529
26530         * message.el (message-skip-to-next-address): New function.
26531         (message-fill-header-address): Refactor.
26532         (message-fill-address): Use it.
26533         (message-delete-address): Use it.
26534         (message-fill-header-general): Refactor.
26535         (message-fill-field-address): Rename.
26536         (message-narrow-to-field): Find the start of the header.
26537         (message-header-format-alist): Don't pre-fill.
26538         (message-fill-header): Remove.
26539         (message-insert-header): New function.
26540         (message-shorten-references): Use it.
26541
26542         * rfc2047.el (rfc2047-field-value): Strip props.
26543
26544         * mail-parse.el (mail-header-make-address): New alias.
26545
26546         * ietf-drums.el (ietf-drums-make-address): New function.
26547
26548         * imap.el: Add compiler directives.
26549
26550         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26551
26552         * gnus-art.el (article-decode-idna-rhs): Don't use
26553         message-idna-inside-rhs-p.
26554
26555 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26556
26557         * message.el (message-idna-inside-rhs-p): Remove.
26558         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26559
26560         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26561         false positives.
26562
26563 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26564
26565         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26566
26567 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26568
26569         * nneething.el (nneething-file-name): Don't create spurious
26570         files.
26571
26572         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26573         (gnus-inews-do-gcc): Remove sleep.
26574
26575         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26576         part under point.
26577
26578         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26579         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26580
26581 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26582
26583         * spam.el (spam-summary-prepare-exit): Fix (length).
26584
26585 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26586
26587         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26588         as expired without moving it" message when there are spam
26589         messages left.
26590
26591 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26592
26593         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26594         header is not nil.
26595
26596 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26597
26598         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26599         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26600         (nntp-marks-changed-p): New arg SERVER.
26601         (nntp-request-update-info): Adjust caller.
26602
26603 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26604
26605         * nntp.el (nntp-save-marks): Pass missing arg.
26606
26607 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26608
26609         * nntp.el: Support marks.
26610         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26611         (nntp-marks-modtime, nntp-marks-directory): New variables.
26612         (nntp-request-set-mark, nntp-request-update-info)
26613         (nntp-possibly-create-directory, nntp-marks-changed-p)
26614         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26615         New functions.
26616
26617 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26618
26619         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26620         (gnus-xmas-redefine): Rename.
26621
26622         * gnus-score.el (gnus-score-insert-help):
26623         Use gnus-select-lowest-window.
26624
26625         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26626         appt-select-lowest-window and rename to gnus-select-lowest-window.
26627
26628         * gnus.el: do.
26629
26630 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26631
26632         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26633         encodings of MIME-encoded words, in order to improve
26634         interoperability with several broken MUAs.
26635
26636 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26637
26638         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26639         tags, only when charsets are not specified in headers.
26640         (mm-inline-text-html-render-with-w3m): Ditto.
26641
26642         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26643         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26644
26645 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26646
26647         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26648         instead of MIME-decoded from fields when checking
26649         `gnus-article-address-banner-alist'.
26650
26651 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26652
26653         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26654         description rather than subject.
26655
26656 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26657
26658         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26659
26660 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26661
26662         * gnus.el (gnus-version-number): Bump.
26663
26664 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26665
26666         * gnus.el: No Gnus v0.2 is released.
26667
26668 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26669
26670         * gnus-agent.el (gnus-agent-read-agentview):
26671         Inline gnus-uncompress-range.
26672
26673 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26674
26675         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26676         `exec-installed-p'.
26677
26678 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26679
26680         * gnus.el (spam-process, spam-autodetect-methods):
26681         Add bsfilter and bsfilter-headers.
26682
26683         * spam.el (spam-bsfilter): New customize group.
26684         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26685         (spam-bsfilter-header, spam-bsfilter-probability-header)
26686         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26687         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26688         (spam-bsfilter-database-directory): New options.
26689         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26690         (spam-list-of-statistical-checks, spam-registration-functions):
26691         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26692         (spam-bsfilter-score): New command.
26693         (spam-check-bsfilter-headers, spam-check-bsfilter)
26694         (spam-bsfilter-register-with-bsfilter)
26695         (spam-bsfilter-register-spam-routine)
26696         (spam-bsfilter-unregister-spam-routine)
26697         (spam-bsfilter-register-ham-routine)
26698         (spam-bsfilter-unregister-ham-routine): New functions.
26699         (spam-generic-score): Support bsfilter; Accept an optional argument
26700         to recalcurate spam score even if scoring header has already been
26701         added.
26702         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26703         optional argument to recalcurate spam score even if scoring header
26704         has already been added.
26705
26706 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26707
26708         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26709         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26710         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26711         link is missing.
26712
26713 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26714
26715         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26716         (html2text-get-attr): Rewrite.
26717
26718         * message.el (message-setup-1): Remove redundant put-text-property
26719         on mail-header-separator.
26720
26721 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26722
26723         * gnus-registry.el (gnus-registry-cache-whitespace)
26724         (gnus-registry-action, gnus-registry-spool-action)
26725         (gnus-registry-split-fancy-with-parent): Change message levels
26726         from 5 to 3 or 7, as needed.
26727
26728         * spam.el (spam-summary-prepare-exit)
26729         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26730         (spam-split, spam-find-spam, spam-log-undo-registration)
26731         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26732         level from 5 to 6.
26733
26734 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26735
26736         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26737         2004-03-04 change).
26738
26739 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26740
26741         * sieve-manage.el (sieve-manage-open):
26742         * nnweb.el (nnweb-insert-html):
26743         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26744         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26745         * nnspool.el (nnspool-request-group):
26746         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26747         * nnml.el (nnml-request-update-info):
26748         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26749         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26750         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26751         (nnimap-request-set-mark):
26752         * nnfolder.el (nnfolder-request-update-info):
26753         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26754         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26755         * gnus-uu.el (gnus-uu-find-articles-matching):
26756         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26757         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26758         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26759         * gnus-nocem.el (gnus-nocem-scan-groups):
26760         * gnus-int.el (gnus-start-news-server):
26761         * gnus-group.el (gnus-group-make-kiboze-group)
26762         (gnus-group-browse-foreign-server):
26763         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26764         Use mapc when appropriate.
26765
26766 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26767             Adam Sjøgren  <asjo@koldfront.dk>
26768             Wes Hardaker  <wes@hardakers.net>
26769             Michael Shields  <shields@msrl.com>
26770
26771         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26772         may need for spam sorting and scoring.
26773         (spam-user-format-function-S): Add user format function suitable for
26774         general use.
26775         (spam-article-sort-by-spam-status): Add sorting function for summary
26776         sorting.
26777         (spam-extra-header-to-number): Add function to get a score from a
26778         header.
26779         (spam-summary-score): Add function to get a numeric score from the
26780         headers.
26781         (spam-generic-score): Fix function doc, was in wrong place.
26782         (spam-initialize): Take symbols when it's run, and install the
26783         extra headers that spam-necessary-extra-headers thinks we need.
26784
26785 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26786
26787         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26788         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26789
26790 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26791
26792         * gnus-sum.el (gnus-set-global-variables)
26793         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26794         (gnus-article-get-xrefs, gnus-summary-best-group)
26795         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26796         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26797         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26798         Use with-current-buffer.
26799
26800 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26801
26802         * spam.el (spam-summary-prepare-exit): Simplify logic.
26803         (spam-fetch-article-header): Read the article header if it's not
26804         available.
26805         (spam-list-articles): Simplify logic.
26806         (spam-filelist-register-routine): Fix bug with unregister-list.
26807
26808         * gnus-registry.el: Fix comments at beginning.
26809
26810 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26811
26812         * message.el (message-cater-to-broken-inn): Remove.
26813         (message-shorten-references): Make sure the total folded length of
26814         References is shorter than 998 characters to cater to a bug in INN
26815         2.3.  Also, don't pretend that references aren't folded -- this
26816         hasn't worked for a while.
26817
26818 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26819
26820         * gnus-agent.el (gnus-agentize):
26821         gnus-agent-send-mail-real-function no longer set to current value
26822         of message-send-mail-function but rather a lambda that calls
26823         message-send-mail-function.  The change makes the agent real-time
26824         responsive to user changes to message-send-mail-function.
26825
26826 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26827
26828         * legacy-gnus-agent.el
26829         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26830         help from Florian Weimer <fw@deneb.enyo.de>
26831
26832 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26833
26834         * nnmail.el (nnmail-cache-insert): Revert last change.
26835
26836 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26837
26838         * nnmail.el (nnmail-cache-insert): Always check whether
26839         nnmail-cache-ignore-groups matches a group name.
26840
26841 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26842
26843         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26844         (spam-find-spam, spam-log-processing-to-registry)
26845         (spam-log-registered-p, spam-log-unregistration-needed-p)
26846         (spam-log-undo-registration): Use gnus-message instead of
26847         gnus-error, none of these errors are fatal.
26848
26849         * gnus-registry.el (gnus-registry-clean-empty-function)
26850         (gnus-registry-clean-empty): Remove only empty entries without
26851         extra data.
26852
26853 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26854
26855         * spam-stat.el (spam-stat-buffer-change-to-spam)
26856         (spam-stat-buffer-change-to-non-spam): Change (error) to
26857         (gnus-message 8) invocation.
26858
26859 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26860
26861         * nntp.el (nntp-via-netcat-command): New variable.
26862         (nntp-via-netcat-switches): New variable.
26863         (nntp-open-via-rlogin-and-netcat): New function.
26864         (nntp-open-connection-function): Doc fix.
26865         (nntp-telnet-command): Doc fix.
26866         (nntp-end-of-line): Doc fix.
26867         (nntp-via-rlogin-command): Doc fix.
26868         (nntp-via-user-name): Doc fix.
26869         (nntp-via-address): Doc fix.
26870
26871 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26872
26873         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26874         error in Emacs 21.1.
26875
26876 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26877
26878         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26879
26880 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26881
26882         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26883         (gnus-agent-with-refreshed-group): New macro.
26884         (gnus-agent-rename-group): New function.
26885         (gnus-agent-delete-group): New function.
26886         (gnus-agent-save-group-info): Use gnus-command-method when
26887         `method' parameter is nil.  Don't write nil entries into the
26888         active file.
26889         (gnus-agent-get-group-info): New function.
26890         (gnus-agent-fetch-articles):
26891         Use gnus-agent-update-files-total-fetched-for to increment disk space
26892         used.
26893         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26894         Use gnus-agent-update-view-total-fetched-for to increment disk space
26895         used.
26896         (gnus-agent-get-local): Add optional parameters to avoid calling
26897         gnus-group-real-name and gnus-find-method-for-group.
26898         (gnus-agent-set-local): Delete stored entry if either min, or max,
26899         are nil.
26900         (gnus-agent-fetch-session): Reworded error/quit messages.
26901         On quit, use gnus-agent-regenerate-group to record existance of any
26902         articles fetched to disk before the quit occurred.
26903         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26904         gnus-agent-update-view-total-fetched-for, and
26905         gnus-agent-update-files-total-fetched-for to decrement disk space
26906         used.
26907         (gnus-agent-retrieve-headers):
26908         Use gnus-agent-update-view-total-fetched-for to increment disk space
26909         used.
26910         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26911         with gnus-agent-update-files-total-fetched-for to decrement disk
26912         space and fresh group buffer.
26913         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26914         (gnus-agent-need-update-total-fetched-for): New variable.
26915         (gnus-agent-update-files-total-fetched-for): New function.
26916         (gnus-agent-update-view-total-fetched-for): New function.
26917         (gnus-agent-total-fetched-for): New function.
26918
26919         * gnus-cache.el (gnus-cache-save-buffers):
26920         Use gnus-cache-update-overview-total-fetched-for to change disk space
26921         used by this group.
26922         (gnus-cache-possibly-enter-article):
26923         Use gnus-cache-update-file-total-fetched-for to increment disk space
26924         used by this group.
26925         (gnus-cache-possibly-remove-article):
26926         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26927         used by this group.
26928         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26929         (gnus-cache-rename-group): New function.
26930         (gnus-cache-delete-group): New function.
26931         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26932         (gnus-cache-need-update-total-fetched-for): New variable.
26933         (gnus-cache-with-refreshed-group): New macro.
26934         (gnus-cache-update-file-total-fetched-for): New function.
26935         (gnus-cache-update-overview-total-fetched-for): New function.
26936         (gnus-cache-rename-group-total-fetched-for): New function.
26937         (gnus-cache-delete-group-total-fetched-for): New function.
26938         (gnus-cache-total-fetched-for): New function.
26939
26940         * gnus-group.el: Require gnus-sum and autoload functions to
26941         resolve warnings when gnus-group.el compiled alone.
26942         (gnus-group-line-format): Document new %F.
26943         (size of Fetched data) group line format; identifies disk space
26944         used by agent and cache.
26945         (gnus-group-line-format-alist): Define new F format.
26946         (gnus-total-fetched-for): New function.
26947         (gnus-group-delete-group): No longer update
26948         gnus-cache-active-altered as gnus-request-delete-group now keeps
26949         the cache in sync.
26950         (gnus-group-list-active): Let the agent store a server's active
26951         list if currently plugged.
26952
26953         * gnus-int.el (gnus-request-delete-group):
26954         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26955         local disk in sync with the server.
26956         (gnus-request-rename-group):
26957         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26958         local disk in sync with the server.
26959
26960         * gnus-start.el (gnus-get-unread-articles):
26961         Cosmetic simplification to logic.
26962
26963         * gnus-util.el (gnus-rename-file): New function.
26964
26965 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26966
26967         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26968
26969 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26970
26971         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26972         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26973
26974 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26975
26976         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26977         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26978
26979 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26980
26981         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26982
26983 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26984
26985         * spam.el (spam-set-difference): Add function to replace
26986         gnus-set-difference in spam.el.
26987         (spam-summary-prepare-exit): Use spam-set-difference.
26988
26989 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26990
26991         * gnus-registry.el (gnus-registry-cache-file): Update to use
26992         gnus-dribble-directory OR gnus-home-directory OR ~.
26993         (gnus-registry-split-fancy-with-parent): Fix doc.
26994
26995 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26996
26997         * message.el (message-exchange-point-and-mark):
26998         Use message-mark-active-p.  Suggested by Jesper Harder
26999         <harder@ifa.au.dk>.
27000
27001 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27002
27003         * message.el (message-exchange-point-and-mark): Don't activate
27004         region if it was inactive.  Suggested by Hiroshi Fujishima
27005         <pooh@nature.tsukuba.ac.jp>.
27006
27007 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27008
27009         * gnus-art.el (article-display-face): Display Faces in the same
27010         order as X-Faces.
27011
27012 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27013
27014         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27015
27016 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27017
27018         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27019         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27020         (gnus-article-mime-hierarchy): Remove.
27021         (gnus-article-mime-hierarchy-next): Remove.
27022         (gnus-article-mode): Revert 2004-03-19 change.
27023         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27024         (gnus-insert-mime-button): Revert 2004-03-19 change.
27025         (gnus-mime-accumulate-hierarchy): Remove.
27026         (gnus-mime-enter-multipart): Remove.
27027         (gnus-mime-leave-multipart): Remove.
27028         (gnus-mime-display-part): Revert 2004-03-19 change.
27029         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27030
27031         * mml.el (mml-preview): Revert 2004-03-19 change.
27032
27033 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27034
27035         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27036
27037 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27038
27039         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27040         t while entering a file name using the mm-with-multibyte macro.
27041         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27042
27043         * mm-util.el (mm-with-multibyte): New macro.
27044
27045 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27046
27047         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27048         New user option.
27049         (gnus-mime-multipart-functions): Doc and customization fix.
27050         (gnus-article-mime-hierarchy): New variable.
27051         (gnus-article-mime-hierarchy-next): New variable.
27052         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27053         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27054         gnus-article-mime-hierarchy-next to nil.
27055         (gnus-insert-mime-button): Show hierarchy numbers.
27056         (gnus-mime-accumulate-hierarchy): New function.
27057         (gnus-mime-enter-multipart): New function.
27058         (gnus-mime-leave-multipart): New function.
27059         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27060         (gnus-mime-display-alternative): Show hierarchy numbers.
27061
27062         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27063         gnus-article-mime-hierarchy-next to nil.
27064
27065 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27066
27067         * dns.el: Don't require gnus-xmas.
27068
27069 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27070
27071         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27072         inline PGP.
27073         (mml-menu): Disable mml-quote-region if mark is inactive.
27074
27075 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27076
27077         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27078         when the group's active is not available.
27079
27080 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27081
27082         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27083         error.
27084
27085 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27086
27087         * imap.el (imap-store-password): New variable.
27088         (imap-interactive-login): Use it.
27089         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27090
27091 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27092
27093         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27094         window-start and hscroll to summary window.
27095
27096 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27097
27098         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27099         conversion message to newsrc-dribble when an actual conversion is
27100         performed.
27101
27102 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27103
27104         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27105
27106 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27107
27108         * mm-decode.el (mm-complicated-handles): New function reviving
27109         former definition of mm-multiple-handles.
27110
27111         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27112         (gnus-mime-delete-part): Use it.
27113
27114 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27115
27116         * gnus-agent.el (gnus-agent-read-local):
27117         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27118         avoid the implicit assumption that they will always be equal.
27119         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27120         coding-system-for-write, as the with-temp-file macro first prints
27121         to a buffer then saves the buffer.
27122
27123 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27124
27125         * gnus-art.el (gnus-article-edit-part): New function.
27126         (gnus-mime-save-part-and-strip): Use it; do query instead of
27127         signaling an error; don't use mm-multiple-handles.
27128         (gnus-mime-delete-part): Ditto.
27129
27130 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27131
27132         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27133         old file versions.
27134         (gnus-group-prepare-hook): Remove function that converted list
27135         form of gnus-agent-expire-days to group properties.
27136
27137         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27138         (gnus-request-accept-article): Re-indented.
27139
27140         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27141         converters to handle old agent file formats.  Add logic for a
27142         "backup before upgrading warning".
27143         (gnus-convert-mark-converter-prompt): Developers can mark
27144         functions as needing (default), or not needing,
27145         gnus-convert-old-newsrc's "backup before upgrading warning".
27146         (gnus-convert-converter-needs-prompt): Tests whether the user
27147         should be protected from potentially irreversable changes by the
27148         function.
27149
27150         * legacy-gnus-agent.el: New.  Provides converters that are only
27151         loaded when gnus-convert-old-newsrc needs to call them.
27152
27153 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27154
27155         * mail-source.el (mail-source-touch-pop): Doc fix.
27156
27157         * message.el (message-smtpmail-send-it): Doc fix.
27158
27159 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27160
27161         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27162
27163         * nnmail.el (nnmail-split-fancy): do.
27164
27165         * gnus-kill.el (gnus-kill, gnus-execute): do.
27166
27167 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27168
27169         * gnus-sum.el (gnus-widget-reversible-match)
27170         (gnus-widget-reversible-to-internal)
27171         (gnus-widget-reversible-to-external): New functions.
27172         (gnus-widget-reversible): New widget.
27173         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27174
27175 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27176
27177         * gnus-sum.el (gnus-thread-sort-functions)
27178         (gnus-article-sort-functions): Document `(not F)' items.
27179
27180 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27181
27182         * spam.el (spam-use-gmane-xref): Add new backend.
27183         (spam-gmane-xref-spam-group): Add variable to control the name of the
27184         Gmane spam group.
27185         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27186         (spam-regex-headers-spam, spam-regex-headers-ham)
27187         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27188         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27189         backends and checks.
27190         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27191
27192         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27193         an autodetect method.
27194
27195 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27196
27197         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27198         articles are being added to a group.
27199         (gnus-request-replace-article): Inform the agent that articles
27200         need to be uncached as the cached contents are no longer valid.
27201
27202 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27203
27204         * binhex.el: Don't autoload executable-find.
27205
27206         * canlock.el: Don't autoload mail-fetch-field.
27207
27208         * dgnushack.el: Autoload c-mode for XEmacs.
27209
27210         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27211
27212         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27213         rmail-dont-reply-to and rmail-output.
27214
27215         * gnus-score.el: Don't autoload ffap-string-at-point.
27216
27217         * gnus-setup.el: Don't autoload sc-cite-original.
27218
27219         * imap.el: Don't autoload base64-decode-string,
27220         base64-encode-string and md5.
27221
27222         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27223         and rmail-msg-restore-non-pruned-header.
27224
27225         * mm-decode.el: Don't autoload executable-find.
27226
27227         * mm-url.el: Don't autoload executable-find.
27228
27229         * mm-view.el: Don't autoload diff-mode.
27230
27231         * nndb.el: Don't autoload news-reply-mode, news-setup,
27232         cancel-timer and telnet.
27233
27234         * password.el: Don't autoload run-at-time for Emacs.
27235
27236         * sha1-el.el: Don't autoload executable-find.
27237
27238         * sieve-mode.el: Don't autoload c-mode.
27239
27240         * uudecode.el: Don't autoload executable-find.
27241
27242 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27243
27244         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27245         (gnus-agent-possibly-alter-active): Avoid null in numeric
27246         comparison.
27247         (gnus-agent-set-local): Refuse to save null in local object table.
27248         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27249         list of articles that will be marked as unread.
27250
27251 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27252
27253         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27254
27255 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27256
27257         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27258         language tags.
27259
27260 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27261
27262         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27263         Don't bind "obarray".
27264
27265         * gnus-sum.el (gnus-thread-sort-functions):
27266         Add `gnus-thread-sort-by-most-recent-number' and
27267         `gnus-thread-sort-by-most-recent-date'.
27268         Reported by Kai Grossjohann <kai@emptydomain.de>.
27269
27270 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27271
27272         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27273
27274 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27275
27276         * gnus-cus.el (gnus-agent-customize-category):
27277         Remove ignore-errors macro reference that required cl to be loaded at
27278         run-time.
27279
27280         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27281         single-interval range of the form (min . max).  Previously the
27282         range had to look like ((min . max)).  Likewise, return
27283         (min . max) rather than ((min . max)).
27284         (gnus-range-map): Use gnus-range-normalize to accept
27285         single-interval range.
27286
27287         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27288         the cache, but not the agent, now appear with their usual face.
27289
27290         * dgnushack.el (loaddir): New variable that is bound to the
27291         directory containing the dgnushack.el file.  Use loaddir, rather
27292         than srcdir, to update load-path.  Change lets dgnushack compile
27293         code in directories other than GNUS/lisp.
27294
27295 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27296
27297         * lpath.el: Don't bind w3m-safe-url-regexp.
27298
27299         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27300         w3m-safe-url-regexp variable buffer-local.
27301
27302         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27303
27304 2004-02-27  Simon Josefsson  <jas@extundo.com>
27305
27306         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27307         gnus-group-real-prefix.
27308         (gnus-summary-move-article): Use it, instead of
27309         gnus-group-real-prefix.
27310
27311 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27312
27313         * lpath.el: Bind w3m-safe-url-regexp.
27314
27315         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27316         w3m-safe-url-regexp variable buffer-local and set it as the value
27317         of mm-w3m-safe-url-regexp.
27318
27319         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27320
27321         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27322         parsing gnus-posting-styles when the message is not for replying.
27323
27324         * dgnushack.el: Autoload sgml-mode for XEmacs.
27325
27326         * nnrss.el (nnrss-opml-export):
27327         Use mm-set-buffer-file-coding-system instead of
27328         set-buffer-file-coding-system.
27329
27330 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27331
27332         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27333         of checkdoc.el).
27334         * nnrss.el: do.
27335         * gnus-mlspl.el: do.
27336         * gnus-ml.el: do.
27337         * gnus-srvr.el: do.
27338
27339         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27340
27341 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27342
27343         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27344         Corrections to custom-manual links.
27345
27346         * gnus-art.el (gnus-article): Ditto.
27347
27348         * mm-decode.el (mime-display, mime-security): Ditto.
27349
27350 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27351
27352         * flow-fill.el: Typo.
27353
27354 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27355
27356         * spam-wash.el: New file.
27357
27358 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27359
27360         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27361
27362 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27363
27364         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27365         to be run with new-articles as LIST1, not LIST2.
27366         (spam-registration-functions): Add spam-use-ham-copy as a nil
27367         registration backend.
27368
27369 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27370
27371         * spam-stat.el (spam-stat-washing-hook): New option.
27372         (spam-stat-buffer-words): Use it.
27373         (spam-stat-process-directory, spam-stat-test-directory):
27374         Use insert-file-contents-literally.
27375         (spam-stat-coding-system): New variable.
27376         (spam-stat-load, spam-stat-save): Use it.
27377
27378 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27379
27380         * spam-report.el (spam-report-plug-agent):
27381         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27382
27383 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27384
27385         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27386         Allow / in mailto URLs.
27387
27388 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27389
27390         * spam-report.el (spam-report-process-queue): Fix interactive use.
27391         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27392         (spam-report-unplug-agent): Doc fixes.
27393         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27394         (spam-report-agentize, spam-report-deagentize): Autoload.
27395
27396 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27397
27398         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27399
27400         * message.el (message-setup-fill-variables): Add mml tags to
27401         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27402         <ajk@iu.edu>.
27403         (message-mode): Don't modify paragraph-separate there.
27404
27405 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27406
27407         * compface.el (uncompface-use-external): Default to undecided.
27408         (uncompface-use-external-threshold): New variable.
27409         (uncompface-float-time): New macro.
27410         (uncompface): Determine whether to use the external decoder if
27411         uncompface-use-external is undecided.
27412
27413 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27414
27415         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27416         after images.
27417
27418         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27419
27420 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27421
27422         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27423
27424         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27425
27426         * gnus-sum.el (gnus-summary-limit-to-age)
27427         (gnus-summary-limit-children): do.
27428
27429         * gnus-int.el (gnus-request-scan): do.
27430
27431         * gnus-group.el (gnus-group-suspend): do.
27432
27433         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27434
27435         * gnus-cite.el (gnus-cite-parse-attributions): do.
27436
27437         * gnus-agent.el (gnus-summary-set-agent-mark)
27438         (gnus-agent-regenerate-group): do.
27439
27440         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27441
27442         * binhex.el (binhex-decode-region-internal): do.
27443
27444 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27445
27446         * gnus-fun.el (gnus-face-properties-alist): New user option.
27447         (gnus-display-x-face-in-from): Use it.
27448
27449         * gnus-art.el (article-display-face): Ditto.
27450
27451         * compface.el (uncompface-use-external): Default to nil.
27452
27453 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27454
27455         * nntp.el (nntp-erase-buffer): New function.
27456         (nntp-retrieve-data, nntp-send-command)
27457         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27458         (nntp-possibly-change-group): Use it.
27459
27460         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27461         Use with-current-buffer.
27462
27463 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27464
27465         * compface.el: Merge the ELisp-based uncompface program.
27466         (compface): New customization group.
27467         (uncompface-use-external): New user option.
27468         (uncompface): Call uncompface-internal if uncompface-use-external
27469         is nil.
27470         (uncompface-internal): New function.  Note that there are also
27471         some other functions and variables added for this function.
27472
27473 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27474
27475         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27476         if necessary.
27477
27478 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27479
27480         * spam-report.el (spam-report-unplug-agent)
27481         (spam-report-plug-agent, spam-report-deagentize)
27482         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27483         Add support for the Agent in spam-report: when unplugged, report to a
27484         file; when plugged, submit all the requests.
27485
27486         * spam.el (spam-register-routine): Fix message about
27487         registration.
27488
27489 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27490
27491         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27492         dependencies.
27493         (rfc2047-encode): Use it.
27494
27495         * gnus-art.el (gnus-button-marker-list): Move before first
27496         reference.
27497
27498         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27499         (imap-parse-body): Fix format string mismatch.
27500
27501         * gnus-score.el (gnus-summary-increase-score): do.
27502
27503         * nnrss.el (nnrss-close): New function.
27504
27505 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27506
27507         * nnrss.el (nnrss-make-filename): New function.
27508         (nnrss-request-delete-group, nnrss-read-server-data)
27509         (nnrss-save-server-data, nnrss-read-group-data)
27510         (nnrss-save-group-data): Use it.
27511         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27512         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27513         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27514
27515 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27516
27517         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27518
27519 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27520
27521         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27522         files.
27523
27524         * message.el (message-generate-headers-first): Don't quote nil
27525         and t in docstrings.
27526
27527         * imap.el (imap-id): do.
27528
27529         * gnus-agent.el (gnus-agent-consider-all-articles)
27530         (gnus-agent-queue-mail): do.
27531
27532 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27533
27534         * spam-report.el (spam-report-process-queue): New function.
27535         Process requests from `spam-report-requests-file'.
27536         (spam-report-process-queue): Doc fix.
27537
27538 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27539
27540         * spam.el (spam-register-routine)
27541         (spam-log-processing-to-registry, spam-log-registered-p)
27542         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27543         Change "check" to "spam-check" for semi-clarity.
27544
27545 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27546
27547         * pop3.el: Require nnheader.
27548
27549         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27550
27551         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27552
27553         * gnus-picon.el: Require cl.
27554
27555         * gnus-fun.el: Require gnus-ems and gnus-util.
27556
27557         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27558
27559         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27560
27561         * gnus-art.el (gnus-article-edit-mode): Define before first
27562         reference.
27563
27564 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27565
27566         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27567         (gnus-uu-post-encoded): Use point-at-bol.
27568
27569         * gnus-topic.el (gnus-group-active-topic-p): do.
27570
27571         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27572
27573         * gnus-group.el (gnus-group-kill-region): do.
27574
27575         * gnus-art.el (article-date-ut): do.
27576
27577         * message.el (message-fetch-field): Remove redundant
27578         case-fold-search binding.
27579         (message-narrow-to-field): Simplify.
27580
27581 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27582
27583         * spam.el (spam-directory): Derive from `gnus-directory'.
27584
27585         * spam-report.el (spam-report-url-to-file)
27586         (spam-report-requests-file): New function and variable for offline
27587         reporting.
27588         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27589         and user defined function.
27590         (spam-report-url-ping-mm-url): Remove doubled slash.
27591
27592 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27593
27594         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27595
27596 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27597
27598         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27599         Fix format string mismatch.
27600
27601         * sieve.el (sieve-deactivate-all): do.
27602
27603         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27604
27605         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27606
27607         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27608
27609         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27610
27611 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27612
27613         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27614         the list of checks.
27615
27616 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27617
27618         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27619         padding.
27620
27621 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27622
27623         * mm-view.el (mm-fill-flowed): New variable.
27624         (mm-inline-text): Use it.
27625
27626 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27627
27628         * spam.el (spam-spamassassin-register-ham-routine)
27629         (spam-spamassassin-register-spam-routine): Fix function names.
27630
27631 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27632
27633         * gnus.el (gnus-tmp-grouplens): Remove.
27634         (gnus-summary-line-format): Remove grouplens.
27635
27636         * gnus-group.el (gnus-group-line-format): Ditto.
27637
27638         * gnus-spec.el (gnus-format-specs): Ditto.
27639         (gnus-update-format-specifications): Flush the group format spec
27640         cache if there's the grouplens stuff.
27641         (gnus-parse-simple-format): Replace %l with the empty string.
27642
27643 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27644
27645         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27646         omission.
27647
27648 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27649
27650         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27651         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27652
27653 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27654
27655         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27656         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27657         New macros and functions.
27658         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27659         Handle > NLINK_MAX messages.
27660         * nnmaildir.el (nnmaildir-request-set-mark):
27661         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27662
27663 2004-01-25  Alex Schroeder  <alex@gnu.org>
27664
27665         * spam-stat.el (spam-stat-process-directory-age): New option.
27666         (spam-stat-process-directory): Use it.
27667
27668 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27669
27670         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27671         (spam-stat-save): Accept prefix argument.
27672
27673 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27674
27675         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27676         links" error.
27677
27678 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27679
27680         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27681         the rest of the and/or forms.
27682
27683 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27684
27685         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27686         compatibility with old .newsrc.eld files.
27687
27688         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27689
27690         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27691
27692         * gnus-start.el (gnus-1): do.
27693
27694         * gnus-group.el (gnus-group-line-format-alist): do.
27695
27696         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27697
27698         * gnus-gl.el: Remove.
27699
27700 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27701
27702         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27703         marks consisting of a single range {for example, (3 . 5)} rather
27704         than a list of a single range { ((3 . 5)) }.
27705
27706 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27707
27708         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27709         Use with-current-buffer.
27710         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27711         avoid consing a string.
27712
27713         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27714         Remove obsolete entries for big5 and gb2312.
27715
27716 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27717
27718         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27719         uncompressed list.
27720
27721 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27722
27723         * spam-stat.el (spam-stat-strip-xref): New function.
27724         (spam-stat-process-directory): Use it.
27725
27726         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27727         here -- it's done in message-fetch-field.
27728
27729 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27730
27731         * gnus-agent.el (gnus-agent-queue-mail)
27732         (gnus-agent-prompt-send-queue): New variables.
27733         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27734         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27735         "nndraft:queue" along to gnus-draft-send.
27736         Use gnus-agent-prompt-send-queue.
27737         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27738         is "nndraft:queue".  Suggested by Gaute Strokkenes
27739         <gs234@srcf.ucam.org>
27740
27741         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27742         (agent-enable-undownloaded-faces): Add.
27743         (gnus-agent-cat-groups): Use eval-and-compile, not
27744         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27745         method of gnus-agent-cat-groups even when the buffer has been
27746         evaled.
27747         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27748         delete gnus-agent-save-active-1.
27749         (gnus-agent-save-groups): Delete.  Identical to
27750         gnus-agent-save-active.
27751         (gnus-agent-write-active): No longer adjust agent's copy of active
27752         file as agent's adjustments are now stored in their own
27753         file.  Remove optional parameter.
27754         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27755         servers.  Add use of min/max range limits from server's local
27756         file.
27757         (gnus-agent-save-alist): Remove unused optional argument.
27758         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27759         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27760         (gnus-agent-set-local): A per-server file that keeps min/max range
27761         limits for articles known to the agent.  Provides a fast mechanism
27762         for altering many active ranges.
27763         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27764         active file (local makes it unnecessary).
27765         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27766
27767         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27768         (agent-enable-undownloaded-faces): Add.
27769
27770         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27771         disable it when sending to "nndraft:queue".
27772         (gnus-group-send-queue): Add safety check to avoid sending queue
27773         when unplugged.
27774
27775         * gnus-group.el (gnus-group-catchup): Use new
27776         gnus-sequence-of-unread-articles, not
27777         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27778         numbers of articles.  Use gnus-range-map to avoid having to
27779         uncompress the unread list.
27780         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27781         Fix invalid ange-ftp reference.
27782
27783         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27784         (gnus-sorted-range-intersection): Intersection of two ranges
27785         without requiring that they first be uncompressed.
27786
27787         * gnus-start.el (gnus-activate-group): Unless blocked by the
27788         caller, possibly expand the active range to include both cached
27789         and agentized articles.
27790         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27791         multiple version-dependent converters.
27792         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27793         gnus-agent-save-active.
27794         (gnus-save-newsrc-file): Save dirty agent range limits.
27795
27796         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27797         gnus-agent-possibly-alter-active.
27798         (gnus-adjust-marked-articles): Faster handling of simple lists.
27799
27800 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27801
27802         * spam-stat.el (spam-stat-test-directory): New optional argument
27803         displays a list of files detected.  Suggested by Andrew Cohen
27804         <cohen@andy.bu.edu>.
27805         (spam-stat-buffer-words-with-scores): Don't narrow and change
27806         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27807
27808 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27809
27810         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27811         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27812         (spam-spamassassin-arguments)
27813         (spam-spamassassin-spam-flag-header)
27814         (spam-spamassassin-positive-spam-flag-header)
27815         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27816         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27817         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27818         (spam-list-of-processors, spam-list-of-checks)
27819         (spam-list-of-statistical-checks, spam-registration-functions)
27820         (spam-check-spamassassin-headers, spam-check-spamassassin)
27821         (spam-spamassassin-score)
27822         (spam-spamassassin-register-with-sa-learn)
27823         (spam-spamassassin-register-spam-routine)
27824         (spam-spamassassin-register-ham-routine)
27825         (spam-assassin-register-spam-routine)
27826         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27827         (spam-bogofilter-score): Fix to show article before scoring.
27828
27829 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27830
27831         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27832         default scoring function.
27833         (spam-generic-score): Call spam-spamassassin-score if
27834         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27835         spam-bogofilter-score otherwise.
27836
27837         * gnus.el (spam-process, spam-autodetect-methods):
27838         Add spamassassin and spamassassin-headers.
27839
27840 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27841
27842         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27843         Suppress unnecessary messages.
27844
27845 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27846
27847         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27848         make-hash-table.
27849
27850 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27851
27852         * canlock.el (base64-encode-string): Don't autoload it.
27853
27854 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27855
27856         * run-at-time.el: Remove useless (require 'itimer),
27857         eval-and-compile and (featurep 'xemacs).
27858
27859 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27860
27861         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27862         GROUP is a virtual group.
27863
27864 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27865
27866         * gnus.el: Autoload `message-y-or-n-p'.
27867
27868 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27869
27870         * pgg-parse.el: Remove unnecessary (require 'custom).
27871
27872         * pgg-def.el: do.
27873
27874         * nnmail.el: do.
27875
27876         * gnus-undo.el: do.
27877
27878         * gnus-picon.el: do.
27879
27880         * gnus-util.el: do.
27881
27882 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27883
27884         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27885
27886 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27887
27888         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27889         handle, as well as a list.
27890
27891         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27892         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27893         (mm-w3m-cid-retrieve): Simplify.
27894
27895 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27896
27897         * message.el (message-kill-to-signature): Allow prefix arg to
27898         specify number of lines to keep before signature.
27899
27900 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27901
27902         * message.el (message-kill-to-signature): Change docstring.
27903
27904 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27905
27906         * canlock.el: Always require sha1-el.
27907         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27908
27909         * message.el: Autoload sha1 only when compiling.
27910
27911         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27912         eudc-expand-inline for XEmacs.
27913
27914 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27915
27916         * message.el (message-canlock-generate): Require sha1-el.
27917
27918 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27919
27920         * message.el (message-expand-name): Silence the byte compiler.
27921
27922         * lpath.el: Add detect-coding-system.
27923
27924         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27925         cus-edit.
27926
27927 2004-01-13  Simon Josefsson  <jas@extundo.com>
27928
27929         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27930         Invoke gnus-score-mode.
27931         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27932
27933         * gnus-range.el (gnus-compress-sequence): Doc fix.
27934         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27935
27936 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27937
27938         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27939
27940 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27941
27942         * spam.el (spam-get-article-as-string): Update to use
27943         gnus-request-article-this-buffer, much simpler.
27944         (spam-get-article-as-buffer): Remove.
27945
27946 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27947
27948         * message.el (message-expand-name): Use EUDC if the user uses that.
27949
27950 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27951
27952         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27953         character for the encoding to avoid consing a string.
27954
27955         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27956         unnecessarily.
27957
27958         * mm-util.el (mm-replace-chars-in-string): Remove.
27959
27960         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27961         of mm-replace-chars-in-string.
27962
27963 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27964
27965         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27966
27967         * mm-util.el (mm-subst-char-in-string): Support inplace.
27968
27969         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27970         a new string in every iteration.  Use shy groups.
27971
27972 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27973
27974         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27975         * gnus-soup.el (gnus-soup-group-brew):
27976         * gnus-msg.el (gnus-put-message):
27977         * gnus-move.el (gnus-group-move-group-to-server):
27978         * gnus-kill.el (gnus-batch-score):
27979         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27980         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27981         (gnus-group-update-group, gnus-group-read-group)
27982         (gnus-group-make-group, gnus-group-make-help-group)
27983         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27984         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27985         (gnus-group-sort-by-unread, gnus-group-catchup)
27986         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27987         (gnus-group-yank-group, gnus-group-set-info)
27988         (gnus-group-list-groups):
27989         * gnus.el (gnus-generate-new-group-name):
27990         * gnus-delay.el (gnus-delay-send-queue):
27991         * nnvirtual.el (nnvirtual-catchup-group):
27992         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27993         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27994         (gnus-group-prepare-topics, gnus-topic-check-topology):
27995         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27996         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27997         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27998         (gnus-group-make-articles-read):
27999         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28000         (gnus-group-change-level, gnus-kill-newsgroup)
28001         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28002         (gnus-get-unread-articles, gnus-make-articles-unread)
28003         (gnus-make-ascending-articles-unread): Use accessor
28004         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28005         to get group information for improved readability.
28006
28007
28008 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28009
28010         * gnus-art.el (article-decode-mime-words, article-babel)
28011         (gnus-article-highlight-signature, gnus-article-add-buttons)
28012         (gnus-signature-toggle): Use gnus-with-article-buffer.
28013
28014         * gnus-art.el (gnus-article-highlight-headers)
28015         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28016
28017         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28018         (gnus-article-set-globals, gnus-request-article-this-buffer)
28019         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28020         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28021         (gnus-mime-display-alternative): Use with-current-buffer.
28022
28023 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28024
28025         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28026         also under 80 char limit, and call gnus-error if needed.
28027         (spam-fetch-article-header): Fix - it was a
28028         buffer-local variable (gnus-newsgroup-data).
28029         (spam-find-spam): Use spam-generate-fake-headers, forget about
28030         spam-insert-fake-headers.
28031         (spam-insert-fake-headers): Remove.
28032
28033 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28034
28035         * deuglify.el (gnus-article-outlook-unwrap-lines)
28036         (gnus-outlook-rearrange-article)
28037         (gnus-outlook-repair-attribution-outlook)
28038         (gnus-outlook-repair-attribution-block)
28039         (gnus-outlook-repair-attribution-other): Remove redundant
28040         save-excursion.
28041
28042 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28043
28044         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28045         (spam-fetch-field-subject-fast)
28046         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28047         (spam-fetch-article-header): Add functions to deal with Gnus
28048         internals for fast retrieval of article header data.
28049         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28050
28051 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28052
28053         * pop3.el (pop3-md5): Remove.
28054         (pop3-apop): Replace pop3-md5 with md5.
28055
28056         * mm-bodies.el: base64 is always built-in.
28057
28058         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28059         Use with-current-buffer.
28060
28061 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28062
28063         * canlock.el (canlock-insert-header): Remove excessive grouping in
28064         regexp.
28065
28066         * gnus-sum.el (gnus-summary-read-document): Ditto.
28067
28068         * gnus-uu.el (gnus-uu-part-number): Ditto.
28069
28070         * html2text.el (html2text-remove-tags): Ditto.
28071         (html2text-format-tags): Ditto.
28072         (html2text-format-single-elements): Ditto.
28073
28074         * mml.el (mml-parse-1): Ditto.
28075
28076 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28077
28078         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28079
28080         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28081
28082         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28083
28084         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28085
28086 2003-11-15  Simon Josefsson  <jas@extundo.com>
28087
28088         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28089         (pgg-gpg-lookup-key): Use regexp match instead of
28090         split-string (split-string is different between emacs 21.2 and
28091         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28092
28093 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28094
28095         * gnus-art.el (gnus-mime-view-all-parts)
28096         (gnus-article-part-wrapper, gnus-article-view-part):
28097         Use with-current-buffer.
28098
28099 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28100
28101         * spam.el (spam-disable-spam-split-during-ham-respool)
28102         (spam-spamoracle-database, spam-cache-lookups)
28103         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28104         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28105         (spam-group-ham-marks, spam-group-spam-marks)
28106         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28107         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28108         also add spam-use-blackholes to the statistical checks.
28109         (spam-fetch-field-fast): Add interface to fetching fields, may
28110         become a macro.
28111         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28112         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28113         (spam-insert-fake-headers): Fake an article when needed.
28114         (spam-find-spam): Fake article when possible.
28115         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28116         (spam-check-bogofilter-headers): Use message-fetch-field instead
28117         of nnmail-fetch-field.
28118
28119 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28120
28121         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28122
28123 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28124
28125         * spam.el (spam-split): Do not require spam-use-CHECK to be
28126         enabled if that check is passed to spam-split explicitly; also
28127         fix so 'spam doesn't get converted to spam-split-group when
28128         spam-split-symbolic-return is t.
28129         (spam-find-spam): Find registrations of the article and use those
28130         instead of re-running spam-split to find the spam/ham
28131         classification of the article.
28132         (spam-log-processing-to-registry, spam-log-registered-p)
28133         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28134         Use gnus-error instead of gnus-message.
28135         (spam-log-registration-type): Add function to determine the
28136         classification of a message based on registry entries; will
28137         return nil if both 'spam and 'ham are found.
28138         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28139         a reasonably fast local cache without the loading errors.
28140         (spam-cache-lookups): Set to t by default.
28141         (spam-find-spam): Don't try to guess spam-cache-lookups.
28142         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28143         spam-caches entry.
28144         (spam-filelist-build-cache, spam-filelist-check-cache):
28145         Fix caching of whitelist/blacklist entries.
28146         (spam-check-whitelist, spam-check-blacklist):
28147         Invoke spam-from-listed-p with a type, not a cache variable.
28148         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28149
28150 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28151
28152         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28153
28154         * nnmail.el (nnmail-split-fancy): do.
28155
28156         * mml.el (mml-parse): do.
28157
28158         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28159         (gnus-score-adaptive): do.
28160
28161 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28162
28163         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28164         (gnus-mime-button-map): Don't set keymap parent.
28165         (gnus-button-ctan-directory-regexp): Use shy grouping.
28166         (gnus-prev-page-map): Don't set keymap parent.
28167         (gnus-prev-page-map): Remove duplicated one.
28168         (gnus-next-page-map): Don't set keymap parent.
28169         (gnus-mime-security-button-map): Ditto.
28170
28171         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28172         version number.
28173
28174         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28175
28176 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28177
28178         * canlock.el (canlock-sha1-function): Remove.
28179         (canlock-sha1-function-for-verify): Remove.
28180         (canlock-openssl-program): Remove.
28181         (canlock-openssl-args): Remove.
28182         (canlock-ignore-errors): Remove.
28183         (canlock-sha1-with-openssl): Remove.
28184         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28185         (canlock-verify): Don't use canlock-ignore-errors.
28186
28187         * sha1-el.el (sha1-string-external): Make it can return a string
28188         in binary form.
28189         (sha1-region-external): Ditto.
28190         (sha1-string-internal): Ditto.
28191         (sha1-region-internal): Ditto.
28192         (sha1-region): Ditto.
28193         (sha1-string): Ditto.
28194         (sha1): Ditto.
28195
28196 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28197
28198         * spam.el (spam-report-articles-gmane): New command.
28199
28200 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28201
28202         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28203
28204         * run-at-time.el (run-at-time-saved): Remove.
28205         (run-at-time): Doc fix.
28206
28207 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28208
28209         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28210         (gnus-summary-limit-map): Add it.
28211         (gnus-summary-make-menu-bar): do.
28212
28213 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28214
28215         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28216         Make attempt at some caching support (done for BBDB only now).
28217         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28218         addresses to be checked.
28219         (spam-clear-cache-BBDB): Add function, to be invoked by
28220         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28221         (spam-check-BBDB): Check and use the caches, if
28222         spam-cache-lookups is on, remove superfluous (provide).
28223
28224 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28225
28226         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28227
28228 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28229
28230         * run-at-time.el (run-at-time-saved): Move to after the definition
28231         of `run-at-time'.
28232
28233         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28234
28235 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28236
28237         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28238         mm-w3m-local-map-property.
28239
28240         * mm-view.el (mm-w3m-mode-map): Remove.
28241         (mm-w3m-local-map-property): Remove.
28242         (mm-inline-text-html-render-with-w3m): Don't use
28243         mm-w3m-local-map-property.
28244
28245 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28246
28247         * run-at-time.el: New file.
28248
28249         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28250         under Emacs.
28251
28252         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28253         of gnus-set-text-properties.
28254
28255         * gnus-uu.el (gnus-uu-save-article): Ditto.
28256
28257         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28258
28259         * gnus-cite.el (gnus-cite-parse): Ditto.
28260
28261         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28262         of gnus-.
28263
28264         * gnus-xmas.el (run-at-time): Require run-at-time.
28265
28266         * gnus.el: Change calls to nnheader-run-at-time and
28267         password-run-at-time throughout to use run-at-time directly.
28268
28269         * password.el: Remove definition of run-at-time.
28270
28271         * nnheaderxm.el: Remove definition of run-at-time.
28272
28273 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28274
28275         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28276         in prompt.
28277
28278 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28279
28280         * messagexmas.el (message-xmas-redefine): Alias
28281         `message-make-caesar-translation-table' to
28282         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28283         version.
28284
28285         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28286         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28287         `gnus-xmas-set-text-properties'.
28288         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28289         `gnus-xmas-completing-read'.
28290         (gnus-xmas-completing-read): Removed.
28291         (gnus-xmas-open-network-stream): Removed.
28292
28293         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28294         XEmacs version.
28295
28296         * dns.el (dns-make-network-process): Use `open-network-stream'
28297         instead of `gnus-xmas-open-network-stream'.
28298
28299         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28300
28301         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28302
28303 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28304
28305         * gnus-art.el (gnus-mime-display-alternative)
28306         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28307         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28308         Don't use gnus-local-map-property.
28309
28310         * gnus-util.el (gnus-local-map-property): Remove.
28311
28312         * mm-view.el (mm-view-pkcs7-decrypt):
28313         Replace gnus-completing-read-maybe-default with completing-read.
28314
28315         * gnus-util.el (gnus-completing-read): do.
28316         (gnus-completing-read-maybe-default): Remove.
28317
28318 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28319
28320         * password.el: Only autoload `run-at-time' if not XEmacs.
28321         Only autoload the itimer functions if XEmacs.
28322
28323 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28324
28325         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28326         XEmacsen.
28327
28328         * dgnushack.el: Autoload executable-find for XEmacs.
28329
28330 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28331
28332         * gnus-art.el (gnus-read-string): Remove.
28333         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28334         read-string.
28335
28336 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28337
28338         * netrc.el: Autoload password-read.
28339         (netrc): Add configuration group.
28340         (netrc-encoding-method, netrc-openssl-path):
28341         Add variables for encoding and decoding of files with symmetric
28342         ciphers.
28343         (netrc-encode): Add assistant function to encode a file with
28344         netrc-encoding-method.
28345         (netrc-parse): Add interactive parameter, added optional
28346         decoding if netrc-encoding-method is non-nil but otherwise
28347         behavior is standard.
28348         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28349         Do s/encode/encrypt/ everywhere.
28350
28351         * spam.el: Remove executable-find autoload.
28352
28353 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28354
28355         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28356
28357         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28358
28359 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28360
28361         * gnus-art.el (gnus-treat-ansi-sequences)
28362         (article-treat-ansi-sequences): New variable and function.
28363         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28364
28365         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28366         Use it.
28367
28368 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28369
28370         * mm-util.el (mm-quote-arg): Remove.
28371
28372         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28373         shell-quote-argument.
28374
28375         * gnus-uu.el (gnus-uu-command): do.
28376
28377         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28378
28379         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28380         with make-char.
28381
28382         * mm-util.el (mm-make-char): Remove.
28383
28384         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28385         add-minor-mode.
28386
28387         * gnus-undo.el (gnus-undo-mode): do.
28388
28389         * gnus-topic.el (gnus-topic-mode): do.
28390
28391         * gnus-sum.el (gnus-dead-summary-mode): do.
28392
28393         * gnus-start.el (gnus-slave-mode): do.
28394
28395         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28396
28397         * gnus-ml.el (gnus-mailing-list-mode): do.
28398
28399         * gnus-gl.el (gnus-grouplens-mode): do.
28400
28401         * gnus-draft.el (gnus-draft-mode): do.
28402
28403         * gnus-dired.el (gnus-dired-mode): do.
28404
28405         * gnus-ems.el (gnus-add-minor-mode): Remove.
28406
28407         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28408         Replace gnus-char-width with char-width.
28409
28410         * gnus-ems.el (gnus-char-width): Remove.
28411
28412         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28413         Replace gnus-char-width with char-width.
28414
28415         * gnus-ems.el (gnus-char-width): Remove.
28416
28417         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28418         definition.
28419         Remove Emacs 20 hash table compatibility code.
28420
28421         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28422         20 compatibility code.
28423
28424         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28425
28426         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28427
28428         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28429         Replace with point-at-{eol,bol}.
28430
28431         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28432
28433         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28434
28435         * flow-fill.el (fill-flowed-point-at-bol)
28436         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28437
28438         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28439         Replace with point-at-{eol,bol} throughout all files.
28440
28441 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28442
28443         * ntlm.el (ntlm-string-as-unibyte): New macro.
28444         (ntlm-build-auth-response): Use it.
28445
28446         Remove Emacs 20 stuff:
28447         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28448         (butlast, mapc, remove): Remove the compiler macros.
28449         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28450         of delq and copy-sequence.
28451         * gnus-art.el (popup-menu): Remove the compiler macro.
28452         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28453         Emacs 20.
28454
28455 2004-01-05  Simon Josefsson  <jas@extundo.com>
28456
28457         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28458         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28459         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28460         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28461         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28462         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28463         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28464         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28465         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28466         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28467         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28468         string-xor into ntlm-string-xor.
28469         Suggested by Jesper Harder <harder@myrealbox.com>.
28470
28471         * ntlm.el: Don't include poem.
28472
28473         * md4.el (print-int32, print-string-hexa): Remove.
28474         Suggested by Jesper Harder <harder@myrealbox.com>.
28475
28476         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28477
28478         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28479         probably breaks emacs with DL patch, but do we care? Is anyone
28480         still using the DL stuff?)
28481
28482         * sieve-manage.el: Use the password package.
28483         (sieve-manage-read-passwd): Remove.
28484         (sieve-manage-interactive-login): Use password.  Re-add
28485         condition-case around loop.
28486
28487         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28488         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28489         Use the password package.
28490
28491 2003-02-19  Simon Josefsson  <jas@extundo.com>
28492
28493         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28494         token.
28495
28496 2002-08-07  Simon Josefsson  <jas@extundo.com>
28497
28498         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28499         (sieve-manage-authenticators)
28500         (sieve-manage-authenticator-alist): Add some SASL mechs.
28501         (sieve-sasl-auth): New function.
28502         (sieve-manage-cram-md5-auth)
28503         (sieve-manage-plain-auth): Rewrite using SASL library.
28504         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28505         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28506         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28507         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28508
28509 2004-01-05  Simon Josefsson  <jas@extundo.com>
28510
28511         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28512         New files.
28513
28514 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28515
28516         * gnus-group.el (gnus-no-groups-message): Update.
28517
28518         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28519
28520 2003-11-09  Simon Josefsson  <jas@extundo.com>
28521
28522         * imap.el: Support for ID IMAP extension (RFC 2971).
28523         (imap-local-variables): Add imap-id.
28524         (imap-id): New variable.
28525         (imap-id): New function.
28526         (imap-parse-response): Parse untagged ID response.
28527         * nnimap.el (nnimap-id): New variable.
28528         (nnimap-open-connection): Use it.
28529
28530 2003-12-28  Simon Josefsson  <jas@extundo.com>
28531
28532         * gnus-score.el (gnus-score-edit-all-score): New.
28533         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28534
28535 2004-01-04  Simon Josefsson  <jas@extundo.com>
28536
28537         * password.el: Add.
28538
28539 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28540
28541         * dns.el (dns-query-types): Fix typo.
28542         (dns-query-types): New function.
28543         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28544         PTR and SOA replies, see RFC 1035.
28545
28546 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28547
28548         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28549
28550         * Move to Changelog.2.
28551
28552 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28553
28554         * gnus.el (gnus-version-number): Bump version.
28555
28556 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28557
28558         * gnus.el: No Gnus v0.1 is released.
28559
28560 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28561
28562         * gnus.el: No Gnus v0.0 is released.
28563
28564 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28565
28566         * gnus.el (gnus-version-number): Bump.
28567         (gnus-version): No.
28568
28569 See ChangeLog.2 for earlier changes.
28570
28571   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28572
28573   This file is part of GNU Emacs.
28574
28575   GNU Emacs is free software: you can redistribute it and/or modify
28576   it under the terms of the GNU General Public License as published by
28577   the Free Software Foundation, either version 3 of the License, or
28578   (at your option) any later version.
28579
28580   GNU Emacs is distributed in the hope that it will be useful,
28581   but WITHOUT ANY WARRANTY; without even the implied warranty of
28582   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28583   GNU General Public License for more details.
28584
28585   You should have received a copy of the GNU General Public License
28586   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28587
28588 ;; Local Variables:
28589 ;; coding: utf-8
28590 ;; fill-column: 79
28591 ;; add-log-time-zone-rule: t
28592 ;; End: