tls.el: Compilation fix
[gnus] / lisp / ChangeLog
1 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * tls.el (tls-format-message):
4         Alias to format-message, or format if not available.
5         (open-tls-stream): Use it.
6
7 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8
9         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
10         * gnus-art.el (gnus-article-browse-delete-temp-files):
11         * gnus-eform.el (gnus-edit-form):
12         * gnus-fun.el (gnus-display-x-face-in-from):
13         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
14         * gnus-topic.el (gnus-topic-edit-parameters):
15         * mail-source.el (mail-source-delete-old-incoming):
16         * message.el (message-strip-subject-encoded-words)
17         (message-check-recipients, message-send-form-letter):
18         * mm-decode.el (mm-display-part):
19         * mm-uu.el (mm-uu-pgp-signed-extract-1):
20         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
21         * spam-report.el (spam-report-process-queue):
22         * tls.el (open-tls-stream):
23         Respect ‘text-quoting-style’ in diagnostics.
24         * gnus-art.el (article-display-face):
25         * gnus-fun.el (gnus-display-x-face-in-from):
26         Use straight quoting in email.
27         * rfc2231.el (rfc2231-decode-encoded-string):
28         Escape apostrophes in doc strings.
29
30 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
31
32         Go back to grave quoting in Gnus
33
34         * auth-source.el (auth-source-netrc-parse-entries):
35         * gnus-agent.el (gnus-agent-check-overview-buffer)
36         (gnus-agent-fetch-headers):
37         * gnus-int.el (gnus-start-news-server):
38         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
39         (gnus-registry-post-process-groups):
40         * gnus-score.el (gnus-summary-increase-score):
41         * gnus-start.el (gnus-convert-old-newsrc):
42         * gnus-topic.el (gnus-topic-rename):
43         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
44         * spam.el (spam-check-blackholes):
45         Stick with grave quoting in diagnostics strings.  This is more
46         portable to older Emacs, desirable for Gnus.
47
48 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
49
50         Prefer directed to neutral quotes in docstings and diagnostics.
51         In docstrings, escape apostrophes that would otherwise be translated
52         to curved quotes using the newer, simpler rules.
53
54         * auth-source.el (auth-source-netrc-parse-entries):
55         * gnus-agent.el (gnus-agent-check-overview-buffer)
56         (gnus-agent-fetch-headers):
57         * gnus-int.el (gnus-start-news-server):
58         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
59         * gnus-score.el (gnus-summary-increase-score):
60         * gnus-start.el (gnus-convert-old-newsrc):
61         * gnus-topic.el (gnus-topic-rename):
62         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
63         * nnmairix.el (nnmairix-widget-create-query):
64         * spam.el (spam-check-blackholes):
65         Use directed rather than neutral quotes in diagnostics.
66
67         * gnus-util.el (gnus-format-message):
68         Alias to format-message, or format if not available.
69
70 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
71
72         * auth-source.el (auth-sources):
73         Prefer (substitute-command-keys "`\\[foo-command]'")
74         to "`M-x foo-command'" in docstring.
75
76         * time-date.el (format-seconds):
77         Use curved quotes in diagnostic format strings.
78
79         * nnmairix.el (nnmairix-propagate-marks-upon-close):
80         * pop3.el (pop3-authentication-scheme):
81         Don't quote symbols with apostrophes in doc strings.
82         Use asymmetric quotes instead.
83
84 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         Use overlay functions directly
87
88         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
89         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
90
91         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
92         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
93         (gnus-article-highlight-signature, gnus-article-extend-url-button)
94         (gnus-article-add-button, gnus-insert-prev-page-button)
95         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
96         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
97         * gnus-html.el (gnus-html-wash-tags):
98         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
99         (gnus-highlight-selected-tree):
100         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
101         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
102         * gnus-util.el (gnus-put-overlay-excluding-newlines):
103         * message.el (message-fix-before-sending)
104         (message-toggle-image-thumbnails):
105         * mm-decode.el (mm-convert-shr-links):
106         * sieve.el (sieve-highlight, sieve-insert-scripts):
107         Use overlay functions directly instead of using gnus-overlay-*,
108         message-overlay-*, and sieve-overlay-*.
109
110         * gnus-sum.el (gnus-remove-overlays):
111         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
112         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
113         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
114         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
115         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
116         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
117         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
118         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
119         (gnus-overlays-at, gnus-overlays-in):
120         * message.el (message-delete-overlay, message-make-overlay)
121         (message-overlay-get, message-overlay-put, message-overlays-in):
122         * messagexmas.el (message-delete-overlay, message-make-overlay)
123         (message-overlay-get, message-overlay-put, message-overlays-in):
124         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
125         Remove.
126
127 2015-08-19  Glenn Morris  <rgm@gnu.org>
128
129         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
130
131 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * message.el (message-overlay-put, message-make-overlay)
134         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
135         (message-delete-overlay, message-window-inside-pixel-edges):
136         Declare before using.
137
138 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * message.el (message-overlay-get, message-overlays-in)
141         (message-window-inside-pixel-edges):
142         * messagexmas.el (message-overlay-get, message-overlays-in):
143         XEmacs compatible functions.
144
145 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * message.el (message-toggle-image-thumbnails): New command.
148
149 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
150
151         * message.el (message-send-form-letter): Change (message (format ...))
152         to (message ...).  This lessens the probability of confusion when
153         the output of `format' contains `%'.
154
155 2015-08-04  David Kastrup  <dak@gnu.org>
156
157         * gnus-art.el (gnus-article-describe-key)
158         (gnus-article-describe-key-briefly):
159         Do not overwrite preexisting contents of unread-command-events.
160
161 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
162
163         * nnimap.el (nnimap-request-move-article)
164         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
165         extension if available.
166
167 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
168
169         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
170         capabilities instead of relying on LOGIN response.
171
172 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
173
174         * nnbabyl.el (nnbabyl-retrieve-headers):
175         * nndiary.el (nndiary-retrieve-headers):
176         * nneething.el (nneething-retrieve-headers):
177         * nnmbox.el (nnmbox-retrieve-headers):
178         * nnmh.el (nnmh-retrieve-headers):
179         * nnml.el (nnml-retrieve-headers):
180         * nnspool.el (nnspool-retrieve-headers):
181         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
182         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
183         progress-report percentages and the like.  This avoids problems
184         if (* 100 NUMERATOR) would overflow.
185
186         * gnus-registry.el (gnus-registry-import-eld):
187         * registry.el (registry-reindex):
188         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
189
190 2015-07-17  Julien Danjou  <jd@abydos>
191
192         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
193         command.
194
195 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
196
197         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
198         of function arguments.
199
200 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
201
202         * nnimap.el: Clean up "unused var" warnings.
203         (auth-source-creation-prompts): Declare.
204         (nnimap-retrieve-headers, nnimap-status-message)
205         (nnimap-request-create-group, nnimap-request-delete-group)
206         (nnimap-close-group, nnimap-request-move-article)
207         (nnimap-request-accept-article, nnimap-request-newgroups)
208         (nnimap-request-post, nnimap-dummy-active-number)
209         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
210         (nnimap-parse-flags): Remove unused var `p'.
211         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
212         (nnimap-flags-to-marks): Remove unused var `totalp'.
213
214 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
215
216         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
217         before RFC822.SIZE.
218
219 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
220
221         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
222         so that a 'plain value for the `nnimap-stream' server variable is
223         handled correctly.
224
225 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
226
227         Remove unused let variables
228         * nnimap.el (nnimap-request-group): Variables are not used.
229
230         Check if group names are already strings
231         * gnus-group.el (gnus-group-group-name):
232         The group name may already be a string.
233         Specifically, in the group list reached from the *Server* buffer,
234         the 'gnus-group text property returns a string.  Everywhere else
235         it returns a symbol.
236
237 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
238
239         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
240         (nnmaildir--update-nov): Remove unused var `numdir'.
241         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
242         (nnmaildir-request-group, nnmaildir-request-create-group)
243         (nnmaildir-request-post, nnmaildir-request-move-article)
244         (nnmaildir-request-accept-article, nnmaildir-active-number):
245         Mark unused args.
246         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
247         Declare.
248         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
249         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
250         `mark', `end', `new-mark', and `mark-sym'.
251         (nnmaildir-retrieve-headers):
252         Remove unused args `srv-dir', `dir', `nlist2'.
253         (nnmaildir-request-expire-articles):
254         Remove unused vars `article', `stop' and `nlist2'.
255         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
256         `end'.  Use nnmaildir--article when dyn-binding is needed.
257         Give the value directly in the `let' for `del-mark', `del-action',
258         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
259         (nnmaildir-close-server):
260         Declare those local vars that need to be dyn-bound.
261
262 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
263
264         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
265
266 2015-05-31  David Engster  <deng@randomsample.de>
267
268         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
269         instead of using `sleep-for', as the latter does not seem to reliably
270         wait (see for instance bug 15990).
271
272 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * gnus-art.el (gnus-button-alist): Re-revert last change.
275         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
276
277 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
278
279         * gnus-art.el (gnus-button-alist): Revert last change.
280         It wasn't that important, and it caused a Gnus build to fail.  See:
281         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
282
283         * gnus-art.el (gnus-button-alist):
284         Also treat "‘" and "’" as quoting chars.
285
286 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
287
288         * gnus-art.el (gnus-treat-strip-list-identifiers)
289         (gnus-article-mode-syntax-table):
290         * gnus-group.el (gnus-group-nnimap-edit-acl):
291         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
292         e.g., missing quote, ``x'' where `x' was meant, etc.
293
294 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
297         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
298         into just c.
299
300 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
303         Normalize characters into numbers in spec keys.
304
305 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * dgnushack.el (declare-function): Redefine it to use autoload.
308         * lpath.el (gnus-html-prefetch-images): Declare.
309
310 2015-05-04  Glenn Morris  <rgm@gnu.org>
311
312         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
313
314         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
315
316         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
317         (gnus-topic-create-topic, gnus-topic-enter-dribble):
318         Declare rather than autoload.
319
320         * mm-archive.el (gnus-recursive-directory-files)
321         (mailcap-extension-to-mime): Autoload at run-time.
322
323         * mm-util.el (latin-unity-massage-name)
324         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
325         (latin-unity-representations-present-region):
326         Declare rather than autoload.
327
328         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
329         Autoload at run-time.
330         (epg-context-set-signers, epg-context-result-for)
331         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
332         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
333         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
334         (epg-configuration, epg-expand-group, epa-select-keys):
335         Declare rather than autoload.
336
337         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
338         Autoload at run-time.
339         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
340         (gnus-registry-get-id-key, gnus-registry-action):
341         Declare rather than autoload.
342
343         * nnmail.el (mail-send-and-exit): Autoload at run-time.
344
345         * spam.el (spam-stat-buffer-change-to-non-spam)
346         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
347         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
348         (spam-stat-split-fancy): Remove pointless autoloads.
349
350         * mm-view.el (epg-decrypt-string): Autoload.
351         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
352         (epg-sub-key-validity): Fix declarations.
353
354 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
355
356         * gnus.el: Ma Gnus v0.13 is released.
357
358 2015-05-01  Glenn Morris  <rgm@gnu.org>
359
360         * gnus-util.el (iswitchb-read-buffer):
361         * mm-decode.el (libxml-parse-html-region):
362         * mml.el (libxml-parse-html-region):
363         * nnrss.el (libxml-parse-html-region): Update declaration.
364
365 2015-04-27  Glenn Morris  <rgm@gnu.org>
366
367         * message.el (gnus-extract-address-components):
368         Remove bogus declaration that was masking previous problem.
369
370 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
373         altering the buffer.
374         (hashcash-insert-payment-async-2): Revert previous change because it
375         still means that the mark is moving around.
376
377 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-uu.el (gnus-uu-save-article):
380         Make the save-restriction/widen calls make more sense.
381
382 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-art.el (gnus-use-idna):
385         * gnus-sum.el (gnus-summary-idna-message):
386         * message.el (message-use-idna):
387         Catch the invalid-operation error that idna.el will issue.
388
389 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
390
391         * gnus-group.el (gnus-group--setup-tool-bar-update):
392         cursor-sensor-functions should be a list of functions.
393
394 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
395
396         * gnus-group.el (gnus-tmp-*): Declare.
397         (gnus-update-group-mark-positions): Remove unused `topic' var.
398         (gnus-group-insert-group-line): Remove unused var `header'.
399         (gnus-group--setup-tool-bar-update): New function.
400         (gnus-group-insert-group-line): Use it.
401         (gnus-group-update-eval-form): Declare local
402         dynamically-bound variables.
403         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
404
405         * gnus-topic.el (gnus-topic-jump-to-topic)
406         (gnus-group-prepare-topics, gnus-topic-update-topic)
407         (gnus-topic-change-level, gnus-topic-catchup-articles)
408         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
409         Use inhibit-read-only.
410         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
411         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
412
413 2015-04-12  João Távora  <joaotavora@gmail.com>
414
415         * message.el (message-mode):
416         Use `set' and `make-local-variable' instead of `setq-local'.
417
418 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
419
420         * gnus-sum.el (gnus-summary-refer-thread):
421         Make sure gnus-newsgroup-unreads remains sorted.
422
423 2015-04-12  João Távora  <joaotavora@gmail.com>
424
425         Improve sexp-based movement in message-mode
426         * message.el (message--syntax-propertize): New function.
427         (message-mode): Set syntax-related vars.d
428         (message-smileys): New variable.
429
430 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
431
432         * gnus-art.el (gnus-hidden-properties): Simplify.
433         (gnus-article-hide-text, gnus-article-unhide-text)
434         (gnus-article-unhide-text-type): Remove special handling of
435         `intangible' since that property is not used any more.
436         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
437
438 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
441         and a runtime function for it, of which the XEmacs version takes only
442         two arguments.
443
444 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
445
446         Use American spelling for 'normalize'
447         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
448         All uses changed.  Add an alias for obsolete usages.
449
450 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * gnus-art.el (gnus-article-browse-html-save-cid-content):
453         Always return relative file name.
454         (gnus-article-browse-html-parts):
455         Make external links absolute and cid file names relative.
456
457 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
458
459         * registry.el (registry-prune): Re-use `registry-full' in
460         `registry-prune'.  It's a bit of redundant work, but safer.
461         Also ensure that target-size is an integer.
462
463 2015-03-31  Daiki Ueno  <ueno@gnu.org>
464
465         * plstore.el (plstore--decrypt): Clear entry in
466         `plstore-passphrase-alist' if decryption failed (bug#20030).
467
468 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
469
470         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
471         to "Display" menu.
472
473 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
474
475         * nnimap.el (nnimap-split-incoming-mail): If a message is already
476         in the group it should be split to, don't re-copy it into the group.
477
478 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
479
480         * nnmh.el (nnmh-request-expire-articles):
481         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
482
483 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
484
485         * registry.el (registry-lookup-secondary, registry-full)
486         (registry-prune, registry-collect-prune-candidates):
487         * gnus-registry.el (gnus-registry-load): Use slot names rather than
488         initarg names in `oref' and `oset'.
489
490 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
491
492         * registry.el (registry-prune): Allow registry to reach full size
493         before pruning.
494
495 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
496
497         * registry.el (registry-collect-prune-candidates): Fix call to
498         cl-subseq.
499
500 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * registry.el (registry-db): Temporary fix old Emacsen compilation.
503
504 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
505
506         * gnus-registry.el (gnus-registry-handle-action)
507         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
508         (gnus-registry-keywords): Make it do something.
509         (gnus-registry-import-eld): Remove unused var `new-entry'.
510         (gnus-registry-action): Remove unused var `to-name'.
511         (gnus-registry-make-db): Prefer `make-instance' to avoid
512         compiler warnings.
513         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
514
515         * registry.el (registry-db): Don't oset-default an instance-allocated
516         slot.
517
518 2015-03-10  Glenn Morris  <rgm@gnu.org>
519
520         * message.el (message-valid-fqdn-regexp): Bump :version for
521         2014-11-17 change.
522
523 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
524
525         * gnus-notifications.el (gnus-notifications-action): Raise window
526         frame.
527         (gnus-notifications-action): Allow mark as read.
528         (gnus-notifications-notify): Show uption to mark as read.
529
530 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
531
532         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
533         (registry-search, registry-delete, registry-size, registry-insert)
534         (registry-reindex, registry-collect-prune-candidates):
535         * gnus-registry.el (gnus-registry-fixup-registry)
536         (gnus-registry-remove-extra-data): Use slot names rather than initarg
537         names in `oref' and `oset'.
538
539 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
540         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
541         in the group it should be split to, don't re-copy it into the group.
542
543 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
544
545         * message.el (message-insert-formatted-citation-line): Change %F to
546         fall back to email address if no first name could be determined.
547
548 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
551         Fix point motion when removing displayed MIME part.
552         (gnus-article-edit-part): Make jumping to the next part really work
553         when deleting or stripping.
554         (gnus-mime-buttonize-attachments-in-header): Make header attachment
555         buttons identical to the ones in the article body so as to work deleting
556         and stripping.
557
558 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * mm-decode.el (mm-shr)
561         * mm-view.el (mm-inline-text-html-render-with-w3m):
562         Revert my bogus change that made the start marker of a part
563         the "moves after insertion" type.
564
565 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
566
567         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
568         Tools: https://github.com/politza/pdf-tools) for viewing PDF
569         attachments in emacs.
570
571 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
572
573         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
574         instead of sasl-scram-sha-1, as the former is the name that can be
575         required.
576
577         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
578         (sasl-scram-sha-1-client-final-message)
579         (sasl-scram-sha-1-authenticate-server): Move to end of file.
580
581 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
584
585 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
588         (sasl-string-prefix-p): New compatibility functions.
589
590 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-compat.el (process-live-p): Added new compat function for Emacs
593         23.
594
595 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
596
597         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
598         from the server LIST response.
599
600 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
601
602         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
603         during header retrieval, error out instead of interpreting the data in
604         the buffer as the only messages there.  This way, we don't mark
605         articles as read on a server hangup (bug#19035).
606
607         * mm-decode.el (mm-head-p): New function.
608         (mm-display-part): Go to a blank line when inserting parts internally.
609
610 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
611
612         * sasl-scram-rfc.el: New file.
613
614         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
615         Add SCRAM-SHA-1 first.
616         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
617         entry (bug#17636).
618
619 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
620
621         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
622         that we don't get a warning when setting the buffer-local variable
623         (bug#19573).
624
625         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
626         `gnus-request-group'.
627
628 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-art.el (gnus-article-browse-html-save-cid-content)
631         (gnus-article-browse-html-parts): Make cid file names relative if and
632         only if html doesn't specify <base> directory.
633
634 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
637         parts, because that breaks filling (since buttons are in a bold face).
638
639 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
642         use gnus-overlays-at and gnus-overlay-put.
643
644 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * mm-decode.el (mm-shr): Only pass the fill column when not using
647         fonts, because limiting the width to what's appropriate for followups
648         doesn't really help when not using proportional fonts.
649
650 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
651
652         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
653         shr, beacause that breaks folding.
654         (mm-shr): Don't shorten the width when using fonts.
655
656 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
657
658         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
659         variable; always check the newrc timestamp.
660         (gnus-save-newsrc-file): Always check timestamp.
661
662 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
663
664         * mail-source.el (mail-source-call-script): If scripts exit with an
665         error, pop up an error buffer.
666
667 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
670         as a default.
671
672         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
673         correct server.
674
675 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
676
677         * nnimap.el (nnimap-request-group-scan): Fix the function name.
678
679         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
680
681 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
682
683         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
684         that nnimap works for non-activated backends.
685
686 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
687
688         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
689         message, since we already get an obsolescence message.  Use `declare'.
690
691 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
692
693         * nnir.el: Revert "Enable non-ASCII IMAP searches".
694
695 2015-01-30  Glenn Morris  <rgm@gnu.org>
696
697         * gnus-registry.el (gnus-registry-max-pruned-entries)
698         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
699         Fix :version.
700         (gnus-registry-default-sort-function): Improve :type.
701
702 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
703
704         * nnimap.el (nnimap-request-group): Allow running this function on
705         groups that don't exist in Gnus yet.
706         (nnimap-request-group): Revert previous patch since that made it
707         impossible to enter nnimap groups.
708
709         * message.el (message-smtpmail-send-it): Remove the mail header
710         separator before sending.
711
712 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
713
714         * nnimap.el (nnimap-find-expired-articles): Fix handling of
715         (expiry-wait . never).
716
717 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
718
719         * nnimap.el (nnimap-request-group): Clear the buffer before returning
720         the data.
721
722 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * gnus-compat.el (string-bytes): Work for XEmacs.
725
726 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
729
730         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
731         IMAP.
732
733 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
734
735         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
736
737         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
738
739         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
740         be added to the backlog.
741
742 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
743
744         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
745         target with a recursive make call.
746
747 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
748
749         * nnimap.el (nnimap-header-parameters): Refactor and request
750         X-GM-LABELS if it's been announced.
751         (nnimap-transform-headers): Gather and output GM-LABELS.
752
753 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
754
755         * mm-decode.el (mm-display-part): Make non-string methods work.
756         Non-string methods are funcalled and work just fine, the test was
757         bogus.
758         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
759         whole frame.
760
761 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
762
763         * nnimap.el (nnimap-request-accept-article): Allow respooling using
764         nnimap.
765
766         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
767         request rescans when being run interactively.
768
769         * nnimap.el (nnimap-request-group): Don't rescan the group here,
770         because that can be very slow in large groups.
771
772         * gnus-int.el (gnus-request-group-scan): New backend function.
773
774         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
775
776 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-group.el (gnus-group-suspend): Close all backends.
779
780 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
781
782         * dgnushack.el (dgnushack-compile-file): New function.
783         (dgnushack-compile): Use it (bug#19514).
784
785 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
788
789 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
790
791         * registry.el: Don't use <class> as a variable.
792
793 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
794
795         system-name's returned value can vary
796         Also, the system-name variable is now obsolete.
797         Fixes Bug#19438.
798         * message.el (message-make-fqdn):
799         * nnvirtual.el (nnvirtual-retrieve-headers)
800         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
801         and avoid naming locals 'system-name'.
802
803 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
804
805         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
806         lines don't get overlong when responding.
807
808 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * registry.el (cl-remf, cl-loop, cl-subseq):
811         Alias to remf, loop, and subseq respectively for old Emacsen.
812
813 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
814
815         * gnus-group.el (gnus-read-ephemeral-bug-group):
816         Bind coding-system-for-read and coding-system-for-write only around
817         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
818
819 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
820
821         * registry.el (registry-db): Set default slot later.
822         This is because its value is not a literal integer.
823
824 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
825
826         * registry.el (registry-db): Fix default registry-db max-size.
827
828 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
829
830         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
831         add warning.
832
833         * gnus-art.el: Fix up compiler warnings.
834         (article-display-face, article-display-x-face): Remove unused `face'.
835         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
836         (article-date-ut): Remove unused var `first'.
837         (gnus-article-prepare): Remove unused var `gnus-article'.
838         (gnus-mime-save-part-and-strip): Remove unused var `param'.
839         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
840         `coding-system' along with corresponding dead code.
841         (gnus-mime-view-part-externally): Remove unused var
842         `mm-user-display-methods'.
843         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
844         (gnus-display-mime): Remove unused var `handle'.
845         (gnus-mime-display-alternative): Remove unused var `props'.
846         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
847         (gnus-article-edit-done): Remove unused var `p'.
848         (gnus-url-mailto): Remove unused var `to'.
849         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
850         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
851
852 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
853
854         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
855         slots into a :max-size slot.
856         (registry-db-version): Add new variable for database version number.
857         (registry-prune): Use :max-size slot. Accept and use a sort-function
858         argument.
859         (registry-collect-prune-candidates): Add new function for finding
860         non-precious pruning candidates.
861         (registry-prune-hard-candidates, registry-prune-soft-candidates):
862         Remove obsolete functions.
863         (initialize-instance): Upgrade registry version when starting.
864
865         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
866         (gnus-registry-max-pruned-entries): Remove obsolete variable.
867         (gnus-registry-cache-file): Change default
868         filename extension to "eieio".
869         (gnus-registry-read): Add new function, split out from
870         `gnus-registry-load', that does the actual object reading.
871         (gnus-registry-load): Use it. Add condition case handler to check for
872         old filename extension and rename to the new one.
873         (gnus-registry-default-sort-function): New variable to specify a sort
874         function to use when pruning.
875         (gnus-registry-save, gnus-registry-insert): Use it.
876         (gnus-registry-sort-by-creation-time): Define a default sort function.
877
878         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
879         Adjust test for new object signature.
880         (gnustest-registry-pruning-test): Add new pruning test.
881         (gnustest-registry-sort-function): Default sort function for testing.
882         (gnustest-registry-pruning-sort-test): New test for sorting.
883
884 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
887         function for reuse.
888         (gnus-mime-buttonize-attachments-in-header): Adjust.
889
890 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * message.el (message-change-subject): Really check whether the subject
893         changed.
894
895 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
898         PDFs.
899         (mailcap-view-mime): New function.
900
901 2014-12-01  Glenn Morris  <rgm@gnu.org>
902
903         * gnus-cloud.el (gnus-cloud): Add :version tag.
904
905 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * gnus-art.el (gnus-use-idna):
908         * gnus-sum.el (gnus-summary-idna-message):
909         * message.el (message-use-idna):
910         Protect against nil value for idna-program.
911
912         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
913
914 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
915
916         * auth-source.el (auth-source-macos-keychain-search-items): Return
917         result of `auth-source-macos-keychain-result-append' (bug#19074).
918
919 2014-11-25  Glenn Morris  <rgm@gnu.org>
920
921         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
922         Add :version tag.
923
924 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * pop3.el (pop3-open-server): Warn unless encrypted.
927
928         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
929
930 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
931
932         Port new time stamp handling to Emacs 23.2.
933         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
934         * time-date.el (time-add, time-subtract, time-less-p):
935         Use eval-and-compile, not eval-when-compile.
936
937 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
938
939         * message.el (message-valid-fqdn-regexp): Add non-internaional new
940         TLDs.
941
942 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
943
944         Port new time stamp handling to old Emacs and to XEmacs.
945         This is needed for Gnus, which copies time-date.el and which
946         runs on older Emacs implementations.
947         * time-date.el (with-decoded-time-value):
948         Handle 'nil' and floating-point arg more compatibly with new Emacs.
949         (encode-time-value, with-decoded-time-value):
950         Obsolete only if new Emacs.
951         (time-add, time-subtract, time-less-p): Define if not new Emacs.
952
953         Improve time stamp handling, and be more consistent about it.
954         This implements a suggestion made in:
955         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
956         Among other things, this means timer.el no longer needs to
957         autoload the time-date module.
958         * time-date.el (seconds-to-time, days-to-time, time-since)
959         (with-decoded-time-value):
960         Treat 'nil' as current time.  This is mostly for XEmacs.
961         (encode-time-value, with-decoded-time-value): Obsolete.
962         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
963         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
964
965 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
968         discarding changes in ephemeral groups.
969
970         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
971         things the user isn't interested in.
972
973 2014-11-13  Julien Danjou  <jd@abydos>
974
975         * gnus-notifications.el (gnus-notifications-notify): Provide both
976         app-icon and image-path.
977
978 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
979
980         * mm-url.el (mm-url-encode-multipart-form-data):
981         Restore to handle "multipart/form-data" by eww.
982
983 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
984
985         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
986         Landscheidt.
987
988 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
989
990         Simplify use of current-time and friends.
991         * gnus-delay.el (gnus-delay-article):
992         * gnus-sum.el (gnus-summary-read-document):
993         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
994         * message.el (message-make-expires-date):
995         Omit unnecessary call to current-time.
996         * gnus-util.el (gnus-float-time): Simplify to an alias because
997         time-to-seconds now behaves like float-time with respect to nil arg.
998         (gnus-seconds-year): Don't call current-time twice to get the current
999         time stamp, as this can lead to inconsistent results.
1000         * time-date.el (time-to-seconds) [!float-time]:
1001         Use current time if arg is nil, to be compatible with float-time.
1002         (time-date--day-in-year): New function, with most of the guts of
1003         the old time-to-day-in-year.
1004         (time-to-day-in-year): Use it.
1005         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1006
1007 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus.el (gnus-mode-line-buffer-identification):
1010         Don't add image data for a non-graphic display (bug#18813).
1011
1012 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1015         load-path, it blocks autoloading of find-image (bug#18813).
1016
1017 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1018
1019         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1020         to keep connection open (bug#18728).
1021
1022 2014-10-20  Glenn Morris  <rgm@gnu.org>
1023
1024         * Merge in all changes up to 24.4 release.
1025
1026 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1027
1028         * message.el (message-insert-signature): Use `newline' instead of
1029         inserting explicit "\n".
1030
1031 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1032
1033         * gnus-icalendar.el: Support vcal format timezones.
1034         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1035         compute dates with associated timezone.
1036         (gnus-icalendar-event-from-ical): Compute all timezones.
1037
1038 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1039
1040         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1041         check the newsrc.eld file's timestamp before saving it.
1042         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1043         timestamp has changed to be newer.
1044
1045 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1046
1047         * gnus-icalendar.el (gnus-icalendar-identities):
1048         Include message-alternative-emails.
1049
1050 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1053         New compatibility functions.
1054         (ntlm-build-auth-response): Use them.
1055
1056 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1057
1058         * ntlm.el (ntlm-build-auth-request):
1059         Add NTLM2 Session support.  (Bug#15603)
1060
1061 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1062
1063         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1064         expired messages only when it was built in reverse order.
1065
1066 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1067
1068         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1069         last so it can be used in `message-send-hook'.
1070
1071 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1072
1073         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1074         <#secure> tag (bug#18513).
1075
1076 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * parse-time.el: Require cl when compiling.
1079
1080 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         Use cl-lib as much as possible following the 2014-09-26 change
1083         in the Emacs trunk.
1084         * parse-time.el: Try requiring cl-lib.
1085         (parse-time-incf): Alias to cl-incf or incf.
1086         (digit-char-p): Remove.
1087         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1088         (parse-integer): Rename to parse-time-integer.
1089         (parse-time-tokenize, parse-time-rules, parse-time-string)
1090         Use parse-time-incf and parse-time-integer.
1091
1092 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1093
1094         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1095         of ":delete".
1096
1097 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1100         (gnus-article-browse-html-parts):
1101         Revert last change that breaks links other than cid contents.
1102
1103 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1106         (gnus-article-browse-html-parts): Make cid file names relative.
1107
1108 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1111         temporarily displayed when running a mode function (at least org-mode
1112         requires it).
1113
1114 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1115
1116         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1117         the gnus-summary-article-expire-hook should be told where the function
1118         is going. In particular, the Gnus registry might want to know.
1119
1120 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1121
1122         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1123
1124 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1127
1128 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1129
1130         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1131         the gnus-summary-article-expire-hook should be told where the function
1132         is going. In particular, the Gnus registry might want to know.
1133
1134 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1135
1136         Don't mishandle year-9999 dates (Bug#18176).
1137         * parse-time.el (parse-time-rules):
1138         Allow years up to most-positive-fixnum.
1139         * time-date.el (date-to-time):
1140         Pass "Specified time is not representable" errors through.
1141
1142 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1143
1144         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1145         groups and t.
1146
1147 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * gnus-utils.el (gnus-recursive-directory-files):
1150         Unify hard or symbolic links (bug#18063).
1151
1152 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1153
1154         * gnus-msg.el (gnus-configure-posting-style):
1155         Allow string replacements in values when matching against a header.
1156
1157 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1160         the dribble buffer even when it is shrunk a lot.
1161         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1162
1163 2014-06-26  Glenn Morris  <rgm@gnu.org>
1164
1165         * mm-util.el (help-function-arglist): Remove outdated declaration.
1166
1167 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1168
1169         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1170         attribute values.  (Bug#17834)
1171
1172 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1173
1174         * gnus-sum.el (gnus-summary-edit-article-done):
1175         Prefer point-marker to copy-marker of point.
1176
1177 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * Makefile.in (install-el, install-el-elc): Compress .el files.
1180         (uninstall): Remove compressed .el files.
1181
1182 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1185         (gnus-article-read-summary-keys):
1186         Don't bug out when there is no article in the summary buffer.
1187         (gnus-mime-buttonize-attachments-in-header):
1188         Improve criterion that finds parts to display.
1189
1190         * gnus-art.el (gnus-mm-display-part):
1191         * mm-decode.el (mm-shr):
1192         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1193         (mm-insert-inline): Revert last changes.
1194
1195 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-art.el (gnus-mm-display-part):
1198         * mm-decode.el (mm-shr):
1199         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1200         (mm-insert-inline): Set insertion type of end-marker, not only
1201         start-marker, of undisplayer so as to stay after inserted text.
1202
1203 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1204
1205         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1206         attribute. (Bug#17613)
1207
1208 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1209
1210         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1211         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1212
1213 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1216         Don't delete next part button; keep spacing between buttons.
1217
1218 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1221         Work for the last MIME part in an article.
1222         (gnus-mime-display-single): Suppress excessive newlines between parts.
1223
1224         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1225         by leading or trailing newline.
1226
1227 2014-05-12  Sam Steingold  <sds@gnu.org>
1228
1229         * time-date.el (seconds-to-string): New function to pretty print time
1230         delay in seconds.
1231
1232 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1235         while prompting a user for a file name, etc.
1236         (gnus-mime-display-single): Display part with a common appearance no
1237         matter whether MIME button is omitted or not; don't add duplicate entry
1238         to gnus-article-mime-handle-alist.
1239         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1240
1241 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1242
1243         * mml2015.el (mml2015-display-key-image): New variable.
1244
1245 2014-05-08  Glenn Morris  <rgm@gnu.org>
1246
1247         * gnus-fun.el (gnus-grab-cam-face):
1248         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1249         This is CVE-2014-3421.
1250
1251 2014-05-04  Glenn Morris  <rgm@gnu.org>
1252
1253         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1254
1255 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1258         the displaying state of a part.
1259         (gnus-mm-display-part): Don't insert a newline in the beginning of
1260         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1261
1262         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1263         (mm-shr): Make undisplayer unbreakable.
1264
1265         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1266         Don't insert excessive newline.
1267         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1268         (mm-insert-inline): Make undisplayer unbreakable.
1269
1270 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1271
1272         * gnus.el: Ma Gnus v0.11 is released.
1273
1274 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * gnus-art.el (gnus-mm-display-part):
1277         Highlight header attachment buttons.
1278
1279 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1282         a part; redisplay a button (enbugged in 2014-02-05).
1283
1284 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1285
1286         * auth-source.el (auth-source-search, auth-source-search-backends):
1287         Treat :max 0 as an indicator that a boolean return is wanted, as
1288         documented. Reported by Joe Bloggs.
1289
1290 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-icalendar.el: Require gnus-art.
1293
1294 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1295
1296         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1297         (gnus-icalendar--update-org-event): put event timestamp in
1298         the org entry body instead of the drawer.
1299         (gnus-icalendar-event--get-attendee-names): list of participants should
1300         contain even attendees without common name attribute.
1301         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1302         property tags in org drawers.
1303
1304 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gmm-utils.el (gmm-format-time-string): New function.
1307
1308         * message.el (message-insert-formatted-citation-line): Use the original
1309         author's time zone to express a date string.
1310
1311 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1312
1313         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1314         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1315         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1316         Silence compiler warnings.
1317         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1318
1319 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * mml.el: Require url when compiling.
1322
1323         * gnus-cloud.el (gnus-cloud-parse-version-1):
1324         Use plist-get rather than CL's getf.
1325         (gnus-activate-group, gnus-subscribe-group): Declare.
1326
1327         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1328
1329 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1332         buttons when toggling the header off.
1333
1334 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1335
1336         * tls.el (tls-program): Reflow docstring.
1337
1338 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1339
1340         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1341         groups work again.
1342
1343 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1344
1345         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1346         999 correctly (i.e. "1,342").
1347
1348 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1349
1350         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1351         out if the directory doesn't exist.
1352
1353 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1354
1355         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1356         commands here; instead, only check if epg-config.el is available.
1357
1358 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1359
1360         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1361         messages with embedded images.
1362         (mml-generate-mime): Don't bug out if you don't have libxml.
1363
1364 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1365
1366         * message.el (message-make-html-message-with-image-files): New command.
1367
1368 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1369
1370         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1371
1372         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1373
1374 2014-02-23  David Engster  <deng@randomsample.de>
1375
1376         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1377         to stay compatible with older Emacsen, so replace `cl-loop' with
1378         `loop'.
1379
1380 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1381
1382         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1383         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1384         instead, build list of patterns.
1385
1386 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1389         Display header attachment buttons by gnus-article-prepare-display
1390         rather than gnus-article-prepare so as to view in mml-preview as well.
1391
1392 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1393
1394         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1395         in `auth-sources' means and link to EPA docs.
1396
1397 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1398
1399         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1400         (bug#12375).
1401
1402 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1405         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1406
1407 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1408
1409         * message.el (message-tab): Mention what happens on normal tabs
1410         (bug#11297).
1411
1412 2014-02-08  Glenn Morris  <rgm@gnu.org>
1413
1414         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1415
1416 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1419         buttons that are hidden in unselected alternative part as well.
1420         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1421
1422         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1423
1424 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1425
1426         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1427         keystroke.
1428         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1429         types.
1430
1431         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1432         with an empty string.
1433
1434 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1435
1436         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1437         buffer-local in some buffers, so bind it explicitly in the buffer we're
1438         trying to cancel the article in (bug#10808).
1439
1440 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1443         New functions.
1444
1445         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1446         New user option.
1447         (gnus-mime-buttonize-attachments-in-header): New function.
1448         (gnus-article-prepare): Use it.
1449         (gnus-mime-inline-part): Suppress extra newline.
1450         (gnus-mm-display-part): Save excursion;
1451         remove useless deleting and adding of buttons.
1452         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1453
1454         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1455         Add gnus-mime-buttonize-attachments-in-header.
1456
1457 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1458
1459         * nnimap.el (nnimap-request-articles): New command to download several
1460         articles at once.
1461
1462         * gnus.el (gnus-variable-list): Save Cloud variables.
1463
1464         * gnus-int.el (gnus-request-accept-article): Doc fix.
1465
1466 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1467
1468         * parse-time.el (parse-time-iso8601-regexp)
1469         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1470         it more generally.
1471
1472 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1473
1474         * gnus-cloud.el: New file to provide the Emacs Cloud.
1475
1476         * dgnushack.el: Silence XEmacs w3 warning.
1477
1478         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1479         `url-retrieve-synchronously', apparently.
1480
1481         * dgnushack.el: Silence XEmacs dns.el warning.
1482
1483         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1484         instead of in all files.
1485
1486         * dns.el (network-interface-list): Define for XEmacs.
1487
1488         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1489         XEmacs.
1490
1491         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1492
1493 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1494
1495         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1496         `gnus-group-split-fancy'.
1497
1498 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1499
1500         * message.el (message-remove-header): Doc fix.
1501         (message-forward-included-headers): New variable.
1502         (message-remove-ignored-headers): Use it.
1503
1504 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1505
1506         * nnir.el (nnir-request-update-mark): Don't try to update the source
1507         group if we can't find it (bug#16611).
1508
1509 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1510
1511         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1512
1513 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1514
1515         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1516         network interfaces changed.
1517         (dns-query): Use it to flush the data.
1518
1519 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1520
1521         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1522         from random face commands.
1523         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1524         Face.
1525         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1526         (gnus--random-face-with-type): Generic function returning a face-type
1527         as a string.
1528         (gnus--insert-random-face-with-type): Generic function inserting a face
1529         in a message buffer header.
1530         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1531         (gnus-insert-random-x-face-header): Rewritten to use
1532         `gnus--insert-random-face-with-type`.
1533         (gnus-random-face): Return random (png) Face as string.
1534         (nus-insert-random-face-header): Insert random (png) Face in a message
1535         buffer.
1536
1537 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1538
1539         * mm-url.el: Remove all usage of w3.
1540
1541         * nnrss.el: Ditto.
1542
1543         * mm-decode.el: Ditto.
1544
1545         * mm-view.el: Ditto.
1546
1547         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1548         outdated and all Emacsen have url.el built-in.
1549
1550         * gnus-setup.el: Remove outdated file.
1551
1552 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1553
1554         * gnus.el: Ma Gnus v0.9 is released.
1555
1556 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1557
1558         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1559
1560 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1561
1562         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1563         in the summary buffer (bug#13769).
1564
1565 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1566
1567         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1568         name if we're using a single article buffer.  Otherwise, it may point
1569         to a killed buffer (bug#13756).
1570
1571 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1572
1573         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1574         the match data, just save and restore it explicitly (bug#12375).
1575
1576         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1577         that's needed.
1578
1579         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1580         the code once (bug#9069).
1581
1582 2014-01-18  Steinar Bang  <sb@dod.no>
1583
1584         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1585         reading.
1586
1587 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1588
1589         * message.el (message-bury): Call bury-buffer with no argument
1590         in the message-return-action case too.
1591
1592 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1595         (nnimap-split-fancy, nnimap-split-methods): Declare.
1596
1597         * mm-util.el (help-function-arglist): Declare.
1598
1599 2013-12-28  Glenn Morris  <rgm@gnu.org>
1600
1601         * gnus-sieve.el (gnus-sieve-select-method):
1602         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1603         (gravatar-rating, gravatar-size):
1604         * message.el (message-minibuffer-local-map):
1605         * sieve-manage.el (sieve-manage-authenticators)
1606         (sieve-manage-authenticator-alist): Specify custom types.
1607
1608         * hashcash.el (hashcash-program): Rename from hashcash-path.
1609         Update callers.
1610
1611         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1612         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1613         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1614
1615         * auth-source.el (auth-sources):
1616         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1617         Fix custom types.
1618
1619         * tls.el (tls-certtool-program): Fix default value.
1620
1621 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1624         we get proper traces there, too.
1625
1626 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1627
1628         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1629         value of the parameters if the current article has a Reply-To or From
1630         field.
1631
1632 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1635
1636 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus-sum.el (gnus-summary-exit): Stop animations.
1639
1640 2013-12-19  Juri Linkov  <juri@jurta.org>
1641
1642         * gnus.el (gnus-suppress-keymap):
1643         * gnus-art.el (gnus-article-mode-map):
1644         * gnus-group.el (gnus-group-mode-map):
1645         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1646         Remove [backspace] key binding because it shadows DEL (bug#16035).
1647
1648         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1649
1650 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1653         Make sure work directory exists.
1654         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1655         rather than tmp directory.
1656         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1657         not necessarily always run, with it.
1658
1659 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1660
1661         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1662         value of gnus-icalendar-additional-identities work without restart.
1663
1664 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * mm-util.el (mm-make-temp-file):
1667         Alias to make-temp-file for modern Emacsen.
1668
1669 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1672         nnir-article-number and nnir-article-group.
1673
1674 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1675
1676         * message.el (message-send-mail-with-sendmail):
1677         Don't kill error buffer if sending fails.
1678
1679 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1680
1681         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1682         (gnus-icalendar-event->org-entry)
1683         (gnus-icalendar--update-org-event)
1684         (gnus-icalendar-event->gnus-calendar): Distinguish between
1685         required/optional/non-participant attendee status.  Fix bug causing
1686         the first required event participant to be omitted.
1687
1688 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * gnus-art.el (article-de-quoted-unreadable)
1691         (article-de-base64-unreadable, gnus-mime-copy-part)
1692         * gnus-html.el (gnus-article-html)
1693         * mm-view.el (mm-inline-text-html-render-with-w3)
1694         (mm-inline-text-html-render-with-w3m-standalone)
1695         * rfc2231.el (rfc2231-decode-encoded-string):
1696         Allow overriding charset by mm-charset-override-alist.
1697
1698         * gnus-art.el (gnus-article-browse-html-parts):
1699         Replace LWSPs with `&nbsp;'s in header.
1700
1701         Work for broken Chinese articles.
1702
1703         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1704         Exclude broken handles that gnus-summary-enter-digest-group may create.
1705         (gnus-article-browse-html-parts):
1706         Allow overriding charset by mm-charset-override-alist.
1707
1708 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1709
1710         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1711         (gnus-icalendar-identities): Support additional-identities.
1712
1713 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1714
1715         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1716         org-timestamp for events ending at midnight.
1717
1718 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1719
1720         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1721         .log files.
1722
1723 2013-11-20  David Engster  <deng@randomsample.de>
1724
1725         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1726
1727 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1728
1729         * message.el (message-beginning-of-line):
1730         Use beginning-of-visual-line when visual-line-mode is turned on.
1731
1732 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1733
1734         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1735         (gnus-icalendar-event-from-ical)
1736         (gnus-icalendar-event->org-entry)
1737         (gnus-icalendar--update-org-event): Required/optional participation,
1738         list of attendees synced to org.
1739
1740 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1741
1742         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1743         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1744         cancellations to be synced to org if the original appt has an org
1745         outline.
1746
1747 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1748
1749         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1750         (gnus-icalendar-event->org-entry)
1751         (gnus-icalendar--update-org-event)
1752         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1753
1754 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1755
1756         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1757         Fix timezone handling in gnus-icalendar export to org.
1758
1759 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1762
1763 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1766
1767 2013-10-30  Glenn Morris  <rgm@gnu.org>
1768
1769         * gnus-group.el (gnus-group-browse-foreign-server):
1770         * gnus-int.el (gnus-start-news-server):
1771         Silence compiler obsolescence warning.
1772
1773 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1774
1775         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1776         `nnoo-current-server' first, then for the actual `nnimap-address' to
1777         allow netrc entries for the nnoo server to coexist with netrc entries
1778         for the `nnimap-address'.
1779
1780 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * mm-decode.el (mm-dissect-buffer): Revert last change.
1783         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1784         The problem that motivated those changes was attributed to a broken
1785         mail sender, and has been fixed.
1786
1787 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1790         token is missing in the Content-Type header.
1791
1792         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1793
1794 2013-09-18  Glenn Morris  <rgm@gnu.org>
1795
1796         * gnus-util.el (image-size): Declare.
1797
1798 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1801         (gnus-icalendar-event-from-ical)
1802         (gnus-icalendar-event--build-reply-event-body)
1803         (gnus-icalendar-event-reply-from-buffer)
1804         (gnus-icalendar-find-org-event-file)
1805         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1806         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1807
1808         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1809
1810 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1811
1812         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1813         Use save-current-buffer.
1814         (gnus-tree-mode-map): Initialize in the declaration.
1815         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1816         (scroll-in-place): Defvar it.
1817         (gnus-tmp-*): Defvar them.
1818         (gnus-get-tree-buffer): Use derived-mode-p.
1819         (gnus--let-eval): New macro.
1820         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1821         non-prefixed variables.
1822         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1823
1824         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1825         vars since it doesn't seem to be available.
1826         (gnus-set-global-variables, gnus-summary-read-group-1)
1827         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1828         (gnus-summary-display-article, gnus-summary-select-article)
1829         (gnus-summary-next-article, gnus-offer-save-summaries)
1830         (gnus-summary-generic-mark): Use derived-mode-p.
1831         (gnus-summary-read-group-1, gnus-summary-exit)
1832         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1833         Adjust calls to gnus-tree-close and gnus-tree-open.
1834
1835         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1836
1837         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1838         (gnus-agent-mode): Use derived-mode-p.
1839         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1840         gnus-command-method and *-command-method to nil, but bind
1841         gnus-command-method to *-command-method instead!
1842         (gnus-agent-fetch-articles): Remove unused var `id'.
1843         (gnus-agent-fetch-headers): Remove unused arg `force'.
1844         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1845         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1846         (gnus-agent-short-article, gnus-agent-long-article)
1847         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1848         first use.
1849         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1850         `score-param'.
1851         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1852         (gnus-get-predicate): Push in front of the cache, rather than end.
1853         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1854         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1855         (gnus-agent-expire-unagentized-dirs): Don't rebind
1856         gnus-agent-expire-current-dirs since the defvar silences the warning.
1857         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1858         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1859         (gnus-agent-regenerate): Simplify interactive spec and doc.
1860
1861 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * gnus-int.el (gnus-open-server): Silence compiler.
1864
1865         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1866
1867         * message.el (message-display-completion-list): Abolish.
1868         (message-completion-in-region): Use display-completion-list.
1869
1870 2013-09-17  Glenn Morris  <rgm@gnu.org>
1871
1872         * gnus-util.el (gnus-message-with-timestamp-1):
1873         Use `messages-buffer' function if available.  Ignore read-only.
1874
1875 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * message.el (message-expand-group, message-completion-in-region):
1878         Correct the order of start and end of a region.
1879
1880 2013-09-13  Glenn Morris  <rgm@gnu.org>
1881
1882         * mml2015.el (gnus-create-image): Autoload it.
1883
1884         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1885
1886         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1887         (image-size): Declare.
1888
1889 2013-09-12  Glenn Morris  <rgm@gnu.org>
1890
1891         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1892         Avoid using `find', which i) might not be defined at runtime;
1893         ii) does not work, since its default test is eql, not equal.
1894         (gnus-mime-action-alist): Declare.
1895
1896 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1897
1898         * score-mode.el (gnus-score-mode-map): Move initialization
1899         into declaration.
1900         (gnus-score-mode): Use define-derived-mode.
1901         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1902         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1903         into declaration.
1904         (gnus-kill-file-mode): Use define-derived-mode.
1905         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1906         Use derived-mode-p.
1907         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1908         (gnus-group-setup-buffer, gnus-group-name-at-point)
1909         (gnus-group-make-web-group, gnus-group-enter-directory)
1910         (gnus-group-suspend): Use derived-mode-p.
1911         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1912         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1913         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1914         (gnus-article-setup-buffer, gnus-article-prepare)
1915         (gnus-article-prepare-display, gnus-sticky-article)
1916         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1917         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1918         (gnus-article-read-summary-keys): Use derived-mode-p.
1919
1920 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1923
1924 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1927         shift_jis from the default value set for Japanese users.
1928
1929 2013-08-13  Glenn Morris  <rgm@gnu.org>
1930
1931         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1932
1933         * gnus.el (gnus-valid-select-methods): Fix type.
1934
1935         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1936
1937 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * mm-decode.el (mm-display-external): Run a timer for the temp files
1940         deletion after a viewer exits; add a deletion timer for the needsterm
1941         case, too.
1942
1943         * mm-decode.el (mm-display-external): Try to delete temporary files by
1944         using a 1-min. timer.
1945
1946 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1949         New internal variables.
1950         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1951         (mm-display-external): Use it to delete temporary files instead of
1952         using timers.
1953
1954 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1957
1958 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1959
1960         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1961         with cond for backwards compatability.
1962
1963 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * mm-decode.el (mm-display-external): Bind process-connection-type to
1966         nil; don't delete a temp file immediately even if a viewer finishes,
1967         since it may be a shell script, like xdg-open, that launches a real
1968         viewer program belatedly.
1969
1970 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1971
1972         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1973         that we can create nndoc groups that excerpt other groups.
1974
1975 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * gnus-delay.el (gnus-delay-article): Fix typo.
1978
1979         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1980         articles.
1981
1982         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1983         we can get spell-checking etc.
1984
1985 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1988         a single one used for encoding the whole text in a header.
1989
1990 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1993         doesn't work properly on XEmacs.
1994
1995 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1998         before sending.
1999
2000         * dgnushack.el (dgnushack-compile): Add a temporary check for
2001         gnus-icalendar.
2002
2003         * mm-decode.el (mm-command-output): New face.
2004         (mm-display-external): Use it.
2005
2006 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2007
2008         * nnmbox.el (nnmbox-request-article): Don't change point.
2009
2010 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2013         Include `handle' parameter.
2014
2015 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2016
2017         * gnus-icalendar.el: New file.
2018
2019 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2022
2023         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2024         dummy roots, too.
2025
2026 2013-08-01  David Edmondson  <dme@dme.org>
2027
2028         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2029         out on ttys.
2030
2031 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2034         not empty.
2035
2036         * nnrss.el (nnrss-discover-feed): Indent.
2037
2038 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2041
2042 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043
2044         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2045         dirty to ensure nnimap data being saved.
2046
2047 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2048
2049         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2050         menu entry.
2051
2052         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2053         the current thread's total score instead of the current article's
2054         score.
2055
2056         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2057         (gnus-sort-threads-recursively): Delete defcustom.
2058         (gnus-sort-threads-recursive): Adapt accordingly.
2059
2060 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2061
2062         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2063         (gnus-sort-threads-recursive): Use it.
2064         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2065         again.  Now that determines how to sort subthreads.
2066
2067 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2068
2069         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2070         (gnus-sort-threads): Use it.
2071
2072 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2073
2074         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2075         punctuation characters follow parentheses (bug#14950).
2076
2077 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gnus.el (gnus-continuum-version):
2080         * gnus-msg.el (gnus-extended-version): Simplify.
2081
2082         * gnus.el (gnus-continuum-version-1): Remove.
2083         * gnus-msg.el (gnus-bug): Revert.
2084
2085         Calculate gnus-version correctly on Cygwin.
2086
2087         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2088         (gnus-continuum-version-1): New function, return a string.
2089
2090         * gnus-msg.el (gnus-extended-version, gnus-bug):
2091         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2092
2093 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2094
2095         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2096         (bug#13384).
2097
2098 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2101         that were only relevant in a development version a long time ago.
2102
2103 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2106         that the old Emacs 24s bundle.
2107
2108 2013-07-10  David Engster  <deng@randomsample.de>
2109
2110         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2111         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2112         fixes a bug in Emacs trunk where the 'unexist' marks were always
2113         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2114         Gnus v0.03".
2115
2116 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2117
2118         * gnus.el (gnus-summary-line-format): Reference
2119         `gnus-user-date-format-alist' for the &user-date; format, not
2120         `gnus-summary-user-date-format-alist'.
2121
2122 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2125         delete files (bug#13481).
2126
2127 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2128
2129         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2130
2131 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2132
2133         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2134         display images.
2135
2136         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2137
2138         * message.el (message-cancel-news): According to
2139         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2140         preferred over "cmsg cancel" in the Subject.
2141
2142         * nnir.el (nnir-engines): Note that the group specs are regexps
2143         (bug#13238).
2144
2145         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2146         gotten read-only text properties, ensure that those aren't heeded when
2147         copying stuff over (bug#13434).
2148
2149         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2150         (bug#13762).
2151
2152 2013-07-05  David Kastrup  <dak@gnu.org>
2153
2154         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2155         authinfo file again (important for blank passwords).  This had been
2156         broken with 2013-06-15 change.
2157
2158 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2161         Revert 2013-01-14 change.
2162
2163 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2164
2165         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2166         of 'create-image' for XEmacs compatibility; check errors when decoding
2167         image.  Reported by Uwe Brauer.
2168
2169 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2172         gnus-button-push revised at 2011-01-19.
2173
2174 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2177         now live in the lisp/net Emacs 24 repository.
2178
2179 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * eww.el (eww-update-header-line-format): Quote % characters.
2182
2183 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * eww.el (eww-process-text-input): Display passwords as asterisks.
2186
2187         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2188
2189 2013-06-19  Tom Tromey  <tromey@redhat.com>
2190
2191         * eww.el (eww-top-url): Remove.
2192         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2193         (eww-render): Set new variables.  Don't set eww-top-url.
2194         (eww-handle-link): Handle "prev", "home", and "contents".
2195         Downcase the rel text.
2196         (eww-top-url): Choose best top URL.
2197
2198 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * eww.el: Rewrite to implement form elements "by hand" instead of
2201         relying in widget.el.  Using widget.el leads to too many
2202         user interface inconsistencies.
2203         (eww-self-insert): Implement entering commands in text fields.
2204         (eww-process-text-input): New function to make text input field editing
2205         work.
2206         (eww-submit): Rewrite to use the new-style form methods.
2207         (eww-select-display): Display the correct selected item.
2208         (eww-change-select): Implement changing the select value.
2209         (eww-toggle-checkbox): Implement radio/checkboxes.
2210         (eww-update-field): Fix compilation error.
2211         (eww-tag-textarea): Implement <textarea>.
2212
2213         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2214         don't shadow mode-specific bindings.
2215
2216         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2217         nothing to push.
2218
2219         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2220
2221 2013-06-19  Glenn Morris  <rgm@gnu.org>
2222
2223         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2224
2225 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2226
2227         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2228
2229 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * shr.el (shr-make-table-1): Implement <td rowspan>.
2232         (shr-table-horizontal-line): Allow nil as a value, and change the
2233         default.
2234         (shr-insert-table-ruler): Respect the nil value.
2235
2236 2013-06-18  Tom Tromey  <tromey@barimba>
2237
2238         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2239         New defvars.
2240         (eww-open-file): New defun.
2241         (eww-render): Initialize new variables.
2242         (eww-display-html): Handle "link" and "a".
2243         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2244         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2245         (eww-back-url): Rename from eww-previous-url.
2246         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2247         defuns.
2248
2249 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * shr.el (shr-tag-table): Insert the images after the table, so that
2252         they're not covered by the table colourisation, which often looked
2253         awkward.
2254         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2255         <dd>.
2256         (shr-make-table-1): Implement <td colspan=> support.
2257         (shr-insert-document): Use one less than window width if `shr-width' is
2258         nil, since otherwise things may get one character too wide.
2259
2260 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * eww.el (eww-detect-charset): Improve regexp; move backward.
2263
2264 2013-06-18  Glenn Morris  <rgm@gnu.org>
2265
2266         * mm-decode.el (widget-convert-button): Autoload.
2267
2268         * sieve-manage.el (mm-enable-multibyte): Autoload.
2269
2270         * shr.el (libxml-parse-html-region): Declare.
2271         (shr-render-buffer): Explicit error if no libxml2 support.
2272
2273 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2274
2275         * auth-source.el (auth-source-current-line): New function.
2276         (auth-source-netrc-parse-entries): When a data token is "machine",
2277         assume we're in the wrong place and abort parsing the current line.
2278
2279 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2282         (eww-convert-widgets): Don't bug out if the first widget starts at the
2283         beginning of the buffer.
2284         (eww-convert-widgets): Fix last patch.
2285         (eww-tag-input): Support <input type=image>.
2286
2287         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2288         (shr-tag-base): Protect against base specs that are degenerate.
2289         (shr-ensure-paragraph): Don't delete empty lines that have text
2290         properties, because these may be input fields.
2291
2292         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2293         we can navigate to them.
2294
2295         * shr.el (shr-colorize-region): Put the colours over the entire region.
2296         (shr-inhibit-decoration): New variable.
2297         (shr-add-font): Use it to inhibit text property decorations while doing
2298         preliminary table renderings.  This speeds up typical Wikipedia page
2299         renderings by 15%.
2300         (shr-tag-span): Don't respect the <title>, because that overwrites the
2301         help-echo from links inside the spans.
2302         (shr-next-link): Use `help-echo' for navigation, so that we can
2303         navigate to form elements, too.
2304
2305         * eww.el (eww-button): New face.
2306         (eww-convert-widgets): Use it to make submit buttons more button-like.
2307
2308         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2309         that Gnus commands work.
2310
2311         * shr.el (shr-render-td): Support horizontal alignment.
2312
2313         * eww.el (eww-put-color): Removed.
2314         (eww-colorize-region): Use `add-face-text-property'.
2315
2316         * shr.el (shr-add-font): Append face data, so that we get the correct
2317         precedence: The innermost value (which is applied first) wins.
2318         (shr-make-overlay): Obsolete function.
2319
2320         * mm-decode.el (mm-convert-shr-links): New function to convert
2321         new-style shr URL links into widgets.
2322         (mm-shr): Use it.
2323
2324         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2325         widget commands, since we're no longer using widgets for links.
2326
2327         * shr.el (shr-next-link): New command.
2328         (shr-previous-link): New command.
2329         (shr-urlify): Don't use `widget-convert', because that's slow.
2330         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2331         because collecting the overlays and reapplying them when generating
2332         tables is slow.
2333         (shr-insert-table): Ditto.
2334
2335 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2336
2337         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2338         * shr.el (browse-url): Require `url'.
2339         * eww.el (url): Require format-spec.
2340
2341 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * eww.el (eww-display-html): Default to using the entire window width.
2344         (eww-browse-url): Don't add a User-Agent header (twice), because that
2345         makes Bing refuse connection.
2346
2347         * shr.el (shr-make-table): Cache the table rendering at the table
2348         level, and not the <td> level.  This is a bit faster.
2349
2350         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2351         #id.
2352
2353         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2354         browsers don't.
2355         (shr-expand-url): Respect #anchor links.
2356         (shr-parse-base): Chop off the anchor before using.
2357         (shr-descend): Respect display: none.
2358         (shr-descend): Allow marking elements that have certain IDs.
2359
2360         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2361
2362         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2363
2364         * eww.el (eww-tag-textarea): Support <textarea>.
2365
2366 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2367
2368         * shr.el (shr-dom-to-xml): Fixed function call.
2369
2370         * eww.el (eww): New group.
2371         (eww-header-line-format): New custom variable.
2372         (eww-current-title): New variable.
2373         (eww-display-html): Update header and handle title tag.
2374         (eww-update-header-line-format): New function.
2375         (eww-tag-title): New function.
2376
2377         * shr.el (shr-dom-to-xml): New function.
2378         (shr-tag-svg): Add support for the SVG tag.
2379         (shr-bullet): New custom variable.
2380         (shr-tag-li): Support custom bullet in unordered lists.
2381
2382 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * shr.el (shr-expand-url): Respect // URLs.
2385
2386         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2387         put a background colour onto the entire buffer.
2388         (eww-render): When being redirected, use the redirect URL as the new
2389         base URL.
2390
2391         * shr.el (shr-parse-base): Fix parsing error.
2392
2393         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2394
2395         * shr.el (shr-parse-base): New function.
2396         (shr-expand-url): Use it to expand relative URLs reliably.
2397
2398 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2399
2400         * auth-source.el (auth-source-search-collection): Fix docstring.
2401         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2402         single-quoted strings and multiline entries.
2403         (auth-source-netrc-parse-next-interesting)
2404         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2405         functions to support parser.
2406
2407 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * eww.el (eww-submit): Get submit button logic right when hitting RET
2410         on non-submit buttons.
2411
2412         * shr.el: Remove shr-preliminary-table-render, since that can't really
2413         be used for anything in practice.
2414
2415 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2416
2417         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2418         (sieve-manage-quit).
2419
2420 2013-06-14  Glenn Morris  <rgm@gnu.org>
2421
2422         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2423
2424 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2425
2426         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2427         control the maximum size of photo ID image.
2428         (mml2015-epg-key-image-to-string): Respect it.
2429
2430 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2433         instead of the final one so that we can more easily distinguish them.
2434
2435         * eww.el (eww-submit): Compute the submission URL correctly.
2436
2437 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2438
2439         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2440         Use plist-get rather than CL's getf.
2441         (sieve-manage-parse-capability): Avoid CL's remove-if.
2442
2443 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2444
2445         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2446         (sieve-manage-quit).
2447
2448 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2451         last slash.
2452
2453         * eww.el (eww-tag-select): Use the first value as the default value.
2454
2455 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2456
2457         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2458         (eww-mode): Use `define-derived-mode'.
2459         (eww-parse-headers): Parse headers from beginning of buffer so that
2460         file:// links work.
2461
2462 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2465
2466 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2469         to handle them at all.
2470
2471 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2474         work, too.
2475         (eww-tag-select): Implement <select>.
2476
2477 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2478
2479         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2480         stream managing functions by using open-protocol-stream to do most of
2481         the work.  Has the nice benefit of enabling STARTTLS.
2482         Wait for capabilities after STARTTLS: following RFC5804, the server
2483         sends new capabilities after successfully establishing a TLS connection
2484         with the client.  The client should update the cached list of
2485         capabilities, but we just ignore the answer for now.
2486         (sieve-manage-network-p, sieve-manage-network-open)
2487         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2488         (sieve-manage-forward, sieve-manage-streams)
2489         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2490         API, nor called by any other function.
2491         Enable Multibyte for SieveManage buffers: The parser won't properly
2492         handle umlauts and line endings unless multibyte is turned on in the
2493         process buffer.
2494
2495 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * eww.el (eww-tag-input): Support password fields.
2498         (eww-submit): Support POST.
2499
2500 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * eww.el (eww-tag-form): Protect against degenerate forms.
2503
2504         * shr.el (shr-expand-url): Expand URLs that start with a slash
2505         correctly.
2506
2507         * eww.el (eww-submit): Get submit button logic right.
2508
2509         * shr.el (shr-final-table-render): New variable to signal when we're
2510         doing the final table rendering so that we can collect more data at
2511         that point.
2512
2513         * eww.el (eww-submit): Make form submission work.
2514         (eww-tag-input): Implement submit buttons.
2515         (eww-click-radio): Implement radio and checkboxes.
2516         (eww-submit): Handle hidden elements.
2517
2518         * shr.el (shr-descend): Allow other packages to override (or provide)
2519         rendering of elements.
2520         (shr-expand-url): Strip query strings from URLs before expanding them.
2521
2522         * eww.el: Don't require cl-lib.
2523         (eww-tag-form): Start form support.
2524
2525         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2526
2527         * eww.el: Start writing a new, tiny web browser.
2528         (eww-previous-url): New command.
2529         (eww-quit): New command.
2530
2531 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2532
2533         * sieve.el: Put point at beginning of buffer when viewing a script.
2534         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2535         number in sieve-buffer's header.  Fixed code to also work with a string
2536         as port specifier.  Properly close the connection on pressing 'q'.  Make
2537         sieve-manage-quit close the connection and process buffer.  Also, remove
2538         duplicate keybinding for 'q'.
2539
2540 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2541
2542         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2543         make it easier to read.
2544         (mm-pkcs7-enveloped-magic): Ditto.
2545
2546 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2547
2548         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2549         before `image-type-available-p' to avoid loading the image libraries
2550         needlessly.
2551
2552 2013-06-05  David Engster  <deng@randomsample.de>
2553
2554         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2555         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2556         to see whether the group was synced before.
2557
2558 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2559
2560         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2561         when opening the connection.
2562         Suggested by João Távora <joaotavora@gmail.com> in
2563         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2564
2565 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2568         assume Date header begins with "Date", that may be customized into
2569         something like "X-Sent" using gnus-article-time-format.
2570         (article-transform-date): Allow multi-line Date header.
2571
2572 2013-06-02  David Engster  <deng@randomsample.de>
2573
2574         * registry.el (initialize-instance, registry-lookup)
2575         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2576         (registry-lookup-secondary-value, registry-search, registry-delete)
2577         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2578         not wrap methods in `eval-and-compile'.  This breaks due to latest
2579         changes in EIEIO (introduction of eieio-core.el).
2580
2581 2013-05-30  Glenn Morris  <rgm@gnu.org>
2582
2583         * nnmail.el (nnmail-fancy-expiry-target):
2584         Also bind mail-dont-reply-to-names.
2585
2586         * spam-stat.el (spam-stat-save):
2587         No need to tweak font-lock in temp buffers.
2588
2589         * shr.el (shr-put-image): Silence compiler.
2590
2591 2013-05-29  Glenn Morris  <rgm@gnu.org>
2592
2593         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2594
2595         * gnus-group.el (gnus-sequence-of-unread-articles)
2596         (gnus-summary-add-mark, gnus-mark-article-as-read)
2597         (gnus-group-make-articles-read): Declare.
2598
2599         * gnus-sum.el (gnus-parameter-list-identifier)
2600         (gnus-article-stop-animations, gnus-stop-downloads)
2601         (gnus-article-only-boring-p, article-goto-body)
2602         (gnus-flush-original-article-buffer, article-narrow-to-head)
2603         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2604         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2605
2606         * gnus.el: No need to eval-and-compile autoloads.
2607
2608         * gravatar.el (help-function-arglist): Autoload.
2609
2610         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2611
2612         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2613
2614         * spam.el: No need to load spam-report when compiling.
2615         No need to eval-and-compile autoloads.
2616         (spam-report-resend-to): Declare.
2617         (spam-report-resend-register-routine): Require 'spam-report.
2618
2619 2013-05-24  Julien Danjou  <julien@danjou.info>
2620
2621         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2622         setup.
2623
2624 2013-05-23  Glenn Morris  <rgm@gnu.org>
2625
2626         * gnus-util.el (rmail-swap-buffers-maybe)
2627         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2628         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2629         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2630
2631         * mm-decode.el: No need to load term when compiling.
2632         (term-mode, term-char-mode): Declare.
2633
2634         * mm-util.el: No need to load jka-compr when compiling.
2635         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2636
2637         * nnmaildir.el: Require is automatically eval-and-compile.
2638         (nnmail): Require at run-time too.
2639
2640         * registry.el (registry-size): Move definition before use.
2641
2642 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2643
2644         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2645         signed data to conform the standard.  (Bug#14232)
2646
2647 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2648
2649         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2650         double angle quotation mark.
2651
2652 2013-05-20  Glenn Morris  <rgm@gnu.org>
2653
2654         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2655
2656 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2657
2658         * message.el (message-insert-formatted-citation-line): handle finding
2659         first/lastname when more than 2 names appear.
2660
2661 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2662
2663         * shr.el (shr-tag-span): New function.
2664
2665 2013-05-18  Glenn Morris  <rgm@gnu.org>
2666
2667         * message.el (message-mode): Use message-mode-abbrev-table,
2668         with text-mode-abbrev-table as parent.  (Bug#14413)
2669
2670 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * message.el (message-expand-group): Decode group names.
2673
2674 2013-05-16  Julien Danjou  <julien@danjou.info>
2675
2676         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2677         app-icon.
2678
2679 2013-05-15  Glenn Morris  <rgm@gnu.org>
2680
2681         * shr-color.el (shr-color-visible-luminance-min)
2682         (shr-color-visible-distance-min): Use shr-color group.
2683
2684 2013-05-11  Glenn Morris  <rgm@gnu.org>
2685
2686         * gnus-vm.el: Make it loadable without VM.
2687         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2688         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2689
2690 2013-05-09  Glenn Morris  <rgm@gnu.org>
2691
2692         * mml1991.el: Make it loadable.  (Bug#13456)
2693
2694         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2695         * gnus-async.el (gnus-async-post-fetch-function):
2696         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2697         * gnus-html.el (gnus-html-image-cache-ttl):
2698         * gnus-notifications.el (gnus-notifications-timeout):
2699         * gnus-picon.el (gnus-picon-properties):
2700         * gnus-util.el (gnus-completion-styles):
2701         * gnus.el (gnus-other-frame-resume-function):
2702         * message.el (message-user-organization-file)
2703         (message-cite-reply-position):
2704         * nnir.el (nnir-summary-line-format)
2705         (nnir-retrieve-headers-override-function):
2706         * shr-color.el (shr-color-visible-luminance-min):
2707         * shr.el (shr-blocked-images):
2708         * spam-report.el (spam-report-resend-to):
2709         * spam.el (spam-summary-exit-behavior): Fix custom types.
2710
2711         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2712
2713 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2716         because of let-binding help-xref-following.  (Bug#14356)
2717
2718 2013-05-06  Glenn Morris  <rgm@gnu.org>
2719
2720         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2721
2722 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2723
2724         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2725         entering into the registry.
2726
2727 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2728
2729         * gnus.el: Ma Gnus v0.7 is released.
2730
2731 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2734         (Bug#14304)
2735
2736 2013-04-27  Glenn Morris  <rgm@gnu.org>
2737
2738         * gnus.el (gnus-list-debbugs):
2739         Use require rather than autoload.  (Bug#14262)
2740
2741 2013-04-27  Julien Danjou  <julien@danjou.info>
2742
2743         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2744         port to "sieve" now that it has an official IANA port assigned.
2745
2746 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2749         Don't set the MAILHOST environment variable permanently (Bug#14271).
2750
2751 2013-04-26  Glenn Morris  <rgm@gnu.org>
2752
2753         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2754
2755 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2756
2757         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2758         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2759
2760 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2761
2762         * nnir.el (nnir-close-group): Make sure we are in the right group.
2763
2764         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2765         dependency table from all newly retrieved headers.
2766
2767 2013-04-16  David Edmondson  <dme@dme.org>
2768
2769         Support <img src="data:...">.
2770
2771         * shr.el (shr-image-from-data): New function.
2772         (shr-tag-img): Use it.
2773
2774 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2775
2776         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2777         group.
2778
2779 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2782         corresponding to any existing group (Bug#14166).
2783
2784 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2785
2786         * nnir.el (number-sequence): No longer used.
2787         (nnir-request-set-mark): New function.
2788         (nnir-request-update-info): Improve marks updating.
2789         (nnir-request-scan): Don't duplicate marks updating.
2790         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2791         Use 'assq rather than 'assoc.  Quote anonymous function.
2792         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2793         Use 'gnus-group-prefixed-p.
2794         (gnus-summary-create-nnir-group): Make sure server for method is open.
2795
2796 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2797
2798         * nnir.el (gnus-nnir-group-p): New function.
2799         (nnir-possibly-change-group): Use it.
2800
2801         * gnus-msg.el (gnus-setup-message): Use it.
2802
2803 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2806         `initial-input' for the argument name.
2807         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2808
2809 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2810
2811         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2812         (used by MH-E).
2813
2814 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2815
2816         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2817         group.
2818
2819         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2820         fix compilation.
2821
2822 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2823
2824         * nnir.el (nnir-method-default-engines): And another typo.
2825
2826 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2827
2828         * nnir.el (nnir-method-default-engines): Fix typo.
2829
2830 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2831
2832         * nnir.el: Define 'number-sequence for xemacs.
2833         (gnus-summary-create-nnir-group): New function to create an nnir group
2834         from an nnir summary buffer based on the current query.
2835         (nnir-request-create-group): Update to allow nnir group creation based
2836         on the current query.
2837
2838 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * nndraft.el (nndraft-request-expire-articles):
2841         Make expiry target always `delete'.
2842
2843 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2844
2845         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2846         buffer use the posting-style and gcc of the original article group.
2847         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2848
2849         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2850         after other deffoos.
2851
2852 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2853
2854         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2855         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2856         support for real (i.e. not ephemeral) nnir groups.
2857         (gnus-summary-make-nnir-group): New function for initiating searches
2858         from a summary buffer.
2859
2860 2013-03-18  Sam Steingold  <sds@gnu.org>
2861
2862         * message.el (message-bury): Minor cleanup.
2863
2864 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2865
2866         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2867
2868 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2871         nnml-request-list.  (Bug#13873)
2872         (nndir-request-newsgroups): Remove, unused.
2873
2874         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2875
2876 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2877
2878         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2879         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2880         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2881
2882 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2883
2884         * shr.el: Make all the overlays set the `evaporate' property so that
2885         they're removed properly.
2886
2887 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2888
2889         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2890         shell-quote-argument.
2891
2892 2013-02-22  David Engster  <deng@randomsample.de>
2893
2894         * gnus-registry.el (gnus-registry-save): Provide class name when
2895         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2896         `condition-case' to stay compatible with older EIEIO versions which
2897         only accept one argument.
2898
2899 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2900
2901         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2902         (epg-user-id-validity): Autoload.
2903         (mml2015-epg-check-user-id): New function.
2904         (mml2015-epg-check-sub-key): New function split from
2905         mml2015-epg-find-usable-key.
2906         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2907         optional name-is-key-id, to handle the case when user-id is unusable.
2908         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2909
2910 2013-02-17  Glenn Morris  <rgm@gnu.org>
2911
2912         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2913
2914 2013-02-16  Glenn Morris  <rgm@gnu.org>
2915
2916         * shr.el (shr-put-image): Only animate images that specify a delay.
2917         This is consistent with the old image-animated-p behavior.
2918
2919 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2922         for XEmacs.
2923
2924 2013-02-13  Juri Linkov  <juri@jurta.org>
2925
2926         * gnus-art.el (gnus-article-mode-map):
2927         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2928         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2929
2930 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2931
2932         * auth-source.el (auth-source-format-prompt): Don't get confused by
2933         any "\" in replacement text.  (Bug#13637)
2934
2935 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2936
2937         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2938         (gnus-backend-trace): Honour gnus-backend-trace.
2939
2940         * mml.el (mml-insert-part): Insert closing tag.
2941
2942         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2943
2944 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2947         able to find the article, which can happen in debbugs groups,
2948         apparently.
2949
2950 2013-01-16  Glenn Morris  <rgm@gnu.org>
2951
2952         * smiley.el (smiley-style): Make the file loadable in batch mode.
2953
2954 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2957         imap process running.
2958
2959 2013-01-14  Julien Danjou  <julien@danjou.info>
2960
2961         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2962         Compare addresses against addresses, not against the full From field.
2963
2964 2013-01-13  Richard Stallman  <rms@gnu.org>
2965
2966         * message.el (message-forward-make-body-mime): New args BEG, END
2967         specify what part of FORWARD-BUFFER to use.  Do the work directly
2968         instead of calling `mml-insert-buffer'.
2969
2970 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2971
2972         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2973         cross-reference(s).
2974
2975         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2976         cross-reference(s).
2977
2978 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2979
2980         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2981         and point-max-marker.
2982         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2983
2984 2013-01-11  Julien Danjou  <julien@danjou.info>
2985
2986         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2987         max are almost equal.  Also return the correct value for V which is
2988         already between 0 and 1.
2989
2990 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2991
2992         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2993         to mml2015-encrypt-to-self.
2994         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2995
2996 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2997
2998         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2999         mml-smime-epg-find-usable-secret-key.
3000
3001 2013-01-08  Glenn Morris  <rgm@gnu.org>
3002
3003         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3004
3005 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3006
3007         * mml-smime.el: Support signing by sender.
3008         Requested by Uwe Brauer.
3009         (mml-smime-sign-with-sender): New user option analogous
3010         to mml2015-sign-with-sender.
3011         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3012         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3013         mml2015.el.
3014
3015 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3018         isn't running, because Gnus will probably not know how to handle the
3019         Gcc header (bug#11941).
3020
3021         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3022         articles.
3023
3024 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3025
3026         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3027         (nnfolder-generate-active-file): Make this function work with recursive
3028         folder names.
3029
3030 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3031
3032         * nntp.el (nntp-open-connection): Use HELP as the capability command
3033         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3034         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3035
3036 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3037
3038         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3039         place holder since this gives `Invalid face reference: nil' messages.
3040         Use the `default' face instead.  It has the same effect here, even
3041         though it is not no-op.
3042
3043         * gnus-util.el
3044         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3045
3046 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3047
3048         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3049         non-string posting styles (bug#13285).
3050
3051 2012-12-27  Glenn Morris  <rgm@gnu.org>
3052
3053         * plstore.el (plstore-passphrase-callback-function):
3054         Use plstore-get-file.
3055
3056 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3057
3058         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3059         stderr.
3060
3061 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3064
3065         * gnus-compat.el (set-buffer-multibyte): Remove.
3066
3067 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3068
3069         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3070         temporary file to get PGP key image.  Pass no-show-photos when
3071         extracting image to avoid having it pop up twice.
3072
3073 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3074
3075         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3076         eligible for treatment.
3077
3078         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3079         lines.  This makes summary commands with hidden threads work more
3080         reliably.
3081
3082         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3083         button to mark the hidden citations (bug#9395).
3084
3085 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3086
3087         * mml2015.el (mml2015-epg-signature-to-string): New function.
3088         (mml2015-epg-verify-result-to-string): New function.
3089         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3090         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3091         instead of epg-verify-result-to-string.
3092         (epg-signature-key-id, epg-signature-to-string): Autoload.
3093         (epg-verify-result-to-string): Remove autoload.
3094
3095 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3096
3097         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3098         ID image from GPG public key.
3099         (mml2015-epg-key-image-to-string): New function.
3100
3101 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3102
3103         * plstore.el (plstore-passphrase-callback-function): Fix error when
3104         error when plstore-cache-passphrase-for-symmetric-encryption is set
3105         (bug#13264).
3106
3107 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3108
3109         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3110         buffer to the article buffer here, because that clobbers multiple
3111         article buffers.
3112
3113         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3114         buffer always points to the right summary buffer.
3115
3116 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3117
3118         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3119         the password (bug#12097).
3120
3121 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3122
3123         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3124         (bug#13263).
3125
3126         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3127         buffer exists before using it (bug#12475).
3128
3129         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3130         offline groups (bug#11937).
3131
3132         * message.el (message-yank-original): When using customize to set the
3133         value of `message-cite-style', the variable it set to a symbol that's
3134         the name of the variable, which must then be dereferenced (bug#12616).
3135
3136 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3137
3138         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3139         the `face' property with a list whose car is the face specified in the
3140         format string and whose cdr is (nil).
3141         * lisp/gnus-util.el
3142         (gnus-put-text-property-excluding-characters-with-faces):
3143         Change accordingly.
3144         (gnus-get-text-property-excluding-characters-with-faces): New function.
3145         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3146         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3147         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3148
3149 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3150
3151         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3152         login methods.
3153         (nnimap-login): Respect the `nnimap-authenticator' variable.
3154
3155         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3156         mark state when moving articles.  Otherwise unticked articles will get
3157         their ticks back after moving.
3158
3159 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3162
3163         * message.el (message-ignored-news-headers): Always remove
3164         X-Message-SMTP-Method to avoid information leakage if the user
3165         mistakenly inserts the header into news messages.
3166
3167         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3168
3169         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3170         right than four characters, this command would move point to
3171         `point-max'.  Don't do that.
3172
3173         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3174         to nil to allow re-selecting groups that gain articles.
3175         (gnus-bug-group-download-format-alist): Update the URL.
3176
3177 2012-12-23  Andreas Schwab  <schwab@suse.de>
3178
3179         * shr.el (shr-tag-em): Render em as italic, not bold.
3180
3181 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3182
3183         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3184         for reuse.
3185         (gnus-open-server): Use it to add more tracing.
3186         (gnus-finish-retrieve-group-infos): Add backend tracing.
3187         (gnus-backend-trace): Also note the elapsed seconds.
3188
3189 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3190
3191         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3192         Set epa-file-encrypt-to from variable to avoid querying.
3193
3194 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3195
3196         * sieve-mode.el (sieve-font-lock-keywords):
3197         Keywords should be word delimited.  (Bug#13173)
3198
3199 2012-12-13  Andreas Schwab  <schwab@suse.de>
3200
3201         * tls.el (tls-program): Update customize type.
3202
3203 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3206         instead of <pre> to align message header.
3207
3208 2012-12-12  Sam Steingold  <sds@gnu.org>
3209
3210         * gnus.el (gnus-other-frame-resume-function): Add user option.
3211         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3212
3213 2012-12-06  Sam Steingold  <sds@gnu.org>
3214
3215         * gnus-start.el (gnus-before-resume-hook): Add.
3216         (gnus-1): Run it when Gnus is alive.
3217
3218 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3221         * gnus-art.el (article-unsplit-urls)
3222         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3223         * gnus-registry.el (gnus-registry-get-article-marks)
3224         * message.el (message-goto-body): Use it.
3225         (message-called-interactively-p): Remove.
3226
3227         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3228         (spam-stat-score-buffer): Use it.
3229
3230         * spam.el: Silence the warnings against BBDB functions when compiling.
3231
3232         * gnus-score.el (gnus-score-decode-text-parts):
3233         Use append+mapcar instead of the cl function mapcan.
3234
3235 2012-12-05  Sam Steingold  <sds@gnu.org>
3236
3237         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3238         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3239         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3240
3241 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gmm-utils.el (gmm-called-interactively-p): Revert.
3244         This seems to cause Emacs to get stuck!
3245         * gnus-art.el (article-unsplit-urls)
3246         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3247         * gnus-registry.el (gnus-registry-get-article-marks)
3248         * message.el (message-goto-body)
3249         (message-called-interactively-p): Revert.
3250
3251         * gmm-utils.el (gmm-called-interactively-p): New function.
3252         * gnus-art.el (article-unsplit-urls)
3253         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3254         * gnus-registry.el (gnus-registry-get-article-marks)
3255         * message.el (message-goto-body): Use it.
3256         (message-called-interactively-p): Remove.
3257
3258         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3259         * gnus-sync.el (gnus-sync-lesync-call)
3260         * message.el (message-read-from-minibuffer): Use it.
3261
3262 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * gmm-utils.el (gmm-flet): Remove.
3265         * gnus-sync.el (gnus-sync-lesync-call)
3266         * message.el (message-read-from-minibuffer): Don't use it.
3267
3268 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3271
3272 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3275
3276         * gnus-sync.el (gnus-sync-lesync-call)
3277         * message.el (message-read-from-minibuffer): Use gmm-flet.
3278
3279         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3280
3281         * gnus-util.el (gnus-macroexpand-all): Remove.
3282
3283 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3284
3285         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3286         to TAB, not [tab].
3287         (gnus-summary-article-map): Likewise.
3288
3289         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3290         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3291
3292 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3293
3294         * time-date.el: Commentary fix.
3295
3296 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3297
3298         * color.el: Don't require cl.
3299         (color-complement): `caddr' -> `nth 2'.
3300
3301         * time-date.el (time-to-seconds): De-obsolete.
3302
3303 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * message.el (message-get-reply-headers):
3306         Make sure the reply goes to the author if it is a wide reply.
3307
3308 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3309
3310         * gnus-score.el (gnus-score-body):
3311         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3312         scoring by body.
3313
3314 2012-11-16  Glenn Morris  <rgm@gnu.org>
3315
3316         * gnus-diary.el (nndiary-request-create-group-functions)
3317         (nndiary-request-update-info-functions)
3318         (gnus-subscribe-newsgroup-functions)
3319         (nndiary-request-accept-article-functions):
3320         Use new names for hooks rather than obsolete aliases.
3321
3322 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3325
3326 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3329         in meta tag with the one the part specifies in its header.
3330
3331 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3332
3333         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3334         by default.
3335
3336 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3339         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3340
3341 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3344         and a runtime function for it, of which the XEmacs version takes only
3345         two arguments.
3346
3347 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3348
3349         * nndiary.el (nndiary-request-create-group-functions)
3350         (nndiary-request-update-info-functions)
3351         (nndiary-request-accept-article-functions):
3352         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3353         "-hooks" suffix.
3354
3355 2012-10-19  Julien Danjou  <julien@danjou.info>
3356
3357         * gnus-art.el: Require gnus-util because it uses
3358         `gnus-timer--function'.
3359
3360 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3361
3362         * starttls.el (starttls-extra-arguments): Doc fix.
3363
3364 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3367         it.
3368
3369 2012-10-06  Glenn Morris  <rgm@gnu.org>
3370
3371         * gnus-notifications.el (gnus-notifications):
3372         Add missing group :version tag.
3373         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3374         (gnus-gcc-post-body-encode-hook):
3375         * gnus-sync.el (gnus-sync-lesync-name)
3376         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3377
3378 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3379
3380         * color.el (color-hsl-to-rgb): Fix incorrect results for
3381         small and large hue values.  (Bug#12559)
3382
3383 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         New UIDL implementation.
3386
3387         * mail-source.el (mail-sources, mail-source-keyword-map):
3388         Add :leave as a pop3 keyword.
3389         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3390
3391         * pop3.el (pop3-leave-mail-on-server): Allow number.
3392         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3393         (pop3-movemail): Add UIDL support.
3394         (pop3-send-streaming-command): Take a list of mail numbers instead of
3395         the number of mails.
3396         (pop3-write-to-file): Add X-UIDL header.
3397         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3398         (pop3-uidl-add-xheader): New functions.
3399
3400         * message.el (message-ignored-resent-headers):
3401         Add X-Content-Length and X-UIDL headers.
3402
3403 2012-10-05  Glenn Morris  <rgm@gnu.org>
3404
3405         * color.el (color-name-to-rgb, color-rgb-to-hex)
3406         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3407         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3408         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3409         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3410
3411 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3414         a user about whether to delete temp files if once a user answered as n.
3415
3416 2012-09-25  Chong Yidong  <cyd@gnu.org>
3417
3418         * password-cache.el (password-read-and-add): Use a declare form to mark
3419         this function obsolete.
3420
3421 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * lpath.el: Bind mail-encode-mml for old Emacsen.
3424
3425 2012-09-17  Richard Stallman  <rms@gnu.org>
3426
3427         * message.el (message-in-body-p): Don't set mark or modify buffer.
3428
3429         * mml.el (mml-attach-file): Doc fix.
3430         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3431         Set mail-encode-mml when in Mail mode.
3432         Simplify code to set HEAD and move back to HEAD.
3433         (mml-insert-multipart, mml-insert-part):
3434         Set mail-encode-mml when in Mail mode.
3435
3436 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-util.el (gnus-timer--function): New function.
3439
3440         * gnus-art.el (gnus-article-stop-animations): Use it.
3441
3442 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3443
3444         Fix glitches caused by addition of psec to timers.
3445         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3446         rather than raw access to timer vector.
3447
3448 2012-09-11  Julien Danjou  <julien@danjou.info>
3449
3450         * gnus-notifications.el (gnus-notifications): Check for nil values in
3451         ignored addresses check.
3452
3453 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3454
3455         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3456
3457 2012-09-07  Chong Yidong  <cyd@gnu.org>
3458
3459         * gnus-util.el
3460         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3461
3462         * gnus-salt.el (gnus-tree-highlight-node):
3463         * gnus-sum.el (gnus-summary-highlight-line):
3464         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3465
3466 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3467
3468         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3469
3470 2012-09-06  Juri Linkov  <juri@jurta.org>
3471
3472         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3473         scheme for buffer names to be more consistent with other group and
3474         article buffer names in Gnus.
3475
3476 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3477
3478         * gnus-util.el
3479         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3480
3481         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3482         Jenkner.
3483
3484         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3485
3486         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3487
3488         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3489
3490 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3493         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3494
3495         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3496         string-prefix-p in Emacs >=23.2.
3497
3498         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3499         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3500         instead of string-match-p.
3501         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3502
3503 2012-09-06  Kenichi Handa  <handa@gnu.org>
3504
3505         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3506         lowercase a..f.
3507
3508 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3509
3510         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3511
3512 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3513
3514         * nnimap.el (nnimap-request-move-article): Decode the group name when
3515         doing internal moves to avoid charset issues.
3516
3517         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3518         TIME is set.
3519
3520 2012-09-05  Juri Linkov  <juri@jurta.org>
3521
3522         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3523         than one group at a time (bug#11961).
3524
3525 2012-09-05  Julien Danjou  <julien@danjou.info>
3526
3527         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3528         this hide the real reason with a message giving absolutely no hint.
3529
3530 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3531
3532         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3533         to the backend (bug#11804).
3534
3535         * message.el (message-insert-newsgroups): Don't insert newsgroup
3536         duplicates (bug#12275).
3537
3538 2012-09-05  John Wiegley  <johnw@newartisans.com>
3539
3540         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3541         sieve rules.
3542
3543 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3544
3545         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3546         function.
3547
3548         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3549
3550         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3551
3552 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3553
3554         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3555         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3556         This should make nnmaildir more usable with offlineimap.
3557
3558 2012-09-05  Julien Danjou  <julien@danjou.info>
3559
3560         * nnimap.el (nnimap-request-list): Revert change that made listing
3561         synchronous.
3562         (nnimap-get-responses): Restore.
3563
3564 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3565
3566         * dgnushack.el: XEmacs 21.5 compilation fix.
3567
3568         * gnus-notifications.el (gnus-notifications-notify): Use it.
3569
3570         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3571         warnings on XEmacs.
3572
3573 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3574
3575         Better seeds for (random).
3576         * gnus-sync.el (gnus-sync-lesync-setup):
3577         * message.el (message-canlock-generate, message-unique-id):
3578         Change (random t) to (random), now that the latter is more random.
3579
3580 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3581
3582         * nnimap.el (nnimap-change-group): Document result value
3583
3584         * auth-source.el (auth-sources): Fix macos keychain access.
3585
3586         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3587         allow the backend `request-head' function to determine the group
3588         name on its own.
3589         (gnus-request-expire-articles): Filter out negative article numbers
3590         during expiry (Bug#11980).
3591
3592         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3593         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3594
3595         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3596         you've found the article when you haven't.
3597
3598         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3599         that nnimap-change-group can return t.
3600
3601 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3602
3603         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3604
3605 2012-08-30  Julien Danjou  <julien@danjou.info>
3606
3607         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3608         `gnus-notifications-timeout'.
3609         (gnus-notifications-timeout): Add.
3610         (gnus-notifications-action): New function.
3611         (gnus-notifications-notify): Add :action using
3612         `gnus-notifications-action'.
3613         (gnus-notifications-id-to-msg): New variable.
3614         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3615         notifications id to messages.
3616
3617 2012-08-30  Kenichi Handa  <handa@gnu.org>
3618
3619         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3620         once.
3621
3622 2012-08-29  Julien Danjou  <julien@danjou.info>
3623
3624         * gnus-notifications.el: New file.
3625         (gnus-notifications-notify): New function.
3626         (gnus-notifications): Use `gnus-notifications-notify'.
3627
3628 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3631         transfer encoding first; bind gnus-newsgroup-charset to the charset
3632         that the article specifies (Bug#12209).
3633
3634 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3637         (gnus-group-customize-done): Encode values posting-style holds.
3638
3639         * gnus-msg.el (gnus-summary-resend-message)
3640         (gnus-configure-posting-styles): Decode values posting-style group
3641         parameter holds.
3642
3643 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3646         `name' and `address' in Resent-From header.
3647
3648 2012-08-14  Chong Yidong  <cyd@gnu.org>
3649
3650         * gnus-art.el (article-display-face): Handle failure in
3651         gnus-create-image (Bug#11802).
3652
3653 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3654
3655         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3656         Use defsetf.
3657
3658 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3659
3660         * auth-source.el (auth-source-plstore-search)
3661         (auth-source-secrets-search): Ignore :require and :type in search spec.
3662
3663 2012-08-06  Julien Danjou  <julien@danjou.info>
3664
3665         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3666         `nnimap-request-move-article'.
3667
3668         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3669         Remove autoload, already handled by gnus.el.
3670
3671         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3672
3673         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3674         supported by nnimap actually.  Reverts previous change.
3675
3676         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3677         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3678         to-buffer argument that is already supported.
3679
3680 2012-08-05  Julien Danjou  <julien@danjou.info>
3681
3682         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3683         Add autoload.
3684
3685 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * gnus.el (gnus-valid-select-methods): Fix custom type.
3688
3689 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3690
3691         * auth-source.el (auth-sources, auth-source-backend-parse)
3692         (auth-source-macos-keychain-search)
3693         (auth-source-macos-keychain-search-items)
3694         (auth-source-macos-keychain-result-append)
3695         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3696         auth-source.el through the /usr/bin/security utility.
3697         (auth-sources): Fix syntax error.
3698         (auth-source-macos-keychain-result-append): Fix variable name.
3699         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3700
3701 2012-07-27  Julien Danjou  <julien@danjou.info>
3702
3703         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3704         Emacs < 24.1
3705
3706 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * message.el (message-kill-address): Don't kill last newline.
3709         (message-skip-to-next-address): Don't move to the next header.
3710         (message-fill-field-address): Work properly.
3711
3712 2012-07-25  Julien Danjou  <julien@danjou.info>
3713
3714         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3715
3716 2012-07-24  Julien Danjou  <julien@danjou.info>
3717
3718         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3719
3720         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3721         (nntp-async-timer-handler): Remove, unused.
3722
3723         * nnimap.el (nnimap-get-responses): Remove, unused.
3724
3725         * nnheader.el (mail-header-set-extra): Remove, unused.
3726
3727         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3728         unused.
3729
3730         * mm-view.el (mm-view-sound-file): Remove, unused.
3731
3732         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3733         (mm-url-encode-multipart-form-data): Remove, unused.
3734
3735         * message.el (message-remove-signature, message-make-host-name)
3736         (message-fill-address): Remove, unused.
3737
3738         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3739         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3740         unused.
3741
3742         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3743         (gnus-xmas-call-region): Remove, unused.
3744
3745         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3746
3747         * gnus-util.el (gnus-extract-address-component-name)
3748         (gnus-extract-address-component-email, gnus-sortable-date)
3749         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3750         (gnus-process-live-p): Remove, unused.
3751
3752         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3753
3754         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3755         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3756         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3757         function.
3758
3759         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3760
3761         * gnus-score.el (gnus-summary-score-crossposting)
3762         (gnus-score-regexp-bad-p): Remove, unused.
3763
3764         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3765
3766         * gnus-range.el (gnus-sublist-p): Remove, unused.
3767
3768         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3769         unused.
3770
3771         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3772
3773         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3774         (gnus-request-associate-buffer): Remove, unused.
3775
3776         * gnus-group.el (gnus-group-set-method-info)
3777         (gnus-group-set-params-info): Remove, unused.
3778
3779         * gnus-fun.el (gnus-shell-command-to-string)
3780         (gnus-shell-command-on-region): Remove, unused.
3781
3782         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3783
3784         * gnus-art.el (gnus-article-text-type-exists-p)
3785         (article-translate-characters, gnus-article-hide-text-of-type)
3786         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3787         Remove, unused.
3788
3789 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3790
3791         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3792
3793 2012-07-21  Julien Danjou  <julien@danjou.info>
3794
3795         * message.el (message-dont-reply-to-names): Replace deprecated
3796         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3797         (message-get-reply-headers): Ditto.
3798
3799 2012-07-18  Julien Danjou  <julien@danjou.info>
3800
3801         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3802         `sieve-upload-and-kill'.
3803
3804         * sieve.el (sieve-bury-buffer): Remove function.
3805         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3806         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3807
3808 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3809
3810         * shr.el (shr-expand-url): Handle URL starting with `//'.
3811
3812 2012-07-13  Chong Yidong  <cyd@gnu.org>
3813
3814         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3815         instead of calling toggle-read-only with a (bogus) argument.
3816
3817 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3818
3819         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3820         of initial input when reading the author to restrict the summary to.
3821
3822 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * mm-decode.el (mm-shr):
3825         Allow overriding charset by mm-charset-override-alist.
3826
3827 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-art.el (gnus-article-view-part):
3830         Toggle subparts of multipart/alternative part.
3831
3832 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3833
3834         * shr.el (shr-render-buffer): New command.
3835         (shr-visit-file): Use it.
3836
3837 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3840         Set no-byte-compile and no-update-autoloads.
3841
3842 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3845
3846 2012-06-25  Julien Danjou  <julien@danjou.info>
3847
3848         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3849         `nnimap-request-move-articles-find-limit' since we do not use it only
3850         for move operations.
3851         (nnimap-request-accept-article): Use
3852         `nnimap-request-articles-find-limit' to limit search by message-id.
3853
3854 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3855
3856         Support higher-resolution time stamps (Bug#9000).
3857
3858         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3859         VARLIST.  It's optional, for backward compatibility.
3860         (encode-time-value): New optional arg PICO.  New type 3.
3861         (time-to-seconds) [!float-time]: Support the new picoseconds
3862         component if it's used.
3863         (seconds-to-time, time-subtract, time-add):
3864         Support ps-resolution time stamps as well.
3865
3866 2012-06-19  Julien Danjou  <julien@danjou.info>
3867
3868         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3869
3870         * nnimap.el (nnimap-log-buffer): Check that
3871         `window-point-insertion-type' is boundp, since it's not available in
3872         XEmacs.
3873
3874 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3875
3876         * nnimap.el (nnimap-log-buffer): Add this, setting
3877         `window-point-insertion-type' in the buffer to t.
3878         (nnimap-log-command): Use nnimap-log-buffer.
3879
3880 2012-06-19  Julien Danjou  <julien@danjou.info>
3881
3882         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3883         argument to be able to limit the search.
3884         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3885         (nnimap-request-move-articles-find-limit): Add this to limit the search
3886         by Message-Id after a message move.
3887         (nnimap): Add defgroup.
3888
3889 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3890
3891         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3892
3893 2012-06-15  Julien Danjou  <julien@danjou.info>
3894
3895         * nnimap.el (nnimap-find-article-by-message-id): Use
3896         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3897         (nnimap-possibly-change-group): Add read-only argument.
3898         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3899         issuing EXAMINE manually.
3900         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3901         with read-only argument.
3902         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3903         cannot possibly change because we need to be sure that it's either
3904         read-write or read-only.
3905
3906 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3909         being bound to a lambda form.
3910
3911 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3912
3913         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3914         articles when fetch-old is non-nil (bug#11370).
3915
3916 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3917
3918         * gnus-picon.el (gnus-picon-properties): New defcustom.
3919         (gnus-picon-create-glyph): Use it.
3920
3921 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * gnus-group.el (gnus-group-get-new-news): Respect
3924         `gnus-group-use-permanent-levels', as documented (bug#11638).
3925
3926 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3927
3928         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3929         groups (bug#11641).
3930
3931 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3932
3933         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3934         is an integer to avoid later problems.
3935
3936 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3939         locales.
3940
3941         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3942         on a handle.
3943
3944         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3945         address as the default.
3946         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3947
3948         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3949         makes no sense to query the user about internal files.
3950
3951         * gnus-spec.el: Remove all the byte-compilation stuff, since
3952         benchmarking shows that it doesn't help when entering large summary
3953         buffers.
3954
3955         * gnus-xmas.el (gnus-xmas-define): Remove.
3956
3957         * gnus-util.el (gnus-byte-code): Remove.
3958
3959         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3960         grouplens stuff.
3961
3962 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3965         (bug#11514).
3966
3967 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3968
3969         * message.el (message-buffers): Return all buffers derived from Message
3970         to make `gnus-dired-attach' work with mu4e.
3971
3972 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3973
3974         * nntp.el: Stop the `letf' madness.
3975         (nntp--report-1): New var.
3976         (nntp-report): Merge nntp-report-1 into it.
3977         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3978         the nntp-report function.
3979
3980         * auth-source.el: Fix comment-style to follow the convention.
3981
3982 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3983
3984         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3985         (mm-dissect-singlepart): Don't guess the MIME type of
3986         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3987         set.
3988         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3989         toplevel MIME type is multipart/encrypted.
3990
3991 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3994         a string so that Gcc works (bug#11514).
3995
3996 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3997
3998         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3999         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4000
4001 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4002
4003         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4004         jumping to *Server* from a dedicated *Group* window.
4005         (gnus-configure-frame): CSE.
4006
4007         * gnus-registry.el: Minor style cleanup.
4008         (gnus-registry--set/remove-mark): New function, extracted from
4009         gnus-registry-install-shortcuts.
4010         (gnus-registry-install-shortcuts): Use it.
4011
4012 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * nnspool.el (news-path): Use eval-and-compile.
4015
4016 2012-05-24  Glenn Morris  <rgm@gnu.org>
4017
4018         * nnspool.el (news-directory, news-path, news-inews-program):
4019         Move here from paths.el.  Don't see a need for these to be autoloaded.
4020
4021         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4022         Merge in doc from paths.el version.  Don't see any need for this to be
4023         autoloaded, or for the warning about users not setting it.
4024
4025 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4026
4027         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4028         format.  In particular, add an optional argument and a docstring.
4029
4030         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4031
4032         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4033         current before calling `gnus-groups-to-gnus-format'.
4034         Note that this was already the case for `gnus-active-to-gnus-format'.
4035
4036 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4037
4038         Fix minor Y10k bug.
4039         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4040
4041 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4042
4043         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4044         message once it's actually open.
4045
4046 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4047
4048         * gnus.el: Ma Gnus v0.5 is released.
4049
4050 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4051
4052         * auth-source.el (auth-source--aput-1, auth-source--aput)
4053         (auth-source--aget): New functions and macros.
4054         Use them instead of aput/aget.
4055
4056 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4057
4058         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4059
4060 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4061
4062         * plstore.el (plstore-called-interactively-p): New compat macro copied
4063         from message.el.
4064         (plstore-mode): Use it.
4065
4066 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4067
4068         * plstore.el: Revive the editing feature.
4069         (plstore-mode): New mode to edit plstore file.
4070         (plstore-mode-toggle-display, plstore-mode-original)
4071         (plstore-mode-decoded): New command.
4072         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4073         (plstore--insert-buffer, plstore--make): New function.
4074         (plstore-open, plstore-save): Simplify by using them.
4075
4076 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4079
4080 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4081
4082         * tls.el (open-tls-stream): Remove unused binding.
4083
4084 2012-04-16  Glenn Morris  <rgm@gnu.org>
4085
4086         * nndraft.el (nndraft-request-list): Fix declaration.
4087
4088 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089
4090         * mm-decode.el (mm-dissect-buffer): Doc fix.
4091
4092         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4093         don't have a current group.
4094
4095         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4096         buffer if it doesn't exist.
4097
4098         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4099         given, mark the group as ephemeral with the current window conf.
4100
4101         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4102         buffer exists, which it doesn't if we haven't started Gnus.
4103         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4104
4105 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4108         type is.
4109
4110         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4111         `unexists' entries.
4112         (gnus-clean-old-newsrc): Fix last checkin.
4113
4114         * nnimap.el (nnimap-update-info): None of the articles below the active
4115         low-water mark exist.
4116
4117         * dgnushack.el: Get rid of XEmacs compilation warning.
4118
4119         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4120         would have gotten if we posted to the group, and use that to compare
4121         against the message we want to cancel (bug#10808).
4122
4123         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4124         on XEmacs.
4125
4126 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4127
4128         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4129         `scroll-margin'.
4130
4131 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4132
4133         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4134         citation prefix within a block of cited text should be considered part
4135         of that block *only* if it is a blank line.
4136
4137 2012-04-09  Chong Yidong  <cyd@gnu.org>
4138
4139         * binhex.el, hashcash.el, uudecode.el:
4140         Remove * characters from the front of variable docstrings.
4141
4142 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4145         before kinsoku-bol characters nor within kinsoku-eol characters.
4146
4147 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4150         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4151         (gnus-sync-read): Use mapc instead of mapcar.
4152
4153         * mm-archive.el: Require mm-decode for some macros.
4154         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4155         the byte compiler.
4156         (mm-archive-decoders): New function that returns the value of
4157         the mm-archive-decoders variable.
4158
4159         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4160         instead.
4161         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4162
4163         * nnimap.el (gnus-refer-thread-use-nnir):
4164         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4165
4166 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4169
4170 2012-03-12  Peter Münster  <pmrb@free.fr>
4171
4172         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4173         (gnus-demon-cancel): Ditto.
4174         (gnus-demon-run-callback): When function cannot be called due to low
4175         idleness, call it when idleness reaches the expected value, instead of
4176         waiting another timer period.
4177         (gnus-demon-init): Add `time' to arguments of call-back.
4178
4179 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4182
4183         * gnus.el: Register gnus-registry functions.
4184
4185         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4186         indent.
4187
4188         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4189         enabled before warping.
4190
4191 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4192
4193         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4194         registry about each article retrieved.
4195
4196         * gnus-int.el (gnus-select-group-with-message-id): New function.
4197         (gnus-try-warping-via-registry): Ditto.
4198         (gnus-warp-to-article): Fall back on the registry.
4199
4200 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4201
4202         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4203         inboxes.
4204
4205 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4208
4209 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4212         gnus-gcc-self-resent-messages may be a group parameter.
4213         (gnus-summary-resend-message): Don't encode encoded words in header
4214         when Gcc'ing resent message.
4215
4216 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * shr.el (shr-insert): Treat non-breaking space just like normal
4219         space.  This seems to produce more pleasing results.
4220         (shr-insert): Only insert a blank line if we're starting from an image.
4221         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4222         (shr-ensure-paragraph): Consider lines with white space to be blank.
4223
4224 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4225
4226         * Makefile.in: Respect DESTDIR.
4227
4228 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4229
4230         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4231         and gnus-gcc-post-body-encode-hook.
4232
4233 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4236         messages that don't exist.
4237
4238         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4239
4240 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4243         Remove.
4244
4245         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4246
4247         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4248
4249 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4252         have a group name.
4253
4254         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4255         a multibyte buffer (bug#7410).
4256         (article-wash-html): Parse the original article buffer to get the
4257         unencoded data (bug#7410).
4258
4259         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4260         .newsrc.el files.
4261
4262 2012-04-05  Bastien Guerry  <bzg@altern.org>
4263
4264         * color.el (color-lighten-name): Fix typo.
4265
4266 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4269         "#" to avoid having them interpreted as comments.
4270
4271 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272
4273         * shr.el (shr-insert): Update the text state properly to avoid
4274         inserting spurious paragraph starts.
4275
4276 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * shr.el (shr-table-widths): Divide the extra width more fairly over
4279         the TDs (bug#10973).
4280         (shr-render-td): Don't delete too much padding.
4281         (shr-natural-width): Compute the natural width more correctly.
4282         (shr-insert): Allow the natural width to be computed for tables again.
4283         (shr-tag-table-1): Rework how the natural widths are computed by
4284         rendering the table a third time.
4285         (shr-natural-width): Removed.
4286         (shr-buffer-width): New function.
4287         (shr-expand-newlines): Use it.
4288
4289         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4290         using a `gnus-use-full-window' setup (bug#11013).
4291
4292 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4295         24.1 release.
4296
4297 2012-03-10  David Edmondson  <dme@dme.org>
4298
4299         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4300         'Forwarded Message' header and the start of the message.
4301
4302 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4303
4304         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4305         isn't running (bug#10897).
4306
4307 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4310         This is inconsistent with all the other stream functions, which leave
4311         the setting up to the higher levels (if so wanted) (bug#10931).
4312
4313 2012-02-28  Glenn Morris  <rgm@gnu.org>
4314
4315         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4316         mm-decode.el: Standardize possessive apostrophe usage.
4317
4318 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4321
4322 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4323
4324         * parse-time.el (parse-time-string): Allow extractor to return nil.
4325
4326 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4329
4330 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4331
4332         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4333
4334 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4335
4336         * mm-decode.el (mm-shr): Remove "soft hyphens".
4337
4338         * nnimap.el (nnimap-request-list): Return the group names encoded as
4339         utf8.  Otherwise non-European group names don't work.
4340         (nnimap-request-newgroups): Ditto.
4341
4342         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4343         the default in `read-string' (bug#10757).
4344
4345         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4346         topics (bug#10843).
4347
4348         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4349         buffer.  Suggested by Herbert Valerio Riedel.
4350         (nnimap-request-move-article): Delete the message from the correct IMAP
4351         server.
4352
4353 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4354
4355         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4356         Reported by Peter Münster.
4357
4358 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4359
4360         * shr.el (shr-image-fetched): Make sure we really kill the right
4361         buffer.
4362
4363 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4364
4365         * gnus-start.el (gnus-1): Avoid duplicate entries.
4366
4367 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4368
4369         * imap.el: Remove.
4370
4371         * nntp.el (nntp-coding-system-for-read): Remove.
4372         (nntp-coding-system-for-write): Ditto.
4373         (nntp-open-connection): Just use `binary' directly.
4374
4375         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4376         Gnus 0.3.
4377
4378 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4379
4380         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4381         application/octet-stream parts really is.
4382
4383         * gnus-sum.el (gnus-propagate-marks): Remove.
4384
4385 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4386
4387         * shr.el (shr-rescale-image): Undo previous change; see
4388         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4389
4390 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4391
4392         * gnus.el: Ma Gnus v0.3 is released.
4393
4394 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4395
4396         * gnus-sum.el (gnus-summary-local-variables): Make
4397         `gnus-newsgroup-unexist' into a local variable.
4398
4399 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4400
4401         * registry.el (registry-usage-test, registry-persistence-test): Move to
4402         tests/gnustest-registry.el.
4403         (registry-make-testable-db, registry-match-test)
4404         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4405
4406         * gnus-registry.el (gnus-registry-misc-test)
4407         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4408
4409         * tests/gnustest-registry.el: New file with the registry and
4410         gnus-registry ERT tests.
4411
4412 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-msg.el (gnus-summary-resend-message): Make
4415         gnus-summary-resend-message-insert-gcc be last item in
4416         message-header-setup-hook.
4417
4418 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4419
4420         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4421         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4422         Remove.
4423         (nnfolder-open-server): Don't use marks.
4424         (nnfolder-request-delete-group): Ditto.
4425         (nnfolder-request-rename-group): Ditto.
4426         (nnfolder-request-set-mark, nnfolder-request-marks)
4427         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4428         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4429
4430         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4431         (nnml-marks-modtime): Remove.
4432         (nnml-request-delete-group): Don't use marks.
4433         (nnml-request-rename-group): Ditto.
4434         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4435         (nnml-save-marks, nnml-open-marks): Remove.
4436
4437         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4438         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4439         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4440         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4441         (nntp-server-to-method-cache): Remove.
4442
4443         * shr.el (shr-rescale-image): Fix wrong merge.
4444
4445 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4446
4447         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4448         too-wide lines.
4449
4450 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4451
4452         * nnimap.el (nnimap-record-commands): New variable.
4453         (nnimap-log-command): Use it.
4454         (nnimap-make-process-buffer): Add a space to the process buffer.
4455         (nnimap-transform-headers): Don't bug out on header lines containing
4456         stuff that look like IMAP length encodings.
4457
4458         * shr.el (shr-rescale-image): Allow viewing large images.
4459
4460 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4461
4462         * nnml.el (nnml-request-compact-group): Delete the marks file after
4463         compaction (bug#10800).
4464
4465         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4466         group exit.
4467
4468         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4469         QRESYNC/FETCH output.
4470
4471 2012-02-11  Glenn Morris  <rgm@gnu.org>
4472
4473         * sieve-manage.el (sieve-manage-default-stream):
4474         * shr.el (shr):
4475         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4476         (nnir-retrieve-headers-override-function)
4477         (nnir-imap-default-search-key, nnir-notmuch-program)
4478         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4479         (nnir-method-default-engines):
4480         * message.el (message-cite-reply-position):
4481         * gssapi.el (gssapi-program):
4482         * gravatar.el (gravatar):
4483         * gnus-sum.el (gnus-refer-thread-use-nnir):
4484         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4485         (gnus-registry-max-pruned-entries):
4486         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4487         * gnus-int.el (gnus-after-set-mark-hook)
4488         (gnus-before-update-mark-hook):
4489         * gnus-async.el (gnus-async-post-fetch-function):
4490         * auth-source.el (auth-source-cache-expiry):
4491         Add missing :version tags to new defcustoms and defgroups.
4492
4493 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4494
4495         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4496         `gnus-newsgroup-unexist'.
4497
4498         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4499         marks.
4500         (gnus-article-special-mark-lists): Put the `unexist' in the special
4501         marks list instead.
4502
4503         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4504         articles in the list of articles to be selected.
4505
4506         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4507         articles.
4508         (nnimap-update-info): Keep track of unexisting articles.
4509         (nnimap-update-qresync-info): Ditto.
4510
4511 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4512
4513         * message.el (message-default-send-mail-function): Made into own
4514         function for reuse by emacsbug.el.
4515
4516 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4517
4518         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4519         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4520
4521 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4522
4523         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4524         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4525
4526         * gnus-compat.el: Define `timer-set-function'.
4527
4528         * mm-decode.el (mm-display-external): Output the text from the command
4529         in the buffer after the command finished.  This makes text-based
4530         commands behave better.
4531
4532 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4533
4534         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4535
4536 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4537
4538         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4539         23.1.
4540
4541 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4544
4545 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4546
4547         * message.el (smtpmail-smtp-user): Silence compiler warning.
4548
4549 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4550
4551         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4552         SMTP user name.
4553
4554 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-sum.el (gnus-summary-show-thread):
4557         next-single-char-property-change may return nil in XEmacs.
4558         (gnus-summary-article-map): Fix typo.
4559
4560 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4561
4562         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4563         running.
4564
4565         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4566
4567         * gnus.el (gnus-server-extend-method): Don't add an -address component
4568         if the method already has one (bug#9676).
4569
4570 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4571
4572         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4573         of an initial-input for consistency (bug#10757).
4574
4575         * dgnushack.el: Fix XEmacs compilation warning.
4576
4577         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4578
4579         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4580
4581 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4582
4583         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4584         lines that are narrower than the window width.  Otherwise background
4585         "blocks" will look less readable.
4586
4587 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4588
4589         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4590         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4591         have newlines within the strings, and where the UID comes after the
4592         BODYSTRUCTURE element (bug#10537).
4593
4594         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4595         (bug#10732).
4596
4597         * shr.el (shr-insert-document): Add doc string.
4598         (shr-visit-file): Ditto.
4599         (shr-remove-trailing-whitespace): New function.
4600         (shr-insert-document): Use it to clean up trailing whitespace as the
4601         final step (bug#10714).
4602
4603 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4604
4605         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4606         buffer if `gnus-kill-summary-on-exit' is nil.
4607
4608 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4609
4610         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4611         when just reading a single group from "without" Gnus.
4612
4613 2012-02-06  Chong Yidong  <cyd@gnu.org>
4614
4615         * gnus-sum.el (gnus-summary-show-thread):
4616         next-single-char-property-change never returns nil (Bug#8657).
4617
4618 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4619
4620         * message.el (message-multi-smtp-send-mail): New function.
4621         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4622         header to implement multi-SMTP functionality.
4623
4624         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4625         (gnus-agentize): Don't set it.
4626         (gnus-agent-send-mail): Don't use it.
4627
4628         * gnus-sum.el (gnus-summary-widget-backward): New function and
4629         keystroke.
4630
4631         * gnus-compat.el: More the compat functions more compatible.
4632
4633         * shr.el (shr-put-image): Remove underlines from sliced images.
4634         (shr-zoom-image): Compute the region to be replaced more correctly.
4635
4636 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4639         (gnus-summary-resend-message-insert-gcc): New function.
4640         (gnus-summary-resend-message): Modify message-header-setup-hook and
4641         message-sent-hook to make it work for Gcc.
4642         (gnus-inews-do-gcc): Update the number of unread articles of groups
4643         that messages are Gcc'd to.
4644
4645         * message.el (message-resend): Run message-sent-hook to do Gcc.
4646
4647 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4648
4649         * lpath.el: Fix an XEmacs compilation warning.
4650
4651         * gnus-compat.el: Require `help-fns' to fix compilation error.
4652
4653         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4654         a higher level to silence compilation.
4655
4656         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4657         parameter to allow controlling the scaling.
4658
4659         * shr.el (shr-zoom-image): New command and keystroke.
4660         (shr-put-image): Take a `size' flag to say how to scale the image.
4661
4662         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4663         deletion unless already defined.
4664
4665         * gnus.el (gnus-compat): Require it.
4666
4667         * gnus-compat.el: New file.
4668
4669         * gnus-start.el (gnus-clean-old-newsrc): New function.
4670         (gnus-read-newsrc-file): Use it.
4671
4672         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4673         Use recursive deletion.
4674         (mm-dissect-archive): Add support for zip files.
4675
4676         * gnus-util.el (gnus-recursive-directory-files): New function.
4677
4678         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4679         (mm-archive-decoders): Add tgz support.
4680
4681         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4682         Otherwise inserting text into the Gnus buffer can look odd.
4683
4684         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4685
4686         * mm-archive.el (mm-archive-decoders): Add support for tar.
4687
4688         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4689
4690         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4691
4692 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4693
4694         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4695
4696         * mm-archive.el: New file.
4697
4698         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4699
4700         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4701
4702         * message.el (message-goto-*): Make all the `message-goto-*' commands
4703         push the mark before moving point.  This makes it easier to go back to
4704         where you came from after editing whatever you jumped to.
4705
4706 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4707
4708         * gnus.el: Ma Gnus v0.1 is released.
4709
4710 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4711
4712         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4713         without reconnecting.
4714         (nnimap-possibly-change-group): Ditto.
4715         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4716         connection has died before being called.
4717
4718 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4719
4720         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4721         an initial sync unless we're really doing one.
4722
4723         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4724         address parameter if one already exists (bug#9676).
4725
4726         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4727         not the prefix, as documented (bug#10689).
4728
4729 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4732         the "server".
4733
4734         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4735         the real error message with the useless "previously known to be down".
4736         Which isn't even correct.
4737
4738         * nntp.el (nntp-open-connection): Report the error message if the nntp
4739         server can't be reached.
4740
4741         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4742         groups we do a total scan for.
4743         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4744         doing that.
4745
4746 2012-01-31  Jim Meyering  <jim@meyering.net>
4747
4748         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4749         Correct a comment (insert "not") and hide nominally-doubled "to".
4750
4751 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gnus.el (gnus-version): Change name to "Ma Gnus".
4754
4755 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4756
4757         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4758         section in the manual.
4759
4760 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4761
4762         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4763         words.
4764         (rfc2047-encode-string): Ditto.
4765         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4766         understand folded filename="..." parameters, for instance.
4767
4768         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4769         the message for greater debuggability.
4770
4771 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4772
4773         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4774         instead of setting it locally, since the latter doesn't seem to have
4775         any effect (most of the time).
4776
4777 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4778
4779         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4780         function call.
4781
4782 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4783
4784         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4785         seconds, and make the repeat clause with HH:MM specs work as
4786         documented.
4787
4788 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4789
4790         * proto-stream.el (proto-stream-capability-open): Fall back on
4791         :end-of-command if :end-of-capability doesn't exist.
4792
4793 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4796         bound globally in old Emacsen and XEmacsen.
4797
4798 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4799
4800         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4801         so that previous errors don't prohibit getting new news.
4802
4803         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4804
4805         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4806
4807 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4808
4809         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4810         buffer, not of the string which is its name.
4811
4812 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4813
4814         * proto-stream.el (proto-stream-capability-open): Wait for
4815         :end-of-capability, not :end-of-command.
4816
4817         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4818         non-server-marks groups.
4819         (gnus-group-make-articles-read): Ditto.
4820
4821         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4822         methods (bug#9676).
4823
4824         * gnus.el (gnus-method-ephemeral-p): New function.
4825
4826 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4829         left-to-right.
4830
4831 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4832
4833         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4834         warning.
4835
4836 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4837
4838         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4839         macroexpand the nnir things, since they haven't been defined yet, and
4840         nnir requires gnus-sum.
4841
4842 2012-01-24  Julien Danjou  <julien@danjou.info>
4843
4844         * color.el (color-rgb-to-hsl): Fix value computing.
4845         (color-hue-to-rgb): New function.
4846         (color-hsl-to-rgb): New function.
4847         (color-clamp, color-saturate-hsl, color-saturate-name)
4848         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4849         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4850
4851 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852
4853         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4854
4855 2012-01-19  Julien Danjou  <julien@danjou.info>
4856
4857         * color.el (color-name-to-rgb): Use the white color to find the max
4858         color component value and return correctly computed values.
4859         (color-name-to-rgb): Add missing float conversion for max value.
4860
4861 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4862
4863         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4864         logical server name in addition to the actual machine address.
4865
4866         * auth-source.el (auth-source-user-and-password): Add convenience
4867         wrapper to search by just host and optionally user.
4868
4869 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4872         after rendering.
4873
4874 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4875
4876         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4877         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4878         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4879
4880 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4883         (bug#9693).
4884         (gnus-summary-setup-buffer): Document return value (bug#9697).
4885
4886         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4887         since ido doesn't work on symbols (bug#9632).
4888
4889         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4890         when getting a single value as when getting all the values.  This means
4891         that atoms like `gcc-self' work cumulatively, like variable settings,
4892         instead of getting the value from the last matching clause.
4893         (gnus-group-find-parameter): Protect against the group buffer not
4894         existing (bug#9585).
4895
4896 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * gnus-start.el (gnus-activate-group): Document more parameters
4899         (bug#9694).
4900
4901         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4902         (bug#9692).
4903
4904         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4905         article was fetched, so that it can be expired later (bug#9958).
4906         (gnus-agent-summary-fetch-series): Add doc string.
4907         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4908         (bug#9517).
4909
4910         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4911         retrieval is happening.
4912
4913         * gnus.el (gnus-parameters): Doc fix.
4914
4915 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4916
4917         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4918         show the thread after expansion.
4919
4920 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * gnus-art.el (article-narrow-to-head): If the head is completely
4923         empty, narrow to the empty region (bug#9764).
4924
4925         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4926         read, and then mark them as unread only when the unread mark is used.
4927         This makes `C-- T k' actually work, even though it's confusing.
4928
4929         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4930         alive before we try to find its window.
4931
4932 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4933
4934         * mm-decode.el (mm-display-external): Use a longer timeout for the
4935         deletion to allow slow programs to display the file.
4936
4937 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4938
4939         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4940         prompt to be less confusing.
4941
4942         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4943         argument to `message-reply'.  This broke `special-display-*' frame
4944         pop-uping (bug#10238).
4945
4946 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4949         systems, since these allegedly don't work there.
4950
4951 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4952
4953         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4954         live buffer.
4955
4956 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * nnir.el (nnir-retrieve-headers): Protect against the article not
4959         existing on the server (bug#10335).
4960
4961 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4962
4963         * gnus-agent.el (gnus-agent-load-local): Recompute
4964         gnus-agent-article-local on changing method.
4965
4966 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * gnus.el (gnus-parameters): Note precedence.
4969
4970 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4971
4972         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4973         in the group buffer.
4974
4975 2012-01-04  Julien Danjou  <julien@danjou.info>
4976
4977         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4978         change.
4979
4980 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4983         too.
4984
4985         * nntp.el (nntp-retrieve-group-data-early): Use it.
4986
4987 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4988
4989         * nntp.el (nntp-retrieval-in-progress): New variable.
4990         (nntp-make-process-buffer): Make it buffer-local.
4991
4992         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4993         2010.
4994         (gnus-demon-init): Use it to compute the time if time is on the form
4995         "04:23".
4996
4997         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4998
4999         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5000         status in the correct buffer.
5001
5002 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5003
5004         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5005         when opening topics (bug#10407).
5006
5007 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5008
5009         * gnus-cus.el (gnus-score-customize):
5010         * gnus-sum.el (gnus-sort-gathered-threads):
5011         * message.el (message-shorten-references):
5012         * nnmairix.el (nnmairix-request-group):
5013         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5014
5015 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5016
5017         * gnus-agent.el (gnus-agent-regenerate-group):
5018         * gnus-int.el (gnus-retrieve-group-data-early):
5019         * mm-util.el (mm-codepage-ibm-list):
5020         * nndiary.el (Commentary, nndiary-get-new-mail):
5021         * nnir.el (nnir):
5022         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5023
5024 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * mm-view.el (mm-display-inline-fontify): Add comment.
5027
5028 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5029
5030         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5031         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5032
5033 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5034
5035         * gnus-art.el (gnus-split-methods):
5036         * gnus-msg.el (gnus-configure-posting-styles):
5037         * gnus-spec.el (gnus-parse-simple-format):
5038         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5039         * message.el (message-do-actions): Spelling fix.
5040
5041 2011-12-15  Juri Linkov  <juri@jurta.org>
5042
5043         * mm-decode.el (mm-inline-media-tests): Add missing
5044         `mm-handle-media-subtype'.
5045
5046 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5047
5048         * gnus-group.el (gnus-group-tool-bar):
5049         * gnus-sum.el (gnus-summary-tool-bar):
5050         * message.el (message-tool-bar):
5051         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5052
5053 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5054
5055         * plstore.el (plstore--insert-buffer): Spelling fix.
5056
5057 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5058
5059         * message.el (message-valid-fqdn-regexp): Update with newly approved
5060         top-level domain names ".tel" and ".asia".
5061
5062 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5065         unconditionally.
5066
5067 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5070         pop-to-buffer-same-window for old Emacsen.
5071
5072 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5073
5074         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5075
5076 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5077
5078         * netrc.el (netrc-credentials): Spelling fix.
5079
5080 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5081
5082         * gnus-fun.el (gnus-fun-ppm-change-string):
5083         * gnus-msg.el (gnus-inews-do-gcc):
5084         * gnus-sum.el (gnus-summary-find-for-reselect):
5085         * gnus.el (gnus-summary-cancelled):
5086         * message.el (message-cancel-hook, message-send-news):
5087         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5088         * nnir.el (nnir-run-hyrex):
5089         * nntp.el (nntp-with-open-group-function):
5090         * pgg.el (pgg-pending-timers): Spelling fix.
5091
5092 2011-12-04  Chong Yidong  <cyd@gnu.org>
5093
5094         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5095         change (Bug#10200).
5096
5097 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * compface.el (uncompface):
5100         * gnus-art.el (gnus-article-x-face-command): Update the header format
5101         of icon data for the most recent icontopbm program.
5102
5103 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-msg.el (gnus-inews-do-gcc):
5106         * message.el (message-send-mail):
5107         * mml.el (mml-generate-mime): Share the value of the buffer-local
5108         `message-options' variable between a draft buffer and temprary working
5109         buffers.
5110
5111 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5112
5113         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5114
5115 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5118         for Cygwin.
5119
5120 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5121
5122         * gnus-group.el (gnus-group-prepare-flat):
5123         * mm-bodies.el (mm-encode-body):
5124         * mml.el (mml-preview):
5125         * nnml.el (nnml-request-compact-group):
5126         * pop3.el (pop3-stream-type): Spelling fix.
5127
5128 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5129
5130         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5131
5132 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5133
5134         * color.el (color-rgb-to-hsl):
5135         * gmm-utils.el (gmm-tool-bar-style):
5136         * gnus-group.el (gnus-group-prepare-flat):
5137         * gnus-topic.el (gnus-topic-prepare-topic):
5138         * mm-decode.el (mm-discouraged-alternatives):
5139         * rfc2047.el (rfc2047-encode-1):
5140         * starttls.el: Spelling fix.
5141
5142 2011-11-24  Glenn Morris  <rgm@gnu.org>
5143
5144         * binhex.el (binhex-begin-line): Give it basic doc-string.
5145
5146         * starttls.el, tls.el: Fix case of "GnuTLS".
5147
5148 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5149
5150         * gnus-group.el (gnus-group-highlight): Fix typo.
5151
5152 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5153
5154         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5155         value of `delete-file', that returns nil for a local file but returns t
5156         for a remote file using ssh.
5157
5158 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5159
5160         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5161
5162 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5165         avoid later breakage.
5166
5167 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5170         article buffers' name.
5171
5172 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5175         by Paul Eggert's spellfixes two days ago.
5176
5177 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5178
5179         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5180         doesn't have it.
5181
5182         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5183         buffer-local instead of binding them to avoid warnings.  Also demote
5184         errors (bug#10063).
5185         (font-lock-mode-hook): Shut up byte compiler.
5186
5187 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5188
5189         * mm-util.el (mm-charset-after):
5190         * nnir.el (nnir-run-hyrex):
5191         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5192         (ntlm-get-password-hashes, ntlm-md4hash):
5193         * smime.el: Fix typo.
5194
5195 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5196
5197         * gnus-agent.el (gnus-agent-expire-group-1):
5198         * nndiary.el (nndiary-last-occurence):
5199         * nnimap.el (nnimap-request-set-mark):
5200         * nnmairix.el (nnmairix-only-use-registry):
5201         * gnus-group.el (gnus-group-prepare-flat):
5202         * gnus-sum.el (gnus-decode-encoded-word-methods):
5203         * message.el (message-wash-subject):
5204         * nntp.el (nntp-retrieve-headers-with-xover):
5205         * smime.el (smime-certificate-directory): Spelling fix.
5206
5207 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5208
5209         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5210
5211         * color.el:
5212         * gnus-agent.el (gnus-agent-possibly-alter-active):
5213         * gnus-dired.el (gnus-dired-print):
5214         * mail-parse.el:
5215         * nnmairix.el (nnmairix-request-group):
5216         * shr.el (shr-image-displayer):
5217         * sieve-manage.el:
5218         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5219
5220 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5221
5222         * gnus-sum.el (gnus-auto-select-subject):
5223         * spam-report.el (spam-report-resend): Spelling fix.
5224
5225 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5226
5227         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5228         * gnus-art.el (gnus-default-article-saver):
5229         * gnus-srvr.el (gnus-server-copy-server):
5230         * gnus.el (gnus-sloppily-equal-method-parameters):
5231         * html2text.el (html2text-format-tag-list):
5232         * message.el (message-narrow-to-head):
5233         * nndiary.el:
5234         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5235         * sieve.el: Spelling fix.
5236
5237 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5238
5239         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5240         * gnus-sum.el (gnus-summary-make-menu-bar):
5241         * gnus-uu.el (gnus-uu-decode-postscript)
5242         (gnus-uu-decode-postscript-and-save):
5243         * mailcap.el (mailcap-print-command):
5244         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5245         Fix typos.
5246
5247 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5248
5249         * gnus-art.el (gnus-article-part-wrapper):
5250         * html2text.el (html2text-fix-paragraphs):
5251         * mm-decode.el (mm-image-fit-p):
5252         * rfc2047.el (rfc2047-encode-message-header):
5253         * shr-color.el (shr-color-visible-distance-min)
5254         (shr-color-relative-to-absolute, set-minimum-interval)
5255         (shr-color-visible): Fix typos.
5256
5257 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5258
5259         * gmm-utils.el (gmm-tool-bar-item):
5260         * gnus-art.el (gnus-treat-body-boundary):
5261         * gnus-diary.el (gnus-user-format-function-d):
5262         * gnus-start.el (gnus-get-unread-articles):
5263         * pgg-gpg.el (pgg-gpg-update-agent):
5264         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5265
5266 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5267
5268         * gnus-topic.el (gnus-group-prepare-topics):
5269         * gnus-uu.el (gnus-extract-view):
5270         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5271
5272 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5273
5274         * spam.el: Move BBDB autoloads.
5275         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5276         BBDB 2 and 3.
5277         (spam-check-BBDB): Use it.
5278         (spam-enter-ham-BBDB): Use it.
5279
5280 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5281
5282         * smime.el (smime-draw-buffer): Spelling fix.
5283
5284 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5285
5286         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5287         for scanning exactly one level.
5288         * gnus-start.el (gnus-get-unread-articles): Ditto.
5289
5290 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5293         slightly clearer.
5294
5295 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5296
5297         * gnus-sync.el: More commentary about setup.
5298
5299 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * message.el (message-send-and-exit): Document `arg'.
5302
5303 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5304
5305         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5306
5307 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5308
5309         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5310
5311         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5312         we don't use `bound-and-true-p'.
5313
5314 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5315
5316         * gnus-util.el (gnus-bound-and-true-p): Remove.
5317         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5318         * nnir.el: Use it.
5319         * nnmairix.el: Use it.
5320
5321 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5322
5323         * gnus-sync.el: Improve docs about CouchDB admins.
5324
5325         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5326         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5327         for reasons unknown.
5328         * nnir.el: Use it.
5329         * nnmairix.el: Use it.
5330
5331         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5332         * nnir.el: Ditto.
5333         * nnmairix.el: Ditto.
5334
5335         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5336
5337 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5338
5339         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5340         not needed.  Provide xmlplistread list function to produce XML plist
5341         output for non-Gnus LeSync clients.
5342
5343 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5344
5345         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5346
5347         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5348         and save against it.  Group subscriptions, read marks, other marks,
5349         subscription levels, topic names, and topic offsets (the group's
5350         position within the topic) are saved.  This is an experimental backend
5351         and may change significantly.  Load json.el from the gnus-fallback-lib
5352         if it's not available otherwise.
5353         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5354
5355 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5356
5357         * message.el (message-completion-function): Make sure
5358         message-tab-body-function is not attempted if one of
5359         message-completion-alist fails to find a completion (bug#9158).
5360
5361 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5362
5363         * mml.el (mml-quote-region): Quote <#secure> tag.
5364         (mml-generate-mime-1): Unquote <#secure> tag.
5365
5366 2011-10-20  Chong Yidong  <cyd@gnu.org>
5367
5368         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5369         calling a minor mode from Lisp with nil arg enables it, so we have to
5370         make the wording a bit ambiguous here).
5371
5372 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5375         * nnir.el (nnir-mode): Use it.
5376         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5377         Use it.
5378
5379         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5380         * nnmairix.el (gnus-registry-enabled): Ditto.
5381
5382 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5383
5384         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5385         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5386         only while we need to find out if it should be t or nil.
5387         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5388         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5389         the registry is installed.  Set it to nil when it's unloaded.
5390         (gnus-registry-install-p): Provide user guidance for the initial value
5391         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5392         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5393         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5394         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5395         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5396         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5397         `gnus-registry-install'.
5398
5399 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5400
5401         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5402         previous change.
5403         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5404         primary key is marked as disabled.
5405
5406 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5407
5408         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5409         primary key is marked as disabled.
5410
5411 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5412
5413         * html2text.el (html2text-clean-anchor): Check for quotes around
5414         `href' value.
5415
5416 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5417
5418         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5419         searching.  Drop `bbdb-cache'.
5420
5421 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * message.el (message-signed-or-encrypted-p): Exclude header when
5424         checking if there is signed or encrypted body in text/plain message.
5425
5426 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5427
5428         * html2text.el (html2text-get-attr): Correctly handle attribute values
5429         containing "=".
5430
5431 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5432
5433         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5434         handle bindings.
5435
5436 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-win.el (gnus-configure-windows): Protect against reading
5439         ephemeral groups outside of Gnus.
5440
5441 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * shr.el (shr-tag-img): Don't get images displayed in tables.
5444
5445 2011-10-03  Glenn Morris  <rgm@gnu.org>
5446
5447         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5448         the "maintainer" version of debbugs.gnu.org reports.
5449
5450 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451
5452         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5453         make asynchronous adjacent image insertion work better.
5454
5455 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5456
5457         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5458         documentation.
5459
5460 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5463         `gnus-asynchronous' isn't shadowed.
5464
5465 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5468
5469         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5470         (nnimap-insert-partial-structure): The charset parameter isn't
5471         case-sensitive.
5472
5473         * nnheader.el (nnheader-message-maybe): New function.
5474
5475         * shr.el (shr-tag-table): Render totally broken tables better.
5476
5477         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5478         computing the boundary.
5479
5480 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * pop3.el (pop3-number-of-responses): Remove.
5483         (pop3-wait-for-messages): Rewrite to take linear time instead of
5484         exponential time.
5485
5486 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5489         re-fetch images.
5490
5491         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5492         re-fetch images when hitting `g' in Gnus.
5493
5494 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5497         (mml-compute-boundary): Don't check collision if it is non-nil.
5498         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5499         before checking collision.
5500
5501 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * message.el (message-indent-citation): Really make sure there's a
5504         newline at the end.
5505
5506         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5507         Fix suggested by John Wiegley.
5508
5509         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5510
5511         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5512
5513         * message.el (message-default-send-rename-function): Break out into its
5514         own function.
5515
5516         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5517         doesn't work under XEmacs.
5518
5519         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5520         of "imaps" to word around Windows problems.
5521         (nnimap-open-connection-1): Use it.
5522
5523         * message.el (message-indent-citation): Revert last change which made
5524         `F' not work.
5525
5526 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5527
5528         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5529         terminal as well.
5530
5531 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5534         because it displays images using overlays that aren't easy to copy to
5535         the article buffer.
5536
5537 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5538
5539         * message.el (message-indent-citation): Fix empty line removal at the
5540         end of the citation.
5541
5542 2011-09-20  Julien Danjou  <julien@danjou.info>
5543
5544         * auth-source.el (auth-source-netrc-create): Use default value for
5545         password if specified.  Evaluate default.
5546         (auth-source-plstore-create): Ditto.
5547         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5548         value evaluation.
5549         (auth-source-netrc-create): Typo fix.
5550         (auth-source-plstore-create): Ditto.
5551
5552         * password-cache.el (password-cache-remove): Remove entries even if the
5553         value is nil, so that password with a nil value (negative caching) is
5554         possible to invalidate.
5555
5556         * auth-source.el (auth-source-format-cache-entry): New function.
5557
5558 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5561
5562 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5565
5566 2011-09-19  Julien Danjou  <julien@danjou.info>
5567
5568         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5569         which work with things that are not ASCII.
5570
5571 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5574
5575 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5578         message level.
5579
5580 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5583
5584 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585
5586         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5587
5588 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5589
5590         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5591         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5592
5593 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5594
5595         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5596         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5597         articles.
5598
5599 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5600
5601         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5602         (message-mail-other-window, message-mail-other-frame)
5603         (message-news-other-window, message-news-other-frame):
5604         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5605         instead of setting buffer display varibles.
5606
5607 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5610
5611         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5612
5613 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5616         duplicates" to a higher level.
5617
5618         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5619         most egregious messages.
5620
5621 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5624
5625 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5626
5627         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5628         up the file (bug#9351).
5629
5630 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5631
5632         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5633         it does with all other backends, but decode the names immediately after
5634         getting them.
5635
5636         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5637         decoding nnimap groups.
5638
5639         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5640         newsrc file.  It doesn't seem like an important optimization any more.
5641
5642 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5643
5644         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5645         overflows.
5646
5647 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5650         (gnus-interactive-exit): Extend to `quiet'.
5651
5652         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5653
5654         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5655         string.
5656
5657         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5658         renaming function arguments from `this'.
5659
5660         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5661
5662         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5663         has been renamed.
5664         (gnus-lrm-string-p): Include RLM and PDF, too.
5665
5666         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5667         (bug#9225).
5668
5669 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5670
5671         Add autoload cookies for functions used by sendmail.el.
5672         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5673
5674         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5675
5676 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * gnus-art.el (article-date-ut): Work properly even when there are
5679         things like Date header in the body; work for forwarded parts.
5680
5681 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5682
5683         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5684         original-article-buffer.
5685
5686 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5687
5688         * nnir.el (nnir-compose-result): Fix matching of server type.
5689         (nnir-run-swish++): Ditto.
5690         (nnir-run-namazu): Ditto.
5691         (nnir-run-notmuch): Ditto.
5692
5693 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5696         (bug#9405).
5697
5698         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5699         (bug#9421).
5700
5701         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5702         (bug#9425).
5703
5704         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5705         thing (bug#9426).
5706
5707 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5710         the error message.
5711
5712 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5713
5714         * message.el (message-setup-1): Return t (Bug#9392).
5715
5716 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5717
5718         * gnus-sum.el: When adding article headers to a summary buffer also
5719         update gnus-newsgroup-articles (bug#9386).
5720
5721 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * auth-source.el: Autoload help-mode.
5724
5725 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5728         names.
5729
5730 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5731
5732         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5733         mm-replace-in-string for compatibility issues.
5734         * mml2015.el (mml2015-epg-verify): Ditto.
5735
5736 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5739
5740         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5741
5742 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5745         continue on and do the clean-up phase (bug#9188).
5746
5747         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5748         just ignore groups that can't be opened instead of erroring out
5749         (bug#9225).
5750
5751         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5752         nil since some many people are fuddy-duddies.
5753
5754         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5755         images.
5756
5757         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5758         instead.
5759
5760         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5761
5762         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5763
5764         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5765         processing.
5766
5767         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5768         buffer to avoid warnings.
5769
5770 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5771
5772         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5773         specified to reduce precision.
5774
5775 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5778         bodystructures (bug#9314).
5779
5780 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5783         Make button keymap non-sticky after buttons.
5784
5785 2011-08-18  David Engster  <dengste@eml.cc>
5786
5787         * nnmairix.el (nnmairix-request-set-mark)
5788         (nnmairix-goto-original-article): Remove adding of article to registry,
5789         since `gnus-registry-add-group' isn't available anymore.
5790         (nnmairix-determine-original-group-from-registry):
5791         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5792         available anymore.
5793
5794 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5795
5796         * starttls.el (starttls-any-program-available): Define as obsolete
5797         function.
5798
5799 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5802         versions which Gnus use when appropriate.
5803
5804         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5805         a pretty destructive command.
5806
5807         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5808
5809 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5810
5811         * message.el (message-fix-before-sending): Make a different warning
5812         about NUL characters (bug#9270).
5813
5814         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5815         from custom (bug#9260).
5816
5817         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5818         things work in Emacs 22 and XEmacs, too.
5819
5820         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5821         default From.
5822
5823         * gnus-spec.el (gnus-lrm-string-p): New macro.
5824         (gnus-lrm-string): New constant.
5825         (gnus-summary-line-format-spec): LRM-ify the from.
5826         (gnus-tilde-max-form): LRM-ify string chopping.
5827
5828         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5829
5830         * message.el (message-is-yours-p): Allow disabling canlock checking
5831         (bug#9295).
5832         (message-shoot-gnksa-feet): Add `canlock-verify'.
5833         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5834         message directory isn't writable (bug#9304).
5835
5836         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5837         non-world-readable.
5838
5839 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5842         articles.
5843
5844 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5845
5846         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5847         copy-list.
5848
5849 2011-08-12  Sam Steingold  <sds@gnu.org>
5850
5851         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5852         in the reverse order to avoid modifying the cache with `nreverse'.
5853         (gnus-all-score-files): Do not modify the value returned by
5854         `gnus-score-find-alist' because it lives in a cache variable.
5855         (gnus-current-home-score-file): No need to `nreverse' the return value
5856         of `gnus-score-find-alist', it is already in the correct order.
5857
5858 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5859
5860         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5861         type MESSAGE and subtype RFC822 is slightly different from those of
5862         type TEXT.
5863
5864 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5865
5866         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5867         This allows article-referral to work from an nnir group.
5868
5869 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5870
5871         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5872
5873 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5874
5875         * mml1991.el (mml1991-epg-find-usable-key)
5876         (mml1991-epg-find-usable-secret-key): New function.
5877         (mml1991-epg-sign): Check if signing key is usable.
5878         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5879
5880 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5881
5882         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5883         server-variables only.  This should fix a bug introduced with commit
5884         e1889675b7f4adf057833c5513c9374134c4e053.
5885         (nnir-run-query): 'nnir-search-engine should not be set from the global
5886         environment.
5887
5888 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5889
5890         * nnir.el (nnir-search-thread): Position point on referring article
5891         line.
5892         (nnir-warp-to-article): Clean up summary buffers.
5893
5894         * nnimap.el (nnimap-request-thread): Whitespace fix.
5895
5896 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5897
5898         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5899
5900 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * starttls.el (starttls-available-p): Rename from
5903         `starttls-any-program-available' and changed return convention.
5904
5905 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5906
5907         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5908         `unix-sync' unless it's defined.
5909
5910 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5911
5912         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5913         `aref' for XEmacs compatibiltiy.
5914
5915 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5918
5919 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5920
5921         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5922         closures, quote the form properly (bug#9194).
5923
5924 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925
5926         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5927         (gnus-summary-insert-new-articles): Protect against servers that are
5928         down.
5929
5930 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5931
5932         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5933         in mm handle if none is specified.
5934
5935 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5936
5937         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5938
5939 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5940
5941         * nnir.el (nnir-search-thread): New function to make an nnir group
5942         based on a thread query.
5943
5944         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5945         of nnir in thread referral.
5946         (gnus-summary-refer-thread): Use it.
5947
5948         * nnimap.el (nnimap-request-thread): Use it.
5949
5950 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5951
5952         * shr.el (shr-tag-comment): Ignore HTML comments.
5953
5954 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5955
5956         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5957         argument.
5958         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5959         Use `nnir-address' to handle server info rather than passing an arg.
5960
5961         * nnimap.el (nnimap-make-thread-query): New utility function to format
5962         an imap thread search query.
5963         (nnimap-request-thread): Use it.
5964
5965         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5966         right select-method if we are not going back to the group buffer.
5967
5968 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5969
5970         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5971         enter invalid buffer configurations into the quit form (bug#9107).
5972         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5973         unplugged/plugged.
5974
5975         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5976         keep track of which ones are unread (bug#9061).
5977
5978         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5979         (bug#9055).
5980
5981         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5982         (bug#9041).
5983
5984         * gnus-html.el (mm-util): Require (bug#9073).
5985
5986         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5987         (gnus-summary-refer-thread): Use it to remove duplicates in the
5988         un-threaded view (bug#9053).
5989         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5990
5991 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5992
5993         * nnir.el (nnir-read-server-parm): Use default value from global
5994         variable.  Without this the default search engine parameters aren't
5995         used at all.
5996
5997 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5998
5999         * message.el (message-unique-id): Don't use the undocumented return
6000         value from (random t) (bug#9118).
6001
6002 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6003
6004         * message.el (message-auto-save-directory): If the ~/Mail directory
6005         doesn't exist, use ~ as the auto-save directory (bug#4432).
6006
6007         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6008         hasn't already been started.
6009
6010 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6013
6014         * message.el (message-reply): Work around mysterious bug where
6015         `message-mode' seems to overwrite the locally bound `subject' variable.
6016
6017 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6018
6019         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6020         correct group.
6021
6022         * gnus-int.el (gnus-request-thread): Add group argument.
6023
6024         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6025
6026 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6029
6030         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6031         renamed to `debbugs-gnu-*'.
6032
6033 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6034
6035         * plstore.el: Revert the editing feature since it is not urgent.
6036         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6037         (plstore-mode-decoded): Remove.
6038
6039 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040
6041         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6042         isn't very interesting any more, and it leaks potentially secret data.
6043         (gnus-debug): Remove.
6044
6045         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6046         use of :custom-show.
6047
6048 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6049
6050         * plstore.el: Add documentation.
6051         (plstore-mode): New mode to edit plstore file.
6052         (plstore-mode-toggle-display, plstore-mode-original)
6053         (plstore-mode-decoded): New command.
6054         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6055         (plstore--insert-buffer, plstore--make): New function.
6056         (plstore-open, plstore-save): Simplify by using them.
6057
6058 2011-07-06  Glenn Morris  <rgm@gnu.org>
6059
6060         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6061
6062 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6063
6064         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6065         no longer is much used.
6066         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6067         Articles".
6068
6069 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6070
6071         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6072         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6073         `notmuch' backend.
6074
6075 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076
6077         * mm-decode.el (mm-text-html-renderer): Doc fix.
6078
6079         * gnus-msg.el (gnus-bug): Fix the MML tag.
6080
6081         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6082
6083 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6084
6085         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6086         secondary methods if started with `gnus-no-server'.
6087
6088 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6089
6090         * message.el (message-return-action): Fix typo in docstring.
6091
6092 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6093
6094         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6095         bug reports at once.
6096
6097         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6098
6099 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * nndraft.el: Require gnus-group.
6102         (nndraft-request-list): Declare.
6103
6104         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6105         no unread article unless it matches gnus-permanently-visible-groups.
6106
6107         * nndraft.el (nndraft-update-unread-articles): New function.
6108         (nndraft-request-associate-buffer): Use it to update the number of
6109         unread articles for the nndraft groups in the group buffer when saving
6110         or killing a draft message.
6111
6112 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6115         systems to binary before writing and reading the mbox files.
6116
6117         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6118         instead of trying to list them all (bug#8978).
6119
6120 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6121
6122         * pop3.el (pop3-open-server): Use :end-of-capability.
6123
6124 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125
6126         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6127         the id is always a number.
6128
6129         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6130
6131         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6132         debbugs mode, if possible.
6133
6134 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6135
6136         * auth-source.el (auth-source-token-passphrase-callback-function):
6137         Reindent.
6138         (epg-context-operation): Remove unnecessary autoload.
6139
6140 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6141
6142         * gnus.el (gnus-list-debbugs): New command.
6143
6144         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6145         mboxstat instead of the maintbox, since the stat seems to be fuller.
6146
6147         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6148         summary buffers.
6149
6150         * message.el (message-get-reply-headers): Delete all duplicates,
6151         instead of the first.
6152         (message-get-reply-headers): Ensure that we have progress while
6153         deleting duplicates.
6154
6155         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6156         gnus-posting-style value from the summary buffer to make it easier to
6157         make that a per-buffer conf.
6158
6159 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6160
6161         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6162         found by setting `shortcut' in 'query.
6163         (nnir-request-article): Use `shortcut' setting when requesting article
6164         by Message-ID.
6165
6166 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6169         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6170         Bring the pseudo-headers back too.
6171
6172 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6173
6174         * auth-source.el (auth-source-token-passphrase-callback-function):
6175         Simplify and remove EPA dependency.
6176
6177 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6178
6179         * nnir.el (nnir-request-article): Fix error message text.
6180
6181 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6182
6183         * auth-source.el (plstore-delete): Autoload.
6184         (auth-source-plstore-search): Support delete operation.
6185         * plstore.el (plstore-delete): New function.
6186
6187 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6190         mark actually existing articles as unread rather than the ones that
6191         active asserts.
6192
6193 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6194
6195         * nntp.el (nntp-record-command):
6196         * gnus-util.el (gnus-message-with-timestamp-1):
6197         Use format-time-string rather than decoding time stamps by hand.
6198         This is simpler and insulates the code from potential changes to
6199         current-time format.
6200
6201 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6204
6205 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6206
6207         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6208         (plstore-save): Support public key encryption.
6209         (plstore--init-from-buffer): New function.
6210         (plstore-open): Use it; fix error when opening a non-existent file.
6211         (plstore-revert): Use plstore--init-from-buffer.
6212
6213 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6214
6215         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6216
6217 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6220         for old Emacsen.
6221
6222 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6223
6224         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6225         is not fully working.
6226
6227 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * dgnushack.el: Autoload sha1 on XEmacs.
6230
6231         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6232         quit window configuration.
6233
6234         * auth-source.el (epg-context-set-passphrase-callback):
6235         Remove duplicate autoload.
6236
6237 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6238
6239         * nnir.el (nnir-request-article): Allow requesting articles by
6240         Message-ID with nnimap.
6241
6242         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6243         current server.
6244
6245 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6246
6247         * auth-source.el: Autoload EPA/EPG functions.
6248         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6249         changed when EPA/EPG is not available.
6250         (auth-source-backend): Rename "arg" member to "data".
6251         (auth-source-backend-parse, auth-source-plstore-search)
6252         (auth-source-plstore-create): Use it.
6253
6254 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6255
6256         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6257         `gnus-refer-article-methods'.
6258
6259 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6260
6261         * auth-source.el: Require EPA and EPG.
6262         (auth-source-passphrase-alist): New variable.
6263         (auth-source-passphrase-callback-function)
6264         (auth-source-token-passphrase-callback-function): Callbacks for the
6265         netrc field encryption (GPG tokens).
6266         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6267         Symmetric encryption and decryption of the netrc GPG tokens.
6268         (auth-source-netrc-normalize): Use them, simplifying the closure.
6269
6270 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6273         is available.
6274
6275 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276
6277         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6278         non-nil, and `nnimap-split-methods' is nil, use the former.
6279
6280 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6281
6282         * plstore.el (plstore-revert): New function.
6283         (plstore-open): Use it; hide the buffer from user.
6284
6285 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6286
6287         * auth-source.el (auth-source-backend): New member "arg".
6288         (auth-source-backend-parse): Handle new backend 'plstore.
6289         * plstore.el: New file.
6290
6291 2011-06-30  Glenn Morris  <rgm@gnu.org>
6292
6293         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6294
6295 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6298         expiring articles to.
6299
6300         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6301         variations as ASCII (bug#5458).
6302
6303 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6306
6307 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * message.el (message-point-in-header-p): Tweak the function to default
6310         to saying that we're not in the headers if there is no separator at
6311         all.  This makes it possible to use the Message version of `M-q' in
6312         buffers with no headers (bug#7987).
6313         (message-point-in-header-p): Fix last checkin to work with an empty
6314         mail-header-separator, too.
6315
6316         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6317         again, save the choice via customize.
6318
6319 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6322
6323         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6324         ended the connection, bail out before waiting infinitely on a new
6325         connection.
6326
6327 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6330         reports.
6331
6332         * gnus.el (gnus-bug-package): Use "gnus."
6333         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6334
6335 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * dgnushack.el: Make the timer warning go away on XEmacs.
6338
6339         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6340         animations going on at article exit time.
6341
6342         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6343         since removing it breaks people upgrading.
6344
6345         * shr.el (shr-put-image): Use the new interface for animating images.
6346         (shr-put-image): Animate for 60 seconds.
6347
6348         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6349         avoid compiler warnings.
6350
6351         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6352         error with `find-file-hooks' on Emacs 22.
6353         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6354         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6355         on all architectures.
6356
6357         * spam.el (spam-stat): Require in a normal fashion without binding
6358         `spam-stat-install-hooks' to avoid compilation warnings.
6359
6360         * spam-stat.el (spam-stat-install-hooks): Remove.
6361         (spam-stat-install-hooks): Don't run automatically.
6362
6363 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6364
6365         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6366         and keystroke.
6367
6368 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * auth-source.el (auth-source-netrc-cache): Move forward.
6371
6372 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6373
6374         * proto-stream.el (proto-stream-open-starttls): Use
6375         `gnutls-available-p' to see whether we have built-in support.
6376
6377         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6378         we already know.
6379         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6380         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6381
6382 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6385         %S format, since that looks odd.
6386         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6387         file, especially when saving.
6388
6389 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6390
6391         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6392         article found.
6393
6394 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6397         `auth-source-save-secrets' with a more sensitive alist that can be
6398         configured per file.  Experimental, so defaults to 'never.
6399         (auth-source-netrc-create): Use it.  Still experimental code.
6400         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6401         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6402
6403 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6404
6405         * auth-source.el (auth-source-save-secrets): New variable to control if
6406         secret tokens should be saved encrypted.
6407         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6408         to `auth-source-netrc-normalize'.
6409         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6410         on the EPA variables being defined.
6411         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6412         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6413         the lexical-let closure.
6414         (auth-source-netrc-create): Create "gpg:" tokens according to
6415         `auth-source-save-secrets'.
6416
6417 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-group.el (gnus-group-update-group): Add new argument
6420         `info-unchanged' that stops updating dribble buffer.
6421
6422         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6423         deletes lines matching to it in dribble buffer.
6424
6425         * gnus-agent.el (gnus-agent-fetch-group-1):
6426         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6427         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6428         * gnus-start.el (gnus-group-change-level):
6429         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6430
6431         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6432         if newsgroup info is not changed.
6433
6434         * gnus-group.el (gnus-group-get-new-news-this-group):
6435         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6436         Don't update dribble buffer.
6437
6438 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6439
6440         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6441         remove entries with groups we ignore.
6442
6443 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6446         the underline comes at the bottom.
6447
6448 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6449
6450         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6451         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6452         (gnus-registry-article-marks-to-names): Rename from
6453         `gnus-registry-user-format-function-M2'.
6454
6455 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6458         ephemeral group.
6459
6460 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6461
6462         * shr.el (shr-browse-image): Copy the URL if called interactively.
6463
6464 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6465
6466         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6467         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6468         done, then unselected articles may be marked as read.
6469
6470         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6471         since not doing this seems to lead to a race condition in pop3-logon.
6472
6473         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6474         so that the call chain it correct when we call "upwards".
6475
6476         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6477         in read-only groups.
6478
6479         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6480
6481         * message.el (message-cite-reply-position): Doc string fix.
6482
6483         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6484         avoid regexp overflow.
6485         (nnimap-transform-split-mail): Ditto.
6486
6487         * pop3.el (pop3-retr): Error out if the server closes the connection.
6488
6489 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6490
6491         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6492         mm-with-unibyte-current-buffer.  The buffer should not contain any
6493         multibyte chars anyway at this stage.
6494
6495 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6498         at the end of lines.
6499
6500 2011-05-29  Julien Danjou  <julien@danjou.info>
6501
6502         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6503
6504 2011-05-27  Glenn Morris  <rgm@gnu.org>
6505
6506         * gnus-group.el (gnus-bug-group-download-format-alist):
6507         Use the "maintainer" version of debian reports as well.
6508
6509 2011-05-26  Glenn Morris  <rgm@gnu.org>
6510
6511         * gnus-group.el (gnus-bug-group-download-format-alist):
6512         Use the "maintainer" version of debbugs.gnu.org reports.
6513
6514 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6517
6518 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6519
6520         * gnus-cus.el (gnus-agent-customize-category):
6521         * gnus-delay.el (gnus-delay-send-queue):
6522         * gnus.el (gnus-other-frame):
6523         Don't quote lambda expressions with `quote'.
6524
6525 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6526
6527         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6528         the thread moves us backwards and so we loop forever.
6529
6530 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6533         whitespace in base64 data lines.
6534
6535 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6536
6537         * gnus-registry.el (gnus-registry-user-format-function-M):
6538         Use `mapconcat'.
6539         (gnus-registry-user-format-function-M2): Use to see the full text of
6540         the marks.  Make "," the mark text separator.
6541
6542         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6543         authentication with auth-source.
6544
6545 2011-05-17  Glenn Morris  <rgm@gnu.org>
6546
6547         * gnus-group.el (gnus-import-other-newsrc-file):
6548         Use insert-file-contents.
6549
6550 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6551
6552         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6553         1000 iterations.
6554
6555 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * nntp.el (nntp-open-connection): Check if process-type is available.
6558
6559 2011-05-16  Julien Danjou  <julien@danjou.info>
6560
6561         * shr.el (shr-tag-del): Add support for del tag.
6562
6563 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-html.el (gnus-html-put-image): Register a displayer.
6566
6567         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6568
6569 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6570
6571         * registry.el (prune-factor): New initialization parameter defaulting
6572         to 0.1.
6573         (registry-prune-hard): Use it.
6574
6575         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6576         0.1 expicitly.
6577
6578 2011-05-13  Glenn Morris  <rgm@gnu.org>
6579
6580         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6581         is bound, since this function requires sendmail.
6582
6583 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6584
6585         * registry.el (registry-usage-test): Disable pruning test.
6586
6587 2011-05-11  David Engster  <dengste@eml.cc>
6588
6589         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6590         Bind set-network-process-option for XEmacs.
6591
6592 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6593
6594         * registry.el (registry-prune-hard-candidates)
6595         (registry-prune-soft-candidates): Helper methods for registry pruning.
6596         (registry-prune): Use them.  Make the sort function optional.
6597
6598 2011-05-10  Jim Meyering  <meyering@redhat.com>
6599
6600         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6601
6602 2011-05-10  Julien Danjou  <julien@danjou.info>
6603
6604         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6605         symbol and not a list.
6606
6607 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-art.el (gnus-article-mode): Move binding of
6610         shr-put-image-function here from gnus-article-prepare-display.
6611
6612         * shr.el (shr-put-image-function): New variable.
6613         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6614         (shr-put-image): Return scaled image.
6615
6616         * gnus-art.el (gnus-shr-put-image): New function.
6617         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6618
6619         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6620         original ones, as deletable.
6621
6622 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6623
6624         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6625
6626 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * registry.el (registry-full): Add convenience method.  Fix logic.
6629         (registry-insert): Use it.  Fix logic here too.
6630
6631         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6632         `registry-prune' if `registry-full' returns t.
6633         (gnus-registry-handle-action)
6634         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6635         (gnus-registry-usage-test): Use it.
6636
6637 2011-05-07  Julien Danjou  <julien@danjou.info>
6638
6639         * shr.el (shr-link): Make shr-link inherit from link by default.
6640
6641 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6642
6643         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6644
6645 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6646
6647         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6648         error out because the face is not a list.
6649
6650 2011-05-05  Glenn Morris  <rgm@gnu.org>
6651
6652         * proto-stream.el (gnutls-negotiate): Fix declarations.
6653
6654         * gnus-start.el (gnus-propagate-marks): Declare.
6655
6656 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6657
6658         * registry.el (registry-reindex): Fix percentage message.
6659
6660         * proto-stream.el (network-stream-open-starttls): Adjust to call
6661         `gnutls-negotiate' with :process and :hostname arguments.
6662
6663 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6664
6665         * shr.el: Add shr-link face for links.
6666         (shr-urlify): Use it.
6667
6668         * registry.el (registry-insert): Make error message more helpful.
6669
6670 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6671
6672         * gnus-html.el (gnus-html-schedule-image-fetching):
6673         Use url-queue-retrieve, if it exists.
6674
6675         * shr.el (shr-tag-img): Ditto.
6676
6677         * gnus.el: Autoload more gnus-agent functions.
6678
6679         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6680         agent if we haven't already (bug#8502).
6681
6682         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6683         into the Agent, too.
6684
6685         * gnus-agent.el (gnus-agent-store-article): New function.
6686
6687         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6688         and moved from that file for reuse.
6689
6690         * pop3.el (pop3-open-server): Error messages are "-ERR".
6691
6692 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6695         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6696
6697 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6698
6699         * gnus.el: No Gnus v0.17 is released.
6700
6701 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6702
6703         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6704         buffer has moved to a different frame.
6705
6706 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6709         to get the conversion from unibyte to multibyte buffers to work on
6710         Emacs 22.
6711
6712         * nntp.el (nntp-request-article): Slight clean-up.
6713
6714 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * shr.el (shr-strike-through): New face.
6717         (shr-tag-s): Use it to provide <s> support.
6718         (shr-tag-s): Remove duplicate definition.
6719
6720 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6721
6722         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6723         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6724
6725 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6726
6727         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6728         `gnutls-negotiate'.
6729         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6730
6731 2011-04-23  Glenn Morris  <rgm@gnu.org>
6732
6733         * gnus-sum.el (gnus-extra-headers): Bump :version.
6734
6735 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736
6737         * shr.el (shr-tag-sup): New function.
6738         (shr-tag-sub): Ditto.
6739
6740 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6743         for the case where `gnus-registry-ignored-groups' is a list of lists,
6744         and don't call `gnus-parameter-registry-ignore' otherwise.
6745
6746 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6747
6748         * nnimap.el (nnimap-user): New backend variable.
6749         (nnimap-open-connection-1): Use it.
6750         (nnimap-credentials): Accept user parameter so it's explicit what user
6751         name is desired.
6752
6753         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6754         default.
6755
6756         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6757         not gnus-registry.el.
6758
6759         * gnus-registry.el: Mention in comments how to modify
6760         `gnus-extra-headers' for proper recipient tracking and that it may
6761         already have To and Cc recently, which it does as of this commit.
6762         (gnus-registry-ignored-groups): Remove defcustom.
6763         Explain why in comments.
6764         (gnus-registry-action): Fix data-header reference to use the extra
6765         headers.  Explain in package commentary how to add To and Cc headers to
6766         the gnus-extra-headers.
6767         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6768         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6769         parameter list or a string list in `gnus-registry-ignored-groups'.
6770         Fix logic error.
6771
6772 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6773
6774         * shr.el (shr-expand-url): Protect against null urls.
6775
6776 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6777
6778         * shr.el (shr-base): New binding.
6779         (shr-tag-base): Keep track of <base>.
6780         (shr-expand-url): New function used throughout.
6781
6782 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6783
6784         * gnus-registry.el
6785         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6786         (gnus-registry-ignored-groups): New variable.
6787         (gnus-registry-ignore-group-p): Use it.
6788         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6789         set the destination group to nil (same as delete) if it's ignored.
6790
6791 2011-04-20  David Engster  <dengste@eml.cc>
6792
6793         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6794
6795         * Makefile.in (test-nntp): New rule.
6796         (check): Add it.
6797         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6798
6799 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * gnus-registry.el (gnus-registry-action)
6802         (gnus-registry-fetch-header-fast):
6803         Don't use mail-header that looks an internal function of mailheader.el.
6804
6805 2011-04-19  Glenn Morris  <rgm@gnu.org>
6806
6807         * time-date.el (time-to-days): Remove unused local variables.
6808
6809 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-registry.el: Eliminate cl functions.
6812         (gnus-registry-sort-addresses): New function that replaces mapcan.
6813         (gnus-registry-action, gnus-registry-spool-action)
6814         (gnus-registry-split-fancy-with-parent)
6815         (gnus-registry-fetch-recipients-fast): Use it.
6816         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6817
6818         * registry.el (initialize-instance, registry-lookup)
6819         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6820         (registry-lookup-secondary-value, registry-search, registry-delete)
6821         (registry-insert, registry-reindex, registry-size, registry-prune):
6822         Use eval-and-compile.
6823
6824 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6825
6826         * registry.el (registry-reindex): New method to recreate the secondary
6827         registry indices.
6828
6829         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6830         tracked field changes.
6831         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6832         (gnus-registry-action, gnus-registry-spool-action)
6833         (gnus-registry-handle-action)
6834         (gnus-registry--split-fancy-with-parent-internal)
6835         (gnus-registry-split-fancy-with-parent)
6836         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6837         move, and delete actions, and for fancy splitting with parent.
6838         (gnus-registry-extract-addresses)
6839         (gnus-registry-fetch-recipients-fast)
6840         (gnus-registry-fetch-header-fast): Convenience functions.
6841         (gnus-registry-misc-test): ERT test of
6842         `gnus-registry-extract-addresses'.
6843
6844 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6845
6846         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6847         Track by subject first, then sender.
6848
6849 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6850
6851         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6852
6853         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6854         Lisp.
6855
6856         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6857         (gnus-draft-send): Use it to avoid popping
6858         up frames from gnus-group-send-queue.
6859
6860 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6861
6862         * gnus-registry.el: Updated gnus-registry docs.
6863
6864 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6867         Fix logic bug.
6868         (gnus-registry-post-process-groups): Fix logging of no results and
6869         quote sender and subject.
6870
6871 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6872
6873         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6874         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6875         gnutls-cli are too slow to be done opportunistically.
6876
6877         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6878         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6879         we had no early-data returned.
6880         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6881         two async commands to the same server at the same time.
6882
6883 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6884
6885         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6886
6887 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6888
6889         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6890         "warning" level.
6891
6892         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6893         (mm-url-insert-file-contents): Don't set the package names.
6894
6895 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * gnus-registry.el (gnus-registry-action): Remove properties and
6898         simplify subject in `gnus-registry-handle-action'.
6899         (gnus-registry-spool-action): Get subject and sender from message if
6900         they are not passed in.
6901         (gnus-registry-handle-action): Remove properties and simplify subject
6902         consistently.
6903
6904 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6905
6906         * registry.el: Require CL before using defmacro*.
6907
6908 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-art.el (article-treat-date): Assume that
6911         gnus-article-date-headers may be a group parameter.
6912
6913 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6914
6915         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6916
6917         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6918         interactively so the newsrc file can contain foreign groups too.
6919         Useful for debugging but not much for users.
6920
6921 2011-04-07  David Engster  <dengste@eml.cc>
6922
6923         * registry.el (registry-usage-test): Only do
6924         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6925         lexical binding.
6926
6927 2011-04-07  David Engster  <dengste@eml.cc>
6928
6929         * Makefile.in (check, test-registry): New rules for test-suite.
6930
6931 2011-04-06  David Engster  <dengste@eml.cc>
6932
6933         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6934         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6935
6936 2011-04-06  David Engster  <dengste@eml.cc>
6937
6938         * registry.el (initialize-instance): Change :after to :AFTER to be
6939         compatible with old EIEIO version in XEmacs.
6940
6941 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * gnus-registry.el (gnus-registry-post-process-groups)
6944         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6945         and provide better messaging.
6946
6947 2011-04-06  David Engster  <dengste@eml.cc>
6948
6949         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6950         errors.
6951
6952         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6953         dgnushack-compile with error-on-warn enabled, and to signal an error if
6954         clean compilation failed.
6955         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6956         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6957
6958 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6959
6960         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6961         unconditionally anyway, discarding errors.
6962         (gnus-registry-delete-entries): New convenience function.
6963         (gnus-registry-import-eld): Import from old .eld registry.
6964
6965         * registry.el: Don't use ERT if it's not available.  Load it
6966         unconditionally anyway, discarding errors.
6967
6968         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6969         version from the Claudio Bley GnuTLS patch (extra optional parameters
6970         and host name).
6971
6972 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6975         fixup the parameters that can be customized by the user between
6976         save/read cycles.
6977         (gnus-registry-read): Use it.
6978         (gnus-registry-make-db): Use it.
6979         (gnus-registry-spool-action, gnus-registry-handle-action):
6980         Fix messaging.
6981         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6982         Map references to actual group names with sender and subject tracking.
6983         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6984         (gnus-registry-usage-test): Add subject lookup test.
6985
6986         * registry.el (registry-db, initialize-instance): Set up constructor
6987         instead of :initform arguments for the sake of older Emacsen.
6988         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6989         pre-lexbind merge bug.
6990         (registry-usage-test): Use it.
6991         (initialize-instance, registry-db): Move the non-function initforms
6992         back to the class definition.
6993
6994 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * registry.el: New library to manage gnus-registry-style data.
6997
6998         * gnus-registry.el: Use it (major rewrite).
6999
7000         * nnregistry.el: Use it.
7001
7002         * spam.el: Use it.
7003
7004 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7007         marks on non-selected articles.
7008
7009 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7010
7011         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7012         parameter to open-protocol-stream.
7013
7014 2011-04-01  Julien Danjou  <julien@danjou.info>
7015
7016         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7017         fundamental-mode.
7018
7019 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7020
7021         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7022         servers.
7023
7024 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7027         made marks not propagate, again.
7028
7029 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7030
7031         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7032         Make this the default type.
7033         (proto-stream-open-plain): Rename from proto-stream-open-default.
7034         (open-protocol-stream, proto-stream-open-starttls)
7035         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7036         with `plain'.
7037
7038         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7039         value.
7040
7041         * nntp.el (nntp-open-connection-function): Document the fact that some
7042         values are not functions but are instead handled specially.
7043         Recognize nntp-open-plain-stream value.
7044         (nntp-open-connection): Recognize that value.
7045
7046 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7049         where it seems to be needed.
7050
7051 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7054         stuff.
7055
7056         * gnus-score.el (gnus-score-string): Fix calling convention of
7057         `gnus-simplify-buffer-fuzzy' after last patches.
7058
7059         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7060         server for articles we didn't get any headers for.  This is a sanity
7061         check.
7062
7063 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7064
7065         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7066         new CAPABILITY, use it.
7067
7068 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7071         downloading anything.
7072
7073         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7074
7075 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7076
7077         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7078         colors.
7079         (gnus-splash-svg-color-symbols): New function.
7080
7081 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7082
7083         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7084         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7085         (gnus-simplify-subject-fuzzy): Use the local
7086         gnus-simplify-subject-fuzzy-regex instead of the global one.
7087         This makes using this variable in group parameters work.
7088
7089 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * gnus-registry.el (gnus-registry-unfollowed-groups):
7092         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7093         archive:sent-YYYY-MM-DD groups).
7094         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7095         tracking if there are more than `gnus-registry-max-track-groups'
7096         matches.
7097
7098 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7099
7100         * message.el (message--yank-original-internal): New function to do the
7101         insertion cleanly inside eval in `message-yank-original'.
7102         (message-yank-original): Use it.
7103
7104 2011-03-29  Julien Danjou  <julien@danjou.info>
7105
7106         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7107         local variables disabled rather than `normal-mode'.
7108
7109 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7110
7111         * imap.el (imap-shell-open, imap-process-connection-type):
7112         Use imap-process-connection-type for 'shell' streams as well as
7113         Kerberos, SSL, other subprocesses.
7114
7115 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7116
7117         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7118         with open-network-stream.
7119         (proto-stream-always-use-starttls): Option removed.
7120         (open-protocol-stream): Return a process object by default.  Provide a
7121         new parameter :return-list specifying a list-type return value, which
7122         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7123         :type `network' to `try-starttls', and `network-only' to `default'.
7124         Make `default' the default, for compatibility with open-network-stream.
7125         Handle the no-parameter case exactly as open-network-stream, with no
7126         additional stream processing.  Search plists using plist-get.
7127         Explicitly add :end-of-commend parameter if it is missing.
7128         (proto-stream-open-default): Rename from
7129         proto-stream-open-network-only.  Return 'default as the type.
7130         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7131         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7132         failed.  Always return a list with a (possibly dead) process as the
7133         first element, for compatibility with open-network-stream.
7134         (proto-stream-open-tls): Use plist-get.  Always return a list.
7135         (proto-stream-open-shell): Return `default' as connection type.
7136         (proto-stream-capability-open): Use plist-get.
7137         (proto-stream-eoc): Function deleted.
7138
7139         * nnimap.el (nnimap-stream, nnimap-open-connection)
7140         (nnimap-open-connection-1): Handle renaming of :type parameter for
7141         open-protocol-stream.
7142         (nnimap-open-connection-1): Pass a :return-list parameter
7143         open-protocol-stream to obtain a list return value.  Parse this list
7144         using plist-get.
7145
7146         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7147         for open-protocol-stream.  Accept open-protocol-stream return value
7148         that is a subprocess object instead of a list.  Handle the case of a
7149         dead returned process.
7150
7151 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7152
7153         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7154
7155         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7156
7157 2011-03-21  Julien Danjou  <julien@danjou.info>
7158
7159         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7160         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7161         query.
7162         (mm-inline-text): Render normal text with fontification whenever
7163         possible.
7164
7165         * gnus-sum.el (gnus-summary-save-parts-1):
7166         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7167         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7168         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7169         Use `mm-handle-filename'.
7170
7171         * mm-util.el (mm-handle-filename): New function, return the filename of
7172         an handle.
7173
7174 2011-03-18  Julien Danjou  <julien@danjou.info>
7175
7176         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7177         (gnus-buffer-live-p): Check that buffer is not nil.
7178
7179 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7180
7181         * gnus.el: No Gnus v0.15 is released.
7182
7183 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7186         avoid warning on XEmacs.
7187
7188         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7189         on XEmacs.
7190
7191         * gnus-art.el: Require mouse, which the build bot seems to say is
7192         needed.
7193
7194         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7195
7196         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7197         XEmacs, since it doesn't have url-retrieve-synchronously.
7198
7199         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7200         since assoc-string doesn't exist in XEmacs.
7201
7202 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7203
7204         * gnus-group.el (gnus-group-list-ticked): New function.
7205         (gnus-group-make-menu-bar): Provide a menu entry for it.
7206         (gnus-group-list-map): Provide a binding for it.
7207
7208 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7209
7210         * shr.el (shr-visit-file): New command.
7211
7212         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7213
7214 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7215
7216         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7217         servers.
7218
7219 2011-03-16  Julien Danjou  <julien@danjou.info>
7220
7221         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7222         inline.
7223
7224         * gnus-art.el (article-hide-list-identifiers):
7225         Use gnus-group-get-list-identifiers.
7226
7227         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7228         (gnus-summary-remove-list-identifiers):
7229         Use gnus-group-get-list-identifiers to get regexp.
7230         (gnus-select-newsgroup, gnus-summary-insert-subject)
7231         (gnus-summary-insert-articles):
7232         Call gnus-summary-remove-list-identifiers unconditionally.
7233
7234 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7237         we're selecting a group with unread articles.
7238
7239         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7240
7241         * gssapi.el: New file separated out from imap.el to provide a general
7242         Kerberos 5 connection facility for Emacs.
7243
7244         * message.el (message-elide-ellipsis): Document the format spec
7245         ellipsis.
7246
7247 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * message.el (message-elide-region): Allow the ellipsis to say how many
7250         lines were removed.
7251
7252 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7255         window configurations containing buffers that are now dead.
7256
7257         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7258         parsing to avoid integer overflows.
7259         (nnimap-parse-flags): Simplify the last change.
7260         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7261         too large for 32-bit Emacsen.
7262
7263 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7264
7265         * auth-source.el (auth-source-netrc-create):
7266         * message.el (message-yank-original): Fix use of `case'.
7267
7268 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7269
7270         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7271         XEmacs, which was one character too wide.
7272
7273 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7274
7275         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7276         default number of articles to display.
7277         (gnus-articles-to-read): Use pretty names for prompt.
7278
7279 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * gnus-int.el (gnus-open-server): Ditto.
7282
7283         * gnus-start.el (gnus-activate-group): Give a backtrace if
7284         debug-on-quit is set and the user hits `C-g'.
7285         (gnus-read-active-file): Ditto.
7286
7287         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7288
7289 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7290
7291         * message.el (message-yank-original): Use cond instead of CL case.
7292
7293 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7294
7295         * auth-source.el (auth-source-netrc-create): Use usual format for the
7296         default in prompts.
7297
7298 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * lpath.el: Fbind read-char-choice for XEmacs.
7301
7302 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7303
7304         * auth-source.el (auth-source-netrc-create): Show the default in the
7305         prompt when prompting for token creation.
7306
7307 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7308
7309         * auth-source.el (auth-source-format-prompt): Always convert the value
7310         to a string to avoid evaluating non-string arguments.
7311         (auth-source-netrc-create): Offer default properly, not as initial
7312         content in `read-string'.
7313         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7314         of line to determine if we've been run before.  If so, don't run again,
7315         but print a trivial message to indicate the cache was hit instead.
7316
7317 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7318
7319         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7320         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7321         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7322         Gnus.
7323
7324 2011-03-11  Julien Danjou  <julien@danjou.info>
7325
7326         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7327         modified file".
7328
7329 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7330
7331         * auth-source.el (auth-source-read-char-choice): New function to read a
7332         character choice using `dropdown-list', `read-char-choice', or
7333         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7334         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7335         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7336         (auth-source-netrc-saver): Use it.
7337         (auth-source-pick-first-password): New convenience function.
7338
7339 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7340
7341         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7342         parameter in the credentials.
7343         (nnimap-open-connection-1): Use it after a successful login.
7344         (nnimap-credentials): Add IMAP-specific user and password prompt.
7345
7346         * auth-source.el (auth-source-search): Add :require parameter, taking a
7347         list.  Document it and the :save-function return token.  Pass :require
7348         down.  Change the CREATED message from a warning to a debug statement.
7349         (auth-source-search-backends): Pass :require down.
7350         (auth-source-netrc-search): Pass :require down.
7351         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7352         Change save prompt to indicate all modifications saved here are
7353         deletions.
7354         (auth-source-netrc-create): Take user login name as default in user
7355         prompt.  Move all the save functionality to a lexically bound function
7356         under the :save-function token in the returned list.  Set up clearer
7357         default prompts for user, host, port, and secret.
7358         (auth-source-netrc-saver): New function, intended to be wrapped for
7359         :save-function.
7360
7361 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7362
7363         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7364         lines to be spaces instead.
7365
7366 2011-03-07  Julien Danjou  <julien@danjou.info>
7367
7368         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7369         (sieve-sasl-auth): Check that auth-source-search did return something,
7370         or just return an empty string.
7371
7372 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7373
7374         * gnus.el (gnus-interactive): Use read-directory-name.
7375
7376         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7377         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7378         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7379         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7380         Likewise.
7381
7382         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7383
7384 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7387         onto the list of killed groups, too.  This makes killed nnimap groups,
7388         for instance, more reliably not reappear.
7389
7390         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7391         the parent.
7392
7393         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7394
7395         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7396         really have server-side marks.
7397
7398         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7399         since most backends do not usefully have server-side marks.
7400         (gnus-update-read-articles): Propagate marks to all backends that
7401         really have server-side marks.
7402
7403 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7404
7405         * message.el (message-cite-reply-position, message-cite-style):
7406         New variables.
7407         (message-yank-original): Use the new citation styles.
7408
7409 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7410
7411         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7412         buffer-local issue); don't mark it buffer-local when running under
7413         XEmacs.
7414
7415 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7416
7417         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7418         numbers too big to be `read'.
7419
7420 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7421
7422         * password-cache.el (password-in-cache-p): Add autoload.
7423
7424         * message.el (message-options): Make buffer-local two ways to attempt
7425         to fix a XEmacs bug.
7426
7427 2011-03-02  Julien Danjou  <julien@danjou.info>
7428
7429         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7430
7431 2011-03-01  Julien Danjou  <julien@danjou.info>
7432
7433         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7434         group.
7435         (article-hide-list-identifiers): Use list-identifier group parameter.
7436
7437 2011-02-28  Julien Danjou  <julien@danjou.info>
7438
7439         * sieve.el (sieve-buffer-script-name): New local variable to store
7440         sieve script name.
7441         (sieve-edit-script): Store sieve script name.
7442         (sieve-upload): Use sieve script name when uploading.
7443         (sieve-upload): Use substitute-command-keys.
7444         (sieve-edit-script): Use substitute-command-keys.
7445         (sieve-refresh-scriptlist): Use substitute-command-keys.
7446         (sieve-manage-mode-map): Define keymap properly.
7447         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7448         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7449         Remove commented code about cvs.
7450         (sieve-manage-quit): New function.
7451         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7452
7453 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7456
7457 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7458
7459         * auth-source.el (auth-source-search): Cache empty result sets.
7460
7461         * password-cache.el (password-in-cache-p): Convenience function to
7462         check if a key is in the cache, even if the value is nil.
7463
7464         * auth-source.el (auth-source-save-behavior): New variable to replace
7465         `auth-source-never-create'.
7466         (auth-source-netrc-create): Use it.
7467         (auth-source-never-save): Remove.
7468
7469 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7470
7471         * nnimap.el (nnimap-stream): Doc fix.
7472         (nnimap-open-connection-1): Reverse the order of the ports to that the
7473         prompted-for port is first.
7474
7475         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7476         retrieval by the no-group selection.
7477
7478         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7479         numerical parameters.
7480
7481 2011-02-25  Julien Danjou  <julien@danjou.info>
7482
7483         * gnus-gravatar.el: Use gnus-with-article-buffer.
7484
7485         * gnus-art.el (gnus-with-article-buffer): Check that the
7486         gnus-article-buffer is alive.
7487
7488 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7489
7490         * auth-source.el (auth-source-creation-prompts): New variable to manage
7491         creation-time prompts.
7492         (auth-source-search): Document it.
7493         (auth-source-format-prompt): Add utility function.
7494         (auth-source-netrc-create): Don't default the user name to
7495         user-login-name.  Use `auth-source-creation-prompts' and some default
7496         prompts for user, host, port, and password (the default generic prompt
7497         remains ugly).
7498         (auth-source-never-save): Add customizable option to never save info.
7499         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7500         mode excursion.
7501
7502 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7505         argument that XEmacs doesn't support.
7506
7507         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7508         compiled for Emacsen having no `libxml-parse-html-region' support.
7509
7510         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7511
7512         * lpath.el: Bind buffer-save-without-query for XEmacs.
7513
7514 2011-02-23  Julien Danjou  <julien@danjou.info>
7515
7516         * gnus-art.el (article-make-date-line): Ignore errors if time is
7517         invalid and not convertible.
7518         (article-make-date-line): Only add lapsed time if time is not nil.
7519
7520 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7521
7522         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7523         `read-char-choice' for backwards compatibility.
7524         (auth-source-netrc-element-or-first): New function to DTRT for
7525         parameter extraction.
7526         (auth-source-netrc-create): Use it and fix multiple parameter print
7527         bug.  Use the default passed from above (given-default) or the
7528         built-in (user-login-name for :user).
7529
7530 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7531
7532         * gnus-start.el (gnus-dribble-read-file):
7533         Set buffer-save-without-query, since we always want to save the dribble
7534         file, probably.
7535
7536         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7537         nnimap.
7538
7539         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7540         -summary- since it's a user-visible variable.
7541
7542         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7543         first time you use the new Gnus.
7544
7545 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7546
7547         * auth-source.el: Don't load netrc.el.
7548         (auth-sources): Search ~/.netrc as well by default.
7549         (auth-source-debug): Add 'trivia option for extra output.
7550         (auth-source-do-trivia): Use it.
7551         (auth-source-search): Simplify logic to use
7552         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7553         appropriate.  Don't keep a running count at this level.  Layer :create
7554         and :delete options appropriately on the first and second passes.
7555         Don't track the backend with the search results.
7556         (auth-source-search-backends): New function to search a list of
7557         backends for a processed spec.
7558         (auth-source-netrc-parse): Cache all netrc files, making
7559         auth-source-netrc-cache an alist keyed by the file name and using the
7560         file mtime as the caching criterion.  Keep the obfuscated data secret
7561         with a lexical bind.
7562         (auth-source-netrc-search): Don't calculate the length of the results
7563         unnecessarily.
7564         (auth-source-search-backends): Fix bug.
7565         (auth-source-netrc-create): Rework prompts.
7566
7567 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7568
7569         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7570         Lower case names of search constraints.
7571         (nnir-run-query): Cache and reuse search constraints for all imap
7572         servers.
7573
7574 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7575
7576         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7577         after exit.
7578         (gnus-setup-message): Define missing variable from last checkin.
7579
7580         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7581         value, show the raw article.
7582
7583 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7584
7585         * gnus.el: No Gnus v0.13 is released.
7586
7587 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7588
7589         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7590         auth-source now accepts numbers.
7591
7592         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7593         spec, too.
7594         (auth-source-ensure-strings): New function.
7595
7596         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7597         (gnus-article-setup-buffer): Always restart the date timer so that user
7598         changes to the frequency is respected.
7599
7600         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7601         port numbers, so make sure it gets that if nnimap-server-port is
7602         explicit.
7603
7604 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7605
7606         * nnimap.el (nnimap-inbox): Doc fix.
7607
7608 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7609
7610         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7611         Autoload.  Add optional arg FRAME, and pass it to color-values.
7612         (color-complement): Caller changed.  Doc fix.
7613         (color-gradient): Rewrite for better clarity and efficiency.
7614
7615 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7616
7617         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7618         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7619         color-lab-to-srgb.
7620
7621 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7622
7623         * color.el: First part of merge from hexrgb.el.
7624         (color-rgb-to-hex): Rename from color-rgb->hex.
7625         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7626         saturation to zero if the value is too small.
7627         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7628         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7629         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7630         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7631         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7632         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7633         (color-cie-de2000): Doc fix.
7634
7635 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7636
7637         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7638         given method as in the group name if we're using an extended method.
7639         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7640         command, if we're using that, instead of waiting for the beginning.
7641
7642         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7643         we're sure to get unique server names, and we don't output two async
7644         commands in the same buffer.  This fixes an NNTP hang for some users.
7645
7646 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7647
7648         * gnus.el: No Gnus v0.11 is released.
7649
7650 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7651
7652         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7653         summary buffer before reading going to the next buffer.  This avoids
7654         putting the point in the group buffer if you `C-g' the command.
7655
7656         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7657         cache (for now) to make ~/.authinfo.gpg files usable.
7658
7659         * nnfolder.el (copyright-update): Define for the compiler.
7660
7661         * auth-source.el (auth-source-search): Fix unbound variable.
7662
7663 2011-02-19  Glenn Morris  <rgm@gnu.org>
7664
7665         * gnus.el (gnus-meta): Doc fix.
7666
7667 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7668
7669         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7670         in case it's not yet loaded.
7671
7672 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7673
7674         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7675         line we're waiting for.
7676
7677 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7678
7679         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7680         face with line-width greater than zero will cause RET in gnus summary
7681         buffer to scroll down article page-wise because auto vscroll happens,
7682         it should be temporally disabled when doing a scroll-up.
7683
7684 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7685
7686         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7687         outputs from the server.
7688
7689 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7690
7691         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7692         later so that bbdb can hook in easier.
7693
7694 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7695
7696         * auth-source.el (auth-source-search): Don't try to create credentials
7697         if the caller doesn't want that.
7698         (auth-source-search): If we don't find a match, don't bug out on
7699         non-bound variables.
7700         (auth-source-search): Only ask a single backend to create the
7701         credentials.
7702
7703         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7704         logging.
7705         (nnimap-credentials): Protect against auth-source-search returning nil.
7706         (nnimap-request-list): Protect against not being able to open the
7707         server.
7708
7709 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7710
7711         * auth-source.el (auth-source-search): Do a two-phase search, one with
7712         no :create to get the responses from all backends.
7713
7714         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7715         when getting credentials.
7716
7717         * gnus-util.el (gnus-delete-duplicates): New function.
7718
7719 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7720
7721         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7722         a creation default, pass the whole port list down.  It will be
7723         completed.
7724
7725         * auth-source.el (auth-source-search): Updated docs to talk about
7726         multiple creation choices.
7727         (auth-source-netrc-create): Accept a list as a value (from the search
7728         parameters) and do completion on that list.  Keep a separate netrc line
7729         with the password obscured for showing the user.
7730
7731         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7732         first choice to `auth-source-search' so it will be used for entry
7733         creation instead of the server's Gnus-specific name.
7734         (nnimap-credentials): Rely on the auth-source library to select which
7735         port is actually wanted in the new netrc entry, so don't override
7736         `auth-source-creation-defaults'.
7737
7738         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7739         :protocol and accept a missing user, host, or port as a wildcard match.
7740         (auth-source-debug): Default to off.
7741
7742         (auth-source-netrc-search, auth-source-netrc-create)
7743         (auth-source-secrets-search, auth-source-secrets-create)
7744         (auth-source-user-or-password, auth-source-backend, auth-sources)
7745         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7746         instead of :protocol.
7747
7748         * nnimap.el (nnimap-credentials): Pass a port default to
7749         `auth-source-search' in case an entry needs to be created.
7750         (nnimap-open-connection-1): Use :port instead of :protocol.
7751
7752 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * auth-source.el: Bind load-path when loading EIEIO from
7755         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7756         21.4 doesn't support, to `require'.
7757         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7758         delete-dups that is not available in XEmacs 21.4.
7759
7760 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7761
7762         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7763         as EIEIO must also be loaded when auth-source.el is being
7764         byte-compiled.
7765
7766 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7767
7768         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7769
7770         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7771
7772         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7773
7774         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7775
7776         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7777
7778         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7779
7780         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7781
7782         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7783         necessary.
7784
7785 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7786
7787         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7788         nil means that nnimap doesn't get updated.
7789
7790 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7791
7792         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7793         result when the user doesn't want to write to the file.
7794         (auth-source-netrc-search): Expect a synthetic result and proceed
7795         accordingly.
7796         (auth-source-cache-expiry): New variable to override
7797         `password-cache-expiry'.
7798         (auth-source-remember): Use it.
7799
7800         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7801         parameter.  Create entry if necessary by using :create t.
7802         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7803
7804 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7805
7806         * auth-source.el (auth-source-debug): Enable by default and don't
7807         mention the obsolete `auth-source-hide-passwords'.
7808         (auth-source-do-warn): New function to debug unconditionally.
7809         (auth-source-do-debug): Use it.
7810         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7811         and for Secrets API entries when the secrets.el library is not
7812         available.
7813
7814 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7815
7816         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7817         (gnus-summary-exit): Kill the correct article buffer on exit from a
7818         `C-d' group.
7819
7820         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7821         gnus-propagate-marks.
7822
7823         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7824         before killing the buffers so that a non-full window conf gets handled
7825         correctly.
7826         (gnus-summary-exit): Ditto.
7827         (gnus-summary-read-group-1): Ditto.
7828
7829         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7830         async code again so that we can debug it properly.
7831
7832         * message.el (message-reply): Take an optional switch-buffer parameter
7833         so that Gnus window confs are respected better.
7834
7835 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7836
7837         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7838         `plist-get' to accept non-list parameters (XEmacs issue).
7839         Fix docstring.
7840         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7841         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7842         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7843         Login collection is "Login" and not "login".
7844
7845 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7846
7847         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7848         multiple headers.
7849
7850         * nnimap.el (nnimap-inhibit-logging): New variable.
7851         (nnimap-log-command): Don't log login commands.
7852
7853         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7854         to have more parameters.
7855
7856         * nnimap.el (nnimap-send-command): Mark the command time for each
7857         command, so that we don't get NOOPs stepping on our toes.
7858
7859         * gnus-art.el (article-date-ut): Get the date from the Date header on
7860         `t'.
7861
7862 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * auth-source.el (auth-source-search): Use copy-sequence instead of
7865         the cl.el copy-list.
7866
7867 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7868
7869         * imap.el: Bring it back (revert
7870         84d800cd31de3064f0ed39617d725709a2f8f42f).
7871
7872 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7873
7874         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7875         Improve prompt.
7876
7877 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7878
7879         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7880         washing status from the default format.  It isn't very informative.
7881
7882 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7883
7884         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7885         Fix Gcc processing on imap.
7886
7887 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7888
7889         * imap.el: Remove file.  All the functionality is in nnimap.el.
7890
7891 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7892
7893         * message.el (message-bury): Don't pop up a new window when selected
7894         window is dedicated.
7895
7896 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7897
7898         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7899
7900 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7901
7902         * sieve-manage.el: Autoload `auth-source-search'.
7903         (sieve-sasl-auth): Use it.
7904
7905 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7906
7907         * nnimap.el: Autoload `auth-source-forget+'.
7908         (nnimap-open-connection-1): Use it if the connection fails.
7909
7910         * auth-source.el: Require `password-cache'.
7911         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7912         obsolete.
7913         (auth-source-magic): Marker for `password-cache' keys.
7914         (auth-source-do-cache): Update docstring.
7915         (auth-source-search): Use and check cache.
7916         (auth-source-forget-all-cached, auth-source-remember)
7917         (auth-source-recall, auth-source-forget, auth-source-forget+)
7918         (auth-source-specmatchp): Caching support functions.
7919         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7920         Remove and obsolete.
7921         (auth-source-user-or-password): Remove caching to further discourage
7922         using it.  Always hide passwords.
7923
7924         * password-cache.el (password-cache-remove): Accept secrets that are
7925         not strings.
7926
7927 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7928
7929         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7930         code for now, since it doesn't work for all users.
7931
7932 2011-02-09  Julien Danjou  <julien@danjou.info>
7933
7934         * message.el (message-options): Make message-options really buffer
7935         local.
7936
7937 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7938
7939         * mail-source.el: Autoload `auth-source-search'.
7940         (mail-source-keyword-map): Note order matters.
7941         (mail-source-set-1): Get all the mail-source source values and
7942         defaults and search auth-source on those if needed.  This can all
7943         probably be simplified.
7944
7945         * nnimap.el: Autoload `auth-source-search'.
7946         (nnimap-credentials): Use it.
7947         (nnimap-open-connection-1): Ask for the virtual server and physical
7948         address in one shot.
7949
7950         * nntp.el: Autoload `auth-source-search'.
7951         (nntp-send-authinfo): Use it.  Note TODO.
7952
7953 2011-02-08  Julien Danjou  <julien@danjou.info>
7954
7955         * shr.el (shr-tag-body): Add support for text attribute in body
7956         markups.
7957
7958         * message.el (message-options): Make message-options a local variable.
7959
7960 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7961
7962         * auth-source.el (auth-source-secrets-search)
7963         (auth-source-user-or-password): Use `append' instead of `nconc'.
7964         (auth-source-user-or-password): Build return list better and protect
7965         against nil :secret.
7966
7967 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7968
7969         * nnimap.el (nnimap-update-info): Refactor slightly.
7970         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7971         (nnimap-update-info): Clean up slightly.
7972         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7973         characters.
7974         (nnimap-process-quirk): Rename function to avoid collision.
7975         (nnimap-update-info): Fix macrology bug-out.
7976         (nnimap-update-info): Simplify split history test.
7977
7978 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7979
7980         * auth-source.el (top): Require 'eieio unconditionally.
7981         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7982         (auth-source-secrets-search): Limit search when `max' is greater than
7983         number of results.
7984
7985 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7986
7987         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7988         part not returning any data.
7989
7990         * proto-stream.el (open-protocol-stream): Document the return value.
7991
7992 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7993
7994         * auth-source.el (auth-source-secrets-search): Add examples.
7995
7996 2011-02-06  Julien Danjou  <julien@danjou.info>
7997
7998         * message.el (message-setup-1): Handle message-generate-headers-first
7999         set to t.
8000
8001 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8002
8003         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8004         API with a string "secrets:collection-name" and with 'default.
8005         (auth-source-backend-parse): Parse "secrets:collection-name" and
8006         'default.  Recurse on parses instead of repeating code.  Use the
8007         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8008         message when ignoring a source.
8009         (auth-source-search): List ignored search keys at the top level.
8010         (auth-source-netrc-create): Use `case' instead of `cond'.
8011         (auth-source-secrets-search): Created with TODOs.
8012         (auth-source-secrets-create): Created with TODOs.
8013         (auth-source-retrieve, auth-source-create, auth-source-delete)
8014         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8015         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8016         (auth-source-user-or-password-sftp)
8017         (auth-source-user-or-password-smtp): Remove.
8018         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8019         around `auth-source-search'.  Not tested thoroughly.
8020
8021 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         * auth-source.el: Bring in assoc and eioeio libraries.
8024         (secrets-enabled): New variable to track the status of the Secrets API.
8025         (auth-source-backend): New EIOEIO class to represent a backend.
8026         (auth-source-creation-defaults): New variable to set prompt defaults
8027         during token creation (see the `auth-source-search' docstring for
8028         details).
8029         (auth-sources): Simplify to allow a simple string as a netrc backend
8030         spec.
8031         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8032         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8033         (auth-source-search): Main auth-source API entry point.
8034         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8035         (auth-source-search-collection): Helper function for searching.
8036         (auth-source-netrc-parse, auth-source-netrc-normalize)
8037         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8038         Supports search, create, and delete.
8039         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8040         backend stubs.
8041         (auth-source-user-or-password): Call `auth-source-search' but it's not
8042         ready yet.
8043
8044 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8045
8046         * message.el (message-setup-1): Remove the read-only stuff, since it
8047         doesn't work under XEmacs, for some reason.
8048
8049         * gnus-sum.el (gnus-user-date): Rename back from
8050         gnus-summary-user-date since user code refers to it.
8051
8052         * shr.el (shr-render-td): Store the actual background color used.
8053
8054         * message.el (message-setup-1): Don't bind the constant
8055         -forbidden-properties.
8056         (message-setup-1): Revert previous change, since it needs to bind the
8057         props to insert them.
8058         (message-resend): Allow removing the read-only separator line.
8059
8060 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8061
8062         * nnimap.el (nnimap-request-accept-article): Give an error message if
8063         the APPEND wasn't successful.
8064
8065 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8066
8067         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8068         that have no groups.
8069
8070 2011-02-03  Julien Danjou  <julien@danjou.info>
8071
8072         * gnus-draft.el: Remove progn around gnus-draft-setup.
8073
8074 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8075
8076         * gnus-start.el (gnus-read-active-for-groups): This function is never
8077         called with a nil `infos', so clean that up.
8078         (gnus-get-unread-articles): Request active files from primary/secondary
8079         methods that have no groups (yet).
8080
8081 2011-02-03  Julien Danjou  <julien@danjou.info>
8082
8083         * message.el (message-setup-1): Always generate References first.
8084         (message-mail): Return the return value of message-setup, not always t.
8085         (message-setup-1): Insert mail-header-separator with read-only and
8086         intangible properties set.
8087
8088         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8089         user-date in docstring.
8090
8091         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8092
8093         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8094         docstring.
8095
8096         * gnus.el (gnus-user-date-format-alist): Change default value.
8097         Use defcustom, with type and group.  Move from gnus-util.el.
8098         Rename to gnus-summary-user-date-format-alist.
8099
8100 2011-02-03  Glenn Morris  <rgm@gnu.org>
8101
8102         * nnimap.el (gnus-fetch-headers): Declare.
8103
8104         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8105
8106 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8107
8108         * message.el (message-forward-make-body-digest-plain)
8109         (message-followup, message-reply): Clean up things noted by Stefan.
8110
8111         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8112         gnus-article-update-date-headers is nil.
8113         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8114         it didn't really work with defcustom.
8115         (article-update-date-lapsed): Make sure the window start doesn't move,
8116         either.
8117
8118 2011-02-01  Julien Danjou  <julien@danjou.info>
8119
8120         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8121         format.
8122
8123         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8124         standard in Emacs nowadays.
8125
8126         * color.el (color-gradient): Add a color-gradient function.
8127
8128 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8129
8130         * message.el (message-expand-name): Don't trust the return value of
8131         bbdb-complete-name.
8132         (message-check-news-header-syntax): Remove unused var `start'.
8133         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8134         (message-inhibit-body-encoding): Move to before first use.
8135         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8136         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8137         (Organization, Message-ID, Date, mh-previous-window-config):
8138         Defvar the vars using dynamic scoping.
8139
8140 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8141
8142         * shr.el (shr-render-td): Only do colors at the final rendering.
8143         Should be slightly faster.
8144         (shr-insert-table): Fix up TD background colors when doing the
8145         vertical padding.
8146
8147         * gnus-art.el (article-date-ut): Protect against articles with no Date
8148         header.
8149         (article-update-date-lapsed): Don't use current-column to find the
8150         horizontal position.  It's fragile in the presence of \003 characters.
8151
8152         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8153
8154 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8155
8156         * gnus-art.el (article-transform-date): Rewrite to still work when
8157         there are several rfc2822 parts.
8158         (article-transform-date): Fix infinite recursion.
8159         (article-date-ut): Replace infinitely many Date headers with a single
8160         one when called interactively.
8161
8162         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8163         secure manner.
8164
8165         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8166         move around by not using save-window-excursion.  It seems to work...
8167
8168 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-art.el (article-make-date-line): Work for user-defined format.
8171
8172 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8173
8174         * nntp.el (nntp-retrieve-group-data-early)
8175         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8176         fetching functions.
8177
8178         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8179         thoroughly for all backends that have no known groups.  This should
8180         allow new nnml methods to retrieve mail.
8181
8182         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8183         that Gnus doesn't know exists again.
8184
8185         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8186         (gnus-treat-date-ut): Ditto.
8187         (gnus-article-update-date-header): Rename.
8188         (gnus-treat-date-local): Remove.
8189         (gnus-treat-date-english): Remove.
8190         (gnus-treat-date-lapsed): Remove.
8191         (gnus-treat-date-combined-lapsed): Remove.
8192         (gnus-treat-date-original): Remove.
8193         (gnus-treat-date-iso8601): Remove.
8194         (gnus-treat-date-user-defined): Remove.
8195         (gnus-article-date-headers): New variable to control all the date
8196         header options.
8197         (article-date-ut): Rewrite to allow using the new way to format date
8198         headers(s).
8199
8200 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8201
8202         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8203         method.
8204         (nnmail-article-group): A better test for fanciness.
8205
8206         * nnimap.el (nnimap-request-head): Protect against not finding the
8207         article by Message-ID.
8208
8209 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8210
8211         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8212         keep point at the "same place".
8213
8214 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8215
8216         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8217         data if the group is inactive.
8218
8219 2011-01-28  Julien Danjou  <julien@danjou.info>
8220
8221         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8222         (gnus-all-windows-visible-p): Remove old compatibility code.
8223         (gnus-window-top-edge): Add docstring.
8224
8225         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8226
8227 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8228
8229         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8230         older request-update-info.
8231
8232         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8233
8234 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8235
8236         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8237         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8238
8239 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8240
8241         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8242         groups.  This makes the nndraft:queue group pop up if it's not already
8243         there.
8244
8245         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8246         messages" logic, which was reversed.
8247
8248         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8249         the "same place" even if point is on the line being replaced.
8250         (article-update-date-lapsed): Allow updating both the combined lapsed
8251         and the lapsed headers.
8252         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8253         (article-make-date-line): Limit the number of segments dynamically to
8254         avoid too-long lines.
8255
8256 2011-01-27  Julien Danjou  <julien@danjou.info>
8257
8258         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8259         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8260
8261 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8264         Use plist-get instead of the cl function getf.
8265
8266 2011-01-27  Glenn Morris  <rgm@gnu.org>
8267
8268         * gnus-util.el (float-time): Get rid of compiler warning, again.
8269
8270 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8271
8272         * shr.el (shr-put-color): Special-case background colors: Do put them
8273         at the blank parts at the front of the lines.
8274
8275         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8276         exit hook to nix out all data on readedness on group exit.
8277
8278         * gnus-util.el (float-time): If float-time is bound, always use it on
8279         all Emacsen.  It's unclear why the subrp check was there.
8280         (time-date): Require to make some autoload issues on XEmacs go away.
8281
8282         * shr.el (shr-put-color): Don't do the box padding in tables, since
8283         they're already padded.
8284
8285 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-art.el (gnus-article-next-page): When the last line of the
8288         article is displayed, scroll down once more instead of going to the
8289         next article at once.
8290         (article-lapsed-string): Refactor out and allow specifying how many
8291         segments you want.
8292         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8293         (gnus-article-update-lapsed-header): New variable.
8294
8295         * shr.el: Revert change that made headings use different-sized faces.
8296         The Emacs display engine isn't advanced enough that, for instance,
8297         tables can comfortably use differently-sized faces.
8298
8299 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8300
8301         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8302         used.
8303         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8304         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8305         we're using an encrypted connection.
8306
8307         * proto-stream.el: Alter the interface functions to also return the
8308         actual stream type used: network or tls.
8309
8310 2011-01-25  Julien Danjou  <julien@danjou.info>
8311
8312         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8313         (mm-display-javascript-inline): New function.
8314
8315         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8316         viewing function.
8317
8318 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * shr.el (shr-expand-newlines): Fix variable name.
8321
8322 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8323
8324         * shr.el (shr-expand-newlines): Make nested boxes work.
8325
8326 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8327
8328         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8329         backgrounds.
8330         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8331         in a more sensible manner.
8332
8333 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8334
8335         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8336         if EPG is loaded.
8337
8338 2011-01-24  Julien Danjou  <julien@danjou.info>
8339
8340         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8341         tags.
8342
8343 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8344
8345         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8346         commands.
8347
8348         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8349         in the article buffer.
8350         (gnus-gravatar-insert): Use blank space from the current buffer to
8351         avoid breaking text properties.  This makes X-Sent updating work again.
8352
8353         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8354
8355 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8356
8357         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8358         fix the bug in url-http.el instead.
8359
8360         * shr.el (shr-image-fetched): Ditto.
8361
8362         * shr.el (shr-image-fetched): Avoid having point move in the article
8363         buffer.
8364
8365         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8366         buffer after being called.  It's apparently being killed by url.el, and
8367         killing it made point move to end-of-buffer in a random buffer.
8368
8369         * shr.el (shr-image-fetched): Ditto.
8370
8371 2011-01-23  Julien Danjou  <julien@danjou.info>
8372
8373         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8374
8375         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8376         text/x-org.
8377
8378 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8379
8380         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8381         (i.e., nnimap) returning nil as the article number.
8382
8383 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8384
8385         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8386         "DelSp" parameter in RFC3676.
8387
8388 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8389
8390         * message.el (message-check-recipients): Display the encoded version of
8391         the bogus address if they differ.
8392
8393         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8394         after sending.
8395
8396         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8397
8398         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8399
8400         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8401         group buffer after sending the queue.
8402
8403         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8404
8405 2011-01-22  Julien Danjou  <julien@danjou.info>
8406
8407         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8408
8409 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8410
8411         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8412         nested related parts.
8413
8414         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8415         unexpired articles.  This fixes the regression that led expiry marks to
8416         disappear from nnfolder groups.
8417
8418 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8419
8420         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8421         Don't confuse the "ret" of "retrograde" with RET.
8422
8423 2011-01-21  Julien Danjou  <julien@danjou.info>
8424
8425         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8426         than mm-insert-inline.
8427
8428 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8431         Widen article buffer.
8432
8433 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8434
8435         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8436         the temp buffer.
8437         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8438
8439 2011-01-20  Julien Danjou  <julien@danjou.info>
8440
8441         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8442
8443         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8444         than mm-insert-inline to insert inline part: this respect
8445         mm-inline-media-tests displayers.
8446
8447         * mm-view.el (mm-display-shell-script-inline): New function.
8448
8449         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8450
8451         * mm-uu.el (mm-uu-type-alist): Add org block.
8452         (mm-uu-org-src-code-block-extract): New function.
8453
8454         * mm-view.el (mm-display-org-inline): New function.
8455
8456         * mm-decode.el (mm-automatic-display): Add text/org.
8457
8458         * mailcap.el (mailcap-mime-extensions): Add .org.
8459
8460 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8463         gnus-article-add-buttons.
8464
8465 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8466
8467         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8468         From header with a date and "nobody" as the sender.
8469
8470 2011-01-19  Julien Danjou  <julien@danjou.info>
8471
8472         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8473         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8474         if you have the same regexp several times.
8475         (gnus-button-push): Fix matching when regexp is symbol.
8476
8477 2011-01-15  Glenn Morris  <rgm@gnu.org>
8478
8479         * message.el (message-mail): A compose-mail function should
8480         accept headers as strings.
8481
8482 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8483
8484         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8485         Add :vert-only tags.
8486         (message-mail): New arg RETURN-ACTION.
8487         (message-return-action): New var.
8488         (message-bury): Use it.
8489         (message-mode): Make it buffer-local.
8490         (message-send-and-exit): Always call message-bury.
8491
8492         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8493         message-mail.
8494
8495 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8496
8497         * nnimap.el (nnimap-convert-partial-article): Protect against
8498         zero-length body parts.
8499
8500         * mm-decode.el (mm-preferred-alternative-precedence):
8501         Discourage showing empty parts.
8502
8503         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8504         and stuff if the backend didn't return the article number.  This fixes
8505         an Exchange-related nnimap bug.
8506
8507         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8508         group window, because it does the wrong thing when a separate frame
8509         displays the group buffer.
8510
8511         * proto-stream.el (open-protocol-stream): Protect against the low-level
8512         transport functions returning nil.
8513
8514 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8515
8516         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8517         (mml2015-epg-find-usable-secret-key): New function.
8518         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8519         mml2015-epg-find-usable-key (Bug#7797).
8520         (mml2015-epg-encrypt): Ditto.
8521
8522 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * dgnushack.el (rot13-string): Fix the way to get the argument.
8525
8526 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8527
8528         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8529
8530 2011-01-03  Glenn Morris  <rgm@gnu.org>
8531
8532         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8533
8534         * sieve.el (sieve-open-server): Give a more explicit error if
8535         sieve-manage-open returns nil.  (Bug#7720)
8536
8537 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8538
8539         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8540
8541 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8544         This avoids sending passwords in plain text over non-encrypted
8545         channels.
8546
8547         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8548
8549         * nnimap.el (nnimap-login): Refactored out into own function, and
8550         implement CRAM-MD5.
8551         (nnimap-wait-for-line): Refactored out.
8552
8553         * mm-view.el (mml-smime): Require.
8554
8555 2010-12-20  David Engster  <deng@eml.cc>
8556
8557         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8558         use EPG to decrypt S/MIME messages instead of openssl.
8559
8560 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8563
8564         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8565         status is the group clearly is unreachable.
8566
8567         * auth-source.el (auth-source-create): Add the optional second
8568         parameter to `local-variable-p' to be compatible with XEmacs.
8569
8570 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8571
8572         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8573         work when using a compressed nnml folder.
8574
8575 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8578         backends after sanitising on entry, because this never makes sense:
8579         If the articles have gone missing, then the data no longer exists on
8580         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8581         overwrite anything anyway.
8582
8583         * shr.el (shr-insert-document): Bind shr-width dynamically to
8584         window-width if it's nil.
8585
8586 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8587
8588         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8589         with the meaning of using the full emacs window width for rendering.
8590
8591 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8592
8593         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8594         case when sender is not given.
8595
8596 2010-12-23  Julien Danjou  <julien@danjou.info>
8597
8598         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8599         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8600         the addresses, otherwise we might misplaced the gravatar.
8601
8602 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8603
8604         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8605         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8606         obsolete in Emacs.
8607
8608 2010-12-20  Julien Danjou  <julien@danjou.info>
8609
8610         * gnus-util.el (gnus-rescale-image): Revert last change.
8611
8612 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8613
8614         * binhex.el: Improve commentary (Bug#7482).
8615
8616 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617
8618         * gnus-group.el (gnus-group-delete-articles): New command.
8619
8620 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8621
8622         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8623
8624 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8627         here, since it's up to the backends to do CRLF removal if their
8628         protocol has it.
8629
8630         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8631
8632 2010-12-17  Julien Danjou  <julien@danjou.info>
8633
8634         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8635         they are from file.  Can also scale up.
8636
8637 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8638
8639         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8640         Restore gnus-use-agent.
8641         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8642
8643         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8644
8645 2010-12-17  Julien Danjou  <julien@danjou.info>
8646
8647         * gravatar.el (gravatar-retrieve-synchronously): New function.
8648         (gravatar-get-data): Make more robust.
8649
8650 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8653
8654 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8655
8656         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8657         to really consider the last line.
8658
8659 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8660
8661         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8662         list of recipient keys, or use symmetric encryption if not a list.
8663         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8664         EPA override, replacing the call to `netrc-store-data'.
8665
8666 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8667
8668         * gnus-srvr.el: Avoid passing nil regexp argument to
8669         delete-matching-lines.
8670
8671 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8674         fetching stops when Gnus exits.
8675
8676         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8677         function.
8678         (nnfolder-request-expire-articles): Save all the buffers after doing
8679         expiry.
8680
8681         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8682         the last article", since that led to serious performance regressions
8683         when expiring nnml groups.
8684
8685 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8686
8687         * nnir.el: Improve customizations.
8688
8689 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8692
8693         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8694         group has been killed.
8695         (gnus-group-yank-group): Ditto.
8696
8697         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8698
8699         * nnimap.el (nnimap-request-update-group-status): New function.
8700
8701         * gnus-int.el (gnus-request-update-group-status): New interface
8702         function.
8703
8704         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8705         copying read-ness to the backends.
8706
8707         * nnimap.el (nnimap-quirk): New function.
8708         (nnimap-retrieve-group-data-early): Use it.
8709         (nnimap-quirks): New alist.
8710
8711 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8714         don't delete it within indentation.
8715
8716 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8719         previous line.
8720
8721 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8722
8723         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8724         QRESYNC command by deleting a superfluous space which broke Cyrus
8725         servers.  This change will break other servers that are buggy the other
8726         way around.
8727
8728 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8729
8730         * spam.el: Reindent and fix long lines.
8731         (spam-copy-or-move-routine): Exclude invalid move destinations.
8732
8733 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8734
8735         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8736         installed the registry.
8737
8738 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8741
8742 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8743
8744         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8745         groupname doesn't contain "gmane".
8746
8747 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8750         and netrc-bound-and-true-p bindings.
8751         (netrc-parse): Cache the netrc contents.
8752
8753         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8754         (gnus-1): Don't create the nndrafts group twice.
8755         (gnus-setup-news): There's no need to read the active file here, since
8756         that's done again later on a per-backend basis.
8757         (gnus-start-draft-setup): Make sure that the new group is started out
8758         empty.
8759
8760         * gnus-agent.el (gnus-agentize): Don't create the queue group
8761         automatically on startup.  It'll be created later, if needed.
8762
8763         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8764         of automatically subscribed groups.
8765         (gnus-auto-subscribed-categories): New variable.
8766         (gnus-matches-options-n): Use it.
8767         (gnus-default-subscribed-newsgroups): Remove unused variable.
8768         (gnus-start-draft-setup): Message a bit less.
8769
8770 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8771
8772         * nnir.el (nnir-run-imap): Return article list in order of increasing
8773         UID.
8774
8775 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8776
8777         * gnus-sum.el (gnus-summary-enter-digest-group):
8778         Mention gnus-auto-select-on-ephemeral-exit.
8779
8780         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8781         convention of the network-only option.
8782
8783 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * proto-stream.el (proto-stream-open-network-only): New function to
8786         have a way to specify non-STARTTLS upgrade connections.
8787
8788 2010-12-10  Julien Danjou  <julien@danjou.info>
8789
8790         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8791         email address is nil.
8792
8793         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8794
8795 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8796
8797         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8798         deletion.
8799         (nnir-run-imap): Only need to parse list once.
8800
8801 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8802
8803         * shr.el (shr-tag-script): Ignore <script>.
8804         (shr-tag-label): Add <label> support.
8805
8806 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8809
8810         * shr.el (shr-image-displayer): Work for images lined side by side.
8811
8812 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8813
8814         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8815         parameter, since XEmacs doesn't accept t as a parameter.
8816
8817 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8818
8819         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8820         ids.
8821         (nnir-run-gmane): Simplify groupspec formatting.
8822         (nnir-request-expire-articles): New function.
8823
8824 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825
8826         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8827         overflow, possibly.
8828
8829         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8830         (shr-render-td): Handle td style="" better.
8831         (shr-tag-table): Use the color from the style sheet.
8832         (shr-render-td): Make sure we copy over all the overlays, too.
8833
8834 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8835
8836         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8837         (nnir-request-article): Improve article retrieval.
8838
8839 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * mm-util.el (mm-extra-numeric-entities): New variable.
8842
8843         * mm-url.el (mm-url-decode-entities):
8844         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8845
8846         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8847
8848 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8849
8850         * message.el: Use completion-at-point.
8851         (message-completion-function): New fun, extracted from message-tab.
8852         (message-mode): Use it for completion-at-point-functions.
8853         (message-tab): Use it and completion-at-point.
8854
8855 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8858         character if a non-breakable character follows.
8859
8860 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8863         any stream.
8864
8865         * shr.el (shr-tag-font): Colorize the region.
8866         (shr-tag-body): Ditto.
8867         (shr-tag-font): Actually let the styles be inherited instead of
8868         overwriting them.
8869         (shr-tag-font): Get the background color right.
8870         (shr-tag-style): Ignore all <style> tags for the moment.
8871
8872         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8873         a Message-ID to avoid having nnimap depend on gnus-sum.
8874
8875         * shr.el (shr-descend): Only colorize something if we have a node that
8876         sets colors.
8877
8878 2010-12-06  Julien Danjou  <julien@danjou.info>
8879
8880         * shr.el (shr-render-td): Render td content with shr-descend, so style
8881         will be applied to <td> too.
8882         (shr-colorize-region): Colorize region even if we only have a background.
8883         (shr-tag-body): Fix color and background color inheritance.
8884         Do not recolorize after shr-generic.
8885         (shr-tag-font): Let shr-generic colorize via inheritance.
8886
8887 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8890
8891 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8892
8893         * nnir.el (nnir-request-move-article): Remove obsolete code.
8894
8895 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8898
8899 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * gnus-sum.el (gnus-summary-respool-article): The completion function
8902         expects a list instead of an alist.
8903
8904         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8905         string as the parameter.
8906
8907         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8908
8909         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8910         styles.
8911         (shr-colorize-region): New function.
8912         (shr-insert-background-overlay): Remove.
8913         (shr-render-td): Background setting should be taken care of on a higher
8914         level.
8915         (shr-tag-body): Use post-hoc colorizations.
8916         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8917         (shr-put-color-1): Don't overwrite old colors.
8918         (shr-colorize-region): When the background color isn't explicit, use
8919         a fixed background.
8920
8921         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8922         nnmail variables.
8923
8924 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8925
8926         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8927         unless necessary.
8928
8929 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8930
8931         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8932         server.
8933
8934 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8937         so that TAB works.
8938
8939         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8940         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8941
8942         * shr.el (shr-urlify): Show the URL before the title to avoid
8943         misleading URLs.
8944
8945 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8946
8947         * shr.el (shr-urlify): Display the title in <a> tags.
8948
8949 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8950
8951         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8952
8953 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8954
8955         * nnir.el: Rearrange code to allow macros to be autoloaded by
8956         gnus-sum.el.
8957         (nnir-retrieve-headers-override-function): Make this variable
8958         customizable.
8959         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8960
8961         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8962         from nnir.el.
8963
8964 2010-12-03  Julien Danjou  <julien@danjou.info>
8965
8966         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8967
8968 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8971         allow optional argument `environment'.
8972
8973 2010-12-03  Glenn Morris  <rgm@gnu.org>
8974
8975         * mm-extern.el (message-goto-body): Update declaration.
8976
8977 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-util.el (gnus-macroexpand-all): New function.
8980
8981         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8982         instead of macroexpand-all that is unavailable in XEmacs.
8983
8984 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8985
8986         * nnir.el (nnir-summary-line-format): New variable.
8987         (nnir-mode): Use it.
8988         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8989         (nnir-article-ids): Reimplement as defsubst.
8990         (nnir-retrieve-headers): Don't mangle the subject header.
8991         (nnir-run-imap): Use 100 as RSV score.
8992         (nnir-run-find-grep): Fix for full server searching.
8993         (nnir-run-gmane): Better restriction to gmane groups.
8994
8995         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8996         summary buffers.
8997
8998 2010-12-02  Julien Danjou  <julien@danjou.info>
8999
9000         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9001
9002         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9003
9004         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9005         support.
9006
9007 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9008
9009         * nnir.el: Update to handle the registry better.
9010         (autoload): Silence byte-compiler.
9011         (nnir-open-server): Add a hook for nnir groups.
9012         (nnir-request-move-article): Don't mangle the header.  Better to use
9013         formatting variables (which will be added in the future).
9014         (nnir-registry-action): Update the registry using the original article
9015         group name.
9016         (nnir-mode): Install nnir-specific hooks for updating the registry.
9017
9018         * gnus-sum.el
9019         (gnus-article-original-subject, gnus-newsgroup-original-name):
9020         Remove obsolete variables.
9021         (gnus-summary-move-article): Remove use of obsolete variables.
9022         (gnus-summary-local-variables): Make move and delete hooks local to
9023         summary buffers.
9024
9025 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * rtree.el: New file.
9028
9029 2010-12-01  Julien Danjou  <julien@danjou.info>
9030
9031         * message.el (message-user-organization): Do not use
9032         gnus-local-organization.
9033
9034         * gnus.el: Remove gnus-local-organization.
9035
9036         * gnus-msg.el: Remove nastygram thing.
9037
9038 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9039
9040         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9041         funcall.
9042
9043 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9046         names.
9047
9048         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9049         characters.
9050
9051         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9052         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9053         Suggested by Štěpán Němec <stepnem@gmail.com>.
9054         (gnus-gravatar-transform-address): Use mail-extract-address-components
9055         that supports non-ASCII names rather than mail-header-parse-addresses.
9056
9057 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * proto-stream.el (open-protocol-stream): All starttls connections are
9060         handled by the network handler.
9061
9062 2010-11-30  Julien Danjou  <julien@danjou.info>
9063
9064         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9065         (nnimap-open-connection-1): Fix PREAUTH.
9066
9067         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9068
9069 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9072         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9073         (shr-insert): Use them.
9074         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9075
9076 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9077
9078         * nnir.el (nnir-request-move-article): Bail out if original group
9079         doesn't support article moves.
9080         (nnir-get-active): Improve active list retrieval.
9081
9082 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9085
9086 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9087
9088         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9089         seem to accept strings-with-numbers as port numbers.
9090
9091 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9092
9093         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9094         change the registry.
9095
9096 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9099         delete-dups that is not available in XEmacs 21.4.
9100
9101         * mm-util.el (mm-delete-duplicates): Add comment.
9102
9103 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9104
9105         * nnir.el (nnir-ignored-newsgroups): New variable.
9106         (nnir-get-active): Use it.
9107
9108 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * proto-stream.el (proto-stream-open-network): Add some comments.
9111
9112         * nntp.el (nntp-open-connection): Provide a :success condition.
9113
9114         * nnimap.el (nnimap-open-connection-1): Ditto.
9115
9116         * proto-stream.el (proto-stream-open-network): See what the response to
9117         the STARTTLS command is.
9118
9119         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9120         backwards compatibility).
9121         (nnimap-open-connection-1): Really respect nnimap-server-port.
9122
9123         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9124         TLS upgrades we don't really care about the identity of the peer.
9125         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9126         that what we've checked for.
9127         (proto-stream-always-use-starttls): Only default to t if
9128         open-gnutls-stream exists.
9129         (proto-stream-open-network): If STARTTLS failed, then just open a
9130         normal connection.
9131         (proto-stream-open-network): Wait until the greeting before doing
9132         STARTTLS.
9133
9134         * nntp.el (nntp-open-connection): Report what the connection error is.
9135
9136         * proto-stream.el (open-protocol-stream): Rename from
9137         open-proto-stream.
9138
9139 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * nnimap.el (nnimap-stream): Change default to `undecided'.
9142         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9143         first, and then network.
9144         (nnimap-open-connection-1): Respect nnimap-server-port.
9145         (nnimap-open-connection): Be more backwards-compatible.
9146
9147         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9148         (proto-stream-open-starttls): De-duplicate the starttls code.
9149         (proto-stream-open-starttls): Folded back into the main function.
9150         (proto-stream-open-network): Fix typo in the gnutls path.
9151         (proto-stream-command): Refactor out.
9152
9153         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9154
9155         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9156         starttls.el STARTTLS.
9157
9158         * color.el (color-lab->srgb): Fix function call name.
9159
9160         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9161         if we're using tls.el.
9162         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9163         built in, then don't try to establish a STARTTLS connection.
9164
9165         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9166         servers.
9167
9168         * proto-stream.el (open-proto-stream): Use network, not stream.
9169         (open-proto-stream): Add a way to specify what the end of a command is.
9170
9171         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9172         connections types.
9173         (nntp-open-network-stream): Remove.
9174         (nntp-open-ssl-stream): Remove.
9175         (nntp-open-tls-stream): Remove.
9176         (nntp-ssl-program): Remove.
9177
9178         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9179
9180 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9181
9182         * nnir.el: Fix typos.
9183         (nnir-retrieve-headers-override-function): Rename variable to reflect
9184         new semantics.
9185         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9186         macros.
9187         (nnir-request-article, nnir-request-move-article): Use them.
9188         (nnir-categorize): New function.
9189         (nnir-run-query): Use it.
9190         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9191         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9192         sorted.
9193         (nnir-group-full-name): Use gnus-group-full-name instead.
9194         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9195         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9196
9197 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198
9199         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9200
9201         * proto-stream.el: New library to provide protocol-specific
9202         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9203         protocols.
9204         (open-proto-stream): Complete the documentation.
9205         (proto-stream-open-network): Fix some typos.
9206
9207         * nnimap.el (nnimap-open-connection): Use it.
9208
9209 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9210
9211         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9212         negotiation.
9213
9214 2010-11-26  Julien Danjou  <julien@danjou.info>
9215
9216         * color.el: Rename various rgb functions to srgb.
9217
9218 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9221         names.
9222
9223 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * shr.el (shr-insert): Revert last change.
9226         (shr-find-fill-point): Never leave point being at bol;
9227         relax the kinsoku limitation when rendering tables.
9228
9229 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9230
9231         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9232         results from -accept-article.
9233
9234         * shr-color.el: Require cl when compiling.
9235
9236         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9237         checkin.
9238
9239         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9240
9241         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9242
9243         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9244         'add and 'delete to set backend marks.
9245
9246         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9247
9248         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9249
9250         * nntp.el (nntp-request-set-mark): Use it.
9251
9252         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9253
9254         * nnml.el (nnml-request-set-mark): Ditto.
9255
9256         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9257         introduces regressions in article selection.
9258         (nnimap-find-uid-response): New function.
9259         (nnimap-request-accept-article): Use the UID returned, if any.
9260         (nnimap-request-move-article): Use the UID returned, if any.
9261         (nnimap-get-groups): Reimplement to work with folded lines.
9262         (nnimap-find-uid-response): The UID is the last element in the list.
9263         (nnimap-request-set-mark): Extend syntax with 'set.
9264
9265         * nnml.el (nnml-request-set-mark): Ditto.
9266
9267         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9268
9269         * nntp.el (nntp-request-set-mark): Ditto.
9270
9271 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * message.el (message-called-interactively-p): A temporary macro.
9274         (message-goto-body): Use it temporarily.
9275
9276 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277
9278         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9279         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9280         (nnimap-last-response-string): Fix last unfolding fix.
9281
9282 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * shr.el (shr-insert): Fix the way to fold lines.
9285
9286 2010-11-25  Julien Danjou  <julien@danjou.info>
9287
9288         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9289
9290         * color.el: Rename from color-lab.el
9291         (color-rgb->hex): Add.
9292         (color-complement): Add.
9293         (color-complement-hex): Add.
9294
9295         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9296
9297 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9298
9299         * shr-color.el (shr-color-visible): Don't bug out if the color names
9300         don't exist.
9301
9302 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9305         assuming that article displaying or another mml-preview may be
9306         interrupted for an error or for the like.
9307
9308         * shr.el (shr-get-background): Fix argument name.
9309
9310 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9313
9314         * gnus-sum.el (gnus-summary-include-articles): New function.
9315
9316         * message.el (message-goto-body): called-interactively-p needs a
9317         parameter, so use `any'.
9318
9319         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9320         clear marks before moving, since they're synced from the Gnus side
9321         first.
9322
9323         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9324         (gnus-summary-move-article): Copy over all marks before moving, so that
9325         IMAP doesn't think a new article has arrived.
9326
9327 2010-11-24  Julien Danjou  <julien@danjou.info>
9328
9329         * shr.el (shr-insert-background-overlay): Fix typo.
9330         (shr-render-td): Copy the background before rendering.
9331
9332         * shr-color.el (shr-color-visible): Fix docstring.
9333
9334         * shr.el (shr-tag-table): Add bgcolor support.
9335         (shr-render-td): Add bgcolor support.
9336         (shr-get-background): Add.
9337         (shr-insert-foreground-overlay): Use shr-get-background.
9338
9339         * message.el (message-goto-body): Use called-interactively-p.
9340         (message-in-body-p): message-goto-body returns point.
9341
9342 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9345         Fixes something or other in Emacs 23, and is backwards compatible.
9346
9347         * message.el (message-goto-body): Remove the <#secure special-casing,
9348         which is too special.
9349
9350         * shr.el (shr-parse-style): Drop !important from styles.
9351
9352 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9353
9354         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9355         this function to return incorrect results when calling it with an
9356         explicit article argument different from
9357         (gnus-summary-article-number).
9358
9359 2010-11-24  Julien Danjou  <julien@danjou.info>
9360
9361         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9362         (shr-tag-body): Add background support.
9363         (shr-descend): Add background support.
9364         (shr-tag-title): Add.
9365
9366         * shr-color.el (shr-color-visible): Really return original background
9367         if fixed.
9368
9369 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * shr.el (shr-color-check): Protect against non-existent color names.
9372
9373 2010-11-24  Julien Danjou  <julien@danjou.info>
9374
9375         * color-lab.el: Require 'cl when compiling.
9376
9377         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9378
9379         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9380         matched part.
9381
9382         * color-lab.el: Fix all expt calls to use float type.
9383
9384 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9387         expression to shr-color-check as is.
9388
9389         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9390
9391         * color-lab.el: Add coding cookie.
9392         (float-pi): Use eval-and-compile.
9393
9394         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9395         compiled for Emacsen having no `libxml-parse-html-region' support.
9396
9397 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * shr.el (shr-insert-color-overlay): Split stuff like
9400         "#444444 !important" to find the real color.
9401         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9402         parse <font color="red"> entries.
9403
9404 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9405
9406         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9407         point when parsing headers.
9408
9409         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9410         is positioned properly when parsing headers.
9411
9412 2010-11-23  Julien Danjou  <julien@danjou.info>
9413
9414         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9415
9416         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9417
9418         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9419
9420         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9421         Use shr-color-hue-to-rgb.
9422         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9423
9424 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425
9426         * shr.el (shr-color->hexadecimal): Autoload.
9427         (shr-descend): Add color to all tags.
9428
9429 2010-11-22  Julien Danjou  <julien@danjou.info>
9430
9431         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9432         shr-color->hexadecimal.
9433
9434         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9435         RGB() or HSL() color representation.
9436
9437         * shr.el (shr-tag-font): Add.
9438         (shr-tag-color-check): New function to get better colors.
9439         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9440         tag-span.
9441
9442         * shr-color.el: New file.
9443
9444         * color-lab.el: New file.
9445
9446         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9447
9448 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9449
9450         * nnir.el: Fix typo in comments.
9451         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9452         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9453
9454 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9457
9458         * nnimap.el (nnimap-get-capabilities): Refactor out.
9459         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9460
9461 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9462
9463         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9464         appearing when `mm-uu-hide-markers' is nil.
9465
9466 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * nnimap.el (nnimap-unselect-group): Make into its own function.
9469         (nnimap-request-rename-group): Unselect group before renaming.
9470         This had gotten lost somewhere.
9471         (nnimap-request-accept-article): Keep track of examined groups, and
9472         unselect the group before APPENDing to read-only groups.
9473         (nnimap-request-move-article): Clear flags before moving so that they
9474         can be re-set later.
9475
9476 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9479         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9480
9481 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-art.el (gnus-mime-display-single):
9484         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9485         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9486         parameter.
9487
9488 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9489
9490         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9491         (shr-table-vertical-line): New variable.
9492         (shr-insert-table): Use it.
9493
9494 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-html.el (gnus-html-wash-images): Don't display images if
9497         gnus-inhibit-images is non-nil; register displayer for cid images.
9498         (gnus-html-display-image): Work for cid image.
9499         (gnus-html-insert-image): Allow arguments.
9500         (gnus-html-put-image): Inhibit read-only.
9501         (gnus-html-prefetch-images): Don't prefetch images if
9502         gnus-inhibit-images is non-nil.
9503
9504 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * shr.el (shr-put-image): Break lines when inserting big pictures.
9507
9508 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9509
9510         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9511         sender, thanks Katsumi Yamaoka.
9512
9513 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9514
9515         * nnir.el (nnir-run-imap): Reverse the article list for each group
9516         rather than the whole list.
9517
9518 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * shr.el (shr-image-displayer): Protect function against non-existent
9521         image source.
9522
9523         * gnus-art.el (gnus-inhibit-images): New user option.
9524         (gnus-mime-display-single): Don't display image if it is non-nil.
9525
9526         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9527         gnus-inhibit-images.
9528
9529         * shr.el (shr-image-displayer): New function.
9530         (shr-tag-img): Use it.
9531
9532 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9533
9534         * mml2015.el (mml2015-epg-sign): Use From header.
9535
9536 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9539
9540         * gnus-util.el (gnus-find-text-property-region): Return markers.
9541
9542         * shr.el (shr-tag-img): Put a displayer in the text property.
9543
9544         * gnus-util.el (gnus-find-text-property-region): New utility function.
9545
9546         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9547         (gnus-html-show-images): Remove.
9548
9549         * gnus-art.el (gnus-article-show-images): New, more general function.
9550
9551         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9552         image url text properties.
9553
9554         * shr.el: Ditto.
9555
9556         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9557         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9558
9559 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9562         work for two or more articles.
9563
9564 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9567         divide an image that's in an html article to two or more when washing
9568         non-ASCII characters in alt text of it.
9569
9570 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9573         smime-decrypt-region using function argument.
9574         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9575
9576         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9577
9578         * smime.el (smime-decrypt-region): Catch it.
9579
9580 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9581
9582         * smime.el (smime-mode-map): Move initialization into declaration.
9583         (gnus-run-mode-hooks): Don't autoload.
9584         (smime-mode): Use define-derived-mode.
9585
9586 2010-11-11  Glenn Morris  <rgm@gnu.org>
9587
9588         * smime.el (from): Restrict declaration to XEmacs.
9589
9590         * nnir.el (gnus-group-topic-name): Autoload.
9591
9592 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * shr.el (shr-insert): Don't break long line if it is because of
9595         kinsoku-bol characters in the line end.
9596
9597 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9598
9599         * nnir.el (nnir-request-move-article): Fix to provide original group
9600         and subject.
9601         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9602         been retrieved.
9603
9604         * gnus-sum.el (gnus-summary-move-article): Use original group and
9605         subject for virtual articles such as those in an nnir summary buffer.
9606
9607 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9610         least 21.5).
9611
9612         * smime.el (from): Declare it again for XEmacs.
9613
9614 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * message.el (message-resend): Don't disable encoding unless it's
9617         already encoded.
9618
9619         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9620         low-numbered articles.
9621
9622 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * rfc2047.el (rfc2047-syntax-table): Simplify.
9625
9626         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9627
9628         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9629         set-char-table-range for XEmacs.
9630
9631 2010-11-10  Glenn Morris  <rgm@gnu.org>
9632
9633         * time-date.el (time-to-seconds): Always an alias on Emacs,
9634         never a real function.
9635         (with-no-warnings): Remove compat stub, now unused.
9636         (time-less-p): Doc fix.
9637         (time-to-number-of-days): Simplify.
9638
9639         * smime.el (from): Remove unused declaration.
9640
9641         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9642         (gnus-float-time): On Emacs, always an alias.
9643
9644         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9645         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9646
9647 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * dgnushack.el: Don't use ignore-errors in the top level form since it
9650         is unavailable in XEmacs even if cl is loaded.
9651
9652         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9653
9654 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * shr.el (browse-url-mailto): Autoload.
9657
9658         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9659
9660         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9661         regexp doesn't need quoting.
9662
9663 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9664
9665         * message.el (message-subject-trailing-was-ask-regexp)
9666         (message-subject-trailing-was-regexp): Match was: in addition to was.
9667
9668 2010-11-09  Glenn Morris  <rgm@gnu.org>
9669
9670         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9671         (nnbabyl-check-mbox): Use point-at-bol.
9672
9673 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9676
9677         * message.el (message-mailto): New function.
9678         (message-mailto): Should accept other parameters.
9679         (message-mailto): Remove since it duplicates browse-url-mailto
9680         functionality.
9681
9682 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9685         methods.
9686         (gnus-read-active-file): Ditto.
9687
9688         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9689         ": " from the prompt.
9690         (gnus-group-make-group): Ditto.
9691
9692 2010-11-07  Glenn Morris  <rgm@gnu.org>
9693
9694         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9695         (gnus-bookmark-kill-line): Use point-at-eol.
9696
9697 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9700         asterisks in From header.
9701
9702 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9703
9704         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9705         string to avoid making the From headers syntactically invalid.
9706
9707         * message.el (message-send-mail): Don't insert courtesy messages if the
9708         message already has List-Post and List-ID messages.
9709
9710 2010-11-06  Glenn Morris  <rgm@gnu.org>
9711
9712         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9713         `condition', `type', `length' a prefix.
9714         (gnus-treat-predicate): Update for above name changes.
9715
9716 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9717
9718         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9719         binding.  Handled by `gnus-summary-refer-thread' instead.
9720         (nnir-warp-to-article): New backend function.
9721
9722         * nnimap.el (nnimap-request-thread): Force dependency updating.
9723
9724         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9725         (gnus-summary-refer-thread): Rework to improve thread-referral.
9726
9727         * gnus-int.el (gnus-warp-to-article): New function.
9728
9729         * gnus-sum.el (gnus-summary-article-map): Bind it.
9730
9731 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9732
9733         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9734         gnus-summary-refer-thread.
9735
9736         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9737         headers.
9738         (gnus-summary-limit-include-thread): Prevent articles in thread from
9739         being cut in gnus-cut-threads.
9740         (gnus-summary-refer-thread): Limit retrieved headers to those in
9741         thread.
9742
9743 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * message.el (message-send-mail): Use the value of
9746         message-courtesy-message from the message buffer.
9747
9748         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9749
9750         * shr.el (shr-browse-url): Implement mailto: URLs.
9751
9752         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9753         "raw".
9754
9755         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9756         if it's already selected.
9757
9758         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9759
9760 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9763         to measure the length and truncate alt text.
9764
9765 2010-11-03  Glenn Morris  <rgm@gnu.org>
9766
9767         * nndiary.el (nndiary-generate-nov-databases-1)
9768         (nndiary-generate-active-info): Rename dynamic variable `files' to
9769         something less generic.
9770
9771 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9772
9773         * nnir.el (nnir-request-move-article): Call the underlying backend to
9774         move articles from nnir.
9775
9776 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9777
9778         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9779
9780 2010-11-02  Julien Danjou  <julien@danjou.info>
9781
9782         * nnir.el: Remove wais support.
9783
9784 2010-11-02  Glenn Morris  <rgm@gnu.org>
9785
9786         * gnus-html.el: Reorder requirements to quieten compiler.
9787
9788 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9791         properly for XEmacs as well.
9792         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9793         (gnus-article-natural-long-line-p): Use window-width rather than
9794         frame-width.
9795
9796 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9797
9798         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9799         (nnir-read-parms): Don't modify query.
9800         (nnir-run-query): Add ability to search topic on current line.
9801         (nnir-get-active): Clean up.
9802
9803 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804
9805         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9806         degenerate articles.
9807
9808         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9809         (gnus-print-buffer): Just print the buffer as is, without any copying
9810         to a buffer and then re-highlighting.
9811
9812         * nnimap.el (nnimap-request-group): Store the new updated info.
9813         (nnimap-request-group): Select the group when we don't know whether it
9814         exists or not.
9815
9816         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9817         groups.
9818
9819         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9820         groups.
9821
9822         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9823         groups.
9824
9825         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9826         long-lines case by only filling the long lines.
9827
9828         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9829         (bug#7311).
9830
9831 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * shr.el: No need to declare `declare-function' since shr.el is for
9834         only Emacsen that provide `libxml-parse-html-region'.
9835
9836         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9837         effective only in a file it is referred to.
9838
9839 2010-11-01  Glenn Morris  <rgm@gnu.org>
9840
9841         * mm-util.el (gnus-completing-read): Autoload.
9842         (mm-read-coding-system): Simplify Emacs definition.
9843
9844         * nnmail.el (gnus-activate-group):
9845         * nnimap.el (gnutls-negotiate):
9846         * nntp.el (netrc-parse): Fix declarations.
9847
9848 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9851         string-match-p in Emacs >=23.
9852
9853         * gnus-msg.el (gnus-configure-posting-styles):
9854         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9855
9856 2010-11-01  Glenn Morris  <rgm@gnu.org>
9857
9858         * nnir.el (declare-function): Add compat stub.
9859         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9860         (nnir-run-gmane): Require 'mm-url.
9861
9862         * mm-util.el (mm-string-to-multibyte): Simplify.
9863
9864         * shr.el (declare-function): Add compat stub.
9865         (url-cache-create-filename): Declare.
9866         (mm-disable-multibyte, widget-convert-button): Autoload.
9867
9868         * smime.el (ldap-search): Declare.
9869         (smime-cert-by-ldap-1): Require ldap on Emacs.
9870
9871         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9872         (nnimap-keepalive): Use gnus-float-time.
9873
9874         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9875         (mail-source-delete-crash-box): Use gnus-float-time.
9876
9877         * gnus-dired.el (gnus-completing-read): Autoload.
9878
9879         * mm-view.el (gnus-rescale-image): Autoload.
9880
9881         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9882
9883         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9884
9885         * sieve-manage.el: Require 'cl when compiling.
9886
9887         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9888         (gnus-iswitchb-completing-read): Require iswitchb.
9889         (gnus-select-frame-set-input-focus): Silence compiler.
9890
9891 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892
9893         * message.el (message-subject-trailing-was-query): Change default to t,
9894         since I think that's what most people want.
9895
9896         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9897         appending for easier debugging.
9898         (nnimap-wait-for-connection): Take a regexp.
9899         (nnimap-request-accept-article): Wait for the continuation line before
9900         sending anything unless we're streaming.
9901
9902         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9903         leave the header washing to take place.
9904
9905 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9906
9907         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9908         regular expression match and replace in posting styles.
9909
9910 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9911
9912         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9913         an entire server.
9914         (nnir-get-active): New function.
9915         (nnir-run-imap): Use it.
9916         (nnir-run-gmane): Who knew, gmane search returns an article score!
9917
9918         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9919         server on the current line with nnir.
9920
9921 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9924         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9925         left edge.
9926         (gnus-article-foldable-buffer): Skip past the prefix when determining
9927         raggedness.
9928
9929         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9930         the raw article, and change `C-u g' to show the article without doing
9931         treatments.
9932
9933         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9934         on to `gnus-treat-article'.
9935         (gnus-inhibit-article-treatments): New variable.
9936
9937         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9938
9939         * gnus-art.el (gnus-treatment-function-alist): Have
9940         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9941         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9942         sections.
9943
9944         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9945         parameter.
9946         (gnus-article-fill-cited-long-lines): New function.
9947         (gnus-article-fill-cited-article): Allow filling only long sections.
9948
9949         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9950         and non-punctuation (like after the apostrophe in "'We").
9951
9952         * gnus-sum.el (gnus-summary-select-article): Make sure
9953         gnus-original-article-buffer is alive.
9954
9955         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9956         reflect the order they're in in the digest.
9957
9958         * gnus.el (gnus-group-startup-message): Move point to the start of the
9959         buffer.
9960
9961         * nnimap.el (nnimap-capability): New function.
9962         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9963         is set.
9964
9965 2010-10-31  David Engster  <dengste@eml.cc>
9966
9967         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9968         conform with changes to gnus-completing-read.
9969
9970 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9971
9972         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9973
9974 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9975
9976         * nnir.el: Move defvar, defcustom around to keep file organized
9977         and keep byte-compiler quiet.
9978         (nnir-read-parms): Accept search-engine as arg.
9979         (nnir-run-query): Pass search-engine as arg.
9980         (nnir-search-engine): Remove.
9981
9982 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9983
9984         * shr.el (shr-generic): The text nodes should be text, not :text.
9985
9986         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9987         later in the file.
9988
9989 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9990
9991         * nnir.el: General clean up.  Allow searching with multiple engines.
9992         Allow separate extra-parameters for each engine.
9993         Batch queries when possible.
9994         (nnir-imap-default-search-key, nnir-method-default-engines):
9995         Add customize interface.
9996         (nnir-run-gmane): New engine.
9997         (nnir-engines): Use it.  Qualify all prompts with engine name.
9998         (nnir-search-engine): Remove global variable.
9999         (nnir-run-hyrex): Restore for now.
10000         (nnir-extra-parms, nnir-search-history): New variables.
10001         (gnus-group-make-nnir-group): Use them.
10002         (nnir-group-server): Remove in favor of gnus-group-server.
10003         (nnir-request-group): Avoid searching twice.
10004         (nnir-sort-groups-by-server): New function.
10005
10006 2010-10-30  Julien Danjou  <julien@danjou.info>
10007
10008         * gnus-group.el: Remove gnus-group-fetch-control.
10009
10010         * gnus-start.el (gnus-find-new-newsgroups):
10011         Remove gnus-check-first-time-used.
10012
10013         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10014
10015 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10016
10017         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10018         set on groups that don't have \* permanentflags.
10019
10020 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10021
10022         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10023         control the background color.
10024         (shr-tag-img): Ignore very small web bug type images.
10025         (shr-put-image): Add help-echo alt texts to the images.
10026         (shr-tag-video): Show the video poster image.
10027
10028 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * shr.el (shr-table-depth): New variable.
10031         (shr-tag-table-1): Only insert the images after the top-level table.
10032
10033         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10034
10035         * gnus-util.el (gnus-list-memq-of-list): New function.
10036
10037         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10038         selected.
10039         (nnimap-unsplittable-articles): New slot.
10040         (nnimap-new-articles): Use it.
10041
10042 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10043
10044         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10045         move to the previous line on `M-g'.
10046
10047 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10048
10049         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10050         *-request-group, which seems unnecessary.
10051
10052         * nnimap.el (nnimap-quote-specials): Function copied over from
10053         imap.el.
10054         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10055         they support that.  Suggested by Tom Regner.
10056
10057 2010-10-29  Julien Danjou  <julien@danjou.info>
10058
10059         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10060         defalias.
10061         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10062
10063         * gnus.el: Remove `gnus-nntp-service' variable.
10064         (gnus-secondary-servers): Make obsolete.
10065         (gnus-nntp-server): Make obsolete.
10066
10067         * gnus-start.el (gnus-1): Remove x-splash calls.
10068
10069         * gnus-ems.el (gnus-x-splash): Remove.
10070
10071         * gnus.el (gnus-group-startup-message): Simplify/update code.
10072
10073         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10074         definition.
10075
10076         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10077         capability before doing anything.
10078         (gnus-group-insert-group-line): Remove useless
10079         gnus-group-remove-excess-properties.
10080
10081 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10084
10085 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10086
10087         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10088         config after reselecting.
10089
10090 2010-10-28  Julien Danjou  <julien@danjou.info>
10091
10092         * shr.el (shr-put-image): Use point even if only inserting text.
10093         (shr-put-image): Save excursion when inserting alt text on non-graphic
10094         display, so the behavior is the same when we are on a graphic display.
10095
10096         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10097
10098 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10101         (gnus-mime-copy-part): Check coding system, not charset.
10102         (gnus-mime-view-part-externally): Never remove part.
10103         (gnus-mime-view-part-internally): Don't remove part here.
10104         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10105         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10106         multipart/alternative.
10107
10108         * mm-decode.el (mm-display-part): Take optional arg `force'.
10109
10110 2010-10-26  Julien Danjou  <julien@danjou.info>
10111
10112         * gnus-group.el (gnus-group-default-list-level): Add this function to
10113         compute the default list level.
10114         (gnus-group-default-list-level): Add possibility to use a function.
10115
10116 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10119
10120         * gnus-group.el (gnus-group-completing-read)
10121         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10122         gnus-replace-in-string.
10123
10124 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * shr.el (shr-tag-div): Add.
10127
10128         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10129
10130 2010-10-25  Julien Danjou  <julien@danjou.info>
10131
10132         * gnus-util.el: Remove `gnus-with-local-quit'.
10133
10134         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10135
10136 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10137
10138         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10139         the original article buffer.
10140
10141 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142
10143         * nnimap.el (nnimap-request-head): New function.
10144         (nnimap-request-move-article): Try to be slightly faster by not
10145         requesting the entire message when moving.
10146         (nnimap-transform-headers): Don't bug out on bodiless articles.
10147         (nnimap-send-command): Have no outstanding messages if the IMAP server
10148         doesn't support streaming.
10149         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10150
10151 2010-10-24  Julien Danjou  <julien@danjou.info>
10152
10153         * message.el (message-default-headers): Fix type.
10154
10155 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10156
10157         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10158         prefetching images.
10159
10160         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10161         backend for unknown groups.  This is mainly useful for nnimap groups.
10162
10163         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10164         group isn't covered by the agent.
10165
10166 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10167
10168         * nnir.el (nnir-method-default-engines): New variable.
10169         (nnir-run-query): Use it.
10170         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10171         (gnus-summary-nnir-goto-thread): Change group if needed.
10172
10173         * gnus-group.el (gnus-group-group-map): Add key binding for
10174         gnus-group-make-nnir-group.
10175
10176 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * shr.el (shr-tag-object): Add.
10179
10180         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10181         original article buffer live.
10182         (gnus-summary-select-article-buffer):
10183         Mention gnus-widen-article-buffer.
10184
10185 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10186
10187         * shr.el (shr-tag-strong): Add.
10188
10189 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10192         group names.  They mess up the group buffer badly.
10193
10194         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10195
10196         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10197         instead of the summary one.
10198
10199 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * mml.el (mml-preview): Work properly when editing article.
10202
10203         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10204         gnus-have-read-active-file if it's already been in.
10205
10206 2010-10-22  Tom Tromey  <tromey@redhat.com>
10207
10208         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10209         gnus-group-completing-read.
10210
10211 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * message.el (message-mode-map): Don't bind M-; to comment region, to
10214         allow the global comment-dwim to work.
10215
10216 2010-10-21  Julien Danjou  <julien@danjou.info>
10217
10218         * message.el (message-setup-1): Allow message-default-headers to be a
10219         function.
10220
10221 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * shr.el (shr-tag-table): Simplify.
10224
10225 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10226
10227         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10228         to avoid trying to snarf invalid stuff.
10229
10230         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10231
10232         * gnus.el (gnus-message-archive-group): Quote value.
10233         (gnus-message-archive-group): Mark as changed.
10234
10235         * shr.el (shr-add-font): Don't put the font properties on the newline
10236         or the indentation.
10237
10238         * message.el (message-fix-before-sending): Change options when sending
10239         non-printable characters.
10240
10241         * gnus.el (gnus-message-archive-method): Change the default to
10242         monthly outgoing groups.
10243
10244         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10245         that have gotten new numbers.
10246
10247         * nnimap.el (nnimap-request-replace-article): New function.
10248
10249 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10252         (nnrss-request-article): Don't use special html washing code.
10253
10254 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * shr.el (shr-tag-table): Remove useless nconc.
10257
10258 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10259
10260         * gnus-art.el (article-wash-html): Simplify and remove the charset
10261         stuff.  Use the normal html rendering code instead of the special html
10262         washing code.
10263
10264         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10265         `gnus-w3m' symbols.
10266         (mm-text-html-washer-alist): Remove.
10267
10268         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10269         (mm-inline-media-tests): Remove use.
10270         (mm-text-html-renderer): Change default to the `shr' symbol.
10271
10272         * mm-view.el (mm-inline-text-html): Remove use.
10273
10274         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10275         `gnus-blocked-images' to be a function.
10276         (gnus-article-wash-function): Remove.
10277
10278 2010-10-20  Julien Danjou  <julien@danjou.info>
10279
10280         * spam.el (spam-list-of-processors): Mark as obsolete.
10281
10282         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10283         (nnimap-insert-partial-structure): Fix boundary detection.
10284
10285 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10286
10287         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10288         run file-truename on remote files.  This can be expensive and even
10289         prevent one from editing drafts if some unrelated buffer has a stale
10290         connection.
10291
10292 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10295         kinsoku-eol regardless of shr-kinsoku-shorten.
10296         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10297         (shr-tag-table): Support caption, thead, and tfoot.
10298
10299 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10300
10301         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10302         lines.
10303         (shr-save-contents): New command and keystroke.
10304
10305         * nndoc.el (nndoc-type-alist): Add git support.
10306         (nndoc-git-type-p): New function.
10307         (nndoc-transform-git-article): Ditto.
10308         (nndoc-transform-git-headers): Ditto.
10309         (nndoc-transform-git-headers): Generate Subject headers.
10310
10311         * shr.el (shr-parse-style): New function.
10312         (shr-tag-span): Ditto.
10313
10314         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10315         to `G G' to avoid collisions.
10316
10317 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * shr.el: Load kinsoku if necessary.
10320         (shr-kinsoku-shorten): New internal variable.
10321         (shr-find-fill-point): Make kinsoku shorten text line if
10322         shr-kinsoku-shorten is bound to non-nil.
10323         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10324         shr-indentation too when testing if table is wider than frame width.
10325         (shr-insert-table): Use `string-width' instead of `length' to measure
10326         text width.
10327         (shr-insert-table-ruler): Make sure indentation is done at bol.
10328
10329 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10330
10331         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10332         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10333         undecoded network data.
10334
10335 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336
10337         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10338         name in the mode line spec so that the mode line menu works
10339         (bug#2431).
10340
10341         * message.el (message-get-reply-headers): If we're fed `to-address',
10342         then always use that.
10343
10344         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10345         aren't so wide as to need to switch off the edit menu.
10346
10347         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10348         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10349
10350         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10351         `M-g'.
10352         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10353         the permanent marks.
10354
10355 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10356
10357         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10358         Splitting according to references/in-reply-to obeys the ignore-groups
10359         variable, while splitting by sender and subject do not.
10360
10361 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10362
10363         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10364         alist, so that we can look for non-Unicode chars.
10365         (article-translate-strings): Allow both character and string maps.
10366
10367 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * shr.el (shr-insert): Don't insert space behind a wide character
10370         categorized as kinsoku-bol, or between characters both categorized as
10371         nospace.
10372
10373 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10374
10375         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10376         headers to gnus-newsgroup-headers.
10377
10378 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379
10380         * shr.el (shr-tag-img): Don't align images -- since we're not
10381         rescaling, this often leads to ugly displays.
10382
10383 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10384
10385         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10386         duplicates.
10387
10388 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10389
10390         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10391         call.
10392
10393 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10394
10395         * gnus.el: Autoload gnus-html-show-images.
10396
10397         * nnimap.el: Use nnheader-message throughout.
10398
10399         * shr.el (shr-tag-img): Ignore images with no data.
10400
10401 2010-10-15  Julien Danjou  <julien@danjou.info>
10402
10403         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10404         a possibility to disable format=flow encoding when using hard newlines.
10405
10406 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * shr.el (shr-insert): Remove space inserted before or after a
10409         breakable character or at the beginning or the end of a line.
10410         (shr-find-fill-point): Do kinsoku; find the second best point or give
10411         it up if there's no breakable point.
10412
10413 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * nnimap.el (nnimap-open-connection): Message when opening connection
10416         for debugging purposes.
10417
10418         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10419         on every setup buffer call to allow this to change from article to
10420         article.
10421
10422         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10423         buffers where we have a wide table.
10424
10425 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10426
10427         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10428         uses *-request-thread.
10429
10430 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10431
10432         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10433         incantation, which is no longer valid.
10434
10435 2010-10-14  Julien Danjou  <julien@danjou.info>
10436
10437         * shr.el: Fix defcustom type (char -> character).
10438
10439 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10440
10441         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10442         programs.
10443
10444 2010-10-14  Julien Danjou  <julien@danjou.info>
10445
10446         * shr.el (shr-tag-a): Use url-link as widget type.
10447
10448         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10449         `gnus-group-get-icon'.
10450
10451 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452
10453         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10454         This should make server editing work better.
10455
10456         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10457
10458         * tls.el (tls-program): Remove spurious %s from openssl.
10459
10460         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10461         (nnimap-parse-flags): Fix regexp.
10462
10463         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10464         probably work for CJVK text, too.
10465
10466         * nnimap.el (nnimap-extend-tls-programs): Remove.
10467         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10468
10469         * tls.el (tls-starttls-switches): Remove starttls hack.
10470         (open-tls-stream): Ditto.
10471         (tls-find-starttls-argument): Ditto.
10472
10473 2010-10-13  Julien Danjou  <julien@danjou.info>
10474
10475         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10476         responses.
10477
10478 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10479
10480         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10481
10482         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10483         anything in Emacs.
10484
10485         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10486
10487 2010-10-13  Julien Danjou  <julien@danjou.info>
10488
10489         * shr.el (shr-width): Make shr-width a defcustom with default to
10490         fill-column.
10491         (shr-tag-img): Use shr-width rather than fill-column.
10492
10493 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * dgnushack.el (byte-optimize-apply):
10496         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10497
10498         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10499         position when (X-)Faces exist.
10500         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10501         avatars when called interactively.
10502
10503 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10506         gnus-article-x-face-too-ugly is bound.
10507
10508 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10509
10510         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10511
10512         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10513         mailbox that doesn't exist.
10514
10515 2010-10-12  Julien Danjou  <julien@danjou.info>
10516
10517         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10518         (shr-get-image-data): Encode URL properly when fetching from cache.
10519         (shr-tag-img): Use aligned-to spaces to align correctly images.
10520
10521         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10522         before inserting the Gravatar.
10523
10524         * shr.el (shr-tag-img): Add align attribute support for <img>.
10525
10526 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * gnus-gravatar.el (gnus-art): Require.
10529
10530         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10531         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10532         Remove long obsoleted functions.
10533
10534 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10537
10538         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10539
10540         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10541         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10542         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10543         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10544         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10545         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10546         * sieve-manage.el, smime.el, spam.el:
10547         Fix comment for declare-function.
10548
10549 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * nnimap.el (nnimap-request-rename-group): Select group read-only
10552         before renaming it.
10553
10554         * shr.el (shr-insert): Fix up the white space only regexp.
10555
10556         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10557         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10558
10559         * shr.el (shr-current-column): New function.
10560         (shr-find-fill-point): New function.
10561
10562 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10563
10564         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10565         numbers.
10566
10567 2010-10-11  Julien Danjou  <julien@danjou.info>
10568
10569         * shr.el (shr-hr-line): Add.
10570         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10571         display hr lines.
10572         (shr-max-columns): Do not change state to nil if we just inserting
10573         spaces.
10574
10575 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10576
10577         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10578         select the last group.
10579
10580 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10581
10582         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10583
10584 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10585
10586         * dig.el (dig-mode-map): Declare and define in one step.
10587
10588 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10589
10590         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10591         for Gnus.
10592         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10593         (nnimap-update-qresync-info): Mark \Seen articles as read.
10594
10595         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10596         non-variable, too.
10597
10598         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10599         available.
10600         (nnimap-update-info): Rely more on the current active than the param
10601         active to avoid marking articles as read too much.
10602
10603         * auth-source.el (auth-source-create): Use (user-login-name) for the
10604         user name default.
10605
10606         * nnimap.el (nnimap-update-info): If the server doesn't return any
10607         useful info, just use the previous info.
10608         (nnimap-update-info): Prefer old info over start-article.
10609         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10610
10611 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10612
10613         * nnir.el (autoload): Clean up autoloads.
10614         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10615         Use key rather than value.
10616         (nnir-imap-search-other): New variable.
10617         (nnir-read-parm): Use it.
10618         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10619         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10620
10621 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10622
10623         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10624         the process, too.
10625
10626 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * spam.el (gnus-summary-mode-map): Bind to "$".
10629         Suggested by Russ Allbery.
10630
10631         * shr.el: Rework the way things are indented by <li> slightly.
10632
10633         * gnus.el (gnus-group-set-parameter): Fix typo.
10634
10635         * nnimap.el: Start implementing QRESYNC support.
10636
10637 2010-10-09  Julien Danjou  <julien@danjou.info>
10638
10639         * nnir.el (nnir-engines): Fix too many arguments.
10640
10641 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10642
10643         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10644         group is the "last", so that the backends like nnfolder actually save
10645         their folders.
10646
10647         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10648         try to use that for the tls stream.
10649         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10650         UIDVALIDITY and find out which groups are read-only and not.
10651         (nnimap-get-flags): Use the same marks parsing code as the rest of
10652         nnimap.
10653
10654 2010-10-09  Julien Danjou  <julien@danjou.info>
10655
10656         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10657
10658         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10659         retrieving gravatars.
10660
10661         * shr.el (shr-table-corner): Add.
10662         (shr-table-line): Add.
10663         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10664
10665 2010-10-08  Julien Danjou  <julien@danjou.info>
10666
10667         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10668
10669 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10670
10671         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10672
10673         * gnus-sum.el (gnus-mark-article-as-unread)
10674         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10675         (gnus-summary-set-bookmark): Use it.
10676
10677         * gnus-msg.el (gnus-setup-message): Use it.
10678
10679         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10680
10681         * gnus.el (gnus-group-remove-parameter): Use it.
10682
10683         * gnus-group.el (gnus-group-make-web-group): Use it.
10684
10685         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10686
10687         * nnregistry.el: Update docs to mention manual.
10688
10689         * gnus-registry.el: Update docs to mention nnregistry.el.
10690         (gnus-registry-initialize): Don't install nnregistry refer method
10691         automatically.
10692         (gnus-registry-install-nnregistry): Remove it.
10693
10694 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10695
10696         * shr.el (shr-insert): Don't insert double spaces.
10697
10698 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * gnus-gravatar.el (gnus-treat-from-gravatar)
10701         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10702         called interactively.
10703
10704         * gnus-art.el (gnus-mime-view-part-externally)
10705         (gnus-mime-view-part-internally): Make predicate function passed to
10706         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10707         of a mime type.
10708
10709         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10710
10711 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10712
10713         * shr.el (require): Require cl when compiling.
10714         (shr-tag-hr): New function.
10715
10716         * nnimap.el (nnimap-update-info): Remove double setting of high.
10717         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10718         This makes nnimap work properly on Courier again.
10719
10720         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10721         the variable for backwards compatibility.
10722
10723         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10724         the file name before using to avoid setting mm-default-directory to
10725         nil.
10726
10727         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10728         bidning gnus-agent variables.
10729
10730         * shr.el (shr-render-td): Use a cache for the table rendering function
10731         to avoid getting an exponential rendering behavior in nested tables.
10732         (shr-insert): Rework the line-breaking algorithm.
10733         (shr-insert): Don't leave trailing spaces.
10734         (shr-insert-table): Also insert empty TDs.
10735         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10736
10737 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10738
10739         * gnus-sum.el (gnus-number): Rename from `number'.
10740         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10741         (gnus-summary-limit-children): Update uses correspondingly.
10742
10743 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10746         (gnus-gravatar-transform-address): Don't show avatars of people of
10747         which mail addresses match gnus-gravatar-too-ugly.
10748
10749 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * shr.el (shr-table-widths): Expand TD elements to fill available
10752         space.
10753
10754 2010-10-07  Julien Danjou  <julien@danjou.info>
10755
10756         * nnimap.el (nnimap-request-rename-group): Add this method.
10757
10758 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10761         name from XEmacs' function-arglist.
10762
10763         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10764         gravatar under XEmacs.
10765
10766 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10767
10768         * auth-source.el: Update docs with TODO items.
10769
10770         * gnus-sync.el: Update docs to explain state and plans.
10771
10772         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10773         Hooks for mark updates.
10774         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10775
10776         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10777         hooks with arguments, which is needed for mark update hooks.
10778
10779 2010-10-06  Julien Danjou  <julien@danjou.info>
10780
10781         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10782         was matched.
10783
10784         * sieve-manage.el: Update example in `Commentary'.
10785
10786         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10787
10788         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10789         not 2000.
10790         (sieve-manage-authenticate): Re-add function.
10791
10792 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * shr.el (shr-insert): Get 'space transition right.
10795         (shr-render-td): Only delete space at the end of the TD.
10796
10797         * nnimap.el (nnimap-open-connection): Prepare to support
10798         open-gnutls-stream.
10799
10800         * shr.el: Rearrange function order to be more logical.
10801
10802 2010-10-06  Julien Danjou  <julien@danjou.info>
10803
10804         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10805         (nnrss-discover-feed): Remove 404 URL in docstring.
10806
10807         * nnir.el: Fix Swish-E URL.
10808         Fix Namazu URL.
10809
10810         * message.el (message-change-subject): Remove 404 URL in a comment.
10811
10812 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10815         called interactively.
10816
10817         * gnus-util.el (gnus-remove-if): Allow hash table.
10818         (gnus-remove-if-not): New function.
10819
10820         * gnus-art.el (gnus-mime-view-part-as-type):
10821         * gnus-score.el (gnus-summary-score-effect):
10822         * gnus-sum.el (gnus-read-move-group-name):
10823         Replace remove-if-not with gnus-remove-if-not.
10824
10825         * gnus-group.el (gnus-group-completing-read):
10826         Regard collection as a hash table if it is not a list.
10827
10828 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10831
10832         * shr.el: Document the table-rendering algorithm.
10833
10834 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10837         for Emacsen having no `libxml-parse-html-region' support.
10838
10839 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10840
10841         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10842         invalid URLs.
10843
10844         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10845         line-broken.
10846         (shr-tag-img): Ignore image fetching errors.
10847         (shr-overlays-in-region): Compute overlay positions correctly.
10848
10849         * mm-decode.el (mm-shr): Require shr.
10850
10851         * gnus-art.el (gnus-blocked-images): Move variable here.
10852
10853         * shr.el (shr-insert-table): Bind free variable.
10854
10855         * mm-decode.el (mm-shr): Bind shr-content-function.
10856
10857         * shr.el (shr-content-function): New variable.
10858
10859         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10860         added for symmetry.
10861
10862         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10863
10864         * gnus-group.el (gnus-group-make-group): Doc fix.
10865
10866         * nnimap.el (nnimap-request-newgroups): Return success.
10867
10868         * shr.el (shr-find-elements): New function.
10869         (shr-tag-table): Put all the images after the table.
10870         (shr-tag-table): Really inhibit images inside the table.
10871         (shr-collect-overlays): Copy over overlays from the TD elements to the
10872         main document.
10873
10874         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10875         gnus-blocked-images.
10876
10877 2010-10-05  Julien Danjou  <julien@danjou.info>
10878
10879         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10880
10881         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10882         (gnus-html-maximum-image-size): Add this function.
10883         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10884
10885         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10886         server-value of the capability is nil.
10887
10888 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889
10890         * shr.el (shr-tag-em): Add <EM> tag.
10891
10892 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10893
10894         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10895         customizable.
10896
10897         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10898         handing broken links to browse-url.
10899
10900 2010-10-05  Julien Danjou  <julien@danjou.info>
10901
10902         * gnus-util.el (gnus-emacs-completing-read)
10903         (gnus-iswitchb-completing-read): Use autoload rather than require.
10904
10905 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10908         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10909         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10910         iswitchb-temp-buflist for XEmacs.
10911
10912         * gnus-util.el (gnus-completing-read-function): Exclude
10913         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10914         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10915         XEmacs.
10916
10917         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10918         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10919
10920         * gnus-html.el: Don't require help-fns under XEmacs.
10921         (gnus-html-schedule-image-fetching): Work for XEmacs.
10922
10923         * mm-decode.el (mm-shr): Decode contents by charset.
10924
10925 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10926
10927         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10928         unknown.
10929
10930         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10931         (shr-get-image-data): Ensure against the cache file missing.
10932
10933         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10934         for data.
10935
10936         * spam-report.el (spam-report-url-ping-plain): Don't query about
10937         killing the process.
10938
10939         * shr.el (shr-render-td): Protect against too-wide text.
10940
10941 2010-10-04  Julien Danjou  <julien@danjou.info>
10942
10943         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10944         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10945
10946         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10947         retrieved.
10948
10949 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950
10951         * shr.el (browse-url): Require.
10952         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10953         lines.
10954         (shr-show-alt-text, shr-browse-image): New commands.
10955         (shr-browse-url, shr-copy-url): New commands.
10956
10957         * gnus-sum.el (gnus-widen-article-window): New variable.
10958         (gnus-summary-select-article-buffer): Use it.
10959
10960         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10961         without @ signs.
10962
10963 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10964
10965         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10966
10967 2010-10-04  Julien Danjou  <julien@danjou.info>
10968
10969         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10970         for XEmacs.
10971
10972 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973
10974         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10975
10976         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10977         (nnimap-close-server): Implement.
10978
10979         * dgnushack.el (iswitchb): Require to shut up the compiler.
10980
10981         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10982         (shr-insert): Tweak line breaking.
10983         (shr-insert): Handle <pre> better.
10984         (shr-tag-li): Get <li> indentation right.
10985         (shr-tag-li): Get <li> indentation even righter.
10986         (shr-tag-blockquote): Ensure paragraph start.
10987         (shr-make-table): Tweak table generation.
10988         (shr-make-table): Fix typo.
10989
10990         * shr.el: Implement table rendering.
10991
10992 2010-10-04  Julien Danjou  <julien@danjou.info>
10993
10994         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10995
10996 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997
10998         * shr.el (shr-insert): Use string anchors instead of line anchors.
10999
11000 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11001
11002         * shr.el: Add headings.
11003         (shr-ensure-paragraph): Actually work.
11004         (shr-tag-li): Make <ul> prettier.
11005         (shr-insert): Get white space at the beginning/end of elements right.
11006         (shr-tag-p): Collapse subsequent <p>s.
11007         (shr-ensure-paragraph): Don't insert double line feeds after blank
11008         lines.
11009         (shr-insert): \t is also space.
11010         (shr-tag-s): Fix "s" tag name function.
11011         (shr-tag-s): Fix face prop name.
11012
11013 2010-10-03  Julien Danjou  <julien@danjou.info>
11014
11015         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11016
11017         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11018         gnus-window-inside-pixel-edges.
11019
11020         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11021         gnus-ems.
11022
11023         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11024
11025         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11026         function.
11027
11028         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11029         resize choice.
11030
11031 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11032
11033         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11034         beginning of the buffer.
11035
11036         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11037         article buffer again.
11038
11039         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11040
11041         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11042         when it's at the start of the buffer.
11043
11044         * shr.el (shr-tag-blockquote): Convert name.
11045         (shr-rescale-image): Use the right image-size variant.
11046
11047         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11048         buffer isn't shown, then select the current article first instead of
11049         bugging out.
11050         (gnus-summary-select-article-buffer): Show both the article and summary
11051         buffers again.
11052
11053         * shr.el (shr-fontize-cont): Protect against regions with no text.
11054         Rename tag functions to shr-tag-* for enhanced security.
11055         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11056
11057 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11058
11059         * shr.el (shr-insert):
11060         * pop3.el (pop3-movemail):
11061         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11062         loaded.
11063
11064 2010-10-03  Glenn Morris  <rgm@gnu.org>
11065
11066         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11067
11068         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11069
11070         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11071
11072         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11073
11074         * gnus-util.el (gnus-make-local-hook): Simplify.
11075
11076 2010-10-02  Julien Danjou  <julien@danjou.info>
11077
11078         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11079         (gnus-ido-completing-read): New function.
11080         (gnus-emacs-completing-read): New function.
11081         (gnus-completing-read): Use gnus-completing-read-function.
11082         Add gnus-completing-read-function.
11083
11084 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11085
11086         * shr.el (shr-insert-document): Autoload.
11087         (shr-img): Be silent.
11088         (shr-insert): Add a newline after every picture before text.
11089         (shr-add-font): Use overlays for combining faces.
11090         (shr-insert): Pass upwards the text start point.
11091
11092         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11093         possible.
11094         (mm-shr): New function.
11095
11096 2010-10-02  Julien Danjou  <julien@danjou.info>
11097
11098         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11099         should go backward.
11100
11101 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11102
11103         * shr.el (shr): Fix typo in provide call.
11104
11105 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11106
11107         * shr.el: New file.
11108
11109         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11110
11111         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11112         completing read.
11113
11114 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11115
11116         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11117         we're being queried about.  Suggested by Dan Jacobson.
11118
11119         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11120         Suggested by Jason Eisner.
11121
11122         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11123         table, too.  Suggested by Stefan Wiens.
11124         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11125         the table unnecessary.  Suggested by Stefan Wiens.
11126
11127         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11128         longer needed, and probably doesn't work either, as pointed out by
11129         Stefan Wiens.
11130         (gnus-summary-exit): Remove call to the clearing function.
11131         (gnus-summary-exit-no-update): Ditto.
11132
11133         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11134         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11135         Reported by Stefan Monnier.
11136         (gnus-summary-save-in-rmail): Ditto.
11137
11138         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11139         article buffer, instead of both the article buffer and the summary
11140         buffer.  Sort of suggested by Dan Jacobson.
11141
11142         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11143
11144         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11145         Suggested by Dan Jacobson.
11146
11147         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11148         documentation clearer.
11149
11150         * message.el (message-shorten-references): Comment on the number "21".
11151         Suggested by Stefan Monnier.
11152
11153         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11154         Suggested by Dan Jacobson.
11155
11156         * gnus.el (gnus-large-newsgroup):
11157         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11158
11159         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11160         externalize attachments.  Bug reported by Steve Wen.
11161
11162         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11163         really message anything to the user.
11164
11165         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11166         directly.
11167
11168         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11169         messages in empty groups.
11170
11171 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11172
11173         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11174         non-UIDNEXT group.
11175
11176 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11179         not the value from the collection.
11180
11181         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11182         values.  This sometimes happens on some groups that have no info.
11183         (nnimap-request-newgroups): New function.
11184
11185 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11186
11187         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11188         check into `gnus-registry-initialize'.
11189         (gnus-registry-initialize): Ditto.
11190         Fix and extend header docs.
11191
11192 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11195         regexp backtrace overflows.
11196
11197         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11198         for starttls that tls.el implements; i.e. openssl.
11199
11200         * tls.el (tls-starttls-switches): Give up on using starttls with
11201         gnutls-cli.
11202         (tls-program): Add --insecure to be consistent with the defaults from
11203         openssl s_client.  Now all three commands are insecure.
11204
11205 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * lpath.el: Bind completion-styles-alist for XEmacs.
11208
11209         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11210         (gravatar-create-image): New function that's an alias to
11211         gnus-xmas-create-image, gnus-create-image, or create-image.
11212         (gravatar-data->image): Use it.
11213
11214 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11215
11216         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11217         install the nnregistry refer method.
11218         (gnus-registry-install-hooks): Use it.
11219         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11220         unfollowed groups.
11221
11222 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11223
11224         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11225         expanding threads.
11226
11227 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * nnir.el: Use the server names without suffixes (bug#7009).
11230
11231         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11232         unencrypted to STARTTLS, if possible.
11233
11234 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11235
11236         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11237         headers before superseding.
11238
11239 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11240
11241         * nnrss.el (nnrss-use-local): Add documentation.
11242
11243         * nnimap.el (nnimap-extend-tls-programs): New function.
11244         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11245         (nnimap-wait-for-connection): Accept the greeting from the stupid
11246         output from openssl s_client -starttls, too.
11247
11248         * tls.el (tls-starttls-switches): New variable.
11249         (tls-find-starttls-argument): Use it.
11250         (open-tls-stream): Ditto.
11251
11252         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11253         (netrc-machine): Ditto.
11254
11255         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11256         article number.
11257         (nnimap-split-fancy): New variable.
11258         (nnimap-split-incoming-mail): Use it.
11259
11260         * nntp.el (nntp-server-list-active-group): Document.
11261
11262         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11263         SELECT to get the message-id.
11264
11265         * mail-source.el (mail-sources): Remove webmail support.
11266         (defvar): Ditto.
11267         (mail-source-fetcher-alist): Ditto.
11268         (mail-source-fetch-webmail): Remove.
11269
11270         * webmail.el: Remove -- doesn't seem relevant any more.
11271
11272         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11273
11274         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11275         the \r.
11276
11277 2010-09-30  Julien Danjou  <julien@danjou.info>
11278
11279         * gnus-agent.el (gnus-agent-add-group): Fix call to
11280         gnus-completing-read.
11281
11282 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * nndoc.el (nndoc-retrieve-groups): New function.
11285
11286         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11287         `default', use nnmail-split-methods.
11288         (nnimap-request-article): Downcase the NILs so that they are nil.
11289
11290         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11291         symbol.
11292
11293         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11294         code, since if the user has requested network, that's what they ought
11295         to get.
11296         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11297         (nnimap-split-rule): Mark as obsolete.
11298
11299         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11300         New variable.
11301
11302         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11303         correct slot, too.
11304
11305 2010-09-29  Julien Danjou  <julien@danjou.info>
11306
11307         * gnus.el (gnus-local-domain): Declare variable obsolete.
11308
11309         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11310         Fix history computing.
11311         (gnus-ido-completing-read): Require ido.
11312
11313 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11314
11315         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11316         build Gnus.
11317
11318         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11319         when interpreting the structures.
11320         (nnimap-request-accept-article): Add \r\n to the lines to make this
11321         work with Cyrus.
11322
11323         * nndraft.el (nndraft-request-expire-articles): Use the group name
11324         instead if "nndraft".  Fix found by Nils Ackermann.
11325
11326 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11327
11328         * nnregistry.el: Add.
11329
11330 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11331
11332         * nnmail.el (group, group-art-list, group-art):
11333         Remove unneeded directives.
11334
11335 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11338         (mm-mime-charset):
11339         * rfc2047.el (rfc2047-syntax-table):
11340         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11341
11342         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11343         rather than `insert-file-contents' and `eval-region'.
11344
11345         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11346         construction.
11347
11348         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11349
11350         * time-date.el: No need to require cl for Emacs 21.
11351
11352 2010-09-29  Julien Danjou  <julien@danjou.info>
11353
11354         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11355         replacement of `gnus-gravatar-relief' to mimic
11356         `gnus-faces-properties-alist'.
11357         Add :version property.
11358
11359 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * mail-source.el (mail-source-report-new-mail):
11362         * message.el (message-default-mail-headers):
11363         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11364
11365         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11366
11367 2010-09-28  Julien Danjou  <julien@danjou.info>
11368
11369         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11370         mail-address contains the same string as real-name.
11371
11372         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11373         non-blank in header, otherwise it'll get stripped.
11374
11375         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11376         real-name, and then for mail address rather than doing : or , search.
11377
11378 2010-09-27  Julien Danjou  <julien@danjou.info>
11379
11380         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11381         right completing-read function.
11382         (gnus-use-ido): New variable
11383         (gnus-completing-read-with-default): Remove.
11384         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11385         (gnus-agent-add-group):
11386         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11387         * mm-view.el (mm-view-pkcs7-decrypt):
11388         * mm-util.el (mm-codepage-setup):
11389         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11390         * mml-smime.el (mml-smime-openssl-sign-query):
11391         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11392         (mml-insert-multipart):
11393         * gnus-msg.el (gnus-summary-yank-message):
11394         * gnus-int.el (gnus-start-news-server):
11395         * mm-decode.el (mm-interactively-view-part):
11396         * gnus-dired.el (gnus-dired-attach):
11397         * gnus.el (gnus-read-method):
11398         * gnus-bookmark.el (gnus-bookmark-jump):
11399         * gnus-art.el (gnus-mime-view-part-as-type)
11400         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11401         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11402         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11403         * nnmairix.el (nnmairix-create-server-and-default-group)
11404         (nnmairix-update-groups, nnmairix-get-server)
11405         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11406         (nnmairix-get-group-from-file-path):
11407         * nnrss.el (nnrss-find-rss-via-syndic8):
11408         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11409         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11410         (gnus-group-browse-foreign-server):
11411         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11412         (gnus-summary-execute-command, gnus-summary-respool-article)
11413         (gnus-read-move-group-name):
11414         * gnus-score.el (gnus-summary-increase-score)
11415         (gnus-summary-score-effect):
11416         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11417
11418 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11421         x-focus-frame.
11422
11423         * nnimap.el (auth-source-forget-user-or-password)
11424         (auth-source-user-or-password): Autoload.
11425
11426         * message.el (message-from-style, message-interactive)
11427         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11428         (message-yank-prefix, message-indentation-spaces, message-signature)
11429         (message-signature-file): Add comment.
11430
11431 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432
11433         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11434         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11435         new articles.
11436
11437         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11438         parts.
11439         (nnimap-request-article): Work with the t setting, too.
11440
11441         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11442         that you don't get flashes of other buffers.
11443         (gnus-summary-show-complete-article): Intern before setting.
11444
11445 2010-09-27  David Engster  <dengste@eml.cc>
11446
11447         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11448         well as HEADERS.
11449         (nnmairix-retrieve-headers): Provide new argument for the above.
11450
11451 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * gnus-sum.el (gnus-summary-move-article): Don't alter
11454         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11455         group.
11456
11457         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11458
11459         * message.el (message-cite-prefix-regexp): Revert my last edit.
11460
11461         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11462         variable instead of the Gnus variable.
11463
11464         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11465
11466         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11467
11468         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11469         since some servers don't like it.
11470         (nnimap-open-connection): Forget credentials if the server says the
11471         password was wrong.
11472         (nnimap-parse-line): Protect against invalid data.
11473
11474         * gnus-sum.el (gnus-summary-move-article): Add comment.
11475         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11476         nothing alters it while scanning for new messages.
11477
11478         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11479         which may or may not help.
11480         (nnimap-open-connection): If we're doing a stream connection, and then
11481         discover we're on a STARTTLS-capable server, then open a STARTTLS
11482         connection instead.
11483
11484 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11485
11486         * nnimap.el (utf7): Require.
11487
11488         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11489         prefix.
11490
11491 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11492
11493         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11494
11495 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11496
11497         * nnimap.el (nnimap-request-accept-article): Message the error on
11498         error.
11499
11500 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11503
11504 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11505
11506         * nndoc.el (nndoc-request-list): Return success always.
11507
11508         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11509         `fetch-old' -- we only want to fetch the articles we've requested.
11510         The rest are in the agent, probably.
11511         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11512         disappeared server" to something low.  It's not important.
11513
11514         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11515         arrived before the FETCH data.
11516
11517         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11518         target here, because we don't know the Gnus name of the group.
11519
11520         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11521         for the correct group.
11522
11523         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11524
11525         * gnus.el (gnus): Give a final warning after startup.
11526
11527         * gnus-util.el (gnus-action-message-log): New variable.
11528         (gnus-message): Use it.
11529         (gnus-final-warning): New function.
11530
11531         * nnimap.el (nnimap-open-connection): Record the greeting.
11532         (nnimap): Add greeting.
11533
11534 2010-09-26  Julien Danjou  <julien@danjou.info>
11535
11536         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11537         arguments.
11538         (gnus-html-wash-images): Fix spec computing to include start/end.
11539
11540         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11541
11542 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11545         deletion.
11546         (nnimap-retrieve-headers): Don't select the group, because that's
11547         already done by nnimap-possibly-change-group.
11548
11549         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11550         (gnus-picon-transform-address): Use it.
11551
11552         * mail-source.el (mail-source-value): Revert previous patch.
11553
11554         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11555         on failure.
11556         (nnimap-open-connection): Look up both virtual and physical server name
11557         credentials.
11558
11559         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11560
11561 2009-02-07  Dave Love  <fx@gnu.org>
11562
11563         * tls.el (open-tls-stream): Don't query killing process.
11564
11565 2009-02-08  Dave Love  <fx@gnu.org>
11566
11567         * gnus-win.el (gnus-window-to-buffer-helper)
11568         (gnus-all-windows-visible-p): Function needn't be a symbol.
11569
11570         * mail-source.el (mail-source-value): Function needn't be a symbol.
11571
11572 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * message.el (message-cite-prefix-regexp): Remove } from the cite
11575         prefix.
11576
11577         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11578         highlight again, so that the highlight is correct.
11579
11580         * gnus-picon.el (gnus-picon): Remove again.
11581         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11582
11583         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11584         doing the header highlightling, so that the background color of the
11585         picon is correct.
11586
11587         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11588         (gnus-picon): Ditto.
11589         (gnus-picon): Reinstate.  The background color for picons is white.
11590         (gnus-picon-insert-glyph): Make the background white.
11591
11592         * nnml.el (nnml-open-nov): Don't return dead buffers.
11593
11594         * auth-source.el (auth-source-create): Query the user for whether to
11595         store the credentials.
11596
11597         * netrc.el (netrc-store-data): New function.
11598
11599         * auth-source.el (auth-source-user-or-password): Use the existing auth
11600         sources, if any, for creation.
11601
11602         * gnus.el (gnus-group-fast-parameter): Return the last matching
11603         parameter instead of the first matching parameter.
11604
11605 2010-09-26  Julien Danjou  <julien@danjou.info>
11606
11607         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11608
11609 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11610
11611         * mml2015.el (mml2015-use): Remove gpg support.
11612
11613         * mml1991.el (mml1991-function-alist): Remove gpg function.
11614         (mml1991-gpg-sign): Remove.
11615
11616 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11617
11618         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11619         (gnus-browse-unsubscribe-current-group): Document it.
11620         (gnus-browse-unsubscribe-group): Use it.
11621
11622 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623
11624         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11625         address to the To list for easier response.
11626
11627         * gnus.el (gnus-play-startup-jingle): Remove.
11628         (gnus-splash): Don't play jingle.
11629         (gnus): Silence gnus-load message.
11630
11631         * gnus-art.el (gnus-treat-play-sounds): Remove.
11632
11633         * gnus.el (gnus-play-jingle): Remove audio support.
11634
11635         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11636
11637         * earcon.el: Remove -- no users.
11638
11639         * gnus-audio.el: Remove -- no users of this package.
11640
11641         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11642
11643         * gnus-start.el (gnus-setup-news): Remove nocem support.
11644
11645         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11646
11647         * gnus.el (gnus-use-nocem): Remove.
11648
11649         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11650         Remove.
11651
11652         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11653         uses NoCeM any more.
11654
11655         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11656         (gnus-button-ctan-handler): Ditto.
11657         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11658         (gnus-button-ctan-directory-regexp): Ditto.
11659         (gnus-button-handle-ctan): Ditto.
11660         (gnus-button-tex-level): Ditto.
11661         (gnus-button-alist): Remove CTAN stuff.
11662
11663 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11664
11665         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11666         nnimap-streaming test.
11667
11668         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11669         servers twice.
11670
11671         * nnimap.el (nnimap-open-connection): Add more error reporting when
11672         nnimap fails early.
11673
11674         * nnheader.el (nnheader-get-report-string): New function.
11675         (nnheader-get-report): Use it.
11676
11677         * gnus-int.el (gnus-check-server): Say what the error was when opening
11678         failed.
11679
11680         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11681         using streaming.
11682
11683 2010-09-25  Julien Danjou  <julien@danjou.info>
11684
11685         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11686         gnus-window-inside-pixel-edges.
11687
11688 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11689
11690         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11691
11692         * mm-decode.el (mm-save-part): Allow saving to other directories the
11693         normal Emacs way.
11694
11695         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11696         Suggested by Jay Berkenbilt.
11697
11698         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11699         there isn't a single byte.
11700
11701         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11702         just do it.  It doesn't really seem to matter what the user responds
11703         here, I think, so it's just a confusing question.
11704
11705         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11706         non-streaming case.
11707
11708         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11709         (gnus-article-encrypt-body): Use it.
11710
11711         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11712         keystroke.
11713
11714         * nnimap.el (nnimap-find-wanted-parts-1):
11715         Use gnus-fetch-partial-articles.
11716
11717         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11718
11719         * nnimap.el (nnimap-insert-partial-structure): New function.
11720         (nnimap-get-partial-article): New function.
11721         (nnimap-request-article): Use it.
11722         (nnimap-wait-for-response): Return whether the wait was successful.
11723         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11724         retrieval wasn't successful.
11725         (nnimap-retrieve-group-data-early): Allow throttling servers.
11726         (nnimap-streaming): New variable.
11727         (nnimap-fetch-partial-articles): Remove.
11728
11729         * mm-decode.el (mm-with-part): Protect against killed buffers.
11730
11731         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11732         for prettier summary display.
11733
11734 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11735
11736         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11737
11738 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11739
11740         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11741         apparently third-party libraries depend on it.
11742
11743         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11744         before starting negotiation.
11745
11746         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11747         privacy reasons.
11748         (gnus-treat-mail-gravatar): Ditto.
11749
11750         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11751         buffer when inserting images.  Inserting text into the headers, for
11752         instance, can make them invalid.
11753
11754 2010-09-25  Julien Danjou  <julien@danjou.info>
11755
11756         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11757         variables.
11758
11759         * nnheader.el: Remove useless variables news-reply-yank-from and
11760         news-reply-yank-message-id.
11761
11762         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11763         variables.
11764
11765         * mml1991.el: Remove useless mml1991-verbose.
11766
11767         * gnus.el: Remove useless variable gnus-use-generic-from.
11768         Remove obsolete variable gnus-topic-indentation.
11769
11770         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11771
11772         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11773
11774         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11775
11776         * gnus-group.el: Remove useless gnus-group-icon-cache.
11777         Remove useless gnus-ephemeral-group-server.
11778
11779         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11780
11781         * mml2015.el: Remove useless mml2015-verbose.
11782
11783         * mml-smime.el: Remove useless mml-smime-verbose.
11784
11785         * gnus.el: Remove useless gnus-local-domain.
11786
11787         * gnus-gravatar.el (gnus-gravatar-transform-address):
11788         Use gnus-gravatar-size.
11789
11790         * gnus-art.el: Remove useless gnus-treat-translate.
11791
11792 2010-09-24  Julien Danjou  <julien@danjou.info>
11793
11794         * gnus-sum.el: Add support for Gravatars.
11795
11796         * gnus-art.el: Add support for Gravatars.
11797
11798         * gnus-gravatar.el: Add this file.
11799
11800         * gravatar.el: Add this file.
11801
11802 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11803
11804         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11805
11806         * gnus-group.el (gnus-group-fetch-faq): Remove.
11807
11808         * gnus.el (gnus-group-faq-directory): Remove.
11809
11810         * gnus-group.el (gnus-group-fetch-charter): Remove.
11811
11812         * gnus.el (gnus-group-charter-alist): Remove.
11813
11814         * gnus-group.el (gnus-group-archive-directory): Remove.
11815         (gnus-group-recent-archive-directory): Ditto.
11816         (gnus-group-make-archive-group): Remove.
11817
11818         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11819
11820         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11821         use the same article number for all the cached articles.
11822
11823         * nnimap.el (nnimap-command): Register the last command time so
11824         that we can use it for idling NOOPs.
11825         (nnimap-open-connection): Start the keeplive timer.
11826         (nnimap-make-process-buffer): Store all the process buffers.
11827         (nnimap-keepalive): New function.
11828
11829         * starttls.el (starttls-open-stream): Add autoload cookie.
11830
11831 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11832
11833         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11834         handling.
11835
11836 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11837
11838         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11839         its data structures.
11840
11841         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11842         instead of the cl.el copy-list.
11843         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11844         equalp.
11845
11846 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11849         and tool-bar-local-item-from-menu.
11850
11851         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11852         mode-line-highlight face for Emacs.
11853
11854         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11855         loading gnus-sum.elc; fix comment for canlock-verify.
11856         (gnus-article-jump-to-part): Use read-number.
11857         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11858         Remove Emacs pre-21 compatible code for help-echo.
11859         (gnus-article-next-page-1): No need to adjust the number of lines.
11860         (gnus-article-describe-bindings): Always use help-buffer.
11861
11862         * gnus-audio.el (gnus-audio-inline-sound):
11863         * gnus-cus.el (gnus-custom-mode):
11864         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11865
11866         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11867
11868         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11869         compatible code.
11870
11871 2010-09-24  Glenn Morris  <rgm@gnu.org>
11872
11873         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11874         visiting the fcc file in rmail-mode.
11875
11876         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11877
11878 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * nnir.el: Silence the byte compiler.
11881
11882         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11883         alias to browse-url-url-encode-chars if any.
11884         (gnus-html-encode-url): Use it.
11885
11886 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * gnus-start.el (gnus-use-backend-marks): New variable.
11889         (gnus-get-unread-articles-in-group): Use it.
11890
11891         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11892         makeover.
11893
11894 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11895
11896         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11897
11898 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11899
11900         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11901         Remove.
11902         (gnus-setup-news-hook):
11903         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11904
11905         * gnus-int.el (gnus-request-update-info): Protect against backends not
11906         having the function.
11907
11908         * nnimap.el (nnimap-stream): Mention starttls.
11909         (nnimap-open-connection): Add starttls support.
11910
11911 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11912
11913         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11914
11915 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11916
11917         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11918         BODYSTRUCTUREs.
11919         (nnimap-transform-headers): Unfold quoted {42} headers.
11920
11921         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11922         the info.
11923         (gnus-get-unread-articles): Only call updatep on backends that support
11924         it.
11925
11926         * nnweb.el (nnweb-request-update-info): NOOP.
11927
11928         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11929
11930         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11931         since it only deals with marks.
11932
11933         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11934         gnus-request-marks, and make a new gnus-request-update-info.
11935
11936         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11937         the active instead of the high number, which is usually too low.
11938
11939 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11940
11941         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11942         * encrypt.el: Remove.
11943
11944 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11945
11946         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11947         server in symbolic form.
11948
11949         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11950
11951 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11952
11953         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11954         (nnimap-update-info): Fix up code slightly.
11955
11956         * gnus-int.el (gnus-open-server): Add tracing for performance
11957         debugging.
11958
11959         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11960         (gnus-group-insert-group-line): Pass the real group name so that it
11961         gets the right data.
11962
11963         * gnus-start.el (gnus-get-unread-articles): Don't have
11964         `gnus-get-unread-articles-in-group' update info, since that can be
11965         really slow and doesn't seem to be needed?
11966
11967 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11968
11969         * time-date.el (date-to-time): Try using parse-time-string first before
11970         using the slower timezone-make-date-arpa-standard.
11971
11972 2010-09-22  Julien Danjou  <julien@danjou.info>
11973
11974         * gnus-group.el (gnus-group-insert-group-line):
11975         Call gnus-group-highlight-line.
11976         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11977         default hook list.
11978         (gnus-group-update-eval-form): Add new function.
11979         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11980         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11981
11982 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11983
11984         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11985         immediate, then expire all articles.
11986         (nnimap-update-info): Fix off-by-one errors.
11987         (nnimap-flags-to-marks): Would return no marks lists for group with no
11988         flags.  Instead return the other data.
11989
11990 2010-09-22  Julien Danjou  <julien@danjou.info>
11991
11992         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11993         Only return an icon.
11994         (gnus-group-insert-group-line): Compute icon to return.
11995
11996         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11997         (gnus-html-image-fetched): Only cache if
11998         gnus-html-image-automatic-caching is set.
11999         (gnus-html-image-fetched): Check for errors.
12000
12001 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12002
12003         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12004         once per method on `g'.  This ensures that backends like nnfolder don't
12005         open all their folders.
12006
12007         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12008         (nnimap-request-list): Nix out group in the correct buffer.
12009         (nnimap-parse-flags): Implement by using `read' instead of
12010         hand-parsing.
12011         (nnimap-flags-to-marks): Pass on permanent-flags.
12012         (nnimap-make-process-buffer): Record the server name.
12013         (nnimap-parse-flags): Fix typo.
12014         (nnimap-request-scan): Run split on the server in general, not just a
12015         single group.
12016
12017         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12018         parameter, and propagate this downwards.
12019
12020         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12021         since EXAMINE changes it on the server.
12022
12023         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12024         this command might take a while.
12025
12026 2010-09-22  Julien Danjou  <julien@danjou.info>
12027
12028         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12029         harmful if you have 2 images side-by-side, they can't be properly
12030         update on text deletion.  Using text-property is safer here.
12031         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12032         data.
12033
12034 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12035
12036         * nnimap.el (nnimap-expunge-inbox): Remove.
12037         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12038         (nnimap-expunge): Flip default to t.
12039
12040         * gnus.el (gnus-method-to-server): Don't push things to the cache
12041         unless it's unique.
12042         (gnus-server-to-method): Ditto.
12043
12044 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12045
12046         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12047
12048 2010-09-22  Julien Danjou  <julien@danjou.info>
12049
12050         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12051         get the start of data.
12052         (gnus-html-encode-url): Add this function to encode special chars in
12053         URL.
12054         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12055         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12056
12057         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12058         default.
12059         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12060
12061         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12062         images alt-text.
12063         (gnus-html-put-image): Put alt-text as help-echo.
12064
12065 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12068         * mm-util.el (mm-decompress-buffer):
12069         * nnir.el (nnir-run-find-grep):
12070         * pop3.el (pop3-list): Use 3rd arg of split-string.
12071
12072         * time-date.el (format-seconds): Comment fix.
12073
12074         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12075         and byte-optimize-form-code-walker.
12076         (dgnushack-make-auto-load): Don't advise make-autoload.
12077
12078         * lpath.el: Remove Emacs 21 stuff.
12079
12080 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12081
12082         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12083         outside the active range.  Suggested by Dan Christensen.
12084
12085         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12086         slightly later to avoid double-getting it.
12087
12088         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12089         previous patch.
12090
12091         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12092
12093 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12094
12095         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12096
12097 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12098
12099         * gnus-int.el (gnus-open-server): Give a better error message in the
12100         "go offline" case.
12101
12102         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12103         marks for nnimap, which is seldom the right thing to do.
12104
12105         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12106         (gnus-same-method-different-name): New function.
12107
12108         * nnimap.el (parse-time): Require.
12109
12110         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12111         method in the presence of many similar methods.
12112
12113         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12114
12115         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12116         nnml-inhibit-expiry.
12117
12118         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12119         find out whether methods are equal.
12120
12121         * nnimap.el (nnimap-find-expired-articles): New function.
12122         (nnimap-process-expiry-targets): New function.
12123         (nnimap-request-move-article): Request the article before looking at
12124         what the Message-ID is.  Fix found by Andrew Cohen.
12125         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12126
12127         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12128         for oldness in addition to being a predicate.
12129
12130         * nnimap.el (nnimap-request-group): When we have zero articles, return
12131         the right data to Gnus.
12132         (nnimap-request-expire-articles): Only delete articles immediately if
12133         the target is 'delete.
12134
12135         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12136         method, this would bug out.
12137
12138         * gnus-group.el (gnus-group-expunge-group): Rename from
12139         gnus-group-nnimap-expunge, and implemented as a normal interface
12140         function.
12141
12142         * gnus-int.el (gnus-request-expunge-group): New function.
12143
12144         * nnimap.el (nnimap-request-create-group): Implement.
12145         (nnimap-request-expunge-group): New function.
12146
12147 2010-09-21  Julien Danjou  <julien@danjou.info>
12148
12149         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12150         (gnus-html-cache-expired): Add new function.
12151         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12152         wethever we should display image for fetch it.
12153         Compute alt-text earlier to pass it to the fetching function too.
12154         (gnus-html-schedule-image-fetching): Change function argument to only
12155         get one image at a time, not a list.
12156         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12157         cache.
12158         (gnus-html-get-image-data): New function to retrieve image data from
12159         cache.
12160         (gnus-html-put-image): Change buffer argument to use image data rather
12161         than file, and place image above region rather than inserting a new
12162         one.  Do not take alt-text as argument, since it's useless now: we place
12163         the image above alt-text.
12164         (gnus-html-prune-cache): Remove.
12165         (gnus-html-show-images): Start to fetch image when we find one, do not
12166         push into a temporary list.
12167         (gnus-html-prefetch-images): Only fetch image if they have expired.
12168         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12169         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12170
12171 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12174
12175 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12176
12177         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12178         spec inser "*" if the group isn't active instead of 0.
12179
12180         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12181         opening the server.
12182         (nnimap-request-delete-group): Implement group deletion.
12183         (nnimap-transform-headers): Return the size of the entire message in
12184         the Bytes header, not just the size of the first part.
12185         (nnimap-request-move-article): When moving an article from nnimap,
12186         request the article first so the accepting form has an article to
12187         accept.  Reported by Dan Christensen.
12188         (nnimap-command): Make sure that the error message doesn't error out.
12189
12190 2010-09-20  David Edmondson  <dme@dme.org>
12191
12192         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12193         we haven't requested anything.
12194
12195 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12196
12197         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12198         "".  Fix found by Andrew Cohen.
12199
12200         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12201         instead of -encode-string.
12202
12203 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12206
12207         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12208         by mm-subst-char-in-string.
12209
12210 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12211
12212         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12213         waiting for the connection string.
12214
12215         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12216         arriving.
12217
12218         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12219         bogus characters.  This allows selecting certain Gmail groups.
12220
12221         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12222         (nnimap-fetch-partial-articles): New variable.
12223         (nnimap-open-connection): When looking for credentials, also use the
12224         nnimap-server-port.
12225         (nnimap-request-article): Return the group/article number, so that Gnus
12226         `^' works as expected.
12227         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12228
12229         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12230         comments.
12231         (gnus-methods-sloppily-equal): New function.
12232         (gnus): When using the development version of Gnus, load the gnus-load
12233         file.
12234
12235         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12236         `gnus-open-server' on each method before trying to scan them etc.
12237         This ensures that all the backend parameters are set correctly.
12238
12239         * nnimap.el (nnimap-authenticator): New variable.
12240         (nnimap-open-connection): Allow anonymous login.
12241         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12242         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12243
12244         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12245         patch, found by Knut Anders Hatlen.
12246
12247 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12248
12249         * gnus-agent.el (gnus-agent-batch-confirmation)
12250         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12251         to gnus-message.
12252         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12253         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12254         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12255         * gnus-int.el (gnus-open-server): Likewise.
12256         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12257         (gnus-score-check-syntax): Likewise.
12258         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12259         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12260         Likewise.
12261         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12262
12263 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12264
12265         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12266         calling conventions so that prefetch doesn't bug out.
12267
12268 2010-09-19  Julien Danjou  <julien@danjou.info>
12269
12270         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12271         rather than `subst-char-in-region' in order to be able to replace ASCII
12272         char by UTF-8 ones.
12273
12274         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12275         than curl.
12276         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12277         the right URL and ALT text on images.
12278         (gnus-html-wash-tags): Fix tag case.
12279         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12280         (gnus-article-html): Add -o display_ins_del=2 option.
12281         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12282
12283 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12284
12285         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12286         the extra mail headers, which sometimes seem to happen for unknown
12287         reasons.
12288
12289         * mail-parse.el (mail-header-encode-parameter): Define as
12290         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12291         (or most, perhaps?) mail readers don't understand the latter, but do
12292         understand the former.
12293
12294         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12295         to nil, so that no methods are automatically agentized.  I think this
12296         is probably what most users want.
12297
12298         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12299         from url-retrieve, for instance about invalid URLs.
12300
12301         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12302         groups that have no articles.
12303         (nnimap-request-article): Check that we really got an article when we
12304         requested one.
12305
12306         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12307         doesn't exist.
12308
12309         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12310         nntp buffer so the agent can save it.
12311         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12312         that CRLF doesn't get translated to \n.
12313         (nnimap-open-connection): Don't make 'shell commands only send \n.
12314
12315 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12316
12317         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12318         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12319         Update var name.
12320         (nnml-generate-nov-file): Use dolist.
12321         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12322         Use with-current-buffer.
12323
12324 2010-09-18  Julien Danjou  <julien@danjou.info>
12325
12326         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12327         parallel.
12328
12329 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12330
12331         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12332         the range update right.
12333         (nnimap-request-group): Don't make `M-g' bug out on group with no
12334         marks.
12335         (nnoo): Require, so that other packages can require nnimap.
12336         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12337         command we're looking for.  This helps when the server sends more
12338         responses after we've gotten everything we expected.
12339         (nnimap): Add a `newlinep' field to keep track of end-of-line
12340         conventions.
12341         Don't send CRLF to things that don't want it.
12342         (nnimap-request-accept-article): Ditto.
12343
12344 2010-09-18  Julien Danjou  <julien@danjou.info>
12345
12346         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12347         than curl to retrieve images.
12348
12349 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350
12351         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12352         the marks.
12353         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12354         (nnimap-wait-for-connection): New function.
12355         (nnimap-open-connection): If we have PREAUTH, don't query for login
12356         credentials.
12357         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12358         when doing a partial update.
12359
12360 2010-09-18  Julien Danjou  <julien@danjou.info>
12361
12362         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12363         tags.
12364
12365 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12366
12367         * nnimap.el (nnimap-credentials): New function.
12368         (nnimap-open-connection): Use the new function to look for credentials
12369         also on the numeric equivalents of "imap" and "imaps".
12370
12371         * gnus-start.el (gnus-activate-group): Send the info to
12372         gnus-request-group.
12373
12374         * nnimap.el (nnimap-request-group): Have the "check" version of the
12375         function parse flags and update the info, so that a `M-g' get a total
12376         resync of all flags from the group.
12377
12378         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12379         to allow backends to alter the info on group selection.  Also alter all
12380         the backend -request-group functions to take the parameter.
12381
12382         * nnimap.el (nnimap-store-info): New function.
12383         (nnimap-update-info): Store the info for later usage.
12384         (nnimap-request-group): Use the stored info for the dont-check case, so
12385         that we don't retrieve all marks when we enter a group.
12386
12387         * nnimap.el: Use deffoo instead of defun for interface functions.
12388
12389         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12390         update the group info.  This makes the nndraft groups, for instance, go
12391         back to their old behavior.
12392
12393         * gnus-sum.el (gnus-select-newsgroup): Indent.
12394
12395         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12396         in.
12397         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12398         nothing.
12399
12400         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12401         from methods that are denied.
12402
12403         * gnus-int.el (gnus-method-denied-p): New function.
12404
12405         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12406         store the password instead of netrc.
12407         (nnimap-open-connection): Don't error out when we can't make a
12408         connections.
12409
12410         * auth-source.el (auth-source-create): In the password prompt, say what
12411         we're querying for.  Also prompt for user name if that hasn't been
12412         given.
12413
12414         * nnimap.el (nnimap-with-process-buffer): Remove.
12415
12416 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12417
12418         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12419         method when we're reading from the agent.
12420
12421         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12422
12423         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12424         that's probably most useful for users.
12425
12426         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12427         "failed" all the time.
12428
12429         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12430         ...)) with (with-current-buffer ... ).
12431
12432         * nntp.el (nntp-open-server): Return whether the open was successful or
12433         not.
12434
12435         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12436         select an unread unseen article first.
12437
12438         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12439         /etc/services, supply some sensible port defaults.
12440
12441         * dgnushack.el: Define netrc-credentials.
12442
12443 2010-09-17  Julien Danjou  <julien@danjou.info>
12444
12445         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12446
12447 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12448
12449         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12450         doesn't have any parameters.
12451
12452 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12453
12454         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12455         only upcased checks.
12456
12457         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12458
12459         * nnimap.el (nnimap-open-shell-stream): New function.
12460         (nnimap-open-connection): Use it.
12461         (nnimap-transform-headers): Get the number of lines in each message.
12462         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12463         number of lines.
12464         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12465         problem.
12466
12467         * utf7.el (utf7-encode): Autoload.
12468
12469         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12470         to allow the mail splitting to not return a default group.  This is
12471         useful for nnimap, which will leave unmatched mail in the inbox.
12472
12473         * nnimap.el: Rewritten.
12474
12475         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12476         nnimap usage.
12477
12478         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12479         if the move is internal, so that nnimap can do fast internal moves.
12480
12481         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12482         data.
12483         (gnus-read-active-for-groups): Support finishing the early retrieval of
12484         data.
12485
12486         * gnus-range.el (gnus-range-nconcat): New function.
12487
12488         * gnus-int.el (gnus-finish-retrieve-group-infos)
12489         (gnus-retrieve-group-data-early): New functions.
12490
12491 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12492
12493         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12494         (nnrss-retrieve-groups):
12495         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12496         (pop3-quit): Use with-current-buffer.
12497
12498 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12501         instead of nnheader-accept-process-output.
12502
12503         * dgnushack.el (dgnushack-compile): Add comment.
12504
12505         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12506
12507         * gnus-html.el (gnus-html-schedule-image-fetching)
12508         (gnus-html-prefetch-images): Replace process-kill-without-query by
12509         gnus-set-process-query-on-exit-flag.
12510
12511 2010-09-16  Romain Francoise  <romain@orebokech.com>
12512
12513         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12514
12515 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12516
12517         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12518         parameter to unintern is mandatory-ish in Emacs 24.
12519
12520         * gnus-html.el (gnus-html-schedule-image-fetching)
12521         (gnus-html-prefetch-images): Check for curl before using it.
12522
12523         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12524         depend on curl, which isn't essential.
12525
12526         * imap.el: Revert back to version
12527         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12528         seem problematic.
12529
12530 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12531
12532         * gnus-registry.el (gnus-registry-install-shortcuts):
12533         Explicitly pass `obarray' to `unintern' to avoid a warning.
12534
12535 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12536
12537         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12538         change.
12539
12540         * nnrss.el (nnrss-request-list): Remove this function and related
12541         functions, including the moreover stuff.
12542
12543 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12544
12545         * nnrss.el (nnrss-retrieve-groups): New function.
12546
12547 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12548
12549         * .dir-locals.el: Add no-byte-compile cookie.
12550
12551 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * time-date.el (format-seconds): Comment fix.
12554
12555         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12556         for back end that doesn't support request-scan.
12557
12558 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12559
12560         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12561         then do request scans from the backends.
12562
12563         * netrc.el (netrc-credentials): New conveniency function.
12564
12565         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12566         avoid running a hook per line, since this takes a lot of time,
12567         profiling shows.
12568         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12569         directly if gnus-visual-p is true.
12570
12571 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12574         groups; replace mapcar with dolist which is a bit faster; pass groups
12575         info to gnus-read-active-file-1.
12576         (gnus-read-active-file-1): Scan only specified groups if the new
12577         optional arg `infos' is given.
12578
12579 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12582
12583         * pop3.el (pop3-movemail): Remove.
12584         (pop3-streaming-movemail): Rename to pop3-movemail.
12585
12586         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12587         don't restrict end-tag searches to the end of the line.
12588
12589 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12592         articles of every unchecked group to t, which means unknown since the
12593         server has never been opened.
12594
12595 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12596
12597         * gnus-html.el (gnus-html-show-alt-text): New command.
12598         (gnus-html-browse-image): Ditto.
12599         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12600         to browse the image directly.
12601         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12602         better.
12603
12604         * gnus-async.el (gnus-async-article-callback):
12605         Call `gnus-html-prefetch-images' unconditionally.
12606
12607         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12608         before feeding URLs to curl.
12609
12610 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12613         internal images as deletable by `W D D'.
12614
12615         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12616         (gnus-async-article-callback): Fix typo.
12617
12618 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12619
12620         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12621         current line to work around bugs in the output from w3m.
12622
12623         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12624         for groups that want that.
12625
12626         * nntp.el (nntp-wait-for-string): Supply a timeout for
12627         accept-process-output to ensure progress.
12628
12629         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12630         level to get unread articles from, then use that for foreign groups,
12631         too.
12632
12633         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12634         confuses the rest of the function.
12635
12636         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12637         for the methods that support -retrieve-groups, too.
12638
12639         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12640
12641 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12644         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12645
12646         * pop3.el: Require cl when compiling.
12647         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12648
12649 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12650
12651         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12652         that aren't going to be activated.
12653         (gnus-get-unread-articles): Fix up the last commit.
12654
12655         * gnus-html.el (gnus-article-html): Allow calling without specifying
12656         the handle.  In that case, dissect the buffer first.
12657
12658         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12659
12660         * nnimap.el (nnimap-open-connection): Revert the change that would look
12661         into authinfo for imaps instead of imap.
12662
12663         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12664         say that you don't want to call gnus-request-group with don-check, but
12665         do check the reponse.  This is for virtual groups only.
12666         (gnus-get-unread-articles): Count the archive groups as secondary, so
12667         that they're activated the same way as before.
12668
12669         * imap.el (imap-message-map): Removed optional buffer parameter, since
12670         no callers use it.
12671         (imap-message-get): Ditto.
12672         (imap-message-put): Ditto.
12673         (imap-mailbox-map): Ditto.
12674         (imap-mailbox-put): Ditto.
12675         (imap-mailbox-get): Ditto.
12676         (imap-mailbox-get): Revert last change for this function.
12677
12678         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12679         case-insensitively.
12680         (nnimap-debug): Remove.
12681
12682         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12683         callers to use `imap-fetch' instead.  According to the comments, this
12684         should be safe, since all other IMAP clients use the 1:* syntax.
12685         (imap-enable-exchange-bug-workaround): Remove.
12686         (imap-debug): Remove -- doesn't seem very useful.
12687
12688         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12689         mail from a file, and the file doesn't exist.
12690
12691         * imap.el (imap-log): New convenience function used throughout instead
12692         of repeating the same code all over the place.
12693
12694         * pop3.el (pop3-streaming-movemail): Return t for success.
12695
12696         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12697         .authinfo if we're using ssl connection.
12698
12699         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12700         already have if we're in a main Gnus `g' run.
12701
12702         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12703
12704 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12707
12708         * nnmh.el (nnmh-request-list-1): Bind `file'.
12709
12710         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12711         alias to set-process-query-on-exit-flag or process-kill-without-query.
12712         (pop3-open-server): Use it.
12713
12714 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12715
12716         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12717         box to the Incoming file.  Fixes mistake in previous checkin.
12718
12719         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12720         request loop (for debugging purposes) removed.
12721
12722         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12723         culprit is more visible.
12724         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12725         (nnml-add-incremental-nov): New functions to do "incremental" nov
12726         updates, where we just append to the end of the existing nov files
12727         without reading/writing them in full.
12728
12729         * mail-source.el (mail-source-delete-crash-box): Really only check the
12730         incoming files once in a while.
12731
12732         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12733
12734         * mail-source.el (mail-source-delete-crash-box): Only check the
12735         incoming files for deletion once per day to save a lot of file
12736         accesses.
12737
12738         * pop3.el (pop3-logon): Fix up unbound variable typo.
12739
12740         * mail-source.el (pop3-streaming-movemail): Autoload.
12741
12742         * pop3.el (pop3-streaming-movemail):
12743         Respect pop3-leave-mail-on-server.
12744
12745         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12746         retrieval.
12747
12748         * pop3.el (pop3-process-filter): Remove unused function.
12749         (pop3-streaming-movemail, pop3-send-streaming-command)
12750         (pop3-wait-for-messages, pop3-write-to-file)
12751         (pop3-number-of-responses): New functions for streaming pop3
12752         retrieval.
12753
12754         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12755         come from no known methods.
12756         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12757         list.
12758
12759         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12760         message sizes.
12761         (pop3-movemail): Use erase-buffer instead of looping and deleting
12762         regions, which seems rather odd.
12763
12764         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12765         file once per `g' run.
12766
12767         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12768         directories.  This makes the draft queue directory work.
12769
12770         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12771         data from the backends, so that we only request the list of groups from
12772         each method once.  This should speed things up considerably.
12773
12774         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12775         detect that it's not implemented.
12776
12777         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12778         we actually do recurse down into the tree, but don't stat all leaf
12779         nodes.
12780
12781         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12782         then say so instead of bugging out.
12783
12784         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12785         files exist before trying to read them.
12786
12787         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12788         around <pre_int>.
12789
12790         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12791
12792         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12793
12794 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12795
12796         * mm-util.el (mm-image-load-path): Just return the image directories,
12797         not all directories in the path in addition to the image directories.
12798         (mm-image-load-path): Maintain a cache of the image directories so that
12799         the `g' command in Gnus doesn't have to stat dozens of directories each
12800         time.
12801
12802         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12803         (gnus-html-wash-tags): Add a new `i' command to insert images.
12804         (gnus-html-insert-image): New command and keystroke.
12805         (gnus-html-redisplay-with-images): New command and keystroke.
12806         (gnus-html-show-images): Rename command.
12807         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12808         spacers.
12809         (gnus-html-wash-tags): Decode entities at the end, so that entities
12810         inside the tags don't mess up the rest of the "parsing".
12811
12812         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12813         so that nnimap methods aren't agentized by default.  There's apparently
12814         many problems related to agent/imap behavior.
12815
12816         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12817
12818         * gnus-html.el: Doc fix.
12819
12820 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12823         specifier-spec-list for Emacs 21.
12824
12825         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12826         glyph-width and glyph-height instead of display-graphic-p and
12827         image-size; make avoidance of displaying small images work for XEmacs.
12828
12829         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12830         for XEmacs.
12831
12832         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12833         of symbol that holds plist data.
12834         (gnus-process-plist): Remove plist of process after getting it.
12835
12836 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12837
12838         * message.el (message-generate-hashcash): Change default to
12839         'opportunistic if hashcash is installed.
12840
12841         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12842         (gnus-html-put-image): Only call image-size once, since it's somewhat
12843         time-consuming on remote X servers.
12844
12845 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12848         type on data, not a file name.
12849
12850         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12851         window-pixel-edges for Emacs 21.
12852
12853         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12854         decoded contents.
12855         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12856
12857 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12858
12859         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12860         group line format, since it isn't very interesting.
12861
12862         * gnus-agent.el (gnus-agent-short-article),
12863         (gnus-agent-long-article): Increase values for these two variables,
12864         since most people are likely to have more network connection and
12865         storage than before.
12866
12867         * gnus.el (gnus-refer-article-method): Change default to 'current.
12868         When referring an article, the common behavior is to refer it from the
12869         current select method, not the native select method.  The chances of
12870         the native select method having the message in question is rather slim
12871         these days.
12872
12873         * gnus-sum.el (gnus-auto-select-subject): Change default to
12874         `unseen-or-unread'.  I think it's likely that most people want to
12875         select an unseen article over a previously seen, but unread one.
12876
12877         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12878         means that in the article buffer none of the minor mode elements will
12879         be shown, usually, and this is not desirable in most cases.
12880
12881         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12882         that commands like `d' (and the like) go to the next line in the
12883         buffer, instead of the next unread article.  I think this is the
12884         behavior that is most natural for most users.
12885         (gnus-single-article-buffer): Change default to nil, so that people can
12886         have as many article buffers open as they have summary buffer.  I think
12887         this is the most natural way for the groups to behave.
12888
12889         * message.el (message-generate-new-buffers): Change default to
12890         `unsent', so that all new message buffers start their names with the
12891         string "*unsent", and it's easier to find the buffers if you move from
12892         them.
12893
12894 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12895
12896         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12897         small.  They're probably tracking images.
12898         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12899         (gnus-html-rescale-image): Yet another try at getting the image sizing
12900         right.
12901
12902         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12903         nntp-marks-file-name is nil.
12904
12905 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12906
12907         * gnus-html.el (gnus-html-wash-tags)
12908         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12909         Better logging.
12910
12911 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12912
12913         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12914
12915         * gnus-html.el (gnus-html-wash-tags): Check the value of
12916         gnus-blocked-images in the summary buffer.
12917
12918 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12919
12920         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12921
12922 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12923
12924         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12925         like "a", it seems like.
12926         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12927         since it needs to be picked from the correct buffer.
12928
12929         * nnwfm.el: Remove.
12930
12931         * nnlistserv.el: Remove.
12932
12933 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12934
12935         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12936         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12937
12938 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12939
12940         * nnkiboze.el: Remove.
12941
12942         * nndb.el: Remove.
12943
12944         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12945         alt text.
12946         (gnus-html-rescale-image): Try to get the rescaling logic right for
12947         images that are just wide and not tall.
12948
12949         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12950         overshadow variable bindings.
12951
12952 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12953
12954         * gnus-html.el (gnus-html-wash-tags)
12955         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12956         Add extra logging.
12957
12958 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12959
12960         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12961         (gnus-max-image-proportion): New variable.
12962         (gnus-html-rescale-image): New function.
12963         (gnus-html-put-image): Rescale images.
12964
12965 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12966
12967         Fix up some byte-compiler warnings.
12968         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12969         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12970         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12971         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12972         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12973         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12974         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12975
12976 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-html.el (gnus-article-html): Decode contents by charset.
12979
12980 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12983         (gnus-html-frame-width, gnus-blocked-images):
12984         * message.el (message-prune-recipient-rules): Add custom version.
12985         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12986
12987         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12988         functions.
12989
12990         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12991         gnus-process-get.
12992
12993 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12994
12995         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12996         instead of lsub directly.
12997
12998 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12999
13000         * nnwarchive.el: Remove.
13001
13002         * gnus-soup.el: Remove.
13003
13004         * nnsoup.el: Remove.
13005
13006         * nnultimate.el: Remove.
13007
13008         * gnus-html.el (gnus-blocked-images): New variable.
13009
13010         * message.el (message-prune-recipients): New function.
13011         (message-prune-recipient-rules): New variable.
13012
13013         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13014         guess whether a long line is natural text or not.
13015
13016         * gnus-html.el (gnus-html-schedule-image-fetching):
13017         Use gnus-process-plist and friends for compatibility.
13018
13019 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13020
13021         * gnus-html.el: Require packages that define macros used in this file.
13022         (gnus-article-mouse-face): Declare to silence byte-compiler.
13023         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13024         process-get.
13025         (gnus-html-put-image): Use plist-get to avoid getf.
13026         (gnus-html-prefetch-images): Use with-current-buffer.
13027
13028 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-ems.el: Provide compatibility functions for
13031         gnus-set-process-plist.
13032
13033         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13034         header-line-format for XEmacs 21.4.
13035
13036         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13037         * gnus.el (gnus-valid-select-methods):
13038         * message.el (message-send-mail-partially-limit):
13039         * mm-decode.el (mm-text-html-renderer):
13040         * mml.el (mml-insert-mime-headers-always):
13041         * smiley.el (smiley-regexp-alist): Bump custom version.
13042
13043 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13044
13045         * gnus-html.el: Require mm-url.
13046         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13047         with the url to `url'.
13048         (gnus-html-wash-tags): Support cid: URLs/images.
13049
13050 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13051
13052         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13053         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13054         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13055
13056         * gnus-move.el: Remove file, since it doesn't really work.
13057
13058         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13059         UTF-8.  This seems to fix problems with some German web feeds.
13060
13061         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13062         at the top so that the proper colors are applied.
13063
13064         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13065         don't have dots in their names.
13066
13067         * gnus-art.el (gnus-article-view-part): Doc fix.
13068
13069         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13070         XEmacs-compatible.
13071         (gnus-html-put-image): Don't do images on non-graphic displays.
13072
13073         * nnslashdot.el: Remove this unused backend.
13074
13075         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13076         actions.
13077         (gnus-undo-register-1): Revert last change.
13078
13079         * gnus-group.el (gnus-group-completing-read): Protect against not
13080         having completion-styles bound.
13081
13082         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13083         make broken recipients happier.
13084
13085         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13086
13087         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13088         point parameter.
13089
13090         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13091
13092         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13093         completion-styles for group selection.
13094
13095 2009-02-04  Andreas Schwab  <schwab@suse.de>
13096
13097         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13098         headers and regexp-quote the match if necessary.
13099
13100 2009-03-24  Miles Bader  <miles@gnu.org>
13101
13102         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13103         the blinking smiley.
13104
13105 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13106
13107         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13108         blink smiley.
13109
13110 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13111
13112         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13113         where the dribbel file lives exists.
13114
13115         * message.el (message-send-mail-partially-limit): Change the default to
13116         nil, since most people don't want this.
13117
13118         * mm-url.el (mm-url-decode-entities): Also decode entities like
13119         &#x3212.
13120
13121 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13122
13123         * gnus-sum.el (gnus-summary-idna-message):
13124         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13125         Hyperlink urls in docstrings with URL `...'.
13126
13127 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13128
13129         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13130         functions.
13131
13132 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13133
13134         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13135         say what the mouseover text should be.
13136
13137         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13138         version of the mm-w3m-safe-url-regexp variable to only download images
13139         in the groups where we want that to happen.
13140
13141         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13142
13143         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13144         easier debugging.
13145         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13146         big pictures in the article buffer.
13147
13148         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13149         gnus-article-html.
13150         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13151         w3m.
13152
13153         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13154
13155 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13156
13157         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13158         which doesn't exist.
13159
13160         * message.el (message-inhibit-ecomplete): New variable to allow some
13161         function to inhibit ecomplete address storage.
13162         (message-resend): Disable ecomplete message storage when resending
13163         messages.
13164
13165         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13166
13167 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13170         Save excursion while copying, moving, and deleting articles in order to
13171         prevent the cursor from jumping to unforeseen place.
13172
13173 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * lpath.el: No need to bind bookmark-current-buffer,
13176         bookmark-yank-point and bookmark-make-record-function.
13177
13178 2010-08-17  Glenn Morris  <rgm@gnu.org>
13179
13180         * gnus-sync.el: Require gnus components whose functions are used.
13181
13182         * gnus-art.el (bookmark-make-record-function):
13183         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13184         Declare for compiler.
13185
13186         * mm-url.el (mml-compute-boundary): Autoload.
13187
13188 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13191
13192 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13193
13194         Typo fix "hoo4a" -> "hook".
13195
13196         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13197
13198 2010-08-14  Glenn Morris  <rgm@gnu.org>
13199
13200         * gnus-sync.el (gnus-sync): Fix defgroup version.
13201
13202 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13205
13206         * gnus-sync.el: Fix docs.
13207         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13208         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13209
13210 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         Optimizations for gnus-sync.el.
13213
13214         * gnus-sync.el: Add docs about gnus-sync-backend
13215         possibilities.
13216         (gnus-sync-save): Remove unnecessary message.
13217         (gnus-sync-read): Optimize and show what groups were skipped.
13218
13219 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13220
13221         Minor bug fixes for gnus-sync.el.
13222
13223         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13224         Don't read the sync on get-new-news.
13225
13226         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13227         quiet.
13228
13229         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13230         (fix typo).
13231
13232 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13233
13234         Make saving and restoring of hidden threads work with overlays.
13235         Patch applied by Ted Zlatanov.
13236
13237         * gnus-sum.el (gnus-hidden-threads-configuration)
13238         (gnus-restore-hidden-threads-configuration): Update to deal with text
13239         properties, rather than searching for a magic character.
13240
13241 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13242
13243         New gnus-sync.el library for synchronization of marks.
13244
13245         * gnus-sync.el: New library for synchronization of marks.
13246
13247         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13248         renamed from `gnus-registry-grep-in-list'.
13249
13250         * gnus-registry.el (gnus-registry-follow-group-p):
13251         Use `gnus-grep-in-list'.
13252
13253         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13254
13255 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13258         determining charset of text fails.
13259
13260 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * nnmail.el (nnmail-get-new-mail-1): Revert.
13263
13264         * nnml.el (nnml-active-number): Make sure names of newly created groups
13265         in nnml-group-alist are encoded.
13266
13267 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13270         containing non-ASCII characters in active file for nnml back end.
13271
13272 2010-07-24  David Engster  <dengste@eml.cc>
13273
13274         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13275         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13276
13277 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13278
13279         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13280         tag (Bug#6654).
13281
13282 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13285         the article buffer, not the summary buffer.
13286
13287 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13290         Emacs 23 as well.
13291
13292 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13295         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13296
13297 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13298
13299         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13300         Patch applied by Karl Fogel.
13301
13302         * gnus-sum.el (gnus-summary-bookmark-make-record):
13303         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13304
13305 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13306
13307         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13308         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13309         C-w still not working correctly from Article buffers; Thierry's
13310         patch to fix that will be applied after this.
13311
13312         * gnus-art.el (bookmark-make-record-function): New local variable.
13313
13314         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13315         article buffer.
13316         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13317
13318 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13319
13320         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13321         on changes in bookmark.el.
13322
13323 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13326         `no-log' instead of message not to log prompt string.
13327
13328 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13329
13330         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13331         the *other* type of HTML form submission.
13332
13333 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13334
13335         * auth-source.el (auth-source-pick): If choice does not contain a
13336         questioned keyword, set the check to t.
13337
13338 2010-06-12  Romain Francoise  <romain@orebokech.com>
13339
13340         * gnus-util.el (gnus-date-get-time): Move up before first use.
13341
13342 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13345         (gnus-article-edit-part): Bind it to make last part that is substituted
13346         or deleted visible.
13347         (gnus-mime-display-single): Buttonize part of which id equals to
13348         gnus-mime-buttonized-part-id.
13349
13350 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13351
13352         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13353         (gnus-dd-mmm): Use gnus-date-get-time.
13354         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13355         simplify logic.
13356         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13357         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13358
13359 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13360
13361         * auth-source.el (top): Autoload `secrets-list-collections',
13362         `secrets-create-item', `secrets-delete-item'.
13363         (auth-sources): Fix tag string.
13364         (auth-get-source, auth-source-retrieve, auth-source-create)
13365         (auth-source-delete): New defuns.
13366         (auth-source-pick): Rewrite in order to avoid 2 passes.
13367         (auth-source-forget-user-or-password): New parameter USERNAME.
13368         (auth-source-user-or-password): New parameters CREATE-MISSING and
13369         DELETE-EXISTING.  Retrieve password interactively, if needed.
13370
13371 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13372
13373         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13374         deleting unused directories when gnus-expert-user is t.
13375
13376 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13379         for each temp file when gnus-article-browse-delete-temp is ask.
13380
13381 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13382
13383         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13384         Replace Lisp calls to delete-backward-char by calls to delete-char.
13385
13386 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13387
13388         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13389
13390 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13391
13392         * password-cache.el (password-cache-remove): Fix docstring.
13393
13394 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13397         article unless decoding article to be saved.
13398
13399 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13402         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13403         generated within the mm-with-unibyte-current-buffer macro.
13404
13405 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13408         to nil when we're in a mml-preview buffer and no group is selected.
13409
13410 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13411
13412         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13413         when catching the `C-g'.  Reported by "Leo".
13414
13415 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * message.el (message-forward-make-body-plain)
13418         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13419         multibyte-string-p.
13420
13421         * lpath.el: Revert.
13422
13423 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * message.el (message-forward-make-body-mml): Assume original message
13426         is multibyte string; error on unibyte.
13427         (message-forward-make-body-plain): Ditto; don't add excessive newline
13428         in body end.
13429
13430         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13431
13432 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13433
13434         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13435         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13436
13437 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * mm-extern.el (mm-extern-url): Don't use
13440         mm-with-unibyte-current-buffer.
13441         (mm-extern-cache-contents): Use with-current-buffer instead of
13442         save-excursion + set-buffer.
13443
13444 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * mm-util.el (mm-emacs-mule): Remove.
13447
13448 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13449
13450         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13451         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13452         change.
13453
13454 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13457         bind the default value of enable-multibyte-characters to nil.
13458
13459 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * message.el (message-forward-make-body-plain)
13462         (message-forward-make-body-mml):
13463         Don't use mm-with-unibyte-current-buffer.
13464
13465 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13466
13467         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13468
13469 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13470
13471         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13472         (Bug#5592).
13473
13474 2010-05-07  Julien Danjou  <julien@danjou.info>
13475
13476         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13477         it to mm-pipe-part.
13478
13479         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13480         it is given.
13481
13482 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * binhex.el (binhex-decode-region-internal):
13485         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13486         (dns-query):
13487         * nnweb.el (nnweb-gmane-search):
13488         * pgg-parse.el (pgg-parse-armor):
13489         * pgg.el (pgg-verify-region):
13490         * sha1.el (sha1-string-external):
13491         * uudecode.el (uudecode-decode-region-internal):
13492         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13493         XEmacs.
13494
13495         * gnus-art.el (gnus-article-browse-html-parts):
13496         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13497         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13498         make-temp-file.
13499
13500         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13501         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13502         compiling.
13503
13504         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13505         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13506         XEmacs when compiling.
13507
13508         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13509         gnus-pick-mode-off-hook for XEmacs when compiling.
13510         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13511         gnus-binary-mode-off-hook for XEmacs when compiling.
13512
13513         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13514         Return nil if char-charset is not available.
13515
13516         * imap.el (imap-disable-multibyte)
13517         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13518         macros.
13519
13520         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13521         instead of encode-coding-string.
13522
13523         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13524         'xemacs) instead of mm-emacs-mule to switch function definitions.
13525         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13526
13527         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13528         bind temporary-file-directory for XEmacs;
13529         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13530         timer-set-function for XEmacs 21.4 and SXEmacs;
13531         bind timer-list for XEmacs 21.4 and SXEmacs;
13532         fbind char-charset and find-charset-region for non-Mule XEmacs;
13533         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13534         encode-coding-region and encode-coding-string for XEmacs having no
13535         file-coding feature.
13536
13537 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13538
13539         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13540
13541 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13544         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13545
13546 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13547
13548         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13549         alias `jka-compr-delete-temp-file' no longer exists.
13550
13551 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13552
13553         Use define-minor-mode in Gnus where applicable.
13554         * mml.el (mml-mode): Use define-minor-mode.
13555         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13556         (gnus-undo-mode): Use define-minor-mode.
13557         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13558         (gnus-dead-summary-mode): Use define-minor-mode.
13559         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13560         Initialize in declaration.
13561         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13562         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13563         (gnus-mailing-list-mode): Use define-minor-mode.
13564         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13565         (gnus-draft-mode): Use define-minor-mode.
13566         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13567         (gnus-dired-mode): Use define-minor-mode.
13568
13569 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13570
13571         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13572         handles on recursive mml-to-mime translation and check them for
13573         boundary delimiter collisions.  Reported by Greg Troxel.
13574
13575 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13578
13579 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13580
13581         * mm-util.el (mm-find-buffer-file-coding-system):
13582         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13583
13584 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13585
13586         * message.el (message-generate-headers): Record insertion of optional
13587         headers as well.  Otherwise the check to prevent repeated insertion of
13588         optional headers is a no-op.
13589
13590 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13591
13592         * smime.el: Don't mention CVS.
13593
13594         * nnrss.el (nnrss-fetch): Don't mention CVS.
13595
13596         * nnir.el: Don't mention CVS.
13597
13598 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13599
13600         * gnus-sum.el (gnus-summary-bookmark-make-record):
13601         Add `location' field.
13602
13603 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * lpath.el: Fbind bookmark-default-handler,
13606         bookmark-get-bookmark-record, bookmark-make-record-default,
13607         bookmark-prop-get for Emacs <23 and XEmacs.
13608
13609 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13610
13611         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13612         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13613         Use with-current-buffer to silence the byte-compiler.
13614         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13615         bother to require `gnus'.
13616         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13617
13618 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13619
13620         * gnus-sum.el (gnus-summary-bookmark-make-record)
13621         (gnus-summary-bookmark-jump): New functions.
13622         (gnus-summary-mode): Setup bookmark support.
13623
13624 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13625
13626         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13627         if set.
13628
13629 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13632         gnus-article-browse-html-save-cid-image; make it work recursively for
13633         forwarded messages as well.
13634         (gnus-article-browse-html-parts): Work when prefix arg is given.
13635         (gnus-article-browse-html-article): Doc fix.
13636
13637 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13638
13639         * message.el (message-default-mail-headers)
13640         (message-default-headers): Carry the value mail-default-headers over
13641         into message-default-mail-headers, rather than message-default-headers.
13642
13643 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13644
13645         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13646         charset.
13647
13648         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13649         charset into the <meta> tag when the article is encoded to utf-8.
13650
13651 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gnus-art.el (gnus-article-browse-delete-temp-files):
13654         Delete directories as well.
13655         (gnus-article-browse-html-parts): Work for images that do not specify
13656         file names; delete temp directory when quitting; insert header at the
13657         right place; use file: scheme for image files.
13658
13659 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13660
13661         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13662         (gnus-article-browse-html-parts): Use it to make temporary cid image
13663         files in addition to html file so that browser may display them.
13664
13665 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13668
13669 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13670
13671         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13672
13673 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13674
13675         * auth-source.el (auth-sources): Change default to be simpler.
13676         Explain about Secret Service API sources.  Improve Customize options.
13677         (auth-source-pick): Change to accept any number of search parameters.
13678         Implement fallbacks iteratively, not recursively.  Add scoring on the
13679         second pass and sort by score.  Call Secret Service API when needed.
13680         (auth-source-user-or-password): Use it.  Call Secret Service API
13681         directly when needed to get the user name and the password.
13682
13683 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13684
13685         * message.el (message-interactive): Doc fix.
13686         (message-qmail-inject-args): Reflow.
13687         (message-kill-to-signature): Fix typo in docstring.
13688
13689         * smiley.el (smiley-buffer): Fix typo in docstring.
13690
13691 2010-03-24  Glenn Morris  <rgm@gnu.org>
13692
13693         * mail-source.el (gnus-message): Declare.
13694         (mail-source-delete-old-incoming): Require gnus-util.
13695
13696 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13699
13700         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13701
13702         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13703         password-cache's default if it is not bound.
13704         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13705         password-cache-expiry's default if it is not bound.
13706
13707         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13708         available in Emacs 21.
13709
13710         * lpath.el: Suppress compiler warnings for:
13711         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13712         XEmacs;
13713         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13714         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13715         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13716
13717 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13718
13719         * auth-source.el (auth-sources): Fix up definition so extra parameters
13720         are always inline.
13721
13722 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13723
13724         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13725         wasn't updated after mismatch.  Clear cached mailbox info correctly
13726         when uidvalidity changes.
13727         (nnimap-group-prefixed-name): New function to avoid some code
13728         duplication.
13729         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13730         (nnimap-request-group): Use it.
13731         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13732         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13733         with many imap folders.  This is done by caching the group status from
13734         the imap server persistently in a group parameter `imap-status'.  (This
13735         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13736         but not persistently, so every Gnus startup was still very slow.)
13737
13738 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13739
13740         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13741         delete the extra newline.  Otherwise editing of :string and :number
13742         types don't work.
13743
13744 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13745
13746         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13747         secrets.el dependency.
13748         (auth-sources): Add optional user name.  Add secrets.el configuration
13749         choice (unused right now).
13750
13751 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13752
13753         * gnus-sum.el (gnus-summary-make-menu-bar):
13754         Let `gnus-registry-install-shortcuts' fill in the functions.
13755
13756         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13757         warnings.
13758         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13759         (gnus-registry-install-shortcuts): Populate and use it in a
13760         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13761
13762 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13763
13764         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13765         In-place substitutions for the group name encoding/decoding.
13766         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13767         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13768         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13769         (nnimap-update-unseen, nnimap-request-list)
13770         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13771         (nnimap-request-set-mark, nnimap-split-to-groups)
13772         (nnimap-split-articles, nnimap-request-newgroups)
13773         (nnimap-request-create-group, nnimap-request-accept-article)
13774         (nnimap-request-delete-group, nnimap-request-rename-group)
13775         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13776         `encoded-mbx' for consistency.
13777         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13778         variable `imap-current-mailbox'.
13779
13780         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13781         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13782
13783 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13784
13785         * pop3.el (pop3-display-message-size-flag): Display message size byte
13786         counts during POP3 download.
13787         (pop3-movemail): Use it.
13788         (pop3-list): Implement listing of available messages.
13789
13790 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13791
13792         * nnir.el (nnir-get-article-nov-override-function): New function to
13793         override the normal NOV retrieval.
13794         (nnir-retrieve-headers): Use it.
13795
13796 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13797
13798         * auth-source.el (netrc-machine-user-or-password): Autoload.
13799
13800 2010-03-19  Glenn Morris  <rgm@gnu.org>
13801
13802         Stop message.el from loading about 40 libraries it doesn't always need.
13803         The general approach is to autoload rather than require, and to
13804         require in the specific functions rather than the file.  (Bug#5642)
13805
13806         * gmm-utils.el: Don't require wid-edit.
13807         (widget-create-child-value, widget-convert, widget-default-get):
13808         Autoload.
13809
13810         * gnus-util.el: Don't require time-date, netrc.
13811         (message-fetch-field, gnus-group-name-decode): Declare rather than
13812         autoloading.
13813         (gnus-fetch-field): Require message.
13814         (gnus-decode-newsgroups): Require gnus-group.
13815
13816         * ietf-drums.el: Don't require time-date.
13817
13818         * message.el: Don't require hashcash, canlock, ecomplete.
13819         Do require mail-utils.  Require nnheader only when compiling.
13820         (smtpmail-default-smtp-server): Remove declaration.
13821         (message-send-mail-function): Check smtpmail-default-smtp-server
13822         is bound rather than requiring smtpmail.
13823         (message-auto-save-directory, message-insert-signature):
13824         Use expand-file-name rather than nnheader-concat.
13825         (nnheader-insert-file-contents): Autoload.
13826         (hashcash-wait-async): Declare.
13827         (message-send-mail): Only call gnus-setup-posting-charset if
13828         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13829         (message-send-mail-with-sendmail): Require sendmail.
13830         (canlock-password, canlock-password-for-verify): Declare.
13831         (message-canlock-password): Require canlock.
13832         (nnheader-get-report): Autoload.
13833         (gnus-setup-posting-charset): Declare.
13834         (message-send-news): Require gnus-msg.
13835         (message-make-references, message-make-in-reply-to): Use mail-header-id
13836         rather than the alias mail-header-message-id.
13837         (ecomplete-add-item, ecomplete-save): Declare.
13838         (message-put-addresses-in-ecomplete): Require ecomplete.
13839         (ecomplete-display-matches): Autoload.
13840
13841         * mm-decode.el: Don't require mailcap, gnus-util.
13842         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13843         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13844         Autoload.
13845         (mailcap-mime-extensions): Declare.
13846
13847         * mm-encode.el: Don't require mailcap.
13848         (mailcap-extension-to-mime): Autoload.
13849
13850         * mml-sec.el: Don't require password-cache.
13851
13852         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13853         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13854         (mml-minibuffer-read-type): Require mailcap.
13855         (mml-preview): Require gnus-msg.
13856
13857         * mml1991.el: Require password-cache.
13858         (password-cache-expiry): Remove declaration.
13859
13860         * mml2015.el: Require password-cache.
13861         (password-cache-expiry): Remove declaration.
13862
13863         * nneething.el (mailcap): Require mailcap.
13864
13865         * nnheader.el (declare-function): Add compatibility stub.
13866         (message-remove-header): Declare rather than autoload.
13867         (nnheader-replace-header): Require message.
13868
13869         * nnimap.el (declare-function): Add compatibility stub.
13870         (netrc-parse, netrc-machine-user-or-password): Declare.
13871         (nnimap-open-connection): Require netrc.
13872
13873         * nntp.el (declare-function): Add compatibility stub.
13874         (netrc-parse, netrc-machine, netrc-get): Declare.
13875         (nntp-send-authinfo): Require netrc.
13876
13877         * rfc2047.el: Don't require qp.
13878         (quoted-printable-encode-region, quoted-printable-decode-string):
13879         Autoload.
13880
13881         * sieve-mode.el: Don't require easymenu.
13882         (easy-menu-add-item): Autoload it.
13883
13884         * spam-stat.el (time-to-number-of-days): Autoload it.
13885
13886 2010-03-19  Glenn Morris  <rgm@gnu.org>
13887
13888         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13889
13890 2010-03-18  Glenn Morris  <rgm@gnu.org>
13891
13892         * hashcash.el (declare-function): Remove duplicate definition.
13893
13894 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13895
13896         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13897         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13898         value if any backslash escapes).
13899
13900 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13903         if it is available.  (bug#5647)
13904
13905         * lpath.el: Suppress compiler warning for coding-system-from-name for
13906         Emacs 21 and XEmacs.
13907
13908 2010-03-14  Juri Linkov  <juri@jurta.org>
13909
13910         * hmac-def.el:
13911         * hmac-md5.el:
13912         * netrc.el: Fix keywords.
13913
13914 2010-02-26  Glenn Morris  <rgm@gnu.org>
13915
13916         * message.el (message-send-mail-function): Change the default, so that
13917         it inherits from a customized send-mail-function.  (Bug#5643)
13918
13919 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13920
13921         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13922         shell-command-to-string signals an error (bug#5299).
13923
13924 2010-02-24  Glenn Morris  <rgm@gnu.org>
13925
13926         * message.el (message-smtpmail-send-it)
13927         (message-send-mail-with-mailclient): Doc fixes.
13928
13929 2010-02-16  Glenn Morris  <rgm@gnu.org>
13930
13931         * message.el (message-default-mail-headers): Change the default value
13932         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13933
13934 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13937         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13938
13939 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13940
13941         * time-date.el (date-to-time): Doc fix (Bug#5408).
13942
13943 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13944
13945         * message.el (message-mail): Just pass yank-action on to message-setup.
13946         (message-setup): Handle (FUN . ARGS) form of yank-action.
13947         (message-with-reply-buffer, message-widen-reply)
13948         (message-yank-original): Handle non-buffer values of
13949         message-reply-buffer (Bug#4080).
13950         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13951
13952 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13953
13954         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13955         Fix typo in docstring.
13956
13957 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13958
13959         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13960         response.
13961
13962 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13965
13966         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13967
13968         * message.el (message-check-news-header-syntax): Protect against a
13969         string that `rfc822-addresses' returns when parsing fails.
13970
13971 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13974         (gnus-previous-char-property-change): New functions.
13975
13976         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13977
13978 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13979
13980         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13981         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13982
13983 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13984
13985         * message.el (message-exchange-point-and-mark): Rework last change to
13986         avoid using optional arg of exchange-point-and-mark, for backward
13987         compatibility.
13988
13989 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13990
13991         * message.el (message-exchange-point-and-mark):
13992         Call exchange-point-and-mark with an argument rather than setting
13993         mark-active by hand (Bug#5175).
13994
13995 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * nntp.el (nntp-service-to-port): Work for service expressed with
13998         numeric string; replace [:digit:] with [0-9] for XEmacs.
13999
14000 2009-12-17  Glenn Morris  <rgm@gnu.org>
14001
14002         * gnus-group.el (gnus-bug-group-download-format-alist):
14003         Change emacs entry to debbugs.gnu.org.  Bump :version.
14004
14005 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14006
14007         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14008
14009 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14010
14011         * message.el (message-info): Explain why we use `Info-goto-node'.
14012
14013 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14016
14017 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14018
14019         * message.el (message-completion-in-region): New compatibility function.
14020         (message-expand-group): Use it.
14021
14022 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14025         with no unread article should be listed if the 2nd arg `predicate' is
14026         given.
14027
14028 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14031
14032 2009-11-29  Juri Linkov  <juri@jurta.org>
14033
14034         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14035         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14036         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14037
14038 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14039
14040         * sha1.el (sha1-string-external): default-directory "/" in case
14041         otherwise non-existent.  process-connection-type pipe for touch of
14042         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14043
14044 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14045
14046         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14047         it's comms related and sgml-mode.el has "comm" on that basis too.
14048
14049 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14052         containing tspecial characters if they have been already quoted.
14053
14054 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14055
14056         * dns-mode.el (auto-mode-alist): Purecopy string.
14057
14058 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14059
14060         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14061
14062 2009-10-24  Glenn Morris  <rgm@gnu.org>
14063
14064         * gnus-art.el (help-xref-stack-item): Define for compiler.
14065
14066 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14067
14068         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14069
14070 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14073
14074 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14077         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14078
14079 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14082         (gnus-overlays-in): New alias to overlays-in.
14083
14084         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14085         gnus-overlay-get, and gnus-delete-overlay.
14086         (gnus-summary-show-thread): Make it work as well for systems in which
14087         next-single-char-property-change is not available.
14088         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14089
14090         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14091         (gnus-overlay-get): New alias to extent-property.
14092         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14093
14094         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14095         SXEmacs.
14096
14097         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14098         SXEmacs.
14099
14100 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14103
14104 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14105
14106         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14107         and XEmacs that don't have `remove-overlays'.
14108
14109 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14110
14111         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14112         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14113         selective display.  Use overlays instead.
14114
14115 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14116
14117         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14118
14119 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14120
14121         * spam-stat.el (spam-stat-load): Fix typo in message.
14122
14123 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14124
14125         * dig.el (dig-invoke): Fix typo in docstring.
14126         (query-dig): Reflow docstring.
14127
14128 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14129
14130         * gnus-art.el (gnus-article-encrypt-body):
14131         * message.el (message-check-recipients):
14132         * mm-util.el (mm-codepage-setup):
14133         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14134         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14135
14136 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14137
14138         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14139         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14140         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14141         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14142         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14143
14144 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14145
14146         * dig.el: Add "Keywords: comm", as per net-utils.el.
14147
14148 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14149
14150         * dig.el (dig-mode): Use define-derived-mode.
14151
14152 2009-09-19  Glenn Morris  <rgm@gnu.org>
14153
14154         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14155
14156 2009-09-18  Glenn Morris  <rgm@gnu.org>
14157
14158         * gnus-diary.el (gnus-diary-check-message):
14159         * message.el (message-insert-formatted-citation-line):
14160         * nnbabyl.el (top-level):
14161         * nndiary.el (nndiary-schedule):
14162         Fix typos in condition-case handlers.
14163
14164 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14167         configuration that provides the sole article window in a frame;
14168         position point correctly after deleting a part.
14169
14170 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14171
14172         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14173         (spam-resolve-registrations-routine): Use it to unregister articles
14174         that change status.
14175
14176 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14179         with XEmacs.
14180         (parse-time-string-chars): Use it.
14181
14182 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14183
14184         * imap.el (imap-interactive-login): Better messages.
14185         (imap-open): Fix bug with renamed buffer on reconnect.
14186         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14187         for easier debugging and cleaner code.  On successful (guessed based on
14188         server capabilities) secondary authentication, set imap-state
14189         correctly.
14190         (imap-last-authenticator): Define imap-last-authenticator as a variable
14191         to avoid warnings.
14192
14193 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * nnrss.el (nnrss-request-article): Remove binding of
14196         default-enable-multibyte-characters that has gotten needless by
14197         the 2007-07-13 change in rfc2047-encode-message-header.
14198
14199         * mml.el (mml-insert-multipart): Error on the message header.
14200         (mml-insert-part): Error on the message header; position point at
14201         the end of a MIME tag.
14202
14203 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * time-date.el (autoload): Expand define-obsolete-function-alias into
14206         defalias and make-obsolete for old Emacsen that Gnus supports.
14207         (with-no-warnings): Define it for old Emacsen.
14208         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14209         is available.
14210         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14211         float-time is available; suppress compile warning for time-to-seconds.
14212
14213         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14214         (gnus-float-time): Alias to float-time if it exists.
14215
14216         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14217         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14218         float-time is available; suppress compile warning for time-to-seconds.
14219
14220         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14221         XEmacs.
14222
14223 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14224
14225         * imap.el (imap-message-map): Docstring fix.
14226
14227 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14230         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14231         Add the optional argument `encoding' that overrides the default.
14232
14233         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14234         mm-encode-buffer.
14235
14236 2009-09-04  Glenn Morris  <rgm@gnu.org>
14237
14238         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14239         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14240         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14241         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14242         * mm-util.el (mm-with-unibyte-current-buffer)
14243         (mm-find-buffer-file-coding-system):
14244         * yenc.el (yenc-decode-region): Use default-value rather than
14245         default-enable-multibyte-characters.
14246
14247 2009-09-03  Glenn Morris  <rgm@gnu.org>
14248
14249         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14250         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14251         than default-enable-multibyte-characters.
14252
14253 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14254
14255         * gnus-art.el (gnus-article-read-summary-keys):
14256         Fix gnus-buffer-configuration's value temporarily used.
14257
14258 2009-09-02  Glenn Morris  <rgm@gnu.org>
14259
14260         * gnus-util.el (gnus-float-time): New function.
14261         * gnus-delay.el (gnus-delay-article):
14262         * gnus-sum.el (gnus-thread-latest-date):
14263         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14264         * nnspool.el (nnspool-request-newgroups):
14265         Use gnus-float-time rather than time-to-seconds.
14266         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14267
14268         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14269         (gnus-header-subject-face, gnus-header-newsgroups-face)
14270         (gnus-header-name-face, gnus-header-content-face):
14271         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14272         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14273         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14274         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14275         (gnus-cite-face-11):
14276         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14277         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14278         (gnus-server-closed-face, gnus-server-denied-face)
14279         (gnus-server-offline-face):
14280         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14281         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14282         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14283         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14284         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14285         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14286         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14287         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14288         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14289         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14290         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14291         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14292         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14293         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14294         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14295         (gnus-summary-high-undownloaded-face)
14296         (gnus-summary-low-undownloaded-face)
14297         (gnus-summary-normal-undownloaded-face)
14298         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14299         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14300         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14301         (gnus-splash-face):
14302         * message.el (message-header-to-face, message-header-cc-face)
14303         (message-header-subject-face, message-header-newsgroups-face)
14304         (message-header-other-face, message-header-name-face)
14305         (message-header-xheader-face, message-separator-face)
14306         (message-cited-text-face, message-mml-face):
14307         * sieve-mode.el (sieve-control-commands-face)
14308         (sieve-action-commands-face, sieve-test-commands-face)
14309         (sieve-tagged-arguments-face):
14310         * spam.el (spam-face):
14311         Mark face aliases with "-face" in the name as obsolete.
14312
14313 2009-09-01  Glenn Morris  <rgm@gnu.org>
14314
14315         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14316         than goto-line.
14317
14318 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14321         Don't move point if the command is invoked inside the message header.
14322
14323 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14324
14325         * imap.el (imap-send-command): Simplify.
14326         (imap-wait-for-tag): point-max -> buffer-size.
14327
14328 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14329
14330         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14331         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14332         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14333         * nnir.el (nnir-swish-e-index-file):
14334         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14335         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14336         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14337         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14338         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14339         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14340
14341 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14344         Don't save excursion.
14345
14346 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14347
14348         * nnheader.el (nnheader-find-file-noselect):
14349         * mm-util.el (mm-insert-file-contents):
14350         Use (default-value 'major-mode) instead of default-major-mode.
14351
14352 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14353
14354         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14355
14356 2009-08-26  Glenn Morris  <rgm@gnu.org>
14357
14358         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14359         than placing in files.el.
14360
14361 2009-08-25  Glenn Morris  <rgm@gnu.org>
14362
14363         * nnir.el (top-level): Don't require cl at run-time.
14364         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14365         Replace cl-function substitute with gnus-replace-in-string.
14366         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14367         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14368         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14369         simplified expansions.
14370
14371 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14372
14373         * dig.el (dig): Add autoload cookie.
14374
14375 2009-08-22  Glenn Morris  <rgm@gnu.org>
14376
14377         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14378         goto-line.
14379
14380 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14381
14382         * parse-time.el (parse-time-string-chars): Save match data.
14383
14384 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14385
14386         * parse-time.el (parse-time-string-chars): Compute using character
14387         classes, to handle non-ascii characters (Bug#3190).
14388
14389 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14392
14393         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14394         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14395         (gnus-mm-display-part, gnus-mime-display-single)
14396         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14397         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14398
14399         * gnus-sum.el
14400         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14401         (gnus-summary-move-article): Add expirable mark to articles copied or
14402         moved to group that has auto-expire turned on if the option is non-nil.
14403
14404 2009-07-24  Glenn Morris  <rgm@gnu.org>
14405
14406         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14407         Fix typo.  (Bug#3903)
14408
14409 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14412         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14413         that should not be used for draft articles.
14414         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14415         that has no concern in minor mode keys.
14416         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14417         Abolish.
14418
14419 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14422         article without making inquiry to a user for unknown encoding.
14423
14424         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14425         (nnmaildir--scan): Assume i-node and device number that file-attributes
14426         returns might be cons-cell.
14427
14428         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14429
14430         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14431
14432 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14433
14434         * auth-source.el: Remove docs now in auth.texi.  Don't use
14435         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14436         `auth-source-hide-passwords' and use them.
14437
14438 2009-07-15  Glenn Morris  <rgm@gnu.org>
14439
14440         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14441
14442 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14445         excessive whitespace from the default values of title and description.
14446
14447 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14450         mail-fetch-field to fetch Content-Description header in order to
14451         exclude newlines.
14452
14453 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14454
14455         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14456         format used by GnuPG 2.0.11.
14457
14458 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14461         to deleted part.
14462
14463 2009-05-30  David Engster  <dengste@eml.cc>
14464
14465         * nnmairix.el: Remove old documentation in the commentary block.
14466         (nnmairix-request-group): Do not update active file for nnml back ends.
14467         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14468         end so that overview files are ignored.
14469         (nnmairix-update-groups): Make updating the groups more robust by using
14470         marks.
14471         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14472         with dollar characters in message-id.
14473
14474 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14477         2008-12-25 in dns.el.
14478
14479 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14480
14481         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14482         could happen if the text is only composed of spaces and/or tabs.
14483
14484 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14485
14486         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14487         when sending a queued message to avoid extra mml tags.
14488
14489 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14492
14493 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14496         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14497         rmail-toggle-header for XEmacs;
14498         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14499
14500 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * gnus-dired.el: Remove autoload for gnus-setup-message.
14503         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14504         displaying Gnus logo; always use compose-mail.
14505
14506 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14509
14510 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14513         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14514         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14515         available.
14516         (gnus-nocem-epg-verify): New function.
14517
14518 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14521
14522 2009-02-15  Glenn Morris  <rgm@gnu.org>
14523
14524         * gnus-util.el (rmail-insert-rmail-file-header)
14525         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14526         autoloads.
14527         (rmail-default-rmail-file): Remove unnecessary declaration.
14528         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14529
14530 2009-02-14  Glenn Morris  <rgm@gnu.org>
14531
14532         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14533         variable (only used in gnus-util, which declares it anyway).
14534         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14535         which was only needed by gnus-art (changed to not use it any more).
14536         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14537         only used in gnus-util, which autoloads it itself.
14538         (rmail-update-summary): Fix autoload.
14539
14540         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14541         rather than rmail-output-to-rmail-file.
14542
14543 2009-02-07  Glenn Morris  <rgm@gnu.org>
14544
14545         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14546         autoload of function that no longer exists.
14547         (rmail-toggle-header): Declare.
14548         (message-forward-rmail-make-body): Handle mbox Rmail.
14549
14550 2009-01-31  Glenn Morris  <rgm@gnu.org>
14551
14552         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14553         2009-01-09 change.
14554
14555 2009-01-31  Dave Love  <fx@gnu.org>
14556
14557         * imap.el (imap-fetch-safe): Bind debug-on-error.
14558         (imap-debug): Add imap-fetch-safe.
14559
14560 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14561
14562         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14563         (auth-source-forget-all-cached): New convenience function.
14564         (auth-source-user-or-password): Accept list of modes or a single mode.
14565
14566         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14567         auth-source modes.
14568
14569         * netrc.el (netrc-machine-user-or-password): Use list of
14570         auth-source modes.
14571
14572         * nnimap.el (nnimap-open-connection): Use list of
14573         auth-source modes.
14574
14575         * nntp.el (nntp-send-authinfo): Use list of
14576         auth-source modes.
14577
14578 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14579
14580         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14581         now.
14582
14583 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14586         coding system in XEmacs; add a workaround for XEmacs.
14587
14588         * lpath.el: Fbind coding-system-aliasee.
14589
14590 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14593         of current-language-environment.
14594
14595 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14598         available at runtime.
14599
14600 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14603
14604 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14605
14606         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14607         the greatest positive fixnum value doesn't work under an XEmacs with
14608         bignum support; use the most-positive-fixnum constant instead,
14609         available since Emacs 21.1 with cl and XEmacs 21.1.
14610
14611 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14614         XEmacs gets not to work.
14615
14616 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * mm-util.el (mm-coding-system-priorities): Allow the value like
14619         "Japanese (UTF-8)" of current-language-environment.
14620
14621 2009-01-09  Glenn Morris  <rgm@gnu.org>
14622
14623         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14624         with last-command-event.
14625
14626 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14627
14628         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14629         in the doc string.
14630
14631         * message.el (message-fix-before-sending): Amend comment.
14632
14633 2009-01-08  Dave Love  <fx@gnu.org>
14634
14635         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14636
14637 2009-01-07  David Engster  <dengste@eml.cc>
14638
14639         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14640         simplified server definitions by converting it via
14641         gnus-server-to-method.
14642
14643 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14646         parameter's operands.
14647
14648 2009-01-06  David Engster  <dengste@eml.cc>
14649
14650         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14651         primary select method (for gnus-group-mark-article-as-read).
14652
14653 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14654
14655         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14656         `(gnus)Face', not `(gnus)X-Face'.
14657
14658 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * mm-util.el (mm-ucs-to-char): New function.
14661
14662         * mm-url.el (mm-url-decode-entities): Use it.
14663
14664         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14665         unicode-to-char.
14666
14667 2009-01-05  Dave Love  <fx@gnu.org>
14668
14669         * time-date.el: Require cl for `declare'.
14670
14671 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14674         Dave Love.
14675
14676 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * message.el (message-fix-before-sending): Add `eight-bit' to
14679         illegible-text check.
14680
14681 2009-01-03  Michael Olson  <mwolson@gnu.org>
14682
14683         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14684         `headers' is nil.  This can occur if the IMAP server does not have
14685         permissions to read messages from a folder, but can write new messages
14686         to the folder.
14687         (nnimap-request-article-part): Do not insert `data' if it is nil.
14688
14689         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14690         characters which will confuse `read', so skip past them.
14691
14692 2009-01-01  Dave Love  <fx@gnu.org>
14693
14694         * imap.el (imap-string-to-integer): Fix typo.
14695         (imap-fetch-safe): New function.
14696         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14697
14698         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14699
14700         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14701         (imap-parse-greeting): Fix doc strings.
14702         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14703         (imap-parse-flag-list): Make messages unique.
14704         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14705
14706         * nnimap.el: Fix author email.
14707         (nnimap-split-rule): Add FIXME comment.
14708         (nnimap-debug): Fix doc string.
14709
14710 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14713
14714 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14717         nslookup if resolv.conf isn't available.
14718         (dns-query): Rename from query-dns.
14719         (dns-query-cached): Rename from query-dns-cached.
14720
14721 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14724         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14725         to check if those variables exist (first appeared in Emacs 18.50).
14726
14727 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * mm-util.el (mm-line-number-at-pos): New function.
14730
14731         * spam-report.el (spam-report-process-queue): Use it.
14732
14733 2008-12-24  David Engster  <dengste@eml.cc>
14734
14735         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14736         parameters that haven't existed as variables as buffer-local variables.
14737
14738 2008-12-23  Dave Love  <fx@gnu.org>
14739
14740         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14741         cadar.
14742
14743         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14744         imap-starttls-p.
14745         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14746
14747 2008-12-22  Dave Love  <fx@gnu.org>
14748
14749         * imap.el: Fix author email.  Doc fixes.
14750         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14751         reply.
14752
14753 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * spam-report.el (spam-report-gmane-max-requests): New constant.
14756         (spam-report-gmane-wait): New variable.
14757         (spam-report-gmane-ham, spam-report-gmane-spam)
14758         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14759         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14760         the server.
14761
14762         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14763         Add explanations.
14764
14765         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14766         nnheader-accept-process-output and nnheader-read-timeout if available.
14767         (pop3-movemail): Use it.
14768
14769         * message.el (message-check-news-body-syntax): Fix signature check if
14770         there's an attachment.
14771
14772 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * mm-util.el: Add comments to the mm- emulating functions.
14775
14776 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14779         Reported by Stephen Berman <stephen.berman@gmx.net>.
14780
14781 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * mm-util.el (mm-substring-no-properties): New function.
14784         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14785         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14786         (mm-string-to-multibyte): Doc fix.
14787
14788         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14789
14790 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * mml.el (mml-attach-file): Strip text properties from file name.
14793         (Bug#1574)
14794
14795 2008-12-16  Glenn Morris  <rgm@gnu.org>
14796
14797         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14798
14799 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14802         knows since the charset specified might be a bogus alias that
14803         mm-charset-synonym-alist provides.
14804
14805 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14808         "ISO_8859-1".
14809
14810         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14811
14812 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * mm-util.el (mm-charset-eval-alist):
14815         Define it before mm-charset-to-coding-system.
14816         (mm-charset-to-coding-system): Add optional argument `silent';
14817         define it before mm-charset-override-alist.
14818         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14819         default value if it can be used in Emacs currently running;
14820         silence mm-charset-to-coding-system.
14821
14822 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14825         `allow-override' which says whether to use `mm-charset-override-alist'.
14826         (rfc2047-decode-encoded-words): Use it.
14827
14828         * mm-util.el (mm-charset-override-alist): Fix custom type;
14829         add `(gb2312 . gbk)' to choices.
14830
14831 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14834         fast.
14835
14836         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14837
14838         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14839
14840 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14841
14842         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14843         on links.
14844
14845         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14846
14847 2008-12-03  Lute Kamstra  <lute@gnu.org>
14848
14849         * sha1.el: Remove leading * from docstrings of defcustoms,
14850         deffaces, defconsts and defuns.
14851
14852 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14855         users' addresses that don't have domain parts.
14856         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14857         rather than message-narrow-to-head since there will be the message
14858         header separator.
14859
14860 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14861
14862         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14863         since the result is inserted in a unibyte buffer anyway.
14864         (nnimap-demule-use-string-to-multibyte): Remove.
14865         (nnimap-demule): Alias it to mm-string-to-multibyte.
14866
14867 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14870         variable for debugging bug#464 and bug#1174.
14871         (nnimap-demule): Use it.
14872
14873 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14874
14875         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14876         score calculation correctly.
14877
14878 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14879
14880         * message.el (message-send-mail): Just set the buffer to unibyte
14881         rather than use mm-with-unibyte-current-buffer which does a lot more.
14882         (message-send-mail-partially): Don't bother with
14883         mm-with-unibyte-current-buffer since it's already been made unibyte by
14884         message-send-mail.
14885
14886 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14887
14888         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14889
14890 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14891
14892         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14893
14894 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14897         require itself and to remove `with-no-warnings'.
14898
14899 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14900
14901         * starttls.el (starttls-any-program-available): Get the name of the
14902         available TLS layer program.
14903         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14904         well as the host name in the "opening" message.
14905
14906         * auth-source.el (auth-source-cache, auth-source-do-cache)
14907         (auth-source-user-or-password): Cache passwords and logins by default,
14908         allow override with `auth-source-do-cache'.
14909         (auth-source-forget-user-or-password): Allow users to remove cache
14910         entries if needed.
14911
14912 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14913
14914         * md4.el (md4-buffer): Fix typo in docstring.
14915         (md4, md4-64): Doc fixes.
14916         (md4-pack-int32): Reflow docstring.
14917
14918 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14919
14920         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14921         condition-case to only the forward-sexp call.
14922
14923 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14924
14925         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14926         quotes contained.  Make it more robust regardless by an extra
14927         condition-case wrapper.
14928
14929 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14932
14933 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * nnml.el (nnml-request-expire-articles): Check if the function set to
14936         `nnmail-expiry-target' returns the symbol `delete'.
14937
14938         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14939
14940         * nnmail.el (nnmail-expiry-target): Fix custom type.
14941
14942 2008-10-02  Glenn Morris  <rgm@gnu.org>
14943
14944         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14945         Silence compiler warning.
14946
14947 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14948
14949         * tls.el (open-tls-stream): Show the actual command being
14950         executed, instead of the format string.
14951
14952 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * lpath.el: Fbind codepage-setup for Emacs 23.
14955
14956 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14957
14958         * mml.el (mml-menu): Don't assume mml2015 is bound.
14959
14960 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14963         exists.
14964
14965 2008-09-27  Glenn Morris  <rgm@gnu.org>
14966
14967         * gnus-util.el (mail-header-remove-comments): Autoload it.
14968
14969 2008-09-27  Andreas Schwab  <schwab@suse.de>
14970
14971         * gnus-util.el (gnus-split-references): Strip comments.
14972         (gnus-parent-id): Likewise.
14973
14974 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * message.el (message-confirm-send): Fix version.
14977
14978 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * message.el (message-idna-to-ascii-rhs-1): Use
14981         mail-extract-address-components rather than mail-header-parse-addresses
14982         that is an alias by default to ietf-drums-parse-addresses that does not
14983         support non-ASCII names in headers' contents.
14984
14985 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14986
14987         * message.el (message-confirm-send): Fix variable documentation to
14988         avoid the "y/n" wording.
14989
14990 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14991
14992         * message.el (message-set-auto-save-file-name): Save to a different
14993         filename so multiple messages (especially drafts) can be recovered.
14994
14995 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14996
14997         * message.el (message-confirm-send): Add appropriate version.
14998
14999 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15000
15001         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15002         defvar.
15003
15004 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15005
15006         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15007         (mm-pkcs7-enveloped-magic): Ditto.
15008
15009 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15010
15011         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15012         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15013
15014 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15015
15016         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15017         default, it's better.
15018
15019 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15020
15021         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15022         summary line gnus-number property and ignore them (with a warning
15023         message).
15024
15025 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15028         macro caddr in the interactive form since it won't be expanded.
15029
15030 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15033         `charset'; fix name of function called recursively.
15034         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15035
15036 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15039         (gnus-mime-set-charset-parameters): New function.
15040         (gnus-mime-view-part-as-charset): Use it to correctly display part
15041         specifying wrong charset.
15042
15043 2008-09-08  David Engster  <dengste@eml.cc>
15044
15045         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15046         in completing-read for back end server.
15047
15048 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15049
15050         * message.el (message-confirm-send): New variable to confirm sending a
15051         message.
15052         (message-send): Use it.
15053
15054 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15055
15056         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15057
15058 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15061
15062 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15063
15064         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15065         prevent tracking too many groups.
15066         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15067         Use it.
15068
15069 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15070
15071         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15072         moving point to the bottom of the window in order to avoid recentering.
15073
15074 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15077
15078         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15079         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15080         (gnus-article-beginning-of-window): Fix calculation.
15081
15082 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * gnus-msg.el (gnus-summary-supersede-article)
15085         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15086         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15087         message header.
15088
15089 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15090
15091         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15092         pending output coming after the status change.
15093
15094 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15095
15096         * message.el:
15097         * gnus-start.el:
15098         * gnus-registry.el: Remove VMS support.
15099
15100 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15103         macro.
15104         (rfc2104-hash): Use it.
15105
15106 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15107
15108         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15109         (gnus-summary-sort-by-most-recent-date): New commands.
15110         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15111         and menu entries.
15112
15113 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15116         don't redisplay article for raw contents; remove plural articles stuff.
15117
15118         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15119         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15120         on gnus-summary-save-article; display results properly.
15121
15122 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * lpath.el: No need to fbind ns-focus-frame.
15125
15126 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15129
15130 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-art.el (gnus-summary-save-in-pipe):
15133         Consider gnus-save-all-headers.
15134
15135 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15136
15137         * gnus-util.el (ns-focus-frame): Remove declaration.
15138         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15139         like x.
15140
15141 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15142
15143         * rfc2104.el (rfc2104-zero): Delete defconst.
15144         (rfc2104-hex-alist): Likewise.
15145         (rfc2104-hex-to-int): Delete func.
15146         (rfc2104-hexstring-to-bitstring): Likewise.
15147         (rfc2104-nybbles): New defconst.
15148         (rfc2104-hash): Rewrite for speed.
15149
15150 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * tls.el (open-tls-stream): Make it work with the 2nd argument
15153         BUFFER that is a string but does not exist as a buffer object, as
15154         mentioned in the doc-string.
15155
15156 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15159         SXEmacs.
15160
15161 2008-07-16  Glenn Morris  <rgm@gnu.org>
15162
15163         * gnus-util.el (ns-focus-frame): Declare for compiler.
15164
15165 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15168         set as a group parameter.
15169         (gnus-summary-save-in-pipe): Work when it is called independently.
15170         (gnus-summary-pipe-to-muttprint): Don't modify
15171         gnus-summary-pipe-output-default-command.
15172
15173 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15174
15175         * message.el (message-send-mail-with-sendmail):
15176         Display the error message.
15177
15178 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-art.el (gnus-default-article-saver):
15181         Add gnus-summary-save-in-pipe to choices.
15182         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15183         gnus-summary-pipe-output-default-command as the default command.
15184         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15185         instead of gnus-last-shell-command.
15186
15187         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15188         New user option.
15189         (gnus-summary-muttprint-program): Mention the value will be changed.
15190         (gnus-summary-save-article): Force showing of all headers.
15191         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15192
15193 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15194
15195         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15196
15197 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15198
15199         * nnimap.el (nnimap-id):
15200         * sieve-manage.el (sieve-manage-open): Doc fixes.
15201
15202 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15203
15204         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15205         if available.
15206
15207 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15208
15209         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15210
15211         * nnkiboze.el (nnkiboze-generate-group):
15212         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15213
15214         * nnmairix.el: Require CL.
15215
15216 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * dgnushack.el: Autoload get-display-table and put-display-table for
15219         XEmacs 21.5.
15220
15221         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15222         21.4 and SXEmacs.
15223
15224 2008-06-15  David Engster  <dengste@eml.cc>
15225
15226         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15227
15228 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15229
15230         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15231         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15232         runtime choice under XEmacs.
15233
15234         * gnus-sum.el (gnus-summary-set-display-table):
15235         Use `gnus-put-display-table', `gnus-get-display-table',
15236         `gnus-set-display-table' for the display table, instead of `aset'.
15237
15238         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15239         Use `gnus-put-display-table', `gnus-get-display-table',
15240         `gnus-set-display-table' for the display table.
15241
15242 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * nnmairix.el: Add autoloads.
15245
15246 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15247
15248         * nnmairix.el (nnmairix-delete-recreate-group)
15249         (nnmairix-update-and-clear-marks): Fix error messages.
15250
15251 2008-06-14  David Engster  <dengste@eml.cc>
15252
15253         * nnmairix.el: Upgrade to version 0.6.
15254         (nnmairix-group-toggle-propmarks-this-group)
15255         (nnmairix-group-toggle-readmarks-this-group)
15256         (nnmairix-group-delete-recreate-this-group)
15257         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15258         (nnmairix-remove-tick-mark-original-article): New commands.
15259         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15260         (nnmairix-propagate-marks-to-nnmairix-groups)
15261         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15262         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15263         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15264         functions needed for marks propagation and manipulation of read marks.
15265         (nnmairix-update-groups): New function.
15266         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15267         (nnmairix-determine-original-group-from-registry)
15268         (nnmairix-determine-original-group-from-path)
15269         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15270         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15271         New helper functions.
15272         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15273         keystrokes for new commands.
15274         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15275         (nnmairix-request-group): Check allow-fast group parameter.
15276         (nnmairix-request-create-group): Set allow-fast group parameter if
15277         nnmairix-allowfast-default is set.
15278         (nnmairix-close-group): Propagate marks upon closing if needed.
15279         (nnmairix-group-toggle-threads-this-group): Use new.
15280         nnmairix-group-toggle-parameter helper function.
15281         (nnmairix-search): Better check for empty search result.
15282         (nnmairix-goto-original-article): Use new helper functions for
15283         determining original article.
15284         (nnmairix-show-original-article): Make sure message-id is in brackets.
15285         (nnmairix-call-mairix-binary): Change variable name.
15286         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15287         helper function.
15288         (nnmairix-widget-toggle-activate): Fix doc string.
15289
15290 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * nnir.el: Require edmacro when compiling with XEmacs.
15293         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15294         available in Emacs 21.
15295
15296 2008-06-11  Glenn Morris  <rgm@gnu.org>
15297
15298         * gnus-util.el (x-focus-frame):
15299         * gnus.el (image-size):
15300         * mm-decode.el (image-size): Declare.
15301
15302         * gnus-picon.el (declare-function): Add compat definition.
15303         (image-size): Declare.
15304
15305         * gnus-group.el (tool-bar-map):
15306         * gnus-sum.el (tool-bar-map): Define for compiler.
15307
15308         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15309
15310         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15311
15312         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15313         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15314         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15315         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15316         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15317         * sieve-manage.el, spam-report.el, spam.el:
15318         Remove unnecessary eval-and-compile of autoloads.
15319
15320 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15321
15322         * auth-source.el: Precise Tramp doc.
15323
15324 2008-06-07  Glenn Morris  <rgm@gnu.org>
15325
15326         * nnmairix.el: Remove unnecessary eval-when-compile.
15327
15328 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * lpath.el: Fbind propertize for XEmacs 21.4.
15331
15332 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15333
15334         * nnir.el: Move here from ../contrib.
15335
15336 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15337
15338         * gnus-util.el (gnus-read-shell-command): New function.
15339         * mm-decode.el (mm-pipe-part):
15340         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15341
15342 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15345
15346 2008-06-03  Glenn Morris  <rgm@gnu.org>
15347
15348         * pop3.el (nnheader-accept-process-output): Autoload it.
15349
15350 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15353         are not 2-digit hexadecimal characters that follow `%'s.
15354
15355 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15356
15357         * message.el (message-bogus-recipient-p): Fix type in doc string.
15358         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15359         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15360         Improve custom options.
15361         (message-bogus-recipient-p): Adjust accordingly.
15362
15363 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15364
15365         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15366         long-form month and day names.
15367
15368 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * dgnushack.el: Autoload debug, eudc-expand-inline and
15371         pgg-snarf-keys-region for XEmacs.
15372
15373         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15374
15375         * nnmairix.el: Require edmacro when compiling with XEmacs.
15376
15377 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15378
15379         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15380         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15381
15382 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15383
15384         * auth-source.el: Add more docs.
15385
15386         * netrc.el (netrc-machine): Always match if the port is not given.
15387
15388 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15389
15390         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15391         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15392         retrieval faster in some cases, but might make CPU usage larger.
15393         If this has any bad side effects, we might revert this change.
15394
15395         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15396         seems to make mail retrieval much, much faster.
15397         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15398         unconditionally.
15399
15400         * gnus-draft.el (gnus-group-send-queue):
15401         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15402
15403 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15406
15407         * message.el (message-bogus-address-regexp): Fix and improve custom
15408         type.
15409         (message-setup-hook): Add message-check-recipients as custom option.
15410
15411 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15412
15413         * message.el (message-cite-function): Remove bogus autoload which crept
15414         in during merge from v5-10.
15415
15416 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15417
15418         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15419
15420         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15421
15422         * auth-source.el: Preliminary Tramp docs.
15423         (auth-sources): Change the default auth-sources to use
15424         EPA .gpg files.
15425
15426 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * nntp.el: Autoload `auth-source-user-or-password'.
15429         (nntp-send-authinfo): Use it.
15430
15431         * nnimap.el: Autoload `auth-source-user-or-password'.
15432         (nnimap-open-connection): Use it.
15433
15434         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15435         for the gnus-message function.
15436         (auth-source-user-or-password): Use it.
15437
15438 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15439
15440         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15441         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15442         (rfc2104-hash): Use it.
15443
15444 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15445
15446         * gnus-art.el (gnus-article-toggle-truncate-lines):
15447         Don't use `iff' in docstring.
15448
15449 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15450
15451         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15452
15453         * gnus-util.el (gnus-extract-address-component-name)
15454         (gnus-extract-address-component-email): Convenience functions around
15455         `gnus-extract-address-components'.
15456
15457         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15458         Use `gnus-extract-address-component-email' to fix bug of comparing full
15459         sender name to `user-mail-address'.
15460
15461 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15462
15463         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15464         catch/throw to optimize.
15465         (gnus-registry-find-keywords): Just use member to find a keyword.
15466
15467 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15468
15469         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15470         is current before calling gnus-server-prepare.
15471         (gnus-server-setup-buffer, gnus-server-update-server)
15472         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15473
15474 2008-05-04  Juri Linkov  <juri@jurta.org>
15475
15476         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15477         (mailcap-file-default-commands): Use mailcap-replace-in-string
15478         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15479         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15480
15481 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15482
15483         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15484
15485 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15486
15487         * gnus.el: Bump version to 0.11.
15488
15489 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15490
15491         * gnus.el: No Gnus v0.10 is released.
15492
15493 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15494
15495         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15496         hooks.
15497         (gnus-update-read-articles): Speed up non-marks-using users.
15498         (gnus-use-marks): Define gnus-use-marks.
15499         (gnus-propagate-marks): Rename variable to something more sensible.
15500
15501 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15502
15503         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15504         (gmm-image-load-path-for-library): Fix typos in docstrings.
15505         (gmm-message): Reflow docstring.
15506
15507 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15508
15509         * mail-source.el (mail-source-set-1, mail-source-bind):
15510         Move auth-source code out of the macro to clean it up and fix bugs.
15511
15512 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15513
15514         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15515         by sender if it's equal to user-mail-address, it's likely to be
15516         useless.
15517
15518         * mail-source.el (mail-source-bind): Don't use user or password if they
15519         are not bound.  Unintern them if they are nil.  Don't use server unless
15520         it's bound, and default it to empty string otherwise.
15521
15522 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15523
15524         * mail-source.el: Load auth-source.el.
15525         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15526         get user name or password, if auth-sources is set up.
15527
15528         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15529         strategy of splitting with parent.
15530         (gnus-registry-split-fancy-with-parent)
15531         (gnus-registry-post-process-groups): Use it and fix prior
15532         bug (returning a list as the split result).
15533
15534         * auth-source.el (auth-sources): Remove server parameter.
15535         (auth-source-pick, auth-source-user-or-password)
15536         (auth-source-user-or-password-imap)
15537         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15538         (auth-source-user-or-password-sftp)
15539         (auth-source-user-or-password-smtp): Remove server parameter.
15540
15541 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15542
15543         * smime.el (smime-sign-region, smime-encrypt-region)
15544         (smime-decrypt-region):
15545         Remove redundant calls to `generate-new-buffer-name'.
15546
15547 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15548
15549         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15550         Don't use QP for message/rfc822.
15551         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15552
15553 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15554
15555         * sieve-manage.el (sieve-string-bytes): Remove.
15556         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15557         correct byte-length only if the process's coding-system is the same as
15558         the one used internally by Emacs to represent strings.
15559
15560 2008-04-22  Juri Linkov  <juri@jurta.org>
15561
15562         * mailcap.el (mailcap-file-default-commands): New function.
15563
15564 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         * message.el (message-signature-separator, message-cite-function):
15567         Change custom version.
15568
15569 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15570
15571         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15572         commands.
15573         (tls-checktrust): Ditto.
15574
15575 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15576
15577         * mm-decode.el (mm-display-external): Make temp file read-only.
15578
15579 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15580
15581         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15582         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15583         `C-c C-f d'.
15584
15585 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15586
15587         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15588
15589 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15590
15591         * gnus.el: Bump version to 0.9.
15592
15593 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15594
15595         * gnus.el: No Gnus v0.8 is released.
15596
15597 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15598
15599         * mail-source.el (mail-source-value):
15600         Prefer fboundp to functionp so it works with macros as well.
15601
15602 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15603
15604         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15605         Fix last change in case the element is not even a symbol.
15606
15607 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15608
15609         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15610         Prefer fboundp to functionp so it works with macros as well.
15611
15612 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15613
15614         * auth-source.el: Add docs.
15615         (auth-sources): Modify format to support server.
15616         (auth-source-pick, auth-source-user-or-password)
15617         (auth-source-user-or-password-imap)
15618         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15619         (auth-source-user-or-password-sftp)
15620         (auth-source-user-or-password-smtp): Add server parameter.
15621
15622 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15623
15624         * gnus-registry.el: Initialize the registry when gnus-registry-install
15625         is t.
15626
15627 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * compface.el (uncompface): Make buffer unibyte.
15630
15631 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15632
15633         * mail-source.el (mail-source-value):
15634         Prefer fboundp to functionp so it works with macros as well.
15635
15636 2008-04-05  Glenn Morris  <rgm@gnu.org>
15637
15638         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15639
15640 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15641
15642         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15643         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15644
15645         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15646         multibyteness after rather than before erasing it.
15647
15648         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15649         mm-with-multibyte.
15650         (gnus-request-article-this-buffer): Make sure the proper decoding is
15651         used if gnus-original-article-buffer happens to be unibyte.
15652
15653         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15654         default-enable-multibyte-characters.
15655
15656         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15657         default-enable-multibyte-characters.
15658
15659         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15660
15661         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15662
15663 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15664
15665         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15666         Fix last change in case the element is not even a symbol.
15667
15668 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15669
15670         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15671         (imap-message-copyuid-1): Use it.
15672         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15673         J. Williams in
15674         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15675
15676         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15677         imap-enable-exchange-bug-workaround.
15678         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15679
15680 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15681
15682         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15683         a 100 byte status-checks into a 2-3MB transfer for each group.
15684         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15685         to enable bug workaround or not.
15686         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15687
15688 2008-03-31  Glenn Morris  <rgm@gnu.org>
15689
15690         * message.el (mml2015-use): Declare for compiler.
15691         (message-info): Require mml2015 when appropriate.
15692
15693 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15696         whitespace.
15697
15698 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15699
15700         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15701         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15702         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15703         (nntp-service-to-port): New function.
15704         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15705         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15706         (nntp-open-netcat-stream): New function.
15707         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15708
15709 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15710
15711         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15712
15713 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15714
15715         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15716
15717 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15718
15719         * dns.el (dns-write): Use set-buffer-multibyte.
15720
15721 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15722
15723         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15724
15725 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15726
15727         * message.el (message-signature-separator): Change default.
15728         Improve custom type.
15729         (message-cite-function): Change default to
15730         message-cite-original-without-signature.
15731
15732         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15733         toggle.
15734
15735         * message.el (message-check-news-body-syntax): Fix signature check.
15736         (message-setup-1): Mark buffer as unmodified _after_ running
15737         message-setup-hook and handling message-alternative-emails.
15738         (message-shorten-references): Be more strict when building list of
15739         valid references to comply with GNKSA.
15740
15741         * gnus-group.el (gnus-read-ephemeral-bug-group)
15742         (gnus-read-ephemeral-debian-bug-group)
15743         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15744
15745         * message.el (message-info): Don't use booleanp which isn't supported
15746         in Emacs 21 and XEmacs.
15747
15748 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15751         gnus-group-gmane-group-download-format.
15752         (gnus-group-read-ephemeral-gmane-group): Rename from
15753         gnus-group-read-ephemeral-gmane-group.
15754         (gnus-read-ephemeral-gmane-group-url): Rename from
15755         gnus-group-read-ephemeral-gmane-group-url.
15756         (gnus-bug-group-download-format-alist): New variable.
15757         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15758         (gnus-read-ephemeral-emacs-bug-group): New commands.
15759
15760 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15761
15762         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15763         (gnus-visible-headers): Improve custom type.
15764
15765 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * mml.el (mml-menu): Add workarounds for XEmacs.
15768
15769         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15770         X-Boundary header.
15771
15772         * message.el (message-simplify-recipients): Fix previous commit.
15773
15774 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15775
15776         * mm-util.el (mm-set-buffer-multibyte): New function.
15777         * mm-decode.el (mm-copy-to-buffer): Use it.
15778
15779         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15780         Prefer fboundp to functionp so it works with macros as well.
15781
15782 2008-03-19  Glenn Morris  <rgm@gnu.org>
15783
15784         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15785         Accidentally removed in the sync process with Emacs.
15786
15787 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * message.el (message-alter-recipients-discard-bogus-full-name):
15790         New function.
15791         (message-alter-recipients-function): New variable.
15792         (message-get-reply-headers): Use it.
15793         (message-replace-header): New helper function.
15794         (message-recipients-without-full-name): New variable.
15795         (message-simplify-recipients): New command.
15796
15797         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15798
15799         * message.el (message-info): Handle EasyPG manual.
15800
15801         * mml.el (mml-menu): Add entry for EasyPG.
15802
15803 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15804
15805         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15806         parameter.
15807
15808         * message.el (message-disassociate-draft): Specify drafts group name
15809         fully.
15810
15811 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15812
15813         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15814         Eliminate unnecessary duplicates from the match list.
15815
15816 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15819
15820         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15821
15822         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15823         args of `how-many' of which the XEmacs version doesn't take; declare
15824         Info-index-next as function.
15825
15826 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * gnus-score.el (gnus-score-headers): Fix handling of
15829         gnus-inhibit-slow-scoring.
15830
15831         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15832         string.
15833         (gnus-button-url-regexp): Improve handling of parenthesis.
15834         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15835         (gnus-button-handle-info-keystrokes): Handle index entries.
15836
15837 2008-03-15  Glenn Morris  <rgm@gnu.org>
15838
15839         * parse-time.el (parse-time-string): Simplify.
15840
15841 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15844         Incoming* files.
15845
15846 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15847
15848         * auth-source.el (auth-sources): Rename from auth-source-choices.
15849         (auth-source-pick): Use it.
15850
15851 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15852
15853         * binhex.el (binhex-decode-region-internal):
15854         * uudecode.el (uudecode-decode-region-internal):
15855         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15856         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15857         setting default-enable-multibyte-characters.
15858
15859 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15860
15861         * auth-source.el (auth-source-protocols)
15862         (auth-source-protocols-customize, auth-source-choices): Add and
15863         modified variable customizations and defaults.
15864         (auth-source-pick, auth-source-user-or-password)
15865         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15866         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15867         (auth-source-user-or-password-sftp)
15868         (auth-source-user-or-password-smtp): Use new variables and provide an
15869         interface to netrc.el.
15870
15871 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15874         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15875         Make sure the nntp port to specify is a string.
15876
15877 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15878
15879         * nntp.el: Use with-current-buffer.
15880         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15881         dubious mm-with-unibyte-current-buffer.
15882         (nntp-with-open-group-function): New function extracted from
15883         nntp-with-open-group macro.
15884         (nntp-with-open-group): Use the function, so it's easier to debug.
15885         Add indentation and debugging info.
15886         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15887         Recommend the use of the netcat alternatives.
15888
15889         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15890         Avoid mm-string-as-multibyte as well.
15891
15892         * nnweb.el (nnweb-insert-html):
15893         Remove use of nnheader-string-as-multibyte.
15894
15895         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15896         (nnheader-string-as-multibyte): Remove.
15897
15898         * mm-view.el: Use inhibit-read-only.
15899         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15900         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15901         or unibyte-string.
15902
15903         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15904         (mm-uu-yenc-extract): Use with-current-buffer.
15905
15906         * gnus-soup.el (gnus-soup-send-packet): Don't use
15907         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15908
15909         * nnmh.el: Use with-current-buffer.
15910         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15911         mm-string-as-multibyte on the output of mm-encode-coding-string.
15912
15913         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15914         (nnimap-request-move-article): Use with-current-buffer.
15915
15916         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15917         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15918         conversion uses string-make-unibyte rather than string-as-unibyte.
15919
15920         * gnus-msg.el: Use with-current-buffer.
15921
15922         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15923
15924 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15925
15926         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15927         string for caching if it is 'PIN.
15928
15929 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * lpath.el: Consider the case without Emacs/W3.
15932
15933 2008-03-08  Glenn Morris  <rgm@gnu.org>
15934
15935         * time-date.el (date-to-time, time-subtract, time-add)
15936         (safe-date-to-time): Doc fixes.
15937
15938 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15939
15940         * mail-source.el (mail-source-delete-old-incoming-confirm):
15941         Change default to nil.
15942         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15943
15944 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * lpath.el: Rearrange.
15947
15948         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15949         (gnus-article-goto-prev-page): Work for articles having ^L's.
15950
15951         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15952
15953         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15954
15955 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15956
15957         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15958         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15959         (gnus-bookmark-jump): Adjust some variable names.
15960
15961 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15962
15963         * auth-source.el: New package.
15964         (auth-source-choices): Add customization entry point variable.
15965
15966         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15967         bug.
15968
15969 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15970
15971         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15972         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15973         (gnus-registry-install-shortcuts): Rename from
15974         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15975         the `gnus-registry-mark-map' keymap dynamically from
15976         `gnus-registry-marks'.  The generated functions update the summary line
15977         when a registry mark is added or deleted, and will call
15978         `gnus-registry-install-p' (see the comments in the code).
15979         (gnus-registry-user-format-function-M): Use concat intelligently.
15980
15981         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15982         the registry mark functions.
15983
15984 2008-03-05  Glenn Morris  <rgm@gnu.org>
15985
15986         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15987         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15988         gnus-art.
15989         (top-level): No need to load own source when compiling.
15990
15991 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15992
15993         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15994         Suggested by <chris.anderton@zetnet.co.uk>.
15995
15996 2008-03-04  Glenn Morris  <rgm@gnu.org>
15997
15998         * gnus-sum.el (top-level): No need to require gnus when compiling,
15999         since unconditionally required near start of file.
16000         (gnus-summary-display-while-building): Move definition before use.
16001
16002 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16003
16004         * gnus-registry.el (gnus-registry-user-format-function-M):
16005         Add formatting function.
16006
16007 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16008
16009         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16010         with plists.
16011         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16012         Use new format.
16013
16014 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16017         `where-is-internal' that returns a range of key sequences.
16018
16019 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16020
16021         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16022
16023         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16024         (gnus-summary-jump-to-group): Consider windows on other displayed
16025         frames as well.  Similar changes might be needed elsewhere, but that's
16026         the one I've bumped into during my use.
16027
16028         * nndoc.el (nndoc-oe-dbx-type-p):
16029         * gnus-msg.el (gnus-debug):
16030         * gnus-group.el (gnus-update-group-mark-positions):
16031         Use mm-string-to-multibyte.
16032
16033 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16036         doesn't handle NotDashEscaped.
16037
16038         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16039         (mml-dnd-attach-options): Fix typo in custom choice.
16040
16041         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16042         Change nndoc-article-type to mbox.
16043         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16044
16045         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16046         to nil, instead of html2text.
16047
16048         * imap.el (imap-debug): Add `imap-ping-server'.
16049
16050         * gnus-bookmark.el: Add FIXMEs.
16051
16052         * message.el (message-form-letter-separator)
16053         (message-send-form-letter-delay): New variables.
16054         (message-send-form-letter): Use them.  New command to send form
16055         letters.  Requested by Uwe Siart.
16056         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16057
16058 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * Update copyright years.
16061
16062 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16063
16064         Sync from EMACS_22_BASE.
16065
16066         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16067
16068 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16069
16070         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16071         empty author.
16072
16073 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16074
16075         * gnus-registry.el (gnus-registry-marks): Add variable for
16076         customization of marks and their appearance.
16077         (gnus-registry-read-mark): Use it.
16078         (gnus-registry-do-marks): Add utility function to loop through
16079         `gnus-registry-marks'.
16080         (gnus-registry-install-shortcuts-and-menus): Add function to install
16081         shortcuts and menus.
16082         (gnus-registry-initialize): Use it.
16083         (gnus-registry-default-mark): Clarify documentation.
16084
16085 2008-02-29  Glenn Morris  <rgm@gnu.org>
16086
16087         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16088         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16089         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16090         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16091         Change defcustom :version from 23.0 to 23.1.
16092
16093 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16094
16095         * gnus-registry.el (gnus-registry-follow-group-p)
16096         (gnus-registry-post-process-groups): Add functions to aid registry
16097         splitting and improve logging.  Clarify behavior in function
16098         documentation.
16099         (gnus-registry-split-fancy-with-parent): Use them.
16100
16101 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16102
16103         * gnus-art.el: Use with-current-buffer.
16104
16105 2008-02-27  David Engster  <dengste@eml.cc>
16106
16107         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16108         Express real group name in the response.
16109
16110 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16113         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16114         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16115         autoload gnus-registry-fetch-group when compiling.
16116         (nnmairix-request-group-with-article-number-correction):
16117         Remove unreferenced argument passed to nnmairix-call-backend.
16118
16119 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16122         (mm-uu-extract): Improve face for low color ttys.
16123         Reported by Sascha Wilde.
16124
16125 2008-02-27  Glenn Morris  <rgm@gnu.org>
16126
16127         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16128         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16129         variables to defconsts.  Convert comments to doc-strings.
16130         (nnmairix-last-server, nnmairix-current-server): Convert from free
16131         variables to defvars.  Convert comments to doc-strings.
16132         (gnus-registry-fetch-group): Autoload.
16133         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16134         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16135         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16136         caddr.
16137         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16138         nnmairix-request-group-with-article-number-correction call.
16139         (nnmairix-fast, nnmairix-group): New, less general names, for free
16140         variables passed from nnmairix-request-group to
16141         nnmairix-request-group-with-article-number-correction.  Declare.
16142         (nnmairix-request-group-with-article-number-correction):
16143         Use nnmairix-fast, nnmairix-group rather than fast, group.
16144
16145 2008-02-26  David Engster  <dengste@eml.cc>
16146
16147         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16148         version 0.5.
16149
16150 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16153         instead of making an extra function call.  Don't add the current group
16154         to articles only when they have the group.  Use
16155         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16156         Reported by David <de_bb@arcor.de>.
16157
16158 2008-02-24  Miles Bader  <miles@gnu.org>
16159
16160         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16161         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16162         (mm-find-mime-charset-region):
16163         * mm-bodies.el (mm-encode-body):
16164         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16165
16166 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16169         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16170
16171 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16172
16173         * mail-source.el (mail-source-delete-incoming): Change default.
16174         Supplement doc string.
16175
16176         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16177
16178 2008-02-14  Glenn Morris  <rgm@gnu.org>
16179
16180         * time-date.el (format-seconds): New function.
16181
16182 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16183
16184         * nnmail.el (nnmail-message-id-cache-file): Derive from
16185         `gnus-home-directory'.
16186
16187 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16190         Document negative prefix.
16191
16192         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16193
16194 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16195
16196         * message.el (message-unsent-separator): Add the Exim bounce
16197         separator.
16198
16199 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16200
16201         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16202         list.
16203         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16204         recipient/signer list.
16205
16206 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * Makefile.in (datarootdir): Define.
16209         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16210         name that might contain whitespace.
16211
16212 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16215         fbound (Emacs 23 unicode), signal an error.
16216
16217 2008-02-08  Glenn Morris  <rgm@gnu.org>
16218
16219         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16220
16221 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16222
16223         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16224         ports to the calls to `netrc-machine-user-or-password' in addition to
16225         "imap" and "imaps".
16226
16227 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16228
16229         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16230
16231         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16232
16233 2008-02-01  Kenichi Handa  <handa@m17n.org>
16234
16235         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16236         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16237         (rfc2104-hash): Convert the result of concat to unibyte string.
16238
16239 2008-02-01  Dave Love  <fx@gnu.org>
16240
16241         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16242         coding-system-for-read.
16243         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16244
16245 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16246
16247         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16248         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16249         <hanche@math.ntnu.no>.
16250
16251 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16254
16255         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16256
16257 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16258
16259         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16260         * message.el (message-beginning-of-line): Use featurep instead of bound
16261         tests in order to resolve conditionals at compile time.
16262
16263 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16264
16265         * mail-source.el (mail-sources): Add `group' choice.
16266
16267         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16268         parameter `in-group' to control into which group the articles go.
16269         Add treatment of `group' mail-source.
16270
16271 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16274
16275         * mm-decode.el (mm-dissect-buffer): Decode description.
16276
16277         * mml.el (mml-to-mime): Encode message header first.
16278
16279 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16282         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16283
16284         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16285         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16286
16287 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16288
16289         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16290
16291 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16294         prefix keys.
16295         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16296         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16297         gnus-xmas.el.
16298
16299         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16300         (gnus-xmas-article-describe-bindings): New function.
16301         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16302         gnus-xmas-article-describe-bindings.
16303
16304         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16305
16306 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16307
16308         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16309         Add new variables for article mark management.
16310         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16311         list of extra data entries which, when present, will indicate that the
16312         article ID should not be trimmed from the registry.
16313         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16314         functions.
16315         (gnus-registry-read-mark): New function to read a mark name from the
16316         user.
16317         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16318         (gnus-registry-set-article-mark-internal): New functions to add and
16319         remove marks.
16320         (gnus-registry-get-article-marks): New function to show the marks for
16321         an article, or retrieve them for further use.
16322
16323 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16326         keys when no argument is given.
16327
16328 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * imap.el (imap-ping-server): New variable.
16331         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16332         (imap-ping-server): Minor doc string fixes.
16333
16334 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16335
16336         * imap.el (imap-ping-server): New function.
16337         (imap-opened): Call imap-ping-server.
16338
16339 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * gnus-sum.el (gnus-article-sort-by-random)
16342         (gnus-thread-sort-by-random): Fix doc strings.
16343         Reported by jidanni@jidanni.org.
16344
16345 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * gnus-art.el (gnus-article-describe-bindings): New function.
16348         (gnus-article-read-summary-keys): Use it.
16349         (gnus-article-mode-map): Bind `C-h b' to it.
16350
16351 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16354         XEmacs.
16355         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16356         Protect against non-character events.
16357
16358         * lpath.el: Fbind map-keymap for Emacs 21.
16359
16360 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16363         New command.
16364         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16365         instead of END.  Change name of the temp file.
16366         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16367         customizable.
16368
16369 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16370
16371         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16372         bind `S W' to gnus-article-wide-reply-with-original; set default
16373         binding to gnus-article-read-summary-send-keys.
16374         (gnus-article-read-summary-keys): Fix the order of keys; display
16375         continuation keys correctly in the echo area; describe bindings
16376         correctly when keys end with `C-h'.
16377         (gnus-article-read-summary-send-keys): New function.
16378         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16379         Work for gnus-article-read-summary-send-keys; display continuation keys
16380         correctly in the echo area.
16381         (gnus-article-reply-with-original): Ignore prefix argument.
16382         (gnus-article-wide-reply-with-original): New function.
16383
16384         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16385         Emacs 21.
16386
16387 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16390         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16391
16392 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16393
16394         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16395         (gnus-group-read-ephemeral-gmane-group): New command.
16396
16397 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16398
16399         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16400
16401 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * message.el (message-send-mail-function): Increase custom version.
16404
16405         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16406         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16407
16408 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16409
16410         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16411         for the cases where imap-authenticate is called with a nil buffer
16412         parameter.
16413
16414 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16417         html parts correctly; support forwarded messages.
16418         (gnus-article-browse-html-article): Remove work buffers.
16419
16420         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16421         compiling.
16422         (netrc-bound-and-true-p): New macro.
16423         (netrc-parse): Use it instead of bound-and-true-p that is not available
16424         in XEmacs 21.4.
16425
16426 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16427
16428         * gnus-registry.el (gnus-registry-mark-article)
16429         (gnus-registry-article-marks): Add functionality to mark articles
16430         through the Gnus registry.
16431
16432         * encrypt.el: Clarify documentation for the new pgg method.
16433         (encrypt-file-alist): Add PGG option.
16434         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16435         functionality.  Abstract password key and messaging to external
16436         functions.
16437         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16438         (encrypt-message-method-and-cipher): Add new convenience external
16439         functions.
16440         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16441         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16442
16443         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16444         (netrc-parse): Use encrypt-file-alist to determine if
16445         encrypt-find-model or encrypt-insert-file-contents should be used.
16446
16447         * encrypt.el: Clarify documentation.  Load password-cache or
16448         password, whichever one is found first, instead of autoloading.
16449
16450 2007-12-19  Glenn Morris  <rgm@gnu.org>
16451
16452         * mml.el (message-options-set, message-narrow-to-head)
16453         (message-in-body-p, message-mail-p, message-encode-message-body):
16454         Autoload.
16455         (message-remove-header, message-narrow-to-headers-or-head)
16456         (message-subscribed-p, message-make-mail-followup-to)
16457         (message-position-on-field, message-news-p)
16458         (message-options-set-recipient, message-generate-headers)
16459         (message-sort-headers): Declare as functions.
16460
16461 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16462
16463         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16464         convention in doc string.
16465
16466 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16469         title to html parts.
16470         (gnus-article-browse-html-article): Pass message header to it.
16471
16472         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16473
16474 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16475
16476         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16477         or password compatible with XEmacs.
16478
16479 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16482         format document.
16483         (gnus-mime-delete-part): Don't write description line if empty.
16484         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16485
16486 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16487
16488         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16489         (gnus-summary-mark-read-and-unread-as-read)
16490         (gnus-summary-mark-current-read-and-unread-as-read)
16491         (gnus-summary-mark-unread-as-ticked): Doc fix.
16492         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16493
16494 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16495
16496         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16497         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16498
16499 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16500
16501         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16502         yes-or-no-p.
16503
16504 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * mm-decode.el (mm-add-meta-html-tag): New function.
16507         (mm-save-part-to-file, mm-pipe-part): Use it.
16508
16509         * gnus-art.el (gnus-article-browse-delete-temp-files):
16510         Use gnus-y-or-n-p instead of y-or-n-p.
16511         (gnus-article-browse-html-parts): Work with message/external-body; use
16512         mm-add-meta-html-tag.
16513
16514 2007-12-11  Glenn Morris  <rgm@gnu.org>
16515
16516         * gnus-cache.el: Require gnus-sum not just when compiling.
16517
16518         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16519
16520         * gnus-int.el (gnus-server-opened, gnus-status-message):
16521         Move definitions before use.
16522
16523         * mm-decode.el: Require gnus-util.
16524         (mm-remove-part): Only call delete-annotation on XEmacs.
16525
16526         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16527
16528         * nnmail.el: Require gnus-int.
16529
16530         * spam.el: Move `require's before `eval-when-compile's.
16531
16532         * gnus-ems.el (gnus-alive-p):
16533         * gnus-fun.el (message-goto-eoh):
16534         * gnus-util.el (gnus-group-name-decode):
16535         * mail-source.el (gnus-compress-sequence):
16536         * message.el (Info-goto-node, format-spec):
16537         * mm-bodies.el (message-options-get):
16538         * mm-decode.el (mm-view-pkcs7):
16539         * mm-util.el (gmm-write-region):
16540         * mml-smime.el (mml-compute-boundary)
16541         (gnus-completing-read-with-default):
16542         * mml.el (widget-button-press, gnus-make-hashtable):
16543         * mml1991.el (mm-decode-content-transfer-encoding)
16544         (mm-encode-content-transfer-encoding)
16545         (message-options-get, message-options-set):
16546         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16547         * nnfolder.el (gnus-request-group):
16548         * nnheader.el (ietf-drums-unfold-fws):
16549         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16550         * smime.el (gnus-run-mode-hooks):
16551         * spam-stat.el (gnus-message): Autoload.
16552
16553         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16554         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16555         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16556         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16557         Add declare-function compatibility definition.
16558
16559         * gnus-cache.el (nnvirtual-find-group-art):
16560         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16561         (gnus-add-image, gnus-add-wash-type):
16562         * gnus-group.el (nnkiboze-score-file):
16563         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16564         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16565         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16566         (message-tokenize-header, gnus-get-buffer-create)
16567         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16568         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16569         * gnus.el (gnus-group-decoded-name):
16570         * mail-source.el (imap-capability):
16571         * mm-bodies.el (message-options-set):
16572         * mm-decode.el (gnus-configure-windows):
16573         * mm-extern.el (message-goto-body):
16574         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16575         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16576         (epg-sub-key-validity, message-options-set):
16577         * mml.el (widget-event-point, gnus-configure-windows):
16578         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16579         * mml2015.el (epg-check-configuration, epg-configuration)
16580         (message-options-set):
16581         * nndb.el (nndb-request-article):
16582         * nnfolder.el (gnus-request-create-group):
16583         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16584         * nnmaildir.el (gnus-group-mark-article-read):
16585         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16586         * rfc1843.el (message-fetch-field):
16587         * spam.el (gnus-extract-address-components):
16588         Declare as functions.
16589
16590 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16593
16594         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16595
16596         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16597         bind show-trailing-whitespace for XEmacs.
16598
16599 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16602         new no-op macro for backward compatibility.
16603
16604         * imap.el (imap-string-to-integer): New function.
16605
16606 2007-12-09  Glenn Morris  <rgm@gnu.org>
16607
16608         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16609
16610         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16611         * message.el, mm-view.el, sieve-manage.el, smime.el:
16612         Add declare-function compatibility definition.
16613
16614         * gnus-art.el (w3-region, w3m-region, Info-menu):
16615         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16616         * gnus-sum.el (gnus-get-predicate):
16617         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16618         * message.el (mail-abbrev-in-expansion-header-p):
16619         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16620         (w3m-detect-meta-charset, w3m-region):
16621         * sieve-manage.el (password-read, password-cache-add)
16622         (password-cache-remove):
16623         * smime.el (password-read-and-add): Declare as functions.
16624
16625 2007-12-08  David Kastrup  <dak@gnu.org>
16626
16627         * gnus-sum.el (gnus-summary-simplify-subject-query):
16628         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16629         `message'.
16630
16631 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16634         it to bind idna-program, installation-directory, defined-colors, and
16635         face-attribute for XEmacs of the version that compiles defcustom forms.
16636
16637 2007-12-07  Glenn Morris  <rgm@gnu.org>
16638
16639         * gnus-art.el (article-make-date-line): Revert previous change.
16640
16641 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16642
16643         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16644
16645 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16646
16647         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16648         Call gnus-add-to-range ranges only once with a prepared article-list.
16649
16650 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16651
16652         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16653         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16654         group names with backslashes.
16655         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16656
16657 2007-12-06  Deepak Goel  <deego3@gmail.com>
16658
16659         * gnus-art.el (article-make-date-line):
16660         * gnus-start.el (gnus-load):
16661         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16662
16663 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-art.el (gnus-use-idna):
16666         * gnus-start.el (gnus-site-init-file):
16667         * message.el (message-use-idna):
16668         * mm-uu.el (mm-uu-hide-markers):
16669         * smiley.el (smiley-style): Revert changes that suppress warnings.
16670
16671 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16674         specify charset to html source.
16675         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16676
16677 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16678
16679         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16680         idna-program in order to suppress byte compile warning issued by XEmacs
16681         that came to byte compile the default value section of defcustom forms
16682         recently.
16683
16684         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16685         value of installation-directory.
16686
16687         * message.el (message-use-idna): Don't directly refer to the value of
16688         idna-program.
16689
16690         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16691
16692         * smiley.el (smiley-style): Don't directly call face-attribute.
16693
16694 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16697
16698         * gnus-dired.el: Reduce Gnus dependencies.
16699         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16700         Don't require.  Use autoloads instead.
16701         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16702         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16703         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16704         (gnus-dired-mode): Adjust doc string.
16705         (gnus-dired-mail-mode): New variable.
16706         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16707         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16708         (gnus-dired-mail-buffers): New function.  Return mail or message
16709         composition buffers.
16710         (gnus-dired-attach): Use it.
16711         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16712         NO-DECODE.
16713         (gnus-dired-print): Use `gnus-print-buffer' depending on
16714         `gnus-dired-mail-mode'.
16715
16716 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * rfc2047.el (rfc2047-encoded-word-regexp)
16719         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16720         explaining what regexp patterns are for.
16721
16722 2007-12-04  Glenn Morris  <rgm@gnu.org>
16723
16724         * password.el: Move to password-cache.el.
16725
16726         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16727         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16728         * mml-smime.el (password-read, password-cache-add)
16729         (password-cache-remove):
16730         No need to autoload, since mml-sec requires password.
16731
16732         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16733         * message.el (gnus-extract-address-components):
16734         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16735
16736         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16737         password.
16738
16739 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * mailcap.el: Reduce dependencies.
16742         (mail-header-parse-content-type): Autoload.
16743         (mailcap-delete-duplicates): New alias.
16744         (mailcap-mime-info): Add optional argument NO-DECODE.
16745         (mailcap-mime-types): Use mailcap-delete-duplicates.
16746
16747         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16748
16749 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16750
16751         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16752         (imap-parse-status): Upcase status-att for servers that sends them
16753         lower-case (e.g., MS Exchange 2007).
16754
16755 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16756
16757         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16758         function.
16759
16760         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16761         (gnus-uu-yenc-article): New function.
16762
16763         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16764
16765         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16766
16767 2007-12-02  Glenn Morris  <rgm@gnu.org>
16768
16769         * binhex.el (binhex): New custom group.
16770         (binhex-decoder-program, binhex-decoder-switches)
16771         (binhex-use-external): Move to the binhex custom group.
16772
16773         * uudecode.el (uudecode): New custom group.
16774         (uudecode-decoder-program, uudecode-decoder-switches)
16775         (uudecode-use-external): Move to the uudecode custom group.
16776
16777         * netrc.el (top-level): Don't load `encrypt' features.
16778         (netrc-parse): Don't use encrypt.
16779         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16780
16781         * encrypt.el: Remove file.
16782
16783 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16784
16785         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16786         matches on patches.
16787
16788         * gnus-art.el (gnus-article-browse-html-article):
16789         Mention `mm-text-html-renderer' in the doc string.
16790
16791         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16792         string.  Add comments.
16793
16794         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16795         if rhs is ASCII.
16796
16797 2007-12-01  Glenn Morris  <rgm@gnu.org>
16798
16799         * mail-source.el (top-level): Require format-spec before
16800         eval-when-compile.
16801
16802 2007-11-30  Glenn Morris  <rgm@gnu.org>
16803
16804         * encrypt.el: Require password, rather than autoloading password-read.
16805
16806 2007-11-29  Glenn Morris  <rgm@gnu.org>
16807
16808         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16809         (sasl-make-client, sasl-next-step, sasl-step-data)
16810         (sasl-step-set-data): Declare as functions.
16811
16812 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16813
16814         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16815
16816 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16817
16818         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16819         certs should be verified and what is to be done in the event of a
16820         verification failure.
16821
16822         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16823         caller can indicate whether the cache should be disregarded for this
16824         call.  This way the result of the call is reproducible at all times and
16825         can be considered a canonical server name for the supplied method.
16826         (gnus-agent-method-p): Canonicalize server names by pushing their
16827         method through `gnus-method-to-server' using the no-cache argument.
16828
16829         * gnus-srvr.el (gnus-server-insert-server-line):
16830         Call `gnus-method-to-server' with `no-cache' argument.
16831
16832         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16833         gnus-agent-possibly-synchronize-flags as this should be called when the
16834         server is actually being opened.
16835         (gnus-agent-possibly-synchronize-flags)
16836         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16837         flags file of an agentized server to the latter function.
16838
16839         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16840         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16841         after a connection has been established successfully.
16842
16843 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * gnus-art.el (article-display-face): Force to display face if called
16846         interactively; check if gnus-article-x-face-too-ugly matches author.
16847         (article-display-x-face): Display face even if From header is missing
16848         as article-display-face does.
16849
16850 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16851
16852         * hashcash.el (message-narrow-to-headers-or-head)
16853         (message-fetch-field, message-goto-eoh)
16854         (message-narrow-to-headers): Declare as functions.
16855
16856 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16857
16858         * mail-source.el (mail-sources): Default to fetch from file for
16859         compatibility with default of nnmail-spool-file.
16860
16861 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16864         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16865         to look for encoded word that should be encoded again.
16866         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16867         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16868         encoding pattern.
16869         (rfc2047-decode-region): Switch strict regexp and loose one according
16870         to rfc2047-allow-irregular-q-encoded-words.
16871
16872 2007-11-25  Romain Francoise  <romain@orebokech.com>
16873
16874         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16875
16876 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * tls.el (tls-program): Provide more custom choices from
16879         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16880         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16881
16882 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16883
16884         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16885         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16886
16887         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16888         `nnmail-spool-file'.
16889
16890         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16891         `nnmail-spool-file'.
16892
16893         * gnus-move.el (gnus-change-server): Ditto.
16894
16895         * gnus-kill.el (gnus-batch-score): Ditto.
16896
16897         * gnus-cache.el (gnus-jog-cache): Ditto.
16898
16899         * gnus-msg.el (gnus-summary-reply):
16900         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16901
16902 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16903
16904         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16905         version.  Minor improvement to doc strings.
16906         (tls-program): Add comment.
16907
16908 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16909
16910         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16911         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16912         mismatch between the hostname provided in the certificate and the name
16913         of the host connnecting to.
16914         (open-tls-stream): Use them.  Check certificates against trusted root
16915         certificates.
16916
16917 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16918
16919         * gnus-cache.el (gnus-cache-generate-nov-databases):
16920         Use nnml-generate-nov-databases-directory instead of
16921         nnml-generate-nov-databases-1.
16922
16923 2007-11-24  Glenn Morris  <rgm@gnu.org>
16924
16925         * message.el (message-tool-bar-retro): Update for rename
16926         mail_send.xpm->mail-send.xpm.
16927
16928 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16931         `smime-ldap-search' for Emacs 22 and up.
16932
16933 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16934
16935         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16936
16937         * message.el (message-send-mail-function): Fix error convention.
16938         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16939         (message-widen-reply, message-send-mail, message-talkative-question)
16940         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16941         (message-clone-locals, message-send-news): Use with-current-buffer.
16942         (message-insert-or-toggle-importance): Remove unused var `valid'.
16943         (message-make-references): Remove unused var `new-references'.
16944         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16945
16946 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16947
16948         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16949         (spam-split-symbolic-return-positive): Reflow docstring.
16950         (spam-backends, spam-summary-exit-behavior)
16951         (spam-mark-ham-unread-before-move-from-spam-group)
16952         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16953         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16954         (spam-clear-cache, spam-backend-check, spam-install-backend)
16955         (spam-install-statistical-backend, spam-list-of-processors)
16956         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16957         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16958         (spam-check-crm114, spam-initialize, spam-unload-hook):
16959         Fix typos in docstrings.
16960
16961 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16964         been checked if they have never been read and those group levels are
16965         higher than the one that a user specified.
16966
16967 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16970         foreign groups unless a group level is specified by a user.
16971         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16972
16973 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * message.el (message-send-mail-function): Require sendmail.
16976
16977 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16978
16979         * message.el (message-send-mail-function): Check for smtpmail too.
16980
16981         * utf7.el (utf7-encode, utf7-decode): Use coding system
16982         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16983
16984         * message.el (message-send-mail-function): New function.
16985         (message-send-mail-function): Set default using
16986         message-send-mail-function.  Adjust doc string.
16987         (message-send-mail-with-mailclient): New function.
16988
16989 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16990
16991         * smime.el (from):
16992         * rfc2047.el (message-posting-charset):
16993         * qp.el (mm-use-ultra-safe-encoding):
16994         * pop3.el (parse-time-months):
16995         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16996         * nnml.el (files):
16997         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16998         (jka-compr-compression-info-list, ange-ftp-path-format)
16999         (efs-path-regexp):
17000         * nndiary.el (files):
17001         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17002         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17003         (epg-digest-algorithm-alist, inhibit-redisplay)
17004         (password-cache-expiry):
17005         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17006         (pgg-output-buffer, password-cache-expiry):
17007         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17008         (efs-path-regexp):
17009         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17010         (inhibit-redisplay):
17011         * mm-uu.el (file-name, start-point, end-point, entry)
17012         (gnus-newsgroup-name, gnus-newsgroup-charset):
17013         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17014         (latin-unity-ucs-list):
17015         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17016         (mm-uu-binhex-decode-function):
17017         * message.el (gnus-message-group-art, gnus-list-identifiers)
17018         (rmail-enable-mime-composing, gnus-local-organization)
17019         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17020         (gnus-read-active-file, facemenu-add-face-function)
17021         (facemenu-remove-face-function, gnus-article-decoded-p)
17022         (tool-bar-mode):
17023         * mail-source.el (display-time-mail-function):
17024         * gnus-util.el (nnmail-pathname-coding-system)
17025         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17026         (gnus-original-article-buffer, gnus-user-agent)
17027         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17028         (xemacs-codename, sxemacs-codename, emacs-program-version):
17029         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17030         * gnus-start.el (gnus-agent-covered-methods)
17031         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17032         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17033         (gnus-newsgroup-headers, gnus-group-list-mode)
17034         (gnus-group-mark-positions, gnus-newsgroup-data)
17035         (gnus-newsgroup-unreads, nnoo-state-alist)
17036         (gnus-current-select-method, mail-sources)
17037         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17038         (nnmail-spool-file, gnus-cache-active-hashtb):
17039         * gnus-mh.el (mh-lib-progs):
17040         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17041         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17042         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17043         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17044         (gnus-group-buffer):
17045         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17046         (font-lock-set-defaults):
17047         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17048         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17049         (gnus-summary-post-menu, total-parts, type, condition, length):
17050         * gnus-agent.el (gnus-agent-read-agentview):
17051         * flow-fill.el (show-trailing-whitespace):
17052         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17053         eval-and-compile wrappers for byte compiler pacifiers.
17054
17055         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17056         (mm-display-inline-fontify): Check for featurep 'xemacs not
17057         extent-list.
17058
17059         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17060         itimer-list.
17061         (mm-create-image-xemacs): Only do something for XEmacs.
17062         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17063
17064         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17065
17066         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17067         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17068
17069 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17070
17071         * nnimap.el (nnimap-split-download-body):
17072         * gnus-demon.el (gnus-demon):
17073         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17074
17075 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17078         New macros.
17079         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17080         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17081         copy data from unibyte buffer to multibyte current buffer.
17082         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17083         to copy data from unibyte current buffer to multibyte buffer.
17084         (nntp-make-process-buffer): Make process buffer unibyte.
17085
17086         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17087
17088 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17089
17090         * pop3.el (pop3-open-server): Accept and process data more robustly at
17091         connection start to avoid spurious "POP SSL connection failed" errors.
17092
17093 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17096         read group names.
17097
17098 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17101
17102 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17105         (nnmail-save-active): Use a unibyte buffer when saving active file,
17106         which may contain non-ASCII group names.
17107
17108         * nnml.el (nnml-request-group): Decode group names in messages.
17109
17110 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * message.el (message-citation-line-function)
17113         (message-insert-formatted-citation-line): Fix spelling of
17114         `message-insert-formated-citation-line'.
17115
17116 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17119
17120 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17123         nnmail-pathname-coding-system.
17124
17125         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17126         that a user enters; decode group names in messages.
17127
17128         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17129
17130 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17131
17132         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17133
17134         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17135
17136         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17137         risky local variable.
17138
17139         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17140
17141 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17142
17143         * encrypt.el: Improve documentation to fix function name typo.
17144         Reported by Daiki Ueno <ueno@unixuser.org>.
17145
17146 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17149         even if the point is not in the last page of an article.
17150         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17151         back to the previous page.
17152
17153 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17154
17155         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17156
17157 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17160
17161 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17162
17163         * message.el (message-check-news-body-syntax):
17164         Avoid mm-string-as-multibyte.
17165         (message-hide-headers): Don't assume (point-min)==1.
17166
17167 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17168
17169         * message.el (message-remove-blank-cited-lines): Fix if remove is
17170         given.
17171         (message-bogus-address-regexp): New variable.
17172         (message-bogus-recipient-p): New function.
17173         (message-check-recipients): New command.
17174         (message-syntax-checks): Add `bogus-recipient'.
17175         (message-fix-before-sending): Add `bogus-recipient'.
17176
17177         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17178         (gnus-treat-body-boundary): Don't test window-system.
17179
17180 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17181
17182         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17183
17184 2007-10-28  Miles Bader  <miles@gnu.org>
17185
17186         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17187         at compile-time too.
17188
17189 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17190
17191         * gnus-msg.el (gnus-message-setup-hook):
17192         Add `message-remove-blank-cited-lines' to options.
17193
17194 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17195
17196         * message.el (message-remove-blank-cited-lines): New function.
17197         Suggested by Karl Plästerer.
17198
17199 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17202         mapc.
17203
17204         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17205         (top-level): Use mapc to set functions to be traced for debugging.
17206
17207         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17208         called for effect with while loop.
17209
17210         * message.el (message-talkative-question): Replace mapcar called for
17211         effect with mapc.
17212
17213         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17214         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17215         called for effect with dolist.
17216
17217         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17218
17219         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17220         gnus-extra-headers and nnmail-extra-headers.
17221
17222         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17223         called for effect with dolist.
17224         (top-level): Use mapc to set functions to be traced for debugging.
17225
17226         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17227         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17228         dolist.
17229
17230         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17231         Replace mapcar called for effect with mapc.
17232         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17233         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17234         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17235         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17236
17237         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17238         remove-if that's a cl function.
17239
17240         * webmail.el (webmail-debug): Replace mapcar called for effect with
17241         dolist.
17242
17243         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17244         with mapc.
17245
17246 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17249         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17250         with while loop.
17251
17252         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17253         functions from article-* functions.
17254         (gnus-multi-decode-header): Replace mapcar called for effect with
17255         dolist.
17256
17257         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17258         (gnus-bookmark-show-details): Replace mapcar called for effect with
17259         while loop.
17260
17261         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17262         called for effect with while loop.
17263
17264         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17265         with dolist.
17266
17267         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17268         Replace mapcar called for effect with dolist.
17269
17270         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17271
17272         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17273         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17274         Replace mapcar called for effect with dolist.
17275         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17276         mapc.
17277
17278         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17279         Replace mapcar called for effect with dolist.
17280         (gnus-topic-list): Replace mapcar called for effect with mapc.
17281
17282         * gnus.el: Use mapc instead of mapcar to add autoloads.
17283
17284 2007-10-23  Richard Stallman  <rms@gnu.org>
17285
17286         * gnus-group.el (gnus-group-highlight): Mark as risky.
17287
17288 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * gnus.el (gnus-server-to-method): Return method found first in
17291         gnus-newsrc-alist.
17292
17293         * gnus-art.el (gnus-article-highlight-signature)
17294         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17295         button overlay without the front stickiness.
17296
17297 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17298
17299         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17300         overview buffer needed a catch to receive its throw.
17301         (gnus-agent-flush-cache): Declare as interactive to make this function
17302         easier to use.
17303
17304 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17305
17306         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17307         `next-line'.
17308
17309 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17312         exclude address matching message-dont-reply-to-names.
17313
17314 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17315
17316         * gnus-util.el (gnus-string<): New function.
17317
17318         * gnus-sum.el (gnus-article-sort-by-author)
17319         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17320
17321 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17324         the frame-focus tag is set in gnus-buffer-configuration.
17325
17326 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17329         the front stickiness.
17330
17331 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17334         url pattern; remove duplicate one.
17335         (gnus-article-extend-url-button): New function.
17336         (gnus-article-add-buttons): Use it.
17337         (gnus-button-push): Use concatenated url that it makes.
17338
17339 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17340
17341         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17342
17343 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17344
17345         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17346         Don't hardcode point-min==1.
17347
17348 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17349
17350         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17351         Fix comment about "iso8859-1".
17352
17353 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17354
17355         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17356         ones returned from the verify-function.
17357
17358         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17359         Call mml2015-extract-cleartext-signature if extraction failed.
17360
17361 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17362
17363         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17364         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17365         failed.
17366
17367 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17368
17369         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17370
17371 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17372
17373         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17374         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17375         recommends to use EasyPG instead of PGG.
17376
17377         * pgg.el: Revert to revision 6.23.2.16.
17378
17379         * pgg-def.el: Revert to revision 6.6.2.14.
17380
17381         * pgg-gpg.el: Revert to revision 6.23.2.34.
17382
17383 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17384
17385         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17386         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17387         thread for both the null and zero (kill/expire thread) universal prefix
17388         cases.
17389         (gnus-summary-expire-thread): Add new function to expire a thread,
17390         using gnus-summary-kill-thread.
17391         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17392         shortcuts for gnus-summary-expire-thread.
17393         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17394         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17395
17396 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17399         extras value, so an extras entry can be deleted.
17400         (gnus-registry-delete-extra-entry): Use it.
17401         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17402         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17403         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17404         storage through the gnus-registry, and provide an appropriate API for
17405         it.
17406
17407 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17410         Suggested by Leo <sdl.web@gmail.com>.
17411
17412         * gnus.el: Do.
17413
17414 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17417         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17418
17419         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17420
17421         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17422         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17423
17424 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17427         newline.
17428         (nnmbox-request-accept-article): Don't change article in source buffer;
17429         narrow to header to use message-fetch-field rather than
17430         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17431         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17432         as delimiters; make sure article ends with newline.
17433         (nnmbox-delete-mail): Correct last position of article to be deleted;
17434         ignore X-Gnus-Newsgroup header in article body.
17435         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17436         positions; make sure article ends with newline.
17437
17438         * message.el (message-display-abbrev): Don't infloop when a user
17439         inserts SPC in the beginning of header.
17440
17441         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17442         coding-system-for-read and coding-system-for-write for XEmacs having no
17443         file-coding feature.
17444
17445         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17446
17447 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17448
17449         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17450         list of groups not followed by default.  Fix type to be regexp.
17451         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17452
17453 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17454
17455         * hmac-def.el (define-hmac-function): Switch from old-style to
17456         new-style backquotes.
17457
17458         * md4.el (md4-make-step): Likewise.
17459
17460 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17463         raw-text coding system when saving .newsrc file, which may contain
17464         non-ASCII group names.
17465
17466 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * gnus-cus.el (gnus-score-extra): New widget.
17469         (gnus-score-extra-convert): New function.
17470         (gnus-score-customize): Use it for Extra.
17471
17472 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17473
17474         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17475         (mml2015-mailcrypt-clear-verify): Use it.
17476         (mml2015-gpg-clear-verify): Use it.
17477         (mml2015-pgg-clear-verify): Use it.
17478         (mml2015-epg-clear-verify): Replace the current part with the output
17479         from GnuPG; don't extract the plaintext by itself.
17480
17481         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17482         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17483         mml2015-clear-verify-function; don't touch the armor headers or
17484         dash-escaped text here.
17485
17486 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17489         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17490         parts, or application/octet-stream as a last resort.
17491         (gnus-mime-view-part-as-type): Don't toggle display.
17492         (gnus-mime-view-part-as-charset): Don't turn off display before
17493         querying charset.
17494
17495         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17496         stuff to undisplayer function in Emacs.
17497         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17498
17499         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17500         text/calendar parts.
17501
17502 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17505         decoding text/calendar parts.
17506
17507         * message.el (message-forward-make-body-mime): Always mark body as
17508         having no illegible text; remove signed-or-encrypted argument.
17509         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17510
17511         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17512         (mml-generate-mime-1): Don't encode body if it is specified to be in
17513         raw form; don't make buffer be unibyte when inserting multibyte string.
17514
17515 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17516
17517         * sha1.el: Fix up comment style.
17518         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17519         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17520
17521         * hex-util.el: Fix up comment style.
17522         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17523
17524         * gnus-salt.el: Use with-current-buffer.
17525         (gnus-pick-setup-message): Fix long-standing typo.
17526
17527 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * imap.el (imap-logout-timeout): New variable.
17530         (imap-logout, imap-logout-wait): New functions.
17531         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17532
17533         * nnimap.el (nnimap-logout-timeout): New server variable.
17534         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17535         nnimap-logout-timeout.
17536
17537         * gnus-art.el (gnus-article-summary-command-nosave)
17538         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17539
17540 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17541
17542         * gnus.el (gnus-maximum-newsgroup): New variable.
17543
17544         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17545         according to gnus-maximum-newsgroup.
17546
17547         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17548         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17549         Limit the range of articles according to gnus-maximum-newsgroup.
17550
17551 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17552
17553         * gnus-art.el (gnus-sticky-article): Fix problems described in
17554         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17555         Don't perform gnus-configure-windows here; reuse existing sticky
17556         article buffer.
17557
17558         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17559         it doesn't exist in gnus-article-mode.
17560
17561 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17564         (gnus-agent-decoded-group-name): New function.
17565         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17566         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17567
17568 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17569
17570         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17571         Add binding for gnus-sticky-article.
17572         (gnus-summary-exit): Don't kill sticky article buffers.
17573
17574         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17575         article buffer.
17576         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17577         (gnus-kill-sticky-article-buffers): New commands.
17578
17579 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * nntp.el (nntp-xref-number-is-evil): New server variable.
17582         (nntp-find-group-and-number): If it is non-nil, don't trust article
17583         numbers in the Xref header.
17584
17585 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus-agent.el (gnus-agent-read-group): New function.
17588         (gnus-agent-flush-group, gnus-agent-expire-group)
17589         (gnus-agent-regenerate-group): Use it.
17590         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17591         nnmail-pathname-coding-system.
17592
17593 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17596
17597         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17598         that are unread as unread, and also as selected so that information of
17599         marks having been changed by a user may be updated when exiting group.
17600
17601 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17602
17603         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17604
17605 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17608         calculated ignoring signature parts to gnus-treat-article.
17609
17610 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17613         a point here in order to keep the window start.
17614         (gnus-insert-mime-security-button): Make a button overlay without the
17615         front stickiness.
17616         (gnus-mime-display-security): Goto the end of a button.
17617
17618         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17619
17620 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17623         group-name-at-point.
17624         (gnus-group-completing-read): New function that offers decoded
17625         non-ASCII group names for completion.
17626         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17627         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17628         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17629         (gnus-group-fetch-control): Use it.
17630         (gnus-fetch-group): Use group-name-at-point for the initial value
17631         rather than the default value; use gnus-alive-p.
17632
17633         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17634         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17635         (gnus-summary-post-news): Use gnus-group-completing-read.
17636
17637         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17638         (gnus-read-move-group-name): Decode group name for completion.
17639
17640 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17641
17642         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17643         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17644         Yamaoka slightly modified the code).
17645
17646 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17649         (nnmail-split-incoming): Bind it.
17650
17651         * nnml.el (nnml-group-name-charset): New function.
17652         (nnml-decoded-group-name): Use it; don't decode group name if
17653         nnmail-group-names-not-encoded-p is non-nil.
17654         (nnml-encoded-group-name): New function.
17655         (nnml-group-pathname): Inline nnml-decoded-group-name.
17656         (nnml-request-expire-articles): Decode group name in message.
17657         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17658         nnmail-pathname-coding-system.
17659         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17660         not decoded ones according to nnmail-group-names-not-encoded-p.
17661         (nnml-generate-active-info): Use nnml-encoded-group-name.
17662
17663 2007-08-08  Glenn Morris  <rgm@gnu.org>
17664
17665         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17666         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17667         doc-strings and comments.
17668
17669 2007-07-25  Glenn Morris  <rgm@gnu.org>
17670
17671         * Relicense all FSF files to GPLv3 or later.
17672
17673 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * gnus-sum.el (gnus-summary-move-article):
17676         Make gnus-summary-respool-article work.
17677
17678 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17679
17680         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17681         string.
17682
17683 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17684
17685         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17686         that should be ignored when comparing distant RSS articles with local
17687         ones.
17688         (nnrss-make-hash-index): New function.  Create a hash index according
17689         to the ignored fields.
17690         (nnrss-check-group): Use it.
17691
17692 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17695
17696         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17697
17698         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17699         the new optional argument ENCODED is non-nil.
17700         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17701         coding system for encoding group name.
17702         (gnus-group-make-rss-group): Pass un-encoded group name to
17703         gnus-group-make-group.
17704         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17705         encoded.
17706
17707         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17708         Encode group name to which articles are moved or copied.
17709         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17710         coding system for encoding Newsgroup, Followup-To and Xref headers.
17711
17712         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17713         marks; use nnheader-file-coding-system to write a file.
17714         (nnagent-retrieve-headers): Bind file-name-coding-system to
17715         nnmail-pathname-coding-system.
17716
17717         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17718
17719         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17720         (nnml-request-article, nnml-request-create-group)
17721         (nnml-request-rename-group, nnml-find-id)
17722         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17723         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17724         (nnml-save-marks): Use nnml-group-pathname instead of
17725         nnmail-group-pathname.
17726
17727         (nnml-request-create-group, nnml-request-expire-articles)
17728         (nnml-request-move-article, nnml-request-delete-group)
17729         (nnml-deletable-article-p, nnml-possibly-create-directory)
17730         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17731         (nnml-open-marks): Bind file-name-coding-system to
17732         nnmail-pathname-coding-system.
17733
17734         (nnml-request-article): Pass server argument to nnml-find-group-number.
17735         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17736         Pass server argument to nnml-possibly-create-directory.
17737         (nnml-request-accept-article): Pass server argument to
17738         nnml-active-number and nnml-save-mail.
17739         (nnml-find-group-number): Pass server argument to nnml-find-id.
17740         (nnml-request-update-info): Pass server argument to
17741         nnml-marks-changed-p.
17742
17743         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17744         (nnml-save-mail, nnml-active-number): Add server argument.
17745
17746         (nnml-request-delete-group): Warn if group is missing.
17747         (nnml-get-nov-buffer): Decode group name.
17748         (nnml-generate-active-info): Encode group name.
17749         (nnml-open-marks): Decode group name in messages.
17750
17751 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17754         if it is not specified.
17755         (gnus-article-pipe-part, gnus-article-save-part)
17756         (gnus-article-interactively-view-part, gnus-article-copy-part)
17757         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17758         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17759         (gnus-article-replace-part, gnus-article-delete-part)
17760         (gnus-article-view-part-as-type): Pass raw prefix argument to
17761         gnus-article-part-wrapper.
17762
17763 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * gnus-agent.el (gnus-agent-save-active):
17766         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17767
17768         * gnus-cache.el (gnus-cache-save-buffers)
17769         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17770         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17771         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17772         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17773         (gnus-cache-generate-active, gnus-cache-rename-group)
17774         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17775         (gnus-cache-update-overview-total-fetched-for):
17776         Bind file-name-coding-system to nnmail-pathname-coding-system.
17777         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17778         New variables.
17779         (gnus-cache-decoded-group-name): New function.
17780         (gnus-cache-file-name): Use it.
17781         (gnus-cache-generate-active): Use non-decoded group name for active.
17782
17783         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17784         right place.
17785         (gnus-write-active-file): Don't break non-ASCII group names.
17786
17787         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17788         nnmail-pathname-coding-system.
17789
17790         * lpath.el: Bind default-file-name-coding-system,
17791         file-name-coding-system and language-info-alist for XEmacs.
17792
17793         * gnus-uu.el (gnus-uu-decode-save): Typo.
17794
17795 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17798
17799 2007-07-14  David Kastrup  <dak@gnu.org>
17800
17801         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17802         finishing actions if we did not edit the article.
17803
17804 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17807         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17808         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17809         (gnus-agent-flush-group, gnus-agent-flush-cache)
17810         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17811         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17812         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17813         (gnus-agent-regenerate-group)
17814         (gnus-agent-update-files-total-fetched-for)
17815         (gnus-agent-update-view-total-fetched-for):
17816         Bind file-name-coding-system to nnmail-pathname-coding-system.
17817         (gnus-agent-group-pathname): Don't encode file names by
17818         nnmail-pathname-coding-system.
17819         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17820         coding-system-for-write instead of buffer-file-coding-system to
17821         gnus-agent-file-coding-system.
17822
17823         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17824         Decode group name.
17825
17826         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17827
17828         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17829         (gnus-read-newsrc-el-file): Make group names unibyte.
17830
17831         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17832         nnmail-pathname-coding-system.
17833
17834         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17835         (nnrss-request-delete-group): Bind file-name-coding-system to
17836         nnmail-pathname-coding-system.
17837         (nnrss-read-server-data, nnrss-read-group-data):
17838         Bind file-name-coding-system correctly.
17839         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17840
17841         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17842         (nntp-server-to-method-cache): New variable.
17843         (nntp-group-pathname): New function that decodes non-ASCII group names.
17844         (nntp-possibly-create-directory, nntp-marks-changed-p)
17845         (nntp-save-marks, nntp-open-marks): Use it.
17846         (nntp-possibly-create-directory, nntp-open-marks):
17847         Bind file-name-coding-system to nnmail-pathname-coding-system.
17848         (nntp-open-marks): Decode group names when bootstrapping marks.
17849
17850         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17851         Newsgroups and Followup-To headers.
17852
17853 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17856         (gnus-server-closed-face, gnus-server-denied-face)
17857         (gnus-server-offline-face): Remove variable.
17858         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17859
17860         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17861         of modifying message-stack directly for XEmacs.
17862
17863         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17864         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17865         if the coding-system argument is nil for XEmacs.
17866
17867         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17868         mm-charset-override-alist.
17869
17870         * rfc2047.el: Don't require base64; require rfc2045 for the function
17871         rfc2045-encode-string.
17872         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17873         to quote the parameter value.
17874
17875 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17878         form in gnus-group-name-charset-method-alist.
17879
17880         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17881         overrides the default layout edit-form.
17882
17883         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17884
17885         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17886
17887 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17890         as unfetched articles.
17891
17892 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17893
17894         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17895
17896 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17899         original back end that keeps marks in the local system.
17900
17901 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17904         arg of pop-to-buffer for XEmacs.
17905         (gnus-article-read-summary-keys): Ditto; don't restore window
17906         configuration if summary command ends up with neither article buffer
17907         nor summary buffer; describe bindings if summary keys end with C-h.
17908
17909 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * message.el (message-fix-before-sending): Skip raw message part to be
17912         forwarded while checking illegible text.
17913         (message-forward-make-body-mime, message-forward-make-body):
17914         Mark signed or encrypted raw message as having no illegible text.
17915
17916 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17919         (gnus-message-with-timestamp-1): New macro.
17920         (gnus-message-with-timestamp): New function.
17921         (gnus-message): Use them.
17922
17923         * nnheader.el (nnheader-message): Use them.
17924
17925 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17926
17927         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17928         .newsrc.eld file.
17929
17930 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * gnus-agent.el (gnus-agent-fetch-headers)
17933         (gnus-agent-retrieve-headers):
17934         Bind gnus-decode-encoded-address-function to identity.
17935
17936         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17937         available also when the server returns simply a dot.
17938
17939         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17940
17941 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17944
17945 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17946
17947         * gnus-ems.el (gnus-x-splash): Make it work.
17948
17949         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17950         from being used.
17951
17952         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17953
17954 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17957         4th and the 5th arguments.
17958
17959         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17960         the front stickiness.
17961         (gnus-article-summary-command-nosave): Correct the order of the
17962         arguments passed to pop-to-buffer.
17963         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17964         summary command ends up with the article buffer.
17965
17966         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17967         the same faces.
17968
17969 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17970
17971         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17972
17973 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17974
17975         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17976         * gnus-sum.el (gnus-summary-highlight):
17977         * pgg.el (pgg-sign-region, pgg-sign):
17978         * mail-source.el (mail-source-delete-old-incoming-confirm):
17979         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17980
17981 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17982
17983         * gnus-art.el (gnus-mime-view-part-externally)
17984         (gnus-mime-view-part-internally): Fix predicate function passed to
17985         completing-read.
17986
17987         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17988
17989         * gnus.el (gnus-update-message-archive-method): Add :version.
17990
17991 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * gnus.el (gnus-update-message-archive-method): New variable.
17994
17995         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17996         according to gnus-message-archive-method if
17997         gnus-update-message-archive-method is non-nil.
17998
17999 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18002         Suggested by Loic Dachary <loic@dachary.org>.
18003         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18004
18005 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * message.el (message-pop-to-buffer): Add switch-function argument.
18008         (message-mail): Pass switch-function argument to it.
18009
18010 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18011
18012         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18013         Improve doc string.
18014
18015 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18018         (gnus-header-content):
18019         * gnus-cite.el (gnus-cite-10):
18020         * gnus-srvr.el (gnus-server-closed):
18021         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18022         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18023         (gnus-group-mail-3-empty, gnus-group-mail-low)
18024         (gnus-group-mail-low-empty, gnus-splash):
18025         * message.el (message-header-to, message-header-cc)
18026         (message-header-subject, message-header-other, message-header-name)
18027         (message-header-xheader, message-separator, message-cited-text)
18028         (message-mml): Lighten colors of faces used for dark background.
18029
18030 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18031
18032         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18033         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18034
18035 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * message.el (message-narrow-to-headers-or-head):
18038         Ignore mail-header-separator in the body.
18039
18040 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18041
18042         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18043         same as window size.
18044
18045 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18046
18047         * message.el (message-font-lock-keywords): Use message-header-xheader
18048         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18049         ahead of the anything pattern, to get it recognized.
18050
18051 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18054         spam.el loads uses it in the compiled defadvice form.
18055
18056 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18057
18058         * gnus-sum.el (gnus-articles-to-read)
18059         (gnus-summary-insert-old-articles): Don't truncate group name for
18060         `read-string'.
18061
18062         * gnus-util.el (gnus-limit-string): Delete this function.
18063
18064         * gnus-sum.el (gnus-simplify-subject-fully):
18065         Use `truncate-string-to-width' instead.
18066
18067 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18068
18069         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18070         Tell if, on summary exit, the next group has to be selected.
18071         (gnus-summary-exit): Use it.
18072
18073 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18074
18075         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18076         non-break space.
18077
18078 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18081         Check if group is not a directory.
18082         (nnfolder-request-expire-articles): Don't delete articles if the target
18083         group is not available.
18084
18085         * nnml.el (nnml-request-create-group): Properly check if group is not a
18086         file.
18087         (nnml-request-expire-articles): Don't delete articles if the target
18088         group is not available.
18089
18090         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18091         Don't quote characters that are within parentheses.
18092
18093 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18096         (gnus-handle-ephemeral-exit): Select article according to it.
18097
18098 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18099
18100         * message.el (message-insert-formated-citation-line): Remove newline.
18101         (message-citation-line-format): Add final \n here so that the user can
18102         avoid a blank line.
18103
18104 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18105
18106         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18107         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18108         Update lanl/arXiv support.
18109
18110 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18111
18112         * gnus.el: Bump version number.
18113
18114 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18115
18116         * gnus.el (gnus-version-number): Bump version.
18117
18118 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18119
18120         * gnus.el: No Gnus v0.6 is released.
18121
18122 2007-04-27  Didier Verna  <didier@xemacs.org>
18123
18124         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18125         * gmm-utils.el (gmm-regexp-concat): ... here.
18126         * message.el: Don't require 'gnus-util.
18127         (message-dont-reply-to-names): Handle name change above.
18128         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18129
18130 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18133         since the initial value varies according to the system.
18134
18135 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18138
18139 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18140
18141         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18142
18143 2007-04-24  Didier Verna  <didier@xemacs.org>
18144
18145         Improve the type of gnus-ignored-from-addresses.
18146         * gnus-util.el (gnus-orify-regexp): New function.
18147         * message.el (gnus-util): Require it.
18148         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18149         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18150         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18151
18152 2007-04-24  Didier Verna  <didier@xemacs.org>
18153
18154         * gnus-sum.el:
18155         * gnus-utils.el: Fix some trailing whitespaces.
18156
18157 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18158
18159         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18160         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18161         article's Message-ID; refer parent article in summary buffer.
18162
18163         * message.el (message-bounce): Call mime-to-mml.
18164
18165         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18166         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18167         optimize and/or forms properly.
18168
18169 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18170
18171         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18172         URL.
18173
18174 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18177
18178 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18181         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18182         displayed of multipart/alternative part if it is invoked from summary
18183         buffer.
18184
18185         * mm-view.el (mm-inline-text-html-render-with-w3m)
18186         (mm-inline-text-html-render-with-w3m-standalone)
18187         (mm-inline-render-with-function): Use mail-parse-charset by default.
18188
18189 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18190
18191         * parse-time.el (parse-time-string-chars): Check if CHAR
18192         is less than the length of parse-time-syntax.
18193
18194 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18197         from gnus-newsgroup-processable.
18198
18199 2007-04-16  Didier Verna  <didier@xemacs.org>
18200
18201         * gnus-msg.el (gnus-configure-posting-styles):
18202         Handle message-signature-directory properly with :file syntax.
18203         Reported by "Leo".
18204
18205 2007-04-11  Didier Verna  <didier@xemacs.org>
18206
18207         New user option: message-signature-directory.
18208         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18209         * message.el (message-insert-signature): Ditto.
18210         * message.el (message-signature-file): Doc update.
18211         * message.el (message-signature-directory): New.
18212
18213 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18214
18215         * gnus-msg.el (gnus-inews-yank-articles):
18216         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18217
18218 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * message.el (message-yank-original): Make sure cited text ends with
18221         newline; don't exchange point and mark.
18222
18223 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18224
18225         * tls.el (open-tls-stream): Properly handle case where there
18226         is no associated buffer.
18227
18228 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18229
18230         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18231         message-yank-original, make sure (< mark TEXT point).
18232
18233 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18234
18235         * message.el (message-fill-column): New variable.
18236         (message-mode): Use it.  Add comment on a possible new hook.
18237
18238         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18239         (nnmail-get-new-mail): Reformat.
18240
18241         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18242
18243         * gmm-utils.el: Fix Commentary.
18244         (gmm-tool-bar-from-list): Fix typo in doc string.
18245
18246 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18247
18248         * message.el (message-yank-original): Don't switch point and mark
18249         unnecessarily to put point and mark as documented.
18250
18251 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18252
18253         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18254         from the message heads.
18255
18256 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18257
18258         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18259         article buffer does not have a window.  This may not be the best
18260         solution but is certainly better than setting the start of the null,
18261         that is the current, window.
18262
18263 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18264
18265         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18266         (gnus-draft-setup): Run it.
18267
18268         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18269         gnus-score-fast-scoring.  Allow regexp.
18270         (gnus-score-headers): Use it.
18271
18272         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18273         XEmacs.
18274
18275         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18276         string.
18277         (gnus-button-alist): Also catch `<f1> k ...'.
18278         (gnus-treat-display-x-face): Fix doc string.
18279
18280 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18281
18282         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18283         evaluation of gnus-extended-version to ensure correct generation of the
18284         User-Agent header when message-generate-headers-first is used.
18285
18286 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18287
18288         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18289         hashcash-path is nil.  Don't call callback with incorrect number of
18290         parameters if val is 0.
18291
18292 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18293
18294         * message.el (message-required-news-headers):
18295         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18296
18297 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18298
18299         * tls.el (open-tls-stream): In handshake-waiting loop,
18300         don't wait more if there is output available to process.
18301
18302 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18303
18304         * tls.el (tls-program): Doc fix.
18305
18306 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * message.el (message-generate-new-buffers): Change the meaning of the
18309         nil value; add `standard' to the choices; treat t as `unique'; improve
18310         doc string.
18311         (gnus-select-frame-set-input-focus): Autoload.
18312         (message-buffer-name): Search for the existing message buffer if
18313         message-generate-new-buffers is nil or `standard'; treat the value t of
18314         message-generate-new-buffers as `unique'.
18315         (message-pop-to-buffer): Raise the frame already displaying the message
18316         buffer; clear the echo area after querying.
18317         (message-setup): Pass the `continue' argument to compose-mail.
18318         (message-mail): Prefer `switch-function' if it is given; search for the
18319         existing message buffer if the `continue' argument is non-nil; pass
18320         continue and switch-function arguments to compose-mail by way of
18321         message-setup.
18322         (message-mail-other-window): Adjust argument of message-setup.
18323         (message-mail-other-frame): Ditto.
18324
18325 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18326
18327         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18328         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18329         to turn font-lock on when turning gnus-message-citation-mode on.
18330
18331 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18332
18333         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18334         (mml-smime-function-alist): New variable; add epg as the backend.
18335         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18336         mml-smime- functions instead.
18337         * mm-view.el: Require smime.
18338
18339 2007-03-05  Didier Verna  <didier@xemacs.org>
18340
18341         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18342         instead of just inheritance for posting styles.
18343         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18344
18345 2007-02-24  Chris Moore  <dooglus@gmail.com>
18346
18347         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18348         * pgg-pgp.el (pgg-pgp-encrypt-region):
18349         * pgg-gpg.el (pgg-gpg-encrypt-region):
18350         Check pgg-encrypt-for-me if no other recipients.
18351
18352 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18353
18354         * tls.el (tls-certtool-program): Fix custom type.
18355
18356 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18359         and point-at-eol instead of line-(beginning|end)-position.
18360
18361         * assistant.el (assistant-parse-buffer): Ditto.
18362
18363         * netrc.el (netrc-parse-services): Ditto.
18364
18365 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18366
18367         * mml2015.el (mml2015-epg-find-usable-key): New function.
18368         (mml2015-epg-sign): Use it.
18369         (mml2015-epg-encrypt): Use it.
18370
18371 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * message.el (message-make-in-reply-to): Quote name containing
18374         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18375         if there are special characters.  Reported by NAKAJI Hiroyuki
18376         <nakaji@jp.freebsd.org>.
18377
18378 2007-02-27  Didier Verna  <didier@xemacs.org>
18379
18380         Include the group parameters as well as the topic ones in the
18381         inheritance filter process.
18382         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18383         argument GROUP-PARAMS-LIST.
18384         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18385
18386 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * nntp.el (nntp-never-echoes-commands)
18389         (nntp-open-connection-functions-never-echo-commands): New variables.
18390         (nntp-send-command): Use them.
18391
18392 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18393
18394         * mml2015.el (mml2015-epg-verify): Simplify.
18395
18396 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * mml.el (mml-content-disposition-alist): New user option.
18399         (mml-content-disposition): New function.
18400         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18401         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18402
18403 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18404
18405         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18406         verification.
18407
18408 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18409
18410         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18411         articles posted in the last 24 hours.
18412
18413 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18414
18415         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18416
18417 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18418
18419         * nntp.el (nntp-send-command): Don't wait for echoes when
18420         nntp-open-ssl-stream is used.
18421
18422 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18425         (gnus-message-add-citation-keywords)
18426         (gnus-message-remove-citation-keywords): Remove.
18427         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18428         directly, make the variables in font-lock-defaults buffer-local, add
18429         gnus-message-citation-keywords to them and then update the value of
18430         font-lock-keywords.
18431
18432 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18433
18434         * message.el (message-cite-original-1): Don't call
18435         gnus-article-highlight-citation.
18436
18437         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18438         citations; fix line count.
18439
18440 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18443         (gnus-message-add-citation-keywords)
18444         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18445         versions of font-lock-add-keywords and font-lock-remove-keywords to
18446         work with XEmacs correctly.
18447
18448 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * gnus-cite.el (gnus-cite-face-list): Set the values of
18451         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18452         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18453         (gnus-message-cite-prefix-regexp): New variable.
18454         (gnus-message-search-citation-line): Use it; protect against long
18455         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18456         the 0th match data for Emacs.
18457         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18458         (gnus-message-add-citation-keywords): Append keywords rather than
18459         prepending; emulate font-lock-add-keywords if it is not available.
18460         (gnus-message-remove-citation-keywords):
18461         Emulate font-lock-remove-keywords if it is not available.
18462
18463         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18464
18465         * message.el (message-cite-prefix-regexp): Set the value of
18466         gnus-message-cite-prefix-regexp.
18467
18468 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18469
18470         * nnweb.el (nnweb-google-parse-1): Update parser.
18471
18472 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18473
18474         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18475
18476 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18477
18478         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18479         regexp.
18480
18481 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18482
18483         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18484         string-to-multibyte.
18485         (uudecode-decode-region-internal): Use it.
18486
18487         * lpath.el: Fbind string-as-multibyte for XEmacs.
18488
18489 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18490
18491         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18492         Fix custom choice.
18493
18494         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18495
18496 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18497
18498         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18499
18500         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18501         `write-region' to respect `mm-inhibit-file-name-handlers'.
18502
18503 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18504
18505         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18506         Use gnus-home-directory instead of "~/" or "$HOME".
18507
18508 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18509
18510         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18511         to mention filename.
18512         Add comments at beginning regarding usage.
18513         (encrypt-write-file-contents): Change interactive so a string is
18514         acceptable.  If the file has no associated model, show an error instead
18515         of a nonsense prompt.
18516
18517 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18518
18519         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18520         Thanks to Yoshihiko Yamada for kind notification of this typo.
18521
18522 2007-01-12  Kenichi Handa  <handa@m17n.org>
18523
18524         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18525         multibyte buffer.
18526
18527 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18528
18529         * gnus-score.el (gnus-score-fast-scoring): New variable.
18530         (gnus-score-headers): Use it.
18531
18532         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18533
18534         * message.el (message-cite-original-1):
18535         Call gnus-article-highlight-citation if requested.
18536         (message-make-from): Allow name and address as optional arguments.
18537
18538         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18539
18540         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18541         bugs to doc string.
18542         (gnus-button-alist): Add mid\\|message-id.
18543         (gnus-button-fetch-group): Extend for use in
18544         `browse-url-browser-function'.
18545         (gnus-button-url-regexp): Try to catch paired parentheses like in
18546         Wikipedia URLs.
18547
18548         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18549         Suggested by Simon Krahnke <overlord@gmx.li>.
18550
18551 2007-01-13  Romain Francoise  <romain@orebokech.com>
18552
18553         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18554         Update copyright.
18555
18556 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18557
18558         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18559
18560 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18561
18562         * gnus-registry.el (gnus-registry-unfollowed-groups)
18563         (gnus-registry-split-fancy-with-parent): Fix documentation.
18564
18565 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18566
18567         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18568         from nnweb groups.
18569
18570 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18571
18572         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18573         Xref urls.  Erase buffer before requesting head.
18574
18575         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18576
18577 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18578
18579         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18580         customizable.
18581
18582 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18583
18584         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18585         no signing key is found.
18586         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18587         no encrypting and/or signing key is found.
18588
18589 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18592
18593 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18594
18595         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18596         headers read from disk with the ones newly found in the current search.
18597         This should no longer cause problems, because the article numbers in
18598         Gmane's `nov.php' output are ignored since the previous change.
18599
18600 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18601
18602         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18603
18604 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18607         replace-regexp-in-string; bind url-version; fbind display-images-p and
18608         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18609         find-face and set-itimer-function for Emacs; bind itimer-list for
18610         Emacs.
18611
18612         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18613
18614 2007-01-01  Romain Francoise  <romain@orebokech.com>
18615
18616         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18617
18618 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18619
18620         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18621         `define-minor-mode' macro definition expanded properly.
18622         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18623         exclude it there.
18624
18625         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18626         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18627         `fboundp' test.
18628         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18629         This is OK to autoload in (S)XEmacs now.
18630
18631 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18632
18633         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18634         keystroke.
18635         (gnus-summary-limit-to-singletons): Fix typo.
18636
18637         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18638         else fails.
18639
18640 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18641
18642         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18643         docstring.
18644
18645         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18646         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18647         (gnus-summary-insert-dormant-articles): Fix typo in message.
18648
18649 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18650
18651         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18652         nil for XEmacs.
18653         (gnus-message-citation-mode): Don't autoload in XEmacs.
18654
18655         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18656
18657 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18658
18659         * nnimap.el (nnimap-expunge-search-string):
18660         Mention nnimap-search-uids-not-since-is-evil in docstring.
18661
18662 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18663
18664         * spam.el: Revert to make-obsolete-variable because
18665         define-obsolete-variable-alias is not supported in Emacs 21.
18666
18667         * spam.el (spam-ifile-path, spam-ifile-database-path)
18668         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18669         make-obsolete-variable.
18670         (spam-bsfilter-path, spam-bsfilter-program)
18671         (spam-spamassassin-path, spam-spamassassin-program)
18672         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18673         Don't use "path" inappropriately.
18674         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18675         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18676         variable names.
18677
18678 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18679
18680         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18681         summary buffer.
18682
18683         * password.el (password-cache-remove): Use clear-string to burn
18684         password, if available.
18685
18686 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18687
18688         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18689
18690         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18691
18692         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18693         (gnus-message-highlight-citation): Move defcustom here from
18694         gnus-cite.el.
18695         (gnus-message-citation-mode): Autoload.
18696
18697         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18698         checks to make it compile with XEmacs.
18699         (gnus-message-citation-mode): New minor mode.
18700         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18701         (gnus-message-highlight-citation): New variables.
18702         (gnus-message-search-citation-line)
18703         (gnus-message-add-citation-keywords)
18704         (gnus-message-remove-citation-keywords)
18705         (turn-on-gnus-message-citation-mode)
18706         (turn-off-gnus-message-citation-mode): New functions.
18707
18708 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18709
18710         * gnus-cite.el: Enable highlighting of different citation levels in
18711         message-mode.
18712
18713 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18714
18715         * message.el (message-make-fqdn): Fix comment.
18716         (message-bogus-system-names): Add ".local".
18717
18718         * spam.el (spam-ifile-path, spam-ifile-program)
18719         (spam-ifile-database-path, spam-ifile-database)
18720         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18721         Don't use "path" inappropriately.
18722         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18723         strings.
18724         (spam-check-ifile, spam-ifile-register-with-ifile)
18725         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18726         Use new variable names.
18727
18728         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18729         (gnus-treat-display-smileys): Simplify using
18730         gnus-image-type-available-p.
18731
18732         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18733         available.
18734
18735         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18736         Use `display-images-p' if available.
18737
18738 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18741         one after turning on the buffer's multibyteness instead of decoding
18742         them directly in the unibyte buffer that causes unexpected conversion
18743         in Emacs 23 (unicode).
18744
18745 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18746
18747         * message.el (message-generate-hashcash): Fix custom type.
18748
18749 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18750
18751         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18752
18753 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18754
18755         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18756         disconnect icons.  Add help text.
18757
18758 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18759
18760         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18761         negated to be consistent with the others we handle.
18762
18763 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18764
18765         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18766         version of gnus-summary-buffer to something, so that we can use two
18767         article buffers at the same time.
18768
18769 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18770
18771         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18772         trigger all the extra headers.
18773         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18774         sorting.
18775
18776 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18777
18778         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18779         solid groups.
18780
18781 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18782
18783         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18784
18785 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18786
18787         * legacy-gnus-agent.el: Add Copyright notice.
18788
18789 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18790
18791         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18792
18793 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18794
18795         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18796
18797         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18798         to make it work reliably in CVS Emacs.
18799         (gnus-summary-limit-strange-charsets-predicate)
18800         (gnus-summary-limit-to-predicate): New functions.
18801
18802 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18803
18804         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18805         specifying array size.
18806         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18807         array if it is too small.
18808         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18809         (gnus-sort-threads-loop): New function.
18810
18811 2006-12-06  Chris Moore  <dooglus@gmail.com>
18812
18813         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18814         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18815
18816 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18817
18818         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18819         options.
18820
18821 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18822
18823         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18824         DOS-ing the recipient.
18825
18826         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18827         the headers when creating the mapping to avoid mismappings.
18828         (nnweb-gmane-create-mapping): Always nix out old mapping.
18829
18830 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18833         and mm-verify-option to never.
18834
18835 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * message.el (message-signed-or-encrypted-p): New function.
18838         (message-forward-make-body): Use it.
18839
18840         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18841         Replace encode-coding-string with mm-encode-coding-string.
18842
18843 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * nneething.el (nneething-decode-file-name):
18846         Replace decode-coding-string with mm-decode-coding-string.
18847
18848         * gnus-int.el (gnus-open-server): Say failed server's name.
18849
18850 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18851
18852         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18853         strings to a single string.  Quote `errors-file-name'.
18854         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18855         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18856         Adjust calls.  Use `shell-quote-argument'.
18857
18858 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18859
18860         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18861         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18862
18863         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18864         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18865         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18866         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18867         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18868         (gnus-subscribe-newsgroup, gnus-1):
18869         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18870         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18871         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18872         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18873
18874 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18875
18876         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18877         keystroke.
18878         (gnus-summary-limit-to-bodies): Implement headersp.
18879
18880 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18881
18882         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18883
18884 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18887
18888 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18889
18890         * message.el (message-generate-hashcash): Expand range of values to
18891         include `opportunistic'.
18892         (message-send-mail): Use it.
18893
18894 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18895
18896         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18897         and comment it.
18898
18899         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18900
18901 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18902
18903         * gnus-util.el (gnus-extract-address-components): Improve comment.
18904
18905 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18906
18907         * gnus-util.el (gnus-extract-address-components): Work with address in
18908         which the name portion contains @.
18909
18910         * lpath.el: Fbind custom-autoload.
18911
18912 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18913
18914         * gnus.el (gnus-start): Move custom group up.
18915         (gnus-select-method): Don't autoload, but make it available for
18916         `customize-variable'.
18917         (gnus-getenv-nntpserver): Don't autoload.
18918
18919 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18920
18921         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18922
18923 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18924
18925         * message.el (message-sendmail-extra-arguments): New variable.
18926         (message-send-mail-with-sendmail): Use it.
18927
18928 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18929
18930         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18931         mm-with-unibyte-current-buffer to make string unibyte.
18932
18933         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18934         mm-string-as-multibyte.
18935
18936 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18937
18938         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18939         Reported by Werner Koch <wk@gnupg.org>.
18940
18941 2006-11-14  Daiki Ueno  <ueno@p360>
18942
18943         * mml2015.el: Autoload epa-select-keys when compiling.
18944
18945 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18946
18947         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18948         message-options.
18949         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18950
18951 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18952
18953         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18954         EasyPG (< 0.0.6).
18955         (mml2015-always-trust): New user option.
18956         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18957         prompt.
18958
18959 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18960
18961         * nntp.el (nntp-authinfo-force): New variable.
18962         (nntp-send-authinfo): Use it.
18963
18964 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18965
18966         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18967         decode encoded words.  Improve prompt.  Add comment about forwarding.
18968         (message-replacement-char): Move up.
18969
18970 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18971
18972         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18973         instead of gnus-intersection because arguments of gnus-sorted-nunion
18974         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18975
18976 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18977
18978         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18979         (message-simplify-subject-functions):
18980         Enable message-strip-subject-encoded-words by default.
18981
18982 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18983
18984         * message.el (message-strip-subject-encoded-words): New function.
18985         (message-simplify-subject-functions): New variable.
18986         (message-simplify-subject): Use it.  Fix typo in doc string.
18987         Support message-strip-subject-encoded-words.
18988
18989 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18990
18991         * gnus-diary.el (gnus-diary-delay-format-function):
18992         * nndiary.el (nndiary-reminders):
18993         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18994
18995 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18996
18997         * gnus-art.el (article-hide-boring-headers): Fetch date from
18998         gnus-original-article-buffer to avoid problems with localized date
18999         strings.
19000
19001 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19004
19005 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19006
19007         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19008         New variables.
19009         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19010         (mm-charset-synonym-alist): Move some entries to
19011         mm-codepage-iso-8859-list.
19012         (mm-charset-synonym-alist, mm-charset-override-alist):
19013         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19014
19015 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19016
19017         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19018
19019 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19022         with Emacs 21 and XEmacs.
19023
19024 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19025
19026         * spam.el (spam-parse-address): New function for better parsing,
19027         catching errors, etc.
19028         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19029
19030 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19031
19032         * mm-view.el: Add interactive arg to html2text autoload.
19033
19034 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19037
19038 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19039
19040         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19041         New variables.
19042         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19043         (mm-charset-synonym-alist): Move some entries to
19044         mm-codepage-iso-8859-list.
19045
19046         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19047
19048 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19049
19050         * message.el (message-citation-line-format)
19051         (message-insert-formated-citation-line): Fix implementation of %E, %N
19052         and %n according to the doc string.
19053
19054 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19055
19056         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19057         Use car-safe to avoid bad parses.
19058
19059 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19062         names.
19063
19064         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19065
19066 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19069         header.
19070
19071         * message.el (message-draft-headers): Add Date.
19072         (message-headers-to-generate): Fix typo in docstring.
19073
19074         * nndraft.el (nndraft-required-headers): New variable.
19075         (nndraft-generate-headers): Use it.
19076
19077         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19078
19079 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19080
19081         * gnus-registry.el (gnus-registry-wash-for-keywords)
19082         (gnus-registry-find-keywords): New functions to allow easy searching of
19083         articles that are in the registry.
19084
19085 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19086
19087         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19088         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19089         Reported by Damien Elmes <damien@repose.cx>.
19090
19091 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19092
19093         * gnus.el (gnus-mime): Remove unused custom group.
19094
19095 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19096
19097         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19098         "blank line" when searching for end of armor headers.
19099
19100 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * gmm-utils.el (gmm-write-region): Fix variable name.
19103
19104 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19105
19106         * gmm-utils.el (gmm-write-region): New function based on compatibility
19107         code from `mm-make-temp-file'.
19108
19109         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19110
19111         * nnmaildir.el (nnmaildir--update-nov)
19112         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19113         Use `gmm-write-region'.
19114
19115 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19116
19117         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19118         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19119
19120         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19121
19122         * message.el (message-replacement-char): New variable.
19123         (message-fix-before-sending): Use it.
19124         (message-simplify-subject): New function to remove duplicate code.
19125         (message-reply, message-followup): Use it.
19126
19127         * gnus-sum.el (gnus-summary-make-menu-bar):
19128         Clarify gnus-summary-limit-to-articles.
19129
19130 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * gnus-util.el (gnus-with-local-quit): New macro.
19133
19134         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19135
19136 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19137
19138         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19139         ignore non-string data.
19140
19141 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19142
19143         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19144         non-string data (needs to be done in the registry too).
19145
19146 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19147
19148         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19149         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19150         (gnus-registry-split-fancy-with-parent)
19151         (gnus-registry-fetch-simplified-message-subject-fast)
19152         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19153         Remove text properties on ingress into the registry and when it's saved.
19154         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19155         registry from entries with no groups.
19156
19157 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19158
19159         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19160         function to remove string properties.
19161
19162 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * gmm-utils.el (gmm): Adjust custom version.
19165
19166         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19167         Adjust custom version.
19168
19169         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19170
19171 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * gnus-art.el (gnus-insert-prev-page-button)
19174         (gnus-insert-next-page-button): Simplify.  Reformat.
19175
19176 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19177
19178         * gnus-art.el (gnus-insert-prev-page-button)
19179         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19180
19181 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19182
19183         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19184
19185 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19186
19187         * gnus-art.el (gnus-insert-mime-button)
19188         (gnus-insert-mime-security-button):
19189         Apply gnus-article-button-face to MIME and security buttons.
19190
19191 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19192
19193         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19194         readable.
19195
19196 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19199
19200 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19201
19202         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19203         `browse-url-of-file' instead of `browse-url'.
19204
19205 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19206
19207         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19208         regexp.  Articles containing quotation were cut prematurely.
19209
19210 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19211
19212         * message.el (message-cite-original-1): Use nobody by default for the
19213         value of From header.
19214         (message-reply): Ditto.
19215
19216 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19217
19218         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19219         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19220         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19221
19222 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19223
19224         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19225         mails in the doc string.  Add some URLs in comment.
19226         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19227
19228 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19231         backslashes handling and the way to find boundaries of quoted strings.
19232
19233 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19234
19235         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19236         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19237         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19238         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19239
19240 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19241
19242         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19243         doc string.
19244         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19245
19246 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * lpath.el: Fbind epg-check-configuration.
19249
19250 2006-09-06  Simon Josefsson  <jas@extundo.com>
19251
19252         * mml2015.el (mml2015-use): Doc fix, mention epg.
19253
19254 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19255
19256         * mml2015.el (mml2015-use): Default to epg, if available.
19257
19258 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19259
19260         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19261         message-sender.
19262         (mml1991-epg-encrypt): Ditto.
19263         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19264         message-sender.
19265         (mml2015-epg-encrypt): Ditto.
19266
19267 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19268
19269         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19270         several common directories.
19271
19272 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19273
19274         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19275         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19276
19277 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19278
19279         * gnus-art.el (article-decode-encoded-words): Make it fast.
19280
19281 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19282
19283         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19284
19285         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19286         in quoted string into `\'.
19287
19288 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19289
19290         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19291         Use standard-syntax-table.
19292
19293 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19294
19295         * gnus-art.el (gnus-decode-address-function): New variable.
19296         (article-decode-encoded-words): Use it to decode headers which are
19297         assumed to contain addresses.
19298         (gnus-mime-delete-part): Remove useless `or'.
19299
19300         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19301         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19302         (gnus-nov-parse-line): Use it to decode From header.
19303         (gnus-get-newsgroup-headers): Ditto.
19304         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19305
19306         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19307         (mail-decode-encoded-address-string): New alias.
19308
19309         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19310         New function.
19311         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19312         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19313         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19314         (rfc2047-decode-string): Ditto.
19315         (rfc2047-decode-address-region): New function.
19316         (rfc2047-decode-address-string): New function.
19317
19318 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19319
19320         * message.el (message-caesar-buffer-body): Allow rotating headers.
19321
19322         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19323
19324         * message.el (message-insert-formated-citation-line): Fix %f.
19325         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19326
19327 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19330         (gnus-bookmark-mouse-available-p): New macro.
19331         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19332         (gnus-bookmark-bmenu-show-infos): Use it.
19333         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19334         (gnus-bookmark-bmenu-hide-infos): Ditto.
19335         (gnus-bookmark-remove-properties): New function.
19336         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19337         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19338         (gnus-bookmark-write-file): Bind coding-system-for-write.
19339         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19340         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19341         group before selecting it.
19342         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19343         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19344         quit-window if it is not available; use gnus-mouse-2 and bind it to
19345         gnus-bookmark-bmenu-select-by-mouse.
19346         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19347         (gnus-bookmark-bmenu-select-by-mouse): New function.
19348
19349 2006-08-13  Romain Francoise  <romain@orebokech.com>
19350
19351         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19352         space.
19353
19354 2006-08-10  Romain Francoise  <romain@orebokech.com>
19355
19356         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19357         (dns-mode-soa-auto-increment-serial): New user option.
19358         (dns-mode-soa-maybe-increment-serial): New function.
19359         (dns-mode): Add the latter to `write-contents-functions'.
19360
19361 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19362
19363         * compface.el (uncompface): Use binary rather than raw-text-unix.
19364
19365 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * compface.el (uncompface): Make sure the eol conversion doesn't take
19368         place when communicating with the external programs.
19369         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19370
19371 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19374
19375 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19376
19377         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19378         Make it more robust by parsing author and date independently.
19379
19380 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19383
19384 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19385
19386         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19387         first matching secret key.
19388         (mml2015-epg-encrypt): Ditto.
19389
19390         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19391         first matching secret key.
19392         (mml1991-epg-encrypt): Ditto.
19393
19394         * mml2015.el (mml2015-encrypt-to-self): New user option.
19395         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19396         mml2015-epg-encrypt-to-self is set.
19397
19398         * mml1991.el (mml1991-encrypt-to-self): New variable.
19399         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19400         mml1991-epg-encrypt-to-self is set.
19401
19402         * mml2015.el (mml2015-signers): New user option.
19403         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19404         (mml2015-epg-encrypt): Allow to select signing keys.
19405
19406         * mml1991.el (mml1991-signers): New variable.
19407         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19408         (mml1991-epg-encrypt): Allow to select signing keys.
19409
19410 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19411
19412         * nnheader.el (nnheader-insert-head): Make it work even if the file
19413         uses CRLF for the line-break code.
19414
19415 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19416
19417         * mml2015.el: Require mml-sec instead of password.
19418         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19419         (mml2015-cache-passphrase): Inherit the default value from
19420         mml-secure-cache-passphrase.
19421         (mml2015-passphrase-cache-expiry): Inherit the default value from
19422         mml-secure-passphrase-cache-expiry.
19423
19424         * mml1991.el: Require mml-sec instead of password.
19425         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19426         (mml1991-cache-passphrase): Inherit the default value from
19427         mml-secure-cache-passphrase.
19428         (mml1991-passphrase-cache-expiry): Inherit the default value from
19429         mml-secure-passphrase-cache-expiry.
19430
19431         * mml-sec.el: Require password.
19432         (mml-secure-verbose): New user option.
19433         (mml-secure-cache-passphrase): New user option.
19434         (mml-secure-passphrase-cache-expiry): New user option.
19435
19436 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19437             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19438
19439         * pgg-def.el (pgg-truncate-key-identifier):
19440         Truncate the key ID to 8 letters from the end.
19441
19442 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19443
19444         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19445         workaround for the url package included with Emacs.
19446
19447         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19448
19449 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19452         correctly.  This fixes a bug caused by the 2006-05-12 change.
19453
19454 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19455
19456         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19457         some information about the error when saying that the `bogus' mail
19458         group will be used.
19459
19460 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19461
19462         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19463         string.
19464
19465 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19466
19467         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19468
19469 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19470
19471         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19472
19473 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19474
19475         * mml1991.el (mml1991-function-alist): Add epg.
19476         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19477         (mml1991-epg-encrypt): New functions.
19478
19479 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19480
19481         * mml2015.el (mml2015-verbose): New variable.
19482         (mml2015-cache-passphrase): Ditto.
19483         (mml2015-passphrase-cache-expiry): Ditto.
19484         (mml2015-function-alist): Add epg.
19485         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19486         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19487         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19488         New functions.
19489
19490 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19491
19492         * message.el (message-cite-original-1): Preserve region when removing
19493         quoted text due to X-No-Archive in order to avoid bogus attribution
19494         when citing multiple messages.
19495
19496 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19497
19498         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19499         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19500
19501 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * gnus-diary.el (gnus-user-format-function-d)
19504         (gnus-user-format-function-D): Autoload.
19505
19506         * imap.el (Commentary): Fix typo.
19507
19508         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19509         2006-04-22 contribution.
19510
19511 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19512
19513         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19514         It didn't really fix the bogosity I'm seeing with solid web groups.
19515
19516 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19517
19518         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19519         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19520         created using server names.  If we use the feature without declaring
19521         it, Gnus does not properly manage server and group state.
19522
19523         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19524         bound.
19525
19526 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19527
19528         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19529         looking up the method using GROUP's prefix before inventing a new one.
19530         It is used on killed/unknown groups in various places where returning
19531         an all-new method isn't expected by the caller.
19532
19533         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19534         and match semantics of gnus-group-real-prefix.
19535
19536 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * nnmail.el (nnmail-broken-references-mailers): New variable.
19539         (nnmail-ignore-broken-references): New function generalizing
19540         nnmail-fix-eudora-headers.
19541         (nnmail-fix-eudora-headers): Now obsolete.
19542
19543         * gnus-art.el (gnus-button-handle-custom):
19544         Support `customize-apropos*'.
19545
19546 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19547
19548         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19549
19550         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19551         articles.
19552
19553 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19554
19555         * message.el (message-cite-reply-above): New variable.
19556         (message-yank-original): Use it.
19557
19558 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19559
19560         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19561
19562 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19563
19564         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19565         as read.
19566
19567         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19568
19569 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19570
19571         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19572         (gnus-bookmark-default-file): Use gnus-directory.
19573         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19574         Remove "*" in doc string.
19575         (gnus-bookmark-write-file): Simplify.
19576         (gnus-bookmark-maybe-sort-alist): Use `when'.
19577         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19578         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19579         Add FIXME about Emacs 21 and XEmacs compatibility.
19580         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19581         compatibility.
19582         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19583         compatibility.
19584         (gnus-bookmark-menu-heading): Fix version.
19585
19586 2006-06-19  Bastien Guerry  <bzg@altern.org>
19587
19588         * gnus-bookmark.el: New file.
19589
19590 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19591
19592         * message.el (message-syntax-checks): Doc fix.
19593
19594 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19595
19596         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19597         unsubscribed groups as if they were killed ones.  It causes duplicate
19598         entries in gnus-newsrc-alist.
19599
19600 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * message.el (message-syntax-checks): Doc fix.
19603         (message-send-mail): Add check for continuation headers.
19604         (message-check-news-header-syntax): Fix regexp used to check for
19605         continuation headers.
19606
19607 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19610
19611 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19612
19613         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19614
19615 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19618         default-truncate-lines.
19619
19620 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19623         to fill the utf-8 entry.
19624
19625         * lpath.el: Fbind unicode-precedence-list.
19626
19627 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19628
19629         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19630
19631 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19632
19633         * gnus-agent.el (directory-files-and-attributes): Move all the way
19634         forward (the third and final move).
19635         (gnus-agent-read-agentview): Trap reconstruction errors due to
19636         nonexistent directory.  Handle by returning nil.
19637
19638 2006-05-30  Didier Verna  <didier@xemacs.org>
19639
19640         * message.el (message-dont-reply-to-names): Update the custom type.
19641         * message.el (message-dont-reply-to-names): New defsubst: potentially
19642         convert a list of regexps into a single one.
19643         * message.el (message-get-reply-headers): Use it.
19644         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19645
19646 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19647
19648         * gnus-agent.el (directory-files-and-attributes): Move forward.
19649
19650 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19651
19652         * gnus-ml.el (gnus-mailing-list-subscribe)
19653         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19654         (gnus-mailing-list-message): Fix doc strings.
19655
19656 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19657
19658         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19659         of doing it manually.
19660
19661 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19662
19663         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19664         comment.
19665
19666 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19667
19668         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19669         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19670         (gnus-agent-read-local): All symbols allocated in my-obarray.
19671         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19672         (gnus-agent-regenerate-group): Check numeric names to see if they are
19673         messages or groups.
19674         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19675         better way of do this...)
19676
19677         * gnus-cache.el (gnus-agent-total-fetched-for):
19678         Ignore 'dummy.group' (there should be a better way of do this...)
19679
19680 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19683         (gnus-saved-headers): Ditto.
19684         (gnus-default-article-saver): Mention functions may have properties.
19685         (gnus-article-save): Override gnus-save-all-headers and
19686         gnus-saved-headers by :headers property which saver function may have.
19687         (gnus-summary-save-in-file): Add :headers property.
19688         (gnus-summary-write-to-file): Ditto.
19689
19690         * gnus-sum.el (gnus-summary-save-article): Bind
19691         gnus-prompt-before-saving to t when saving many articles in a file;
19692         always show all headers.
19693
19694         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19695
19696 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19697
19698         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19699         marks.
19700
19701         * message.el (message-indent-citation): Add optional arguments to allow
19702         using it outside of message buffers.
19703
19704         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19705         (gnus-article-treat-unfold-headers): Use it.
19706         (gnus-article-truncate-lines): New variable.
19707         (gnus-article-mode): Use it.
19708         (gnus-article-toggle-truncate-lines): New function.
19709
19710         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19711         Add gnus-article-toggle-truncate-lines.
19712
19713         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19714         coding system in XEmacs, use binary.
19715
19716 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19717
19718         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19719         after-load-alist.
19720
19721         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19722         this function should save decoded articles.
19723         (gnus-summary-write-to-file): Use property to specify this function
19724         should save decoded articles and specify gnus-summary-save-in-file
19725         should be used to save articles other than the first one when saving
19726         many articles.
19727         (gnus-summary-save-body-in-file): Use property to specify this
19728         function should save decoded articles.
19729         (gnus-summary-write-body-to-file): Use property to specify this
19730         function should save decoded articles and specify
19731         gnus-summary-save-body-in-file should be used to save articles other
19732         than the first one when saving many articles.
19733
19734         * gnus-sum.el (gnus-summary-save-article): Simplify.
19735
19736 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19737
19738         * gnus-art.el (gnus-default-article-saver):
19739         Add gnus-summary-write-body-to-file.
19740         (gnus-article-save-coding-system): Don't use coding system object
19741         in XEmacs.
19742         (gnus-read-save-file-name): Add optional `dir-var' argument which
19743         specifies directory in which files are saved; work even if optional
19744         `variable' argument is not specified.
19745         (gnus-summary-write-to-file): Read file name.
19746         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19747         (gnus-summary-write-body-to-file): New function.
19748
19749         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19750         (gnus-summary-local-variables): Add it.
19751         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19752         (gnus-summary-save-article): Remove optional `decode' argument;
19753         determine whether to decode articles by the value of
19754         gnus-default-article-saver; when saving many files using
19755         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19756         it first and use gnus-summary-save-in-file or
19757         gnus-summary-save-body-in-file thereafter unless
19758         gnus-prompt-before-saving is always; move point to article which
19759         will be saved.
19760         (gnus-summary-save-article-file): Revert.
19761         (gnus-summary-write-article-file): Revert.
19762         (gnus-summary-save-article-body-file): Revert.
19763         (gnus-summary-write-article-body-file): New function.
19764
19765 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * gnus-art.el (gnus-default-article-saver): Doc fix.
19768         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19769         from gnus-summary-save-article-coding-system, and default to a
19770         certain coding system.
19771         (gnus-output-to-file): Add coding cookie and encode text according
19772         to gnus-article-save-coding-system; don't use mm-append-to-file.
19773
19774         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19775         gnus-art.el and rename to gnus-article-save-coding-system.
19776         (gnus-summary-save-article): Require gnus-art; don't show all
19777         headers if it decodes articles; don't add coding cookie here;
19778         don't bind mm-text-coding-system-for-write.
19779         (gnus-summary-save-article-file): Save decoded articles.
19780         (gnus-summary-write-article-file): When saving many files, use
19781         gnus-summary-write-to-file first and gnus-summary-save-in-file
19782         thereafter unless gnus-prompt-before-saving is always.
19783         (gnus-summary-save-article-body-file): Save decoded articles.
19784
19785         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19786
19787 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19788
19789         * nnrss.el (nnrss-check-group): Bind hash-index.
19790
19791 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19792
19793         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19794         its hash index.  Store this hash in `nnrss-group-data'.
19795         (nnrss-read-group-data): Update accordingly.
19796
19797 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19798
19799         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19800         entry.
19801
19802         * gnus-sum.el (gnus-summary-make-menu-bar):
19803         Add gnus-article-browse-html-article.
19804
19805 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19806
19807         * gnus-sum.el (gnus-summary-mime-map):
19808         Add gnus-article-browse-html-article.
19809
19810         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19811
19812 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19813
19814         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19815         suitable coding systems in customize.
19816
19817 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19818
19819         * mail-source.el (mail-sources): Fix custom type.
19820
19821 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19822
19823         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19824         (gnus-summary-expire-articles-now): Shorten prompt.
19825
19826         * gmm-utils.el (wid-edit): Require.
19827         (defun-gmm): Rename from `gmm-defun-compat'.
19828         (gmm-image-search-load-path): Use it.
19829         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19830
19831 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19832
19833         * gnus-sum.el (gnus-summary-save-article-coding-system):
19834         New variable.
19835         (gnus-summary-save-article): Add optional `decode' argument.
19836         If it is set and gnus-summary-save-article-coding-system is non-nil,
19837         save decoded article.
19838         (gnus-summary-write-article-file): Save decoded article if
19839         gnus-summary-save-article-coding-system is non-nil.
19840
19841         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19842         type.
19843
19844 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19845
19846         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19847
19848 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19849
19850         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19851         first to test gnus-single-article-buffer which may be buffer-local.
19852
19853         * gnus-sum.el (gnus-summary-setup-buffer):
19854         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19855         group; make gnus-article-buffer, gnus-article-current, and
19856         gnus-original-article-buffer always buffer-local.
19857         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19858         group.
19859         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19860
19861 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19862
19863         * nnml.el (nnml-request-compact-group): Compressed files might not
19864         have .gz extension.
19865
19866 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19867
19868         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19869         (mm-copy-to-buffer): Use with-current-buffer.
19870         (mm-display-part): Simplify.
19871         (mm-inlinable-p): Add optional arg `type'.
19872
19873 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19874
19875         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19876         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19877         Try harder to show the attachment internally or externally using
19878         gnus-mime-view-part-as-type.
19879
19880 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19881
19882         * message.el (message-from-style, message-signature-separator)
19883         (message-user-organization-file, message-send-mail-function)
19884         (message-citation-line-function, message-yank-prefix)
19885         (message-indent-citation-function, message-signature)
19886         (message-signature-file, message-signature-insert-empty-line):
19887         Remove autoloads.
19888
19889         * gnus-art.el (gnus-buttonized-mime-types):
19890         Remove "multipart/signed".  Revert 2006-04-26 change.
19891
19892 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19893
19894         * gnus.el (gnus-version-number): Bump version.
19895
19896 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19897
19898         * gnus.el: No Gnus v0.5 is released.
19899
19900 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19901
19902         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19903         fetching articles by message-id.
19904
19905 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19906
19907         * message.el (hashcash): Require hashcash as normal.
19908
19909         * ecomplete.el (ecomplete-highlight-match-line):
19910         Use point-at-eol.
19911         (ecomplete-highlight-match-line): Use `highlight', because that
19912         face exists in both Emacs and XEmacs.
19913
19914         * message.el (message-display-abbrev): Use point-at-bol.
19915
19916         * mail-source.el: Don't require timer/timer-funcs.
19917
19918         * gnus-async.el: Ditto.
19919
19920         * password.el: Ditto.
19921
19922         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19923
19924         * mm-url.el: Ditto.
19925
19926         * gnus-xmas.el: Don't require timer-funcs.
19927
19928         * mm-util.el: Require timer/timer-funcs.
19929
19930 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19931
19932         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19933         Close.
19934
19935 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19936
19937         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19938         unibyte after clear-decrypt function runs.
19939
19940         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19941         returns as a unibyte string.
19942
19943 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19944
19945         * lpath.el: Revert.
19946
19947         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19948         (pgg-gpg-process-sentinel): Revert.
19949
19950         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19951         (pgg-pgp-lookup-key): Revert.
19952
19953         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19954         (pgg-pgp5-lookup-key): Revert.
19955
19956         * pgg.el (pgg-fetch-key): Revert.
19957
19958 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19959
19960         * lpath.el: Fbind string-as-multibyte for XEmacs.
19961
19962         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19963         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19964         (mml1991-pgg-encrypt): Ditto.
19965
19966         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19967         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19968         a multibyte buffer.
19969
19970         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19971         (pgg-pgp-lookup-key): Ditto.
19972
19973         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19974         (pgg-pgp5-lookup-key): Ditto.
19975
19976         * pgg.el (pgg-fetch-key): Ditto.
19977
19978 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19979
19980         * message.el (message-user-organization-file): Check several
19981         locations of the organization file.
19982
19983         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19984         Add gnus-article-view-part-as-type.
19985
19986         * gnus-art.el (gnus-article-view-part-as-type): New function.
19987
19988         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19989         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19990
19991         * mml.el: Simplify autoload.
19992         (mml-mode): defvar dnd-protocol-alist instead of using
19993         symbol-value.
19994         (mml-default-directory): New variable.
19995         (mml-minibuffer-read-file): Use it.
19996         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19997
19998         * message.el (message-citation-line-format): New variable.
19999         (message-insert-formated-citation-line): New function.
20000         (message-citation-line-function):
20001         Add `message-insert-formated-citation-line' to custom type.
20002
20003         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20004         to doc string.
20005
20006         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20007         depending on mm-verify-option.
20008
20009 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20010
20011         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20012         binding pgg-* variables; reimplement the section which prevents
20013         MIME header from being signed.
20014         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20015         pgg-text-mode; remove a blank line at the top of body.
20016
20017         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20018         lines at the top of body; use gnus-newsgroup-charset if there's no
20019         Charset header.
20020
20021 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20022
20023         * message.el (message-self-insert-commands): Doc fix.
20024
20025         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20026         (mm-uu-pgp-encrypted-test): Ditto.
20027         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20028         between header and body; return application/pgp-encrypted handle
20029         if decryption failed; decode decrypted body by charset.
20030
20031         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20032         element match to application/pgp-*.
20033
20034 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20035
20036         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20037         HTML.
20038
20039 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20040
20041         * mail-source.el (mail-source-call-script): Message the error
20042         string.
20043
20044 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20045
20046         * gnus-util.el (gnus-byte-compile): Use it.
20047
20048 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20049
20050         * gnus-util.el (kill-empty-logs): New function.
20051
20052 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20053
20054         * message.el (message-mail-alias-type): Doc fix.
20055         (message-mail-alias-type-p): New function.
20056         (message-send): Use it.
20057         (message-mode): Ditto.
20058         (message-strip-forbidden-properties): Ditto.
20059
20060         * ecomplete.el (ecomplete-database-file-coding-system):
20061         New variable.
20062         (ecomplete-save): Use it.
20063         (ecomplete-setup): Use it.
20064
20065 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * message.el (message-self-insert-commands): New variable.
20068         (message-strip-forbidden-properties): Use it.
20069
20070 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20071
20072         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20073         that doesn't make XEmacs choke.
20074
20075 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20076
20077         * gnus-util.el (gnus-replace-in-string):
20078         Prefer replace-regexp-in-string over of replace-in-string.
20079
20080 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * gnus-util.el (gnus-select-frame-set-input-focus):
20083         Use select-frame-set-input-focus if it is available in XEmacs; use
20084         definition defined in Emacs 22 for old Emacsen.
20085
20086         * dgnushack.el: Autoload unmorse-region for XEmacs.
20087
20088         * lpath.el: Bind cursor-in-non-selected-windows and
20089         select-frame-set-input-focus for XEmacs.
20090
20091 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20094
20095 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20096
20097         * gnus-registry.el (gnus-registry-cache-save): Remove text
20098         properties when saving via the temp buffer.
20099
20100 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20101
20102         * message.el (message-generate-hashcash): Honor custom type.
20103
20104 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20105
20106         * message.el (message-generate-hashcash): Default to non-nil when
20107         hashcash is found.
20108
20109         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20110         (gnus-refer-thread-limit): Increase default to 500.
20111
20112         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20113
20114         * flow-fill.el (fill-flowed): Allow delete-space.
20115
20116 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20117
20118         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20119         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20120         Remove autoloads.
20121
20122 2006-04-18  Simon Josefsson  <jas@extundo.com>
20123
20124         * message.el (message-generate-hashcash): Default to.
20125
20126 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20127
20128         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20129         concatenating segments rather than before concatenating them.
20130
20131 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20132
20133         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20134
20135 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20136
20137         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20138
20139         * message.el (message-forward-make-body-plain):
20140         Allow message-forward-ignored-headers to be a list.
20141         (message-remove-ignored-headers): Factor out into function.
20142         (message-forward-make-body-mml): Use it.
20143
20144         * imap.el (imap-quote-specials): New function.
20145         (imap-login-auth): Quote specials.
20146
20147         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20148         (rfc2231-parse-string): Allow concatanation of parameters that
20149         aren't contiguous.  The test case is
20150           (mail-header-parse-content-type "message/external-body;
20151             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20152             access-type=LOCAL-FILE;
20153             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20154
20155 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20156
20157         * nntp.el (nntp-accept-process-output): Return the value of
20158         `nnheader-accept-process-output'.
20159
20160 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20161
20162         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20163         (gnus-button-alist): Recognize more diff formats.
20164         (gnus-button-patch): Strip directory.
20165
20166 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20167
20168         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20169         Emacs 22 when setting focus.
20170
20171 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20172
20173         * gnus-art.el (gnus-article-treat-types): Do treatment of
20174         text/x-verbatim parts.
20175         (gnus-button-patch): New command.
20176
20177         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20178         addresses that contain invalid characters.
20179
20180 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20181
20182         * message.el (message-put-addresses-in-ecomplete):
20183         Use gnus-replace-in-string.
20184         (message-is-yours-p): Use the more correct
20185         mail-header-parse-address instead of
20186         mail-extract-address-components.
20187         (message-put-addresses-in-ecomplete): Fix typo.
20188
20189         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20190         keystroke.
20191
20192         * gnus-art.el (gnus-treatment-function-alist): Change order of
20193         newsgroups/generic header folding to avoid double-folding.
20194
20195         * message.el (message-hidden-headers): Add X-Draft-From.
20196
20197         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20198         New command.
20199         (gnus-summary-repeat-search-article-backward): New command.
20200
20201         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20202         groups in the parent topic.
20203
20204 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20205
20206         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20207         (spam-extra-header-to-number): Return the CRM114 number as a
20208         number instead of a string.
20209
20210 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20211
20212         * gnus-art.el (gnus-face-properties-alist): Move here from
20213         gnus-fun.
20214
20215         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20216
20217 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20218
20219         * message.el (message-strip-forbidden-properties): Only display on
20220         self-insert-command.
20221
20222         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20223         reindent.
20224         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20225
20226 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20227
20228         * smiley.el (smiley-style): Fix typo.
20229
20230 2006-03-23  Kenichi Handa  <handa@m17n.org>
20231
20232         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20233         instead of set-buffer-multibyte.
20234
20235 2006-03-23  Kenichi Handa  <handa@m17n.org>
20236
20237         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20238         buffer and then decode the buffer text if necessary.
20239         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20240         first, and after mm-encode-body, change the buffer to unibyte.
20241
20242 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20243
20244         * hashcash.el (hashcash-insert-payment-async-2):
20245         Use message-goto-eoh instead of doing it manually.
20246         (mail-add-payment): Use message-narrow-to-header instead of trying
20247         to do the same itself.
20248
20249         * message.el (message-hidden-headers): Add Face.
20250
20251         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20252         reparenting code.
20253         (gnus-summary-reparent-children): Refactored out code.
20254         (gnus-summary-thread-map): New keystroke.
20255         (gnus-summary-reparent-children): Make into command.
20256
20257         * smiley.el (smiley-style): Default to `medium' if using a large
20258         font.
20259
20260         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20261         does it itself.
20262
20263         * message.el (message-point-in-header-p): Simplify definition.
20264
20265 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20266
20267         * nnagent.el (nnagent-request-set-mark): Silence log file
20268         writing.
20269         (nnagent-request-set-mark): Use write-region instead of
20270         append-to-file.
20271
20272         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20273         strange select method.
20274
20275         * ecomplete.el (ecomplete-display-matches): Get highlightling
20276         right.
20277         (ecomplete-display-matches): Use literals.
20278         (ecomplete-display-matches): Disable message logging.
20279
20280         * message.el (message-display-abbrev): Small optimization.
20281
20282         * ecomplete.el (ecomplete-display-matches): Allow automatic
20283         display.
20284
20285         * message.el (message-strip-forbidden-properties):
20286         Display abbrevs.
20287         (message-display-abbrev): Get automatic display right.
20288
20289         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20290         keystrokes.
20291
20292 2006-04-13  Romain Francoise  <romain@orebokech.com>
20293
20294         TODO: Backport to v5-10!
20295
20296         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20297         Move here (and rename) from gnus-registry.el.
20298
20299         * gnus-registry.el: Require gnus-util.
20300         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20301
20302 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20303
20304         * gnus-group.el (gnus-group-catchup-current):
20305         Change if-then-else-if-then-else into cond.
20306         (gnus-group-catchup): Indent.
20307         (group-name-at-point): New function.
20308         (gnus-fetch-group): Provide default from thing at point.
20309
20310 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20311
20312         * message.el (message-display-abbrev): Fix regexp.
20313
20314         * ecomplete.el (ecomplete-highlight-match-line):
20315         Reimplement choosing.
20316         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20317         dead variables.
20318
20319         * message.el (message-newline-and-indent): Remove debugging.
20320         (message-display-abbrev): Use new implementation.
20321
20322 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20323
20324         * gnus-art.el (gnus-article-mode):
20325         Set cursor-in-non-selected-windows to nil.
20326
20327         * smiley.el: Revert previous change.
20328         (smiley-data-directory): defvar it before using it in the
20329         defcustom of `smiley-style'.
20330
20331 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20332
20333         * message.el (message-newline-and-indent): New function.
20334
20335         * ecomplete.el: Implement more bits.
20336
20337         * message.el (message-put-addresses-in-ecomplete): Clean up the
20338         string.
20339
20340         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20341
20342         * gnus-sum.el (gnus-summary-save-parts):
20343         Bind gnus-summary-save-parts-counter and use it to make unique file
20344         names.
20345
20346         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20347
20348         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20349         parameter to say whether to actually parse the individual
20350         addresses.
20351
20352         * message.el (message-put-addresses-in-ecomplete): New function.
20353         (ecomplete): Require.
20354         (message-mail-alias-type): Add ecomplete as an option.
20355
20356 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20357
20358         * flow-fill.el (fill-flowed): Remove trailing space from blank
20359         quoted lines.
20360
20361 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20362
20363         * smiley.el (smiley-style): Move definition later to avoid a
20364         compilation warning.
20365
20366 2006-04-12  Kenichi Handa  <handa@m17n.org>
20367
20368         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20369         buffer and then decode the buffer text if necessary.
20370         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20371         first, and after mm-encode-body, change the buffer to unibyte.
20372         Use mm-disable-multibyte instead of set-buffer-multibyte.
20373
20374 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20377         Content-Type header instead of Content-Disposition header.
20378         (gnus-mime-inline-part): Ditto.
20379         (gnus-mime-view-part-as-charset): Ignore charset that the part
20380         specifies.
20381
20382         * mm-decode.el (mm-display-part): Work with external parts and
20383         usual parts similarly.
20384
20385         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20386         instead of gnus-display-mime.
20387
20388         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20389         instead of with-temp-buffer.
20390
20391         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20392         tag to summarized topics part in order to encode non-ASCII text.
20393
20394 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20395
20396         * smiley.el (smiley-style): New variable.
20397         (smiley-directory): New function.
20398         (smiley-data-directory): Derive from `smiley-style' using
20399         `smiley-directory'.
20400         (smiley-regexp-alist): Add new entries.
20401
20402         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20403         (gnus-article-browse-delete-temp): Add :version.
20404
20405 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20406
20407         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20408         the sieve region.
20409
20410 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20411
20412         * gnus.el (gnus-version-number): Bump version.
20413
20414 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20415
20416         * gnus.el: No Gnus v0.4 is released.
20417
20418 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20419
20420         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20421         layout.
20422
20423         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20424         unknown charset.
20425
20426         * message.el (message-header-synonyms): Add Original-To to the
20427         default.
20428
20429         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20430         optional parameter.
20431
20432 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20433
20434         * gnus-fun.el (gnus): Require it for gnus-directory.
20435
20436 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20437
20438         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20439
20440 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20441
20442         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20443
20444 2006-04-05  Simon Josefsson  <jas@extundo.com>
20445
20446         * password.el (password-reset): New function.
20447
20448 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20449
20450         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20451         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20452
20453 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20454
20455         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20456         Some whitespace was matched into the url, which broke browsing hits
20457         > 100 when mm-url-use-external was nil.
20458
20459 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20460
20461         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20462         Check gnus-extra-headers for 'Newsgroups.
20463
20464         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20465         bound.
20466
20467 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20468
20469         * pgg-gpg.el: Clean up process buffers every time gpg processes
20470         complete.
20471
20472 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20473
20474         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20475         doc string.
20476
20477 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20478
20479         * pgg-gpg.el (pgg-gpg-process-filter)
20480         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20481
20482         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20483         lines, temporary fix.
20484
20485 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20486
20487         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20488
20489 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20490
20491         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20492         default-enable-multibyte-characters.  This reverts the change from
20493         revision 6.17 which is no longer necessary because the passphrase
20494         is sent separately now.  GnuPG messages are unreadable under
20495         multibyte locales with default-enable-multibyte-characters set to
20496         nil.
20497
20498 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20499
20500         * message.el (message-tool-bar-gnome): Move "spell".
20501
20502 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20503
20504         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20505         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20506         instead.
20507
20508 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20509
20510         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20511         Improve newsgroups handling for NNTP overviews which don't include
20512         Newsgroups.
20513
20514 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20515
20516         * message.el (message-resend): Bind message-generate-hashcash to nil.
20517
20518 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20519
20520         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20521         when searching for already-paid recipients.
20522
20523 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20524
20525         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20526         passphrases when it is not needed.
20527         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20528         passphrase stuff from gpg, should only be necessary when you use
20529         gpg with a smartcard.
20530
20531 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20532
20533         * mml.el (mml-insert-mime): Ignore cached contents of
20534         message/external-body part.
20535
20536         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20537         (mm-insert-part): Ditto.
20538
20539 2006-03-23  Simon Josefsson  <jas@extundo.com>
20540
20541         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20542         Reiner.
20543         (pgg-gpg-use-agent-p): Use it again.
20544
20545 2006-03-23  Simon Josefsson  <jas@extundo.com>
20546
20547         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20548         older emacsen.
20549         (pgg-gpg-use-agent-p): Don't use it.
20550
20551 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20552
20553         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20554         if we can.
20555
20556 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20557
20558         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20559         (pgg-gpg-update-agent): New function.
20560         (pgg-gpg-use-agent-p): New function.
20561         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20562         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20563         (pgg-gpg-sign-region): Use it.
20564
20565 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20566
20567         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20568         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20569
20570 2006-03-21  Simon Josefsson  <jas@extundo.com>
20571
20572         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20573         <wilde@sha-bang.de>.
20574         (pgg-gpg-use-agent): New variable.
20575         (pgg-gpg-process-region): Use it.
20576         (pgg-gpg-encrypt-region): Likewise.
20577         (pgg-gpg-encrypt-symmetric-region): Likewise.
20578         (pgg-gpg-decrypt-region): Likewise.
20579         (pgg-gpg-sign-region): Likewise.
20580         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20581
20582 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20583
20584         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20585
20586         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20587         Add comment on version.
20588
20589 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20590
20591         * smiley.el: Add missing test smiley.
20592
20593 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * mm-decode.el (mm-with-part): New macro.
20596         (mm-get-part): Use it; work with message/external-body as well.
20597         (mm-save-part): Treat name and filename equally.
20598
20599         * mm-extern.el (mm-extern-cache-contents): New function.
20600         (mm-inline-external-body): Use it; force the part to be displayed;
20601         move undisplayer added to the cached handle to the parent.
20602
20603         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20604         (gnus-mime-view-part-as-type): Work with message/external-body.
20605
20606         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20607
20608 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20609
20610         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20611         images in image-load-path.  [Sync with image.el, revision 1.60, in
20612         Emacs.]
20613
20614 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20615
20616         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20617         path rather than symbol.  Always return list of directories.
20618         Guarantee that image directory comes first.  [Sync with image.el,
20619         revision 1.59, in Emacs.]
20620
20621         * message.el (message-make-tool-bar): Adjust to new API of
20622         `gmm-image-load-path-for-library'.
20623
20624         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20625
20626         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20627
20628 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20629
20630         * gnus-art.el (gnus-article-only-boring-p):
20631         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20632         intangible text.
20633         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20634
20635 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20636
20637         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20638         Use `defun' instead of `gmm-defun-compat'.
20639
20640 2006-03-14  Simon Josefsson  <jas@extundo.com>
20641
20642         * message.el (message-unique-id): Don't use message-number-base36
20643         if (user-uid) is a float.
20644         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20645
20646 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20649
20650         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20651         empty line between a part and a message part.
20652
20653 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20654
20655         * smiley.el: Add more test smileys.
20656         (smiley-data-directory, smiley-regexp-alist)
20657         (gnus-smiley-file-types): Fix doc strings.
20658         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20659         adding new elements.
20660         (smiley-mouse-map): Unused code.  Make it a comment.
20661
20662 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20663
20664         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20665         scan latest NoCeM messages instead of old ones.
20666         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20667         delimiters that are recently used.
20668         (gnus-nocem-load-cache): Add autoload cookie.
20669
20670         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20671
20672         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20673         level which is larger than gnus-use-nocem is specified.
20674
20675         * gnus-group.el (gnus-group-get-new-news): Ditto.
20676
20677 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20678
20679         * gnus-util.el (gnus-tool-bar-update): New function.
20680
20681         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20682         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20683
20684         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20685
20686         * gnus-group.el (gnus-group-redraw-when-idle)
20687         (gnus-group-redraw-check): Remove.
20688         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20689
20690 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20691
20692         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20693         if optional last element is specified in splits (FIELD VALUE...).
20694
20695 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20696
20697         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20698         to gmm-image-load-path-for-library.  Call with no-error argument.
20699         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20700
20701         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20702
20703         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20704
20705         * gmm-utils.el (gmm-image-load-path): Remove alias.
20706
20707 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20708
20709         * gmm-utils.el (gmm-image-load-path): Add alias.
20710
20711         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20712         nnml-generate-nov-databases-1.
20713         (nnml-generate-nov-databases): Use it.
20714         (nnml-generate-nov-databases-directory): Document no-active
20715         argument.
20716
20717         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20718         directory if path is t.  Add no-error.
20719
20720         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20721         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20722
20723         * gnus-art.el (gnus-article-browse-delete-temp-files):
20724         Simplify resetting gnus-article-browse-html-temp-list.
20725
20726         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20727         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20728         Add example to docstring.  Rename local variables.  Move error
20729         checks to default case in cond and simplify.
20730
20731 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20732
20733         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20734         handle is multipart when calling it recursively.
20735         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20736
20737 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20738
20739         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20740         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20741
20742 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20743
20744         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20745         is loaded.
20746
20747         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20748         loaded.
20749
20750 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20751
20752         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20753         to "Emacs 23 (unicode)" in doc string.
20754
20755         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20756         "Emacs 23 (unicode)" in comment.
20757
20758 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20759
20760         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20761
20762         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20763         characters 160 through 255 in Emacs 23.
20764
20765 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20766
20767         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20768         gnus-article-browse-html-temp.
20769         (gnus-article-browse-delete-temp): Make it customizable.
20770         Add `file'.  Adjust doc string.
20771         (gnus-article-browse-delete-temp-files): Add argument.
20772         Allow query for each file.  Adjust doc string.
20773         (gnus-article-browse-html-parts):
20774         Add `gnus-article-browse-delete-temp-files' to
20775         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20776
20777 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20778
20779         * gnus-art.el (gnus-article-browse-html-temp)
20780         (gnus-article-browse-delete-temp): New variables.
20781         (gnus-article-browse-delete-temp-files): New function.
20782         (gnus-article-browse-html-parts): Use it.
20783
20784 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20785
20786         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20787
20788         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20789         string.
20790
20791         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20792         gnus-summary-insert-new-articles when unplugged.
20793         Remove gnus-summary-search-article-forward.
20794
20795         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20796         display-visual-class instead of display-color-cells.
20797
20798 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * dgnushack.el: Autoload customize-group for XEmacs.
20801
20802         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20803         message/* containing non-ASCII text properly.
20804
20805 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20806
20807         * message.el: Require gmm-utils, remove autoloads.
20808         (message-tool-bar): Set default based on
20809         gmm-tool-bar-style.
20810         (message-tool-bar-gnome): Add gmm-customize-mode.
20811
20812         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20813         gmm-tool-bar-style.
20814         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20815
20816         * gnus-group.el (gnus-group-tool-bar): Set default based on
20817         gmm-tool-bar-style.
20818         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20819
20820         * gmm-utils.el (gmm-image-directory): Rename variable from
20821         gmm-image-load-path.
20822         (gmm-image-load-path): Use gmm-image-directory.
20823         (gmm-customize-mode): New function.
20824         (gmm-tool-bar-style): New variable.
20825
20826         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20827         gnus-group-redraw-line-number.
20828         (gnus-group-redraw-check): Simplify.
20829         (gnus-group-tool-bar-update): Remove redraw check.
20830         (gnus-group-make-tool-bar): Add redraw check.
20831
20832 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20833
20834         * gnus-art.el (gnus-button): Add missing parentheses.
20835
20836 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20837
20838         * lpath.el: Fbind line-number-at-pos.
20839
20840 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20841
20842         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20843
20844 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20845
20846         * gnus-art.el (gnus-button): New face.
20847         (gnus-article-button-face): Use it.
20848
20849         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20850         Add gnus-summary-next-page.  Re-order.
20851
20852         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20853         next-node are now included.
20854         (gnus-group-redraw-line-number): New internal variable.
20855         (gnus-group-redraw-check): Helper function for updating the tool
20856         bar.
20857         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20858
20859         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20860
20861         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20862         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20863         Use it to match format of Spamassassin 3.0 and later.
20864         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20865         (spam-check-bogofilter)
20866         (spam-bogofilter-register-with-bogofilter): Fix args of
20867         `gnus-error' calls.
20868
20869 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20870
20871         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20872         unnecessary interaction when sending queued mails.
20873         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20874
20875 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20876
20877         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20878         first or last are nil.
20879
20880 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20881
20882         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20883
20884 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20885
20886         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20887
20888 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20889
20890         * dns.el (query-dns): Protect more against buggy tcp output.
20891
20892 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20893
20894         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20895         nov.php.
20896
20897 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20898
20899         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20900         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20901         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20902         output on the server side.
20903         (nnweb-google-create-mapping): Update regexps and add some
20904         progress indication.
20905
20906 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20907
20908         * gnus-group.el (gnus-group-tool-bar-gnome):
20909         Fix gnus-agent-toggle-plugged.  Re-order icons.
20910         (gnus-group-tool-bar-gnome):
20911         Add gnus-group-{prev,next}-unread-group.
20912         (gnus-group-tool-bar-gnome): Re-order icons.
20913
20914         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20915         Move gnus-summary-insert-new-articles.
20916
20917         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20918         Fix comments.
20919
20920         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20921         also available in Emacs 21.3.
20922
20923         * message.el (message-fix-before-sending): Change "Emacs 22" to
20924         "Emacs 23 (unicode)" in comment.
20925
20926         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20927         "Emacs 23 (unicode)" in comment.
20928
20929         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20930         comment.
20931         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20932
20933         * mm-view.el (mm-fill-flowed): Add :version.
20934
20935 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20936
20937         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20938         and load-path.
20939
20940 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20941
20942         * message.el: Autoload gmm-image-load-path.
20943         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20944         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20945         consitency.
20946
20947         * gmm-utils.el (gmm-image-load-path): Also search in
20948         "../etc/images".  Don't set gmm-image-load-path if we don't find
20949         the image.
20950
20951 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20952
20953         * gmm-utils.el (gmm-image-load-path): Don't make
20954         `gmm-image-load-path' include subdirectories which the second arg
20955         `image' might specify.
20956
20957         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20958         subdirectory to icon file names.
20959
20960         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20961
20962 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20963
20964         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20965         gmm-image-load-path calls.
20966
20967         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20968
20969         * message.el (message-make-tool-bar): Ditto.
20970
20971         * mml.el (mml-preview): Add comment concerning tool bar icons.
20972
20973         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20974         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20975
20976         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20977         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20978
20979         * message.el (message-tool-bar-gnome): Use new icon names.
20980         (message-make-tool-bar): Use `gmm-image-load-path'.
20981
20982         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20983         New functions from MH-E.
20984         (gmm-image-load-path): New variable from MH-E.
20985         (gmm-image-load-path): New function from MH-E.  Add arguments
20986         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20987         *-image-load-path-called-flag.
20988
20989 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20990
20991         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20992
20993 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20994
20995         * nnimap.el (nnimap-request-move-article): Change folder back to
20996         source group before deleting.
20997
20998 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20999
21000         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21001
21002         * gnus-art.el (mm-url-insert-file-contents-external):
21003         Autoload mm-url.
21004
21005         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21006
21007 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21008
21009         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21010         coding system which mm-charset-to-coding-system returns for a
21011         given charset is valid.
21012
21013 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21014
21015         * html2text.el (html2text-remove-tag-list):
21016         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21017
21018 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21019
21020         * gnus-cus.el: Revert 2005-10-17 change.
21021
21022 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21023
21024         * gnus-art.el (article-strip-banner):
21025         Call article-really-strip-banner only when the regexp match is made.
21026
21027 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21028
21029         * gnus-art.el (article-strip-banner):
21030         Use gnus-extract-address-components instead of
21031         mail-header-parse-addresses to make it work with non-ASCII text;
21032         remove mail-encode-encoded-word-string.
21033
21034         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21035         values which are surrounded with \"...\"; make it never cause a
21036         Lisp error; give up parsing of parameters if it failed in
21037         extracting type.
21038
21039 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21040
21041         * smime.el (smime-cert-by-ldap-1): Fix bug where
21042         `smime-ldap-search' returns results without userCertificates.
21043
21044 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21045
21046         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21047
21048 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21049
21050         * spam.el (spam-check-spamassassin-headers): Adapt format for
21051         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21052         <ari@mbf.ocn.ne.jp>.
21053         (spam-list-of-processors): Add spam-use-gmane.
21054
21055 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21056
21057         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21058         make-temp-file; make it work with XEmacs as well.
21059
21060         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21061         mm-make-temp-file.
21062
21063         * mm-decode.el (mm-display-external): Use the 3rd arg of
21064         mm-make-temp-file.
21065         (mm-create-image-xemacs): Ditto.
21066
21067 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21068
21069         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21070         with message-narrow-to-headers.
21071         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21072         (gnus-draft-check-draft-articles): New function.
21073         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21074
21075 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21076
21077         * gnus-art.el (gnus-article-browse-html-parts):
21078         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21079         Don't use suffix argument for mm-make-temp-file for Emacs 21
21080         compatibility.  Remove useless `format'.
21081
21082 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21083
21084         * nnweb.el (nnweb-google-wash-article): Update regexps.
21085         (nnweb-group-alist): Use defvoo instead of defvar.
21086
21087 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21088
21089         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21090         re-loading nn* modules.
21091
21092 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21093
21094         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21095         for `tool-bar-mode' and don't check it's default-value.
21096
21097         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21098
21099         * message.el (message-make-tool-bar): Ditto.
21100
21101         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21102         `substring'.  Shorten tmp-file name.
21103
21104         * gnus.el: Remove bogus comment.
21105
21106 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21107
21108         * gnus-art.el (gnus-article-browse-html-parts): New function.
21109         (gnus-article-browse-html-article): New function for viewing html
21110         articles with a browser.
21111
21112 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21113
21114         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21115         in elisp.
21116         (pgg-gpg-encrypt-symmetric-region): Ditto.
21117         (pgg-gpg-sign-region): Ditto.
21118
21119         * pgg-def.el (pgg-text-mode): New variable.
21120
21121         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21122         (mml2015-pgg-encrypt): Ditto.
21123
21124         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21125         (mml1991-pgg-encrypt): Ditto.
21126
21127 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21128
21129         * nnfolder.el (nnfolder-insert-newsgroup-line):
21130         Use message-make-date instead of current-time-string.
21131
21132         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21133         to gnus-decoded which mm-uu might set.
21134
21135 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21136
21137         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21138         don't decode quoted parameters; remove misimported Emacs code.
21139         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21140         (rfc2231-decode-encoded-string): Don't use split-string which
21141         behaves differently according to Emacs version; use
21142         mm-decode-coding-region to convert charset to coding-system.
21143         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21144         (rfc2231-encode-string): Remove misimported Emacs code.
21145
21146 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21147
21148         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21149         when calling mail-header-parse-content-type.
21150         (article-de-quoted-unreadable): Ditto.
21151         (article-de-base64-unreadable): Ditto.
21152         (article-wash-html): Ditto.
21153
21154         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21155         calling mail-header-parse-content-type and
21156         mail-header-parse-content-disposition.
21157         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21158         mail-header-parse-content-type.
21159
21160         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21161         insert charset and format parameters; encode description after
21162         inserting it to buffer.
21163         (mml-insert-parameter): Fold lines properly even if a parameter is
21164         segmented into two or more lines; change the max column to 76.
21165
21166         * rfc1843.el (rfc1843-decode-article-body): Don't use
21167         ignore-errors when calling mail-header-parse-content-type.
21168
21169         * rfc2231.el (rfc2231-parse-string): Return at least type if
21170         possible; don't cause an error even if it fails in parsing of
21171         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21172         (rfc2231-encode-string): Don't break lines at the beginning, leave
21173         it to mml-insert-parameter.
21174
21175         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21176         calling mail-header-parse-content-type.
21177
21178 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21179
21180         * spam-report.el (spam-report-gmane-use-article-number):
21181         Improve doc string.
21182         (spam-report-gmane-internal): Check if a suitable header was found
21183         in the article.
21184
21185 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21186
21187         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21188         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21189
21190 2006-02-05  Romain Francoise  <romain@orebokech.com>
21191
21192         Update copyright notices of all files in the gnus directory.
21193
21194 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21195
21196         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21197
21198 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21201         segmented lines of parameter value to cope with Thunderbird 1.5
21202         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21203         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21204         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21205
21206 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21207
21208         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21209         parts.
21210
21211 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21212
21213         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21214         there's only one active file for all servers.
21215         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21216         solid groups.  Gnus might have used a FAST request to select the group.
21217         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21218         and nnweb-search redundantly in the active file.
21219         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21220         (nnweb-request-create-group): Don't use ARGS.
21221         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21222         initializations.  Let nnoo do the work.
21223
21224 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21227         Say the part has been decoded.
21228
21229         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21230
21231 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21232
21233         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21234         mailcap-viewer-test-cache when there's no 'test clause, since that
21235         will invert the meaning of a "nil" test previously determined by
21236         mailcap-mailcap-entry-passes-test.
21237
21238 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21239
21240         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21241         compiling.
21242
21243         * gnus-sum.el: Ditto.
21244
21245         * message.el: Don't bind tool-bar-map when compiling.
21246
21247 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21248
21249         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21250
21251 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21252
21253         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21254         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21255         current Google Groups.
21256
21257 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21258
21259         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21260         and tool-bar-mode.
21261
21262         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21263         and tool-bar-mode.
21264
21265         * message.el (message-tool-bar-update): Simplify.
21266         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21267
21268         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21269         gnus-summary-buffer.
21270         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21271         gnus-summary-reply.
21272
21273         * gmm-utils.el (gmm): Add :version.
21274
21275 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21276
21277         * Makefile.in (clean): New rule.
21278         (distclean): Use it.
21279
21280 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21281
21282         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21283         Don't autoload.
21284
21285 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21286
21287         * gmm-utils.el (gmm-verbose): Add :group.
21288
21289 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21290
21291         * message.el: Change some comments WRT tool-bars.
21292
21293         * gnus-sum.el (gnus-summary-tool-bar)
21294         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21295         (gnus-summary-tool-bar-zap-list): New variables.
21296         (gnus-summary-make-tool-bar): Complete rewrite using
21297         `gmm-tool-bar-from-list'.
21298
21299         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21300         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21301         New variables.
21302         (gnus-group-make-tool-bar): Complete rewrite using
21303         `gmm-tool-bar-from-list'.
21304         (gnus-group-tool-bar-update): New function.
21305
21306         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21307
21308 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21309
21310         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21311         is dissected into a single part of which the type is the same as
21312         the given one; decode charset.
21313
21314 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21315
21316         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21317         into alists as symbol not string, since that's what
21318         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21319         look for.
21320
21321 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21322
21323         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21324         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21325
21326         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21327
21328 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21329
21330         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21331         (gnus-xmas-mime-security-button-menu): New function.
21332
21333         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21334         (gnus-mime-security-button-menu): New definition.
21335         (gnus-mime-security-button-map): Use them.
21336         (gnus-mime-security-button-menu): New function.
21337         (gnus-insert-mime-security-button): Addition to help echo.
21338         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21339         (gnus-mime-security-pipe-part): New functions.
21340
21341         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21342         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21343
21344         * mm-decode.el (mm-handle-set-disposition): Remove.
21345         (mm-handle-set-description): Remove.
21346
21347 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21348
21349         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21350         (mm-w3m-standalone-supports-m17n-p): New function.
21351         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21352         w3m usage.
21353
21354         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21355         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21356
21357 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21358
21359         * message.el (message-tool-bar-zap-list):
21360         Use gmm-tool-bar-zap-list as custom type.
21361         (message-tool-bar-update): New function.
21362         (message-tool-bar, message-tool-bar-gnome)
21363         (message-tool-bar-retro): Add message-tool-bar-update.
21364         (message-tool-bar-gnome): Add flyspell-buffer.
21365
21366         * gnus-util.el (gnus-error): Describe `args'.
21367
21368         * gmm-utils.el (gmm-error): Describe `args'.
21369         (gmm-tool-bar-zap-list): New widget.
21370         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21371
21372 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21373
21374         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21375         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21376         the number of recursive calls.
21377
21378         * mm-decode.el (mm-handle-set-disposition): New macro.
21379         (mm-handle-set-description): New macro.
21380
21381 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21382
21383         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21384         encoding.
21385
21386 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21387
21388         * message.el (message-tool-bar-zap-list, message-tool-bar)
21389         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21390         (message-tool-bar-local-item-from-menu): Remove.
21391         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21392         (message-make-tool-bar): New function.
21393         (message-mode): Use `message-make-tool-bar'.
21394
21395         * gmm-utils.el: New file.
21396         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21397         (gmm-lazy): New widget copied from `nnmail.el'.
21398         (gmm-tool-bar-from-list): New function for creating customizable
21399         tool bars.
21400         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21401         output.
21402         (gmm): Add :prefix to defgroup.
21403
21404 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21405
21406         * gmm-utils.el (gmm-widget-p): New function.
21407
21408 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21409
21410         * mml.el (mml-attach-file): Describe `description' in doc string.
21411         (mml-menu): Add Emacs MIME manual and PGG manual.
21412
21413 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21414
21415         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21416
21417 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21418
21419         * nntp.el (nntp-end-of-line): Doc fix.
21420
21421 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21422
21423         * imap.el (imap-open): Handle case where buffer is a buffer
21424         object.
21425
21426 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21427
21428         * gnus-delay.el (gnus-delay): Don't autoload.
21429         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21430         to be re-loaded when customizing the `gnus-delay' group.
21431
21432 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21433
21434         * message.el (message-insert-citation-line): Use newlines.
21435
21436 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21437
21438         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21439         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21440         these routines, so the passphrase can be managed externally and
21441         passed in to the system.
21442         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21443         pgg-add-passphrase-to-cache function.
21444
21445         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21446         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21447         these routines, so the passphrase can be managed externally and
21448         passed in to the system.
21449         (pgg-pgp5-sign-region): Use new name of
21450         pgg-add-passphrase-to-cache function.
21451
21452 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21453
21454         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21455         part of the decoded armor to find the key-identifier.
21456         (pgg-gpg-lookup-key-owner): New function to return the
21457         human-readable identifier of a key owner.
21458         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21459         itself.
21460         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21461         the key value) if we have a key and can match it against a secret
21462         key.  Also, added a note pointing out fact that the prompt only
21463         indicates the first matching key.
21464
21465         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21466         pgg-decrypt-region.
21467         (pgg-add-passphrase-to-cache): Rename from
21468         `pgg-add-passphrase-cache' to reduce confusion (all callers
21469         changed).
21470         (pgg-remove-passphrase-from-cache): Rename from
21471         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21472         changed).
21473         (pgg-read-passphrase, pgg-add-passphrase-cache)
21474         (pgg-remove-passphrase-cache): Add informative docstrings.
21475         (pgg-decrypt): Convey provided passphrase in subordinate call to
21476         pgg-decrypt-region.
21477
21478 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21479
21480         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21481         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21482         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21483         'passphrase' argument, so the passphrase can be managed externally
21484         and then passed in to the system.
21485
21486         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21487         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21488         so the passphrase cache can be used reliably with identifiers
21489         besides a pgp packet's key id.
21490
21491         * pgg-gpg.el (pgg-gpg-encrypt-region)
21492         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21493         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21494         these routines, so the passphrase can be managed externally and
21495         passed in to the system.
21496
21497         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21498         'notruncate' argument, so the passphrase cache can be used
21499         reliably with identifiers besides a pgp packet's key id.
21500
21501 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21502
21503         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21504         symmetric encryption.
21505         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21506         encrypted session key.
21507         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21508         message ask for the passphrase in a proper way.
21509
21510         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21511         New user commands for symmetric encryption.
21512
21513 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21514
21515         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21516
21517         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21518
21519 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21520
21521         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21522
21523 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21524
21525         * mm-decode.el (mm-inlined-types): Add application/pgp.
21526         (mm-automatic-display): Ditto.
21527
21528         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21529         part as text.
21530
21531 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21532
21533         * nnrss.el: Update copyright.
21534         (nnrss-opml-import): Query whether to subscribe to each entry.
21535
21536         * gnus-art.el:
21537         * gnus-sum.el:
21538         * gnus-xmas.el:
21539         * messagexmas.el:
21540         * mm-uu.el:
21541         * mm-view.el: Update copyright.
21542
21543 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21544
21545         * message.el (message-info): New function.
21546         (message-mode-menu): Add it.
21547         Update copyright.
21548
21549         * ChangeLog: Fix and update copyright.
21550
21551 2006-01-13  Romain Francoise  <romain@orebokech.com>
21552
21553         * message.el (message-forward-subject-name-subject): Prefer the
21554         address to 'nowhere' if the sender has no name.
21555         Fix typo.  Update copyright year.
21556
21557 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21558
21559         * gnus-art.el (article-wash-html):
21560         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21561         (gnus-article-wash-html-with-w3m-standalone): New function.
21562
21563         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21564         mm-inline-text-html-render-with-w3m-standalone.
21565         (mm-text-html-washer-alist): Map w3m-standalone to
21566         gnus-article-wash-html-with-w3m-standalone.
21567         (mm-inline-text-html-render-with-w3m-standalone): New function.
21568
21569 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21570
21571         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21572         Improve LaTeX.
21573
21574 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21575
21576         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21577         (nnrss-request-article): Render text/plain parts as HTML.
21578
21579         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21580         the buffer.
21581
21582 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21583
21584         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21585         custom definition of `gnus-posting-styles'.
21586
21587         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21588         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21589
21590 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21591
21592         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21593         Use nntp for bug archive.
21594
21595 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21596
21597         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21598         parts.
21599         (nnrss-normalize-date): New function converts ISO 8601 date into
21600         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21601         (nnrss-check-group): Use it.
21602
21603 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21604
21605         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21606
21607         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21608         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21609         (nnrss-insert-w3): Ditto.
21610
21611 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21612
21613         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21614         the articles to be forwarded including the case where neither a
21615         number of articles nor a region is specified.
21616
21617 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21618
21619         * nnrss.el (nnrss-request-article): Fix last change; fill
21620         text/plain parts.
21621
21622 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21623
21624         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21625         in text/plain part.
21626         (nnrss-check-group): Don't add excessive newline to dc:subject.
21627
21628 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21629
21630         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21631         article.
21632
21633 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21634
21635         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21636         (nnml-use-compressed-files, nnml-save-mail): Support other
21637         comression programs such as bzip2.
21638
21639 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21640
21641         * dns.el (query-dns): Make sure we check the buffer size before
21642         removing tcp headers.
21643
21644 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21645
21646         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21647         remove MIME buttons associated with multipart/alternative parts.
21648         (gnus-mime-display-alternative): Tag buttons using `article-type'
21649         text property.
21650
21651         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21652         associated with multipart/alternative parts.
21653
21654         * gnus-art.el (gnus-signature-separator): Fix custom type.
21655
21656         * mm-decode.el (mm-inlined-types): Fix custom type.
21657         (mm-keep-viewer-alive-types): Ditto.
21658         (mm-automatic-display): Ditto.
21659         (mm-attachment-override-types): Ditto.
21660         (mm-inline-override-types): Ditto.
21661         (mm-automatic-external-display): Ditto.
21662
21663 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21664
21665         * spam-report.el (spam-report-user-mail-address)
21666         (spam-report-user-agent): New variables.
21667         (spam-report-url-ping-plain): Use spam-report-user-agent.
21668
21669 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21670
21671         * gnus-art.el (gnus-button-handle-custom): Do not just use
21672         `customize-apropos' for any "M-x customize-*" button but the
21673         function called for.  Accept both the function name and its
21674         argument in order to achieve this.
21675         (gnus-button-alist): Remove support for "custom:" URL's.
21676         Pass function name to `gnus-button-handle-custom' in case of "M-x
21677         customize-*" buttons.
21678
21679 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21680
21681         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21682         multipart/alternative and add xref to mm-discouraged-alternatives
21683         in doc string.
21684
21685         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21686         gnus-buttonized-mime-types in doc string.
21687
21688 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21689
21690         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21691         Suggest image/.* in the doc string.
21692
21693 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21694
21695         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21696         message-marks (Debian bug#342521).
21697
21698 2005-12-12  Simon Josefsson  <jas@extundo.com>
21699
21700         * password.el (password-read-from-cache): Add.
21701         (password-read): Use it.
21702
21703 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21704
21705         * rfc2047.el (rfc2047-charset-to-coding-system):
21706         Recognize us-ascii as a MIME charset.
21707
21708         * mm-bodies.el (mm-decode-content-transfer-encoding):
21709         Protect against the case where the 2nd arg TYPE is nil.
21710
21711 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21712
21713         * pop3.el (pop3-stream-type): Fix custom version.
21714
21715         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21716
21717 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21718
21719         * mm-decode.el (mm-display-external): Add missing cdr.
21720
21721 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21722
21723         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21724         RFC1524) if it is in mailcap or add a suffix according to
21725         mailcap-mime-extensions when generating a temp filename; postpone
21726         deleting a temp file for 2 seconds for some wrappers, shell
21727         scripts, and so on, which might exit right after having started a
21728         viewer command as a background job.
21729
21730 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21731
21732         * nntp.el (nntp-marks-directory): Fix custom group.
21733
21734         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21735         steps when < 10.
21736
21737         * gnus-start.el (gnus-no-server-1):
21738         Mention `gnus-level-default-subscribed' in doc string.
21739
21740 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21741
21742         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21743         parens.
21744
21745 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21746
21747         * gnus-xmas.el (gnus-use-toolbar): Revert.
21748         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21749         gnus-use-toolbar is default.
21750
21751         * messagexmas.el (message-use-toolbar): Revert.
21752         (message-setup-toolbar): Use global default-toolbar if
21753         message-use-toolbar is default.
21754
21755 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21758         according to default-toolbar-visible-p.
21759
21760         * messagexmas.el (message-use-toolbar): Ditto.
21761
21762 2005-11-26  Dave Love  <fx@gnu.org>
21763
21764         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21765         (tls-program, tls-success): Provide openssl alternative.
21766
21767         * starttls.el: Doc fixes.
21768         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21769         SERVICE to PORT.
21770
21771         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21772         port null or service name.
21773         (starttls-negotiate): Autoload.
21774
21775 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21776
21777         * message.el (message-kill-to-signature): Fix interactive spec.
21778
21779 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21780
21781         * pop3.el (pop3-open-server): Recognize a string as a service name.
21782
21783 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21784
21785         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21786
21787 2005-11-23  Dave Love  <fx@gnu.org>
21788
21789         Add pop3s, pop3/starttls.
21790
21791         * pop3.el (pop3-authentication-scheme): Clarify doc.
21792         (open-tls-stream, starttls-open-stream): Autoload.
21793         (pop3-stream-type): New.
21794         (pop3-open-server): Use it.
21795
21796         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21797         for POP.
21798         (mail-source-keyword-map): Add :stream for POP.
21799         (mail-source-fetch-pop): Use pop3-stream-type.
21800
21801 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21802
21803         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21804         of current-time-string.
21805
21806 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21807
21808         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21809         date header.
21810
21811 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21812
21813         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21814         it can seriously impact performance as it bypasses the agent's
21815         local caches.
21816
21817 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21818
21819         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21820         must be explicitly online rather than "not explicitly offline" for
21821         its flags to be synchronized.
21822
21823         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21824         that gnus-uu-unmark-thread will function correctly.
21825
21826         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21827         1024K is instead displayed as 1M.
21828
21829 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21830
21831         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21832
21833 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21834
21835         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21836
21837 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21838
21839         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21840         error message to display actual error condition.
21841         (gnus-agent-save-local): Avoid saving symbols that are bound to
21842         nil as they simply result in a warning message in
21843         gnus-agent-read-local.
21844
21845 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21846
21847         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21848         rather than make-variable-buffer-local for file-precious-flag.
21849
21850 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21851
21852         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21853         for duplicates which are removed.  The invalid sort check then
21854         triggers a rescan after the sort as sorting may have moved
21855         duplicate entries such that they can be cheaply detected.
21856
21857 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21858
21859         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21860
21861 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21862
21863         * gnus-agent.el (gnus-agent-article-alist-save-format):
21864         Change internal variable to a custom variable.  Change default value
21865         from compressed(2) to uncompressed(1).
21866         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21867         support for uncompressed agentview files.  Taken together, reading
21868         the agentview file should now be 6-7 times faster.
21869
21870 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21871
21872         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21873         as a buffer-local variable.  This avoids creating truncated
21874         dribble files as a result of a hang up, eg.
21875
21876 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21877
21878         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21879         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21880         XEmacs.
21881
21882 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21883
21884         * gnus-start.el (gnus-start-draft-setup):
21885         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21886
21887         * gnus.el (gnus-splash): Change custom group.
21888         (gnus-group-get-parameter, gnus-group-parameter-value):
21889         Describe allow-list argument.
21890
21891         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21892         string.
21893
21894 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21895
21896         * gnus-art.el (gnus-default-article-saver): Add user-defined
21897         `function' to custom type.
21898
21899 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21900
21901         * imap.el (imap-open): Handle case where buffer is a buffer
21902         object.
21903
21904 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21905
21906         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21907         long lines.
21908         (gnus-cache-delete-group): Wrap doc strings.
21909
21910         * gnus-agent.el (gnus-agent-rename-group)
21911         (gnus-agent-delete-group): Wrap doc strings.
21912
21913 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21914
21915         * messagexmas.el (message-use-toolbar): Change the valid values
21916         into default, top, bottom, left, and right.
21917         (message-toolbar-thickness): New variable.
21918         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21919         well.
21920         (message-setup-toolbar): Make it work.
21921
21922         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21923         (gnus-use-toolbar): Change the valid values into default, top,
21924         bottom, left, and right.
21925         (gnus-toolbar-thickness): New variable.
21926         (gnus-xmas-setup-toolbar): New function.
21927         (gnus-xmas-setup-group-toolbar): Use it.
21928         (gnus-xmas-setup-summary-toolbar): Use it.
21929
21930 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21931
21932         * gnus-start.el (gnus-1): Add "native" to
21933         gnus-predefined-server-alist.
21934
21935         * gnus.el (gnus-method-to-server): Don't add "native" to the
21936         lists here, because that leads to problems when
21937         gnus-select-method is bound.
21938
21939 2005-11-09  Simon Josefsson  <jas@extundo.com>
21940
21941         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21942         use (not sort-by-date) instead.
21943
21944 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21945
21946         * gnus-delay.el (gnus-delay-group): Don't autoload.
21947         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21948         to be re-loaded when customizing the `gnus-delay' group.
21949
21950 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21951
21952         * message.el: Revert last changes.
21953         (message-insert-citation-line): Use newlines.
21954
21955 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21956
21957         * message.el (message-courtesy-message)
21958         (message-mark-insert-begin, message-mark-insert-end)
21959         (message-elide-ellipsis, message-cancel-message)
21960         (message-add-header, message-change-subject)
21961         (message-cross-post-followup-to-header)
21962         (message-cross-post-insert-note, message-reduce-to-to-cc)
21963         (message-widen-reply, message-delete-not-region)
21964         (message-kill-to-signature, message-insert-signature)
21965         (message-insert-importance-high, message-insert-importance-low)
21966         (message-insert-or-toggle-importance)
21967         (message-insert-disposition-notification-to)
21968         (message-indent-citation, message-yank-original)
21969         (message-cite-original-without-signature, message-cite-original)
21970         (message-insert-citation-line, message-position-on-field)
21971         (message-fix-before-sending, message-send-mail-partially)
21972         (message-send-mail, message-send-mail-with-sendmail)
21973         (message-send-mail-with-qmail, message-send-news)
21974         (message-check-news-header-syntax, message-generate-headers)
21975         (message-insert-courtesy-copy, message-fill-address)
21976         (message-fill-header, message-shorten-references)
21977         (message-setup-1, message-cancel-news)
21978         (message-forward-make-body-plain, message-forward-make-body-mime)
21979         (message-forward-make-body-mml, message-encode-message-body)
21980         (message-forward-make-body-digest-plain)
21981         (message-forward-make-body-digest-mime)
21982         (message-use-alternative-email-as-from): Insert `hard-newline'
21983         instead of ordinary newlines.
21984
21985 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21986
21987         * message.el (message-generate-headers): Downcase the argument
21988         given to message-check-element.
21989
21990 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21991
21992         * nntp.el (nntp-authinfo-rejected): New error condition.
21993         (nntp-wait-for): Use new error condition to signal authentication
21994         error.
21995         (nntp-retrieve-data): Rethrow new error condition to break out of
21996         recursive call to nntp-send-authinfo.
21997
21998 2005-11-08  Romain Francoise  <romain@orebokech.com>
21999
22000         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22001         (gnus-summary-exit-map): Bind to `Z p'.
22002         (gnus-summary-make-menu-bar): Add menu item.
22003
22004 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22005
22006         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22007         (gnus-treat-*): Add `first' in all doc strings.
22008
22009         * gnus-group.el (gnus-group-compact-group): Fix typo.
22010
22011 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22012
22013         * gnus.el (gnus-parameters-case-fold-search): New variable.
22014         (gnus-parameters-get-parameter): Use it.
22015
22016         * gnus-score.el (gnus-home-score-file): Doc fix.
22017
22018 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22019
22020         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22021
22022 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22023
22024         * mm-util.el (mm-special-display-p): New function.
22025
22026         * mml.el (mml-preview): Use it; doc fix.
22027
22028 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22029
22030         * imap.el (imap-open): Handle case where buffer is a buffer object.
22031
22032 2005-10-29  Romain Francoise  <romain@orebokech.com>
22033
22034         * message.el (message-fix-before-sending): Fix comment.
22035
22036 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22037
22038         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22039
22040 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22041
22042         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22043         Used in gnus-score.el.
22044
22045 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22046
22047         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22048
22049 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22050
22051         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22052         whitespace removed in revision 7.8.  Use concatenated string to
22053         protect trailing whitespace.
22054
22055 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22056
22057         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22058         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22059         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22060         Courier IMAP ("some version from 2004").  Mostly based on similar
22061         code in the same function.
22062
22063 2005-10-26  Didier Verna  <didier@xemacs.org>
22064
22065         * gnus-group.el (gnus-group-compact-group): Invalidate original
22066         article buffer.
22067         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22068         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22069         NOV database and in article itself.
22070         Invalidate article backlog.
22071
22072 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22073
22074         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22075
22076 2005-10-26  Simon Josefsson  <jas@extundo.com>
22077
22078         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22079         part of 2004-07-25 change.
22080
22081 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22082
22083         * message.el (message-display-completion-list): New function.
22084         (message-expand-group): Use it; make sure the Completions buffer
22085         is modifiable.
22086 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22087
22088         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22089         user-mail-name is an empty string.
22090
22091 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22092
22093         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22094         depending on gnus-score-decay-constant.
22095
22096         * encrypt.el (encrypt-insert-file-contents)
22097         (encrypt-write-file-contents): Don't use `gnus-message'.
22098
22099         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22100         arguments.
22101         (mm-uu-type-alist): Add message-marks and insert-marks.
22102         Pass arguments to mm-uu-verbatim-marks-extract.
22103         (mm-uu-hide-markers): New variable.
22104         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22105
22106         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22107         (gnus-convert-image-to-face-command): Use "convert" by default to
22108         allow other input image formats.
22109         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22110         accordingly.
22111
22112 2005-10-23  Simon Josefsson  <jas@extundo.com>
22113
22114         * imap.el (imap-gssapi-program): Align command line parameters
22115         with latest GNU SASL.
22116         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22117
22118 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22119
22120         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22121         HTML.
22122         (nnslashdot-request-article): Ditto.
22123
22124         * lpath.el (featurep): Add nobreak-char-display.
22125
22126 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22127
22128         * mail-source.el (mail-source-fetch-pop): Require pop3.
22129         (mail-source-check-pop): Ditto.
22130
22131 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22132
22133         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22134         errors.
22135
22136 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22137
22138         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22139         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22140
22141         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22142
22143         * mm-bodies.el (mm-decode-string):
22144         Call `mm-charset-to-coding-system' with allow-override argument.
22145
22146 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22147
22148         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22149         (rfc2047-charset-to-coding-system): New function.
22150         (rfc2047-decode-encoded-words): New function.
22151         (rfc2047-decode-region): Use them.
22152         (rfc2047-decode-cte): Remove.
22153         (rfc2047-parse-and-decode): Remove.
22154         (rfc2047-decode): Remove.
22155
22156 2005-10-15  Kenichi Handa  <handa@m17n.org>
22157
22158         * rfc2047.el (rfc2047-decode-cte): New function.
22159         (rfc2047-decode-region): Change the way to decode successive
22160         encoded-words: decode B- or Q-encoding in each encoded-word,
22161         concatenate them, and decode it as charset.
22162
22163 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22164
22165         * lpath.el: Fbind codepage-setup for XEmacs.
22166
22167 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22168
22169         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22170         widget-move-and-invoke.
22171         (gnus-custom-mode): Use gnus-custom-map.
22172
22173 2005-10-15  Bill Wohler  <wohler@newt.com>
22174
22175         * message.el (message-tool-bar-map): Rename image file from
22176         mail_send to mail/send.
22177
22178 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22179
22180         * message.el (message-expand-group): Pass the common
22181         prefix substring of completion to `display-completion-list'.
22182
22183 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22184
22185         * mml-sec.el (mml-secure-method): New internal variable.
22186         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22187         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22188         New functions using mml-secure-method.
22189
22190         * mml.el (mml-mode-map): Add key bindings for those functions.
22191         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22192         Harder <harder@myrealbox.com>.
22193         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22194         Goto end of message if point is the headers of the message.
22195
22196         * message.el (message-in-body-p): New function.
22197
22198         * assistant.el: Autoload gnus-util and netrc.
22199
22200         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22201         Use `mm-charset-override-alist' only when decoding.
22202
22203         * mm-bodies.el (mm-decode-body):
22204         Call `mm-charset-to-coding-system' with allow-override argument.
22205
22206         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22207         `filename' from Content-Disposition if Content-Type doesn't
22208         provide `name'.
22209         (gnus-mime-view-part-as-type): Set default instead of
22210         initial-input.
22211
22212 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22213
22214         * format-spec.el (format-spec): Propagate text properties of % spec.
22215
22216 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22217
22218         * gnus-art.el (gnus-treat-predicate): Add `first'.
22219
22220 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22221
22222         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22223         (mm-charset-override-alist): New variable.
22224         (mm-charset-to-coding-system): Use it.
22225         (mm-codepage-setup): New helper function.
22226         (mm-charset-eval-alist): New variable.
22227         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22228         Warn about unknown charsets.
22229
22230         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22231
22232 2005-10-04  David Hansen  <david.hansen@gmx.net>
22233
22234         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22235         (nnrss-check-group): Ditto.
22236
22237 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22238
22239         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22240         Rename x-gnus-verbatim to x-verbatim.
22241         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22242
22243         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22244         x-verbatim.
22245
22246         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22247
22248         * gnus-util.el (gnus-remove-duplicates): Remove.
22249
22250         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22251         instead of gnus-remove-duplicates.
22252
22253         * message.el (message-remove-duplicates): Remove.
22254         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22255         message-remove-duplicates.
22256
22257         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22258         available, else use implementation from `delete-dups'.
22259
22260         * message.el (message-insert-expires): New function.
22261         (message-mode-map): Add key binding.
22262         (message-mode-field-menu): Add menu entry.
22263         (message-mode): Document it.
22264         (message-make-expires-date): Use `message-make-date'.
22265
22266 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22267
22268         * message.el (message-make-expires-date): New function.
22269
22270 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22271
22272         * Makefile.in (list-installed-shadows): New entry.
22273         (install): Use it.
22274         (remove-installed-shadows): New entry.
22275
22276         * dgnushack.el (dgnushack-default-load-path): New variable.
22277         (dgnushack-find-lisp-shadows): New function.
22278         (dgnushack-remove-lisp-shadows): New function.
22279
22280 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22281
22282         * Makefile.in (install-el-elc): New entry.
22283         (install): Use it so that .el files are necessarily installed.
22284
22285 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22286
22287         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22288
22289 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22290
22291         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22292         function rather than the diff-mode.el package.
22293         (mm-display-external): Use with-current-buffer.
22294         (mm-viewer-completion-map, mm-viewer-completion-map):
22295         Move initialization inside declaration.
22296
22297 2005-09-29  Simon Josefsson  <jas@extundo.com>
22298
22299         * spam.el: Load hashcash when compiling, to avoid warnings.
22300         Don't autoload mail-check-payment.
22301         (spam-check-hashcash): Define unconditionally, since hashcash.el
22302         is part of Gnus now.  Ignore errors from payment checking.
22303
22304 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22305
22306         * message.el (message-bold-region, message-unbold-region):
22307         Rename from `bold-region' and `unbold-region'.
22308
22309         * message.el: Remove useless autoloads.
22310
22311 2005-09-28  Simon Josefsson  <jas@extundo.com>
22312
22313         * message.el (message-use-idna): Default to t.
22314         (message-use-idna): Test whether encoding works too.  Doc fix.
22315
22316 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22317
22318         * nntp.el (nntp-warn-about-losing-connection): Remove.
22319
22320 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22321
22322         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22323         customizable.  Change default value.
22324         (mm-uu-diff-groups-regexp): Change default value.
22325         (mm-uu-type-alist): Add doc string.
22326         (mm-uu-configure): Add doc string.  Make it interactive.
22327         (mm-uu-tex-groups-regexp): New variable.
22328         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22329         (mm-uu-type-alist): Add LaTeX documents.
22330         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22331         of "text/verbatim".
22332         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22333
22334         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22335         instead of "text/verbatim".
22336
22337         * message.el (message-mark-inserted-region)
22338         (message-mark-insert-file): Use slrn style marks when called with
22339         prefix argument.
22340
22341 2005-09-27  Simon Josefsson  <jas@extundo.com>
22342
22343         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22344
22345 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22346
22347         * message.el (message-remove-duplicates): New function.
22348         Implementation borrowed from `gnus-remove-duplicates'.
22349         (message-idna-to-ascii-rhs): Also encode idna addresses in
22350         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22351         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22352         only ask about the same idna domain once per header and also tell
22353         in what header to replace the idna domain.
22354
22355         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22356         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22357         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22358         a header is decoded and not just the last one.
22359
22360 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22361
22362         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22363         has been decoded.
22364
22365         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22366         (mm-insert-part): Don't modify text if it has been decoded.
22367
22368         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22369         decoded.
22370
22371         * mm-view.el (mm-inline-text): Don't strip text props unless
22372         decoding enriched or richtext parts.
22373
22374 2005-09-25  Romain Francoise  <romain@orebokech.com>
22375
22376         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22377         * gnus-start.el (gnus-subscribe-interactively):
22378         * gnus-uu.el (gnus-uu-grab-articles):
22379         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22380         space.
22381
22382 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22383
22384         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22385         * mm-view.el (mm-view-pkcs7-decrypt):
22386         * gnus-sum.el (gnus-summary-limit-to-extra)
22387         (gnus-summary-respool-article, gnus-read-move-group-name):
22388         * gnus-score.el (gnus-summary-increase-score):
22389         * gnus-util.el (gnus-completing-read-with-default):
22390         * gnus-art.el (gnus-read-save-file-name)
22391         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22392         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22393         * message.el (message-check-news-header-syntax):
22394         Follow convention for reading with the minibuffer.
22395
22396 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22397
22398         * spam-report.el (spam-report-url-ping-plain):
22399         Use gnus-extended-version as User-Agent.
22400
22401         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22402         default value is nil.
22403
22404         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22405         (mm-uu-verbatim-marks-extract): New function.
22406         (mm-uu-extract): New face.
22407         (mm-uu-copy-to-buffer): Use it.
22408
22409         * spam-report.el (spam-report-gmane-ham): Rename from
22410         `spam-report-gmane-unspam'.
22411         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22412         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22413
22414         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22415         Autoload.
22416         (spam-report-gmane-unregister-routine):
22417         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22418
22419 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22420
22421         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22422         (spam-report-gmane-unregister-routine): Add support for gmane
22423         unregistration.
22424
22425         * spam-report.el (spam-report-gmane-unspam)
22426         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22427         (spam-report-gmane): Change to take a single article and do unspam
22428         registration.
22429
22430 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22431
22432         * mm-url.el (mm-url-decode-entities): Fix regexp.
22433
22434 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22435
22436         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22437         default to nil, to be able to use Gnus at all.  If the default
22438         switches to something else, then the function should be fixed not
22439         be exceedingly slow.
22440
22441 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22442
22443         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22444         fail hard.
22445
22446         * spam-report.el: Add better Keywords line.
22447
22448         * spam.el: Add Maintainer and better Keywords line.
22449
22450 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22451
22452         * gnus-art.el (gnus-article-replace-part)
22453         (gnus-mime-replace-part): New functions.
22454         (gnus-mime-action-alist, gnus-mime-button-commands)
22455         (gnus-mime-save-part-and-strip): Add file argument.
22456         (gnus-article-part-wrapper): Add interactive argument.
22457
22458         * gnus-sum.el (gnus-summary-mime-map):
22459         Add `gnus-article-replace-part'.
22460
22461 2005-09-19  Didier Verna  <didier@xemacs.org>
22462
22463         The nnml compaction feature:
22464         * nnml.el (nnml-request-compact-group): New function.
22465         * nnml.el (nnml-request-compact): New function.
22466         * gnus-int.el (gnus-request-compact-group): New function.
22467         * gnus-int.el (gnus-request-compact): New function.
22468         * gnus-group.el (gnus-group-compact-group): New function.
22469         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22470         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22471         * gnus-srvr.el (gnus-server-compact-server): New function.
22472         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22473         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22474
22475 2005-09-18  Deepak Goel  <deego@gnufans.org>
22476
22477         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22478         format spec.
22479
22480 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22481
22482         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22483
22484 2005-09-15  Romain Francoise  <romain@orebokech.com>
22485
22486         * message.el (message-fill-paragraph): Clarify docstring.
22487
22488 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22489
22490         * gnus-art.el (gnus-mime-display-part): Protect against broken
22491         MIME messages.
22492
22493 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22494
22495         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22496         before parsing header.
22497
22498 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22499
22500         * html2text.el (html2text-replace-list): Add new entities.
22501
22502 2005-09-11  Romain Francoise  <romain@orebokech.com>
22503
22504         * message.el (message-alternative-emails): Improve docstring.
22505         (message-setup-1): Call `message-use-alternative-email-as-from'
22506         after `message-setup-hook' to give it precedence over posting
22507         styles, etc.
22508         (message-use-alternative-email-as-from): Add docstring.
22509         Remove the original From header if present.
22510
22511         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22512         (nnml-save-mail): Use it.
22513
22514         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22515         articles.  Add new argument `silent'.
22516         (gnus-uu-mark-all): Report the total number of marked articles.
22517
22518 2005-09-10  Romain Francoise  <romain@orebokech.com>
22519
22520         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22521         (gnus-uu-mark-series): Likewise.
22522
22523 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22524
22525         * spam-report.el (spam-report-gmane): Fix generation of spam
22526         report URL.
22527
22528 2005-09-10  Simon Josefsson  <jas@extundo.com>
22529
22530         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22531         t, based on discussion on the ding list with Robert Epprecht
22532         <epprecht@solnet.ch>.
22533
22534 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22535
22536         * spam-report.el (spam-report-gmane): Make it work without
22537         X-Report-Spam header.  Gmane now only provides Archived-At.
22538         This is only used if `spam-report-gmane-use-article-number' is nil.
22539         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22540
22541         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22542         make `gnus-summary-sort-by-recipient' work with threading.
22543
22544         * nnweb.el (nnweb-google-wash-article): Print a message if article
22545         is not available.
22546
22547 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22548
22549         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22550         change.  Decode text/* parts content before displaying.
22551
22552 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22553
22554         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22555
22556 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22557
22558         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22559
22560         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22561         url-package-name, url-package-version,
22562         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22563         w3m-display-inline-images, and w3m-minor-mode-map.
22564
22565 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22566
22567         * message.el (message-tab-body-function): Fix mismatched custom type.
22568
22569         * gnus.el (gnus-group-change-level-function): Ditto.
22570
22571         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22572
22573         * gnus-art.el (gnus-signature-limit)
22574         (gnus-article-mime-part-function): Ditto.
22575
22576 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22577
22578         * mml.el (mml-mode): Silence the byte compiler.
22579
22580         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22581         using `(sit-for 0)' before moving the point to the specified part;
22582         skip unbuttonized parts.
22583         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22584         return to the summary window if gnus-auto-select-part is non-nil.
22585
22586 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22587
22588         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22589         New variables.
22590         (mml-dnd-attach-file, mml-mode): Use them.
22591
22592         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22593         Make fetching article by MID work again for Google Groups.
22594         Add FIXME concerning gnus-group-make-web-group.
22595
22596         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22597         Don't depend on Gnus by using mail-extract-address-components if
22598         gnus-extract-address-components is not bound.
22599
22600 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22601
22602         * gnus-art.el (gnus-mime-display-security): Don't display the
22603         signature, but only the signed part.
22604
22605 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22606
22607         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22608
22609         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22610         list, not listp.
22611
22612 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22613
22614         * mm-encode.el (mm-encode-content-transfer-encoding):
22615         Likewise when encoding.
22616
22617         * mm-bodies.el (mm-decode-content-transfer-encoding):
22618         De-canonicalize CRLF for all text content types, not just
22619         text/plain.
22620
22621 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22622
22623         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22624         valid article; point arrow and cursor at the MIME button.
22625
22626 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22627
22628         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22629         Suggested by Dan Christensen <jdc@uwo.ca>.
22630
22631         * mm-decode.el (mm-save-part): Enable change of prompt.
22632
22633 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22634
22635         * gnus-msg.el (gnus-inews-add-send-actions):
22636         Make `message-post-method' lambda parameter ARG `&optional'.
22637
22638 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22639
22640         * gnus-sum.el (gnus-summary-mime-map):
22641         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22642         gnus-article-jump-to-part.
22643
22644         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22645         (gnus-article-edit-part): Use it.
22646         (gnus-article-part-wrapper): Add no-handle argument.
22647         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22648         New functions.
22649
22650 2005-08-29  Romain Francoise  <romain@orebokech.com>
22651
22652         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22653         docstring.
22654         (gnus-face-from-file): Likewise.
22655
22656 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22657
22658         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22659         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22660         non-nil.
22661         (gnus-auto-select-part): New variable.
22662         (gnus-article-jump-to-part): New function.
22663         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22664         (gnus-mime-delete-part): Allow selecting specified part after
22665         deleting or stripping parts.
22666         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22667         part if argument is bogus.
22668
22669 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22670
22671         * gnus-art.el (w3m-minor-mode-map):
22672         * gnus-spec.el (gnus-newsrc-file-version):
22673         * gnus-util.el (nnmail-active-file-coding-system)
22674         (gnus-original-article-buffer, gnus-user-agent):
22675         * gnus.el (gnus-ham-process-destinations)
22676         (gnus-parameter-ham-marks-alist)
22677         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22678         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22679         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22680         * mm-decode.el (gnus-current-window-configuration):
22681         * mm-extern.el (gnus-article-mime-handles):
22682         * mm-url.el (url-current-object, url-package-name)
22683         (url-package-version):
22684         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22685         (smime-keys, w3m-cid-retrieve-function-alist)
22686         (w3m-current-buffer, w3m-display-inline-images)
22687         (w3m-minor-mode-map):
22688         * mml-smime.el (gnus-extract-address-components):
22689         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22690         (gnus-newsrc-hashtb, message-default-charset)
22691         (message-deletable-headers, message-options)
22692         (message-posting-charset, message-required-mail-headers)
22693         (message-required-news-headers):
22694         * mml1991.el (mc-pgp-always-sign):
22695         * mml2015.el (mc-pgp-always-sign):
22696         * nnheader.el (nnmail-extra-headers):
22697         * rfc1843.el (gnus-decode-encoded-word-function)
22698         (gnus-decode-header-function, gnus-newsgroup-name):
22699         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22700
22701 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22702
22703         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22704         the end of the date treatments.
22705
22706 2005-08-15  Simon Josefsson  <jas@extundo.com>
22707
22708         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22709         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22710         Capello and Romain Francoise.
22711         (pgg-fetch-key-function): Remove, not used?
22712         (pgg-insert-url-with-w3): Require url, to get
22713         url-insert-file-contents regardless of where it is defined.
22714
22715 2005-08-13  Romain Francoise  <romain@orebokech.com>
22716
22717         * message.el (message-cite-original-1): New function.
22718         (message-cite-original): Use it.
22719         (message-cite-original-without-signature): Ditto.
22720
22721 2005-08-08  Romain Francoise  <romain@orebokech.com>
22722
22723         * message.el (message-yank-empty-prefix): New variable.
22724         (message-indent-citation): Use it.
22725         (message-cite-original-without-signature): Respect X-No-Archive.
22726
22727 2005-08-08  Simon Josefsson  <jas@extundo.com>
22728
22729         * pgg.el: Autoload url-insert-file-contents instead of loading
22730         w3/url.
22731         (pgg-insert-url-with-w3): Don't load url here.
22732
22733 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22734
22735         * message.el (message-kill-to-signature): Don't insert newline at
22736         bol.
22737         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22738
22739 2005-08-06  Romain Francoise  <romain@orebokech.com>
22740
22741         * message.el (message-user-fqdn): Fix typo in docstring.
22742
22743 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22744
22745         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22746
22747         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22748
22749 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22750
22751         * mm-bodies.el (mm-encode-body): Use coding system rather than
22752         charset to encode text.
22753
22754         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22755         number of charsets if utf-8 is available (XEmacs).
22756
22757 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22758
22759         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22760         taken from `gnus-button-mid-or-mail-regexp'.
22761         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22762         (gnus-button-alist): Improve regexp for domain part of the MIDs
22763         for news:localpart@domain buttons.
22764         (gnus-button-ctan-directory-regexp): Update.
22765
22766 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22767
22768         * sieve-manage.el (sieve-manage-interactive-login):
22769         Use make-local-variable rather than make-variable-buffer-local.
22770         (sieve-manage-open): Ditto.
22771         (sieve-manage-authenticate): Ditto.
22772
22773         * mml.el (mml-generate-mime-1): Make the content type default to
22774         text/plain if the filename is not specified.
22775
22776 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22777
22778         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22779         instead of insert-buffer.
22780
22781         * message.el (message-yank-original): Ditto; set the mark at the
22782         end of the yanked message.
22783
22784 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22785
22786         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22787         lines to scroll rather than to stop it.
22788
22789         * mml.el (mml-generate-default-type): Add doc string.
22790         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22791         default to application/octet-stream when determining the content
22792         type if it is not specified for the part or the mml contents; add
22793         a comment about mml-generate-default-type.
22794
22795 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22796
22797         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22798         make it default to application/octet-stream when determining the
22799         content type if it is not specified for the external contents.
22800
22801 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22802
22803         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22804         segmented parameter but also other parameters might be there.
22805
22806 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22807
22808         * mm-decode.el (mm-display-external): Delete temp file, directory
22809         and buffer immediately if the external process is exited.
22810
22811 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22812
22813         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22814         fewer lines than that of scroll-margin.
22815         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22816
22817 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22818
22819         * gnus-art.el (gnus-article-next-page): Revert.
22820         (gnus-article-beginning-of-window): New macro.
22821         (gnus-article-next-page-1): Use it.
22822         (gnus-article-prev-page): Ditto.
22823         (gnus-article-edit-part): Use insert-buffer-substring instead of
22824         insert-buffer.
22825         (gnus-article-edit-exit): Ditto.
22826
22827         * gnus-util.el (gnus-beginning-of-window): Remove.
22828         (gnus-end-of-window): Remove.
22829
22830         * lpath.el: Don't bind header-line-format and scroll-margin.
22831
22832 2005-07-25  Simon Josefsson  <jas@extundo.com>
22833
22834         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22835         to have the url package without w3.  Reported by Daiki Ueno
22836         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22837
22838 2005-07-20  Didier Verna  <didier@xemacs.org>
22839
22840         * gnus-diary.el: Remove the description comment (nndiary is now
22841         properly documented in the Gnus manual).
22842         Fix the spelling of "Back End".
22843         * nndiary.el: Ditto.
22844         Fix the copyright notice.
22845
22846 2005-07-18  Romain Francoise  <romain@orebokech.com>
22847
22848         * gnus-sum.el (gnus-summary-to-prefix)
22849         (gnus-summary-newsgroup-prefix): New variables.
22850         (gnus-summary-from-or-to-or-newsgroups): Use them.
22851
22852 2005-07-17  Romain Francoise  <romain@orebokech.com>
22853
22854         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22855         space as it's generally not especially interesting to the user.
22856
22857 2005-07-16  Romain Francoise  <romain@orebokech.com>
22858
22859         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22860         nil to avoid prompting and file modification if one of the
22861         messages at the top of the nnfolder file contains a copyright
22862         notice.
22863         Update copyright notice.
22864
22865         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22866         instead of `current-time-string' as the latter creates a time
22867         string that is not RFC 2822 compliant (it lacks the zone).
22868         Update copyright notice.
22869
22870 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22871
22872         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22873         for text/rtf.  Display default in prompt.  Pass default for M-n.
22874
22875         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22876
22877 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22878
22879         * gnus-msg.el (gnus-button-mailto):
22880         Remove save-selected-window-window hackery because it relies on
22881         save-selected-window internals.
22882
22883 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22884
22885         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22886         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22887         (gnus-article-prev-page): Ditto.
22888
22889         * gnus-util.el (gnus-beginning-of-window): New function.
22890         (gnus-end-of-window): New function.
22891
22892         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22893
22894 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22895
22896         * gnus-score.el (gnus-score-edit-all-score):
22897         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22898         gnus-message.
22899
22900 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22901
22902         * gnus-msg.el (gnus-button-mailto):
22903         Remove save-selected-window-window hackery because it relies on
22904         save-selected-window internals.
22905
22906 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22907
22908         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22909         add-minor-mode.
22910         (gnus-binary-mode): Ditto.
22911
22912         * gnus-topic.el (gnus-topic-mode): Ditto.
22913
22914 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22915
22916         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22917         (gnus-article-prev-page): Take scroll-margin into consideration.
22918
22919 2005-07-04  Lute Kamstra  <lute@gnu.org>
22920
22921         Update FSF's address in GPL notices.
22922
22923 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22924
22925         * gnus.el (gnus-exit):
22926         * gnus-group.el (gnus-group-icons):
22927         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22928
22929         * gnus-nocem.el (gnus-nocem):
22930         * message.el (message-various, message-buffers, message-sending)
22931         (message-interface, message-forwarding, message-insertion)
22932         (message-headers, message-news, message-mail):
22933         * pgg-gpg.el (pgg-gpg):
22934         * pgg-parse.el (pgg-parse):
22935         * pgg-pgp.el (pgg-pgp):
22936         * pgg-pgp5.el (pgg-pgp5):
22937         * pop3.el (pop3): Finish `defgroup' description with period.
22938
22939 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22940
22941         * gnus-art.el (article-display-face): Improve the efficiency.
22942         (article-display-x-face): Ditto; remove gray x-face stuff.
22943
22944 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22945
22946         * gnus-art.el (article-display-face): Correct the position in
22947         which Faces are inserted.
22948
22949 2005-06-29  Didier Verna  <didier@xemacs.org>
22950
22951         * gnus-art.el (article-display-face): Display faces in correct
22952         order.
22953
22954 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22955
22956         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22957         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22958         (gnus-nocem-check-article): Fetch the Type header.
22959         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22960         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22961         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22962         make sure gnus-nocem-hashtb is initialized.
22963         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22964         (gnus-nocem-unwanted-article-p): Ditto.
22965
22966         * pgg.el (pgg-verify): Return the verification result.
22967
22968 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22969
22970         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22971         is ascii.
22972
22973 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22974
22975         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22976         `show-nonbreak-escape'.
22977
22978 2005-06-23  Lute Kamstra  <lute@gnu.org>
22979
22980         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22981
22982         * dig.el (dig-mode):
22983         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22984
22985 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22986
22987         * nnimap.el (nnimap-split-download-body): Fix spellings.
22988
22989 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22990
22991         * gnus-art.el (gnus-article-encrypt-body):
22992         * gnus-cus.el (gnus-score-customize):
22993         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22994         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22995
22996 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22997
22998         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22999         header by looking for magic "MII" at the beginning.
23000
23001 2005-06-16  Miles Bader  <miles@gnu.org>
23002
23003         * gnus-xmas.el (gnus-xmas-group-startup-message):
23004         Use renamed gnus-splash face.
23005
23006         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23007         (assistant-field-face): New backward-compatibility alias for renamed
23008         face.
23009         (assistant-render-text): Use renamed assistant-field face.
23010
23011         * spam.el (spam): Remove "-face" suffix from face name.
23012         (spam-face): New backward-compatibility alias for renamed face.
23013         (spam-face, spam-initialize): Use renamed spam face.
23014
23015         * message.el (message-header-to, message-header-cc)
23016         (message-header-subject, message-header-newsgroups)
23017         (message-header-other, message-header-name)
23018         (message-header-xheader, message-separator, message-cited-text)
23019         (message-mml): Remove "-face" suffix from face names.
23020         (message-header-to-face, message-header-cc-face)
23021         (message-header-subject-face, message-header-newsgroups-face)
23022         (message-header-other-face, message-header-name-face)
23023         (message-header-xheader-face, message-separator-face)
23024         (message-cited-text-face, message-mml-face):
23025         New backward-compatibility aliases for renamed faces.
23026         (message-font-lock-keywords): Use renamed message faces.
23027
23028         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23029         (sieve-test-commands, sieve-tagged-arguments):
23030         Remove "-face" suffix from face names.
23031         (sieve-control-commands-face, sieve-action-commands-face)
23032         (sieve-test-commands-face, sieve-tagged-arguments-face):
23033         New backward-compatibility aliases for renamed faces.
23034         (sieve-control-commands-face, sieve-action-commands-face)
23035         (sieve-test-commands-face, sieve-tagged-arguments-face):
23036         Use renamed sieve faces.
23037
23038         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23039         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23040         (gnus-group-news-3-empty, gnus-group-news-4)
23041         (gnus-group-news-4-empty, gnus-group-news-5)
23042         (gnus-group-news-5-empty, gnus-group-news-6)
23043         (gnus-group-news-6-empty, gnus-group-news-low)
23044         (gnus-group-news-low-empty, gnus-group-mail-1)
23045         (gnus-group-mail-1-empty, gnus-group-mail-2)
23046         (gnus-group-mail-2-empty, gnus-group-mail-3)
23047         (gnus-group-mail-3-empty, gnus-group-mail-low)
23048         (gnus-group-mail-low-empty, gnus-summary-selected)
23049         (gnus-summary-cancelled, gnus-summary-high-ticked)
23050         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23051         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23052         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23053         (gnus-summary-low-undownloaded)
23054         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23055         (gnus-summary-low-unread, gnus-summary-normal-unread)
23056         (gnus-summary-high-read, gnus-summary-low-read)
23057         (gnus-summary-normal-read, gnus-splash):
23058         Remove "-face" suffix from face names.
23059         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23060         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23061         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23062         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23063         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23064         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23065         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23066         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23067         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23068         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23069         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23070         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23071         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23072         (gnus-summary-normal-ticked-face)
23073         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23074         (gnus-summary-normal-ancient-face)
23075         (gnus-summary-high-undownloaded-face)
23076         (gnus-summary-low-undownloaded-face)
23077         (gnus-summary-normal-undownloaded-face)
23078         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23079         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23080         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23081         (gnus-splash-face):
23082         New backward-compatibility aliases for renamed faces.
23083         (gnus-group-startup-message): Use renamed gnus faces.
23084
23085         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23086         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23087         (gnus-server-agent): Remove "-face" suffix from face names.
23088         (gnus-server-agent-face, gnus-server-opened-face)
23089         (gnus-server-closed-face, gnus-server-denied-face)
23090         (gnus-server-offline-face):
23091         New backward-compatibility aliases for renamed faces.
23092         (gnus-server-agent-face, gnus-server-opened-face)
23093         (gnus-server-closed-face, gnus-server-denied-face)
23094         (gnus-server-offline-face): Use renamed gnus faces.
23095
23096         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23097         Remove "-face" suffix from face names.
23098         (gnus-picon-xbm-face, gnus-picon-face):
23099         New backward-compatibility aliases for renamed faces.
23100
23101         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23102         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23103         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23104         (gnus-cite-11): Remove "-face" suffix from face names.
23105         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23106         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23107         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23108         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23109         New backward-compatibility aliases for renamed faces.
23110         (gnus-cite-attribution-face, gnus-cite-face-list)
23111         (gnus-article-boring-faces): Use renamed gnus faces.
23112
23113         * gnus-art.el (gnus-signature, gnus-header-from)
23114         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23115         (gnus-header-content): Remove "-face" suffix from face names.
23116         (gnus-signature-face, gnus-header-from-face)
23117         (gnus-header-subject-face, gnus-header-newsgroups-face)
23118         (gnus-header-name-face, gnus-header-content-face):
23119         New backward-compatibility aliases for renamed faces.
23120         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23121
23122         * gnus-sum.el (gnus-summary-selected-face)
23123         (gnus-summary-highlight): Use renamed gnus faces.
23124         * gnus-group.el (gnus-group-highlight): Likewise.
23125
23126 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23127
23128         * gnus-sieve.el (gnus-sieve-article-add-rule):
23129         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23130         * spam-stat.el (spam-stat-buffer-change-to-spam)
23131         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23132
23133         * message.el (message-is-yours-p):
23134         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23135
23136 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23137
23138         * mm-view.el (mm-inline-text): Withdraw the last change.
23139
23140 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23141
23142         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23143         executing enriched-decode.
23144
23145 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23146
23147         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23148         charset of tar files.
23149
23150 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23151
23152         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23153
23154 2005-06-04  Lute Kamstra  <lute@gnu.org>
23155
23156         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23157         information is never recorded.
23158
23159 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23160
23161         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23162
23163 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23164
23165         * pop3.el (pop3-apop): Run md5 in the binary mode.
23166
23167         * starttls.el (starttls-set-process-query-on-exit-flag):
23168         Use eval-and-compile.
23169
23170 2005-05-31  Simon Josefsson  <jas@extundo.com>
23171
23172         * smime.el (smime-replace-in-string): Define.
23173         (smime-cert-by-ldap-1): Use it.
23174
23175 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23176
23177         * gnus-art.el (article-display-x-face): Replace
23178         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23179
23180         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23181         set-process-query-on-exit-flag or process-kill-without-query.
23182
23183         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23184         loop instead of replace-regexp.
23185
23186         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23187         instead of process-kill-without-query if it is available.
23188
23189         * lpath.el: Fbind ldap-search-entries.
23190
23191         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23192         instead of find-file-hooks if it is available.
23193
23194         * mml1991.el: Bind pgg-default-user-id when compiling.
23195
23196         * mml2015.el: Bind pgg-default-user-id when compiling.
23197
23198         * nndraft.el (nndraft-request-associate-buffer):
23199         Use write-contents-functions instead of write-contents-hooks if it is
23200         available.
23201
23202         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23203         instead of find-file-hooks if it is available.
23204
23205         * nntp.el (nntp-open-connection): Replace
23206         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23207         (nntp-open-ssl-stream): Ditto.
23208         (nntp-open-tls-stream): Ditto.
23209
23210         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23211         set-process-query-on-exit-flag or process-kill-without-query.
23212         (starttls-open-stream-gnutls): Use it instead of
23213         process-kill-without-query.
23214         (starttls-open-stream): Ditto.
23215
23216 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23217
23218         * smime.el (smime-cert-by-ldap-1): Don't use
23219         replace-regexp-in-string.
23220
23221 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23222
23223         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23224
23225         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23226         in PEM format.  Adjust to the XEmacs compatibility.
23227
23228 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23229
23230         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23231         by `string-to-number'.
23232         * gnus-agent.el (gnus-agent-regenerate-group)
23233         (gnus-agent-fetch-articles): Ditto.
23234         * gnus-art.el (gnus-button-fetch-group): Ditto.
23235         * gnus-cache.el (gnus-cache-generate-active)
23236         (gnus-cache-articles-in-group): Ditto.
23237         * gnus-group.el (gnus-group-set-current-level)
23238         (gnus-group-insert-group-line): Ditto.
23239         * gnus-score.el (gnus-score-set-expunge-below)
23240         (gnus-score-set-mark-below, gnus-summary-score-effect)
23241         (gnus-summary-score-entry): Ditto.
23242         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23243         (gnus-soup-pack): Ditto.
23244         * gnus-spec.el (gnus-xmas-format): Ditto.
23245         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23246         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23247         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23248         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23249         * nndb.el (nndb-get-remote-expire-response): Ditto.
23250         * nndiary.el (nndiary-parse-schedule-value)
23251         (nndiary-string-to-number, nndiary-request-replace-article)
23252         (nndiary-request-article): Ditto.
23253         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23254         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23255         * nneething.el (nneething-make-head): Ditto.
23256         * nnfolder.el (nnfolder-request-article)
23257         (nnfolder-retrieve-headers): Ditto.
23258         * nnheader.el (nnheader-file-to-number): Ditto.
23259         * nnkiboze.el (nnkiboze-request-article): Ditto.
23260         * nnmail.el (nnmail-process-unix-mail-format)
23261         (nnmail-process-babyl-mail-format): Ditto.
23262         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23263         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23264         (nnmh-request-create-group, nnmh-request-list-1)
23265         (nnmh-request-group, nnmh-request-article): Ditto.
23266         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23267         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23268         * nnsoup.el (nnsoup-make-active): Ditto.
23269         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23270         * nntp.el (nntp-find-group-and-number)
23271         (nntp-retrieve-headers-with-xover): Ditto.
23272         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23273         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23274         (pgg-format-key-identifier): Ditto.
23275         * pop3.el (pop3-last, pop3-stat): Ditto.
23276         * qp.el (quoted-printable-decode-region): Ditto.
23277
23278         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23279         of concat.
23280
23281 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23282
23283         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23284
23285         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23286
23287         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23288
23289         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23290
23291         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23292
23293         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23294
23295         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23296         (gnus-carpal-mode): Ditto.
23297
23298         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23299         (gnus-browse-mode): Ditto.
23300
23301         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23302
23303         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23304
23305 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23306
23307         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23308
23309 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23310
23311         * gnus-util.el (gnus-run-mode-hooks): New function.
23312
23313         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23314
23315         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23316         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23317
23318 2005-05-27  Lute Kamstra  <lute@gnu.org>
23319
23320         * dns-mode.el (dns-mode): Specify customization group.
23321
23322 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23323
23324         * gnus-agent.el (gnus-agent-make-mode-line-string):
23325         Use mode-line-highlight as mouse-face.
23326
23327 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23328
23329         * canlock.el (canlock): Change the parent group to news.
23330
23331         * deuglify.el (gnus-outlook-deuglify): Add :group.
23332
23333         * dig.el (dig): Add :group.
23334
23335         * dns-mode.el (dns-mode): Add :group.
23336
23337         * encrypt.el (encrypt): Add :group.
23338
23339         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23340         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23341         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23342         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23343         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23344
23345         * gnus-diary.el (gnus-diary): Add :group.
23346
23347         * gnus.el (gnus-group-news-1-face): Add :group.
23348         (gnus-group-news-1-empty-face): Ditto.
23349         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23350         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23351         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23352         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23353         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23354         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23355         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23356         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23357         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23358         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23359         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23360         (gnus-summary-high-ticked-face): Ditto.
23361         (gnus-summary-low-ticked-face): Ditto.
23362         (gnus-summary-normal-ticked-face): Ditto.
23363         (gnus-summary-high-ancient-face): Ditto.
23364         (gnus-summary-low-ancient-face): Ditto.
23365         (gnus-summary-normal-ancient-face): Ditto.
23366         (gnus-summary-high-undownloaded-face): Ditto.
23367         (gnus-summary-low-undownloaded-face): Ditto.
23368         (gnus-summary-normal-undownloaded-face): Ditto.
23369         (gnus-summary-high-unread-face): Ditto.
23370         (gnus-summary-low-unread-face): Ditto.
23371         (gnus-summary-normal-unread-face): Ditto.
23372         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23373         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23374
23375         * hashcash.el (hashcash): New custom group.
23376         (hashcash-default-payment): Add :group.
23377         (hashcash-payment-alist): Ditto.
23378         (hashcash-default-accept-payment): Ditto.
23379         (hashcash-accept-resources): Ditto.
23380         (hashcash-path): Ditto.
23381         (hashcash-extra-generate-parameters): Ditto.
23382         (hashcash-double-spend-database): Ditto.
23383         (hashcash-in-news): Ditto.
23384
23385         * message.el (message-minibuffer-local-map): Add :group.
23386
23387         * netrc.el (netrc): Add :group.
23388
23389         * sieve-manage.el (sieve-manage-log): Add :group.
23390         (sieve-manage-default-user): Diito.
23391         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23392         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23393         (sieve-manage-authenticators): Ditto.
23394         (sieve-manage-authenticator-alist): Ditto.
23395         (sieve-manage-default-port): Ditto.
23396
23397         * sieve-mode.el (sieve-control-commands-face): Add :group.
23398         (sieve-action-commands-face): Ditto.
23399         (sieve-test-commands-face): Ditto.
23400         (sieve-tagged-arguments-face): Ditto.
23401
23402         * smime.el (smime): Add :group.
23403
23404         * spam-report.el (spam-report): Add :group.
23405
23406         * spam.el (spam, spam-face): Add :group.
23407
23408 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23409
23410         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23411         return \n.\n.\n at the end of articles.  Protect against that.
23412         (nntp-with-open-group): Allow debugging.
23413
23414         * nnheader.el (mail-header-set-extra): Make into a function
23415         because I just could't understand how to quote the list properly.
23416
23417         * dns.el (query-dns-cached): New function.
23418
23419 2005-05-26  Lute Kamstra  <lute@gnu.org>
23420
23421         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23422
23423 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23424
23425         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23426
23427         * gnus-art.el: Don't autoload mail-extract-address-components.
23428
23429         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23430         eval-and-compile to evaluate it.
23431
23432         * hashcash.el: Don't autoload executable-find.
23433
23434         * nndb.el: Don't declare the nndb back end two or more times; don't
23435         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23436
23437         * nntp.el: Autoload format-spec instead of format; use
23438         eval-and-compile to evaluate autoload forms.
23439
23440 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23441
23442         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23443
23444 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23445
23446         * gnus.el (gnus-version-number): Bump version.
23447
23448 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23449
23450         * gnus.el: No Gnus v0.3 is released.
23451
23452 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23453
23454         * lpath.el (featurep): Bind show-nonbreak-escape.
23455
23456 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23457
23458         * gnus-art.el (gnus-article-edit-part): Disable undo.
23459
23460 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23461
23462         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23463         gnus-article-date-lapsed-new-header is t if date timer is active;
23464         skip headers in which the original date value is empty.
23465         (gnus-article-save-original-date): Redefine it as a macro.
23466         (gnus-display-mime): Use it.
23467
23468 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * gnus-art.el (article-date-ut): Support converting date in
23471         forwarded parts as well.
23472         (gnus-article-save-original-date): New function.
23473         (gnus-display-mime): Use it.
23474
23475 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23476
23477         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23478         enclosure element of <item>.
23479
23480 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23481
23482         * message.el (message-kill-buffer-query): Rename from
23483         `message-kill-buffer-query-if-modified'.  Add :version.
23484
23485 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23486
23487         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23488         window layout.
23489
23490 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23491
23492         * mml.el: Autoload dnd when compiling.
23493
23494 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23495
23496         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23497         x-dnd-*.
23498
23499 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23500
23501         * qp.el (quoted-printable-encode-region): Save excursion.
23502
23503 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23504
23505         * message.el (message-kill-buffer-query-if-modified): Add new variable
23506         so the user can kill a modified message buffer quickly.
23507         (message-kill-buffer): Use it.
23508
23509 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23510
23511         * lpath.el: Fbind display-time-event-handler; don't fbind
23512         string-to-multibyte.
23513
23514         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23515
23516 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23517
23518         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23519         contained in text because xml.el decodes entities) with LFs.
23520
23521 2005-04-11  Lute Kamstra  <lute@gnu.org>
23522
23523         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23524         differently.
23525
23526 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23527
23528         * mm-util.el (mm-detect-coding-region): Typo.
23529
23530 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23531
23532         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23533
23534 2005-04-06  Deepak Goel  <deego@gnufans.org>
23535
23536         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23537         user-function allow user modifications of the scores.
23538         (spam-stat-score-buffer-user): New function, to allow
23539         user-computed modifications to the score.
23540         (spam-stat-score-buffer-user-functions): List of additional
23541         scoring functions.
23542         (spam-stat-error-holder): Global temporary error holder.
23543         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23544         variable.
23545
23546 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23547
23548         * gnus-registry.el (gnus-registry-clean-empty-function)
23549         (gnus-registry-trim, gnus-registry-fetch-groups)
23550         (gnus-registry-delete-group): Groups that match
23551         `gnus-registry-ignored-groups' are removed from the registry
23552         entries, not just ignored for splitting.  This helps clean up the
23553         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23554         to get all the groups a message ID is in.
23555
23556         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23557         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23558         (spam-stat-score-buffer-user-functions): Add :number custom type.
23559
23560 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23561
23562         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23563         argument in XEmacs.
23564
23565         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23566         (nnrss-request-group): Decode group name first.
23567         (nnrss-request-article): Make a text/plain article if mml-to-mime
23568         failed.
23569         (nnrss-get-encoding): Return a compatible encoding according to
23570         nnrss-compatible-encoding-alist.
23571         (nnrss-find-el): Use consp instead of listp.
23572         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23573
23574 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23575
23576         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23577         which Emacs 20 doesn't support.
23578         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23579
23580 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23581
23582         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23583         silence the byte compiler inside the defun.
23584
23585         * gnus-demon.el (parse-time-string): Add autoload.
23586
23587         * gnus-delay.el (parse-time-string): Add autoload.
23588
23589         * gnus-art.el (parse-time-string): Add autoload.
23590
23591         * nnultimate.el (parse-time): Require for `parse-time-string'.
23592
23593 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23594
23595         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23596
23597         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23598
23599         * smime.el (smime-ldap-host-list): Add :version.
23600
23601 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23602
23603         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23604         pass it to `gnus-browse-read-group'.
23605         (gnus-browse-read-group): Add NUMBER argument and pass it to
23606         `gnus-group-read-ephemeral-group'.
23607
23608         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23609         argument and pass it to `gnus-group-read-group'.
23610
23611 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23612
23613         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23614         mm-xemacs-find-mime-charset-1 if we have the mule feature
23615         available at runtime.
23616
23617 2005-03-25  Werner Lemberg  <wl@gnu.org>
23618
23619         * nnmaildir.el: Replace `illegal' with `invalid'.
23620
23621 2005-03-23  Lute Kamstra  <lute@gnu.org>
23622
23623         * time-date.el: Add comment on time value formats.
23624         Don't require parse-time.
23625         (with-decoded-time-value): New macro.
23626         (encode-time-value): New function.
23627         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23628         (days-to-time): Return a valid time value when arg is huge.
23629         (time-since): Use time-subtract.
23630         (time-to-number-of-days): Use time-to-seconds.
23631
23632 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23633
23634         * gnus-start.el (gnus-display-time-event-handler):
23635         Check display-time-timer at runtime rather than only at load time
23636         in case display-time-mode is turned off in the mean time.
23637
23638 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23639
23640         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23641         used.
23642
23643         * nneething.el (nneething-map-file-directory): Derive from
23644         `gnus-directory'.
23645
23646         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23647         the To/Cc button.
23648
23649 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23650
23651         * nnmaildir.el (nnmaildir-request-accept-article):
23652         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23653
23654 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23655
23656         * gnus-async.el: Require timer-funcs at compile time when in
23657         XEmacs for `run-with-idle-timer'.
23658
23659 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23660
23661         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23662         autoloaded function.
23663
23664 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23665
23666         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23667
23668 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23669
23670         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23671
23672 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23673
23674         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23675         Add gnus-expert-user to default.
23676
23677 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23678
23679         * nnimap.el (nnimap-open-server): Ditto.
23680
23681         * imap.el (imap-authenticate): Fix typo.
23682
23683 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23684
23685         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23686         buffer (since IMAP server might return FETCH response out of
23687         order, and the nntp buffer must be sorted).
23688
23689 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23690
23691         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23692         comparison on string.
23693
23694         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23695         (gnus-agent-score): Rename category keywords to match gnus-cus.
23696         (gnus-agent-summary-fetch-series): Modify to protect against
23697         gnus-agent-summary-fetch-group clearing processable flags.
23698         (gnus-agent-synchronize-group-flags): Update live group buffer as
23699         synchronization may occur due to the user toggle the plugged
23700         status.
23701         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23702         successfully downloaded.
23703         (gnus-agent-expire-group-1): Avoid using markers when the overview
23704         is in ascending order; greatly improves performance.
23705         (gnus-agent-regenerate-group):
23706         Use gnus-agent-synchronize-group-flags to reset read status in both
23707         gnus and server.
23708         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23709
23710 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23711
23712         * message.el: Don't autoload former message-utils variables.
23713         (message-strip-subject-trailing-was): Change doc string.
23714
23715         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23716         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23717         (nnweb-google-search): Add "hl=en" here.
23718         (nnweb-google-parse-1, nnweb-google-create-mapping):
23719         Don't hardcode URL.
23720
23721 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23722
23723         * message.el (message-get-reply-headers, message-followup):
23724         Mention related variables `message-use-followup-to' and
23725         `message-use-mail-followup-to', in the information buffer.
23726
23727         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23728         of broken groups(-beta).google.com.
23729
23730 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23731
23732         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23733         parameter to invoked gnus-request-move-article; remove the
23734         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23735         all at once instead of once per article.
23736         (gnus-summary-remove-process-mark): Accept a list of articles as
23737         well as a single article for processing.
23738
23739         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23740         parameter.
23741
23742         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23743
23744         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23745
23746         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23747         parameter.
23748
23749         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23750         parameter.
23751
23752         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23753         parameter and remove the gnus-sum-hint-move-is-internal variable.
23754
23755         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23756         parameter.
23757
23758         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23759         parameter.
23760
23761         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23762         parameter.
23763
23764         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23765
23766         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23767         parameter.
23768
23769         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23770         parameter.
23771
23772 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23773
23774         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23775         a more conservative way.
23776
23777 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23778
23779         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23780         buffer, so it moves the window's cursor.
23781
23782 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23783
23784         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23785         `mm-dissect-multipart' and receive the from field as an (optional)
23786         argument from `mm-dissect-multipart'.
23787         (mm-dissect-multipart): Receive the from field as an argument and
23788         pass it on when we call `mm-dissect-buffer' on MIME parts.
23789         Fixes verification/decryption of signed/encrypted MIME parts.
23790
23791 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23792
23793         * gnus-sum.el (gnus-summary-move-article):
23794         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23795         whatever it calls (right now, only nnimap-request-move article
23796         respects it).
23797
23798         * nnimap.el (nnimap-request-move-article):
23799         When gnus-sum-hint-move-is-internal is set, don't do the extra
23800         nnimap-request-article.
23801
23802 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23803
23804         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23805
23806         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23807         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23808
23809         * gnus-sum.el (gnus-summary-caesar-message):
23810         Apply `gnus-treat-article' after rotation.
23811
23812         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23813         doc string.
23814
23815 2005-02-22  Simon Josefsson  <jas@extundo.com>
23816
23817         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23818         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23819         <arne@arnested.dk>.
23820         (encrypt): Add password-cache and password-cache-expiry as group
23821         members.
23822
23823 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23824
23825         * smime.el (smime-ldap-host-list): Doc fix.
23826         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23827         cache) password.
23828         (smime-sign-region): Use it.
23829         (smime-decrypt-region): Use it.
23830         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23831         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23832         fails.
23833         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23834         certificate from DER to PEM format rather than calling openssl.
23835
23836         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23837
23838         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23839         for signing/encryption.
23840
23841         * mml.el (mml-parse-1): Use them.
23842
23843 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23844
23845         * nnrss.el (nnrss-verbose): Remove.
23846         (nnrss-request-group): Use `nnheader-message' instead.
23847
23848 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23849
23850         * nnrss.el (nnrss-verbose): New variable.
23851         (nnrss-request-group): Make it say nnrss is requesting a group.
23852
23853 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23854
23855         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23856         Handle news URL with given port correctly.
23857
23858 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23859
23860         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23861         containing special characters.
23862
23863         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23864
23865         * mml.el (mime-to-mml): Ditto.
23866
23867         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23868         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23869         (rfc2047-decode-region): Quote decoded words containing special
23870         characters when rfc2047-quote-decoded-words-containing-tspecials
23871         is non-nil.
23872
23873 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23874
23875         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23876
23877         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23878
23879 2005-02-15  Simon Josefsson  <jas@extundo.com>
23880
23881         * nnimap.el (nnimap-debug): Doc fix.
23882
23883         * imap.el (imap-debug): Doc fix.
23884
23885 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23886
23887         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23888
23889 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23890
23891         * gnus.el (spam-contents): Improve docs for spam-contents
23892         parameter in its variable incarnation.
23893
23894 2005-02-14  Simon Josefsson  <jas@extundo.com>
23895
23896         * smime-ldap.el: Use require instead of load-library for ldap.
23897         (smime-ldap-search): Indent.
23898         (smime-ldap-search-internal): Shorten line.
23899
23900         * smime.el (smime-cert-by-dns): Add doc-string.
23901         (smime-cert-by-ldap-1): Indent.
23902
23903         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23904         mml-smime-get-dns-ldap.
23905         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23906
23907 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23908
23909         * smime.el: Require smime-ldap.
23910         (smime-ldap-host-list): New variable.
23911         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23912
23913         * mml-smime.el (mml-smime-encrypt-query): New function.
23914         (mml-smime-encrypt-query): Use it.
23915
23916         * smime-ldap.el: New file.
23917
23918 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23919
23920         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23921
23922 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23923
23924         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23925         argument in doc string.  Make query for type more clear.
23926
23927 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23928
23929         * gnus.el (gnus-group-startup-message): Search for gnus images in
23930         etc/images/gnus.
23931         * mm-util.el (mm-image-load-path): Likewise.
23932         * smiley.el (smiley-data-directory): Search for smilies in
23933         etc/images/smilies.
23934
23935 2005-02-09  Kim F. Storm  <storm@cua.dk>
23936
23937         Change Emacs release version from 21.4 to 22.1 throughout.
23938         Change Emacs development version from 21.3.50 to 22.0.50.
23939
23940 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23941
23942         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23943
23944         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23945         non-Mule XEmacs as well.
23946         (mm-decompress-buffer): Signal an error intentionally if it does
23947         not decompress compressed data because auto-compression-mode is
23948         disabled.
23949
23950 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23951
23952         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23953         an ID in the registry even if it has no groups.
23954
23955 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23956
23957         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23958         merge it into mm-decompress-buffer.
23959         (gnus-mime-copy-part): Use the MIME part charset, the value which
23960         a user specified or gnus-newsgroup-charset for decoding, like
23961         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23962         save-buffer what was used.  Suggested by Kevin Ryde
23963         <user42@zip.com.au>.
23964         (gnus-mime-inline-part): Allow the name parameter as well as the
23965         filename parameter; force decompressing of compressed data; always
23966         display contents being not decoded as unibyte.
23967
23968         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23969         as well as the filename parameter.
23970
23971         * mm-util.el (mm-decompress-buffer):
23972         Merge gnus-mime-jka-compr-maybe-uncompress.
23973         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23974         of compressed data.
23975
23976 2005-02-08  Simon Josefsson  <jas@extundo.com>
23977
23978         * imap.el (imap-log): Doc fix.
23979
23980 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23981
23982         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23983         the coding cookies; decompress compressed parts.
23984
23985         * mml.el (mml-generate-mime-1): Add the charset parameter according
23986         to the value which a user specified manually or the coding cookie.
23987
23988         * mm-util.el (mm-string-to-multibyte): New function.
23989         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23990         (mm-coding-system-to-mime-charset): New function.
23991         (mm-decompress-buffer): New function.
23992         (mm-find-buffer-file-coding-system): New function.
23993
23994         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23995         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23996         parts.
23997
23998 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23999
24000         * mm-view.el (mm-display-inline-fontify): Decode a part according
24001         to the charset parameter.
24002
24003 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24004
24005         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24006         prefix arg is neither nil nor a number, as info specifies.
24007
24008 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24009
24010         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24011         timestamps.
24012
24013 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24014
24015         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24016         groups error checking and notify user.
24017
24018 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24019
24020         * message.el (message-send-mail-function): Check existence of
24021         sendmail-program first before using default value
24022         `message-send-mail-with-sendmail'.  Otherwise use more generic
24023         `smtpmail-send-it'.
24024
24025 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24026
24027         * nntp.el (nntp-request-update-info): Always return nil.
24028
24029 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24030
24031         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24032
24033 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24034
24035         * message.el (message-beginning-of-line): Change the behavior when
24036         invoked between BOL and : so that it first moves backward.
24037
24038 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24039
24040         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24041         article buffer when editing of the article is discarded.
24042         (gnus-article-prepare): Revert.
24043
24044 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24045
24046         * gnus-art.el (gnus-article-prepare):
24047         Remove message-strip-forbidden-properties from the local hook.
24048
24049 2005-01-27  Simon Josefsson  <jas@extundo.com>
24050
24051         * password.el (password-cache-add): Only start one timer per key.
24052         Reported by Derek Atkins <warlord@MIT.EDU>.
24053
24054 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24055
24056         * run-at-time.el: Remove.  It is no longer needed as
24057         timer-funcs.el in the xemacs-base package has a working version of
24058         `run-at-time'.
24059
24060         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24061
24062         * password.el: Require timer-funcs instead of run-at-time in
24063         XEmacs.
24064         Remove `password-run-at-time' macro.
24065         (password-cache-add): Use `run-at-time' instead of
24066         `password-run-at-time'.
24067
24068         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24069         Remove `nnheader-cancel-function-timers' alias,
24070         `cancel-function-timers' exists in XEmacs in timer-funcs.
24071
24072         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24073         for `run-with-idle-timer'.
24074
24075         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24076         for `run-at-time'.
24077
24078         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24079         for `with-timeout'.
24080
24081         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24082         the same as for XEmacs 21.4.
24083         No need to ignore `run-with-idle-timer', this function exists in
24084         XEmacs now in timer-funcs.el in the xemacs-base package.
24085         (dgnushack-compile): No need to delete
24086         run-at-time.el from the list of files to compile because it
24087         doesn't exist anymore.
24088
24089 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24090
24091         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24092         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24093
24094 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24095
24096         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24097         sensitively.
24098
24099 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24100
24101         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24102
24103 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24104
24105         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24106         which will be inserted according to the multibyteness of a buffer
24107         rather than the type of contents.  Suggested by ARISAWA Akihiro
24108         <ari@mbf.ocn.ne.jp>.
24109
24110         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24111         of string which old xml.el may return rather than a string.
24112
24113 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24114
24115         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24116
24117 2005-01-16  Simon Josefsson  <jas@extundo.com>
24118
24119         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24120         idn/idna.el isn't available.
24121         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24122         <michael@waxrat.com>.
24123
24124         * hashcash.el: Remove non-FSF copyright header.
24125
24126         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24127         (hashcash-generate-payment): Use it.
24128         (hashcash-generate-payment-async): Use it.
24129
24130 2005-01-15  Simon Josefsson  <jas@extundo.com>
24131
24132         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24133         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24134
24135         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24136         gnus-summary-idna-message.
24137         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24138         (gnus-summary-idna-message): New function.
24139
24140 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24141
24142         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24143         gnus-novice-user.
24144
24145 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24146
24147         * nnrss.el (nnrss-request-delete-group): Delete entries in
24148         nnrss-group-alist as well.
24149         (nnrss-save-server-data): Insert newline.
24150
24151 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24152
24153         * gnus.el (gnus-user-agent): Use list of symbols instead of
24154         symbols.  Display full version number for (S)XEmacs.
24155         Optionally display (S)XEmacs codename.
24156
24157         * gnus-util.el (gnus-emacs-version): Update for new
24158         `gnus-user-agent'.
24159
24160         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24161         Gnus version.
24162
24163 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24164
24165         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24166         which is unreadable in some setups.
24167
24168 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24169
24170         * gnus-spec.el (gnus-update-format-specifications): Flush the
24171         group format spec cache if it doesn't support decoded group names.
24172
24173 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24174
24175         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24176         Allow to apply decay on score files matching a regexp.
24177
24178 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24179
24180         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24181         compatibility in %g and %c.
24182
24183 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24184
24185         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24186         name for only %g and %c.
24187         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24188         of gnus-tmp-group to decoded group name.
24189         (gnus-group-make-rss-group): Exclude `/'s from group names.
24190
24191 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24192
24193         * nnrss.el (nnrss-get-encoding): Fix regexp.
24194
24195 2004-12-27  Simon Josefsson  <jas@extundo.com>
24196
24197         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24198         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24199         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24200
24201 2004-12-17  Kim F. Storm  <storm@cua.dk>
24202
24203         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24204
24205         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24206
24207 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24208
24209         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24210
24211 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24212
24213         * nnrss.el: Require rfc2047 and mml.
24214         (nnrss-file-coding-system): New variable.
24215         (nnrss-format-string): Redefine it as an inline function.
24216         (nnrss-decode-group-name): New function.
24217         (nnrss-string-as-multibyte): Remove.
24218         (nnrss-retrieve-headers): Decode group name; don't use
24219         nnrss-format-string.
24220         (nnrss-request-group): Decode group name.
24221         (nnrss-request-article): Decode group name; allow a Message-ID as
24222         well as an article number; don't use nnrss-format-string; encode a
24223         Message-ID string which may contain non-ASCII characters; use
24224         mml-to-mime to compose a MIME article.
24225         (nnrss-request-expire-articles): Decode group name.
24226         (nnrss-request-delete-group): Decode group name.
24227         (nnrss-fetch): Clarify error message.
24228         (nnrss-read-server-data): Use insert-file-contents instead of load;
24229         bind file-name-coding-system; use multibyte buffer.
24230         (nnrss-save-server-data): Bind coding-system-for-write to the
24231         value of nnrss-file-coding-system; bind file-name-coding-system;
24232         add coding cookie.
24233         (nnrss-read-group-data): Use insert-file-contents instead of load;
24234         bind file-name-coding-system; use multibyte buffer.
24235         (nnrss-save-group-data): Bind coding-system-for-write to the
24236         value of nnrss-file-coding-system; bind file-name-coding-system.
24237         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24238         make it work with non-ASCII text.
24239         (nnrss-find-el): Make it work with old xml.el as well.
24240
24241 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24242
24243         * nnrss.el (nnrss-get-encoding): New function.
24244         (nnrss-fetch): Use unibyte buffer initially; bind
24245         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24246         decode contents according to the encoding attribute.
24247         (nnrss-save-group-data): Add coding cookie.
24248         (nnrss-mime-encode-string): New function.
24249         (nnrss-check-group): Use it to encode subject and author.
24250
24251 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24252
24253         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24254         imaginary variable.
24255
24256 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24257
24258         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24259         correctly even if there are wide characters.
24260
24261 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24262
24263         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24264         downcased symbol names; make a new cache instead of reusing
24265         bbdb-hashtable.
24266
24267 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24268
24269         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24270         concatenating segments rather than before concatenating them.
24271         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24272
24273         * message.el (message-get-reply-headers): Bind `extra'.
24274
24275 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24276
24277         * message.el (message-extra-wide-headers): New variable.
24278         (message-get-reply-headers): Use it.
24279
24280 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24281
24282         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24283         (gnus-agent-group-pathname): Ditto.
24284
24285         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24286
24287         * gnus-group.el (gnus-group-make-group): Decode group name.
24288         (gnus-group-make-rss-group): Register the group data after opening
24289         the nnrss group.
24290
24291 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24292
24293         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24294         by expiry now get marked as read.
24295
24296 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24297
24298         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24299
24300 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24301
24302         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24303         unify Latin characters in XEmacs.
24304         (mm-find-mime-charset-region): Use it.
24305
24306 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24307
24308         * gnus-util.el (gnus-delete-directory): New function.
24309
24310         * gnus-agent.el (gnus-agent-delete-group): Use it.
24311
24312         * gnus-cache.el (gnus-cache-delete-group): Use it.
24313
24314 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24315
24316         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24317         names.
24318
24319 2004-12-16  Simon Josefsson  <jas@extundo.com>
24320
24321         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24322
24323 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24324
24325         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24326
24327         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24328         (gnus-group-set-current-level): Decode group name.
24329
24330 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24331
24332         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24333         failed.
24334
24335 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24336
24337         * gnus-group.el (gnus-group-delete-group): Decode group name.
24338         (gnus-group-make-rss-group): Encode group name.
24339         (gnus-group-catchup-current): Decode group name.
24340         (gnus-group-kill-group): Decode group name.
24341
24342 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24343
24344         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24345
24346 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24347
24348         * gnus-group.el (gnus-group-make-rss-group):
24349         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24350
24351         * gnus-start.el (gnus-setup-news): Honor user's setting to
24352         gnus-message-archive-method.  Suggested by Lute Kamstra
24353         <lute@gnu.org>.
24354
24355 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24356
24357         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24358         global counterparts of the buffer-local variables.
24359
24360 2004-11-16  Romain Francoise  <romain@orebokech.com>
24361
24362         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24363         counterparts of the buffer-local variables.
24364
24365 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24366
24367         * message.el (message-forbidden-properties): Fix typo in doc
24368         string.
24369
24370 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24371
24372         * gnus-util.el (gnus-replace-in-string): Add doc string.
24373
24374         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24375         to avoid problems when splitting mails with many recipients.
24376
24377 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24378
24379         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24380         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24381
24382 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24383
24384         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24385         if there is no hashtable in memory or file modification time is
24386         newer than cached timestamp.
24387
24388 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24389
24390         * gnus-sum.el (gnus-summary-limit-to-recipient):
24391         Implement not-matching option.
24392
24393 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24394
24395         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24396         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24397         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24398         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24399         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24400         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24401
24402 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24403
24404         * message.el (message-forward-make-body-mml): Remove headers
24405         according to message-forward-ignored-headers if a message is decoded.
24406
24407 2004-12-02  Romain Francoise  <romain@orebokech.com>
24408
24409         * message.el (message-forward-make-body-plain): Always remove
24410         headers according to message-forward-ignored-headers.
24411
24412 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24413
24414         * spam.el (spam-summary-prepare-exit): Remove the
24415         gnus-summary-limit pop for now, it has problems with ham marks for
24416         me.
24417
24418 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24419
24420         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24421         correctly.
24422
24423 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24424
24425         * format-spec.el (format-spec): Message the char.
24426
24427 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24428
24429         * gnus-art.el (gnus-split-methods): Reformat comments.
24430
24431         * spam.el (spam-summary-prepare-exit): Remove article limits
24432         before exiting the summary buffer.
24433
24434 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24435
24436         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24437         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24438
24439         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24440         order to silence the byte compiler.
24441
24442         * spam.el: Fix the way to silence the byte compiler, which
24443         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24444         bbdb-search-simple, spam-BBDB-register-routine,
24445         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24446         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24447         spam-stat-buffer-is-spam, spam-stat-load,
24448         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24449         spam-stat-save and spam-stat-split-fancy.
24450
24451 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24452
24453         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24454         which may confuse users.
24455         (canlock-password-for-verify): Ditto.
24456
24457         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24458
24459         * gnus-art.el (gnus-emphasis-alist): Ditto.
24460
24461         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24462
24463         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24464
24465         * gnus-start.el (gnus-save-killed-list): Ditto.
24466
24467         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24468         (gnus-sum-thread-tree-root): Ditto.
24469         (gnus-sum-thread-tree-false-root): Ditto.
24470         (gnus-sum-thread-tree-single-indent): Ditto.
24471
24472         * message.el (message-courtesy-message): Ditto.
24473         (message-archive-note): Ditto.
24474         (message-subscribed-address-file): Ditto.
24475         (message-user-fqdn): Ditto.
24476
24477         * spam-report.el (spam-report-gmane-regex): Ditto.
24478
24479         * spam.el (spam-blackhole-good-server-regex): Ditto.
24480
24481 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24482
24483         * mml.el (mml-preview): Widen the message buffer before copying
24484         the contents to the preview buffer; sort headers before previewing.
24485
24486         * message.el (message-hidden-headers): Fix the way to avoid a bug
24487         in the `repeat' widget in Emacs 21.3 or earlier.
24488
24489 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24490
24491         * message.el (message-hidden-headers): Default to "^References:".
24492         Improve customization type.  Suggested by Reiner Steib
24493         <Reiner.Steib@gmx.de>.
24494
24495 2004-11-25  Romain Francoise  <romain@orebokech.com>
24496
24497         * message.el (message-strip-forbidden-properties): Remove check for
24498         obsolete `message-hidden' text property, hidden headers are not
24499         accessible in the buffer anymore.
24500
24501 2004-11-22  Romain Francoise  <romain@orebokech.com>
24502
24503         * message.el (message-header-format-alist): Add `From' in list
24504         so that it can be sorted.
24505         (message-fix-before-sending): Widen and sort headers before
24506         sending.
24507         (message-hide-headers): Use narrowing to hide headers by moving
24508         them to the top of the buffer and narrowing to the region
24509         underneath.
24510
24511 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24512
24513         * message.el (message-strip-forbidden-properties):
24514         Bind buffer-read-only (etc) to nil.
24515
24516 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24517
24518         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24519         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24520
24521 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24522
24523         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24524
24525 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24526
24527         * dns.el (query-dns): Use sit-for to time instead of
24528         accept-process-output, since that doesn't seem to work on udp
24529         sockets.
24530
24531 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24532
24533         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24534
24535 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24536
24537         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24538         doc string.  Improve doc string.
24539
24540 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24541
24542         * nntp.el (nntp-request-update-info): Return nil if
24543         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24544         may not call gnus-activate-group which uselessly issues the GROUP
24545         commands for all nntp groups and wastes time.  Reported by Romain
24546         Francoise <romain@orebokech.com>.
24547
24548         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24549
24550 2004-11-15  Simon Josefsson  <jas@extundo.com>
24551
24552         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24553         headers separately.
24554         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24555         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24556
24557 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24558
24559         * gnus-start.el (gnus-convert-old-newsrc):
24560         Assign legacy-gnus-agent to 5.10.7.
24561
24562 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24563
24564         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24565         start of the lines.
24566
24567 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24568
24569         * hashcash.el (hashcash-default-payment): Change default to 20.
24570         (hashcash-default-accept-payment): Change default to 20.
24571         (hashcash-process-alist): New variable.
24572         (hashcash-generate-payment-async): Add.
24573         (hashcash-already-paid-p): Add.
24574         (hashcash-insert-payment): Don't generate payments twice.
24575         (hashcash-insert-payment-async): Add.
24576         (hashcash-insert-payment-async-2): Add.
24577         (hashcash-cancel-async): Add.
24578         (hashcash-wait-async): Add.
24579         (hashcash-processes-running-p): Add.
24580         (hashcash-wait-or-cancel): Add.
24581         (mail-add-payment): New optional argument.  Conditionally start
24582         asynchronous calculation.
24583         (mail-add-payment-async): Add.
24584
24585         * message.el (message-send-mail): Wait for asynchronous hashcash
24586         results.  Don't clobber existing X-Hashcash headers.
24587         (message-setup-1): Call mail-add-payment-async when
24588         message-generate-hashcash is non-nil.
24589
24590 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24591
24592         * message.el (message-use-alternative-email-as-from): Examine the
24593         From header as well; use message-make-from in order to include a
24594         user's full name.
24595
24596 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24597
24598         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24599         default; improve customization type.
24600         (gnus-emphasis-custom-with-format): New macro.
24601         (gnus-emphasis-custom-value-to-external): New function.
24602         (gnus-emphasis-custom-value-to-internal): New function.
24603
24604 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24605
24606         * dns.el (query-dns): Resolve reverse addresses.
24607
24608 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24609
24610         * gnus-group.el (gnus-group-get-new-news): Use it.
24611
24612         * gnus-start.el (gnus-check-reasonable-setup): New function.
24613
24614 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24615
24616         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24617         "Args out of range" error.  Reported by Arnaud Giersch
24618         <arnaud.giersch@free.fr>.
24619
24620 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24621
24622         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24623
24624 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24625
24626         * spam.el (spam group): Add :version.
24627
24628         * pgg-def.el (pgg group): Add :version.
24629
24630 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24631
24632         * gnus-art.el (gnus-article-edit-article): Don't associate the
24633         article buffer with a draft file.  This is a temporary measure
24634         against the 2004-08-22 change to gnus-article-edit-mode.
24635
24636 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24637
24638         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24639         (html2text-format-tags): Remove unused variable `attr'.
24640
24641 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24642
24643         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24644
24645         * tls.el (tls-process-connection-type, tls-success)
24646         (tls-certtool-program): Add :version.
24647
24648         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24649         (starttls-extra-arguments, starttls-process-connection-type)
24650         (starttls-connect, starttls-failure, starttls-success): Add :version.
24651
24652         * spam-stat.el (spam-stat): Add :version.
24653
24654         * sieve.el (sieve): Add :version.
24655
24656         * sha1.el (sha1): Add :version.
24657         (sha1-use-external): Remove redundant version.
24658
24659         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24660         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24661         (nnmail-split-fancy-match-partial-words)
24662         (nnmail-split-lowercase-expanded): Add :version.
24663
24664         * nndiary.el (nndiary): Add :version.
24665
24666         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24667
24668         * mml-sec.el (mml-default-sign-method)
24669         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24670         Add :version.
24671
24672         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24673
24674         * mm-url.el (mm-url-use-external, mm-url-program)
24675         (mm-url-arguments): Add :version.
24676
24677         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24678         (mm-attachment-file-modes, mm-decrypt-option)
24679         (mm-w3m-safe-url-regexp): Add :version.
24680
24681         * message.el (message-cite-prefix-regexp)
24682         (message-sendmail-envelope-from, message-minibuffer-local-map)
24683         (message-user-fqdn, message-completion-alist): Add :version.
24684
24685         * gnus-win.el (gnus-configure-windows-hook)
24686         (gnus-use-frames-on-any-display): Add :version.
24687
24688         * gnus-art.el (gnus-article-address-banner-alist)
24689         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24690         (gnus-treat-from-picon, gnus-treat-mail-picon)
24691         (gnus-treat-x-pgp-sig): Add :version.
24692
24693         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24694         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24695         (gnus-summary-article-delete-hook)
24696         (gnus-summary-display-while-building): Add :version.
24697
24698         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24699         (gnus-get-top-new-news-hook): Add :version.
24700
24701         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24702         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24703
24704         * gnus-registry.el (gnus-registry): Add :version.
24705
24706         * gnus-spec.el (gnus-use-correct-string-widths)
24707         (gnus-make-format-preserve-properties): Add :version.
24708
24709         * gnus.el (gnus-group-charter-alist)
24710         (gnus-group-fetch-control-use-browse-url)
24711         (gnus-install-group-spam-parameters): Add :version.
24712
24713         * gnus-diary.el (gnus-diary): Add :version.
24714
24715         * gnus-delay.el (gnus-delay): Add :version.
24716
24717         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24718         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24719         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24720         Add :version.
24721
24722         * gnus-agent.el (gnus-agent-max-fetch-size)
24723         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24724         (gnus-agent-prompt-send-queue): Add :version.
24725
24726         * deuglify.el (gnus-outlook-deuglify): Add :version.
24727
24728         * html2text.el: Beautify code.  Improve doc strings.
24729         Some checkdoc cleanup.
24730         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24731
24732 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24733
24734         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24735
24736 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24737
24738         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24739         when package is loaded.
24740
24741         * spam.el (spam-summary-score-preferred-header): Add global preference
24742         for people who want to override the default SpamAssassin over
24743         Bogofilter preference (when both are set).
24744         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24745         (spam-user-format-function-S):
24746         Check spam-summary-score-preferred-header.
24747         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24748         (spam-user-format-function-S): Format the score correctly.
24749
24750 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24751
24752         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24753         signature file.  Suggested by Manoj Srivastava
24754         <srivasta@golden-gryphon.com>.
24755
24756         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24757         iso-2022-jp even in the Japanese language environment.
24758         Suggested by Jason Rumney <jasonr@gnu.org>.
24759
24760 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24761
24762         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24763         use the same characters as the dummy marks; make it free from
24764         getting affected by the language environment.
24765         (gnus-summary-read-group-1): Update mark positions only when the
24766         format spec is updated.
24767
24768         * gnus-spec.el (gnus-update-format-specifications): Return a list
24769         of updated types.
24770
24771 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24772
24773         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24774         of boundp to check if display-warning is available.
24775
24776 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24777
24778         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24779
24780 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24781
24782         * nnspool.el (nnspool-spool-directory): Use news-path if the
24783         news-directory variable is not bound.
24784
24785         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24786         function instead of display-warning if it is not available.
24787
24788 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24789
24790         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24791         v5-10: Use `point-at-bol'.
24792
24793 2004-10-26  Simon Josefsson  <jas@extundo.com>
24794
24795         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24796         <chenggao@gmail.com>.
24797
24798 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24799
24800         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24801         instead.
24802
24803 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24804
24805         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24806         to remove a server from the nnimap-server-buffer-alist.
24807         (nnimap-open-connection, nnimap-close-server): Use it.
24808
24809         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24810
24811 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24812
24813         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24814         running the major-mode function.
24815
24816 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24817
24818         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24819         dummy marks in the right way.
24820
24821 2004-10-18  David Edmondson  <dme@dme.org>
24822
24823         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24824         excessively.
24825
24826 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24827
24828         * gnus-util.el (gnus-split-references): Accept a nil references
24829         string and go on blissfully.
24830
24831         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24832         cases where the references string is non-nil but has no references.
24833
24834         * encrypt.el: Add autoload tags.
24835
24836         * spam.el (spam-resolve-registrations-routine): Remove article
24837         from unregistration list too.  Reported by David Hanak
24838         <dhanak@isis.vanderbilt.edu>
24839
24840 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24841
24842         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24843         nil.  Change custom type.
24844
24845 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24846
24847         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24848
24849         * gnus-sum.el (gnus-summary-move-article): Use it.
24850
24851 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24852
24853         * encrypt.el: Add autoload cookies.
24854
24855         * spam.el (spam-backend-article-list-property)
24856         (spam-backend-get-article-todo-list)
24857         (spam-backend-put-article-todo-list)
24858         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24859         Resolve registrations separately.
24860         (spam-register-routine): Format comments.
24861         (spam-unregister-routine, spam-register-routine): Always call with
24862         specific-articles, no default list.
24863         (spam-summary-prepare-exit): Use the spam-classifications function.
24864
24865         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24866         gnus-encrypt.el.
24867
24868         * encrypt.el: Copied from gnus-encrypt.el.
24869
24870         * gnus-encrypt.el: Commented that it's obsolete.
24871
24872 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24873
24874         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24875         (gnus-score-save): Use it.
24876
24877         * message.el (message-bury): Use `window-dedicated-p'.
24878
24879 2004-10-15  Simon Josefsson  <jas@extundo.com>
24880
24881         * pop3.el (top-level): Don't require nnheader.
24882         (pop3-read-timeout): Add.
24883         (pop3-accept-process-output): Add.
24884         (pop3-read-response, pop3-retr): Use it.
24885
24886 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24887
24888         * spam.el (spam-register-routine): Move comment.
24889         (spam-verify-bogofilter): Use 'unknown for the initial
24890         spam-bogofilter-valid state, not 'never.
24891
24892         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24893         for netrc-machine.
24894
24895         * nnimap.el (nnimap-open-connection):
24896         Use netrc-machine-user-or-password.
24897
24898 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24899
24900         * gnus-registry.el (gnus-registry-unload-hook):
24901         Set as a variable with add-hook.
24902
24903         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24904         of news-path.
24905
24906         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24907
24908         * spam.el: Delete duplicate `provide'.
24909         (spam-unload-hook): Set as a variable with add-hook.
24910
24911 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24912
24913         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24914         in the doc string.
24915
24916         * message.el (message-ignored-news-headers)
24917         (message-ignored-supersedes-headers)
24918         (message-ignored-resent-headers)
24919         (message-forward-ignored-headers): Improve custom type.
24920
24921 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24922
24923         * message.el (message-tokenize-header): Fix 2004-09-06 change
24924         which used point-min in the wrong place.
24925
24926 2004-10-12  Simon Josefsson  <jas@extundo.com>
24927
24928         * tls.el (tls-certtool-program): New variable.
24929         (tls-certificate-information): New function, based on
24930         ssl-certificate-information.
24931
24932 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24933
24934         * compface.el: Move the version of ELisp-based uncompface program
24935         to the contrib directory because of the copyright problem.
24936
24937 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24938
24939         * message.el (message-kill-buffer): Raise the current frame.
24940
24941 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24942
24943         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24944
24945         * gnus.el (message-y-or-n-p): Autoload.
24946
24947         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24948         (pop3-password-required, pop3-authentication-scheme)
24949         (pop3-leave-mail-on-server): Make customizable.
24950         (pop3): New custom group.
24951         (pop3-retr): Remove `sleep-for' statements.
24952         Suggested by Dave Love <fx@gnu.org>.
24953
24954         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24955         Windows/DOS.
24956
24957         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24958         (imap-parse-body): Fix incorrect use of `assert'.
24959         Suggested by Dave Love <fx@gnu.org>.
24960
24961         * mml.el (mml-minibuffer-read-disposition): Require match.
24962         Suggested by Dave Love <fx@gnu.org>.
24963
24964 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24965
24966         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24967         doc string.
24968
24969 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24970
24971         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24972
24973 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24974
24975         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24976         instead of calling `mm-insert-inline', to decode text/* parts
24977         before displaying them.
24978
24979 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * mm-uu.el (mm-uu-text-plain-type): New variable.
24982         (mm-uu-pgp-signed-extract-1): Use it.
24983         (mm-uu-pgp-encrypted-extract-1): Use it.
24984         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24985         bind mm-uu-text-plain-type with that value.
24986         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24987         mm-uu-dissect.
24988
24989 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24990
24991         * gnus-group.el (gnus-update-group-mark-positions):
24992         * gnus-sum.el (gnus-update-summary-mark-positions):
24993         * message.el (message-check-news-body-syntax):
24994         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24995         of string-as-multibyte.
24996
24997 2004-10-05  Juri Linkov  <juri@jurta.org>
24998
24999         * gnus-group.el (gnus-update-group-mark-positions):
25000         * gnus-sum.el (gnus-update-summary-mark-positions):
25001         * message.el (message-check-news-body-syntax):
25002         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25003         8-bit unibyte values to a multibyte string for search functions.
25004
25005 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25006
25007         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25008         (mm-uu-dissect-text-parts): New function.
25009
25010         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25011         dissect text parts.
25012
25013         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25014         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25015
25016         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25017
25018         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25019         Use gnus-current-topics instead of gnus-current-topic.
25020
25021 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25022
25023         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25024
25025 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25026
25027         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25028         where appropriate.
25029
25030         * nnml.el (nnml-generate-active-info): do.
25031
25032         * nndiary.el (nndiary-generate-active-info): do.
25033
25034         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25035         (gnus-topic-move): do.
25036
25037         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25038         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25039
25040         * gnus-srvr.el (gnus-server-prepare)
25041         (gnus-server-open-all-servers): do.
25042
25043         * gnus-msg.el (gnus-summary-cancel-article)
25044         (gnus-summary-resend-message)
25045         (gnus-summary-mail-crosspost-complaint): do.
25046
25047         * gnus-move.el (gnus-change-server): do.
25048
25049         * gnus-group.el (gnus-group-unmark-all-groups)
25050         (gnus-group-set-current-level): do.
25051
25052 2004-10-04  Simon Josefsson  <jas@extundo.com>
25053
25054         * message.el (message-generate-hashcash): Doc fix.
25055
25056 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25057
25058         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25059         avoid infinite recursion via gnus-get-function.
25060
25061 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25062
25063         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25064
25065         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25066
25067         * nnmail.el (nnmail-split-history): do.
25068
25069         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25070         (nnml-request-delete-group): do.
25071
25072         * nnslashdot.el (nnslashdot-read-groups): do.
25073
25074         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25075         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25076
25077         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25078         (nnspool-sift-nov-with-sed): Use last.
25079         (nnspool-retrieve-headers-with-nov): Use mapc.
25080         (nnspool-request-newgroups): Use dolist.
25081         (nnspool-request-group): Use last.
25082
25083         * nntp.el (nntp-read-server-type): Use dolist.
25084
25085         * nnvirtual.el (nnvirtual-create-mapping)
25086         (nnvirtual-update-read-and-marked): Use dolist.
25087         (nnvirtual-convert-headers): Simplify.
25088
25089 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25090
25091         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25092         Add support for sync'ing tick marks.
25093
25094 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25095
25096         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25097         there's no visible header.
25098
25099 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25100
25101         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25102         When necessary, pass full group name to gnus-request-set-marks.
25103
25104 2004-10-01  Simon Josefsson  <jas@extundo.com>
25105
25106         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25107         acroread.
25108
25109 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25110
25111         * spam-report.el (spam-report-gmane): Fix interactive.
25112
25113         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25114
25115         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25116         when writing file.
25117         (gnus-agent-synchronize-flags): Don't default to being
25118         interactive.
25119
25120 2004-09-30  Simon Josefsson  <jas@extundo.com>
25121
25122         * message.el (message-generate-hashcash): Add.
25123         (message-send-mail): Use it, call mail-add-payment.
25124
25125 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25126
25127         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25128
25129 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25130
25131         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25132         gnus-requst-update-info with explicit code to sync the in-memory
25133         info read flags with the marks being sync'd to the backend.
25134
25135         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25136
25137 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25138
25139         * spam.el (spam-verify-bogofilter): Add new function.
25140         (spam-check-bogofilter)
25141         (spam-bogofilter-register-with-bogofilter): Use it.
25142         (spam-verify-bogofilter): Add small fixes.
25143
25144 2004-09-28  Simon Josefsson  <jas@extundo.com>
25145
25146         * hashcash.el (hashcash-generate-payment): Revert.
25147
25148 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25149
25150         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25151         Use gnus-extract-references instead of gnus-split-references.
25152
25153         * gnus-util.el (gnus-extract-references): Add new function, analogous
25154         to gnus-split-references but extracts only the message-ID without
25155         anything extra.
25156
25157         * hashcash.el (hashcash-generate-payment)
25158         (hashcash-check-payment): Do the right thing if hashcash-path is
25159         nil (because the hashcash program could not be found).
25160
25161         * spam.el (spam-use-hashcash): Remove comment.
25162
25163 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25164
25165         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25166         (gnus-cache-enter-article, gnus-cache-remove-article)
25167         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25168
25169         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25170
25171         * gnus-art.el (article-hide-boring-headers)
25172         (article-translate-strings, article-display-face)
25173         (gnus-article-mime-match-handle-first)
25174         (gnus-article-highlight-headers)
25175         (gnus-article-add-buttons-to-head): do.
25176
25177 2004-09-27  Simon Josefsson  <jas@extundo.com>
25178
25179         * hashcash.el: New version, from
25180         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25181         ../contrib/.
25182
25183 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25184
25185         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25186
25187 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25188
25189         * gnus-dup.el (gnus-dup-open): Use mapc.
25190         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25191
25192         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25193         Reported by Stefan Wiens <s.wi@gmx.net>.
25194
25195         * gnus.el (gnus-shutdown): Use dolist.
25196
25197         * gnus-undo.el (gnus-undo): Use mapc.
25198
25199         * nnrss.el (nnrss-generate-active): do.
25200
25201         * message.el (message-cite-original-without-signature)
25202         (message-cite-original): Use mapc.
25203         (message-do-actions, message-make-forward-subject): Use dolist.
25204
25205 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25206
25207         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25208         deletion to remove entire duplicate line.  Fixes merged article
25209         number bug.
25210
25211 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25212
25213         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25214         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25215         first ask if you want to open a server and then, even when you
25216         responded with no, asking if you want to synchronize the server's
25217         flags.
25218         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25219         multi-line expressions.
25220         (gnus-agent-synchronize-group-flags): New internal function.
25221         Updates marks in memory (in the info structure) AND in the
25222         backend.
25223
25224         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25225
25226         * nnagent.el (nnagent-request-set-mark):
25227         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25228         method, to ensure that synchronization updates marks in the
25229         backend and in the info (in memory) structure.
25230
25231 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25232
25233         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25234         convention fully; don't miss the root article of a thread; make
25235         the X-Draft-From header with correct article numbers.
25236
25237 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25238
25239         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25240         unless plugged.  Disable the agent so that an open failure causes
25241         an error.
25242
25243         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25244         Revert 2004-09-21 change.  The backend must be opened while
25245         synchronizing flags even when the backend stores the flags
25246         locally.
25247
25248 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25249
25250         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25251         in `header' match.  Reported by Svend Tollak Munkejord.
25252
25253         * message.el (message-cite-original): Fix use of
25254         `message-cite-articles-with-x-no-archive'.
25255
25256 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25257
25258         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25259         (gnus-window-to-buffer): Ditto.
25260
25261         * mml.el (mml-preview-buffer): New variable.
25262         (mml-preview): Manage window layout with gnus-buffer-configuration.
25263
25264         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25265         X-Draft-From header even if those articles aren't quoted.
25266
25267 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25268
25269         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25270         (gnus-request-set-mark, gnus-request-update-mark): Use new
25271         g-s-t-u-l-m to decide to use backend even when unplugged.
25272
25273 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25274
25275         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25276         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25277
25278 2004-09-20  Simon Josefsson  <jas@extundo.com>
25279
25280         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25281         "utf-16-le".
25282
25283 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25284
25285         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25286
25287 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25288
25289         * uudecode.el (uudecode-use-external): Add :version.
25290
25291         * smime.el (smime-CA-file, smime-encrypt-cipher)
25292         (smime-dns-server): Add :version.
25293
25294         * smiley.el (gnus-smiley-file-types): Add :version.
25295
25296         * sha1.el (sha1-use-external): Add :version.
25297
25298         * pgg-def.el (pgg-query-keyserver): Add :version.
25299
25300         * nnmail.el (nnmail-fancy-expiry-targets)
25301         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25302         Add :version.
25303
25304         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25305         (nnimap-retrieve-groups-asynchronous): Add :version.
25306         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25307
25308         * mml.el (mml-content-disposition-parameters)
25309         (mml-insert-mime-headers-always): Add :version.
25310
25311         * mm-util.el (mm-coding-system-priorities): Add :version.
25312
25313         * mm-decode.el (mm-inline-text-html-with-images)
25314         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25315         (mm-verify-option): Add :version.
25316         (mm-text-html-renderer): Change :version.
25317
25318         * message.el (message-fcc-externalize-attachments)
25319         (message-required-headers, message-draft-headers)
25320         (message-subject-trailing-was-query)
25321         (message-subject-trailing-was-ask-regexp)
25322         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25323         (message-mark-insert-end, message-archive-header)
25324         (message-archive-note, message-cross-post-default)
25325         (message-cross-post-note, message-followup-to-note)
25326         (message-cross-post-note-function, message-use-mail-followup-to)
25327         (message-subscribed-address-functions)
25328         (message-subscribed-address-file, message-subscribed-addresses)
25329         (message-subscribed-regexps, message-allow-no-recipients)
25330         (message-yank-cited-prefix, message-signature-insert-empty-line)
25331         (message-hidden-headers, message-hierarchical-addresses)
25332         (message-mail-user-agent, message-use-idna)
25333         (message-valid-fqdn-regexp)
25334         (message-strip-special-text-properties, message-header-synonyms)
25335         (message-beginning-of-line, message-tab-body-function): Add :version.
25336         (message-insert-canlock, message-wide-reply-confirm-recipients):
25337         Change :version.
25338
25339         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25340         and :version.
25341         (mail-source-delete-old-incoming-confirm)
25342         (mail-source-movemail-program): Add :version.
25343
25344         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25345         (gnus-agent-cache, gnus-agent): Change :version.
25346
25347         * gnus-util.el (gnus-use-byte-compile): Change :version.
25348
25349         * gnus-sum.el (gnus-summary-make-false-root-always)
25350         (gnus-summary-default-high-score)
25351         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25352         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25353         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25354         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25355         (gnus-sum-thread-tree-single-indent)
25356         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25357         (gnus-sum-thread-tree-leaf-with-other)
25358         (gnus-sum-thread-tree-single-leaf): Add :version.
25359         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25360         (gnus-article-loose-mime): Change :version.
25361
25362         * gnus-start.el (gnus-backup-startup-file)
25363         (gnus-save-startup-file-via-temp-buffer): Add :version.
25364
25365         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25366         (gnus-server-offline-face): Add :version.
25367
25368         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25369
25370         * gnus-msg.el (gnus-gcc-externalize-attachments)
25371         (gnus-debug-files, gnus-debug-exclude-variables)
25372         (gnus-discouraged-post-methods): Change :version.
25373         (gnus-confirm-mail-reply-to-news)
25374         (gnus-confirm-treat-mail-like-news): Add :version.
25375
25376         * gnus-int.el (gnus-server-unopen-status): Add :version.
25377
25378         * gnus-group.el (gnus-group-jump-to-group-prompt)
25379         (gnus-large-ephemeral-newsgroup)
25380         (gnus-fetch-old-ephemeral-headers): Add :version.
25381
25382         * gnus-fun.el (gnus-x-face-directory)
25383         (gnus-convert-pbm-to-x-face-command)
25384         (gnus-convert-image-to-x-face-command)
25385         (gnus-convert-image-to-face-command): Add :version.
25386
25387         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25388
25389         * gnus-cite.el (gnus-cite-blank-line-after-header)
25390         (gnus-article-boring-faces): Add :version.
25391
25392         * gnus-art.el (gnus-buttonized-mime-types)
25393         (gnus-inhibit-mime-unbuttonizing)
25394         (gnus-treat-display-face)
25395         (gnus-treat-body-boundary): Change :version.
25396         (gnus-body-boundary-delimiter, gnus-picon-databases)
25397         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25398         (gnus-treat-date-english, gnus-treat-fold-headers)
25399         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25400         (gnus-treat-mail-picon, gnus-treat-wash-html)
25401         (gnus-article-encrypt-protocol)
25402         (gnus-use-idna, gnus-article-over-scroll)
25403         (gnus-mime-display-multipart-alternative-as-mixed)
25404         (gnus-mime-display-multipart-related-as-mixed)
25405         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25406         (gnus-ctan-url, gnus-button-ctan-handler)
25407         (gnus-button-handle-ctan-bogus-regexp)
25408         (gnus-button-ctan-directory-regexp)
25409         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25410         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25411         (gnus-button-man-level, gnus-button-emacs-level)
25412         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25413
25414         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25415         (gnus-agent-go-online): Change :version.
25416         (gnus-agent-expire-unagentized-dirs)
25417         (gnus-agent-auto-agentize-methods): Add :version.
25418
25419         * flow-fill.el (fill-flowed-display-column)
25420         (fill-flowed-encode-column): Add :version.
25421
25422         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25423         (gnus-outlook-deuglify-unwrap-max)
25424         (gnus-outlook-deuglify-cite-marks)
25425         (gnus-outlook-deuglify-unwrap-stop-chars)
25426         (gnus-outlook-deuglify-no-wrap-chars)
25427         (gnus-outlook-deuglify-attrib-cut-regexp)
25428         (gnus-outlook-deuglify-attrib-verb-regexp)
25429         (gnus-outlook-deuglify-attrib-end-regexp)
25430         (gnus-outlook-display-hook): Add :version.
25431
25432         * binhex.el (binhex-use-external): Add :version.
25433
25434 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25435
25436         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25437         and `invisible'.
25438
25439 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25440
25441         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25442         in gnus-registry-trim.
25443
25444 2004-09-13  Simon Josefsson  <jas@extundo.com>
25445
25446         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25447
25448         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25449
25450         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25451         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25452         <yamaoka@jpl.org>.
25453         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25454         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25455         <yamaoka@jpl.org>.
25456
25457         * sieve.el (sieve-manage-mode): Ditto.
25458
25459 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25460
25461         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25462
25463 2004-09-11  Simon Josefsson  <jas@extundo.com>
25464
25465         * dns-mode.el: Add.
25466
25467         * mm-view.el (mm-display-dns-inline): Add.
25468
25469         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25470         (mm-automatic-display): Ditto.
25471
25472         * mailcap.el (mailcap-mime-data): Add text/dns.
25473         (mailcap-mime-extensions): Map .soa to text/dns.
25474
25475 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25476
25477         * gnus-art.el (article-decode-mime-words, article-babel)
25478         (gnus-article-highlight-signature, gnus-article-add-buttons)
25479         (gnus-signature-toggle): Remove unnecessary bindings of
25480         `inhibit-read-only' inherited from v5.10 merge.
25481
25482 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25483
25484         * nntp.el (nntp): New customization group.
25485         (nntp-authinfo-file): Add customization group.
25486
25487         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25488
25489         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25490
25491         * gnus.el (to-address, to-list, subscribed)
25492         (large-newsgroup-initial): Ditto.
25493
25494         * flow-fill.el (fill-flowed-display-column)
25495         (fill-flowed-encode-column): Ditto.
25496
25497 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25498
25499         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25500         Use point-min rather than 1.
25501         (message-send-mail): Use buffer-size rather than point-max.
25502
25503         * gnus-sum.el (gnus-summary-search-article-forward):
25504         Signal a specific `search-failed' rather than a generic `error'.
25505
25506         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25507         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25508         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25509
25510 2004-09-10  Simon Josefsson  <jas@extundo.com>
25511
25512         * nndb.el (require): Remove tcp and duplicate cl.
25513
25514 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25515
25516         * gnus-agent.el (directory-files-and-attributes): Move forward.
25517
25518 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25519
25520         * gnus-agent.el (directory-files-and-attributes):
25521         Optionally defined to support XEmacs.
25522
25523 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25524
25525         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25526         to avoid run-time CL dependencies.
25527         (gnus-agent-unfetch-articles): New function.
25528         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25529         article numbers even when local .overview file is missing.
25530         (gnus-agent-read-article-number): New function.  Only accepts
25531         27-bit article numbers.
25532         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25533         Use gnus-agent-read-article-number.
25534         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25535         from backend while recognizing that article numbers in .overview
25536         must be valid.
25537         (gnus-agent-update-files-total-fetched-for):
25538         Use directory-files-and-attributes to improve performance.
25539         * gnus-int.el (gnus-request-move-article):
25540         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25541         improve performance.
25542
25543         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25544         some users confused by references to .newsrc when they only have a
25545         .newsrc.eld file.
25546         (gnus-convert-mark-converter-prompt)
25547         (gnus-convert-converter-needs-prompt): Fix use of property list.
25548         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25549         New function.  Used internally to only display 'gnus converting
25550         files' message when actually necessary.
25551
25552         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25553         methods now autoloaded.
25554
25555 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25556
25557         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25558         identifiers.
25559
25560 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25561
25562         * gnus-picon.el: Fix indentation and closing parenthesis.
25563
25564 2004-09-01  Simon Josefsson  <jas@extundo.com>
25565
25566         * message.el (message-canlock-generate): Require sha1, not
25567         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25568         to require within a function.  Sadly, if sha1.el isn't loaded, the
25569         let binding in m-c-g will hide the defcustom definition, which is
25570         bad.)
25571
25572         * canlock.el: Require sha1, not sha1-el.
25573
25574         * message.el: Don't autoload sha1 (there is a autoload cookie in
25575         sha1.el).
25576
25577         * sha1-el.el: Rename to sha1.el.
25578
25579 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25580
25581         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25582
25583 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25584
25585         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25586
25587 2004-08-30  Kim F. Storm  <storm@cua.dk>
25588
25589         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25590
25591         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25592         Add :group 'nnimap.
25593
25594 2004-08-30  Andreas Schwab  <schwab@suse.de>
25595
25596         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25597         ?* and ?\;.
25598
25599         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25600         and ?\' to symbol instead of whitespace.
25601
25602 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25603
25604         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25605
25606         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25607         instead of re-search-forward.
25608
25609         * gnus-uu.el (gnus-uu-save-article): Ditto.
25610         (gnus-uu-post-encode-uuencode): Ditto.
25611
25612         * html2text.el (html2text-clean-list-items): Ditto.
25613         (html2text-clean-dtdd): Ditto.
25614         (html2text-format-tags): Ditto.
25615
25616         * message.el (message-send-mail-with-sendmail): Fix regexp.
25617         (message-fill-field-general): Use search-forward instead of
25618         re-search-forward.
25619         (unbold-region): Ditto.
25620
25621         * nnrss.el (nnrss-request-article): Ditto.
25622
25623         * nnslashdot.el (nnslashdot-request-article): Ditto.
25624
25625         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25626
25627         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25628         "Unrecognized menu descriptor" error in XEmacs.
25629
25630 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25631
25632         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25633         parent article of a sparse article in the thread hashtb.
25634
25635 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25636
25637         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25638         (nnmail-expand-newtext): Lowercase expanded entries if
25639         nnmail-split-lowercase-expanded is non-nil.
25640
25641 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25642
25643         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25644
25645         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25646         of gnus-tmp-news-method into string under XEmacs.  It will be
25647         passed to gnus-correct-length which takes only a string argument.
25648
25649 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25650
25651         * gnus-util.el (gnus-bind-print-variables): New macro.
25652         (gnus-prin1): Use it.
25653         (gnus-prin1-to-string): Use it.
25654         (gnus-pp): New function.
25655         (gnus-pp-to-string): New function.
25656
25657         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25658         Replace pp-to-string with gnus-pp-to-string.
25659         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25660         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25661         * gnus-msg.el (gnus-debug): Ditto.
25662         * gnus-score.el (gnus-score-save): Ditto.
25663         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25664         gnus-pp-to-string.
25665         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25666         with gnus-pp.
25667         * score-mode.el (gnus-score-pretty-print): Ditto.
25668         * webmail.el (webmail-debug): Ditto.
25669
25670 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25671
25672         * gnus-art.el (article-display-face, article-display-x-face):
25673         Use buffer-read-only.
25674
25675 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25676
25677         * gnus-art.el (article-hide-list-identifiers):
25678         Bind inhibit-read-only as t.
25679
25680 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25681
25682         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25683
25684 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25685
25686         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25687         (gnus-narrow-to-page): Don't assume point-min == 1.
25688         (gnus-article-edit-mode): Derive from message-mode.
25689
25690         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25691         point-min == 1.
25692
25693         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25694         Disable incorrect use of `assert'.
25695
25696         * message.el (message-mode): Set comment-start-skip.
25697
25698
25699 2004-08-22  Sam Steingold  <sds@gnu.org>
25700
25701         * pop3.el (pop3-leave-mail-on-server): New user variable.
25702         (pop3-movemail): Delete mail only when it is nil.
25703
25704 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25705
25706         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25707
25708         * mml.el (mml-preview): Use `pop-to-buffer'.
25709
25710         * message.el (message-goto-mail-followup-to): Insert after "To".
25711         (message-carefully-insert-headers): Add comment.
25712
25713         * gnus.el: Remove unused variable `gnus-article-check-size'.
25714
25715         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25716
25717         * gnus-art.el (gnus-button-alist):
25718         Improve `gnus-button-handle-library' entry.
25719
25720 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25721
25722         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25723         Use downcase, since XEmacs capitalizes error messages differently.
25724
25725 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25726
25727         * nntp.el: Add (require 'gnus) due to reference to
25728         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25729
25730 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25731
25732         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25733         Bind `mm-fill-flowed'.
25734
25735         * mm-decode.el (mm-dissect-singlepart): Check it.
25736
25737 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25738
25739         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25740         'imap' for netrc parsing.
25741
25742 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25743
25744         * mailcap.el (mailcap-mime-data): Mark as risky.
25745
25746 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25747
25748         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25749         may be included in the encoded word.
25750         (rfc2047-encode): Don't append a space if the encoded word
25751         includes close parenthesis.
25752
25753 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25754
25755         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25756         of text within parentheses.
25757
25758 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25759
25760         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25761         (gnus-encrypt-write-file-contents): Make the password key the file
25762         name PLUS the cipher, not just the cipher.  Also remove failed
25763         passwords from the cache.
25764
25765 2004-08-06  Simon Josefsson  <jas@extundo.com>
25766
25767         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25768         Doc fix.
25769
25770 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25771
25772         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25773         LWSP.
25774
25775 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25776
25777         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25778         Try to append in-reply-to: data to the references: header.
25779
25780         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25781         (netrc-parse): Use gnus-encrypt.el functions.
25782
25783         * gnus-encrypt.el: Add new file for encryption support; currently
25784         does only a few GPG ciphers and an internal XOR cipher.
25785
25786         * password.el: Add comments on using password-read-and-add.
25787         (password-read-and-add): Add function to read and add the
25788         password to the cache at once.
25789
25790 2004-07-28  Simon Josefsson  <jas@extundo.com>
25791
25792         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25793         parameter (but don't use it, for now).
25794
25795         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25796         instead of hard coding to nil.
25797
25798 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25799
25800         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25801         as mm-inline-image-xemacs does.
25802
25803 2004-07-26  Simon Josefsson  <jas@extundo.com>
25804
25805         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25806         Revert part of 2004-07-17 change below.
25807
25808 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25809
25810         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25811         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25812
25813 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25814
25815         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25816         quotes that actually start with ">" at the beginning of the
25817         lines.
25818
25819 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25820
25821         * rfc2047.el (rfc2047-encode-region): Fix last change.
25822         (rfc2047-encode-parameter): Remove useless concat.
25823
25824 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25825
25826         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25827         encode special characters; fix some kind of misconfigured headers;
25828         signal a real error if debug-on-quit or debug-on-error is non-nil.
25829         (rfc2047-encode-max-chars): New variable.
25830         (rfc2047-encode-1): Use it.
25831         (rfc2047-encode-parameter): New function.
25832
25833         * mml.el (mml-insert-parameter): Remove an excessive space.
25834
25835 2004-07-17  Simon Josefsson  <jas@extundo.com>
25836
25837         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25838         Kai Grossjohann <kai@emptydomain.de>.
25839         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25840         (gnus-group-make-menu-bar): Ditto.
25841
25842         * gnus-util.el (gnus-group-server): Add.
25843
25844 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25845
25846         * message.el (message-clone-locals): Clone sendmail and smtp
25847         variables.
25848
25849 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25850
25851         * rfc2047.el (rfc2047-encode-region): Fix last change.
25852
25853 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25854
25855         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25856         characters as non-special.
25857
25858 2004-07-09  Simon Josefsson  <jas@extundo.com>
25859
25860         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25861         Users will lose all flag changes made while unplugged with
25862         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25863         good default.  See numerous reports on ding mailing list.
25864
25865 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25866
25867         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25868         add generate-head-function and generate-article-function to the
25869         rfc822-forward entry.
25870         (nndoc-rfc822-forward-generate-article): New function.
25871         (nndoc-rfc822-forward-generate-head): New function.
25872
25873         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25874
25875 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25876
25877         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25878         respect display group parameter and gnus-summary-expunge-below.
25879         (gnus-articles-to-read): Remove unused reference to display group
25880         parameter.
25881
25882 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25883
25884         * nnheader.el (nnheader-uniquify-message-id): New experimental
25885         variable.
25886         (nnheader-nov-read-message-id): Use it.
25887
25888         * spam-report.el (spam-report-gmane): Add interactive.
25889
25890 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25891
25892         * mm-encode.el (mm-content-transfer-encoding-defaults):
25893         Use qp-or-base64 for the application/* types.
25894
25895 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25896
25897         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25898
25899 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25900
25901         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25902         trim value.
25903
25904 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25905
25906         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25907         New macro and function.
25908         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25909
25910 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25911
25912         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25913         after-load-alist.
25914
25915 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25916
25917         * gnus-group.el (gnus-group-get-new-news-this-group):
25918         Don't update info that isn't there.
25919
25920 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25921
25922         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25923         entry.
25924
25925 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25926
25927         * mm-view.el (mm-inline-render-with-function): Use multibyte
25928         buffer; decode html source by charset.
25929
25930         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25931
25932         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25933         Mule-UCS is loaded under XEmacs.
25934         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25935
25936 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25937
25938         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25939
25940 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25941
25942         * mm-util.el (mm-coding-system-p): Return a coding-system.
25943         (mm-mime-mule-charset-alist): Use shift_jis instead of
25944         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25945         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25946         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25947         instead of japanese-shift-jis and iso-latin-1 respectively in
25948         order to share the default value with both Emacs and XEmacs-mule.
25949         (mm-mule-charset-to-mime-charset):
25950         Make mm-coding-system-priorities effective.
25951         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25952         while predicating of candidates upon the priorities.
25953
25954 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25955
25956         * gnus-sum.el (gnus-summary-make-menu-bar):
25957         Add gnus-uu-invert-processable.
25958
25959         * gnus.el: Autoload gnus-uu-invert-processable.
25960
25961 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25962
25963         * mm-util.el (mm-with-multibyte-buffer): New macro.
25964
25965         * rfc2047.el (rfc2047-encode-string): Use it.
25966         (rfc2047-encode-region): Move point to the end of the region after
25967         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25968
25969 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25970
25971         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25972         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25973
25974 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25975
25976         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25977         (gnus-cite-parse): Ignore quoted envelope From_.
25978         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25979
25980 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25981
25982         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25983         invalid addresses.
25984
25985 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25986
25987         * spam.el: Change section markers, revise TODO list.
25988         (spam-backends): Make new master list of all installed backends.
25989         (spam-summary-exit-behavior): Add new variable to determine how
25990         messages moves are done at summary exit.
25991         (spam-move-spam-nonspam-groups-only)
25992         (spam-process-ham-in-nonham-groups)
25993         (spam-process-ham-in-spam-groups): Remove variables, the
25994         spam-summary-exit-behavior variable should be used to manage this
25995         behavior.
25996         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25997         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25998         and spam-old-spam-articles.
25999         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26000         Add empty variables, placeholders for the backends they represent.
26001         (spam-set-difference): Move, unchanged.
26002         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26003         unless the user has a processor variable.
26004         (spam-classifications, spam-classification-valid-p)
26005         (spam-backend-properties, spam-backend-property-valid-p)
26006         (spam-backend-function-type-valid-p)
26007         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26008         (spam-report-articles-gmane, spam-report-articles-resend):
26009         Remove functions, they are not needed.
26010         (spam-install-backend-super, spam-backend-list)
26011         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26012         (spam-backend-function, spam-backend-ham-registration-function)
26013         (spam-backend-spam-registration-function)
26014         (spam-backend-ham-unregistration-function)
26015         (spam-backend-spam-unregistration-function)
26016         (spam-backend-statistical-p, spam-backend-mover-p)
26017         (spam-install-backend-alias, spam-install-checkonly-backend)
26018         (spam-install-mover-backend, spam-install-nocheck-backend)
26019         (spam-install-backend, spam-install-statistical-backend)
26020         (spam-install-statistical-checkonly-backend): Add backend installation
26021         support.
26022         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26023         (spam-group-processor-p): Use the new backend code and respect the
26024         summary exit behavior.
26025         (spam-mark-spam-as-expired-and-move-routine): Remove.
26026         (spam-summary-prepare): Change to use the new spam-old-articles
26027         variable.
26028         (spam-copy-or-move-routine, spam-copy-spam-routine)
26029         (spam-move-spam-routine, spam-copy-ham-routine)
26030         (spam-move-ham-routine): Add code to copy/move ham or spam.
26031         (spam-fetch-field-fast): Improve doc and code, plus allow the
26032         'number request.
26033         (spam-list-of-checks, spam-list-of-statistical-checks):
26034         Remove variables.
26035         (spam-split, spam-find-spam): Use the new backend code.
26036         (spam-registration-functions): Remove variable.
26037         (spam-unregister-routine): Add convenience wrapper.
26038         (spam-log-undo-registration, spam-register-routine)
26039         (spam-log-processing-to-registry)
26040         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26041         where possible.
26042         (spam-check-gmane-xref, spam-check-regex-headers)
26043         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26044         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26045         (spam-check-bogofilter-headers, spam-check-spamoracle)
26046         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26047         (spam-check-crm114-headers): Use the spam-split-group that
26048         spam-split prepares, no need to determine it every time.
26049
26050         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26051         to the nnheader-parse-naked-head call.
26052
26053         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26054
26055         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26056         the nnheader-nov-read-message-id call.
26057
26058 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26059
26060         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26061         gnus-activate-group twice.  Suggested by Markus Peter
26062         <warp@spin.de>.
26063
26064 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26065
26066         * gnus-art.el (gnus-article-time-format): Exchange the order of
26067         day and month in the default value; fix customization type.
26068         (article-date-ut): Use add-text-properties.
26069         (article-make-date-line): Use message-make-date instead of
26070         current-time-string.
26071
26072         * message.el (message-fetch-field): Don't use set-text-properties.
26073         (message-make-date): Simplify.
26074
26075         * messagexmas.el (message-xmas-make-date): New function.
26076         (message-xmas-redefine): Defalias message-make-date to it.
26077
26078 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26079
26080         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26081         (rfc2047-encode-region): Treat text within parentheses as special;
26082         show the original text when error has occurred.
26083
26084         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26085         already-computed method to gnus-activate-group.
26086
26087         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26088         same select-methods identical Lisp objects.
26089
26090         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26091         object when modifying the info.
26092
26093 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26094
26095         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26096         gnus-opened-servers since it has never been opened with the new
26097         configuration yet.
26098
26099 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26100
26101         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26102         arg to nnheader-generate-fake-message-id.
26103
26104 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26105
26106         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26107         number and build a fake message ID localized to a group and
26108         article number (so it's repeatable from that point on).
26109         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26110         ID format.
26111
26112         * gnus-sum.el (gnus-get-newsgroup-headers):
26113         Call nnheader-generate-fake-message-id with the article number.
26114
26115 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26116
26117         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26118         end-of-buffer.
26119
26120 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26121
26122         * message.el (message-ignored-supersedes-headers): Add Approved.
26123
26124 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26125
26126         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26127         goto-char.
26128         (rfc2047-encode): Fold the line before encoding.
26129
26130 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26131
26132         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26133         folding -- not all headers can be folded, and this should be done
26134         by the message composition mode.  Probably.  I think.
26135
26136 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26137
26138         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26139         fast.
26140
26141         * gnus-ems.el (gnus-remove-image): Don't use
26142         message-text-with-property; remove only the image found first.
26143
26144         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26145         found first.
26146
26147 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26148
26149         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26150
26151 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26152
26153         * message.el (message-text-with-property): Make it fast and accept
26154         optional arguments.
26155         (message-strip-forbidden-properties): Use it.
26156         (message-fix-before-sending): Follow the m-t-w-p change.
26157
26158         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26159
26160 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26161
26162         * gnus-art.el (article-hide-headers): Don't change the buffer
26163         mistakenly when performing mml-preview even if
26164         gnus-single-article-buffer is nil.
26165
26166 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26167
26168         * message.el (message-expand-name-databases): New user option.
26169         (message-expand-name): Use it.
26170
26171 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26172
26173         * spam.el (spam-report-articles-resend)
26174         (spam-report-resend-register-routine): Allow ham reporting.
26175         (spam-report-resend-register-ham-routine): Add wrapper.
26176         (spam-registration-functions): Add ham resending functions.
26177         (spam-list-of-processors): Add ham resend processor.
26178
26179         * gnus.el (ham-resend-to): Add new group parameter.
26180         (spam-process): Add ham resend option.
26181
26182         * spam-report.el (spam-report-resend): Allow reporting ham.
26183         (spam-report-resend-ham): Add wrapper.
26184
26185 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26186
26187         * message.el (message-cite-articles-with-x-no-archive):
26188         New variable.
26189         (message-cite-original): Use it.
26190
26191 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26192
26193         * message.el (message-cite-original): Respect X-No-Archive.
26194
26195 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26196
26197         * gnus-art.el (article-hide-headers): Refer to the values for
26198         gnus-ignored-headers and gnus-visible-headers in the summary
26199         buffer since a user may have set them as group parameters.
26200
26201 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26202
26203         * assistant.el (assistant-node-name): Add convenience function.
26204         (assistant-render-text, assistant-render-node): Add error handling,
26205         plus handle multiple next nodes.
26206         (assistant-find-next-node): Comment out for now.
26207         (assistant-find-next-nodes): Add function, returns list of next
26208         nodes.
26209
26210 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26211
26212         * mail-source.el (mail-source-directory): Fix doc-string.
26213
26214 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26215
26216         * assistant.el (assistant-render-text, assistant-eval): Add :set
26217         widget type, which is different because it takes and returns a
26218         list.  Much hilarity ensues.
26219
26220 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26221
26222         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26223
26224         * gnus-group.el (gnus-group-get-new-news-this-group):
26225         Add doc-string.
26226
26227         * gnus-start.el (gnus-activate-group): Add doc-string.
26228
26229 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26230
26231         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26232
26233 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26234
26235         * assistant.el (assistant-render-text): Try to add a :set
26236         widget, more to come.
26237
26238         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26239         strings.
26240         (spam-report-articles-resend)
26241         (spam-register-routine): Do registration iff any articles warrant
26242         it.
26243         (spam-summary-prepare-exit): Change log message for nil group
26244         destinations.
26245
26246 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26247
26248         * spam.el (spam-report-resend-register-routine):
26249         Allow spam-report-resend-to to be a group parameter or a global value.
26250
26251 2004-05-26  Simon Josefsson  <jas@extundo.com>
26252
26253         * starttls.el: Merge with my GNUTLS based starttls.el.
26254         (starttls-gnutls-program, starttls-use-gnutls)
26255         (starttls-extra-arguments, starttls-process-connection-type)
26256         (starttls-connect, starttls-failure, starttls-success):
26257         New variables.
26258         (starttls-program, starttls-extra-args): Doc fix.
26259         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26260         New functions.
26261         (starttls-negotiate, starttls-open-stream):
26262         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26263         function if it is set.
26264
26265 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26266
26267         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26268         structured fields.
26269
26270 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26271
26272         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26273
26274 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26275
26276         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26277         Add variable.
26278         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26279         assigning the spam-mark to new messages.
26280
26281 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26282
26283         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26284
26285 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26286
26287         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26288
26289         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26290         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26291         default.
26292
26293 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26294
26295         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26296         correct data.
26297
26298 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26299
26300         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26301         (spam-group-processor-p): Fix function.
26302         (spam-group-processor-multiple-p)
26303         (spam-group-spam-processor-report-gmane-p)
26304         (spam-group-spam-processor-report-resend-p)
26305         (spam-group-spam-processor-bogofilter-p)
26306         (spam-group-spam-processor-blacklist-p)
26307         (spam-group-spam-processor-ifile-p)
26308         (spam-group-ham-processor-ifile-p)
26309         (spam-group-spam-processor-spamoracle-p)
26310         (spam-group-spam-processor-crm114-p)
26311         (spam-group-ham-processor-bogofilter-p)
26312         (spam-group-spam-processor-stat-p)
26313         (spam-group-ham-processor-stat-p)
26314         (spam-group-ham-processor-whitelist-p)
26315         (spam-group-ham-processor-BBDB-p)
26316         (spam-group-ham-processor-spamoracle-p)
26317         (spam-group-ham-processor-copy-p): Remove functions with some
26318         prejudice against unneeded code.
26319         (spam-report-articles-resend)
26320         (spam-report-resend-register-routine): Allow the group/topic
26321         spam-resend-to value to override spam-report-resend-to.
26322         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26323         properly now.
26324
26325         * gnus.el (spam-resend-to): Add group/topic parameter.
26326         (spam-process): Move the OBSOLETE processors to the end of the
26327         choices.
26328
26329 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26330
26331         * spam-report.el (spam-report-resend-to, spam-report-resend):
26332         Start with resend-to set to nil, and then ask the user if necessary.
26333         (spam-report-resend): spam-report-resend takes a list of articles, not
26334         separate article numbers.
26335
26336 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26337
26338         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26339         addition to emacs-w3m.
26340
26341 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26342
26343         * assistant.el (assistant-authinfo-data): New function.
26344         (assistant-eval): Eval for entire assistant.
26345
26346         * netrc.el (netrc-services-file): New variable.
26347         (netrc-parse-services): New function.
26348         (netrc-find-service-name): New function.
26349         (netrc-find-service-number): New function.
26350         (netrc-port-equal): New function.
26351         (netrc-machine): Use it.
26352
26353         * nnimap.el (nnimap-open-connection): Use netrc.
26354
26355         * gnus-util.el (gnus-netrc-get): Remove aliases.
26356
26357         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26358
26359         * assistant.el (wid-edit): Fix compilation.
26360
26361         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26362
26363 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26364
26365         * gnus-util.el (gnus-set-file-modes): New function.  (small
26366         patch).
26367
26368 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26369
26370         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26371
26372         * assistant.el (assistant-render-node): Fix up rendering and
26373         read-only text.
26374         (assistant-render-node): Reset.
26375         (assistant-make-read-only): Not sticky.
26376
26377 2004-05-20  Danny Siu  <dsiu@adobe.com>
26378
26379         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26380         centered even when gnus-auto-center-summary is t.
26381
26382 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26383
26384         * dns.el (dns-get-txt-answer): New function.
26385         (dns-read-txt): Ditto.
26386         (query-dns): Use it.
26387
26388 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26389
26390         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26391         active for foreign groups even if the group level is higher than
26392         the specified value.
26393
26394 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26395
26396         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26397         non-active groups.
26398
26399         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26400
26401 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26402
26403         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26404
26405 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26406
26407         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26408         (spam-crm114-header, spam-crm114-spam-switch)
26409         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26410         (spam-crm114-positive-spam-header)
26411         (spam-crm114-database-directory, spam-list-of-processors)
26412         (spam-group-spam-processor-crm114-p)
26413         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26414         (spam-generic-score, spam-list-of-checks)
26415         (spam-list-of-statistical-checks, spam-registration-functions)
26416         (spam-check-crm114-headers, spam-crm114-score)
26417         (spam-check-crm114, spam-crm114-register-with-crm114)
26418         (spam-crm114-register-spam-routine)
26419         (spam-crm114-unregister-spam-routine)
26420         (spam-crm114-register-ham-routine)
26421         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26422
26423 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26424
26425         * gnus.el: Add spam-use-crm114.
26426
26427         * spam.el (spam-list-of-processors, spam-registration-functions):
26428         Add spam-use-resend.
26429         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26430         (spam-report-articles-gmane): Add doc fix.
26431         (spam-report-articles-resend, spam-report-resend-register-routine):
26432         Add wrappers around spam-report-resend-to.
26433
26434         * spam-report.el (spam-report-resend-to, spam-report-resend):
26435         Add support for resending spam.
26436         (spam-report-gmane): Fix line length >80.
26437
26438         * gnus.el (spam-process): Add spam-use-resend.
26439
26440 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26441
26442         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26443         number of processed spam messages.
26444         (spam-ham-copy-or-move-routine): Return the number of processed
26445         ham messages.
26446         (spam-summary-prepare-exit): Use the above values to decide
26447         whether status messages should be displayed.
26448
26449 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26450
26451         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26452         `rfc2047-encoding-function-alist' in order to avoid conflicting
26453         with the old version.
26454         (rfc2047-encode-region): Concatenate words containing non-ASCII
26455         characters in structured fields; don't encode space-delimited
26456         ASCII words even in unstructured fields; don't break words at
26457         char-category boundaries.
26458         (rfc2047-encode-1): New function.
26459         (rfc2047-encode): Use it; encode text so that it occupies the
26460         maximum width within 76-column; work correctly on Q encoding for
26461         iso-2022-* charsets.
26462         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26463         sure not to break a line just after the header name.
26464         (rfc2047-b-encode-region): Remove.
26465         (rfc2047-b-encode-string): New function.
26466         (rfc2047-q-encode-region): Remove.
26467         (rfc2047-q-encode-string): New function.
26468
26469         * mm-util.el (mm-replace-in-string): New function.
26470
26471 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26472
26473         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26474         Really get it right.
26475         (gnus-inews-make-draft): Really.
26476
26477 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26478
26479         * nnmh.el (nnmh-request-list-1): Don't check the link count
26480         before descending.  (small patch)
26481
26482 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26483
26484         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26485         stuff.
26486
26487         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26488         Match on real group name.
26489
26490         * gnus-art.el (gnus-signature-limit): Doc fix.
26491
26492         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26493
26494         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26495
26496 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26497
26498         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26499         isn't a string.
26500
26501 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26502
26503         * gnus-draft.el (gnus-draft-send):
26504         Bind rfc2047-encode-encoded-words.
26505
26506         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26507         (rfc2047-encodable-p): Say that =? needs encoding.
26508         (rfc2047-encode-encoded-words): New variable.
26509
26510         * gnus-group.el (gnus-group-select-group): Doc fix.
26511
26512         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26513
26514         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26515         to nil.
26516
26517         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26518
26519         * nnheader.el (nnheader-get-lines-and-char): New function.
26520
26521 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26522
26523         * gnus-msg.el (gnus-summary-followup-with-original):
26524         Document yanking of region when active.
26525
26526 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26527
26528         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26529         groups if the group level is higher than the specified value.
26530
26531 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26532
26533         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26534         (gnus-group-jump-to-group): Add prefix argument using
26535         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26536         non-active group.
26537
26538         * compface.el (uncompface): Be verbose when changing
26539         `uncompface-use-external'.
26540
26541         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26542         handle manual section.
26543
26544 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26545
26546         * gnus-art.el (gnus-button-alist): Revert previous change.
26547
26548 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26549
26550         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26551
26552 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26553
26554         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26555         whether backend can accept message.
26556
26557         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26558
26559 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26560
26561         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26562         Avoid creating directory when nntp-marks-is-evil is true.
26563         Reported by Reiner Steib.
26564
26565 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26566
26567         * gnus-picon.el (gnus-picon-insert-glyph):
26568         Add optional `nostring' argument.
26569
26570 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26571
26572         * gnus-picon.el (gnus-picon-style): New variable.
26573         (gnus-picon-transform-address): Support `gnus-picon-style'.
26574
26575 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26576
26577         * message.el (message-fill-field): Return point.
26578         (message-generate-headers): Go to end of field.
26579
26580         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26581         stuff for non-living groups.
26582
26583 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26584
26585         * gnus-art.el (gnus-article-followup-with-original)
26586         (gnus-article-reply-with-original): gnus-mark-active-p ->
26587         gnus-region-active-p.
26588
26589 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26590
26591         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26592         only when there is spam or ham to be processed.
26593
26594 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26595
26596         * mail-source.el (mail-source-delete-crash-box): Refactor.
26597         (mail-source-fetch): Use it.
26598         (mail-source-fetch-file): Ditto.
26599         (mail-source-fetch-directory): Run postscript in loop.
26600         (mail-source-fetch-pop): Delete.
26601         (mail-source-fetch-maildir): Ditto.
26602         (mail-source-fetch-imap): Ditto.
26603
26604         * imap.el (imap-authenticators): Comment out sasl.
26605
26606         * message.el (message-skip-to-next-address): New function.
26607         (message-fill-header-address): Refactor.
26608         (message-fill-address): Use it.
26609         (message-delete-address): Use it.
26610         (message-fill-header-general): Refactor.
26611         (message-fill-field-address): Rename.
26612         (message-narrow-to-field): Find the start of the header.
26613         (message-header-format-alist): Don't pre-fill.
26614         (message-fill-header): Remove.
26615         (message-insert-header): New function.
26616         (message-shorten-references): Use it.
26617
26618         * rfc2047.el (rfc2047-field-value): Strip props.
26619
26620         * mail-parse.el (mail-header-make-address): New alias.
26621
26622         * ietf-drums.el (ietf-drums-make-address): New function.
26623
26624         * imap.el: Add compiler directives.
26625
26626         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26627
26628         * gnus-art.el (article-decode-idna-rhs): Don't use
26629         message-idna-inside-rhs-p.
26630
26631 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26632
26633         * message.el (message-idna-inside-rhs-p): Remove.
26634         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26635
26636         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26637         false positives.
26638
26639 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26640
26641         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26642
26643 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26644
26645         * nneething.el (nneething-file-name): Don't create spurious
26646         files.
26647
26648         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26649         (gnus-inews-do-gcc): Remove sleep.
26650
26651         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26652         part under point.
26653
26654         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26655         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26656
26657 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26658
26659         * spam.el (spam-summary-prepare-exit): Fix (length).
26660
26661 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26662
26663         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26664         as expired without moving it" message when there are spam
26665         messages left.
26666
26667 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26668
26669         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26670         header is not nil.
26671
26672 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26673
26674         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26675         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26676         (nntp-marks-changed-p): New arg SERVER.
26677         (nntp-request-update-info): Adjust caller.
26678
26679 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26680
26681         * nntp.el (nntp-save-marks): Pass missing arg.
26682
26683 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26684
26685         * nntp.el: Support marks.
26686         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26687         (nntp-marks-modtime, nntp-marks-directory): New variables.
26688         (nntp-request-set-mark, nntp-request-update-info)
26689         (nntp-possibly-create-directory, nntp-marks-changed-p)
26690         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26691         New functions.
26692
26693 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26694
26695         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26696         (gnus-xmas-redefine): Rename.
26697
26698         * gnus-score.el (gnus-score-insert-help):
26699         Use gnus-select-lowest-window.
26700
26701         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26702         appt-select-lowest-window and rename to gnus-select-lowest-window.
26703
26704         * gnus.el: do.
26705
26706 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26707
26708         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26709         encodings of MIME-encoded words, in order to improve
26710         interoperability with several broken MUAs.
26711
26712 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26713
26714         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26715         tags, only when charsets are not specified in headers.
26716         (mm-inline-text-html-render-with-w3m): Ditto.
26717
26718         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26719         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26720
26721 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26722
26723         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26724         instead of MIME-decoded from fields when checking
26725         `gnus-article-address-banner-alist'.
26726
26727 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26728
26729         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26730         description rather than subject.
26731
26732 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26733
26734         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26735
26736 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26737
26738         * gnus.el (gnus-version-number): Bump.
26739
26740 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26741
26742         * gnus.el: No Gnus v0.2 is released.
26743
26744 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26745
26746         * gnus-agent.el (gnus-agent-read-agentview):
26747         Inline gnus-uncompress-range.
26748
26749 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26750
26751         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26752         `exec-installed-p'.
26753
26754 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26755
26756         * gnus.el (spam-process, spam-autodetect-methods):
26757         Add bsfilter and bsfilter-headers.
26758
26759         * spam.el (spam-bsfilter): New customize group.
26760         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26761         (spam-bsfilter-header, spam-bsfilter-probability-header)
26762         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26763         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26764         (spam-bsfilter-database-directory): New options.
26765         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26766         (spam-list-of-statistical-checks, spam-registration-functions):
26767         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26768         (spam-bsfilter-score): New command.
26769         (spam-check-bsfilter-headers, spam-check-bsfilter)
26770         (spam-bsfilter-register-with-bsfilter)
26771         (spam-bsfilter-register-spam-routine)
26772         (spam-bsfilter-unregister-spam-routine)
26773         (spam-bsfilter-register-ham-routine)
26774         (spam-bsfilter-unregister-ham-routine): New functions.
26775         (spam-generic-score): Support bsfilter; Accept an optional argument
26776         to recalcurate spam score even if scoring header has already been
26777         added.
26778         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26779         optional argument to recalcurate spam score even if scoring header
26780         has already been added.
26781
26782 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26783
26784         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26785         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26786         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26787         link is missing.
26788
26789 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26790
26791         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26792         (html2text-get-attr): Rewrite.
26793
26794         * message.el (message-setup-1): Remove redundant put-text-property
26795         on mail-header-separator.
26796
26797 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26798
26799         * gnus-registry.el (gnus-registry-cache-whitespace)
26800         (gnus-registry-action, gnus-registry-spool-action)
26801         (gnus-registry-split-fancy-with-parent): Change message levels
26802         from 5 to 3 or 7, as needed.
26803
26804         * spam.el (spam-summary-prepare-exit)
26805         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26806         (spam-split, spam-find-spam, spam-log-undo-registration)
26807         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26808         level from 5 to 6.
26809
26810 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26811
26812         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26813         2004-03-04 change).
26814
26815 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26816
26817         * sieve-manage.el (sieve-manage-open):
26818         * nnweb.el (nnweb-insert-html):
26819         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26820         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26821         * nnspool.el (nnspool-request-group):
26822         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26823         * nnml.el (nnml-request-update-info):
26824         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26825         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26826         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26827         (nnimap-request-set-mark):
26828         * nnfolder.el (nnfolder-request-update-info):
26829         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26830         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26831         * gnus-uu.el (gnus-uu-find-articles-matching):
26832         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26833         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26834         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26835         * gnus-nocem.el (gnus-nocem-scan-groups):
26836         * gnus-int.el (gnus-start-news-server):
26837         * gnus-group.el (gnus-group-make-kiboze-group)
26838         (gnus-group-browse-foreign-server):
26839         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26840         Use mapc when appropriate.
26841
26842 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26843             Adam Sjøgren  <asjo@koldfront.dk>
26844             Wes Hardaker  <wes@hardakers.net>
26845             Michael Shields  <shields@msrl.com>
26846
26847         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26848         may need for spam sorting and scoring.
26849         (spam-user-format-function-S): Add user format function suitable for
26850         general use.
26851         (spam-article-sort-by-spam-status): Add sorting function for summary
26852         sorting.
26853         (spam-extra-header-to-number): Add function to get a score from a
26854         header.
26855         (spam-summary-score): Add function to get a numeric score from the
26856         headers.
26857         (spam-generic-score): Fix function doc, was in wrong place.
26858         (spam-initialize): Take symbols when it's run, and install the
26859         extra headers that spam-necessary-extra-headers thinks we need.
26860
26861 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26862
26863         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26864         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26865
26866 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26867
26868         * gnus-sum.el (gnus-set-global-variables)
26869         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26870         (gnus-article-get-xrefs, gnus-summary-best-group)
26871         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26872         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26873         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26874         Use with-current-buffer.
26875
26876 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26877
26878         * spam.el (spam-summary-prepare-exit): Simplify logic.
26879         (spam-fetch-article-header): Read the article header if it's not
26880         available.
26881         (spam-list-articles): Simplify logic.
26882         (spam-filelist-register-routine): Fix bug with unregister-list.
26883
26884         * gnus-registry.el: Fix comments at beginning.
26885
26886 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26887
26888         * message.el (message-cater-to-broken-inn): Remove.
26889         (message-shorten-references): Make sure the total folded length of
26890         References is shorter than 998 characters to cater to a bug in INN
26891         2.3.  Also, don't pretend that references aren't folded -- this
26892         hasn't worked for a while.
26893
26894 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26895
26896         * gnus-agent.el (gnus-agentize):
26897         gnus-agent-send-mail-real-function no longer set to current value
26898         of message-send-mail-function but rather a lambda that calls
26899         message-send-mail-function.  The change makes the agent real-time
26900         responsive to user changes to message-send-mail-function.
26901
26902 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26903
26904         * legacy-gnus-agent.el
26905         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26906         help from Florian Weimer <fw@deneb.enyo.de>
26907
26908 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26909
26910         * nnmail.el (nnmail-cache-insert): Revert last change.
26911
26912 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26913
26914         * nnmail.el (nnmail-cache-insert): Always check whether
26915         nnmail-cache-ignore-groups matches a group name.
26916
26917 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26918
26919         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26920         (spam-find-spam, spam-log-processing-to-registry)
26921         (spam-log-registered-p, spam-log-unregistration-needed-p)
26922         (spam-log-undo-registration): Use gnus-message instead of
26923         gnus-error, none of these errors are fatal.
26924
26925         * gnus-registry.el (gnus-registry-clean-empty-function)
26926         (gnus-registry-clean-empty): Remove only empty entries without
26927         extra data.
26928
26929 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26930
26931         * spam-stat.el (spam-stat-buffer-change-to-spam)
26932         (spam-stat-buffer-change-to-non-spam): Change (error) to
26933         (gnus-message 8) invocation.
26934
26935 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26936
26937         * nntp.el (nntp-via-netcat-command): New variable.
26938         (nntp-via-netcat-switches): New variable.
26939         (nntp-open-via-rlogin-and-netcat): New function.
26940         (nntp-open-connection-function): Doc fix.
26941         (nntp-telnet-command): Doc fix.
26942         (nntp-end-of-line): Doc fix.
26943         (nntp-via-rlogin-command): Doc fix.
26944         (nntp-via-user-name): Doc fix.
26945         (nntp-via-address): Doc fix.
26946
26947 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26948
26949         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26950         error in Emacs 21.1.
26951
26952 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26953
26954         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26955
26956 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26957
26958         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26959         (gnus-agent-with-refreshed-group): New macro.
26960         (gnus-agent-rename-group): New function.
26961         (gnus-agent-delete-group): New function.
26962         (gnus-agent-save-group-info): Use gnus-command-method when
26963         `method' parameter is nil.  Don't write nil entries into the
26964         active file.
26965         (gnus-agent-get-group-info): New function.
26966         (gnus-agent-fetch-articles):
26967         Use gnus-agent-update-files-total-fetched-for to increment disk space
26968         used.
26969         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26970         Use gnus-agent-update-view-total-fetched-for to increment disk space
26971         used.
26972         (gnus-agent-get-local): Add optional parameters to avoid calling
26973         gnus-group-real-name and gnus-find-method-for-group.
26974         (gnus-agent-set-local): Delete stored entry if either min, or max,
26975         are nil.
26976         (gnus-agent-fetch-session): Reworded error/quit messages.
26977         On quit, use gnus-agent-regenerate-group to record existance of any
26978         articles fetched to disk before the quit occurred.
26979         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26980         gnus-agent-update-view-total-fetched-for, and
26981         gnus-agent-update-files-total-fetched-for to decrement disk space
26982         used.
26983         (gnus-agent-retrieve-headers):
26984         Use gnus-agent-update-view-total-fetched-for to increment disk space
26985         used.
26986         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26987         with gnus-agent-update-files-total-fetched-for to decrement disk
26988         space and fresh group buffer.
26989         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26990         (gnus-agent-need-update-total-fetched-for): New variable.
26991         (gnus-agent-update-files-total-fetched-for): New function.
26992         (gnus-agent-update-view-total-fetched-for): New function.
26993         (gnus-agent-total-fetched-for): New function.
26994
26995         * gnus-cache.el (gnus-cache-save-buffers):
26996         Use gnus-cache-update-overview-total-fetched-for to change disk space
26997         used by this group.
26998         (gnus-cache-possibly-enter-article):
26999         Use gnus-cache-update-file-total-fetched-for to increment disk space
27000         used by this group.
27001         (gnus-cache-possibly-remove-article):
27002         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27003         used by this group.
27004         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27005         (gnus-cache-rename-group): New function.
27006         (gnus-cache-delete-group): New function.
27007         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27008         (gnus-cache-need-update-total-fetched-for): New variable.
27009         (gnus-cache-with-refreshed-group): New macro.
27010         (gnus-cache-update-file-total-fetched-for): New function.
27011         (gnus-cache-update-overview-total-fetched-for): New function.
27012         (gnus-cache-rename-group-total-fetched-for): New function.
27013         (gnus-cache-delete-group-total-fetched-for): New function.
27014         (gnus-cache-total-fetched-for): New function.
27015
27016         * gnus-group.el: Require gnus-sum and autoload functions to
27017         resolve warnings when gnus-group.el compiled alone.
27018         (gnus-group-line-format): Document new %F.
27019         (size of Fetched data) group line format; identifies disk space
27020         used by agent and cache.
27021         (gnus-group-line-format-alist): Define new F format.
27022         (gnus-total-fetched-for): New function.
27023         (gnus-group-delete-group): No longer update
27024         gnus-cache-active-altered as gnus-request-delete-group now keeps
27025         the cache in sync.
27026         (gnus-group-list-active): Let the agent store a server's active
27027         list if currently plugged.
27028
27029         * gnus-int.el (gnus-request-delete-group):
27030         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27031         local disk in sync with the server.
27032         (gnus-request-rename-group):
27033         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27034         local disk in sync with the server.
27035
27036         * gnus-start.el (gnus-get-unread-articles):
27037         Cosmetic simplification to logic.
27038
27039         * gnus-util.el (gnus-rename-file): New function.
27040
27041 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27042
27043         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27044
27045 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27046
27047         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27048         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27049
27050 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27051
27052         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27053         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27054
27055 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27056
27057         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27058
27059 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27060
27061         * spam.el (spam-set-difference): Add function to replace
27062         gnus-set-difference in spam.el.
27063         (spam-summary-prepare-exit): Use spam-set-difference.
27064
27065 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27066
27067         * gnus-registry.el (gnus-registry-cache-file): Update to use
27068         gnus-dribble-directory OR gnus-home-directory OR ~.
27069         (gnus-registry-split-fancy-with-parent): Fix doc.
27070
27071 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27072
27073         * message.el (message-exchange-point-and-mark):
27074         Use message-mark-active-p.  Suggested by Jesper Harder
27075         <harder@ifa.au.dk>.
27076
27077 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27078
27079         * message.el (message-exchange-point-and-mark): Don't activate
27080         region if it was inactive.  Suggested by Hiroshi Fujishima
27081         <pooh@nature.tsukuba.ac.jp>.
27082
27083 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27084
27085         * gnus-art.el (article-display-face): Display Faces in the same
27086         order as X-Faces.
27087
27088 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27089
27090         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27091
27092 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27093
27094         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27095         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27096         (gnus-article-mime-hierarchy): Remove.
27097         (gnus-article-mime-hierarchy-next): Remove.
27098         (gnus-article-mode): Revert 2004-03-19 change.
27099         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27100         (gnus-insert-mime-button): Revert 2004-03-19 change.
27101         (gnus-mime-accumulate-hierarchy): Remove.
27102         (gnus-mime-enter-multipart): Remove.
27103         (gnus-mime-leave-multipart): Remove.
27104         (gnus-mime-display-part): Revert 2004-03-19 change.
27105         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27106
27107         * mml.el (mml-preview): Revert 2004-03-19 change.
27108
27109 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27110
27111         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27112
27113 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27114
27115         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27116         t while entering a file name using the mm-with-multibyte macro.
27117         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27118
27119         * mm-util.el (mm-with-multibyte): New macro.
27120
27121 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27122
27123         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27124         New user option.
27125         (gnus-mime-multipart-functions): Doc and customization fix.
27126         (gnus-article-mime-hierarchy): New variable.
27127         (gnus-article-mime-hierarchy-next): New variable.
27128         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27129         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27130         gnus-article-mime-hierarchy-next to nil.
27131         (gnus-insert-mime-button): Show hierarchy numbers.
27132         (gnus-mime-accumulate-hierarchy): New function.
27133         (gnus-mime-enter-multipart): New function.
27134         (gnus-mime-leave-multipart): New function.
27135         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27136         (gnus-mime-display-alternative): Show hierarchy numbers.
27137
27138         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27139         gnus-article-mime-hierarchy-next to nil.
27140
27141 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27142
27143         * dns.el: Don't require gnus-xmas.
27144
27145 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27146
27147         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27148         inline PGP.
27149         (mml-menu): Disable mml-quote-region if mark is inactive.
27150
27151 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27152
27153         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27154         when the group's active is not available.
27155
27156 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27157
27158         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27159         error.
27160
27161 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27162
27163         * imap.el (imap-store-password): New variable.
27164         (imap-interactive-login): Use it.
27165         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27166
27167 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27168
27169         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27170         window-start and hscroll to summary window.
27171
27172 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27173
27174         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27175         conversion message to newsrc-dribble when an actual conversion is
27176         performed.
27177
27178 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27179
27180         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27181
27182 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27183
27184         * mm-decode.el (mm-complicated-handles): New function reviving
27185         former definition of mm-multiple-handles.
27186
27187         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27188         (gnus-mime-delete-part): Use it.
27189
27190 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27191
27192         * gnus-agent.el (gnus-agent-read-local):
27193         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27194         avoid the implicit assumption that they will always be equal.
27195         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27196         coding-system-for-write, as the with-temp-file macro first prints
27197         to a buffer then saves the buffer.
27198
27199 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27200
27201         * gnus-art.el (gnus-article-edit-part): New function.
27202         (gnus-mime-save-part-and-strip): Use it; do query instead of
27203         signaling an error; don't use mm-multiple-handles.
27204         (gnus-mime-delete-part): Ditto.
27205
27206 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27207
27208         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27209         old file versions.
27210         (gnus-group-prepare-hook): Remove function that converted list
27211         form of gnus-agent-expire-days to group properties.
27212
27213         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27214         (gnus-request-accept-article): Re-indented.
27215
27216         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27217         converters to handle old agent file formats.  Add logic for a
27218         "backup before upgrading warning".
27219         (gnus-convert-mark-converter-prompt): Developers can mark
27220         functions as needing (default), or not needing,
27221         gnus-convert-old-newsrc's "backup before upgrading warning".
27222         (gnus-convert-converter-needs-prompt): Tests whether the user
27223         should be protected from potentially irreversable changes by the
27224         function.
27225
27226         * legacy-gnus-agent.el: New.  Provides converters that are only
27227         loaded when gnus-convert-old-newsrc needs to call them.
27228
27229 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27230
27231         * mail-source.el (mail-source-touch-pop): Doc fix.
27232
27233         * message.el (message-smtpmail-send-it): Doc fix.
27234
27235 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27236
27237         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27238
27239         * nnmail.el (nnmail-split-fancy): do.
27240
27241         * gnus-kill.el (gnus-kill, gnus-execute): do.
27242
27243 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27244
27245         * gnus-sum.el (gnus-widget-reversible-match)
27246         (gnus-widget-reversible-to-internal)
27247         (gnus-widget-reversible-to-external): New functions.
27248         (gnus-widget-reversible): New widget.
27249         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27250
27251 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27252
27253         * gnus-sum.el (gnus-thread-sort-functions)
27254         (gnus-article-sort-functions): Document `(not F)' items.
27255
27256 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27257
27258         * spam.el (spam-use-gmane-xref): Add new backend.
27259         (spam-gmane-xref-spam-group): Add variable to control the name of the
27260         Gmane spam group.
27261         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27262         (spam-regex-headers-spam, spam-regex-headers-ham)
27263         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27264         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27265         backends and checks.
27266         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27267
27268         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27269         an autodetect method.
27270
27271 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27272
27273         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27274         articles are being added to a group.
27275         (gnus-request-replace-article): Inform the agent that articles
27276         need to be uncached as the cached contents are no longer valid.
27277
27278 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27279
27280         * binhex.el: Don't autoload executable-find.
27281
27282         * canlock.el: Don't autoload mail-fetch-field.
27283
27284         * dgnushack.el: Autoload c-mode for XEmacs.
27285
27286         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27287
27288         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27289         rmail-dont-reply-to and rmail-output.
27290
27291         * gnus-score.el: Don't autoload ffap-string-at-point.
27292
27293         * gnus-setup.el: Don't autoload sc-cite-original.
27294
27295         * imap.el: Don't autoload base64-decode-string,
27296         base64-encode-string and md5.
27297
27298         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27299         and rmail-msg-restore-non-pruned-header.
27300
27301         * mm-decode.el: Don't autoload executable-find.
27302
27303         * mm-url.el: Don't autoload executable-find.
27304
27305         * mm-view.el: Don't autoload diff-mode.
27306
27307         * nndb.el: Don't autoload news-reply-mode, news-setup,
27308         cancel-timer and telnet.
27309
27310         * password.el: Don't autoload run-at-time for Emacs.
27311
27312         * sha1-el.el: Don't autoload executable-find.
27313
27314         * sieve-mode.el: Don't autoload c-mode.
27315
27316         * uudecode.el: Don't autoload executable-find.
27317
27318 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27319
27320         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27321         (gnus-agent-possibly-alter-active): Avoid null in numeric
27322         comparison.
27323         (gnus-agent-set-local): Refuse to save null in local object table.
27324         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27325         list of articles that will be marked as unread.
27326
27327 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27328
27329         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27330
27331 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27332
27333         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27334         language tags.
27335
27336 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27337
27338         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27339         Don't bind "obarray".
27340
27341         * gnus-sum.el (gnus-thread-sort-functions):
27342         Add `gnus-thread-sort-by-most-recent-number' and
27343         `gnus-thread-sort-by-most-recent-date'.
27344         Reported by Kai Grossjohann <kai@emptydomain.de>.
27345
27346 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27347
27348         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27349
27350 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27351
27352         * gnus-cus.el (gnus-agent-customize-category):
27353         Remove ignore-errors macro reference that required cl to be loaded at
27354         run-time.
27355
27356         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27357         single-interval range of the form (min . max).  Previously the
27358         range had to look like ((min . max)).  Likewise, return
27359         (min . max) rather than ((min . max)).
27360         (gnus-range-map): Use gnus-range-normalize to accept
27361         single-interval range.
27362
27363         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27364         the cache, but not the agent, now appear with their usual face.
27365
27366         * dgnushack.el (loaddir): New variable that is bound to the
27367         directory containing the dgnushack.el file.  Use loaddir, rather
27368         than srcdir, to update load-path.  Change lets dgnushack compile
27369         code in directories other than GNUS/lisp.
27370
27371 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27372
27373         * lpath.el: Don't bind w3m-safe-url-regexp.
27374
27375         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27376         w3m-safe-url-regexp variable buffer-local.
27377
27378         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27379
27380 2004-02-27  Simon Josefsson  <jas@extundo.com>
27381
27382         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27383         gnus-group-real-prefix.
27384         (gnus-summary-move-article): Use it, instead of
27385         gnus-group-real-prefix.
27386
27387 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27388
27389         * lpath.el: Bind w3m-safe-url-regexp.
27390
27391         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27392         w3m-safe-url-regexp variable buffer-local and set it as the value
27393         of mm-w3m-safe-url-regexp.
27394
27395         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27396
27397         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27398         parsing gnus-posting-styles when the message is not for replying.
27399
27400         * dgnushack.el: Autoload sgml-mode for XEmacs.
27401
27402         * nnrss.el (nnrss-opml-export):
27403         Use mm-set-buffer-file-coding-system instead of
27404         set-buffer-file-coding-system.
27405
27406 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27407
27408         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27409         of checkdoc.el).
27410         * nnrss.el: do.
27411         * gnus-mlspl.el: do.
27412         * gnus-ml.el: do.
27413         * gnus-srvr.el: do.
27414
27415         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27416
27417 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27418
27419         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27420         Corrections to custom-manual links.
27421
27422         * gnus-art.el (gnus-article): Ditto.
27423
27424         * mm-decode.el (mime-display, mime-security): Ditto.
27425
27426 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27427
27428         * flow-fill.el: Typo.
27429
27430 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27431
27432         * spam-wash.el: New file.
27433
27434 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27435
27436         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27437
27438 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27439
27440         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27441         to be run with new-articles as LIST1, not LIST2.
27442         (spam-registration-functions): Add spam-use-ham-copy as a nil
27443         registration backend.
27444
27445 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27446
27447         * spam-stat.el (spam-stat-washing-hook): New option.
27448         (spam-stat-buffer-words): Use it.
27449         (spam-stat-process-directory, spam-stat-test-directory):
27450         Use insert-file-contents-literally.
27451         (spam-stat-coding-system): New variable.
27452         (spam-stat-load, spam-stat-save): Use it.
27453
27454 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27455
27456         * spam-report.el (spam-report-plug-agent):
27457         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27458
27459 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27460
27461         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27462         Allow / in mailto URLs.
27463
27464 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27465
27466         * spam-report.el (spam-report-process-queue): Fix interactive use.
27467         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27468         (spam-report-unplug-agent): Doc fixes.
27469         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27470         (spam-report-agentize, spam-report-deagentize): Autoload.
27471
27472 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27473
27474         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27475
27476         * message.el (message-setup-fill-variables): Add mml tags to
27477         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27478         <ajk@iu.edu>.
27479         (message-mode): Don't modify paragraph-separate there.
27480
27481 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27482
27483         * compface.el (uncompface-use-external): Default to undecided.
27484         (uncompface-use-external-threshold): New variable.
27485         (uncompface-float-time): New macro.
27486         (uncompface): Determine whether to use the external decoder if
27487         uncompface-use-external is undecided.
27488
27489 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27490
27491         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27492         after images.
27493
27494         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27495
27496 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27497
27498         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27499
27500         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27501
27502         * gnus-sum.el (gnus-summary-limit-to-age)
27503         (gnus-summary-limit-children): do.
27504
27505         * gnus-int.el (gnus-request-scan): do.
27506
27507         * gnus-group.el (gnus-group-suspend): do.
27508
27509         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27510
27511         * gnus-cite.el (gnus-cite-parse-attributions): do.
27512
27513         * gnus-agent.el (gnus-summary-set-agent-mark)
27514         (gnus-agent-regenerate-group): do.
27515
27516         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27517
27518         * binhex.el (binhex-decode-region-internal): do.
27519
27520 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27521
27522         * gnus-fun.el (gnus-face-properties-alist): New user option.
27523         (gnus-display-x-face-in-from): Use it.
27524
27525         * gnus-art.el (article-display-face): Ditto.
27526
27527         * compface.el (uncompface-use-external): Default to nil.
27528
27529 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27530
27531         * nntp.el (nntp-erase-buffer): New function.
27532         (nntp-retrieve-data, nntp-send-command)
27533         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27534         (nntp-possibly-change-group): Use it.
27535
27536         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27537         Use with-current-buffer.
27538
27539 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27540
27541         * compface.el: Merge the ELisp-based uncompface program.
27542         (compface): New customization group.
27543         (uncompface-use-external): New user option.
27544         (uncompface): Call uncompface-internal if uncompface-use-external
27545         is nil.
27546         (uncompface-internal): New function.  Note that there are also
27547         some other functions and variables added for this function.
27548
27549 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27550
27551         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27552         if necessary.
27553
27554 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27555
27556         * spam-report.el (spam-report-unplug-agent)
27557         (spam-report-plug-agent, spam-report-deagentize)
27558         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27559         Add support for the Agent in spam-report: when unplugged, report to a
27560         file; when plugged, submit all the requests.
27561
27562         * spam.el (spam-register-routine): Fix message about
27563         registration.
27564
27565 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27566
27567         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27568         dependencies.
27569         (rfc2047-encode): Use it.
27570
27571         * gnus-art.el (gnus-button-marker-list): Move before first
27572         reference.
27573
27574         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27575         (imap-parse-body): Fix format string mismatch.
27576
27577         * gnus-score.el (gnus-summary-increase-score): do.
27578
27579         * nnrss.el (nnrss-close): New function.
27580
27581 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27582
27583         * nnrss.el (nnrss-make-filename): New function.
27584         (nnrss-request-delete-group, nnrss-read-server-data)
27585         (nnrss-save-server-data, nnrss-read-group-data)
27586         (nnrss-save-group-data): Use it.
27587         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27588         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27589         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27590
27591 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27592
27593         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27594
27595 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27596
27597         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27598         files.
27599
27600         * message.el (message-generate-headers-first): Don't quote nil
27601         and t in docstrings.
27602
27603         * imap.el (imap-id): do.
27604
27605         * gnus-agent.el (gnus-agent-consider-all-articles)
27606         (gnus-agent-queue-mail): do.
27607
27608 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27609
27610         * spam-report.el (spam-report-process-queue): New function.
27611         Process requests from `spam-report-requests-file'.
27612         (spam-report-process-queue): Doc fix.
27613
27614 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27615
27616         * spam.el (spam-register-routine)
27617         (spam-log-processing-to-registry, spam-log-registered-p)
27618         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27619         Change "check" to "spam-check" for semi-clarity.
27620
27621 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27622
27623         * pop3.el: Require nnheader.
27624
27625         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27626
27627         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27628
27629         * gnus-picon.el: Require cl.
27630
27631         * gnus-fun.el: Require gnus-ems and gnus-util.
27632
27633         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27634
27635         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27636
27637         * gnus-art.el (gnus-article-edit-mode): Define before first
27638         reference.
27639
27640 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27641
27642         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27643         (gnus-uu-post-encoded): Use point-at-bol.
27644
27645         * gnus-topic.el (gnus-group-active-topic-p): do.
27646
27647         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27648
27649         * gnus-group.el (gnus-group-kill-region): do.
27650
27651         * gnus-art.el (article-date-ut): do.
27652
27653         * message.el (message-fetch-field): Remove redundant
27654         case-fold-search binding.
27655         (message-narrow-to-field): Simplify.
27656
27657 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27658
27659         * spam.el (spam-directory): Derive from `gnus-directory'.
27660
27661         * spam-report.el (spam-report-url-to-file)
27662         (spam-report-requests-file): New function and variable for offline
27663         reporting.
27664         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27665         and user defined function.
27666         (spam-report-url-ping-mm-url): Remove doubled slash.
27667
27668 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27669
27670         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27671
27672 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27673
27674         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27675         Fix format string mismatch.
27676
27677         * sieve.el (sieve-deactivate-all): do.
27678
27679         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27680
27681         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27682
27683         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27684
27685         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27686
27687 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27688
27689         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27690         the list of checks.
27691
27692 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27693
27694         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27695         padding.
27696
27697 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27698
27699         * mm-view.el (mm-fill-flowed): New variable.
27700         (mm-inline-text): Use it.
27701
27702 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27703
27704         * spam.el (spam-spamassassin-register-ham-routine)
27705         (spam-spamassassin-register-spam-routine): Fix function names.
27706
27707 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27708
27709         * gnus.el (gnus-tmp-grouplens): Remove.
27710         (gnus-summary-line-format): Remove grouplens.
27711
27712         * gnus-group.el (gnus-group-line-format): Ditto.
27713
27714         * gnus-spec.el (gnus-format-specs): Ditto.
27715         (gnus-update-format-specifications): Flush the group format spec
27716         cache if there's the grouplens stuff.
27717         (gnus-parse-simple-format): Replace %l with the empty string.
27718
27719 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27720
27721         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27722         omission.
27723
27724 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27725
27726         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27727         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27728
27729 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27730
27731         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27732         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27733         New macros and functions.
27734         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27735         Handle > NLINK_MAX messages.
27736         * nnmaildir.el (nnmaildir-request-set-mark):
27737         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27738
27739 2004-01-25  Alex Schroeder  <alex@gnu.org>
27740
27741         * spam-stat.el (spam-stat-process-directory-age): New option.
27742         (spam-stat-process-directory): Use it.
27743
27744 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27745
27746         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27747         (spam-stat-save): Accept prefix argument.
27748
27749 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27750
27751         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27752         links" error.
27753
27754 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27755
27756         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27757         the rest of the and/or forms.
27758
27759 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27760
27761         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27762         compatibility with old .newsrc.eld files.
27763
27764         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27765
27766         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27767
27768         * gnus-start.el (gnus-1): do.
27769
27770         * gnus-group.el (gnus-group-line-format-alist): do.
27771
27772         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27773
27774         * gnus-gl.el: Remove.
27775
27776 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27777
27778         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27779         marks consisting of a single range {for example, (3 . 5)} rather
27780         than a list of a single range { ((3 . 5)) }.
27781
27782 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27783
27784         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27785         Use with-current-buffer.
27786         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27787         avoid consing a string.
27788
27789         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27790         Remove obsolete entries for big5 and gb2312.
27791
27792 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27793
27794         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27795         uncompressed list.
27796
27797 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27798
27799         * spam-stat.el (spam-stat-strip-xref): New function.
27800         (spam-stat-process-directory): Use it.
27801
27802         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27803         here -- it's done in message-fetch-field.
27804
27805 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27806
27807         * gnus-agent.el (gnus-agent-queue-mail)
27808         (gnus-agent-prompt-send-queue): New variables.
27809         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27810         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27811         "nndraft:queue" along to gnus-draft-send.
27812         Use gnus-agent-prompt-send-queue.
27813         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27814         is "nndraft:queue".  Suggested by Gaute Strokkenes
27815         <gs234@srcf.ucam.org>
27816
27817         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27818         (agent-enable-undownloaded-faces): Add.
27819         (gnus-agent-cat-groups): Use eval-and-compile, not
27820         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27821         method of gnus-agent-cat-groups even when the buffer has been
27822         evaled.
27823         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27824         delete gnus-agent-save-active-1.
27825         (gnus-agent-save-groups): Delete.  Identical to
27826         gnus-agent-save-active.
27827         (gnus-agent-write-active): No longer adjust agent's copy of active
27828         file as agent's adjustments are now stored in their own
27829         file.  Remove optional parameter.
27830         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27831         servers.  Add use of min/max range limits from server's local
27832         file.
27833         (gnus-agent-save-alist): Remove unused optional argument.
27834         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27835         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27836         (gnus-agent-set-local): A per-server file that keeps min/max range
27837         limits for articles known to the agent.  Provides a fast mechanism
27838         for altering many active ranges.
27839         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27840         active file (local makes it unnecessary).
27841         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27842
27843         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27844         (agent-enable-undownloaded-faces): Add.
27845
27846         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27847         disable it when sending to "nndraft:queue".
27848         (gnus-group-send-queue): Add safety check to avoid sending queue
27849         when unplugged.
27850
27851         * gnus-group.el (gnus-group-catchup): Use new
27852         gnus-sequence-of-unread-articles, not
27853         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27854         numbers of articles.  Use gnus-range-map to avoid having to
27855         uncompress the unread list.
27856         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27857         Fix invalid ange-ftp reference.
27858
27859         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27860         (gnus-sorted-range-intersection): Intersection of two ranges
27861         without requiring that they first be uncompressed.
27862
27863         * gnus-start.el (gnus-activate-group): Unless blocked by the
27864         caller, possibly expand the active range to include both cached
27865         and agentized articles.
27866         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27867         multiple version-dependent converters.
27868         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27869         gnus-agent-save-active.
27870         (gnus-save-newsrc-file): Save dirty agent range limits.
27871
27872         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27873         gnus-agent-possibly-alter-active.
27874         (gnus-adjust-marked-articles): Faster handling of simple lists.
27875
27876 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27877
27878         * spam-stat.el (spam-stat-test-directory): New optional argument
27879         displays a list of files detected.  Suggested by Andrew Cohen
27880         <cohen@andy.bu.edu>.
27881         (spam-stat-buffer-words-with-scores): Don't narrow and change
27882         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27883
27884 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27885
27886         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27887         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27888         (spam-spamassassin-arguments)
27889         (spam-spamassassin-spam-flag-header)
27890         (spam-spamassassin-positive-spam-flag-header)
27891         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27892         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27893         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27894         (spam-list-of-processors, spam-list-of-checks)
27895         (spam-list-of-statistical-checks, spam-registration-functions)
27896         (spam-check-spamassassin-headers, spam-check-spamassassin)
27897         (spam-spamassassin-score)
27898         (spam-spamassassin-register-with-sa-learn)
27899         (spam-spamassassin-register-spam-routine)
27900         (spam-spamassassin-register-ham-routine)
27901         (spam-assassin-register-spam-routine)
27902         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27903         (spam-bogofilter-score): Fix to show article before scoring.
27904
27905 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27906
27907         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27908         default scoring function.
27909         (spam-generic-score): Call spam-spamassassin-score if
27910         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27911         spam-bogofilter-score otherwise.
27912
27913         * gnus.el (spam-process, spam-autodetect-methods):
27914         Add spamassassin and spamassassin-headers.
27915
27916 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27917
27918         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27919         Suppress unnecessary messages.
27920
27921 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27922
27923         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27924         make-hash-table.
27925
27926 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27927
27928         * canlock.el (base64-encode-string): Don't autoload it.
27929
27930 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27931
27932         * run-at-time.el: Remove useless (require 'itimer),
27933         eval-and-compile and (featurep 'xemacs).
27934
27935 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27936
27937         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27938         GROUP is a virtual group.
27939
27940 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27941
27942         * gnus.el: Autoload `message-y-or-n-p'.
27943
27944 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27945
27946         * pgg-parse.el: Remove unnecessary (require 'custom).
27947
27948         * pgg-def.el: do.
27949
27950         * nnmail.el: do.
27951
27952         * gnus-undo.el: do.
27953
27954         * gnus-picon.el: do.
27955
27956         * gnus-util.el: do.
27957
27958 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27959
27960         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27961
27962 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27963
27964         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27965         handle, as well as a list.
27966
27967         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27968         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27969         (mm-w3m-cid-retrieve): Simplify.
27970
27971 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27972
27973         * message.el (message-kill-to-signature): Allow prefix arg to
27974         specify number of lines to keep before signature.
27975
27976 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27977
27978         * message.el (message-kill-to-signature): Change docstring.
27979
27980 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27981
27982         * canlock.el: Always require sha1-el.
27983         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27984
27985         * message.el: Autoload sha1 only when compiling.
27986
27987         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27988         eudc-expand-inline for XEmacs.
27989
27990 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27991
27992         * message.el (message-canlock-generate): Require sha1-el.
27993
27994 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27995
27996         * message.el (message-expand-name): Silence the byte compiler.
27997
27998         * lpath.el: Add detect-coding-system.
27999
28000         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28001         cus-edit.
28002
28003 2004-01-13  Simon Josefsson  <jas@extundo.com>
28004
28005         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28006         Invoke gnus-score-mode.
28007         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28008
28009         * gnus-range.el (gnus-compress-sequence): Doc fix.
28010         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28011
28012 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28013
28014         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28015
28016 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28017
28018         * spam.el (spam-get-article-as-string): Update to use
28019         gnus-request-article-this-buffer, much simpler.
28020         (spam-get-article-as-buffer): Remove.
28021
28022 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28023
28024         * message.el (message-expand-name): Use EUDC if the user uses that.
28025
28026 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28027
28028         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28029         character for the encoding to avoid consing a string.
28030
28031         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28032         unnecessarily.
28033
28034         * mm-util.el (mm-replace-chars-in-string): Remove.
28035
28036         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28037         of mm-replace-chars-in-string.
28038
28039 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28040
28041         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28042
28043         * mm-util.el (mm-subst-char-in-string): Support inplace.
28044
28045         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28046         a new string in every iteration.  Use shy groups.
28047
28048 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28049
28050         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28051         * gnus-soup.el (gnus-soup-group-brew):
28052         * gnus-msg.el (gnus-put-message):
28053         * gnus-move.el (gnus-group-move-group-to-server):
28054         * gnus-kill.el (gnus-batch-score):
28055         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28056         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28057         (gnus-group-update-group, gnus-group-read-group)
28058         (gnus-group-make-group, gnus-group-make-help-group)
28059         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28060         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28061         (gnus-group-sort-by-unread, gnus-group-catchup)
28062         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28063         (gnus-group-yank-group, gnus-group-set-info)
28064         (gnus-group-list-groups):
28065         * gnus.el (gnus-generate-new-group-name):
28066         * gnus-delay.el (gnus-delay-send-queue):
28067         * nnvirtual.el (nnvirtual-catchup-group):
28068         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28069         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28070         (gnus-group-prepare-topics, gnus-topic-check-topology):
28071         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28072         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28073         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28074         (gnus-group-make-articles-read):
28075         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28076         (gnus-group-change-level, gnus-kill-newsgroup)
28077         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28078         (gnus-get-unread-articles, gnus-make-articles-unread)
28079         (gnus-make-ascending-articles-unread): Use accessor
28080         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28081         to get group information for improved readability.
28082
28083
28084 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28085
28086         * gnus-art.el (article-decode-mime-words, article-babel)
28087         (gnus-article-highlight-signature, gnus-article-add-buttons)
28088         (gnus-signature-toggle): Use gnus-with-article-buffer.
28089
28090         * gnus-art.el (gnus-article-highlight-headers)
28091         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28092
28093         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28094         (gnus-article-set-globals, gnus-request-article-this-buffer)
28095         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28096         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28097         (gnus-mime-display-alternative): Use with-current-buffer.
28098
28099 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28100
28101         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28102         also under 80 char limit, and call gnus-error if needed.
28103         (spam-fetch-article-header): Fix - it was a
28104         buffer-local variable (gnus-newsgroup-data).
28105         (spam-find-spam): Use spam-generate-fake-headers, forget about
28106         spam-insert-fake-headers.
28107         (spam-insert-fake-headers): Remove.
28108
28109 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28110
28111         * deuglify.el (gnus-article-outlook-unwrap-lines)
28112         (gnus-outlook-rearrange-article)
28113         (gnus-outlook-repair-attribution-outlook)
28114         (gnus-outlook-repair-attribution-block)
28115         (gnus-outlook-repair-attribution-other): Remove redundant
28116         save-excursion.
28117
28118 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28119
28120         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28121         (spam-fetch-field-subject-fast)
28122         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28123         (spam-fetch-article-header): Add functions to deal with Gnus
28124         internals for fast retrieval of article header data.
28125         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28126
28127 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28128
28129         * pop3.el (pop3-md5): Remove.
28130         (pop3-apop): Replace pop3-md5 with md5.
28131
28132         * mm-bodies.el: base64 is always built-in.
28133
28134         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28135         Use with-current-buffer.
28136
28137 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28138
28139         * canlock.el (canlock-insert-header): Remove excessive grouping in
28140         regexp.
28141
28142         * gnus-sum.el (gnus-summary-read-document): Ditto.
28143
28144         * gnus-uu.el (gnus-uu-part-number): Ditto.
28145
28146         * html2text.el (html2text-remove-tags): Ditto.
28147         (html2text-format-tags): Ditto.
28148         (html2text-format-single-elements): Ditto.
28149
28150         * mml.el (mml-parse-1): Ditto.
28151
28152 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28153
28154         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28155
28156         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28157
28158         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28159
28160         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28161
28162 2003-11-15  Simon Josefsson  <jas@extundo.com>
28163
28164         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28165         (pgg-gpg-lookup-key): Use regexp match instead of
28166         split-string (split-string is different between emacs 21.2 and
28167         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28168
28169 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28170
28171         * gnus-art.el (gnus-mime-view-all-parts)
28172         (gnus-article-part-wrapper, gnus-article-view-part):
28173         Use with-current-buffer.
28174
28175 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28176
28177         * spam.el (spam-disable-spam-split-during-ham-respool)
28178         (spam-spamoracle-database, spam-cache-lookups)
28179         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28180         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28181         (spam-group-ham-marks, spam-group-spam-marks)
28182         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28183         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28184         also add spam-use-blackholes to the statistical checks.
28185         (spam-fetch-field-fast): Add interface to fetching fields, may
28186         become a macro.
28187         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28188         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28189         (spam-insert-fake-headers): Fake an article when needed.
28190         (spam-find-spam): Fake article when possible.
28191         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28192         (spam-check-bogofilter-headers): Use message-fetch-field instead
28193         of nnmail-fetch-field.
28194
28195 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28196
28197         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28198
28199 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28200
28201         * spam.el (spam-split): Do not require spam-use-CHECK to be
28202         enabled if that check is passed to spam-split explicitly; also
28203         fix so 'spam doesn't get converted to spam-split-group when
28204         spam-split-symbolic-return is t.
28205         (spam-find-spam): Find registrations of the article and use those
28206         instead of re-running spam-split to find the spam/ham
28207         classification of the article.
28208         (spam-log-processing-to-registry, spam-log-registered-p)
28209         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28210         Use gnus-error instead of gnus-message.
28211         (spam-log-registration-type): Add function to determine the
28212         classification of a message based on registry entries; will
28213         return nil if both 'spam and 'ham are found.
28214         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28215         a reasonably fast local cache without the loading errors.
28216         (spam-cache-lookups): Set to t by default.
28217         (spam-find-spam): Don't try to guess spam-cache-lookups.
28218         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28219         spam-caches entry.
28220         (spam-filelist-build-cache, spam-filelist-check-cache):
28221         Fix caching of whitelist/blacklist entries.
28222         (spam-check-whitelist, spam-check-blacklist):
28223         Invoke spam-from-listed-p with a type, not a cache variable.
28224         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28225
28226 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28227
28228         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28229
28230         * nnmail.el (nnmail-split-fancy): do.
28231
28232         * mml.el (mml-parse): do.
28233
28234         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28235         (gnus-score-adaptive): do.
28236
28237 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28238
28239         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28240         (gnus-mime-button-map): Don't set keymap parent.
28241         (gnus-button-ctan-directory-regexp): Use shy grouping.
28242         (gnus-prev-page-map): Don't set keymap parent.
28243         (gnus-prev-page-map): Remove duplicated one.
28244         (gnus-next-page-map): Don't set keymap parent.
28245         (gnus-mime-security-button-map): Ditto.
28246
28247         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28248         version number.
28249
28250         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28251
28252 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28253
28254         * canlock.el (canlock-sha1-function): Remove.
28255         (canlock-sha1-function-for-verify): Remove.
28256         (canlock-openssl-program): Remove.
28257         (canlock-openssl-args): Remove.
28258         (canlock-ignore-errors): Remove.
28259         (canlock-sha1-with-openssl): Remove.
28260         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28261         (canlock-verify): Don't use canlock-ignore-errors.
28262
28263         * sha1-el.el (sha1-string-external): Make it can return a string
28264         in binary form.
28265         (sha1-region-external): Ditto.
28266         (sha1-string-internal): Ditto.
28267         (sha1-region-internal): Ditto.
28268         (sha1-region): Ditto.
28269         (sha1-string): Ditto.
28270         (sha1): Ditto.
28271
28272 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28273
28274         * spam.el (spam-report-articles-gmane): New command.
28275
28276 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28277
28278         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28279
28280         * run-at-time.el (run-at-time-saved): Remove.
28281         (run-at-time): Doc fix.
28282
28283 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28284
28285         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28286         (gnus-summary-limit-map): Add it.
28287         (gnus-summary-make-menu-bar): do.
28288
28289 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28290
28291         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28292         Make attempt at some caching support (done for BBDB only now).
28293         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28294         addresses to be checked.
28295         (spam-clear-cache-BBDB): Add function, to be invoked by
28296         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28297         (spam-check-BBDB): Check and use the caches, if
28298         spam-cache-lookups is on, remove superfluous (provide).
28299
28300 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28301
28302         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28303
28304 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28305
28306         * run-at-time.el (run-at-time-saved): Move to after the definition
28307         of `run-at-time'.
28308
28309         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28310
28311 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28312
28313         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28314         mm-w3m-local-map-property.
28315
28316         * mm-view.el (mm-w3m-mode-map): Remove.
28317         (mm-w3m-local-map-property): Remove.
28318         (mm-inline-text-html-render-with-w3m): Don't use
28319         mm-w3m-local-map-property.
28320
28321 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28322
28323         * run-at-time.el: New file.
28324
28325         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28326         under Emacs.
28327
28328         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28329         of gnus-set-text-properties.
28330
28331         * gnus-uu.el (gnus-uu-save-article): Ditto.
28332
28333         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28334
28335         * gnus-cite.el (gnus-cite-parse): Ditto.
28336
28337         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28338         of gnus-.
28339
28340         * gnus-xmas.el (run-at-time): Require run-at-time.
28341
28342         * gnus.el: Change calls to nnheader-run-at-time and
28343         password-run-at-time throughout to use run-at-time directly.
28344
28345         * password.el: Remove definition of run-at-time.
28346
28347         * nnheaderxm.el: Remove definition of run-at-time.
28348
28349 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28350
28351         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28352         in prompt.
28353
28354 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28355
28356         * messagexmas.el (message-xmas-redefine): Alias
28357         `message-make-caesar-translation-table' to
28358         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28359         version.
28360
28361         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28362         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28363         `gnus-xmas-set-text-properties'.
28364         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28365         `gnus-xmas-completing-read'.
28366         (gnus-xmas-completing-read): Removed.
28367         (gnus-xmas-open-network-stream): Removed.
28368
28369         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28370         XEmacs version.
28371
28372         * dns.el (dns-make-network-process): Use `open-network-stream'
28373         instead of `gnus-xmas-open-network-stream'.
28374
28375         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28376
28377         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28378
28379 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28380
28381         * gnus-art.el (gnus-mime-display-alternative)
28382         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28383         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28384         Don't use gnus-local-map-property.
28385
28386         * gnus-util.el (gnus-local-map-property): Remove.
28387
28388         * mm-view.el (mm-view-pkcs7-decrypt):
28389         Replace gnus-completing-read-maybe-default with completing-read.
28390
28391         * gnus-util.el (gnus-completing-read): do.
28392         (gnus-completing-read-maybe-default): Remove.
28393
28394 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28395
28396         * password.el: Only autoload `run-at-time' if not XEmacs.
28397         Only autoload the itimer functions if XEmacs.
28398
28399 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28400
28401         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28402         XEmacsen.
28403
28404         * dgnushack.el: Autoload executable-find for XEmacs.
28405
28406 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28407
28408         * gnus-art.el (gnus-read-string): Remove.
28409         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28410         read-string.
28411
28412 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28413
28414         * netrc.el: Autoload password-read.
28415         (netrc): Add configuration group.
28416         (netrc-encoding-method, netrc-openssl-path):
28417         Add variables for encoding and decoding of files with symmetric
28418         ciphers.
28419         (netrc-encode): Add assistant function to encode a file with
28420         netrc-encoding-method.
28421         (netrc-parse): Add interactive parameter, added optional
28422         decoding if netrc-encoding-method is non-nil but otherwise
28423         behavior is standard.
28424         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28425         Do s/encode/encrypt/ everywhere.
28426
28427         * spam.el: Remove executable-find autoload.
28428
28429 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28430
28431         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28432
28433         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28434
28435 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28436
28437         * gnus-art.el (gnus-treat-ansi-sequences)
28438         (article-treat-ansi-sequences): New variable and function.
28439         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28440
28441         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28442         Use it.
28443
28444 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28445
28446         * mm-util.el (mm-quote-arg): Remove.
28447
28448         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28449         shell-quote-argument.
28450
28451         * gnus-uu.el (gnus-uu-command): do.
28452
28453         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28454
28455         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28456         with make-char.
28457
28458         * mm-util.el (mm-make-char): Remove.
28459
28460         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28461         add-minor-mode.
28462
28463         * gnus-undo.el (gnus-undo-mode): do.
28464
28465         * gnus-topic.el (gnus-topic-mode): do.
28466
28467         * gnus-sum.el (gnus-dead-summary-mode): do.
28468
28469         * gnus-start.el (gnus-slave-mode): do.
28470
28471         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28472
28473         * gnus-ml.el (gnus-mailing-list-mode): do.
28474
28475         * gnus-gl.el (gnus-grouplens-mode): do.
28476
28477         * gnus-draft.el (gnus-draft-mode): do.
28478
28479         * gnus-dired.el (gnus-dired-mode): do.
28480
28481         * gnus-ems.el (gnus-add-minor-mode): Remove.
28482
28483         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28484         Replace gnus-char-width with char-width.
28485
28486         * gnus-ems.el (gnus-char-width): Remove.
28487
28488         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28489         Replace gnus-char-width with char-width.
28490
28491         * gnus-ems.el (gnus-char-width): Remove.
28492
28493         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28494         definition.
28495         Remove Emacs 20 hash table compatibility code.
28496
28497         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28498         20 compatibility code.
28499
28500         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28501
28502         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28503
28504         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28505         Replace with point-at-{eol,bol}.
28506
28507         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28508
28509         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28510
28511         * flow-fill.el (fill-flowed-point-at-bol)
28512         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28513
28514         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28515         Replace with point-at-{eol,bol} throughout all files.
28516
28517 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28518
28519         * ntlm.el (ntlm-string-as-unibyte): New macro.
28520         (ntlm-build-auth-response): Use it.
28521
28522         Remove Emacs 20 stuff:
28523         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28524         (butlast, mapc, remove): Remove the compiler macros.
28525         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28526         of delq and copy-sequence.
28527         * gnus-art.el (popup-menu): Remove the compiler macro.
28528         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28529         Emacs 20.
28530
28531 2004-01-05  Simon Josefsson  <jas@extundo.com>
28532
28533         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28534         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28535         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28536         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28537         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28538         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28539         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28540         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28541         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28542         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28543         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28544         string-xor into ntlm-string-xor.
28545         Suggested by Jesper Harder <harder@myrealbox.com>.
28546
28547         * ntlm.el: Don't include poem.
28548
28549         * md4.el (print-int32, print-string-hexa): Remove.
28550         Suggested by Jesper Harder <harder@myrealbox.com>.
28551
28552         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28553
28554         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28555         probably breaks emacs with DL patch, but do we care? Is anyone
28556         still using the DL stuff?)
28557
28558         * sieve-manage.el: Use the password package.
28559         (sieve-manage-read-passwd): Remove.
28560         (sieve-manage-interactive-login): Use password.  Re-add
28561         condition-case around loop.
28562
28563         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28564         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28565         Use the password package.
28566
28567 2003-02-19  Simon Josefsson  <jas@extundo.com>
28568
28569         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28570         token.
28571
28572 2002-08-07  Simon Josefsson  <jas@extundo.com>
28573
28574         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28575         (sieve-manage-authenticators)
28576         (sieve-manage-authenticator-alist): Add some SASL mechs.
28577         (sieve-sasl-auth): New function.
28578         (sieve-manage-cram-md5-auth)
28579         (sieve-manage-plain-auth): Rewrite using SASL library.
28580         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28581         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28582         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28583         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28584
28585 2004-01-05  Simon Josefsson  <jas@extundo.com>
28586
28587         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28588         New files.
28589
28590 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28591
28592         * gnus-group.el (gnus-no-groups-message): Update.
28593
28594         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28595
28596 2003-11-09  Simon Josefsson  <jas@extundo.com>
28597
28598         * imap.el: Support for ID IMAP extension (RFC 2971).
28599         (imap-local-variables): Add imap-id.
28600         (imap-id): New variable.
28601         (imap-id): New function.
28602         (imap-parse-response): Parse untagged ID response.
28603         * nnimap.el (nnimap-id): New variable.
28604         (nnimap-open-connection): Use it.
28605
28606 2003-12-28  Simon Josefsson  <jas@extundo.com>
28607
28608         * gnus-score.el (gnus-score-edit-all-score): New.
28609         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28610
28611 2004-01-04  Simon Josefsson  <jas@extundo.com>
28612
28613         * password.el: Add.
28614
28615 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28616
28617         * dns.el (dns-query-types): Fix typo.
28618         (dns-query-types): New function.
28619         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28620         PTR and SOA replies, see RFC 1035.
28621
28622 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28623
28624         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28625
28626         * Move to Changelog.2.
28627
28628 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28629
28630         * gnus.el (gnus-version-number): Bump version.
28631
28632 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28633
28634         * gnus.el: No Gnus v0.1 is released.
28635
28636 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28637
28638         * gnus.el: No Gnus v0.0 is released.
28639
28640 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28641
28642         * gnus.el (gnus-version-number): Bump.
28643         (gnus-version): No.
28644
28645 See ChangeLog.2 for earlier changes.
28646
28647   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28648
28649   This file is part of GNU Emacs.
28650
28651   GNU Emacs is free software: you can redistribute it and/or modify
28652   it under the terms of the GNU General Public License as published by
28653   the Free Software Foundation, either version 3 of the License, or
28654   (at your option) any later version.
28655
28656   GNU Emacs is distributed in the hope that it will be useful,
28657   but WITHOUT ANY WARRANTY; without even the implied warranty of
28658   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28659   GNU General Public License for more details.
28660
28661   You should have received a copy of the GNU General Public License
28662   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28663
28664 ;; Local Variables:
28665 ;; coding: utf-8
28666 ;; fill-column: 79
28667 ;; add-log-time-zone-rule: t
28668 ;; End: